@charset "UTF-8";
/*======================================================================================
Theme Name: Archline
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: Archline – Modern Architecture & Interior Design HTML Template
Service Html Template 
Version: 1.0.0
=======================================================================================*/
/*======================================================================================
  >> TABLE OF CONTENTS <<
========================================================================================
01. Mixins & Variables
02. Base
03. Components
04. Layouts
05. Sections
======================================================================================*/
/*---------------------------------------
01. Mixins & Variables
---------------------------------------*/
@import url("https://fonts.cdnfonts.com/css/satoshi");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --body: #FDF8F6;
  --black: #000;
  --white: #fff;
  --theme: #000000;
  --header: #000000;
  --text: #000000;
  --border: #FCFCFC;
  --bg: #16333B;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

/*---------------------------------------
02. Base
---------------------------------------*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Inter", sans-serif;
  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,
h5,
h6 {
  font-family: "Satoshi", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 158px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 111%;
  letter-spacing: -0.02em;
}
@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: 400;
  line-height: 112%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

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;
}

.theme-btn {
  gap: 6px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 28px;
  background-color: var(--theme);
  color: var(--white);
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  transition: background 0.3s ease;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  height: 58px;
  line-height: 58px;
}
.theme-btn .text {
  z-index: 1;
  position: relative;
  display: inline-flex;
  transition: all 0.2s;
}
.theme-btn .text span {
  opacity: 1;
  min-width: 4px;
  transition: none;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.8px;
  transform: translateX(0) scale(1);
}
.theme-btn:hover .text span {
  opacity: 0;
  transition: none;
  transform: translateX(-10px) scale(1.2);
}
.theme-btn:hover .text span.animate {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.theme-btn-2 {
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.theme-btn-2 .icon-left {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--theme);
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-2 .icon-right {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--theme);
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-2 .icon-left {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0;
  opacity: 0;
  margin-left: -8px;
}
.theme-btn-2 .btn-title {
  transform: translateX(0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-family: "Satoshi", sans-serif;
  font-style: italic;
  text-transform: capitalize;
}
.theme-btn-2:hover .icon-left {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 30px;
  opacity: 1;
  margin-left: 0;
}
.theme-btn-2:hover .btn-title {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.theme-btn-2:hover .icon-right {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0;
  opacity: 0;
}

@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideUp {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.text-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  color: var(--header);
  overflow: hidden;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-style: italic;
  text-decoration: underline;
}
.text-btn .text {
  position: relative;
  display: inline-block;
  height: 28px;
  overflow: hidden;
}
.text-btn .text-default,
.text-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.text-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
  font-family: "Satoshi", sans-serif;
  color: var(--header);
  overflow: hidden;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-style: italic;
  text-decoration: underline;
}
.text-btn:hover .text-default {
  transform: translateY(-120%);
}
.text-btn:hover .text-hover {
  transform: translateY(-120%);
}
.text-btn i {
  transition: transform 0.4s ease;
}

.gt-theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
.gt-theme-btn-main:hover .gt-theme-btn-arrow-left {
  scale: 1;
}
.gt-theme-btn-main:hover .gt-theme-btn-arrow-right {
  scale: 0;
}
.gt-theme-btn-main:hover .gt-theme-btn {
  transform: translateX(56px);
}
.gt-theme-btn-main .gt-theme-btn-arrow-left,
.gt-theme-btn-main .gt-theme-btn-arrow-right {
  width: 53px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  color: var(--white);
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
}
@media (max-width: 575px) {
  .gt-theme-btn-main .gt-theme-btn-arrow-left,
  .gt-theme-btn-main .gt-theme-btn-arrow-right {
    width: 48px;
    height: 48px;
  }
}
.gt-theme-btn-main .gt-theme-btn-arrow-left {
  scale: 0;
  position: absolute;
  left: 3px;
}
.gt-theme-btn-main .gt-theme-btn {
  background: var(--theme);
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  padding: 14px 28px;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  align-items: center;
  gap: 30px;
  border-radius: 40px;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .gt-theme-btn-main .gt-theme-btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}
.gt-theme-btn-main:hover .gt-theme-btn {
  background-color: var(--header);
}
.gt-theme-btn-main:hover .gt-theme-btn-arrow-left,
.gt-theme-btn-main:hover .gt-theme-btn-arrow-right {
  background-color: var(--header);
}
.gt-theme-btn-main.bg-white-style .gt-theme-btn-arrow-left,
.gt-theme-btn-main.bg-white-style .gt-theme-btn-arrow-right {
  background: white;
  color: var(--header);
}
.gt-theme-btn-main.bg-white-style .gt-theme-btn {
  background: white;
  color: var(--header);
}
.gt-theme-btn-main.bg-2 .gt-theme-btn-arrow-left,
.gt-theme-btn-main.bg-2 .gt-theme-btn-arrow-right {
  background: rgba(0, 0, 0, 0.1);
  color: var(--header);
}
.gt-theme-btn-main.bg-2 .gt-theme-btn {
  background: rgba(0, 0, 0, 0.1);
  color: var(--header);
}

/*---------------------------------------
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: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  border: none;
  font-family: "Inter", 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;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.back-to-top {
  background-color: var(--white);
  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);
}
.back-to-top:hover {
  background-color: var(--white);
  color: var(--header);
}
.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(--header);
  background-color: var(--header);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  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%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--header);
  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-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--header);
  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__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: 4px;
  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: 4px;
  font-size: 20px;
  color: var(--header);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.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;
}

.preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 100000000;
  color: var(--header);
  user-select: none;
}

.preloader.is-loading .preloader-ball-inner,
.preloader.is-loading .preloader-ball-shadow {
  animation-play-state: running;
}

.preloader.is-loaded {
  pointer-events: none;
}

.preloader .preloader-overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 99999999;
  opacity: 1;
  animation: fade-out 2s forwards;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.preloader .preloader-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .preloader-ball-wrap {
  gap: 10px;
  position: relative;
  display: flex;
  inset-inline-start: 0;
  align-items: center;
  justify-content: center;
  transform: translateX(16px);
}

@media only screen and (min-width: 1025px) {
  .preloader .preloader-ball-wrap {
    transform: none;
  }
}
.preloader .preloader-ball-inner-wrap {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  inset-inline-start: -16px;
  transform: translate(-100%, -50%);
  z-index: 10000;
}

@media only screen and (min-width: 1025px) {
  .preloader .preloader-ball-inner-wrap {
    inset-inline-start: -30px;
  }
}
.preloader .preloader-ball-shadow {
  position: absolute;
  width: 16px;
  height: 4px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background-color: var(--theme);
  bottom: 0;
  border-radius: 50%;
  filter: blur(12px);
  box-shadow: 0 4px 20px 0 var(--theme);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation-play-state: paused;
  animation: shadow-blur 1s linear infinite;
}

.preloader .preloader-ball-inner {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme);
  animation: bounce-anim 1s linear infinite;
  box-shadow: 0 0 12px 0 #000;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation-play-state: paused;
}

.preloader.is-loaded .preloader-ball-shadow {
  display: none;
}

.preloader.is-loaded .preloader-ball-inner {
  animation: fadeLeftToRight 0.7s linear;
}

.preloader .preloader-ball {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background-color: rgba(29, 139, 138, 0.1);
  box-shadow: 0 0 20px 0 var(--theme);
  filter: blur(10px);
}

.preloader .preloader-text {
  font-size: 20px;
  position: relative;
  letter-spacing: 0;
  transform: translateY(-0.03em);
  transition: 0.3s;
  color: var(--header);
}

.preloader.is-loaded .preloader-text {
  opacity: 0;
  visibility: hidden;
  color: var(--header);
}

#weave-anim span {
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  animation: tj-weave-anim 1.15s ease infinite;
  transform-origin: 100% 50%;
  transform-style: preserve-3d;
  color: var(--header);
}

#weave-anim span:nth-child(1) {
  animation-delay: 0s;
}

#weave-anim span:nth-child(2) {
  animation-delay: 0.05s;
}

#weave-anim span:nth-child(3) {
  animation-delay: 0.1s;
}

#weave-anim span:nth-child(4) {
  animation-delay: 0.15s;
}

#weave-anim span:nth-child(5) {
  animation-delay: 0.2s;
}

#weave-anim span:nth-child(6) {
  animation-delay: 0.25s;
}

#weave-anim span:nth-child(7) {
  animation-delay: 0.3s;
}

#weave-anim span:nth-child(8) {
  animation-delay: 0.35s;
}

#weave-anim span:nth-child(9) {
  animation-delay: 0.4s;
}

#weave-anim span:nth-child(10) {
  animation-delay: 0.45s;
}

#weave-anim span:nth-child(11) {
  animation-delay: 0.5s;
}

#weave-anim span:nth-child(12) {
  animation-delay: 0.55s;
}

#weave-anim span:nth-child(13) {
  animation-delay: 0.6s;
}

#weave-anim span:nth-child(14) {
  animation-delay: 0.65s;
}

#weave-anim span:nth-child(15) {
  animation-delay: 0.7s;
}

#weave-anim span:nth-child(16) {
  animation-delay: 0.75s;
}

#weave-anim span:nth-child(17) {
  animation-delay: 0.8s;
}

#weave-anim span:nth-child(18) {
  animation-delay: 0.85s;
}

#weave-anim span:nth-child(19) {
  animation-delay: 0.9s;
}

#weave-anim span:nth-child(20) {
  animation-delay: 0.95s;
}

#weave-anim span:nth-child(21) {
  animation-delay: 1s;
}

#weave-anim span:nth-child(22) {
  animation-delay: 1.05s;
}

#weave-anim span:nth-child(23) {
  animation-delay: 1.15s;
}

@keyframes shadow-blur {
  0% {
    filter: blur(12px);
    transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
  30% {
    filter: blur(2px);
    transform: translate(-50%, -0.5rem) scale(1);
    opacity: 1;
  }
  to {
    filter: blur(12px);
    transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
}
@keyframes fadeLeftToRight {
  0% {
    filter: blur(0);
    transform: translate(0) scale(1);
    opacity: 1;
  }
  30% {
    filter: blur(0);
    transform: translate(-3000%, 0) scale(1);
    opacity: 1;
  }
  40% {
    filter: blur(0);
    transform: translate(-2000%, 0) scale(1);
    opacity: 1;
  }
  60% {
    filter: blur(0);
    transform: translate(0%, 0) scale(1);
    opacity: 1;
  }
  to {
    filter: blur(12px);
    transform: translate(1000%, 0) scale(7);
    opacity: 0.4;
  }
}
@keyframes bounce-anim {
  0% {
    transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
  3% {
    transform: translateY(calc(-50% - 0.95rem)) scale(1.1, 1.05);
  }
  5% {
    transform: translateY(calc(-50% - 0.9rem)) scale(1.2, 1.1);
  }
  8% {
    transform: translateY(calc(-50% - 0.8rem)) scale(0.98, 1.15);
  }
  12% {
    transform: translateY(calc(-50% - 0.7rem)) scale(0.95, 1.2);
  }
  16% {
    transform: translateY(calc(-50% - 0.5rem)) scale(0.92, 1.25);
  }
  20% {
    transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  24% {
    transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
  }
  26% {
    transform: translateY(calc(-50% + 0.8rem)) scale(0.9, 1.4);
  }
  28% {
    transform: translateY(calc(-50% + 0.95rem)) scale(1.2, 0.7);
  }
  30% {
    transform: translateY(calc(-50% + 1rem)) scale(1.5, 0.3);
  }
  32% {
    transform: translateY(calc(-50% + 0.8rem)) scale(1.4, 0.4);
  }
  36% {
    transform: translateY(calc(-50% + 0.5rem)) scale(1.2, 0.8);
  }
  42% {
    transform: translateY(calc(-50% + 0.2rem)) scaleY(1.2);
  }
  48% {
    transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  54% {
    transform: translateY(calc(-50% - 0.3rem)) scale(0.92, 1.3);
  }
  62% {
    transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
  }
  68% {
    transform: translateY(calc(-50% - 0.6rem)) scale(0.97, 1.15);
  }
  75% {
    transform: translateY(calc(-50% - 0.7rem)) scale(0.98, 1.1);
  }
  80% {
    transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
  }
  85% {
    transform: translateY(calc(-50% - 0.9rem)) scaleY(1.05);
  }
  90% {
    transform: translateY(calc(-50% - 0.95rem)) scale(1.2, 1.03);
  }
  95% {
    transform: translateY(calc(-50% - 0.98rem)) scale(1.1, 1.01);
  }
  to {
    transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
}
@keyframes weave-anim {
  0% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
  }
  24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  36% {
    transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-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);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@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**********************/
.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));
}

/*---------------------------------------
04. Layouts
---------------------------------------*/
@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: 18px;
  font-weight: 500;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li a {
    font-size: 16px;
  }
}
.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: 18px;
  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: 800px;
  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 {
  padding: 18px 30px;
  justify-content: center;
  line-height: 1;
  color: var(--white) !important;
  position: relative;
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -11;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::after {
  display: none;
}
.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::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: 100px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
@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;
}
@media (max-width: 1399px) {
  .header-1 {
    top: 0;
    margin-top: 0;
  }
}
.header-1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .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;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left .header-logo img {
    filter: brightness(0);
    width: 100px;
  }
}
.header-1 .header-main .header-left .header-logo-2 {
  display: none;
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left .header-logo-2 img {
    width: 100px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right .header-btn .header__hamburger .sidebar__toggle {
    color: var(--header);
  }
}
.header-1.header-2 .header-main .header-right .header-btn {
  gap: 100px;
  display: flex;
  align-items: center;
}
.header-1.header-2 .header-main .header-right .header-btn span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
}
@media (max-width: 1399px) {
  .header-1.header-2 .header-main .header-right .header-btn span {
    font-size: 16px;
    display: none;
  }
}
.header-1.header-2 .header-main .header-right .header-btn span a {
  color: rgb(0, 0, 0);
}
.header-1.header-2 .header-main .header-right .header-btn .header__hamburger .sidebar__toggle {
  color: var(--header);
}

.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 .menu_search .search_btn {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .header-btn h6 {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .header-btn h6 a {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .header-btn .sidebar__toggle {
  color: var(--header);
}
.sticky.header-2 {
  margin-top: 0;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  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.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(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    display: none !important;
  }
}
.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(--theme);
}
.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 rgba(0, 0, 0, 0.2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--header);
}

.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;
  }
}
.style-offcanvas-2 .offcanvas__info {
  width: 500px;
  background-color: #fff;
}
@media (max-width: 1399px) {
  .style-offcanvas-2 .offcanvas__info {
    width: 350px;
  }
}
.style-offcanvas-2 .offcanvas__info .mean-nav ul li a {
  font-size: 50px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .style-offcanvas-2 .offcanvas__info .mean-nav ul li a {
    font-size: 20px !important;
  }
}
.style-offcanvas-2 .offcanvas__info .mean-container .mean-nav ul li li a {
  padding: 10px 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1C1D20 !important;
}
@media (max-width: 1399px) {
  .style-offcanvas-2 .offcanvas__info .mean-container .mean-nav ul li li a {
    font-size: 17px !important;
  }
}
.style-offcanvas-2 .offcanvas__info .mean-container .mean-nav ul li li a:hover {
  color: var(--theme) !important;
}

.breadcrumb-wrapper .top-image {
  margin-top: 100px;
}
.breadcrumb-wrapper .top-image img {
  width: 100%;
  height: 100%;
}
.breadcrumb-wrapper .breadcrumb-thumb {
  margin-top: 100px;
}
.breadcrumb-wrapper .breadcrumb-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-thumb.style-2 {
    margin-top: 30px !important;
  }
}
.breadcrumb-wrapper .page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
  padding-top: 60px;
}
.breadcrumb-wrapper .page-heading.style-padding {
  padding-top: 150px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading.style-padding {
    padding-top: 130px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.breadcrumb-wrapper .page-heading .content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 111%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .content h1 {
    font-size: 40px;
  }
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .content .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li {
  color: var(--black);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  font-family: "Satoshi", sans-serif;
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li a {
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li a i {
  color: var(--black);
  margin-right: 9px;
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li a i {
  color: var(--black);
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li i {
  color: var(--black);
}
.breadcrumb-wrapper .page-heading p {
  max-width: 452px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading p {
    font-size: 16px;
  }
}

.error-items {
  text-align: center;
  position: relative;
  margin-top: -40px;
}
@media (max-width: 1399px) {
  .error-items {
    margin-top: 0;
  }
}
.error-items .error-image {
  margin-bottom: 30px;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .error-items h2 {
    font-size: 30px;
  }
}
.error-items p {
  max-width: 722px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .error-items p {
    margin-bottom: 30px;
  }
}

.footer-section {
  background-color: #0B0B0B;
  padding: 120px 0 0;
}
@media (max-width: 1199px) {
  .footer-section {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .footer-section {
    padding-top: 80px;
  }
}
.footer-section .footer-logo {
  margin-top: 100px;
  display: inline-block;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .footer-section .footer-logo {
    margin-bottom: 80px;
  }
}
.footer-section .footer-logo img {
  width: 100%;
  height: 100%;
}

.lets-talk-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .lets-talk-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.lets-talk-wrapper .title {
  letter-spacing: -0.02em;
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .lets-talk-wrapper .title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .lets-talk-wrapper .title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lets-talk-wrapper .title {
    font-size: 38px;
  }
}
.lets-talk-wrapper .theme-btn {
  background-color: var(--white);
  color: var(--header);
}

.footer-llist-items p {
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  font-size: 16px;
  color: #676767;
  font-weight: 500;
  padding: 10px 0;
}
.footer-llist-items ul li {
  border-bottom: 1px solid #4D4D4D;
  padding: 14px 0;
  color: #9A9A9A;
  font-size: 22px;
  transition: all 0.4s ease-in-out;
}
.footer-llist-items ul li:hover {
  color: var(--white);
}
.footer-llist-items ul li a {
  font-family: "Satoshi", sans-serif;
  color: #9A9A9A;
  font-size: 22px;
  font-style: italic;
}
.footer-llist-items ul li a:hover {
  color: var(--white);
}

.footer-bottom {
  padding-bottom: 25px;
  margin-top: 80px;
}
.footer-bottom p {
  font-weight: 400;
  font-size: 16px;
  color: #B3B3B3;
  font-family: "Satoshi", sans-serif;
  text-transform: capitalize;
  text-align: center;
}

.footer-section-2 .footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-widget-wrapper-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  padding-top: 25px;
  padding-bottom: 48px;
  position: relative;
}
.footer-widget-wrapper-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 785px) {
  .footer-widget-wrapper-2::before {
    display: none;
  }
}
.footer-widget-wrapper-2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 785px) {
  .footer-widget-wrapper-2::after {
    display: none;
  }
}
.footer-widget-wrapper-2 .footer-widget-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-widget-wrapper-2 .footer-widget-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-widget-wrapper-2 .footer-widget-items {
  margin-top: 30px;
}
.footer-widget-wrapper-2 .footer-widget-items .widget-head {
  margin-bottom: 20px;
}
.footer-widget-wrapper-2 .footer-widget-items .widget-head span {
  display: inline-block;
  color: var(--header);
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.footer-widget-wrapper-2 .footer-widget-items ul li {
  font-style: italic;
  font-weight: 400;
}
.footer-widget-wrapper-2 .footer-widget-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-2 .footer-widget-items ul li a {
  color: #9A9A9A;
  font-style: italic;
}
.footer-widget-wrapper-2 .footer-widget-items ul li a:hover {
  color: var(--header);
}
.footer-widget-wrapper-2 .footer-widget-items ul.style-2 li {
  color: var(--header);
}
.footer-widget-wrapper-2 .footer-widget-items ul.style-2 li a {
  color: var(--header);
}
.footer-widget-wrapper-2.wrapper-style-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-widget-wrapper-2.wrapper-style-3::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-widget-wrapper-2.wrapper-style-3::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-widget-wrapper-2.wrapper-style-3 .footer-widget-items .widget-head span {
  color: var(--white);
}
.footer-widget-wrapper-2.wrapper-style-3 .footer-widget-items ul li a {
  color: var(--white);
}
.footer-widget-wrapper-2.wrapper-style-3 .footer-widget-items ul.style-2 li a {
  color: var(--white);
}

.footer-bottom-2 {
  background-color: var(--header);
  padding: 28px 0;
}
.footer-bottom-2 p {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  text-transform: capitalize;
}

.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: 20px;
  font-weight: 300;
  color: var(--header);
  line-height: 1;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  letter-spacing: -1px;
  font-style: italic;
  padding-left: 65px;
}
.section-title .sub-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  background-color: var(--theme);
  width: 51px;
  height: 1px;
}
.section-title .sub-title i {
  margin-left: 10px;
}
.section-title h2 {
  color: var(--header);
  font-family: "Satoshi", sans-serif;
}
.section-title h2 span {
  font-family: "Satoshi", sans-serif;
}

.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;
  }
}
.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-2 {
  background-color: #FBF3E6 !important;
}

.section-bg-3 {
  background-color: #F0F0F0 !important;
}

.theme-bg {
  background-color: var(--theme);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding-2 {
  padding: 60px 0;
}

.footer-bg-2 {
  background-color: #000000;
}

.bg-color-3 {
  background-color: #F0F0F0;
}

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-1 {
  background-color: var(--theme);
  padding-top: 100px;
}
@media (max-width: 1399px) {
  .hero-1 {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    background-color: transparent;
  }
}
.hero-1 .hero-title {
  text-transform: uppercase;
  line-height: 125%;
}
@media (max-width: 1399px) {
  .hero-1 .hero-title {
    font-size: 130px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-title {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-title {
    font-size: 48px;
  }
}
.hero-1 .hero-title span {
  font-weight: 400;
  text-align: right;
  display: block;
  position: relative;
  line-height: 1;
}
@media (max-width: 1399px) {
  .hero-1 .hero-title span {
    text-align: left;
  }
}
.hero-1 .hero-title span::before {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "";
  background-color: var(--theme);
  width: 290px;
  height: 7px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-title span::before {
    display: none;
  }
}
.hero-1 .hero-interaction .interaction-inner {
  overflow: hidden;
  position: relative;
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-interaction .interaction-inner {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-interaction .interaction-inner {
    margin-top: 50px;
  }
}
.hero-1 .hero-interaction .interaction-inner img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .hero-1 .hero-interaction .interaction-inner img {
    height: 700px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-interaction .interaction-inner img {
    height: 500px;
  }
}
.hero-1 .hero-interaction .interaction-inner .interaction-content {
  left: 315px;
  bottom: 212px;
  padding: 50px;
  height: 460px;
  display: flex;
  position: absolute;
  flex-direction: column;
  background: var(--white);
}
@media (max-width: 1199px) {
  .hero-1 .hero-interaction .interaction-inner .interaction-content {
    left: 100px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-interaction .interaction-inner .interaction-content {
    left: 20px;
    bottom: 20px;
    height: initial;
    padding: 30px;
  }
}
.hero-1 .hero-interaction .interaction-inner .interaction-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
  letter-spacing: -1px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .hero-1 .hero-interaction .interaction-inner .interaction-content .title {
    margin-bottom: 50px;
  }
}
.hero-1 .hero-interaction .interaction-inner .interaction-content .text {
  margin-top: auto;
  max-width: 285px;
}
.hero-1 .hero-inner {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 146px;
  position: relative;
  background: #fff;
  transform-origin: center 13%;
  transform: scale(0.2) rotate(0deg);
}
@media (max-width: 1199px) {
  .hero-1 .hero-inner {
    transform: initial;
    transform-origin: initial;
    background: transparent;
  }
}

.hero-2 {
  padding-top: 150px;
}
.hero-2 .hero-items-area {
  position: relative;
}
.hero-2 .hero-items-area .line-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 24px;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-1 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 29.4%;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-2 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-3 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 38.1%;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-3 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-4 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 63%;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-4 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-5 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-5 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-6 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 28%;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-6 {
    display: none;
  }
}
.hero-2 .container {
  max-width: 1800px;
}
.hero-2 .hero-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .hero-2 .hero-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.hero-2 .hero-items .hero-title {
  max-width: 1070px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 155px;
  line-height: 101%;
}
@media (max-width: 1600px) {
  .hero-2 .hero-items .hero-title {
    font-size: 110px;
    max-width: 790px;
    line-height: 120%;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-items .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-items .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-items .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-items .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-items .hero-title {
    font-size: 30px;
  }
}
.hero-2 .hero-items .hero-title .hero-text {
  position: relative;
  display: block;
}
.hero-2 .hero-items .hero-title .hero-text .small-img {
  position: absolute;
  top: -19px;
  right: 30px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-items .hero-title .hero-text .small-img {
    display: none;
  }
}
.hero-2 .hero-items .hero-title .hero-text-2 {
  position: relative;
  display: block;
  top: -1px;
}
.hero-2 .hero-items .hero-title .hero-text-2 .small-img2 {
  position: absolute;
  top: -20px;
  right: -140px;
}
@media (max-width: 1600px) {
  .hero-2 .hero-items .hero-title .hero-text-2 .small-img2 {
    top: 0;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-items .hero-title .hero-text-2 .small-img2 {
    display: none;
  }
}
.hero-2 .hero-items .hero-title .hero-text-3 {
  position: relative;
  display: inline-block;
}
.hero-2 .hero-items .hero-title .hero-text-3 .small-img3 {
  position: absolute;
  top: -18px;
  right: -190px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-items .hero-title .hero-text-3 .small-img3 {
    display: none;
  }
}
.hero-2 .hero-items .content {
  max-width: 340px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .hero-2 .hero-items .content {
    margin: 30px auto 0;
  }
}
.hero-2 .hero-items .content .theme-btn-2 {
  margin-top: 25px;
}
.hero-2 .hero-items .content .theme-btn-2 .btn-title {
  font-size: 18px;
  font-weight: 500;
}
.hero-2 .hero-items .content .theme-btn-2 .icon-left {
  margin-left: -35px;
}
.hero-2 .hero-items .content .theme-btn-2 .icon-left, .hero-2 .hero-items .content .theme-btn-2 .icon-right {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hero-2 .hero-items .content .theme-btn-2:hover .icon-left {
  margin-left: 0;
}
.hero-2 .hero-image {
  height: 530px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-2 .hero-image {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-image {
    height: 480px;
  }
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-3 {
  padding-top: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.hero-3 .container {
  max-width: 1890px;
}
.hero-3 .hero-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.hero-3 .hero-wrapper .hero-card-items {
  background-color: var(--white);
  padding: 40px;
  position: relative;
  z-index: 9;
  transition: 0.5s;
  height: 100%;
}
@media (max-width: 1600px) {
  .hero-3 .hero-wrapper .hero-card-items {
    padding: 30px;
  }
}
.hero-3 .hero-wrapper .hero-card-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme);
  border-left: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.hero-3 .hero-wrapper .hero-card-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.hero-3 .hero-wrapper .hero-card-items .content {
  margin-top: 100px;
}
@media (max-width: 1899px) {
  .hero-3 .hero-wrapper .hero-card-items .content {
    margin-top: 50px;
  }
}
.hero-3 .hero-wrapper .hero-card-items .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.hero-3 .hero-wrapper .hero-card-items .content p {
  letter-spacing: -0.02em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1600px) {
  .hero-3 .hero-wrapper .hero-card-items .content .title {
    font-size: 20px;
  }
}
.hero-3 .hero-wrapper .hero-card-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.hero-3 .hero-wrapper .hero-card-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.hero-3 .hero-wrapper .hero-card-items .content .gt-theme-btn-main {
  margin-top: 100px;
}
@media (max-width: 1899px) {
  .hero-3 .hero-wrapper .hero-card-items .content .gt-theme-btn-main {
    margin-top: 50px;
  }
}
.hero-3 .hero-wrapper .hero-card-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.hero-3 .hero-wrapper .hero-card-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.hero-3 .hero-wrapper .hero-card-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.hero-3 .hero-wrapper .hero-image img {
  width: 100%;
  height: 100%;
}

.about-section h2 {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 144%;
}
@media (max-width: 1199px) {
  .about-section h2 {
    font-size: 28px;
  }
  .about-section h2 br {
    display: none;
  }
}
@media (max-width: 470px) {
  .about-section h2 {
    font-size: 25px;
  }
}
.about-section .about-right-items {
  max-width: 670px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .about-section .about-right-items {
    margin-left: initial;
  }
}
.about-section .about-right-items .about-btn {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .about-section .about-right-items .about-btn {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-section .about-right-items .about-btn {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .about-wrapper {
    margin-top: 40px;
  }
}
.about-wrapper .about-thumb-1 {
  max-width: 364px;
}
.about-wrapper .about-thumb-1 img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-thumb-2 img {
  width: 100%;
  height: 100%;
}

.award-wrapper .award-content {
  max-width: 485px;
}
.award-wrapper .award-content p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .award-wrapper .award-content p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .award-wrapper .award-content p {
    font-size: 16px;
  }
}
.award-wrapper .award-content .gt-theme-btn-main {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .award-wrapper .award-content .gt-theme-btn-main {
    margin-top: 50px;
  }
}
.award-wrapper .award-right-items .award-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 16px;
}
@media (max-width: 1199px) {
  .award-wrapper .award-right-items .award-list-items {
    padding: 25px 0;
  }
}
@media (max-width: 575px) {
  .award-wrapper .award-right-items .award-list-items {
    display: grid;
    gap: 20px;
  }
}
.award-wrapper .award-right-items .award-list-items .left-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.award-wrapper .award-right-items .award-list-items .left-text span {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
@media (max-width: 1199px) {
  .award-wrapper .award-right-items .award-list-items .left-text span {
    font-size: 16px;
  }
}
.award-wrapper .award-right-items .award-list-items .left-text p {
  font-weight: 300;
  color: var(--header);
  font-size: 14px;
}
.award-wrapper .award-right-items .award-list-items .text-2 {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
@media (max-width: 1199px) {
  .award-wrapper .award-right-items .award-list-items .text-2 {
    font-size: 16px;
  }
}
.award-wrapper .award-right-items .bb-top {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.award-wrapper .award-right-items .bb-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.about-wrapper-2 .about-image {
  margin-top: 46px;
  height: 510px;
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-wrapper-2 .about-content {
  max-width: 455px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content {
    margin-left: initial;
  }
}
.about-wrapper-2 .about-content .about-shape {
  text-align: right;
  top: -80px;
  position: relative;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content .about-shape {
    display: none;
  }
}
.about-wrapper-2 .about-content .text {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-content .text {
    margin-bottom: 40px;
  }
}

.about-wrapper-3 .about-content {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content {
    margin-bottom: 0px;
  }
}
.about-wrapper-3 .about-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
  max-width: 465px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.about-wrapper-3 .about-text {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-text {
    margin-bottom: 30px;
  }
}
.about-wrapper-3 .about-image {
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-section-3 .container-fluid {
  max-width: 1800px;
}

.about-wrapper-4 .about-image {
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-image {
    margin-top: 30px;
  }
}
.about-wrapper-4 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-4 .about-content {
  margin-left: 60px;
  margin-top: 170px;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-content {
    margin-left: 0;
    margin-top: 0;
  }
}
.about-wrapper-4 .about-content h2 {
  font-size: 100px;
  font-weight: 900;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-content h2 {
    font-size: 75px;
  }
}
.about-wrapper-4 .about-content h3 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-content h3 {
    font-size: 16px;
  }
}
.about-wrapper-4 .about-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-content p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.video-banner .video-thumb {
  position: relative;
}
@media (max-width: 1199px) {
  .video-banner .video-thumb {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .video-banner .video-thumb {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .video-banner .video-thumb {
    height: 400px;
  }
}
.video-banner .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-banner .video-thumb .video-btn {
  display: inline-block;
  width: 236px;
  height: 236px;
  line-height: 236px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
  font-size: 28px;
  font-weight: 500;
  box-shadow: 0px 4px 43px 11px rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .video-banner .video-thumb .video-btn {
    width: 190px;
    height: 190px;
    line-height: 190px;
    font-size: 22px;
  }
}
.video-banner .video-thumb .video-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .video-banner .video-thumb .video-btn {
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .video-banner .video-thumb .video-btn {
    font-size: 16px;
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
}
.video-banner .video-thumb .video-btn:hover {
  background-color: var(--theme);
  color: var(--white);
  box-shadow: 0px 4px 43px 11px rgba(0, 0, 0, 0.95);
}

.mission-items {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .mission-items {
    margin-left: 0;
  }
}
.mission-items .accordion-box {
  position: relative;
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .mission-items .accordion-box {
    margin-top: 30px;
  }
}
.mission-items .accordion-box .block {
  position: relative;
  background-color: transparent;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 33px 0;
}
.mission-items .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .mission-items .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .mission-items .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.mission-items .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  font-size: 16px;
}
.mission-items .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .mission-items .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.mission-items .accordion-box .block .acc-content .content {
  position: relative;
}
.mission-items .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 0.7;
  max-width: 422px;
}
@media (max-width: 1199px) {
  .mission-items .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .mission-items .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.mission-items .accordion-box .block .acc-content.current {
  display: block;
}
.mission-items .accordion-box .block .acc-btn.active .icon:before {
  content: "\f00d";
  color: var(--header);
}
.mission-items .accordion-box .block .acc-btn.active {
  color: var(--header);
}
.mission-items .accordion-box .block:last-child {
  margin-bottom: 0;
}

.mission-section .mission-image {
  max-width: 364px;
}
@media (max-width: 991px) {
  .mission-section .mission-image {
    margin-top: 40px !important;
  }
}
.mission-section .mission-image img {
  width: 100%;
  height: 100%;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}
.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

.marquee-section {
  margin-top: 100px;
}
.marquee-section .text {
  font-size: 157.312px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding-left: 60px;
}
.marquee-section .text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .marquee-section .text::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .marquee-section .text {
    letter-spacing: initial;
  }
}
@media (max-width: 1199px) {
  .marquee-section .text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .marquee-section .text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .marquee-section .text {
    font-size: 50px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.award-wrapper-2 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: -40%;
}
@media (max-width: 991px) {
  .award-wrapper-2 {
    margin-right: 0;
    display: grid;
  }
}
.award-wrapper-2 .thumb-1 {
  width: 410px;
  transition: all 0.4s ease-in-out;
  height: 508px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .award-wrapper-2 .thumb-1 {
    width: initial !important;
    margin-top: 0 !important;
  }
}
.award-wrapper-2 .thumb-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award-wrapper-2 .thumb-1.active {
  width: 850px !important;
}
@media (max-width: 1600px) {
  .award-wrapper-2 .thumb-1.active {
    width: 680px !important;
  }
}
@media (max-width: 1399px) {
  .award-wrapper-2 .thumb-1.active {
    width: 580px !important;
  }
}
@media (max-width: 991px) {
  .award-wrapper-2 .thumb-1.active {
    width: initial !important;
  }
}

.work-process-wrapper-2 .work-process-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 28px;
  margin-bottom: 28px;
  margin-right: 40px;
}
.work-process-wrapper-2 .work-process-items .content {
  opacity: 0.2;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .work-process-wrapper-2 .work-process-items .content {
    opacity: 1;
  }
}
.work-process-wrapper-2 .work-process-items:first-child .content {
  opacity: 1;
}
.work-process-wrapper-2 .work-process-items .number {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 900;
  margin-bottom: 15px;
}
.work-process-wrapper-2 .work-process-items .title {
  font-size: 30px;
  font-weight: 500;
}
.work-process-wrapper-2 .work-process-items p {
  font-size: 16px;
  margin-top: 6px;
}
.work-process-wrapper-2 .process-image {
  position: relative;
  height: 870px;
}
@media (max-width: 991px) {
  .work-process-wrapper-2 .process-image {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .work-process-wrapper-2 .process-image {
    height: 530px;
  }
}
@media (max-width: 575px) {
  .work-process-wrapper-2 .process-image {
    height: 480px;
  }
}
.work-process-wrapper-2 .process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-process-wrapper-2 .process-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}
.work-process-wrapper-2 .process-img.active {
  opacity: 1;
}
.work-process-wrapper-2 .section-title {
  margin-bottom: 45px;
}

.logo-image-section {
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .logo-image-section {
    margin-top: 30px;
  }
}
.logo-image-section .top-logo img {
  width: 100%;
  height: 100%;
}
.logo-image-section .container {
  max-width: 1680px;
}

.counter-wrapper-3 {
  margin-top: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .counter-wrapper-3 {
    padding-bottom: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-wrapper-3 .counter-item h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}
.counter-wrapper-3 .counter-item p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #000000;
  text-transform: capitalize;
}

.counter-bg-section-3 .container {
  max-width: 1800px;
}

.counter-bg-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 120px 195px;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .counter-bg-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .counter-bg-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .counter-bg-wrapper {
    padding: 30px;
  }
}
.counter-bg-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1399px) {
  .counter-bg-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-bg-wrapper .counter-content-3 {
  position: relative;
  z-index: 9;
  min-width: 196px;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper .counter-content-3 {
    min-width: initial;
  }
}
.counter-bg-wrapper .counter-content-3 h2 {
  font-size: 100px;
  font-weight: 900;
  line-height: 100%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  background: transparent;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper .counter-content-3 h2 {
    font-size: 50px;
  }
}
.counter-bg-wrapper .counter-content-3 p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  color: var(--white);
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper .counter-content-3 p {
    font-size: 15px;
  }
}
.counter-bg-wrapper .counter-content-3:hover h2 {
  color: var(--white) !important;
  -webkit-text-stroke-color: var(--white);
}

.work-process-section-2 {
  background-color: #F0F0F0;
  position: relative;
  z-index: 9;
}
.work-process-section-2 .section-title-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.work-process-section-2 .section-title-area p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  max-width: 452px;
}
.work-process-section-2 .text {
  font-size: 310px;
  font-weight: 700;
  color: rgb(230, 230, 230);
  text-transform: capitalize;
  position: absolute;
  top: 600px;
  right: -27%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .work-process-section-2 .text {
    font-size: 285px;
  }
}
@media (max-width: 1600px) {
  .work-process-section-2 .text {
    font-size: 250px;
  }
}
@media (max-width: 1399px) {
  .work-process-section-2 .text {
    display: none;
  }
}

.tp-funfact-panel-wrap {
  width: 500%;
  height: 100%;
  display: flex;
}
@media (max-width: 1399px) {
  .tp-funfact-panel-wrap {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .tp-funfact-panel-wrap {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
}

.work-process-box-items-2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .work-process-box-items-2 {
    flex-wrap: wrap;
  }
}
.work-process-box-items-2 .work-process-content {
  display: flex;
  gap: 15px;
}
.work-process-box-items-2 .work-process-content .number {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Satoshi", sans-serif;
}
.work-process-box-items-2 .work-process-content h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
  line-height: 100%;
  margin-top: 180px;
}
@media (max-width: 1399px) {
  .work-process-box-items-2 .work-process-content h3 {
    font-size: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .work-process-box-items-2 .work-process-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .work-process-box-items-2 .work-process-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .work-process-box-items-2 .work-process-content h3 {
    font-size: 25px;
  }
}
.work-process-box-items-2 .work-process-content p {
  max-width: 400px;
  margin-top: 24px;
  color: #000000;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .work-process-box-items-2 .work-process-content p {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .work-process-box-items-2 .work-process-image img {
    width: 100%;
  }
}

.tp-funfact-panel {
  width: 100%;
  height: 100%;
  will-change: transform;
  opacity: 1 !important;
}

.feature-wrapper-4 .feature-image img {
  width: 100%;
  height: 100%;
}
.feature-wrapper-4 .feature-content {
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-content {
    margin-left: 0;
  }
}
.feature-wrapper-4 .feature-content p {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: "Satoshi", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.feature-wrapper-4 .feature-content .feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.feature-wrapper-4 .feature-content .feature-item .feature-cont .content {
  margin-bottom: 30px;
}
.feature-wrapper-4 .feature-content .feature-item .feature-cont .content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.feature-wrapper-4 .feature-content .feature-item .feature-cont .content span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  color: var(--black);
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-content .feature-item .feature-cont .content span {
    font-size: 15px;
  }
}

.epic-gallery-item {
  margin-bottom: 30px;
}
.epic-gallery-item.gt-style-2 {
  margin-top: 30px;
}
.epic-gallery-item .gallery-iamge {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.epic-gallery-item .gallery-iamge img {
  width: 100%;
  height: 100%;
}
.epic-gallery-item .gallery-iamge .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  z-index: 999;
  font-size: 40px;
}
.epic-gallery-item .gallery-iamge:before, .epic-gallery-item .gallery-iamge:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transform: translateX(-100%) rotate(15deg);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.epic-gallery-item .gallery-iamge:after {
  left: auto;
  right: 0;
  transform: translateX(100%) rotate(-15deg);
}
.epic-gallery-item:hover .gallery-iamge .icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.epic-gallery-item:hover .gallery-iamge:before, .epic-gallery-item:hover .gallery-iamge:after {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.project-items-one {
  margin-top: 60px;
  background-color: #FDF8F6;
}
@media (max-width: 1399px) {
  .project-items-one {
    margin-top: 30px;
  }
}
.project-items-one .thumb {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .project-items-one .thumb {
    height: 500px;
  }
}
.project-items-one .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-items-one .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);
}
.project-items-one .content-items {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .project-items-one .content-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.project-items-one .content-items .title-content p {
  font-size: 14px;
}
.project-items-one .content-items .title-content .title {
  font-size: 24px;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .project-items-one .content-items .title-content .title {
    font-size: 20px;
  }
}
.project-items-one .content-items .title-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-items-one .content-items .title-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-items-one .content-items .location-text-items {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 991px) {
  .project-items-one .content-items .location-text-items {
    gap: 30px;
  }
}
.project-items-one: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);
}
.project-items-one: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);
}

.project-section-2 .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .project-section-2 .section-title {
    margin-bottom: 30px;
  }
}

.project-box-items-2 {
  padding: 40px 0;
  background-color: #F0F0F0;
}
.project-box-items-2.style-3 {
  background-color: var(--white);
}
.project-box-items-2.style-3.bb-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.project-box-items-2 .content-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project-box-items-2 .content-box .title-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 767px) {
  .project-box-items-2 .content-box .title-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-box-items-2 .content-box .title-box .title {
  display: flex;
  flex-direction: column;
}
.project-box-items-2 .content-box .title-box .title h3 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .project-box-items-2 .content-box .title-box .title h3 {
    font-size: 23px;
  }
}
.project-box-items-2 .content-box .title-box .title h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-2 .content-box .title-box .title h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-items-2 .content-box .title-box .title span {
  margin-top: auto;
  display: block;
}
.project-box-items-2 .project-right-items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1899px) {
  .project-box-items-2 .project-right-items {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .project-box-items-2 .project-right-items {
    display: block;
  }
}
.project-box-items-2 .project-right-items .thumb {
  overflow: hidden;
  position: relative;
}
.project-box-items-2 .project-right-items .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-box-items-2 .project-right-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);
}
.project-box-items-2 .project-right-items .content {
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .project-box-items-2 .project-right-items .content {
    max-width: initial;
    margin-top: 30px;
  }
}
.project-box-items-2 .project-right-items .content p {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 140%;
}
@media (max-width: 767px) {
  .project-box-items-2 .project-right-items .content p {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.project-box-items-2 .project-right-items .content .text-btn {
  margin-top: auto;
}
.project-box-items-2.bb-top {
  border-top: 1px solid #000;
}
.project-box-items-2.bb-bottom {
  border-bottom: 1px solid #000;
}
.project-box-items-2: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);
}
.project-box-items-2: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);
}

.project-inner-items .project-image {
  overflow: hidden;
  position: relative;
}
.project-inner-items .project-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;
  pointer-events: none;
}
.project-inner-items .project-image .project-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.project-inner-items .project-image .project-content h2 {
  font-size: 24px;
  text-transform: capitalize;
}
.project-inner-items .project-image .project-content h2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.project-inner-items .project-image .project-content h2 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.project-inner-items .project-image .project-content span {
  color: var(--white);
  text-transform: capitalize;
}
.project-inner-items .project-image img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-inner-items:hover .project-image:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-inner-items:hover .project-image img {
  transform: scale(1.2);
}

.project-details-wrapper .project-details-image {
  margin-bottom: 30px;
  overflow: hidden;
}
.project-details-wrapper .project-details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-content h2 {
    font-size: 28px;
  }
}
.project-details-wrapper .project-details-content .thumb {
  overflow: hidden;
}
.project-details-wrapper .project-details-content .thumb img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-information {
  background-color: rgb(240, 240, 240);
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-information {
    padding: 22px;
  }
}
.project-details-wrapper .project-information .information-list {
  margin-top: 20px;
}
.project-details-wrapper .project-information .information-list li {
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-information .information-list li {
    gap: 14px;
  }
}
.project-details-wrapper .project-information .information-list li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(47, 47, 47, 0.2);
  padding-bottom: 15px;
}
.project-details-wrapper .project-information .information-list li span {
  color: var(--header);
  font-size: 18px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-information .information-list li span {
    font-size: 16px;
  }
}

.service-list-items {
  margin-top: 30px;
}
.service-list-items .service-title {
  background-color: var(--white);
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
@media (max-width: 470px) {
  .service-list-items .service-title {
    display: grid;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
}
.service-list-items .service-title::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);
}
.service-list-items .service-title .title {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .service-list-items .service-title .title {
    font-size: 24px;
  }
}
.service-list-items .service-title .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 470px) {
  .service-list-items .service-title .icon {
    margin: 0 auto;
  }
}
.service-list-items .service-title.active::after {
  left: 0;
  width: 100%;
}
.service-list-items .service-title.active .title a {
  color: var(--white);
}
.service-list-items .service-title.active .icon {
  background-color: var(--white);
  color: var(--theme);
}

.gt-service-one-image-outer {
  position: relative;
  height: 100%;
  margin-top: 30px;
}

.gt-service-one_images-outer {
  position: relative;
  height: 100%;
}

.gt-service-one-image {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(-5deg) translateX(0px);
  transform: rotate(-5deg) translateX(0px);
}
@media (max-width: 991px) {
  .gt-service-one-image {
    display: none;
    position: static;
  }
}
.gt-service-one-image.active {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateX(0px);
  transform: rotate(0deg) translateX(0px);
}
@media (max-width: 991px) {
  .gt-service-one-image.active {
    display: block;
  }
}
.gt-service-one-image img {
  width: 100%;
  height: 100%;
}

.service-section-2 {
  margin: 0 15px;
}
.service-section-2 .section-title-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 50px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .service-section-2 .section-title-area {
    flex-direction: column;
    display: flex;
    flex-wrap: initial;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .service-section-2 .section-title-area .section-title {
    order: 1;
  }
}
@media (max-width: 991px) {
  .service-section-2 .section-title-area .content {
    order: 2;
  }
}
.service-section-2 .section-title-area .content p {
  margin-bottom: 30px;
}

.service-card-items-2 {
  background-color: var(--white);
  padding: 40px;
  position: relative;
  z-index: 9;
  transition: 0.5s;
  height: 100%;
}
@media (max-width: 1600px) {
  .service-card-items-2 {
    padding: 30px;
  }
}
.service-card-items-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme);
  border-left: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.service-card-items-2::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.service-card-items-2 .content {
  margin-top: 117px;
}
@media (max-width: 1899px) {
  .service-card-items-2 .content {
    margin-top: 50px;
  }
}
.service-card-items-2 .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.service-card-items-2 .content p {
  letter-spacing: -0.02em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1600px) {
  .service-card-items-2 .content .title {
    font-size: 20px;
  }
}
.service-card-items-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-card-items-2 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.service-card-items-2 .content .gt-theme-btn-main {
  margin-top: 117px;
}
@media (max-width: 1899px) {
  .service-card-items-2 .content .gt-theme-btn-main {
    margin-top: 50px;
  }
}
.service-card-items-2:hover {
  transform: translateY(-10px);
}
.service-card-items-2:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card-items-2:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card-items-2:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.service-card-image-2 {
  height: 100%;
}
.service-card-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-details-wrapper .main-sideber .single-sideber-widget {
  margin-bottom: 40px;
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  line-height: 1;
  padding: 20px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .main-sideber .single-sideber-widget ul li {
    font-size: 14px;
  }
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li a {
  color: var(--header);
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li i {
  transition: all 0.4s ease-in-out;
  color: var(--theme);
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li:hover {
  background-color: var(--theme);
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li:hover a {
  color: var(--white);
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li:hover i {
  color: var(--white);
}
.service-details-wrapper .main-sideber .contact-bg {
  position: relative;
}
.service-details-wrapper .main-sideber .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.service-details-wrapper .main-sideber .contact-bg .contact-item {
  padding: 35px;
  position: relative;
  text-align: center;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .icon {
  color: var(--white);
  background-color: var(--white);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .icon img {
  filter: brightness(0) invert(0);
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content {
  margin-top: 80px;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content h4 {
  color: var(--white);
  margin-bottom: 20px;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content p {
  color: var(--white);
  margin-bottom: 30px;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content .list li {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content .list li a {
  color: var(--white);
}
.service-details-wrapper .service-details-post .details-image img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .service-details-post .details-content {
  margin-top: 40px;
}
.service-details-wrapper .service-details-post .details-content h3 {
  margin-bottom: 10px;
  font-size: 52px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .details-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .service-details-wrapper .service-details-post .details-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-post .details-content h3 {
    font-size: 25px;
  }
}
.service-details-wrapper .service-details-post .details-content .details-list {
  margin-top: 30px;
  margin-bottom: 50px;
}
.service-details-wrapper .service-details-post .details-content .details-list li {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
.service-details-wrapper .service-details-post .details-content .details-list li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-post .details-content .details-list li i {
  margin-right: 8px;
}
.service-details-wrapper .service-details-post .details-content .accordion-box {
  position: relative;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box {
    margin-top: 30px;
  }
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block {
  position: relative;
  background-color: transparent;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 33px 0;
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  font-size: 16px;
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content .content {
  position: relative;
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 0.7;
  max-width: 422px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content.current {
  display: block;
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn.active .icon:before {
  content: "\f00d";
  color: var(--header);
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn.active {
  color: var(--header);
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block:last-child {
  margin-bottom: 0;
}

.testimonial-box-items {
  background-color: var(--white);
  padding: 32px;
  margin-top: 30px;
}
.testimonial-box-items .tetsi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(8, 37, 36, 0.2);
  border-bottom: 1px solid rgba(8, 37, 36, 0.2);
  padding: 16px 0;
}
.testimonial-box-items .tetsi-top .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-box-items .tetsi-top .client-info span {
  font-size: 20px;
  font-weight: 600;
  color: #0D1D18;
}
.testimonial-box-items .tetsi-top .star {
  font-weight: 700;
  color: var(--white);
  background-color: var(--theme);
  height: 33px;
  line-height: 33px;
  border-radius: 6px;
  padding: 0 11px;
  display: inline-block;
}
.testimonial-box-items .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 35px;
}
.testimonial-box-items .text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 18px;
}
@media (max-width: 1399px) {
  .testimonial-box-items .text {
    font-size: 16px;
  }
}

.testimonial-wrapper-2 .testimonial-items-2 .testi-box-2 {
  margin-top: 70px;
}
.testimonial-wrapper-2 .testimonial-items-2 .testi-box-2 .quote-icon {
  margin-bottom: 30px;
}
.testimonial-wrapper-2 .testimonial-items-2 .testi-box-2 p {
  font-size: 28px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  color: #000000;
  font-style: italic;
  line-height: 150%;
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-items-2 .testi-box-2 p {
    font-size: 22px;
  }
}
.testimonial-wrapper-2 .testimonial-items-2 .array-button {
  gap: 15px;
  margin-top: 48px;
}
.testimonial-wrapper-2 .testimonial-items-2 .array-button .array-prev, .testimonial-wrapper-2 .testimonial-items-2 .array-button .array-next {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: none;
  background-color: var(--white);
}
.testimonial-wrapper-2 .testimonial-items-2 .array-button .array-prev:hover, .testimonial-wrapper-2 .testimonial-items-2 .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}
.testimonial-wrapper-2 .testimonial-right-items {
  padding: 30px;
  position: relative;
}
.testimonial-wrapper-2 .testimonial-right-items .testimonial-client-slider {
  margin-right: -45%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-right-items .testimonial-client-slider {
    margin-right: 0;
  }
}
@media (max-width: 470px) {
  .testimonial-wrapper-2 .testimonial-right-items .testimonial-client-slider {
    text-align: center;
  }
}
.testimonial-wrapper-2 .testimonial-right-items .testi-slider-box {
  opacity: 0.1;
}
.testimonial-wrapper-2 .testimonial-right-items::before {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  width: 1000%;
  z-index: -1;
}
.testimonial-wrapper-2 .testimonial-right-items .client-image {
  margin-top: 85px;
}
.testimonial-wrapper-2 .testimonial-right-items .info-content {
  margin-top: 30px;
}
.testimonial-wrapper-2 .testimonial-right-items .info-content .name {
  font-size: 24px;
  font-weight: 500;
}
.testimonial-wrapper-2 .testimonial-right-items .info-content p {
  text-transform: capitalize;
  font-size: 14px;
}
.testimonial-wrapper-2 .testimonial-right-items .number-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 105px;
}
@media (max-width: 470px) {
  .testimonial-wrapper-2 .testimonial-right-items .number-item {
    justify-content: center;
  }
}
.testimonial-wrapper-2 .testimonial-right-items .number-item p {
  font-size: 14px;
  color: #6D6D6D;
}
.testimonial-wrapper-2 .testimonial-right-items .number-item span {
  color: var(--header);
  font-size: 24px;
  font-weight: 700;
}
.testimonial-wrapper-2 .testimonial-right-items .number-item .line {
  height: 1px;
  width: 96px;
  background-color: var(--header);
  margin-left: 15px;
}
.testimonial-wrapper-2 .testimonial-right-items .swiper-slide.swiper-slide-active .testi-slider-box {
  opacity: 1;
}

.testimonial-box-items-6 {
  padding: 30px;
  border: 3px solid rgba(2, 21, 36, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 {
    display: block;
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .testimonial-box-items-6 {
    padding: 24px;
  }
}
.testimonial-box-items-6 .thumb {
  max-width: 335px;
  position: relative;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 .thumb {
    max-width: initial;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-items-6 .thumb {
    height: initial;
  }
}
.testimonial-box-items-6 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.testimonial-box-items-6 .thumb .info-title {
  background-color: #F5F5F5;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.testimonial-box-items-6 .thumb .info-title h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--header);
}
.testimonial-box-items-6 .thumb .info-title span {
  color: #7E7E7E;
  text-transform: capitalize;
}
.testimonial-box-items-6 .content {
  max-width: 738px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 .content {
    margin-top: 20px;
  }
}
@media (max-width: 470px) {
  .testimonial-box-items-6 .content {
    padding: 0px;
  }
}
.testimonial-box-items-6 .content p {
  font-size: 21px;
  font-weight: 500;
  color: #021524;
  text-transform: capitalize;
  line-height: 187%;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 .content p {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial-box-items-6 .content p {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .testimonial-box-items-6 .content p {
    font-size: 16px;
  }
}
.testimonial-box-items-6 .content .clutech-image {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 400px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 .content .clutech-image {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.testimonial-box-items-6 .content .clutech-image .dot-number {
  display: flex;
  gap: 55px;
}
.testimonial-box-items-6 .content .clutech-image .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);
}
.testimonial-box-items-6 .content .clutech-image .dot-number .swiper-pagination-bullet-active .dot-num span {
  color: #021524 !important;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .dot-num {
  transition: all 0.4s ease-in-out;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .dot-num span {
  font-size: 15px;
  font-weight: 500;
  color: #021524 !important;
  transition: all 0.4s ease-in-out;
  opacity: 9 !important;
  display: inline-block;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .dot-num span.style-2 {
  position: relative;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .dot-num span.style-2::before {
  position: absolute;
  content: "";
  top: 14px;
  left: -49px;
  background: #021524;
  width: 43px;
  height: 1px;
}

.testimonial-section-3 {
  background-color: rgb(255, 246, 239);
}
.testimonial-section-3 .testi-slider {
  margin-right: -84%;
}
@media (max-width: 1399px) {
  .testimonial-section-3 .testi-slider {
    margin-right: 0;
  }
}
.testimonial-section-3 .marquee-2 {
  position: relative;
  --duration: 20s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
  margin-bottom: 60px;
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .testimonial-section-3 .marquee-2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.testimonial-section-3 .marquee-2.slide-right {
  transform: scaleX(-1);
}
.testimonial-section-3 .marquee-2.slide-right .text,
.testimonial-section-3 .marquee-2.slide-right .stroke-text {
  transform: scaleX(-1);
}
.testimonial-section-3 .marquee-2 .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  animation: scroll var(--duration) linear infinite;
  padding-right: 30px;
}
.testimonial-section-3 .marquee-2 .text {
  color: var(--white);
  font-weight: 700;
  font-size: 200px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 50px;
  line-height: 150px;
  color: #000000;
}
@media (max-width: 1199px) {
  .testimonial-section-3 .marquee-2 .text {
    gap: 30px;
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3 .marquee-2 .text {
    gap: 30px;
    font-size: 100px;
    line-height: 110px;
  }
}

@media (max-width: 575px) {
  .team-card-items-3 {
    margin-top: 20px;
  }
}
.team-card-items-3 .team-image {
  position: relative;
}
.team-card-items-3 .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-items-3 .team-image .team-content {
  position: absolute;
  left: 30px;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .team-card-items-3 .team-image .team-content {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1399px) {
  .team-card-items-3 .team-image .team-content h3 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .team-card-items-3 .team-image .team-content h3 {
    font-size: 20px;
  }
}
.team-card-items-3 .team-image .team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
  text-transform: capitalize;
}
.team-card-items-3 .team-image .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-3 .team-image .team-content p {
  color: var(--white);
  text-transform: capitalize;
}
.team-card-items-3 .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-items-3:hover .team-image .team-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.team-card-items-3:hover .team-image::before {
  opacity: 1;
  visibility: visible;
}

.team-details-wrapper .team-details-image {
  overflow: hidden;
}
.team-details-wrapper .team-details-image img {
  width: 100%;
  height: 100%;
}
.team-details-wrapper .team-details-content {
  margin-left: 30px;
  background-color: rgb(240, 240, 240);
  padding: 45px 40px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content .offer {
  background-color: var(--theme);
  color: var(--white);
  padding: 8px 10px;
}
.team-details-wrapper .team-details-content h2 {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content .team-infrom {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content .team-infrom li {
  display: flex;
  gap: 100px;
  align-items: center;
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content .team-infrom li {
    display: grid;
    gap: 20px;
  }
}
.team-details-wrapper .team-details-content .team-infrom li span {
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
  flex-basis: 28%;
}
.team-details-wrapper .team-details-content .team-infrom li:not(:last-child) {
  margin-bottom: 12px;
}
.team-details-wrapper .team-details-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 60px;
}
.team-details-wrapper .team-details-content .social-icon {
  display: flex;
  margin-top: 30px;
  gap: 15px;
}
.team-details-wrapper .team-details-content .social-icon a {
  color: var(--theme);
  background: var(--white);
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-details-wrapper .team-middle-items .team-skill-area {
  margin-top: 60px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-middle-items .team-skill-area .skill-content {
    margin-right: 0;
  }
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head .title {
  color: var(--header);
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .progress {
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 6px;
  width: 0;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 69%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 98%;
  }
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li {
  display: flex;
  gap: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .team-bottom-items {
  margin-top: 120px;
  background: rgb(240, 240, 240);
  padding: 80px 60px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-bottom-items {
    margin-top: 100px;
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-bottom-items {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper .team-bottom-items {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .team-bottom-items {
    padding: 30px;
  }
}
.team-details-wrapper .team-bottom-items .team-left-items p {
  margin-top: 20px;
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon {
  display: flex;
  gap: 10px;
  border-radius: 70px;
  border: 1px solid #3D4857;
  display: inline-flex;
  padding: 20px;
  font-weight: 600;
  line-height: 1;
  margin-top: 30px;
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon .icon {
  color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-right-items {
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-bottom-items .team-right-items {
    margin-left: 0;
  }
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box {
  margin-top: 30px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt input, .team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea {
  outline: none;
  width: 100%;
  color: var(--header);
  padding-bottom: 20px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(15, 23, 42, 0.2);
  text-transform: capitalize;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt input::placeholder, .team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea::placeholder {
  color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select {
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.2);
  background-color: transparent;
  width: 100%;
  height: initial;
  line-height: initial;
  text-transform: capitalize;
  color: var(--header);
  padding-bottom: 20px;
  border-radius: 0;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select .current {
  color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  width: 8px;
  height: 8px;
  right: 12px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select .list {
  width: 100%;
}

.grt-news-box-items {
  margin-top: 30px;
  background-color: var(--white);
  padding: 8px;
}
.grt-news-box-items .grt-thumb {
  overflow: hidden;
  position: relative;
}
.grt-news-box-items .grt-thumb::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;
  pointer-events: none;
}
.grt-news-box-items .grt-thumb img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.grt-news-box-items .grt-content {
  padding: 25px 22px 18px;
}
.grt-news-box-items .grt-content .tag-items {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .grt-news-box-items .grt-content .tag-items {
    flex-wrap: wrap;
  }
}
.grt-news-box-items .grt-content .tag-items a {
  background: var(--body);
  display: inline-block;
  font-size: 14px;
  font-family: "Satoshi", sans-serif;
  height: 30px;
  line-height: 30px;
  color: var(--header);
  font-weight: 400;
  padding: 0 12px;
}
.grt-news-box-items .grt-content .tag-items .dotss {
  width: 3px;
  height: 3px;
  background-color: var(--header);
  display: inline-block;
}
.grt-news-box-items .grt-content .tag-items .date {
  display: inline-block;
  color: var(--header);
  font-weight: 400;
  font-size: 14px;
  font-family: "Satoshi", sans-serif;
}
.grt-news-box-items .grt-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 134%;
}
@media (max-width: 1199px) {
  .grt-news-box-items .grt-content .title {
    font-size: 20px;
  }
}
.grt-news-box-items .grt-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.grt-news-box-items .grt-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.grt-news-box-items .grt-content .news-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: var(--header);
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 15px;
}
.grt-news-box-items .grt-content .news-btn .text {
  position: relative;
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
.grt-news-box-items .grt-content .news-btn .text-default,
.grt-news-box-items .grt-content .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
  text-decoration: underline;
}
.grt-news-box-items .grt-content .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
}
.grt-news-box-items .grt-content .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.grt-news-box-items .grt-content .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.grt-news-box-items .grt-content .news-btn i {
  transition: transform 0.4s ease;
}
.grt-news-box-items:hover .grt-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.grt-news-box-items:hover .grt-thumb img {
  transform: scale(1.2);
}
.grt-news-box-items:hover .grt-content .tag-items a {
  background-color: var(--theme);
  color: var(--white);
}

.news-wrapper-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 60px;
}
.news-wrapper-2 .news-box-2 {
  margin-top: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 60px;
}
@media (max-width: 1399px) {
  .news-wrapper-2 .news-box-2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.news-wrapper-2 .news-box-2 .content {
  max-width: 690px;
}
.news-wrapper-2 .news-box-2 .content.style-2 {
  margin-left: auto;
}
.news-wrapper-2 .news-box-2 .content ul {
  margin-bottom: 28px;
}
.news-wrapper-2 .news-box-2 .content ul li span {
  background: var(--white);
  padding: 7px 10px;
  line-height: 1;
  color: rgb(6, 6, 6);
  margin-right: 10px;
  line-height: 1;
}
.news-wrapper-2 .news-box-2 .content ul li span.color-2 {
  background: var(--theme);
  color: var(--white);
}
.news-wrapper-2 .news-box-2 .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .news-wrapper-2 .news-box-2 .content .title {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .news-wrapper-2 .news-box-2 .content .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .news-wrapper-2 .news-box-2 .content .title {
    font-size: 22px;
  }
}
.news-wrapper-2 .news-box-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-wrapper-2 .news-box-2 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-wrapper-2 .news-box-2 .content .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.news-wrapper-2 .news-box-2 .content .client-info .client-content .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}
.news-wrapper-2 .news-box-2 .content .client-info .client-content p {
  font-size: 14px;
  font-weight: 400;
}
.news-wrapper-2 .news-box-2 .news-image {
  max-width: 690px;
  overflow: hidden;
  position: relative;
  height: 225px;
}
.news-wrapper-2 .news-box-2 .news-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-wrapper-2 .news-box-2 .news-image 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-wrapper-2 .news-box-2:hover .news-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-wrapper-2 .news-box-2:hover .news-image 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-card-item-3 {
  margin-top: 30px;
}
.news-card-item-3 .news-image {
  position: relative;
  overflow: hidden;
}
.news-card-item-3 .news-image img {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all 500ms ease;
}
.news-card-item-3 .news-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.news-card-item-3 .news-content {
  margin-top: 30px;
}
.news-card-item-3 .news-content .tag {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.news-card-item-3 .news-content .tag span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 2px 10px;
  background-color: var(--white);
}
.news-card-item-3 .news-content .tag span.style-2 {
  background-color: #000000;
  color: var(--white);
}
.news-card-item-3 .news-content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 134%;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .news-card-item-3 .news-content h3 {
    font-size: 20px;
  }
}
.news-card-item-3 .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-item-3 .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-item-3 .news-content .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.news-card-item-3 .news-content .icon-item .content h4 {
  font-size: 16px;
  font-weight: 600;
}
.news-card-item-3 .news-content .icon-item .content p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.news-card-item-3:hover .news-image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.news-card-item-3:hover .news-image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.news-section-3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 120px;
}
@media (max-width: 1399px) {
  .news-section-3 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .news-section-3 {
    margin-bottom: 80px;
  }
}

.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;
}
.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;
}
.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: 400;
}
@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(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .gt-theme-btn-main {
  margin-top: 24px;
}
.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: rgb(240, 240, 240);
  padding: 30px;
}
@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);
}
.main-sideber .single-sideber-widget .search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  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: 400;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  padding: 22px 25px;
  font-family: "Satoshi", sans-serif;
  line-height: 1;
  text-transform: capitalize;
}
.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(--theme);
}
.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: 0px;
}
.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;
  line-height: 150%;
}
@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(--theme);
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--text);
  font-weight: 400;
}
.main-sideber .single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 400;
  background: var(--white);
  font-family: "Satoshi", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme);
  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(--theme);
  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(--theme);
  padding: 40px;
  background-color: rgb(240, 240, 240);
  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(--theme);
  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: rgb(240, 240, 240);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@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(--theme);
  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(--theme);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
  padding: 50px 40px;
  background-color: rgb(240, 240, 240);
}
@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(--theme);
  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(--theme);
}
.news-details-area .blog-post-details .comment-form-wrap {
  background-color: rgb(240, 240, 240);
  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;
}
.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;
}

.brand-section-2 .brand-text {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Satoshi", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
.brand-section-2 .brand-image {
  text-align: center;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.brand-section-2 .brand-image:hover {
  opacity: 1;
}

.faq-wrapper-3 .accordion-box-3 {
  position: relative;
  border: none;
}
.faq-wrapper-3 .accordion-box-3 .block {
  position: relative;
  background-color: transparent;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 27px;
  margin-bottom: 20px;
}
.faq-wrapper-3 .accordion-box-3 .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-btn {
    font-size: 18px;
  }
}
.faq-wrapper-3 .accordion-box-3 .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  font-size: 16px;
}
.faq-wrapper-3 .accordion-box-3 .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-content {
    margin-top: 10px;
  }
}
.faq-wrapper-3 .accordion-box-3 .block .acc-content .content {
  position: relative;
}
.faq-wrapper-3 .accordion-box-3 .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 0.7;
  max-width: 842px;
}
@media (max-width: 1199px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-content .content .text {
    font-size: 13px;
  }
}
.faq-wrapper-3 .accordion-box-3 .block .acc-content.current {
  display: block;
}
.faq-wrapper-3 .accordion-box-3 .block .acc-btn.active .icon:before {
  content: "\f068";
  color: var(--header);
}
.faq-wrapper-3 .accordion-box-3 .block .acc-btn.active {
  color: var(--header);
}
.faq-wrapper-3 .accordion-box-3 .block:last-child {
  margin-bottom: 0;
}
.faq-wrapper-3 .faq-content {
  margin-left: 20px;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content {
    margin-left: 0;
  }
}
.faq-wrapper-3 .faq-content .faq-image {
  margin-left: 200px;
  margin-top: 130px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content .faq-image {
    margin-left: 0;
    margin-top: 30px;
  }
}
.faq-wrapper-3 .faq-content .faq-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: -20px;
  left: -20px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content .faq-image::before {
    display: none;
  }
}
.faq-wrapper-3 .faq-content .faq-image img {
  width: 100%;
  height: 100%;
}

.faq-section-3 .container {
  max-width: 1410px;
}

.cta-banner-box-items {
  background-color: var(--white);
  padding: 48px 48px;
}
@media (max-width: 767px) {
  .cta-banner-box-items {
    padding: 30px;
  }
}
.cta-banner-box-items P {
  margin-top: 18px;
}
.cta-banner-box-items ul {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cta-banner-box-items ul li {
  font-size: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cta-banner-box-items ul li {
    font-size: 20px;
  }
}
.cta-banner-box-items ul li span {
  font-size: 18px;
  margin-right: 16px;
}
.cta-banner-box-items ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .banner-section-2 {
    height: 500px;
  }
}
.banner-section-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-banner-section-3 {
  position: relative;
  z-index: 9;
}
.cta-banner-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.contact-information-box {
  background-color: rgb(240, 240, 240);
  padding: 60px;
}
@media (max-width: 1399px) {
  .contact-information-box {
    padding: 30px;
  }
}
.contact-information-box .information-box {
  background-color: #231F20;
  position: relative;
  z-index: 9;
  padding: 40px 40px 225px;
}
@media (max-width: 1399px) {
  .contact-information-box .information-box {
    padding: 30px 30px 180px;
  }
}
@media (max-width: 991px) {
  .contact-information-box .information-box {
    padding: 30px;
  }
}
.contact-information-box .information-box h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .contact-information-box .information-box h2 {
    font-size: 26px;
  }
}
.contact-information-box .information-box .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-information-box .information-box .shape img {
  width: 100%;
  height: 100%;
}
.contact-information-box .information-box h2 {
  color: var(--white);
}
.contact-information-box .information-box p {
  color: rgb(255, 255, 255);
  max-width: 451px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: capitalize;
}
.contact-information-box .information-box .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .contact-information-box .information-box .icon-item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.contact-information-box .information-box .icon-item .icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--white);
}
.contact-information-box .information-box .icon-item span {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}
.contact-information-box .information-box .icon-item span a {
  color: rgb(255, 255, 255);
}
.contact-information-box .contact-form-box {
  background-color: rgb(255, 255, 255);
  padding: 40px;
}
@media (max-width: 1399px) {
  .contact-information-box .contact-form-box {
    padding: 30px;
  }
}
.contact-information-box .contact-form-box .form-clt span {
  font-weight: 600;
  color: rgb(10, 37, 64);
  display: inline-block;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.contact-information-box .contact-form-box .form-clt input, .contact-information-box .contact-form-box .form-clt textarea {
  outline: none;
  width: 100%;
  color: rgb(70, 90, 110);
  padding: 20px;
  background: #F6F6F6;
  border: 1px solid #E2E2E2;
  border-radius: 0px;
  text-transform: capitalize;
}
.contact-information-box .contact-form-box .form-clt input::placeholder, .contact-information-box .contact-form-box .form-clt textarea::placeholder {
  color: rgb(70, 90, 110);
}
.contact-information-box .contact-form-box .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
}
.contact-information-box .contact-form-box .theme-btn {
  border-radius: 0;
}

.contact-map iframe {
  width: 100%;
  height: 746px;
  display: block;
  border: 0;
}
@media (max-width: 1399px) {
  .contact-map iframe {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .contact-map iframe {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .contact-map iframe {
    height: 400px;
  }
}

::-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;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.array-button .array-prev, .array-button .array-next {
  border-radius: 100px;
  border: 1px solid #E6E8EB;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.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;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.p-relative {
  position: relative;
}

/* ================================
   Split Text Styles
================================ */
.split-title .word {
  display: inline-block;
  white-space: nowrap;
}

/* char animation */
.split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.body-bg-2 {
  background-color: #FFFCF8;
}

.array-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.array-buttons .array-prev, .array-buttons .array-next {
  transition: all 0.4s ease-in-out;
}
.array-buttons .array-prev:hover, .array-buttons .array-next:hover {
  color: var(--theme);
}

.page-nav-wrap {
  margin-top: 50px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  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: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 50%;
  font-family: "Satoshi", sans-serif;
}
@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(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--white);
}

.text_invert > div {
  background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(0, 0, 0) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.mt-85 {
  margin-top: 85px;
}
@media (max-width: 991px) {
  .mt-85 {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .mt-85 {
    margin-top: 40px;
  }
}

.go_full {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399px) {
  .go_full {
    height: initial;
  }
}

.go_full img {
  object-fit: cover;
  height: 100%;
}/*# sourceMappingURL=main.css.map */