/* ===== GOOGLE FONT ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ===== SECTION TITLE ===== */
@charset "UTF-8";

@import url("animate.css");
@import url("swiper.min.css");
@import url("slick.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("magnific-popup.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("flaticon-tech.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 360deg;
  inherits: false;
}
:root {
  --theme-color1: #b8082b;
  --theme-color2: #0D0D0D;
  --theme-color3: #151414;
  --theme-color1-rgb: 136, 255, 42;
  --theme-color2-rgb: 13, 13, 13;
  --theme-color3-rgb: 21, 20, 20;
  --theme-color1-text-color: rgba(255, 255, 255, 0.6);
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #0f0f11;
  --body-bg: #000;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-silver: #eee;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-dark: #202020;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-color1-rgba: rgba(255, 255, 255, 0.2);
  --border-color2-rgba: rgba(255, 255, 255, 0.13);
  --text-color: rgba(255, 255, 255, 0.6);
  --headings-color: #151414;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color2);
  --body-font-family: "GT Walsheim Pro";
  --heading-font-family: "GT Walsheim Pro";
  --body-font-size: 16px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.1;
  --line-height-heading: 140%;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 1.1;
  --h2-font-size: 50px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: #7e8596;
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 1;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: 56px;
  --sec-title-font-weight: var(--h2-font-weight);
  --container-width: 1350px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
  --gradient-1: linear-gradient(90deg, #88ff2a 0%, #fff 100%);
}

@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.html#GTWalsheimPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.html#GTWalsheimPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.html#GTWalsheimPro-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
 * typography.scss
 * -----------------------------------------------
*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color1); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1); /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: var(--body-bg);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: #000;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: -0.32px;
}
.imgs-cont p {
    color: #fff !important;
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-color-white);
  position: relative;
  font-family: var(--heading-font-family);
  margin: 0;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  padding: 0;
  margin: 0;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
   
}



ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  list-style: none;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

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

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

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}
.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.container-1600 {
  max-width: 1600px;
}

/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.pricing-tab-btn span {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color-white);
}
.pricing-tab-btn .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
  border: 1px solid #cecece;
  padding: 5px;
  background: var(--theme-color3);
}
.pricing-tab-btn .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color2);
  border-radius: 31px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing-tab-btn .nav .nav-item .nav-link.active {
  background: var(--theme-color1);
  color: var(--theme-color-white);
}

.tp-cursor #cursor-outer {
  display: block;
}

#cursor-outer {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#cursorDot {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  background-color: var(--theme-color1);
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
  color: transparent;
}

/* cursorDot view 
============= */
#cursorDot .cursorDot-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* cursorDot drag 
============= */
#cursorDot .cursorDot-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color-white);
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#cursorDot .cursorDot-drag::before,
#cursorDot .cursorDot-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  color: var(--theme-color-white);
  height: 10px;
  line-height: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#cursorDot .cursorDot-drag::before {
  content: "\f104"; /* Font Awesome */
  left: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#cursorDot .cursorDot-drag::after {
  content: "\f105"; /* Font Awesome */
  right: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#cursorDot.with-blur {
  backdrop-filter: blur(18px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* cursorDot close 
============== */
#cursorDot.cursorDot-close-enabled {
  opacity: 1 !important;
}

#cursorDot .cursorDot-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color1);
  line-height: 1;
  text-align: center;
}

.tp-magnetic-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



/***

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/***

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

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

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

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

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

.page-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
  background-color: var(--body-bg);
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
  Preloader
  =======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:after {
  position: absolute;
  left: 48%;
  top: 50%;
  width: 180px;
  margin-left: -55px;
  margin-top: -70px;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/logo/logo.gif);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "";
  -webkit-transition: none;
  transition: none;
}

.preloader-loaded {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
  color: #000;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
}
.preloader-loaded.light .preloader-slide {
  background-color: #fff;
}
.preloader-loaded.loaded .text-preloader-outer {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader-loaded.loaded .preloader-slide.slide-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded.loaded .preloader-slide.slide-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded .text-preloader-outer {
  position: absolute;
  z-index: 100;
}
.preloader-loaded .text-preloader-outer .text-preloading {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 180px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
@media (max-width: 1199.98px) {
  .preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 40px;
  }
}
.preloader-loaded .text-preloader-outer .text-preloading:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  margin-left: -55px;
  margin-top: -70px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.html);
  content: "";
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split {
  color: #fff;
  position: relative;
  display: inline-block;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
  content: attr(data-text);
  -webkit-animation: text-split 4s infinite;
          animation: text-split 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader-loaded .preloader-slide {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader-loaded .preloader-slide.slide-left {
  left: 0;
}
.preloader-loaded .preloader-slide.slide-right {
  right: 0;
}

@-webkit-keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--theme-color-black);
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #000;
}

.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}

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

.fix {
  overflow: hidden;
}

.bb-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.line-shape-animation {
  max-width: 1654px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.line-shape-animation span {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
}

.line-shape-animation span::before,
.line-shape-animation span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--theme-color1);
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span::after {
  -webkit-animation: dscroll 2s linear infinite;
          animation: dscroll 2s linear infinite;
  width: 2px;
  height: 24px;
  bottom: 0;
  left: 0;
  background: var(--theme-color1);
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span:nth-child(2)::after {
  -webkit-animation: dscroll 2.1s linear infinite;
          animation: dscroll 2.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::after {
  -webkit-animation: dscroll 2.2s linear infinite;
          animation: dscroll 2.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::after {
  -webkit-animation: dscroll 2.3s linear infinite;
          animation: dscroll 2.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::after {
  -webkit-animation: dscroll 2.4s linear infinite;
          animation: dscroll 2.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::after {
  -webkit-animation: dscroll 1s linear infinite;
          animation: dscroll 1s linear infinite;
}

.line-shape-animation span:nth-child(7)::after {
  -webkit-animation: dscroll 3.5s linear infinite;
          animation: dscroll 3.5s linear infinite;
}

.line-shape-animation span:nth-child(2)::-ms-backdrop {
  animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(2)::backdrop {
  -webkit-animation: dscroll 4.1s linear infinite;
          animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::before {
  -webkit-animation: dscroll 4.2s linear infinite;
          animation: dscroll 4.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::before {
  -webkit-animation: dscroll 4.3s linear infinite;
          animation: dscroll 4.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::before {
  -webkit-animation: dscroll 4.4s linear infinite;
          animation: dscroll 4.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::before {
  -webkit-animation: dscroll 4s linear infinite;
          animation: dscroll 4s linear infinite;
}

.line-shape-animation span:nth-child(7)::before {
  -webkit-animation: dscroll 4.5s linear infinite;
          animation: dscroll 4.5s linear infinite;
}

@-webkit-keyframes dscroll {
  100% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}

@keyframes dscroll {
  100% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}
.p-relative {
  position: relative !important;
}

.section-bg2 {
  background-color: var(--theme-color3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tp-hero-2-img-box.last-item {
  margin-bottom: 1100px;
}

.tilt_scale {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.theme-btn-main .btn-style-one.transform {
  border: 1px solid transparent;
}
.theme-btn-main .btn-style-one.transform:hover {
  background-color: var(--theme-color-black);
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
}

.theme-btn-main:hover .transform,
.transform {
  -webkit-transform: none !important;
          transform: none !important;
}

/* Button 1 and 2 */
.theme-btn-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.theme-btn-main:hover .theme-btn {
  -webkit-transform: translateX(56px);
          transform: translateX(56px);
}
.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
  width: 56px;
  height: 56px;
  line-height: 1;
  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;
  background: var(--theme-color-white);
  color: var(--theme-color-black);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-main .theme-btn-arrow-left i,
.theme-btn-main .theme-btn-arrow-right i {
  rotate: -30deg;
}
.theme-btn-main .theme-btn-arrow-left.theme-btn-arrow-small,
.theme-btn-main .theme-btn-arrow-right.theme-btn-arrow-small {
  width: 40px;
  height: 40px;
}
.theme-btn-main .theme-btn-arrow-left.black-arrow,
.theme-btn-main .theme-btn-arrow-right.black-arrow {
  background: var(--theme-color-black);
  color: var(--theme-color1);
}
.theme-btn-main .theme-btn-arrow-left.transparent-arrow,
.theme-btn-main .theme-btn-arrow-right.transparent-arrow {
  border: 1px solid var(--theme-color1);
  background: transparent;
  color: var(--theme-color1);
}
.theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}
.theme-btn-main .theme-btn {
  background: #028bf9;
  color: var(--theme-color-black);
  font-weight: 500;
  font-size: 16px;
  padding: 13px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-btn-main .theme-btn.theme-btn-white {
  background-color: var(--theme-color-white);
  color: #000;
}
.theme-btn-main .theme-btn.theme-btn-black {
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
}
.theme-btn-main .theme-btn.theme-btn-transparent {
  background-color: transparent;
  color: var(--theme-color1);
  border: 1px solid var(--border-color1-rgba);
}
.theme-btn-main .theme-btn.theme-btn-small {
  padding: 6px 20px 5px;
  font-size: 14px;
  font-weight: 600;
}
.theme-btn-main.style-2:hover .theme-btn {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.theme-btn-main.theme-btn-main2 .theme-btn-arrow-left, .theme-btn-main.theme-btn-main2 .theme-btn-arrow-right {
  width: 29px;
  height: 29px;
  line-height: 29px;
  background-color: var(--theme-color1);
  border-radius: 5px;
}
.theme-btn-main.theme-btn-main2 .theme-btn-arrow-left i, .theme-btn-main.theme-btn-main2 .theme-btn-arrow-right i {
  rotate: 0deg !important;
}
.theme-btn-main.theme-btn-main2 .theme-btn-arrow-right {
  margin-left: 15px;
}
.theme-btn-main.theme-btn-main2 .theme-btn {
  background-color: transparent;
  width: initial;
  color: var(--theme-color-white);
  height: initial;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.theme-btn-main.theme-btn-main2:hover .theme-btn {
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}

.btn-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.wc-btn-circle {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 200px;
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  color: var(--Bg, #000);
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.wc-btn-circle i {
  rotate: -30deg;
}
.wc-btn-circle.btn-hover-bgchange {
  color: var(--theme-color-black);
}
.wc-btn-circle.btn-hover-bgchange span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 100%;
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.wc-btn-circle.btn-hover-bgchange:hover span {
  width: 400px;
  height: 400px;
  color: var(--theme-color-black);
}

.theme-btn-two {
  position: relative;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-color-white);
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 1;
  gap: 10px;
  white-space: nowrap;
  border-radius: 30px;
  text-decoration: none;
  border-radius: 67px;
  background: var(--theme-color3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.theme-btn-two.large-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-btn-two span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.theme-btn-two span span.text-1 {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-btn-two span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-btn-two:hover {
  background: var(--theme-color1);
  color: var(--theme-color-black);
}
.theme-btn-two:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.theme-btn-two:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-btn-two:focus {
  color: var(--theme-color-white);
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes 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);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes popupVideo {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
            box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
            box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes popupVideo {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
            box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
            box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* Starting point of the rotation */
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* Ending point of the rotation (one full circle) */
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* Starting point of the rotation */
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* Ending point of the rotation (one full circle) */
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
          animation: rotateY 30s linear infinite;
}

@-webkit-keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animation__rotateX {
  -webkit-animation: rotateX 30s linear infinite;
          animation: rotateX 30s linear infinite;
}

@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotateX {
  -webkit-animation: rotateX 30s linear infinite;
          animation: rotateX 30s linear infinite;
}

.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.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);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
          animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.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);
  }
}
@-webkit-keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@-webkit-keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-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;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-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% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.sway_Y__animation {
  -webkit-animation: sway_Y 3s linear infinite alternate;
          animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.sway_Y__animationY {
  -webkit-animation: sway_YY 3s linear infinite alternate;
          animation: sway_YY 3s linear infinite alternate;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateOne {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateOne {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@-webkit-keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.animation__rotateAndScale {
  -webkit-animation: rotateAndScale 20s linear infinite;
          animation: rotateAndScale 20s linear infinite;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.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);
  }
}
/*** 
====================================================================
  Main Header
====================================================================
***/
.header-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1399.98px) {
  .header-1 {
    padding: 10px 0;
  }
}
.header-1 .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 160px;
}
.header-1.header-5 {
  border-bottom: none;
  padding-top: 15px;
}
.header-1.header-5 .main-box {
  padding-left: 140px;
  padding-right: 140px;
}
@media (max-width: 1699.98px) {
  .header-1.header-5 .main-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1399.98px) {
  .header-1.header-5 .main-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .header-1.header-5 .main-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-1.header-6 .main-box {
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 1699.98px) {
  .header-1.header-6 .main-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1399.98px) {
  .header-1.header-6 .main-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .header-1.header-6 .main-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-1.header-6 .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}
.header-1.header-6 .main-menu .navigation > li > a:hover {
  color: var(--theme-color-black);
}
.header-1.header-6 .ui-btn-outer .ui-btn-search .search-btn {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
}
.header-1.header-6 .ui-btn-outer .ui-btn-search .header-btn {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
}
.header-1.header-6 .ui-btn-outer .ui-btn-search .header-btn:hover {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}
.header-1.header-6 .mobile-nav-toggler span {
  background: var(--theme-color-black);
}
.header-1.header-6 .mobile-nav-toggler span:first-child {
  background: var(--theme-color-black);
}
.header-1.header-6 .mobile-nav-toggler span:nth-child(2) {
  background: var(--theme-color-black);
}
.header-1.header-6 .mobile-nav-toggler span:last-child {
  background: var(--theme-color-black);
}
.header-1 .ui-btn-outer .ui-btn-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header-1 .ui-btn-outer .ui-btn-search .search-btn {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 18px;
  height: 40px;
  text-align: center;
  width: 40px;
}
.header-1 .ui-btn-outer .ui-btn-search .header-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color1);
  color: var(--headings-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 49px;
  padding: 0 26px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-1 .ui-btn-outer .ui-btn-search .header-btn:hover {
  background-color: var(--theme-color-white);
}
.header-1 .mobile-nav-toggler {
  margin-left: 0;
  display: block;
  position: relative;
  width: 40px;
  height: 11px;
}
.header-1 .mobile-nav-toggler span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  background: var(--theme-color1);
  overflow: hidden;
}
.header-1 .mobile-nav-toggler span:first-child {
  top: 0;
  background: var(--theme-color1);
  left: 0;
  width: 40px;
}
.header-1 .mobile-nav-toggler span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  left: initial;
  right: 0;
  background: var(--theme-color1);
  margin-top: 5px;
}
.header-1 .mobile-nav-toggler span:last-child {
  bottom: -9px;
  background: var(--theme-color1);
  width: 20px;
  left: initial;
  right: 0;
}
.header-1 .mobile-nav-toggler.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
          transform: rotate(45deg) translate(3px, 9px);
}
.header-1 .mobile-nav-toggler.active span:nth-child(2) {
  opacity: 0;
}
.header-1 .mobile-nav-toggler.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
          transform: rotate(-45deg) translate(3px, -9px);
}
.header-1 .mobile-nav-toggler:hover {
  cursor: pointer;
}

.header-style-one .main-box {
  padding: 0 40px;
}
@media (max-width: 1699.98px) {
  .header-style-one .main-box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-one .main-box {
    padding: 14px 30px;
  }
}
.header-style-one .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header-style-one .main-box .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
@media (max-width: 1699.98px) {
  .header-style-one .main-box .outer-box {
    gap: 25px;
  }
}
.header-style-one .main-box .ui-btn-outer .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .header-style-one .main-box .ui-btn-outer .header-contact {
    display: none;
  }
}
.header-style-one .main-box .ui-btn-outer .header-contact .social-icon {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #C0C0C0;
  padding-right: 30px;
}
.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a {
  color: #CFCFCF;
  font-size: 18px;
}
.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a:hover {
  color: var(--headings-color);
}
.header-style-one .main-box .ui-btn-outer .header-contact .info-btn {
  font-weight: 600;
  color: var(--theme-color-white);
}
.header-style-one .main-box .ui-btn-outer .header-contact .info-btn:hover {
  color: var(--theme-color1);
}
.header-style-one .main-box .btn-style-one {
  padding: 20px 38px;
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .btn-style-one {
    display: none;
  }
}

.header-6 {
  border-bottom: none;
  padding-top: 20px;
}
.header-6 .sticky-header .mobile-nav-toggler span {
  background: #fff;
}
.header-6 .sticky-header .mobile-nav-toggler span:first-child {
  background: var(--theme-color-white);
}
.header-6 .sticky-header .mobile-nav-toggler span:nth-child(2) {
  background: var(--theme-color-white);
}
.header-6 .sticky-header .mobile-nav-toggler span:last-child {
  background: var(--theme-color-white);
}
.header-6 .sticky-header .main-menu .navigation > li > a {
  color: #000;
}
.header-6 .sticky-header .main-menu .navigation > li > a:hover {
  color: var(--theme-color-white);
}

.main-menu {
  position: relative;
}
.main-menu .navbar-header {
  display: none;
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navigation {
  margin: 0px;
  position: relative;
}
.main-menu .navigation > li {
  float: left;
  margin-right: 70px;
  padding: 25px 0px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1899.98px) {
  .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--body-font-family);
}
@media (max-width: 1899.98px) {
  .main-menu .navigation > li > a {
    font-size: 15px;
  }
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color1);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: visible;
}
.main-menu .navigation > li > ul {
  background-color: var(--body-bg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #1d2022;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color-white);
  text-align: left;
  font-family: var(--body-font-family);
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 600;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul {
  background-color: var(--body-bg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #1d2022;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.sticky-header {
  background-color: #fff;
  left: 0px;
  opacity: 0;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  background: none;
  position: relative;
}
.sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 46px;
  padding: 20px 0;
}
.sticky-header .main-menu .navigation > li > a {
  color: #000;
}
.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}
.sticky-header .main-menu .navigation > li:before {
  display: none;
}
.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}
.sticky-header .mobile-nav-toggler {
  color: var(--headings-color) !important;
}

@media only screen and (max-width: 1700px) {
  .main-header .header-lower .outer-box .ui-btn-outer {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .header-style-one .header-lower .logo-box {
    margin-right: 30px;
  }
  .main-menu .navigation > li {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1439px) {
  .main-menu .navigation > li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-top {
    margin-left: 0;
    padding: 0;
  }
  .main-header .main-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .header-lower .logo-box {
    margin-top: 0;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header-top,
  .main-header .main-menu {
    display: none;
  }
  .main-header .logo {
    min-width: auto;
  }
  .main-header .logo img, .sticky-header .main-header .logo img {
    width: auto;
    max-width: none;
    max-height: 45px;
  }
  .mobile-nav-toggler {
    display: block !important;
  }
  .main-header .main-box .nav-outer {
    width: auto;
  }
  .main-header .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider .title {
    padding: 7px 20px;
  }
  .main-slider .title:before {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .main-header .header-lower .logo-box {
    padding-left: 0;
    min-width: auto;
    margin-right: 0px;
    max-width: 140px;
  }
  .main-header .header-lower .logo-box .logo img {
    max-width: 140px;
  }
}
/*** 

====================================================================
		Helping Section
====================================================================

***/
.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
}

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

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 767.98px) {
  br {
    display: none;
  }
}

.fix {
  overflow: hidden;
}

.align-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.array-button .array-prev,
.array-button .array-next {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: var(--theme-color2);
  color: var(--theme-color1);
  cursor: pointer !important;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.array-button .array-prev:hover,
.array-button .array-next:hover {
  color: var(--theme-color-black);
  background: var(--theme-color1);
  border: none;
}

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

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

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

.swiper-dot {
  position: relative;
  z-index: 99;
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .swiper-dot {
    margin-top: 30px;
  }
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--border-color1-rgba);
  opacity: 1;
  border-radius: 15px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.tp--hover-item {
  position: relative;
}

.tp--hover-img {
  overflow: hidden;
}
.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 40px;
  height: 100%;
  position: absolute;
}

.anim-reveal-line {
  overflow: hidden;
}

.body-bg {
  background-color: #f6f5ef;
}

.sticky-style {
  position: sticky;
  top: 100px;
}

.get-in-touch {
  background-color: var(--theme-color3);
  border-radius: 20px;
  color: var(--theme-color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  gap: 5px;
  line-height: 26px;
  margin-top: 60px;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .get-in-touch {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 20px;
  }
}
.get-in-touch::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: 46px;
  border-radius: 28px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#88ff2a), to(rgba(82, 153, 25, 0)));
  background: linear-gradient(90deg, #88ff2a 0%, rgba(82, 153, 25, 0) 100%);
}
@media (max-width: 767.98px) {
  .get-in-touch::after {
    display: none;
  }
}
.get-in-touch a {
  color: var(--theme-color1);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.circle-box {
  position: relative;
  width: 300px;
  height: 300px;
}
.circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.circle-box .circle-text textPath {
  fill: var(--theme-color-white);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 6px;
}
.circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.circle-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.circle-box .highlight-arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.video-icon {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 11;
}
.video-icon .video-button-ripple::before,
.video-icon .video-button-ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: popupVideo 3s infinite;
          animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.video-icon .video-button-ripple::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-icon .video-button-ripple::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.multiple-section {
  position: relative;
  z-index: 1;
}
.multiple-section .work-one {
  position: relative;
}
.multiple-section .work-one .top-object-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.multiple-section .inner {
  margin: 0 60px;
  border-radius: 40px;
  position: relative;
}
.multiple-section .inner .object-cricle {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1699.98px) {
  .multiple-section .inner {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .multiple-section .inner {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .multiple-section .inner {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.multiple-section .inner .shape-1 {
  position: absolute;
  top: -20px;
  right: -20px;
}
.multiple-section .inner .light-shape {
  position: absolute;
  width: 1080px;
  height: 1080px;
  border-radius: 50%;
  opacity: 0.2;
  left: -5%;
  bottom: -100px;
  background: transparent;
  border: 110px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
  z-index: -1;
}
.multiple-section .inner .light-shape2 {
  position: absolute;
  width: 555px;
  height: 555px;
  border-radius: 50%;
  opacity: 0.3;
  right: -15%;
  bottom: -10px;
  background: transparent;
  border: 60px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
  z-index: -1;
}
.multiple-section .inner .bg-image {
  background-color: var(--theme-color3);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  opacity: 0.1;
  border-radius: 40px;
}
.multiple-section .inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color3);
  left: 10px;
  z-index: -1;
  border-radius: 40px;
}

.multiple-section-6 .inner .array-button .array-next, .multiple-section-6 .inner .array-button .array-prev {
  background-color: var(--body-bg);
}
.multiple-section-6 .inner .array-button .array-next:hover, .multiple-section-6 .inner .array-button .array-prev:hover {
  background-color: var(--theme-color1);
}

.title-shadow {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.24);
  font-size: 250px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -5px;
  text-transform: uppercase;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  white-space: nowrap;
  z-index: -1;
}
.title-shadow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #0a0a0a;
  -webkit-filter: blur(90px);
          filter: blur(90px);
  opacity: 1;
  left: auto;
  right: -80px;
}
@media (max-width: 1699.98px) {
  .title-shadow::after {
    display: none;
  }
}
@media (max-width: 1699.98px) {
  .title-shadow {
    position: relative;
    right: 0;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    z-index: 1;
    white-space: unset;
  }
}
@media (max-width: 1199.98px) {
  .title-shadow {
    font-size: 220px;
  }
}
@media (max-width: 991.98px) {
  .title-shadow {
    font-size: 180px;
  }
}
@media (max-width: 767.98px) {
  .title-shadow {
    display: none;
  }
}
.title-shadow.style-2 {
  left: auto;
  right: -30px;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
}
@media (max-width: 1699.98px) {
  .title-shadow.style-2 {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.title-shadow.style-2::after {
  right: auto;
  left: -80px;
}

.title-shadow-2 {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -135px;
  color: var(--theme-color1);
  text-align: center;
  font-size: 160px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .title-shadow-2 {
    top: -102px;
    font-size: 120px;
  }
}
@media (max-width: 991.98px) {
  .title-shadow-2 {
    top: -150px;
    font-size: 105px;
  }
}
@media (max-width: 767.98px) {
  .title-shadow-2 {
    display: none;
  }
}
.title-shadow-2 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--border-color1-rgba);
}

.bb-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.mt-minus-30px {
  margin-top: -30px;
}

.pb-160 {
  padding-bottom: 160px !important;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  cursor: pointer;
  display: none;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  position: relative;
  top: 4px;
}
@media (max-width: 1199.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}
.mobile-nav-toggler.style-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mobile-nav-toggler.style-2 span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color-white);
}
.mobile-nav-toggler.style-2 span:nth-child(2) {
  width: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-toggler.style-2 span:nth-child(3) {
  width: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav-toggler.style-2:hover span:nth-child(2) {
  width: 40px;
}
.mobile-nav-toggler.style-2:hover span:nth-child(3) {
  width: 40px;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color-white);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--headings-color);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  font-weight: 500;
  font-family: var(--title-font);
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color-black);
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color2);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

====================================================================
Section Title
====================================================================

***/
.section-title {
  position: relative;
}
.section-title .sub-title svg {
  color: var(--theme-color1);
  margin-top: -2px;
}
.section-title .sub-title span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
}
.section-title .title {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.5px;
}
@media (max-width: 575.98px) {
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 469.98px) {
  .section-title .title {
    font-size: 35px;
    line-height: 40px;
  }
}
.section-title .title span {
  color: #f1203b;
  font-weight: 400;
  font-style: italic;
}

.section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}

.hero-1 {
  padding: 155px 0 155px;
  position: relative;
  z-index: 9;
}
.hero-1 .line-shape-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-1 .object-shape {
  position: absolute;
  bottom: 80px;
  left: 210px;
}
@media (max-width: 1699.98px) {
  .hero-1 .object-shape {
    left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .hero-1 .object-shape {
    display: none;
  }
}
.hero-1 .ellipse-bg {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .hero-1 .ellipse-bg {
    display: none;
  }
}
.hero-1 .right-shape {
  position: absolute;
  right: 0;
  top: 150px;
}
@media (max-width: 1199.98px) {
  .hero-1 .right-shape {
    display: none;
  }
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.76;
  background: radial-gradient(121.17% 77.3% at 65.73% 107.21%, #000 0%, rgba(0, 0, 0, 0.28) 100%);
  z-index: -1;
}
.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-1 .hero-content .hero-title {
  font-size: 150px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -3px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 120px;
  }
}
@media (max-width: 767.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 80px;
    line-height: 1;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 70px;
  }
}
.hero-1 .hero-content .hero-title .vec-shape {
  position: absolute;
  top: -95px;
  left: -50px;
}
@media (max-width: 1399.98px) {
  .hero-1 .hero-content .hero-title .vec-shape {
    display: none;
  }
}
.hero-1 .hero-content .hero-title-2 {
  font-size: 150px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#88FF2A), to(#FFF));
  background: linear-gradient(90deg, #88FF2A 0%, #FFF 100%);
  background-clip: text;
  gap: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399.98px) {
  .hero-1 .hero-content .hero-title-2 {
    display: initial;
    font-size: 120px;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .hero-title-2 {
    font-size: 60px;
    letter-spacing: initial;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .hero-content .hero-title-2 {
    font-size: 50px;
  }
}
.hero-1 .hero-content .hero-title-2 .text-1 {
  color: var(--theme-color1);
  font-size: 62.269px;
  font-weight: 500;
  letter-spacing: -1.245px;
  text-transform: uppercase;
  display: inline-block;
  width: 293px;
  height: 122.807px;
  line-height: 122.807px;
  border-radius: 112px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  text-align: center;
  position: relative;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  z-index: 8;
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .hero-title-2 .text-1 {
    width: initial;
    height: initial;
    line-height: initial;
    border-radius: initial;
    background: transparent;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .hero-title-2 .text-1 {
    font-size: 60px;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .hero-content .hero-title-2 .text-1 {
    font-size: 50px;
  }
}
.hero-1 .hero-content .hero-title-2 .text-1::before {
  position: absolute;
  top: -7px;
  left: 0;
  content: "";
  width: 322px;
  height: 138.998px;
  line-height: 138.998px;
  border-radius: 112px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .hero-title-2 .text-1::before {
    display: none;
  }
}
.hero-1 .hero-content .content {
  max-width: 415px;
  margin-left: 335px;
  margin-top: 70px;
}
@media (max-width: 1399.98px) {
  .hero-1 .hero-content .content {
    max-width: 330px;
    margin-left: 290px;
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-content .content {
    max-width: 370px;
    margin-left: 0;
    margin-top: 22px;
  }
}
.hero-1 .hero-content .content p {
  color: rgba(var(--theme-color-white-rgb), 0.8);
  font-family: var(--heading-font-family);
  font-size: 18px;
  line-height: 166.667%;
  letter-spacing: -0.36px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-content .content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-content .content .theme-btn-main {
    margin-bottom: 30px;
  }
}
.hero-1 .hero-image {
  position: relative;
  z-index: 3;
  margin-left: -204px;
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-image {
    margin-left: 0;
  }
}
.hero-1 .hero-image .image {
  position: relative;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-image .image {
    height: 600px;
  }
  .hero-1 .hero-image .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .hero-image .image {
    height: 500px;
  }
  .hero-1 .hero-image .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-1 .hero-image .image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  background: linear-gradient(269deg, rgba(0, 0, 0, 0) 1.01%, rgba(0, 0, 0, 0.62) 81.03%);
  z-index: 9;
}
.hero-1 .hero-image .hero-info {
  position: absolute;
  bottom: 72px;
  right: -90px;
  z-index: 9;
}
@media (max-width: 1699.98px) {
  .hero-1 .hero-image .hero-info {
    bottom: 30px;
    right: 20px;
  }
}
.hero-1 .hero-image .hero-info .bg-shape {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 273 168"><path fill-rule="evenodd" clip-rule="evenodd" d="M223.268 23.1753C223.268 33.1164 231.326 41.1753 241.268 41.1753H254.248C264.189 41.1753 272.248 49.2342 272.248 59.1753V149.197C272.248 159.138 264.189 167.197 254.248 167.197H18.248C8.30692 167.197 0.248047 159.138 0.248047 149.197V18.1968C0.248047 8.25566 8.30692 0.196777 18.248 0.196777H205.268C215.209 0.196777 223.268 8.25565 223.268 18.1968V23.1753Z" /></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 273 168"><path fill-rule="evenodd" clip-rule="evenodd" d="M223.268 23.1753C223.268 33.1164 231.326 41.1753 241.268 41.1753H254.248C264.189 41.1753 272.248 49.2342 272.248 59.1753V149.197C272.248 159.138 264.189 167.197 254.248 167.197H18.248C8.30692 167.197 0.248047 159.138 0.248047 149.197V18.1968C0.248047 8.25566 8.30692 0.196777 18.248 0.196777H205.268C215.209 0.196777 223.268 8.25565 223.268 18.1968V23.1753Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  max-width: 273px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-1 .hero-image .hero-info .bg-shape img {
  width: initial !important;
  height: initial !important;
  border-radius: initial !important;
  border: none !important;
}
.hero-1 .hero-image .hero-info .ratting-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.hero-1 .hero-image .hero-info .ratting-top span {
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 40px;
  font-weight: 500;
}
.hero-1 .hero-image .hero-info .ratting-top .star {
  color: var(--theme-color-white);
}
.hero-1 .hero-image .hero-info .ratting-top .star p {
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.hero-1 .hero-image .hero-info .client-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-1 .hero-image .hero-info .client-image img {
  border: 2px solid #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.hero-1 .hero-image .hero-info .client-image .icon-1 {
  margin-right: -10px;
}
.hero-1 .hero-image .hero-info .client-image .icon-2 {
  margin-right: -10px;
}
.hero-1 .hero-image .hero-info .client-image .icon-3 {
  margin-right: -10px;
}
.hero-1 .hero-image .hero-info .client-image .icon-4 {
  margin-right: -10px;
}
.hero-1 .hero-image .hero-info .client-image span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  text-align: center;
  line-height: 40px;
}
.hero-1 .hero-image .shape-1 {
  position: absolute;
  top: 25px;
  left: -115px;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-image .shape-1 {
    display: none;
  }
}
.hero-1 .hero-image .shape-1 img {
  border-radius: 0;
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.hero-2 {
  padding: 150px 0 0;
  position: relative;
}
.hero-2 .line-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .hero-2 .line-shape {
    display: none;
  }
}
.hero-2 .hero-content {
  text-align: center;
}
.hero-2 .hero-content .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.hero-2 .hero-content .sub-title svg path {
  fill: var(--theme-color1);
}
.hero-2 .hero-content .sub-title h6 {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.hero-2 .hero-content .hero-title {
  color: var(--theme-color-white);
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.hero-2 .hero-content .hero-title span {
  color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 82px;
  }
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 469.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 38px;
  }
}
.hero-2 .hero-image {
  text-align: center;
  margin-top: -50px;
  position: relative;
  display: block;
}
@media (max-width: 991.98px) {
  .hero-2 .hero-image {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-2 .hero-image {
    margin-top: 40px;
  }
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-2 .hero-image .box-text {
  background-color: var(--theme-color1);
  border-radius: 100px;
  bottom: 150px;
  color: var(--theme-color2);
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  left: 19.8%;
  line-height: 1;
  padding: 13px 20px;
  position: absolute;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 9;
}
@media (max-width: 767.98px) {
  .hero-2 .hero-image .box-text {
    display: none;
  }
}
.hero-2 .hero-image .box-text-2 {
  background-color: var(--theme-color1);
  border-radius: 100px;
  bottom: 155px;
  color: var(--theme-color2);
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 13px 20px;
  position: absolute;
  right: 19.8%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 9;
}
@media (max-width: 767.98px) {
  .hero-2 .hero-image .box-text-2 {
    display: none;
  }
}
.hero-2 .hero-image .hero-circle-box {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 15%;
  right: 15%;
  background-color: var(--theme-color1);
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .hero-2 .hero-image .hero-circle-box {
    width: 170px;
    height: 170px;
    right: 10%;
  }
}
@media (max-width: 767.98px) {
  .hero-2 .hero-image .hero-circle-box {
    right: -5%;
  }
}
@media (max-width: 575.98px) {
  .hero-2 .hero-image .hero-circle-box {
    display: none;
  }
}
.hero-2 .hero-image .hero-circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.hero-2 .hero-image .hero-circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.hero-2 .hero-image .hero-circle-box .circle-text textPath {
  fill: var(--theme-color-black);
  font-size: 18.849px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.hero-2 .hero-image .hero-circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.hero-2 .hero-image .hero-circle-box .icon {
  width: 122.126px;
  height: 122.126px;
  line-height: 122.126px;
  border-radius: 50%;
  background-color: var(--theme-color-black);
  z-index: 1;
  position: absolute;
  color: var(--theme-color-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 34px;
}
@media (max-width: 991.98px) {
  .hero-2 .hero-image .hero-circle-box .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
.hero-2 .hero-image .circle-box {
  border-radius: 276.602px;
  background: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 20%;
  left: 0;
}
@media (max-width: 991.98px) {
  .hero-2 .hero-image .circle-box {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 .hero-image .circle-box {
    display: none;
  }
}
.hero-2 .hero-image .circle-box .count-box .title {
  color: var(--theme-color-white);
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -3.2px;
}
@media (max-width: 991.98px) {
  .hero-2 .hero-image .circle-box .count-box .title {
    font-size: 55px;
  }
}
.hero-2 .hero-image .circle-box .count-box .star {
  color: var(--theme-color1);
  margin-bottom: 20px;
}
.hero-2 .hero-image .circle-box .count-box .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  max-width: 145px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .hero-2 .hero-image .circle-box .count-box .text {
    font-size: 18px;
  }
}

.hero-3 {
  padding: 150px 0 150px;
  position: relative;
}
.hero-3 .object-shape-2 {
  position: absolute;
  bottom: 100px;
  left: 50%;
}
.hero-3 .vector-shape {
  bottom: 40%;
  left: 70px;
  position: absolute;
}
.hero-3 .hero-content {
  position: relative;
}
.hero-3 .hero-content .hero-image-1 {
  -webkit-box-shadow: -24px 7px 40px rgba(0, 0, 0, 0.6);
          box-shadow: -24px 7px 40px rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(-15deg) translateX(-50%);
          transform: rotate(-15deg) translateX(-50%);
  position: absolute;
  top: 21%;
  left: 36%;
  z-index: 1;
  border-radius: 16px;
}
@media (max-width: 1399.98px) {
  .hero-3 .hero-content .hero-image-1 {
    max-width: 180px;
    top: 16%;
  }
  .hero-3 .hero-content .hero-image-1 img {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-content .hero-image-1 {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .hero-3 .hero-content .hero-image-1 {
    max-width: 110px;
  }
}
.hero-3 .hero-content .hero-image-1 img {
  border-radius: 16px;
}
.hero-3 .hero-content .hero-image-2 {
  -webkit-box-shadow: -24px 7px 40px rgba(0, 0, 0, 0.6);
          box-shadow: -24px 7px 40px rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 1;
  border-radius: 16px;
}
@media (max-width: 1399.98px) {
  .hero-3 .hero-content .hero-image-2 {
    max-width: 180px;
    right: 90px;
    top: 0;
  }
  .hero-3 .hero-content .hero-image-2 img {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-content .hero-image-2 {
    max-width: 150px;
    right: 74px;
    top: 36px;
  }
}
@media (max-width: 991.98px) {
  .hero-3 .hero-content .hero-image-2 {
    max-width: 110px;
  }
}
.hero-3 .hero-content .hero-image-2 img {
  border-radius: 16px;
}
.hero-3 .hero-content .hero-title {
  color: var(--theme-color-white);
  font-size: 280px;
  font-weight: 500;
  letter-spacing: -9px;
  text-transform: uppercase;
  margin-left: 50px;
}
@media (max-width: 1399.98px) {
  .hero-3 .hero-content .hero-title {
    font-size: 240px;
  }
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-content .hero-title {
    margin-left: 0;
    letter-spacing: initial;
    line-height: 1.1;
    font-size: 200px;
  }
}
@media (max-width: 991.98px) {
  .hero-3 .hero-content .hero-title {
    font-size: 140px;
  }
}
@media (max-width: 767.98px) {
  .hero-3 .hero-content .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 575.98px) {
  .hero-3 .hero-content .hero-title {
    font-size: 90px;
  }
}
@media (max-width: 469.98px) {
  .hero-3 .hero-content .hero-title {
    font-size: 70px;
  }
}
.hero-3 .hero-content .hero-title .title-1 {
  display: block;
  line-height: 1;
}
.hero-3 .hero-content .hero-title .title-2 {
  line-height: 1;
  margin-left: 115px;
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-content .hero-title .title-2 {
    margin-left: 0;
  }
}
.hero-3 .hero-content .hero-bottom-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .hero-3 .hero-content .hero-bottom-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-3 .hero-content .hero-bottom-items {
    margin-top: 25px;
  }
}
.hero-3 .hero-content .hero-bottom-items .content {
  max-width: 522px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .hero-3 .hero-content .hero-bottom-items .content {
    padding-top: 25px;
  }
}
.hero-3 .hero-content .hero-bottom-items .content p {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: -0.32px;
  opacity: 0.6;
}
.hero-3 .hero-content .hero-bottom-items .content .hero-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}
.hero-3 .hero-content .hero-bottom-items .content .hero-info .info-img {
  height: 76px;
  height: 76px;
}
.hero-3 .hero-content .hero-bottom-items .content .hero-info .info-img img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-3 .hero-content .hero-bottom-items .content .hero-info .info-content .title {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color-white);
}
.hero-3 .hero-content .hero-bottom-items .content .hero-info .info-content span {
  color: var(--theme-color1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.hero-3 .hero-content .hero-bottom-items .right-content .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.hero-3 .hero-content .hero-bottom-items .right-content .count-box .title {
  color: var(--theme-color-white);
  font-size: 70px;
  font-weight: 500;
  letter-spacing: -2.1px;
  line-height: 1;
  min-width: 140px;
}
.hero-3 .hero-content .hero-bottom-items .right-content .count-box p {
  max-width: 150px;
  line-height: 137%;
  text-align: right;
}

.hero-4 {
  padding: 180px 0 0;
  position: relative;
}
.hero-4 .hero-circle-box {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18%;
  z-index: 99;
}
@media (max-width: 1499.98px) {
  .hero-4 .hero-circle-box {
    right: 30px;
  }
}
@media (max-width: 1399.98px) {
  .hero-4 .hero-circle-box {
    right: 0px;
    top: 20%;
  }
}
@media (max-width: 1199.98px) {
  .hero-4 .hero-circle-box {
    display: none;
  }
}
.hero-4 .hero-circle-box .arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 26px;
  color: var(--theme-color1);
}
.hero-4 .hero-circle-box .hero-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.hero-4 .hero-circle-box .hero-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.hero-4 .hero-circle-box .hero-text textPath {
  fill: var(--theme-color-white);
  font-size: 18.849px;
  font-weight: 500;
  letter-spacing: 6.8px;
  text-transform: uppercase;
}
.hero-4 .hero-circle-box .hero-text .highlight {
  fill: var(--theme-color3);
}
.hero-4 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .hero-4 .hero-bg {
    bottom: 0;
  }
  .hero-4 .hero-bg img {
    height: 100%;
  }
}
.hero-4 .hero-bg img {
  width: 100%;
}
.hero-4 .light-right {
  position: absolute;
  right: 0;
  top: 0;
}
.hero-4 .light-left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-4 .object-shape2 {
  position: absolute;
  right: 0;
  top: 20%;
}
.hero-4 .hero-content {
  position: relative;
}
.hero-4 .hero-content .object-shape {
  position: absolute;
  bottom: 0%;
  left: -7%;
}
.hero-4 .hero-content .sub-text {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hero-4 .hero-content .hero-title {
  color: var(--theme-color-white);
  font-size: 120px;
  font-weight: 500;
  letter-spacing: -2.4px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 90px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 575.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 469.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 50px;
  }
}
.hero-4 .hero-content .hero-title .text-1 {
  color: var(--theme-color-white);
}
.hero-4 .hero-content .hero-title .text-2 {
  color: var(--theme-color1);
  margin-left: 230px;
}
@media (max-width: 1399.98px) {
  .hero-4 .hero-content .hero-title .text-2 {
    margin-left: 0px;
  }
}
.hero-4 .hero-content .content {
  margin-left: 335px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 720px;
  padding-top: 55px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .hero-4 .hero-content .content {
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .hero-4 .hero-content .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.hero-4 .hero-content .content .text {
  border-left: 2px solid var(--theme-color1);
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: -0.36px;
  max-width: 370px;
  opacity: 0.6;
  padding-left: 30px;
}
.hero-4 .hero-image {
  max-width: 1680px;
  margin: 100px auto 0;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .hero-4 .hero-image {
    height: 600px;
    margin-top: 60px;
  }
  .hero-4 .hero-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-4 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.hero-4 .hero-image .hero-info-box {
  background-color: var(--theme-color1);
  border-radius: 10px;
  padding: 54px 60px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media (max-width: 767.98px) {
  .hero-4 .hero-image .hero-info-box {
    right: 25px;
    padding: 40px 30px;
  }
}
.hero-4 .hero-image .hero-info-box .info-box {
  border-radius: 59.5px;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--theme-color2)));
  background: linear-gradient(90deg, var(--theme-color2) 0%, var(--theme-color2) 100%);
  padding: 22px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  max-width: 380px;
  position: absolute;
  right: 0;
  top: -50px;
}
@media (max-width: 767.98px) {
  .hero-4 .hero-image .hero-info-box .info-box {
    right: 25px;
    padding: 40px 30px;
    border-radius: 10px;
  }
}
@media (max-width: 575.98px) {
  .hero-4 .hero-image .hero-info-box .info-box {
    top: -140px;
  }
}
.hero-4 .hero-image .hero-info-box .info-box img {
  width: initial;
  height: initial;
  border-radius: 0;
}
.hero-4 .hero-image .hero-info-box .info-box .info-content .title {
  color: var(--theme-color-white);
  font-size: 24px;
}
.hero-4 .hero-image .hero-info-box .info-box .info-content span {
  display: inline-block;
  color: var(--theme-color1);
  font-size: 16px;
  font-weight: 500;
}
.hero-4 .hero-image .hero-info-box img {
  width: initial;
  height: initial;
  border-radius: 0;
}
.hero-4 .hero-image .hero-info-box .text2 {
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 141.667%;
  max-width: 430px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .hero-4 .hero-image .hero-info-box .text2 {
    font-size: 20px;
  }
}

.hero-section-5 {
  margin-top: 120px;
  position: relative;
}
.hero-section-5 .ellipse1 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: -120px;
}
.hero-section-5 .ellipse1 img {
  height: 100%;
}
.hero-section-5 .ellipse2 {
  position: absolute;
  right: 0;
  bottom: 0;
  top: -120px;
}
.hero-section-5 .ellipse2 img {
  height: 100%;
}
.hero-section-5 .hero-5 {
  background-color: var(--headings-color);
  border-radius: 30px;
  padding: 150px 0 120px;
  position: relative;
  z-index: 99;
  border-radius: 30px;
  margin: 0 40px;
  overflow: hidden;
}
@media (max-width: 1499.98px) {
  .hero-section-5 .hero-5 {
    padding: 80px 0 120px;
  }
}
@media (max-width: 1699.98px) {
  .hero-section-5 .hero-5 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .hero-section-5 .hero-5 {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 {
    margin: 0 15px;
    padding: 50px 10px 80px;
  }
}
.hero-section-5 .hero-5 .hero-line {
  position: absolute;
  right: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.hero-section-5 .hero-5 .hero-line img {
  width: 100%;
}
.hero-section-5 .hero-5 .container {
  max-width: 1565px;
}
.hero-section-5 .hero-5 .hero-content {
  position: relative;
  z-index: 9;
}
@media (max-width: 399.98px) {
  .hero-section-5 .hero-5 .hero-content {
    margin-bottom: 15px;
  }
}
.hero-section-5 .hero-5 .hero-content .hero-title {
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -3px;
  position: relative;
}
@media (max-width: 1699.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 1399.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title {
    font-size: 72px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title {
    font-size: 55px;
  }
}
.hero-section-5 .hero-5 .hero-content .hero-title .vec-shape {
  position: absolute;
  top: -95px;
  left: -50px;
}
@media (max-width: 1399.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title .vec-shape {
    display: none;
  }
}
.hero-section-5 .hero-5 .hero-content .hero-title-2 {
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#88FF2A), to(#FFF));
  background: linear-gradient(90deg, #88FF2A 0%, #FFF 100%);
  background-clip: text;
  gap: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1699.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 {
    font-size: 110px;
  }
}
@media (max-width: 1399.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 {
    display: initial;
    font-size: 100px;
  }
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 {
    font-size: 55px;
    letter-spacing: initial;
  }
}
@media (max-width: 575.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 {
    font-size: 52px;
  }
}
@media (max-width: 469.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 {
    font-size: 42px;
  }
}
.hero-section-5 .hero-5 .hero-content .hero-title-2 .text-1 {
  color: var(--theme-color1);
  font-size: 62.269px;
  font-weight: 500;
  letter-spacing: -1.245px;
  text-transform: uppercase;
  display: inline-block;
  width: 293px;
  height: 122.807px;
  line-height: 122.807px;
  border-radius: 112px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  text-align: center;
  position: relative;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  z-index: 8;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 .text-1 {
    width: 242px;
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 .text-1 {
    width: initial;
    height: initial;
    line-height: initial;
    border-radius: initial;
    background: transparent;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 .text-1 {
    font-size: 60px;
  }
}
@media (max-width: 469.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 .text-1 {
    font-size: 42px;
  }
}
.hero-section-5 .hero-5 .hero-content .hero-title-2 .text-1::before {
  position: absolute;
  top: -7px;
  left: 0;
  content: "";
  width: 310px;
  height: 138.998px;
  line-height: 138.998px;
  border-radius: 112px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 .text-1::before {
    width: 245px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-title-2 .text-1::before {
    display: none;
  }
}
.hero-section-5 .hero-5 .hero-content .content {
  max-width: 415px;
}
@media (max-width: 1399.98px) {
  .hero-section-5 .hero-5 .hero-content .content {
    max-width: 330px;
  }
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 .hero-content .content {
    max-width: none;
    margin-left: 0;
    margin-top: 22px;
  }
}
.hero-section-5 .hero-5 .hero-content .content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: -0.36px;
  margin-bottom: 40px;
}
.hero-section-5 .hero-5 .hero-content .content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 110px;
  gap: 80px;
}
@media (max-width: 1499.98px) {
  .hero-section-5 .hero-5 .hero-content .content-items {
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 .hero-content .content-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-5 .hero-5 .hero-content .content-items {
    margin-top: 0;
  }
}
.hero-section-5 .hero-5 .hero-content .hero-info {
  position: relative;
  z-index: 9;
}
.hero-section-5 .hero-5 .hero-content .hero-info .bg-shape {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 273 168"><path fill-rule="evenodd" clip-rule="evenodd" d="M223.268 23.1753C223.268 33.1164 231.326 41.1753 241.268 41.1753H254.248C264.189 41.1753 272.248 49.2342 272.248 59.1753V149.197C272.248 159.138 264.189 167.197 254.248 167.197H18.248C8.30692 167.197 0.248047 159.138 0.248047 149.197V18.1968C0.248047 8.25566 8.30692 0.196777 18.248 0.196777H205.268C215.209 0.196777 223.268 8.25565 223.268 18.1968V23.1753Z" /></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 273 168"><path fill-rule="evenodd" clip-rule="evenodd" d="M223.268 23.1753C223.268 33.1164 231.326 41.1753 241.268 41.1753H254.248C264.189 41.1753 272.248 49.2342 272.248 59.1753V149.197C272.248 159.138 264.189 167.197 254.248 167.197H18.248C8.30692 167.197 0.248047 159.138 0.248047 149.197V18.1968C0.248047 8.25566 8.30692 0.196777 18.248 0.196777H205.268C215.209 0.196777 223.268 8.25565 223.268 18.1968V23.1753Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  max-width: 273px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 .hero-content .hero-info .bg-shape {
    display: none;
  }
}
.hero-section-5 .hero-5 .hero-content .hero-info .bg-shape img {
  width: initial !important;
  height: initial !important;
  border-radius: initial !important;
  border: none !important;
}
.hero-section-5 .hero-5 .hero-content .hero-info .ratting-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.hero-section-5 .hero-5 .hero-content .hero-info .ratting-top span {
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 40px;
  font-weight: 500;
}
.hero-section-5 .hero-5 .hero-content .hero-info .ratting-top .star {
  color: var(--theme-color-white);
}
.hero-section-5 .hero-5 .hero-content .hero-info .ratting-top .star p {
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.hero-section-5 .hero-5 .hero-content .hero-info .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-section-5 .hero-5 .hero-content .hero-info .client-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
}
.hero-section-5 .hero-5 .hero-content .hero-info .client-image .icon-1 {
  margin-right: -10px;
}
.hero-section-5 .hero-5 .hero-content .hero-info .client-image .icon-2 {
  margin-right: -10px;
}
.hero-section-5 .hero-5 .hero-content .hero-info .client-image .icon-3 {
  margin-right: -10px;
}
.hero-section-5 .hero-5 .hero-content .hero-info .client-image .icon-4 {
  margin-right: -10px;
}
.hero-section-5 .hero-5 .hero-content .hero-info .client-image span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  text-align: center;
  line-height: 40px;
}
.hero-section-5 .hero-5 .hero-image {
  position: relative;
  max-width: 525px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525 525"><path fill-rule="evenodd" clip-rule="evenodd" d="M243.566 0.5H280.81C305.826 0.500198 326.151 20.7638 326.151 45.8428V107.688L369.938 63.9014C387.701 46.2011 416.409 46.2017 434.107 63.9004L460.474 90.2666V90.2676C478.174 108.03 478.173 136.738 460.475 154.437L416.688 198.224H478.389L478.452 198.287H478.659C503.676 198.287 524.002 218.55 524.002 243.629V280.872C524.002 305.889 503.738 326.215 478.659 326.215H416.75L417.604 327.068L460.537 370.001V370.002C478.237 387.765 478.236 416.471 460.538 434.17L434.171 460.537C416.408 478.237 387.701 478.237 370.002 460.538L327.068 417.604L326.215 416.75V478.659C326.215 503.676 305.951 524.002 280.872 524.002H243.629C218.612 524.002 198.287 503.738 198.287 478.659V416.75L154.5 460.537C136.737 478.237 108.03 478.237 90.3311 460.538L63.9639 434.17C46.2645 416.407 46.2654 387.7 63.9639 370.002L106.897 327.068L107.752 326.215H45.8428C20.826 326.215 0.5 305.951 0.5 280.872V243.629C0.500231 218.612 20.7638 198.287 45.8428 198.287H107.688L63.9004 154.499C46.2011 136.736 46.202 108.03 63.9004 90.3311L90.2676 63.9648C108.03 46.2645 136.738 46.2651 154.437 63.9639L197.37 106.897L198.224 107.752V45.8428C198.224 20.826 218.487 0.5 243.566 0.5Z" /></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525 525"><path fill-rule="evenodd" clip-rule="evenodd" d="M243.566 0.5H280.81C305.826 0.500198 326.151 20.7638 326.151 45.8428V107.688L369.938 63.9014C387.701 46.2011 416.409 46.2017 434.107 63.9004L460.474 90.2666V90.2676C478.174 108.03 478.173 136.738 460.475 154.437L416.688 198.224H478.389L478.452 198.287H478.659C503.676 198.287 524.002 218.55 524.002 243.629V280.872C524.002 305.889 503.738 326.215 478.659 326.215H416.75L417.604 327.068L460.537 370.001V370.002C478.237 387.765 478.236 416.471 460.538 434.17L434.171 460.537C416.408 478.237 387.701 478.237 370.002 460.538L327.068 417.604L326.215 416.75V478.659C326.215 503.676 305.951 524.002 280.872 524.002H243.629C218.612 524.002 198.287 503.738 198.287 478.659V416.75L154.5 460.537C136.737 478.237 108.03 478.237 90.3311 460.538L63.9639 434.17C46.2645 416.407 46.2654 387.7 63.9639 370.002L106.897 327.068L107.752 326.215H45.8428C20.826 326.215 0.5 305.951 0.5 280.872V243.629C0.500231 218.612 20.7638 198.287 45.8428 198.287H107.688L63.9004 154.499C46.2011 136.736 46.202 108.03 63.9004 90.3311L90.2676 63.9648C108.03 46.2645 136.738 46.2651 154.437 63.9639L197.37 106.897L198.224 107.752V45.8428C198.224 20.826 218.487 0.5 243.566 0.5Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.hero-section-5 .hero-5 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-section-5 .hero-5 .hero-counter {
  position: absolute;
  right: 120px;
  bottom: 70px;
}
@media (max-width: 1199.98px) {
  .hero-section-5 .hero-5 .hero-counter {
    display: none;
  }
}
.hero-section-5 .hero-5 .hero-counter .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
}
.hero-section-5 .hero-5 .hero-counter .count-box .title {
  font-size: 80px;
  font-weight: 500;
  color: var(--theme-color-white);
  line-height: 0;
  margin-bottom: -12px;
}
.hero-section-5 .hero-5 .hero-counter .count-box p {
  color: var(--theme-color1);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 5.8px;
  text-transform: capitalize;
  font-family: var(--heading-font-family);
  background-color: var(--theme-color2);
  padding: 7px 10px;
  line-height: 1;
  margin-left: -30px;
  position: relative;
  z-index: 11;
  line-height: 1;
}

.hero-6 {
  padding: 300px 0 150px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .hero-6 {
    padding-top: 230px;
  }
}
@media (max-width: 991.98px) {
  .hero-6 {
    padding-top: 150px;
  }
}
.hero-6 .shape1 {
  position: absolute;
  right: -3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1699.98px) {
  .hero-6 .shape1 {
    max-width: 300px;
  }
  .hero-6 .shape1 img {
    width: 100%;
    height: 100%;
  }
}
.hero-6 .shape2 {
  position: absolute;
  bottom: -4%;
  left: -4%;
}
.hero-6 .hero-content {
  margin-left: -100px;
  position: relative;
}
@media (max-width: 1699.98px) {
  .hero-6 .hero-content {
    margin-left: 0;
  }
}
.hero-6 .hero-content .hero-thumb2 {
  position: absolute;
  top: -24%;
  left: -10%;
}
@media (max-width: 1699.98px) {
  .hero-6 .hero-content .hero-thumb2 {
    left: -4%;
    top: -28%;
    max-width: 180px;
  }
  .hero-6 .hero-content .hero-thumb2 img {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .hero-6 .hero-content .hero-thumb2 {
    display: none;
  }
}
.hero-6 .hero-content .hero-title {
  color: var(--body-bg);
  font-size: 230px;
  font-weight: 700;
  letter-spacing: -4.6px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media (max-width: 1699.98px) {
  .hero-6 .hero-content .hero-title {
    font-size: 190px;
  }
}
@media (max-width: 1199.98px) {
  .hero-6 .hero-content .hero-title {
    font-size: 130px;
  }
}
@media (max-width: 767.98px) {
  .hero-6 .hero-content .hero-title {
    font-size: 90px;
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  .hero-6 .hero-content .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 469.98px) {
  .hero-6 .hero-content .hero-title {
    font-size: 60px;
  }
}
.hero-6 .hero-content .hero-title .vec-shape {
  top: -133%;
  right: -8%;
  position: absolute;
}
@media (max-width: 1699.98px) {
  .hero-6 .hero-content .hero-title .vec-shape {
    top: -100%;
    right: -8%;
  }
}
.hero-6 .hero-content .hero-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .hero-6 .hero-content .hero-item {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .hero-6 .hero-content .hero-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}
.hero-6 .hero-content .hero-item .title-left .hero-title2 {
  color: var(--body-bg);
  font-size: 150px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .hero-6 .hero-content .hero-item .title-left .hero-title2 {
    font-size: 115px;
  }
}
@media (max-width: 1199.98px) {
  .hero-6 .hero-content .hero-item .title-left .hero-title2 {
    font-size: 90px;
  }
}
@media (max-width: 991.98px) {
  .hero-6 .hero-content .hero-item .title-left .hero-title2 {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .hero-6 .hero-content .hero-item .title-left .hero-title2 {
    font-size: 70px;
  }
}
@media (max-width: 469.98px) {
  .hero-6 .hero-content .hero-item .title-left .hero-title2 {
    font-size: 50px;
    margin-top: 10px;
  }
}
.hero-6 .hero-content .hero-item .title-left .theme-btn-main {
  margin-top: 40px;
}
.hero-6 .hero-content .hero-item .title-left .theme-btn-main .theme-btn {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
}
.hero-6 .hero-content .hero-item .content p {
  color: #222;
  font-size: 18px;
  letter-spacing: -0.36px;
  max-width: 390px;
  line-height: 166%;
}
@media (max-width: 469.98px) {
  .hero-6 .hero-content .hero-item .content p {
    max-width: 90%;
  }
}
.hero-6 .hero-content .hero-item .content .hero-thumb {
  margin-top: 25px;
}
.hero-6 .hero-content .hero-item .content .hero-thumb img {
  border-radius: 15px;
}
@media (max-width: 469.98px) {
  .hero-6 .hero-content .hero-item .content .hero-thumb img {
    width: 100%;
  }
}
/*===== ABOUT FEATURE BOX =====*/

.about-box{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-top:45px;
    position:relative;
    z-index:2;
}

/*===== SINGLE FEATURE =====*/

.about-feature{
    position:relative;
    display:flex;
    align-items:center;
    gap:18px;
    padding:24px 24px;
    border-radius:22px;
    overflow:hidden;

    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    transition:all .45s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

/*===== TOP GLOW =====*/

.about-feature::before{
    content:'';
    position:absolute;
    top:-60%;
    left:-20%;
    width:180px;
    height:180px;

    background:radial-gradient(circle,
    rgba(13,110,253,0.35),
    transparent 70%);

    transition:0.5s;
}

/*===== BORDER EFFECT =====*/

.about-feature::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:22px;
    padding:1px;

    background:linear-gradient(135deg,
    rgba(13,110,253,0.5),
    rgba(255,0,76,0.4));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

/*===== ICON =====*/

.about-feature i{
    min-width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;

    font-size:22px;
    color:#fff;

    background:linear-gradient(135deg,#0d6efd,#ff004c);

    box-shadow:
    0 10px 25px rgba(13,110,253,0.35),
    0 5px 18px rgba(255,0,76,0.25);

    position:relative;
    z-index:2;

    transition:all .4s ease;
}

/*===== TEXT =====*/

.about-feature span{
    color:#000;
    font-size:17px;
    font-weight:600;
    line-height:1.7;
    position:relative;
    z-index:2;
}

/*===== HOVER EFFECT =====*/

.about-feature:hover{
    transform:translateY(-10px);
    border-color:rgba(13,110,253,0.35);

    box-shadow:
    0 25px 45px rgba(0,0,0,0.4),
    0 10px 35px rgba(13,110,253,0.18);
}

.about-feature:hover::before{
    transform:scale(1.4);
}

.about-feature:hover i{
    transform:rotate(-8deg) scale(1.08);
}

/*===== RESPONSIVE =====*/

@media(max-width:991px){

    .about-box{
        grid-template-columns:1fr;
    }

}

@media(max-width:575px){

    .about-feature{
        padding:20px;
        gap:15px;
    }

    .about-feature span{
        font-size:15px;
    }

    .about-feature i{
        min-width:50px;
        height:50px;
        font-size:18px;
    }

}
.about-image-video .about-video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
}
.about-image-video .about-video::after {
  position: absolute;
  top: 50%;
  left: -60%;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 526px;
  height: 526px;
  border-radius: 50%;
  border: 50px solid var(--theme-color1);
  opacity: 0.42;
  mix-blend-mode: lighten;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.about-image-video .about-video::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
}
.about-image-video .video-outer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 250px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  z-index: 9;
}
.about-image-video .video-outer .play-now {
  padding: 9px;
  border-radius: 50%;
}
.about-image-video .video-outer .icon {
  width: 106px;
  height: 106px;
  font-size: 30px;
  line-height: 106px;
  padding-left: 0;
  color: var(--theme-color-black);
  background-color: var(--theme-color1);
  border-radius: 50%;
  z-index: 9;
}
.about-image-video .video-outer::before {
  background-color: #0F0F11;
  border-radius: 50%;
  content: "";
  height: 864px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-432px);
  transform: translateX(-432px);
  top: calc(50% - 0px);
  width: 864px;
  z-index: -1;
}
.about-image-video .video-outer::after {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 864px;
  left: 54%;
  position: absolute;
  -webkit-transform: translateX(-432px);
  transform: translateX(-432px);
  top: calc(50% - 0px);
  width: 864px;
  z-index: -1;
}
.about-image-video .watch-title {
  color: var(--theme-color-white);
  font-family: "Nothing You Could Do";
  font-size: 50px;
  font-weight: 400;
  margin-top: 100px;
}
@media (max-width: 575.98px) {
  .about-image-video .watch-title {
    margin-top: 40px;
    font-size: 40px;
  }
}

.about-image-items1 {
  position: relative;
}
@media (max-width: 575.98px) {
  .about-image-items1 {
    margin-bottom: 20px;
  }
}
.about-image-items1 .about-thumb {
  max-width: 517px;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .about-image-items1 .about-thumb {
    max-width: initial;
    height: 550px;
  }
  .about-image-items1 .about-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-image-items1 .about-thumb img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.about-image-items1 .about-image-2 {
  max-width: 282px;
  position: absolute;
  right: 70px;
  bottom: -48%;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .about-image-items1 .about-image-2 {
    bottom: 0;
    left: initial;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .about-image-items1 .about-image-2 {
    max-width: 200px;
  }
}
.about-image-items1 .about-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-image-items1 .about-circle-box {
  width: 212px;
  height: 212px;
  position: absolute;
  bottom: -30%;
  left: 45px;
}
@media (max-width: 1199.98px) {
  .about-image-items1 .about-circle-box {
    width: 200px;
    height: 200px;
    bottom: initial;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.about-image-items1 .about-circle-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 217px;
  height: 217px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10.5399999619px);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .about-image-items1 .about-circle-box::before {
    width: 190px;
    height: 190px;
  }
}
.about-image-items1 .about-circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.about-image-items1 .about-circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.about-image-items1 .about-circle-box .circle-text textPath {
  fill: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 6px;
}
.about-image-items1 .about-circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.about-image-items1 .about-circle-box .experience {
  width: 122.126px;
  height: 122.126px;
  line-height: 122.126px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .about-image-items1 .about-circle-box .experience {
    width: 100px;
    height: 100px;
  }
}
.about-image-items1 .about-circle-box .experience .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 65.1px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .about-image-items1 .about-circle-box .experience .num {
    font-size: 50px;
  }
}

.about-content1 .about-text {
  margin-top: 20px;
  max-width: 540px;
  opacity: 0.6;
}
.about-content1 .about-box {
/*  background-color: var(--theme-color1);*/
  border-radius: 16px;
  margin-bottom: 50px;
  margin-top: 40px;
  padding: 4px;
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .about-content1 .about-box {
    max-width: 700px;
  }
}
.about-content1 .about-box .para-text {
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  background-color: var(--body-bg);
  padding: 40px 50px;
  margin-bottom: 0;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767.98px) {
  .about-content1 .about-box .para-text {
    padding: 30px;
    font-size: 17px;
  }
}
.about-content1 .about-box .para-text::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
  content: "";
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: var(--theme-color1);
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.8);
  width: 14px;
  height: 109px;
}
.about-content1 .counter-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .about-content1 .counter-box-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
}
.about-content1 .counter-box-items .count-box .title {
  color: var(--theme-color-white);
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -1.8px;
}
@media (max-width: 575.98px) {
  .about-content1 .counter-box-items .count-box .title {
    font-size: 48px;
  }
}
.about-content1 .counter-box-items .count-box p {
  color: var(--theme-color-white);
  opacity: 0.6;
  max-width: 135px;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .about-content1 .counter-box-items .count-box p {
    font-size: 14px;
  }
}
.about-content1 .counter-box-items .line-right {
  width: 1px;
  height: 128px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 575.98px) {
  .about-content1 .counter-box-items .line-right {
    display: none;
  }
}

.about-section {
  position: relative;
  z-index: 9;
    background-color: #fff;
}
.about-section .about-shape {
  position: absolute;
  top: 4%;
  left: 0;
  z-index: -1;
    display: none;
}
.about-section .light-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.about-section .stoke-title {
  color: rgba(42, 42, 42, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.24);
  font-size: 250px;
  font-weight: 700;
  letter-spacing: -5px;
  text-transform: uppercase;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  position: absolute;
  bottom: 280px;
  right: -80px;
  opacity: 0.5;
    display: none;
}
.about-section .about-vector {
  position: absolute;
  left: -10%;
  top: 210px;
  z-index: -1;
}

.about-image-items-2 .about-image-1 {
  position: relative;
}
.about-image-items-2 .about-image-1 .image {
  max-width: 280px;
  margin: 0 auto;
}
.about-image-items-2 .about-image-1 .image img {
  width: 100%;
  height: 100%;
  border-radius: 193.776px;
}
.about-image-items-2 .about-image-1 .about-info {
  background-color: var(--theme-color1);
  border-radius: 27px;
  padding: 25px;
  text-align: center;
  max-width: 240px;
  margin: -120px auto 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 335.98px) {
  .about-image-items-2 .about-image-1 .about-info {
    margin-top: 0;
  }
}
@media (max-width: 469.98px) {
  .about-image-items-2 .about-image-1 .about-info {
    width: 200px;
  }
}
.about-image-items-2 .about-image-1 .about-info .info-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.about-image-items-2 .about-image-1 .about-info .info-content {
  margin-top: 20px;
}
.about-image-items-2 .about-image-1 .about-info .info-content .info-name {
  font-weight: 500;
  color: var(--theme-color3);
}
.about-image-items-2 .about-image-1 .about-info .info-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color3);
}
.about-image-items-2 .about-info-2 {
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(21, 21, 21, 0.1);
  backdrop-filter: blur(13.3000001907px);
  max-width: 280px;
  padding: 25px 10px 20px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .about-image-items-2 .about-info-2 {
    border-radius: 14px;
  }
}
.about-image-items-2 .about-info-2 p {
  color: var(--theme-color1);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.about-image-items-2 .about-info-2 .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.about-image-items-2 .about-info-2 .client-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
}
.about-image-items-2 .about-info-2 .client-image .icon-1 {
  margin-right: -10px;
}
.about-image-items-2 .about-info-2 .client-image .icon-2 {
  margin-right: -10px;
}
.about-image-items-2 .about-info-2 .client-image .icon-3 {
  margin-right: -10px;
}
.about-image-items-2 .about-info-2 .client-image .icon-4 {
  margin-right: -10px;
}
.about-image-items-2 .about-info-2 .client-image span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  text-align: center;
  line-height: 40px;
}
.about-image-items-2 .about-image-2 {
  max-width: 280px;
}
.about-image-items-2 .about-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 193.776px;
}

.about-content-style-2 .about-text {
  margin-top: 25px;
  max-width: 540px;
  color: var(--theme-color-white);
  opacity: 0.6;
}
.about-content-style-2 .box-item {
  position: relative;
}
.about-content-style-2 .box-item::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  content: "";
  width: 604.85px;
  height: 144.379px;
  border-radius: 20px;
  background: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .about-content-style-2 .box-item::before {
    display: none;
  }
}
.about-content-style-2 .box-title {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--theme-color3);
  padding: 40px 35px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 140%;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-content-style-2 .box-title {
    margin-top: 30px;
    padding: 30px;
    font-size: 20px;
  }
}
.about-content-style-2 .about-counter-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .about-content-style-2 .about-counter-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-content-style-2 .about-counter-items {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about-content-style-2 .about-counter-items .about-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 1399.98px) {
  .about-content-style-2 .about-counter-items .about-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.about-content-style-2 .about-counter-items .about-counter .count-box .title {
  color: var(--theme-color-white);
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .about-content-style-2 .about-counter-items .about-counter .count-box .title {
    font-size: 50px;
  }
}
.about-content-style-2 .about-counter-items .about-counter .count-box p {
  text-transform: capitalize;
  color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 400;
  max-width: 146px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about-content-style-2 .about-counter-items .about-counter .count-box p {
    font-size: 16px;
  }
}
.about-content-style-2 .about-counter-items .about-counter .line-right {
  width: 1px;
  height: 116px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199.98px) {
  .about-content-style-2 .about-counter-items .about-counter .line-right {
    display: none;
  }
}
.about-content-style-2 .about-counter-items .about-circle-box {
  width: 140px;
  height: 140px;
  position: relative;
}
.about-content-style-2 .about-counter-items .about-circle-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 141px;
  height: 141px;
  content: "";
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10.5399999619px);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-content-style-2 .about-counter-items .about-circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.about-content-style-2 .about-counter-items .about-circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.about-content-style-2 .about-counter-items .about-circle-box .circle-text textPath {
  fill: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 6px;
}
.about-content-style-2 .about-counter-items .about-circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.about-content-style-2 .about-counter-items .about-circle-box .experience {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-content-style-2 .about-counter-items .about-circle-box .experience .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--theme-color-black);
  font-size: 30.1px;
  font-weight: 500;
  text-transform: uppercase;
}

.about-section-2 {
  position: relative;
  z-index: 9;
}
.about-section-2 .about-shape {
  position: absolute;
  top: -100px;
  right: -180px;
}
.about-section-2 .light-shape {
  position: absolute;
  left: 0;
  top: 0;
}

.about-style-3 {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-style-3 {
    height: 450px;
  }
}
.about-style-3 .choose-circle-box {
  width: 233px;
  height: 233px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 55px;
  background-color: var(--theme-color-white);
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .about-style-3 .choose-circle-box {
    right: initial;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.about-style-3 .choose-circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.about-style-3 .choose-circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.about-style-3 .choose-circle-box .circle-text textPath {
  fill: var(--theme-color-black);
  font-size: 18.849px;
  font-weight: 500;
  letter-spacing: 6.8px;
  text-transform: uppercase;
}
.about-style-3 .choose-circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.about-style-3 .choose-circle-box .vec-icon {
  width: 138.126px;
  height: 138.126px;
  line-height: 138.126px;
  border-radius: 50%;
  background-color: var(--theme-color-black);
  z-index: 1;
  position: absolute;
  color: var(--theme-color-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 34px;
  text-align: center;
}
.about-style-3 .choose-circle-box .vec-icon img {
  width: initial;
  height: initial;
}
.about-style-3 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-right-counter-info {
  text-align: right;
}
@media (max-width: 991.98px) {
  .about-right-counter-info {
    text-align: left;
  }
}
.about-right-counter-info .count-box {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about-right-counter-info .count-box .title {
  color: var(--theme-color1);
  font-size: 150px;
  font-weight: 500;
  letter-spacing: -3px;
  text-transform: uppercase;
  line-height: 1;
}
.about-right-counter-info .count-box p {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.about-right-counter-info .count-box p b {
  font-weight: 500;
  color: var(--theme-color-white);
}
.about-right-counter-info .about-info {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .about-right-counter-info .about-info {
    margin-top: 25px;
  }
}
.about-right-counter-info .about-info p {
  text-align: right;
  color: var(--theme-color-white);
  line-height: 1.8;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .about-right-counter-info .about-info p {
    text-align: left;
  }
}
.about-right-counter-info .about-info p b {
  font-weight: 400;
  color: var(--theme-color-white);
}
.about-right-counter-info .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 991.98px) {
  .about-right-counter-info .client-image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.about-right-counter-info .client-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
}
.about-right-counter-info .client-image .icon-1 {
  margin-right: -10px;
}
.about-right-counter-info .client-image .icon-2 {
  margin-right: -10px;
}
.about-right-counter-info .client-image .icon-3 {
  margin-right: -10px;
}
.about-right-counter-info .client-image .icon-4 {
  margin-right: -10px;
}
.about-right-counter-info .client-image span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  font-size: 24px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  text-align: center;
  line-height: 40px;
}

.about-quote-box {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--theme-color3);
  padding: 60px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .about-quote-box {
    gap: 28px;
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .about-quote-box {
    gap: 20px;
    padding: 30px;
  }
}
.about-quote-box p {
  font-size: 24px;
  line-height: 142%;
  color: var(--theme-color-white);
}
@media (max-width: 1199.98px) {
  .about-quote-box p {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .about-quote-box p {
    font-size: 18px;
  }
}

.about-right-content3 p {
  max-width: 536px;
  margin-bottom: 40px;
}

.about-section-3 {
  position: relative;
}
.about-section-3 .about-object {
  position: absolute;
  right: 0;
  top: 15%;
  z-index: 11;
}
.about-section-3 .about-light {
  position: absolute;
  top: -10%;
  right: 0;
}

.about-content-style-5 .section-title {
  padding-right: 140px;
}
@media (max-width: 1199.98px) {
  .about-content-style-5 .section-title {
    padding-right: 0;
  }
}
.about-content-style-5 .about-list {
  margin-top: 55px;
  margin-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .about-content-style-5 .about-list {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .about-content-style-5 .about-list {
    margin-bottom: 50px;
  }
}
.about-content-style-5 .about-list li {
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
}
.about-content-style-5 .about-list li:not(:last-child) {
  margin-bottom: 15px;
}
.about-content-style-5 .about-list li i {
  color: var(--theme-color1);
  font-size: 18px;
  margin-right: 15px;
}
.about-content-style-5 .about-image {
  position: relative;
}
.about-content-style-5 .about-image .about-circle-box {
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0;
  right: -8px;
}
@media (max-width: 575.98px) {
  .about-content-style-5 .about-image .about-circle-box {
    right: initial;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.about-content-style-5 .about-image .about-circle-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  content: "";
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .about-content-style-5 .about-image .about-circle-box::before {
    width: 190px;
    height: 190px;
  }
}
.about-content-style-5 .about-image .about-circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.about-content-style-5 .about-image .about-circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.about-content-style-5 .about-image .about-circle-box .circle-text textPath {
  fill: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 6px;
}
.about-content-style-5 .about-image .about-circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.about-content-style-5 .about-image .about-circle-box .experience {
  width: 71px;
  height: 71px;
  line-height: 71px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-content-style-5 .about-image .about-circle-box .experience .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--theme-color-black);
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .about-content-style-5 .about-image .about-circle-box .experience .num {
    font-size: 35px;
  }
}
.about-content-style-5 .about-image::before {
  position: absolute;
  top: -15px;
  right: -10px;
  content: "";
  width: 152px;
  height: 169px;
  border-radius: 30px;
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .about-content-style-5 .about-image::before {
    display: none;
  }
}
.about-content-style-5 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.about-section-5 {
  position: relative;
  z-index: 9;
}
.about-section-5 .about-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-section-5 .right-gradient {
  position: absolute;
  bottom: 0;
  top: -20%;
  right: 0;
  z-index: -1;
}
.about-section-5 .about-vec {
  position: absolute;
  right: 0;
  top: 0;
}

.about-image-style-6 {
  border-radius: 15px;
}
.about-image-style-6 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.about-content-style-6 {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .about-content-style-6 {
    margin-left: 0;
  }
}
.about-content-style-6 ul {
  margin-bottom: 30px;
}
.about-content-style-6 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .about-content-style-6 ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.about-content-style-6 ul li:not(:last-child) {
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.about-content-style-6 ul li .about-icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.about-content-style-6 ul li .about-icon-items .icon {
  max-width: 66px;
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-radius: 50%;
  background-color: rgba(242, 242, 242, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.about-content-style-6 ul li .about-icon-items .icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.about-content-style-6 ul li .about-icon-items .title {
  color: var(--theme-color-white);
  font-weight: 400;
  text-transform: uppercase;
  max-width: 175px;
  width: 100%;
}
.about-content-style-6 ul li .about-icon-items:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-content-style-6 ul li .line {
  width: 1px;
  height: 66px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .about-content-style-6 ul li .line {
    display: none;
  }
}
.about-content-style-6 ul li .text {
  letter-spacing: -0.02em;
  font-size: 14px;
  display: inline-block;
  max-width: 190px;
}
.about-content-style-6 .about-number-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .about-content-style-6 .about-number-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.about-content-style-6 .about-number-items .number-image .thumb {
  max-width: 145px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 144 96'><path d='M1.127 93.6312V76.1766C1.127 72.3532 1.71137 69.0286 2.88012 66.2026C4.13234 63.3766 6.1359 60.8831 8.8908 58.7221C11.7292 56.4779 15.4441 54.3584 20.0356 52.3636L35.5632 45.5065C39.4033 43.761 42.3252 41.6416 44.3288 39.1481C46.4158 36.5714 47.4593 33.2883 47.4593 29.2987C47.4593 24.8935 46.1236 21.4026 43.4522 18.826C40.8643 16.1662 37.1493 14.8364 32.3074 14.8364C27.4655 14.8364 23.7088 16.1662 21.0374 18.826C18.4494 21.4857 17.1555 25.1844 17.1555 29.9221H0C0 24.2701 1.21048 19.2 3.63145 14.7117C6.05242 10.1403 9.64213 6.56624 14.4006 3.98961C19.159 1.32987 25.128 0 32.3074 0C39.4868 0 45.4558 1.28831 50.2142 3.86494C54.9727 6.44156 58.5624 9.89091 60.9834 14.213C63.4043 18.452 64.6148 23.1896 64.6148 28.426V30.0468C64.6148 36.8623 62.6947 42.5558 58.8546 47.1273C55.0144 51.6156 49.3794 55.5221 41.9495 58.8468L26.4219 65.7039C23.5001 66.9506 21.4548 68.2805 20.286 69.6935C19.1173 71.0234 18.5329 72.8519 18.5329 75.1792V83.1584L14.2754 78.5454H64.9905V93.6312H1.127Z' fill='%23171B24'/><path d='M109.439 96C102.259 96 96.0815 94.587 90.9057 91.761C85.8133 88.9351 81.8896 85.1948 79.1347 80.5403C76.4633 75.8026 75.1276 70.6493 75.1276 65.0805H92.2831C92.2831 68.239 92.9927 71.0234 94.4119 73.4338C95.9146 75.8442 97.9599 77.7558 100.548 79.1688C103.136 80.4987 106.141 81.1636 109.564 81.1636C113.154 81.1636 116.242 80.4156 118.83 78.9195C121.418 77.4234 123.38 75.387 124.716 72.8104C126.135 70.2338 126.845 67.2831 126.845 63.9584C126.845 60.7169 126.135 57.8078 124.716 55.2312C123.38 52.5714 121.418 50.4935 118.83 48.9974C116.326 47.4182 113.279 46.6286 109.689 46.6286C106.684 46.6286 103.845 47.2104 101.174 48.374C98.5025 49.5377 96.4155 51.0753 94.9128 52.987H78.5086L83.1419 2.61819H136.111V17.7039H90.9057L97.1668 12.8416L94.1614 44.2597L89.9039 43.013C92.3249 40.2701 95.2885 37.9844 98.7947 36.1558C102.301 34.3273 106.725 33.413 112.068 33.413C118.83 33.413 124.591 34.7844 129.349 37.5273C134.107 40.2701 137.739 43.9273 140.243 48.4987C142.748 52.987 144 57.8909 144 63.2104V64.8312C144 70.2338 142.664 75.3039 139.993 80.0416C137.321 84.7792 133.398 88.6442 128.222 91.6364C123.13 94.5455 116.868 96 109.439 96Z' fill='%23171B24'/></svg>");
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 144 96'><path d='M1.127 93.6312V76.1766C1.127 72.3532 1.71137 69.0286 2.88012 66.2026C4.13234 63.3766 6.1359 60.8831 8.8908 58.7221C11.7292 56.4779 15.4441 54.3584 20.0356 52.3636L35.5632 45.5065C39.4033 43.761 42.3252 41.6416 44.3288 39.1481C46.4158 36.5714 47.4593 33.2883 47.4593 29.2987C47.4593 24.8935 46.1236 21.4026 43.4522 18.826C40.8643 16.1662 37.1493 14.8364 32.3074 14.8364C27.4655 14.8364 23.7088 16.1662 21.0374 18.826C18.4494 21.4857 17.1555 25.1844 17.1555 29.9221H0C0 24.2701 1.21048 19.2 3.63145 14.7117C6.05242 10.1403 9.64213 6.56624 14.4006 3.98961C19.159 1.32987 25.128 0 32.3074 0C39.4868 0 45.4558 1.28831 50.2142 3.86494C54.9727 6.44156 58.5624 9.89091 60.9834 14.213C63.4043 18.452 64.6148 23.1896 64.6148 28.426V30.0468C64.6148 36.8623 62.6947 42.5558 58.8546 47.1273C55.0144 51.6156 49.3794 55.5221 41.9495 58.8468L26.4219 65.7039C23.5001 66.9506 21.4548 68.2805 20.286 69.6935C19.1173 71.0234 18.5329 72.8519 18.5329 75.1792V83.1584L14.2754 78.5454H64.9905V93.6312H1.127Z' fill='%23171B24'/><path d='M109.439 96C102.259 96 96.0815 94.587 90.9057 91.761C85.8133 88.9351 81.8896 85.1948 79.1347 80.5403C76.4633 75.8026 75.1276 70.6493 75.1276 65.0805H92.2831C92.2831 68.239 92.9927 71.0234 94.4119 73.4338C95.9146 75.8442 97.9599 77.7558 100.548 79.1688C103.136 80.4987 106.141 81.1636 109.564 81.1636C113.154 81.1636 116.242 80.4156 118.83 78.9195C121.418 77.4234 123.38 75.387 124.716 72.8104C126.135 70.2338 126.845 67.2831 126.845 63.9584C126.845 60.7169 126.135 57.8078 124.716 55.2312C123.38 52.5714 121.418 50.4935 118.83 48.9974C116.326 47.4182 113.279 46.6286 109.689 46.6286C106.684 46.6286 103.845 47.2104 101.174 48.374C98.5025 49.5377 96.4155 51.0753 94.9128 52.987H78.5086L83.1419 2.61819H136.111V17.7039H90.9057L97.1668 12.8416L94.1614 44.2597L89.9039 43.013C92.3249 40.2701 95.2885 37.9844 98.7947 36.1558C102.301 34.3273 106.725 33.413 112.068 33.413C118.83 33.413 124.591 34.7844 129.349 37.5273C134.107 40.2701 137.739 43.9273 140.243 48.4987C142.748 52.987 144 57.8909 144 63.2104V64.8312C144 70.2338 142.664 75.3039 139.993 80.0416C137.321 84.7792 133.398 88.6442 128.222 91.6364C123.13 94.5455 116.868 96 109.439 96Z' fill='%23171B24'/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.about-content-style-6 .about-number-items .number-image p {
  color: var(--theme-color-white);
  font-size: 18px;
  letter-spacing: -0.36px;
  margin-top: 5px;
}
.about-content-style-6 .about-number-items .about-text {
  max-width: 235px;
}

.about-section-6 {
  border-radius: 40px;
  margin-top: -30px;
  position: relative;
  z-index: 9;
}

.about-image-style7 {
  margin-left: 60px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-image-style7 {
    display: none;
  }
}
.about-image-style7 .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: var(--theme-color-white);
  padding: 15px;
  border-radius: 12px;
  position: absolute;
  bottom: 40px;
  left: -40px;
}
@media (max-width: 1199.98px) {
  .about-image-style7 .info-box {
    left: 0;
  }
}
.about-image-style7 .info-box .icon {
  width: 47.136px;
  height: 47.136px;
  line-height: 47.136px;
  display: inline-block;
  background-color: var(--theme-color1);
  border-radius: 10px;
  text-align: center;
}
.about-image-style7 .info-box .content h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-black);
}
.about-image-style7 .info-box .content p {
  font-size: 14px;
  font-weight: 700;
  color: #9D9D9D;
}
.about-image-style7 img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
}

/*=================================
    WHITE SERVICES SECTION
=================================*/

.lux-services{
    position:relative;
    background:#ffffff;
    overflow:hidden;
    z-index:1;
}

/*=================================
    DARK TEXT
=================================*/

.dark-title{
    color:#111111;
}

.dark-subtitle{
    color:#6b7280;
}

/*=================================
    GRID
=================================*/

.lux-services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/*=================================
    CARD
=================================*/

.lux-service-card{
    position:relative;

    padding:38px;

    border-radius:30px;

    background:#ffffff;

    border:1px solid #edf0f7;

    overflow:hidden;

    transition:all .45s ease;

    box-shadow:
    0 10px 35px rgba(15,23,42,0.06);

    z-index:1;
}

/*===== TOP BORDER =====*/

.lux-service-card::before{
    content:'';
    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:linear-gradient(90deg,#0d6efd,#ff004c);

    transform:scaleX(0);

    transition:.4s ease;

    transform-origin:left;
}

/*===== GLOW =====*/

.lux-service-card::after{
    content:'';
    position:absolute;

    top:-120px;
    right:-120px;

    width:240px;
    height:240px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.08),
    transparent 70%);

    opacity:0;

    transition:.5s ease;
}

/*=================================
    TOP AREA
=================================*/

.service-top{
    display:flex;
    align-items:center;
    justify-content:space-between;

    margin-bottom:35px;
}

/*=================================
    ICON
=================================*/

.service-icon{
    width:78px;
    height:78px;

    border-radius:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#0d6efd,#ff004c);

    box-shadow:
    0 15px 30px rgba(13,110,253,0.15);

    transition:.4s ease;
}

.service-icon i{
    color:#fff;
    font-size:30px;
}

/*=================================
    NUMBER
=================================*/

.service-number{
    font-size:55px;
    font-weight:800;

    color:#edf1f7;

    line-height:1;
}

/*=================================
    CONTENT
=================================*/

.service-content h3{
    font-size:30px;
    font-weight:700;

    color: #000;

    margin-bottom:18px;

    line-height:1.4;
}

.service-content p{
    font-size:16px;
    line-height:1.9;

    color:#6b7280;

    margin-bottom:28px;
}

/*=================================
    BUTTON
=================================*/

.service-content a{
    display:inline-flex;
    align-items:center;
    gap:12px;

    color:#111111;

    font-size:16px;
    font-weight:600;

    text-decoration:none;

    transition:.4s ease;
}

.service-content a i{
    transition:.4s ease;
}

/*=================================
    ACTIVE CARD
=================================*/

.active-service{
    background:#0f172a;
}

.active-service .service-content h3,
.active-service .service-content a{
    color:#ffffff;
}

.active-service .service-content p{
    color:#cbd5e1;
}

.active-service .service-number{
    color:rgba(255,255,255,0.06);
}

/*=================================
    HOVER
=================================*/

.lux-service-card:hover{
    transform:translateY(-12px);

    box-shadow:
    0 25px 50px rgba(15,23,42,0.12);
}

.lux-service-card:hover::before{
    transform:scaleX(1);
}

.lux-service-card:hover::after{
    opacity:1;
}

.lux-service-card:hover .service-icon{
    transform:
    rotate(-8deg)
    scale(1.06);
}

.lux-service-card:hover .service-content a{
    color:#0d6efd;
}

.lux-service-card:hover .service-content a i{
    transform:translateX(5px);
}

/*=================================
    RESPONSIVE
=================================*/

@media(max-width:991px){

    .lux-services-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .lux-services-grid{
        grid-template-columns:1fr;
    }

    .lux-service-card{
        padding:30px;
    }

    .service-content h3{
        font-size:24px;
    }

}

@media(max-width:575px){

    .lux-service-card{
        padding:25px;
    }

    .service-icon{
        width:65px;
        height:65px;
    }

    .service-icon i{
        font-size:24px;
    }

    .service-content h3{
        font-size:22px;
    }

    .service-content p{
        font-size:15px;
    }

}


.services-section{
    position:relative;
    background:#060816;
    overflow:hidden;
    z-index:1;
}

/*===== BACKGROUND GLOW =====*/

.services-section::before{
    content:'';
    position:absolute;
    top:-200px;
    left:-200px;
    width:500px;
    height:500px;
    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.18),
    transparent 70%);

    z-index:-1;
}

.services-section::after{
    content:'';
    position:absolute;
    bottom:-200px;
    right:-200px;
    width:500px;
    height:500px;
    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,0,76,0.15),
    transparent 70%);

    z-index:-1;
}

/*=================================
    SERVICES GRID
=================================*/

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/*=================================
    SERVICE CARD
=================================*/

.service-card{
    position:relative;
    padding:40px 35px;
    border-radius:28px;

    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    overflow:hidden;
    transition:all .45s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.lux-services .section-title {
    color: #000;
}

.service-content h3 {
    color: #000;
}
/*===== BORDER EFFECT =====*/

.service-card::before{
    content:'';
    position:absolute;
    inset:0;
    border-radius:28px;
    padding:1px;

    background:linear-gradient(135deg,
    rgba(13,110,253,0.5),
    rgba(255,0,76,0.3));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

/*===== HOVER GLOW =====*/

.service-card::after{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:180px;
    height:180px;

    background:radial-gradient(circle,
    rgba(13,110,253,0.35),
    transparent 70%);

    transition:.5s;
}

/*=================================
    SERVICE ICON
=================================*/

.service-icon{
    width:78px;
    height:78px;
    border-radius:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#0d6efd,#ff004c);

    margin-bottom:30px;

    position:relative;
    z-index:2;

    box-shadow:
    0 15px 30px rgba(13,110,253,0.25),
    0 5px 20px rgba(255,0,76,0.18);
}

.service-icon i{
    font-size:30px;
    color:#fff;
}

/*=================================
    CONTENT
=================================*/

.service-content{
    position:relative;
    z-index:2;
}

.service-content h3{
    font-size:26px;
    font-weight:700;
    color:#fff;
    margin-bottom:16px;
    line-height:1.4;
}

.service-content p{
    color:#b8bcc7;
    font-size:16px;
    line-height:1.9;
}
.lux-service-card h3 {
    color: #000;
}
/*=================================
    NUMBER
=================================*/

.service-number{
    position:absolute;
    top:30px;
    right:30px;

    font-size:55px;
    font-weight:800;

    color:rgba(255,255,255,0.05);

    line-height:1;
}

/*=================================
    HOVER EFFECT
=================================*/

.service-card:hover{
    transform:translateY(-12px);

    box-shadow:
    0 30px 60px rgba(0,0,0,0.35),
    0 10px 30px rgba(13,110,253,0.18);
}

.service-card:hover::after{
    transform:scale(1.5);
}

.service-card:hover .service-icon{
    transform:rotate(-8deg) scale(1.06);
}

/*=================================
    RESPONSIVE
=================================*/

@media(max-width:991px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .section-padding{
        padding:80px 0;
    }

    .services-grid{
        grid-template-columns:1fr;
    }

    .service-card{
        padding:35px 25px;
    }

    .service-content h3{
        font-size:22px;
    }

    .service-content p{
        font-size:15px;
    }

}

/*=================================
    COMPACT SKILLS SECTION
=================================*/

.skills-section{
    position:relative;
    background:#060816;
    overflow:hidden;
    z-index:1;
}

/*===== BACKGROUND GLOW =====*/

.skills-section::before{
    content:'';
    position:absolute;

    top:-250px;
    left:-250px;

    width:600px;
    height:600px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.18),
    transparent 70%);

    z-index:-1;
}

.skills-section::after{
    content:'';
    position:absolute;

    bottom:-250px;
    right:-250px;

    width:600px;
    height:600px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,0,76,0.14),
    transparent 70%);

    z-index:-1;
}

/*=================================
    GRID
=================================*/

.compact-skills-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:22px;
}

/*=================================
    SKILL CARD
=================================*/

.compact-skill{
    position:relative;

    display:flex;
    align-items:center;
    gap:16px;

    padding:22px 20px;

    border-radius:22px;

    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    overflow:hidden;

    transition:all .45s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.2),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

/*===== BORDER =====*/

.compact-skill::before{
    content:'';
    position:absolute;
    inset:0;

    border-radius:22px;
    padding:1px;

    background:linear-gradient(
    135deg,
    rgba(13,110,253,0.45),
    rgba(255,0,76,0.3));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

/*===== ICON =====*/

.compact-skill i{
    min-width:58px;
    height:58px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#0d6efd,#ff004c);

    color:#fff;

    font-size:24px;

    position:relative;
    z-index:2;

    box-shadow:
    0 10px 25px rgba(13,110,253,0.18),
    0 5px 20px rgba(255,0,76,0.15);

    transition:.4s ease;
}

/*===== TEXT =====*/

.compact-skill span{
    color:#fff;

    font-size:18px;
    font-weight:600;

    line-height:1.5;

    position:relative;
    z-index:2;
}

/*=================================
    HOVER
=================================*/

.compact-skill:hover{
    transform:translateY(-8px);

    box-shadow:
    0 20px 40px rgba(0,0,0,0.35),
    0 10px 30px rgba(13,110,253,0.14);
}

.compact-skill:hover i{
    transform:
    rotate(-8deg)
    scale(1.08);
}

/*=================================
    RESPONSIVE
=================================*/

@media(max-width:1199px){

    .compact-skills-grid{
        grid-template-columns:repeat(4,1fr);
    }

}

@media(max-width:991px){

    .compact-skills-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:767px){

    .compact-skills-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .compact-skill{
        padding:18px;
    }

    .compact-skill span{
        font-size:16px;
    }

}

@media(max-width:575px){

    .compact-skills-grid{
        grid-template-columns:1fr;
    }

}

/*=================================
    CASE STUDY SECTION
=================================*/

.case-study-section{
    position:relative;
    background:#ffffff;
    overflow:hidden;
}

/*=================================
    DARK TEXT
=================================*/

.dark-title{
    color:#111111;
}

.dark-subtitle{
    color:#6b7280;
}

/*=================================
    BRAND SLIDER
=================================*/

.brand-slider{
    position:relative;
    overflow:hidden;
    width:100%;
    margin-top:20px;
}

/*===== TRACK =====*/

.brand-track{
    display:flex;
    align-items:center;
    gap:30px;

    width:max-content;

    animation:brandScroll 28s linear infinite;
}

/*===== ANIMATION =====*/

@keyframes brandScroll{

    0%{
        transform:translateX(0);
    }

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

}

/*=================================
    BRAND ITEM
=================================*/

.brand-item{
    position:relative;

    min-width:240px;
    height:150px;

    border-radius:28px;

    background:#ffffff;

    border:1px solid #edf0f7;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:hidden;

    transition:all .45s ease;

    box-shadow:
    0 10px 35px rgba(15,23,42,0.06);

    padding:25px;
}

/*===== TOP BORDER =====*/

.brand-item::before{
    content:'';
    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:linear-gradient(
    90deg,
    #0d6efd,
    #ff004c);

    transform:scaleX(0);

    transform-origin:left;

    transition:.4s ease;
}

/*===== GLOW =====*/

.brand-item::after{
    content:'';
    position:absolute;

    top:-80px;
    right:-80px;

    width:180px;
    height:180px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.08),
    transparent 70%);

    opacity:0;

    transition:.5s ease;
}

/*=================================
    IMAGE
=================================*/

.brand-item img{
    max-width:140px;
    max-height:80px;

    width:100%;
    object-fit:contain;

    transition:.45s ease;

    filter:grayscale(100%);
}

/*=================================
    HOVER
=================================*/

.brand-item:hover{
    transform:translateY(-10px);

    box-shadow:
    0 20px 45px rgba(15,23,42,0.12);
}

.brand-item:hover::before{
    transform:scaleX(1);
}

.brand-item:hover::after{
    opacity:1;
}

.brand-item:hover img{
    filter:grayscale(0%);
    transform:scale(1.05);
}

/*===== PAUSE ON HOVER =====*/

.brand-slider:hover .brand-track{
    animation-play-state:paused;
}

/*=================================
    RESPONSIVE
=================================*/

@media(max-width:767px){

    .brand-item{
        min-width:180px;
        height:120px;
        padding:20px;
    }

    .brand-item img{
        max-width:110px;
        max-height:60px;
    }

}
/*=================================
    WORKING PROCESS SECTION
=================================*/

.working-process{
    position:relative;
    background:#ffffff;
    overflow:hidden;
}

/*=================================
    DARK TEXT
=================================*/

.dark-title{
    color:#111111;
}

.dark-subtitle{
    color:#6b7280;
}

/*=================================
    PROCESS GRID
=================================*/

.process-grid{
    position:relative;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:30px;
}

/*=================================
    CARD
=================================*/

.process-card{
    position:relative;

    padding:45px 35px;

    border-radius:32px;

    background:#ffffff;

    border:1px solid #edf0f7;

    overflow:hidden;

    transition:all .45s ease;

    box-shadow:
    0 10px 35px rgba(15,23,42,0.06);

    z-index:1;
}
/*=================================
    HEADING ONE SECTION
=================================*/

.heading-one{
    position:relative;
    padding:120px 0;
    background:#060816;
    overflow:hidden;
    z-index:1;
}

/*===== BACKGROUND GLOW =====*/

.heading-one::before{
    content:'';
    position:absolute;

    top:-250px;
    left:-250px;

    width:600px;
    height:600px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.18),
    transparent 70%);

    z-index:-1;
}

.heading-one::after{
    content:'';
    position:absolute;

    bottom:-250px;
    right:-250px;

    width:600px;
    height:600px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,0,76,0.14),
    transparent 70%);

    z-index:-1;
}

/*=================================
    ROW ALIGN
=================================*/

.heading-one .row{
    align-items:center;
}

/*=================================
    IMAGE BOX
=================================*/

.heading-one .content-img{
    position:relative;

    border-radius:35px;

    overflow:hidden;

    padding:15px;

    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.35);

    transition:.45s ease;
}

/*===== BORDER EFFECT =====*/

.heading-one .content-img::before{
    content:'';
    position:absolute;
    inset:0;

    border-radius:35px;
    padding:1px;

    background:linear-gradient(
    135deg,
    rgba(13,110,253,0.5),
    rgba(255,0,76,0.3));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

/*===== IMAGE =====*/

.heading-one .content-img img{
    width:100%;
    border-radius:25px;

    transition:.45s ease;
}

/*===== HOVER =====*/

.heading-one .content-img:hover{
    transform:translateY(-10px);
}

.heading-one .content-img:hover img{
    transform:scale(1.03);
}

/*=================================
    CONTENT
=================================*/

.heading-one .content{
    position:relative;
    padding-left:40px;
}

/*=================================
    HEADING
=================================*/

.heading-one .heading{
    font-size:62px;
    line-height:1.25;
    font-weight:800;

    color:#ffffff;

    margin-bottom:30px;

    position:relative;
}

/*===== GRADIENT TEXT =====*/

.heading-one .heading span{
    background:linear-gradient(
    90deg,
    #0d6efd,
    #ff004c);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/*=================================
    TEXT
=================================*/

.heading-one .about-text{
    font-size:17px;
    line-height:2;

    color:#b8bcc7;

    margin-bottom:25px;
}

/*=================================
    SECOND CONTENT
=================================*/

.heading-one .col-md-12 .content{
    margin-top:50px;
    padding-left:0;
}

/*=================================
    RESPONSIVE
=================================*/

@media(max-width:1199px){

    .heading-one .heading{
        font-size:52px;
    }

}

@media(max-width:991px){

    .heading-one{
        padding:90px 0;
    }

    .heading-one .content{
        padding-left:0;
        margin-top:50px;
    }

    .heading-one .heading{
        font-size:42px;
    }

}

@media(max-width:767px){

    .heading-one .heading{
        font-size:34px;
        line-height:1.4;
    }

    .heading-one .about-text{
        font-size:15px;
        line-height:1.9;
    }

    .heading-one .content-img{
        padding:10px;
        border-radius:25px;
    }

    .heading-one .content-img img{
        border-radius:18px;
    }

}

@media(max-width:575px){

    .heading-one{
        padding:70px 0;
    }

    .heading-one .heading{
        font-size:28px;
    }

}
.heading-one p {
    color: #fff;
}

/*===== TOP BORDER =====*/

.process-card::before{
    content:'';
    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:linear-gradient(
    90deg,
    #0d6efd,
    #ff004c);

    transform:scaleX(0);

    transform-origin:left;

    transition:.45s ease;
}

/*===== GLOW =====*/

.process-card::after{
    content:'';
    position:absolute;

    top:-100px;
    right:-100px;

    width:220px;
    height:220px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.08),
    transparent 70%);

    opacity:0;

    transition:.5s ease;
}

/*=================================
    NUMBER
=================================*/

.process-number{
    position:absolute;

    top:25px;
    right:28px;

    font-size:55px;
    font-weight:800;

    color:#edf1f7;

    line-height:1;
}

/*=================================
    ICON
=================================*/

.process-icon{
    width:90px;
    height:90px;

    border-radius:28px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
    135deg,
    #0d6efd,
    #ff004c);

    margin-bottom:35px;

    position:relative;
    z-index:2;

    box-shadow:
    0 15px 30px rgba(13,110,253,0.15);

    transition:.45s ease;
}

.process-icon i{
    font-size:34px;
    color:#fff;
}

/*=================================
    TITLE
=================================*/

.process-card h3{
    font-size:28px;
    font-weight:700;

    color:#111111;

    margin-bottom:18px;

    position:relative;
    z-index:2;
}

/*=================================
    TEXT
=================================*/

.process-card p{
    font-size:16px;
    line-height:1.9;

    color:#6b7280;

    position:relative;
    z-index:2;
}

/*=================================
    ACTIVE CARD
=================================*/

.active-process{
    background:#0f172a;
}

.active-process h3{
    color:#ffffff;
}

.active-process p{
    color:#cbd5e1;
}

.active-process .process-number{
    color:rgba(255,255,255,0.06);
}

/*=================================
    HOVER
=================================*/

.process-card:hover{
    transform:translateY(-12px);

    box-shadow:
    0 25px 50px rgba(15,23,42,0.12);
}

.process-card:hover::before{
    transform:scaleX(1);
}

.process-card:hover::after{
    opacity:1;
}

.process-card:hover .process-icon{
    transform:
    rotate(-8deg)
    scale(1.06);
}

/*=================================
    RESPONSIVE
=================================*/

@media(max-width:1199px){

    .process-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .process-grid{
        grid-template-columns:1fr;
    }

    .process-card{
        padding:35px 28px;
    }

    .process-card h3{
        font-size:24px;
    }

}

@media(max-width:575px){

    .process-icon{
        width:75px;
        height:75px;
    }

    .process-icon i{
        font-size:28px;
    }

}
/*** 

====================================================================
    Case Section
====================================================================

***/
.case-one {
  position: relative;
  z-index: 1;
}
.case-one .shape-1 {
  position: absolute;
  top: 30%;
  left: 8%;
}
@media (max-width: 1699.98px) {
  .case-one .shape-1 {
    left: 1%;
  }
}
@media (max-width: 1399.98px) {
  .case-one .shape-1 {
    display: none;
  }
}
.case-one .light-shape {
  position: absolute;
  top: -50%;
  left: -85%;
  width: 2200px;
  height: 2200px;
  opacity: 0.5;
  background: radial-gradient(112.48% 76.49% at 47.29% 71.82%, #88ff2a 4.71%, rgba(0, 0, 0, 0) 56.29%);
  border-radius: 50%;
  -webkit-filter: blur(127.5px);
          filter: blur(127.5px);
  z-index: -1;
}
@media (max-width: 1699.98px) {
  .case-one .light-shape {
    left: -115%;
  }
}
@media (max-width: 1399.98px) {
  .case-one .light-shape {
    display: none;
  }
}
.case-one .left-content {
  position: relative;
  z-index: 1;
}
.case-one .left-content .section-title {
  padding-bottom: 40px;
}
.case-one .left-content .title-shadow {
  position: relative;
  top: 0;
  -webkit-transform: none;
          transform: none;
  font-size: 160px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  float: right;
  white-space: nowrap;
  margin-top: 150px;
}
@media (max-width: 1699.98px) {
  .case-one .left-content .title-shadow {
    margin-top: 0;
  }
}
@media (max-width: 1399.98px) {
  .case-one .left-content .title-shadow {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    float: none;
    text-align: center;
    margin: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .case-one .left-content .title-shadow {
    white-space: wrap;
  }
}
@media (max-width: 767.98px) {
  .case-one .left-content .title-shadow {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .case-one .left-content .title-shadow::after {
    display: none;
  }
}

.case-block {
  width: 470px;
  position: relative;
  border-bottom: 1px solid var(--border-color1-rgba);
  padding-bottom: 30px;
  margin-bottom: 70px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1699.98px) {
  .case-block {
    width: 350px;
  }
}
@media (max-width: 1399.98px) {
  .case-block {
    width: 100%;
  }
}
.case-block:nth-child(3) {
  margin-bottom: 0;
}
.case-block .image {
  width: 100%;
  height: 505px;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 1699.98px) {
  .case-block .image {
    height: 450px;
  }
}
@media (max-width: 1399.98px) {
  .case-block .image {
    height: 500px;
  }
}
.case-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.case-block .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 9;
}
.case-block .content .title {
  padding: 30px 0 10px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.case-block .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--theme-color-white);
}
.case-block .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}
.case-block .content .text {
  color: var(--theme-color-white);
}
.case-block .content .arrow-icon {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer !important;
  width: 56px;
  height: 56px;
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
}
.case-block .content .arrow-icon i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  rotate: -45deg;
}
.case-block:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.case-block:hover .arrow-icon {
  background-color: var(--theme-color1);
}
.case-block:hover .arrow-icon i {
  rotate: 0deg;
}
.case-block.style-2 {
  margin-left: 115px;
}
@media (max-width: 1699.98px) {
  .case-block.style-2 {
    margin-left: 35px;
  }
}
@media (max-width: 1399.98px) {
  .case-block.style-2 {
    margin-left: 0;
  }
}
.case-block.style-3 {
  margin-bottom: 0;
}

.case-two {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}
@media (max-width: 767.98px) {
  .case-two {
    padding-bottom: 40px;
  }
}
.case-two .shape-1 {
  position: absolute;
  right: 50px;
  top: 70px;
  z-index: 1;
}
@media (max-width: 1699.98px) {
  .case-two .shape-1 {
    display: none;
  }
}
.case-two .shape-2 {
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: 1;
}
@media (max-width: 1699.98px) {
  .case-two .shape-2 {
    display: none;
  }
}
.case-two .inner {
  margin: 0 60px;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .case-two .inner {
    margin: 0 0px;
  }
}
.case-two .inner-content {
  text-align: center;
  padding-top: 30px;
}
.case-two .inner-content .btn-wrapper {
  margin-top: 80px;
}

.case-block-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 24px;
}
.case-block-two::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: auto;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-0.58%, #000), color-stop(85.5%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 -0.58%, rgba(0, 0, 0, 0) 85.5%);
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 40px;
}
.case-block-two .image {
  width: 100%;
  height: 495px;
}
.case-block-two .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.case-block-two .arrow-icon {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100px;
  cursor: pointer !important;
  height: 100px;
  background-color: var(--theme-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  color: var(--theme-color-black);
}
.case-block-two .arrow-icon i {
  font-size: 35px;
  rotate: -30deg;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.case-block-two .arrow-icon:hover {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}
.case-block-two .arrow-icon:hover i {
  rotate: 0deg;
}
.case-block-two .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.case-block-two .content span {
  color: var(--theme-color-white);
  letter-spacing: -0.32px;
}
.case-block-two .content span i {
  color: var(--theme-color1);
  font-size: 6px;
  padding-right: 10px;
}
.case-block-two.active::after, .case-block-two:hover::after {
  opacity: 1;
  height: 270px;
  visibility: visible;
}
.case-block-two.active .arrow-icon, .case-block-two:hover .arrow-icon {
  opacity: 1;
  visibility: visible;
}
.case-block-two.active .content, .case-block-two:hover .content {
  opacity: 1;
  bottom: 40px;
  visibility: visible;
}

.case-three {
  position: relative;
  z-index: 1;
}
.case-three .light-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -45%;
  width: 1000px;
  height: 1000px;
  opacity: 0.3;
  background: transparent;
  border: 90px solid var(--theme-color1);
  border-radius: 50%;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .case-three .light-shape {
    display: none;
  }
}
@media (max-width: 1699.98px) {
  .case-three .title-shadow {
    top: -30px;
    font-size: 230px;
  }
}
@media (max-width: 1399.98px) {
  .case-three .title-shadow {
    top: -30px;
    font-size: 190px;
  }
}
@media (max-width: 1199.98px) {
  .case-three .title-shadow {
    font-size: 160px;
  }
}
@media (max-width: 991.98px) {
  .case-three .title-shadow {
    font-size: 140px;
  }
}
@media (max-width: 767.98px) {
  .case-three .title-shadow {
    display: none;
  }
}

.case-block-three {
  position: relative;
  margin-top: 60px;
  border-radius: 40px;
  overflow: hidden;
}
.case-block-three::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.45%, #000), color-stop(54.55%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 -4.45%, rgba(0, 0, 0, 0) 54.55%);
}
.case-block-three .image {
  width: 100%;
  height: 550px;
}
.case-block-three .image img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-block-three .info-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .case-block-three .info-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-block-three .info-title .arrow-icon {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer !important;
  width: 60px;
  height: 60px;
  background-color: var(--theme-color1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  color: var(--theme-color-black);
}
.case-block-three .info-title .arrow-icon i {
  font-size: 20px;
  rotate: -30deg;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.case-block-three .info-title .arrow-icon:hover {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}
.case-block-three .info-title .arrow-icon:hover i {
  rotate: 0deg;
}
.case-block-three .info-title .title {
  color: var(--theme-color-white);
  font-size: 40px;
  letter-spacing: -1.2px;
}
@media (max-width: 767.98px) {
  .case-block-three .info-title .title {
    font-size: 31px;
  }
}
@media (max-width: 575.98px) {
  .case-block-three .info-title .title {
    font-size: 28px;
  }
}
.case-block-three .tag-wrap {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  z-index: 2;
}
.case-block-three .tag-wrap .tag {
  padding: 6px 20px 5px;
  color: var(--theme-color3);
  font-weight: 400;
  letter-spacing: -0.32px;
  background-color: var(--theme-color-white);
  border-radius: 40px;
}

.case-four {
  position: relative;
  z-index: 1;
}
.case-four .light-shape {
  position: absolute;
  width: 870px;
  height: 870px;
  border-radius: 50%;
  opacity: 0.3;
  left: -40%;
  top: 27%;
  background: transparent;
  border: 100px solid var(--theme-color1);
  z-index: -1;
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
@media (max-width: 1699.98px) {
  .case-four .title-shadow {
    font-size: 220px;
  }
}
@media (max-width: 1399.98px) {
  .case-four .title-shadow {
    font-size: 180px;
  }
}
@media (max-width: 1199.98px) {
  .case-four .title-shadow {
    margin-top: -50px;
    font-size: 150px;
  }
}
@media (max-width: 991.98px) {
  .case-four .title-shadow {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .case-four .title-shadow {
    display: none;
  }
}

.case-block-four {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 52% 48%;
  grid-template-columns: 52% 48%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--theme-color-black);
  padding: 40px 100px 40px 40px;
  border-radius: 172px;
  border: 1px solid var(--border-color2-rgba);
  margin-top: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 1199.98px) {
  .case-block-four {
    padding: 40px 20px;
  }
}
@media (max-width: 991.98px) {
  .case-block-four {
    border-radius: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.case-block-four .image {
  width: 385px;
  height: 198px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 991.98px) {
  .case-block-four .image {
    width: 100%;
  }
}
.case-block-four .image img {
  width: 100%;
  height: 100%;
  border-radius: 95px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-block-four .hover-content {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}
.case-block-four .hover-content .text {
  max-width: 450px;
  padding: 30px 0;
  color: var(--theme-color3);
  height: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 991.98px) {
  .case-block-four .hover-content .text {
    margin: 0 auto;
  }
}
.case-block-four .hover-content .theme-btn-main {
  height: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.case-block-four .content {
  border-left: 1px solid var(--border-color2-rgba);
  padding: 50px 0 50px 50px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 991.98px) {
  .case-block-four .content {
    padding: 50px 0 50px;
    border-left: 0;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .case-block-four .content {
    padding: 50px 0 0;
  }
}
.case-block-four .content .title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1.2px;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
@media (max-width: 575.98px) {
  .case-block-four .content .title {
    font-size: 32px;
  }
}
.case-block-four .content .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-top: 15px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 991.98px) {
  .case-block-four .content .tag {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-block-four .content .tag span {
  background-color: var(--theme-color3);
  padding: 5px 20px;
  border-radius: 40px;
  color: var(--theme-color-white);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.case-block-four .content .theme-btn-main .theme-btn {
  color: var(--theme-color-black);
}
.case-block-four .content .theme-btn-main .theme-btn-arrow-left, .case-block-four .content .theme-btn-main .theme-btn-arrow-right {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}
.case-block-four.active, .case-block-four:hover {
  background-color: var(--theme-color1);
  padding-right: 80px;
  border-radius: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 991.98px) {
  .case-block-four.active, .case-block-four:hover {
    padding-right: 20px;
  }
}
.case-block-four.active .content, .case-block-four:hover .content {
  border-color: var(--theme-color-black);
}
.case-block-four.active .content .title, .case-block-four:hover .content .title {
  color: var(--theme-color3);
}
.case-block-four.active .content .tag span, .case-block-four:hover .content .tag span {
  background-color: var(--theme-color-black);
}
.case-block-four.active .image, .case-block-four:hover .image {
  width: 100%;
  height: 412px;
  padding-right: 50px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 991.98px) {
  .case-block-four.active .image, .case-block-four:hover .image {
    padding-right: 0;
  }
}
.case-block-four.active .image img, .case-block-four:hover .image img {
  border-radius: 40px;
}
.case-block-four.active .hover-content, .case-block-four:hover .hover-content {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.case-block-four.active .hover-content .text, .case-block-four:hover .hover-content .text {
  height: 100%;
}
.case-block-four.active .hover-content .theme-btn-main, .case-block-four:hover .hover-content .theme-btn-main {
  height: 100%;
}

/*=================================
    FUTURE SECTION
=================================*/

.future-section{
    position:relative;
    background:#070b1b;
    overflow:hidden;
    z-index:1;
}

/*===== BACKGROUND GLOW =====*/

.future-section::before{
    content:'';
    position:absolute;
    top:-250px;
    left:-250px;

    width:600px;
    height:600px;
    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.18),
    transparent 70%);

    z-index:-1;
}

.future-section::after{
    content:'';
    position:absolute;
    bottom:-250px;
    right:-250px;

    width:600px;
    height:600px;
    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,0,76,0.14),
    transparent 70%);

    z-index:-1;
}

/*=================================
    WRAPPER
=================================*/

.future-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

/*=================================
    LEFT CONTENT
=================================*/

.future-content{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/*===== FUTURE BOX =====*/

.future-box{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:22px;

    padding:32px;

    border-radius:28px;

    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    overflow:hidden;

    transition:all .45s ease;

    box-shadow:
    0 15px 35px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

/*===== BORDER EFFECT =====*/

.future-box::before{
    content:'';
    position:absolute;
    inset:0;

    border-radius:28px;
    padding:1px;

    background:linear-gradient(135deg,
    rgba(13,110,253,0.45),
    rgba(255,0,76,0.3));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

/*===== ICON =====*/

.future-icon{
    min-width:78px;
    height:78px;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#0d6efd,#ff004c);

    position:relative;
    z-index:2;

    box-shadow:
    0 15px 30px rgba(13,110,253,0.25),
    0 5px 20px rgba(255,0,76,0.2);
}

.future-icon i{
    font-size:28px;
    color:#fff;
}

/*===== INFO =====*/

.future-info{
    position:relative;
    z-index:2;
}

.future-info h3{
    font-size:28px;
    color:#fff;
    margin-bottom:14px;
    font-weight:700;
}

.future-info p{
    color:#b8bcc7;
    line-height:1.9;
    font-size:16px;
}

/*===== HOVER =====*/

.future-box:hover{
    transform:translateY(-10px);

    box-shadow:
    0 25px 50px rgba(0,0,0,0.35),
    0 10px 35px rgba(13,110,253,0.16);
}

.future-box:hover .future-icon{
    transform:rotate(-8deg) scale(1.06);
}

/*=================================
    RIGHT SIDE
=================================*/

.future-right{
    position:relative;
}

/*===== MAIN BOX =====*/

.future-image-box{
    position:relative;

    height:650px;

    border-radius:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,0.04);

    border:1px solid rgba(255,255,255,0.08);

    overflow:hidden;

    backdrop-filter:blur(14px);
}

/*===== BIG GLOW =====*/

.future-circle{
    position:absolute;

    width:380px;
    height:380px;

    border-radius:50%;

    background:linear-gradient(135deg,
    rgba(13,110,253,0.6),
    rgba(255,0,76,0.5));

    filter:blur(60px);

    animation:floatGlow 6s ease-in-out infinite;
}

@keyframes floatGlow{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-25px);
    }

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

}

/*===== MAIN TEXT =====*/

.future-main{
    position:relative;
    z-index:2;
    text-align:center;
}

.future-main h2{
    font-size:120px;
    font-weight:800;

    background:linear-gradient(90deg,#fff,#0d6efd,#ff004c);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    line-height:1;
}

.future-main span{
    font-size:24px;
    color:#fff;
    letter-spacing:2px;
}

/*=================================
    FLOATING CARDS
=================================*/

.floating-card{
    position:absolute;

    padding:18px 22px;

    border-radius:18px;

    background:rgba(255,255,255,0.08);

    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);

    color:#fff;

    display:flex;
    align-items:center;
    gap:14px;

    font-weight:600;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.25);

    animation:floatCard 5s ease-in-out infinite;
}

.floating-card i{
    color:#4da3ff;
    font-size:18px;
}

.card-one{
    top:60px;
    left:40px;
}

.card-two{
    bottom:100px;
    left:20px;
}

.card-three{
    top:120px;
    right:30px;
}

@keyframes floatCard{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-15px);
    }

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

}

/*=================================
    RESPONSIVE
=================================*/

@media(max-width:991px){

    .future-wrapper{
        grid-template-columns:1fr;
    }

    .future-image-box{
        height:500px;
    }

}

@media(max-width:767px){

    .future-box{
        padding:25px;
    }

    .future-info h3{
        font-size:22px;
    }

    .future-main h2{
        font-size:80px;
    }

    .future-main span{
        font-size:18px;
    }

    .floating-card{
        font-size:13px;
        padding:14px 16px;
    }

}

@media(max-width:575px){

    .future-box{
        flex-direction:column;
    }

    .future-image-box{
        height:420px;
    }

    .future-main h2{
        font-size:60px;
    }

    .floating-card{
        display:none;
    }

}

/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/
.faq-box-style-1 .accordion-box {
  position: relative;
}
.faq-box-style-1 .accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--body-bg);
  padding: 27px 30px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .faq-box-style-1 .accordion-box .block {
    padding-right: 40px;
  }
}
@media (max-width: 475.98px) {
  .faq-box-style-1 .accordion-box .block {
    display: inline-block;
    padding: 25px 45px 25px 20px;
  }
}
.faq-box-style-1 .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-box-style-1 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  color: var(--theme-color-white);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-box-style-1 .accordion-box .block .acc-btn span {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .faq-box-style-1 .accordion-box .block .acc-btn {
    font-size: 20px;
  }
}
.faq-box-style-1 .accordion-box .block .acc-btn .icon {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  font-size: 18px;
  line-height: 25px;
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 34px;
  height: 34px;
  background-color: var(--headings-color);
  top: -8px;
}
@media (max-width: 991.98px) {
  .faq-box-style-1 .accordion-box .block .acc-btn .icon {
    right: -30px;
  }
}
@media (max-width: 575.98px) {
  .faq-box-style-1 .accordion-box .block .acc-btn .icon {
    top: 0;
  }
}
@media (max-width: 475.98px) {
  .faq-box-style-1 .accordion-box .block .acc-btn .icon {
    right: -35px;
  }
}
.faq-box-style-1 .accordion-box .block .acc-btn.active {
  color: var(--theme-color1);
}
.faq-box-style-1 .accordion-box .block .acc-btn.active .icon {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.faq-box-style-1 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.faq-box-style-1 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-right: 20px;
  margin-top: 20px;
}
.faq-box-style-1 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-box-style-1 .accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .faq-box-style-1 .accordion-box .block .acc-content .content .text {
    padding: 0;
  }
}
.faq-box-style-1 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-box-style-1 .accordion-box .block.active-block {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222B1C 0%, #151515 55.18%);
}

/*** 

====================================================================
    Work Section
====================================================================

***/
.work-one .cards-content {
  border-bottom: 1px solid var(--border-color1-rgba);
  margin-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 575.98px) {
  .work-one .cards-content {
    padding-bottom: 30px;
  }
}

.work-block {
  margin-bottom: 50px;
  margin-top: 70px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.work-block:before {
  background-color: rgba(var(--theme-color-white-rgb), 0.2);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -71px;
  width: calc(100% + 24px);
}
@media (max-width: 1199.98px) {
  .work-block:before {
    width: calc(100% + 0px);
  }
}
.work-block::after {
  background-color: var(--border-color1-rgba);
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: -70px;
  width: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.work-block .step-btn {
  background-color: var(--theme-color-black);
  border-radius: 40px;
  color: var(--theme-color-white);
  padding: 5px 20px;
  position: absolute;
  rotate: -30deg;
  text-align: center;
  top: -111px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .work-block .step-btn {
    rotate: 0deg;
    top: -90px;
  }
}
.work-block .inner-box {
  background-color: var(--theme-color-black);
  border: 1px solid var(--theme-color1-border);
  border-radius: 30px;
  overflow: hidden;
  padding: 35px 35px 60px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-block .inner-box:before {
  background-color: #111111;
  bottom: auto;
  content: "";
  clip-path: polygon(382.68px 38.3898px, 382.68px 38.3898px, 337.615016px 41.5418496px, 302.562088px 50.0974128px, 275.598252px 62.7056112px, 254.800544px 78.0155664px, 238.246px 94.6764px, 224.011656px 111.3372336px, 210.174548px 126.6471888px, 194.811712px 139.2553872px, 176.000184px 147.8109504px, 151.817px 150.963px, 151.817px 150.963px, 125.9586136px 147.8109504px, 105.6682488px 139.2553872px, 89.0888972px 126.6471888px, 74.3635504px 111.3372336px, 59.6352px 94.6764px, 43.0468376px 78.0155664px, 22.7414548px 62.7056112px, -3.1379568px 50.0974128px, -36.4484056px 41.5418496px, -79.0469px 38.3898px, -79.0469px 38.3898px, -76.0252837px 24.80746688px, -67.2773136px 11.92290544px, -53.2783079px -0.09148344px, -34.5035848px -11.06329888px, -11.4284625px -20.82014px, 15.4717408px -29.18960592px, 45.7217069px -35.99929576px, 78.8461176px -41.07680864px, 114.3696547px -44.24974368px, 151.817px -45.3457px, 151.817px -45.3457px, 189.26415px -44.24974368px, 224.78752px -41.07680864px, 257.91179px -35.99929576px, 288.16164px -29.18960592px, 315.06175px -20.82014px, 338.1368px -11.06329888px, 356.91147px -0.09148344px, 370.91044px 11.92290544px, 379.65839px 24.80746688px, 382.68px 38.3898px);
  height: 151px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .work-block .inner-box:before {
    clip-path: none;
  }
}
.work-block .icon {
  color: var(--theme-color1);
  position: relative;
  z-index: 0;
}
.work-block .icon i {
  font-size: 60px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.work-block .title {
  color: var(--theme-color-white);
  padding: 100px 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-block:hover .step-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.work-block:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.work-two {
  position: relative;
  z-index: 1;
}
.work-two .light-shape {
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  opacity: 0.2;
  left: -22%;
  top: 70%;
  background: transparent;
  border: 90px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
.work-two .shape-1 {
  position: absolute;
  bottom: -32%;
  left: 0;
}
@media (max-width: 1699.98px) {
  .work-two .shape-1 {
    display: none;
  }
}
.work-two .shape-2 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1699.98px) {
  .work-two .shape-2 {
    display: none;
  }
}
.work-two .section-title-area {
  padding-bottom: 30px;
  padding-right: 100px;
}
@media (max-width: 499.98px) {
  .work-two .section-title-area {
    padding-right: 0px;
  }
}
.work-two .section-title-area .text {
  max-width: 540px;
}
.work-two .step-btn-inner {
  position: relative;
  margin-top: 160px;
}
@media (max-width: 991.98px) {
  .work-two .step-btn-inner {
    margin: 60px;
  }
}
@media (max-width: 767.98px) {
  .work-two .step-btn-inner {
    margin: 60px auto;
  }
}
.work-two .step-btn {
  position: relative;
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 455px;
  height: 455px;
  background-color: var(--theme-color2);
  border: 17px solid var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .work-two .step-btn {
    width: 350px;
    height: 350px;
    border: 5px solid #88ff2a;
  }
}
.work-two .step-btn span {
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.work-two .step-btn span:nth-child(2) {
  color: var(--theme-color-white);
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.5px;
}
.work-two .cards-content {
  position: relative;
  border-left: 1px solid rgba(217, 217, 217, 0.14);
  margin-left: 22px;
  padding-left: 90px;
}
@media (max-width: 1199.98px) {
  .work-two .cards-content {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .work-two .cards-content {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
}

.work-block-two {
  position: relative;
  padding: 50px 60px 40px;
  margin-top: 20px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--theme-color-black);
}
@media (max-width: 1199.98px) {
  .work-block-two {
    padding: 50px 40px 40px;
  }
}
.work-block-two::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  width: 1px;
  background: var(--theme-color1);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: -92px;
}
.work-block-two .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .work-block-two .head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.work-block-two .head .image {
  width: 150px;
  height: 150px;
}
.work-block-two .head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.work-block-two .head .num {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.71%, rgba(21, 21, 21, 0.2)), color-stop(99.78%, rgba(136, 255, 42, 0.2)));
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.2) 5.71%, rgba(136, 255, 42, 0.2) 99.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .work-block-two .head .num {
    font-size: 90px;
  }
}
.work-block-two .content {
  padding-top: 40px;
}
.work-block-two .content .title {
  padding-bottom: 10px;
}
.work-block-two .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.work-block-two .content .list li {
  color: var(--theme-color-white);
  font-weight: 400;
  letter-spacing: -0.32px;
}
.work-block-two .content .list li i {
  color: var(--theme-color1);
  padding-right: 10px;
}
.work-block-two:hover {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222b1c 0%, #151515 55.18%);
}
.work-block-two:hover::after {
  opacity: 1;
}

.work-three {
  position: relative;
  z-index: 1;
}
.work-three .light-shape {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.65;
  right: -18%;
  bottom: -5%;
  background: transparent;
  border: 60px solid var(--theme-color1);
  z-index: -1;
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
.work-three .cards-content {
  position: relative;
  padding-bottom: 40px;
}
.work-three .cards-content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  width: 1px;
  background-color: var(--border-color2-rgba);
  left: 35px;
  z-index: -1;
}
.work-three .image-content {
  position: relative;
}
@media (max-width: 991.98px) {
  .work-three .image-content {
    margin-bottom: 50px;
  }
}
.work-three .image-content .image {
  width: 650px;
  height: 545px;
}
@media (max-width: 1199.98px) {
  .work-three .image-content .image {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .work-three .image-content .image {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .work-three .image-content .image {
    height: auto;
  }
  .work-three .image-content .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.work-three .image-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.work-three .content-card {
  position: absolute;
  bottom: -30px;
  right: 55px;
  max-width: 560px;
  padding: 60px 90px 50px 60px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222b1c 0%, #151515 55.18%);
}
@media (max-width: 1199.98px) {
  .work-three .content-card {
    padding: 60px 40px 50px 40px;
    bottom: -60px;
  }
}
@media (max-width: 991.98px) {
  .work-three .content-card {
    bottom: 0;
    right: 0;
  }
}
.work-three .content-card .icon {
  color: var(--theme-color1);
}
.work-three .content-card .icon i {
  font-size: 70px;
}
.work-three .content-card .text {
  padding: 30px 0;
}
.work-three .content-card .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work-three .content-card .tag span {
  letter-spacing: -0.32px;
  font-weight: 400;
  color: var(--theme-color-white);
}
.work-three .content-card .tag span i {
  color: var(--theme-color1);
  padding-right: 10px;
}

.work-block-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
  border-bottom: 1px solid var(--border-color2-rgba);
  margin-left: 35px;
  padding: 30px 0;
}
@media (max-width: 1199.98px) {
  .work-block-three {
    gap: 30px;
  }
  .work-block-three .title {
    font-size: 25px;
  }
}
.work-block-three .num {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  background-color: var(--theme-color-black);
  border: 1px solid var(--border-color2-rgba);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-block-three:hover .num {
  background-color: var(--theme-color1);
  color: var(--theme-color3);
}

/*** 

====================================================================
Section Title
====================================================================

***/
.choose-one {
  position: relative;
  z-index: 1;
}
.choose-one .light-shape {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  opacity: 0.65;
  left: -15%;
  top: -10%;
  background: transparent;
  border: 60px solid var(--theme-color1);
  z-index: -1;
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
@media (max-width: 991.98px) {
  .choose-one .light-shape {
    display: none;
  }
}
.choose-one .shape-1 {
  position: absolute;
  top: -150px;
  left: 0px;
  z-index: 2;
}
@media (max-width: 1699.98px) {
  .choose-one .shape-1 {
    display: none;
  }
}
.choose-one .inner {
  position: relative;
  margin: 0 60px;
  border-radius: 40px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .choose-one .inner {
    margin: 0 0;
  }
}
.choose-one .inner::after, .choose-one .inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-29.28%, #000), color-stop(42.51%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 -29.28%, rgba(0, 0, 0, 0) 42.51%);
  height: 645px;
  z-index: -1;
}
.choose-one .inner::after {
  top: auto;
}
.choose-one .inner::before {
  bottom: auto;
  background: var(--theme-color3);
}
.choose-one .inner .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.choose-one .image-slider-box {
  position: relative;
  height: 840px;
  padding: 5px 45px 0;
  border-left: 1px solid var(--border-color2-rgba);
  border-right: 1px solid var(--border-color2-rgba);
  overflow: hidden;
}
.choose-one .image-slider-box::after, .choose-one .image-slider-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 765px;
  height: 356px;
  z-index: 1;
  border-radius: 50%;
  background: var(--theme-color3);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  bottom: auto;
  top: -20%;
}
.choose-one .image-slider-box::before {
  top: auto;
  bottom: -20%;
}
@media (max-width: 1199.98px) {
  .choose-one .image-slider-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .choose-one .image-slider-box {
    margin-bottom: 120px;
  }
}
.choose-one .image {
  width: 100%;
  height: 335px;
  margin-bottom: 18px;
}
.choose-one .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.choose-one .ai-hero-slider-1 .slick-slider {
  padding: 5px 0 20px;
}
.choose-one .ai-hero-slider-1 .slick-list {
  max-height: 768px !important;
  padding-left: 10px;
}

.choose-block {
  position: relative;
  background: var(--theme-color-black);
  padding: 22px 20px 22px 40px;
  border-radius: 20px;
  border: 1px solid var(--border-color2-rgba);
  margin-top: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .choose-block {
    padding: 20px;
  }
}
.choose-block .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
.choose-block .title {
  font-weight: 400;
}
.choose-block .title span {
  color: var(--theme-color1);
}
.choose-block .num {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-7.83%, rgba(21, 21, 21, 0.2)), color-stop(99.82%, rgba(136, 255, 42, 0.2)));
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.2) -7.83%, rgba(136, 255, 42, 0.2) 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.choose-block:hover {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222b1c 0%, #151515 55.18%);
}

.why-choose-us-section-2 {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #151515;
  margin: 0 60px;
}
@media (max-width: 1699.98px) {
  .why-choose-us-section-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .why-choose-us-section-2 {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-2 {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.choose-us-image-style-4 {
  position: relative;
}
@media (max-width: 575.98px) {
  .choose-us-image-style-4 {
    margin-top: 30px;
  }
}
.choose-us-image-style-4 .choose-circle-box {
  width: 215px;
  height: 215px;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9%;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  z-index: 99;
}
@media (max-width: 1699.98px) {
  .choose-us-image-style-4 .choose-circle-box {
    top: 50%;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 1199.98px) {
  .choose-us-image-style-4 .choose-circle-box {
    top: 25%;
  }
}
@media (max-width: 575.98px) {
  .choose-us-image-style-4 .choose-circle-box {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 499.98px) {
  .choose-us-image-style-4 .choose-circle-box {
    top: 10%;
  }
}
.choose-us-image-style-4 .choose-circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.choose-us-image-style-4 .choose-circle-box .circle-text svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.choose-us-image-style-4 .choose-circle-box .circle-text textPath {
  fill: var(--theme-color-black);
  font-size: 18.849px;
  font-weight: 500;
  letter-spacing: 6.8px;
  text-transform: uppercase;
}
.choose-us-image-style-4 .choose-circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.choose-us-image-style-4 .choose-circle-box .experience {
  width: 121px;
  height: 121px;
  line-height: 121px;
  border-radius: 50%;
  background-color: var(--theme-color-black);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.choose-us-image-style-4 .choose-circle-box .experience .num {
  font-size: 70px;
  text-align: center;
  font-weight: 500;
  color: var(--theme-color1);
  line-height: 121px;
}
.choose-us-image-style-4 .choose-circle-box .experience img {
  width: initial;
  height: initial;
}
.choose-us-image-style-4 .thumb {
  max-width: 723px;
  border-radius: 40px;
}
@media (max-width: 1499.98px) {
  .choose-us-image-style-4 .thumb {
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .choose-us-image-style-4 .thumb {
    margin-top: 30px;
  }
}
.choose-us-image-style-4 .thumb img {
  border-radius: 40px;
  height: 100%;
  width: 100%;
}
.choose-us-image-style-4 .counter-box-area {
  margin-top: -60px;
  margin-left: -50px;
  margin-right: 40px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .choose-us-image-style-4 .counter-box-area {
    margin-left: 0;
  }
}
.choose-us-image-style-4 .counter-box-area .counter-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  background-color: var(--theme-color3);
  padding: 50px 60px;
  border-radius: 30px;
}
@media (max-width: 1399.98px) {
  .choose-us-image-style-4 .counter-box-area .counter-box-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
  }
}
.choose-us-image-style-4 .counter-box-area .counter-box-items .count-box .title {
  color: var(--theme-color-white);
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -1.8px;
}
@media (max-width: 1399.98px) {
  .choose-us-image-style-4 .counter-box-area .counter-box-items .count-box .title {
    font-size: 50px;
  }
}
.choose-us-image-style-4 .counter-box-area .counter-box-items .count-box p {
  text-transform: capitalize;
  color: var(--theme-color-white);
  max-width: 135px;
}
.choose-us-image-style-4 .counter-box-area .counter-box-items .line-right {
  background-color: rgba(255, 255, 255, 0.2);
  height: 128px;
  width: 1px;
}
@media (max-width: 1399.98px) {
  .choose-us-image-style-4 .counter-box-area .counter-box-items .line-right {
    display: none;
  }
}

.choose-us-section-4 {
  position: relative;
}
.choose-us-section-4 .object-shape {
  bottom: 0;
  left: 30px;
  position: absolute;
}

.choose-us-5 {
  margin-bottom: 25px;
  position: relative;
}
.choose-us-5::before {
  position: absolute;
  bottom: -25px;
  left: 60px;
  right: 0;
  content: "";
  width: 100%;
  height: 23%;
  content: "";
  background-color: var(--theme-color1);
  border-radius: 40px;
  width: calc(100% - 120px);
}
.choose-us-5 .line-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.choose-us-5 .inner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  margin-top: 30px;
  padding: 50px 0;
}
.choose-us-5 .inner .ellipse-ligght {
  position: absolute;
  top: -28%;
  bottom: 0;
  right: 0;
}
.choose-us-5 .inner .vec-2 {
  position: absolute;
  top: 20%;
  right: -5%;
}

.work-process-5 {
  position: relative;
  z-index: 9;
}
.work-process-5 .work-title {
  line-height: 1;
  color: var(--theme-color1);
  text-align: center;
  font-size: 160px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 75px;
}
@media (max-width: 1699.98px) {
  .work-process-5 .work-title {
    font-size: 135px;
  }
}
@media (max-width: 1399.98px) {
  .work-process-5 .work-title {
    font-size: 125px;
  }
}
@media (max-width: 1199.98px) {
  .work-process-5 .work-title {
    font-size: 115px;
  }
}
@media (max-width: 991.98px) {
  .work-process-5 .work-title {
    font-size: 75px;
  }
}
@media (max-width: 767.98px) {
  .work-process-5 .work-title {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .work-process-5 .work-title {
    font-size: 50px;
  }
}
.work-process-5 .work-title span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--border-color1-rgba);
}
.work-process-5 .light-circle {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .work-process-5 .light-circle {
    display: none;
  }
}
.work-process-5 .process-right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.work-process-style-5 {
  position: relative;
}
@media (max-width: 1199.98px) {
  .work-process-style-5 {
    margin-bottom: 30px;
  }
}
.work-process-style-5 .number {
  font-size: 120px;
  font-weight: 500;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.71%, rgba(21, 21, 21, 0.2)), color-stop(99.78%, rgba(136, 255, 42, 0.2)));
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.2) 5.71%, rgba(136, 255, 42, 0.2) 99.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  line-height: 1;
  right: 20px;
  top: 0;
}
.work-process-style-5.bb-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .work-process-style-5.bb-right {
    border-right: none;
  }
}
.work-process-style-5 .thumb img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.work-process-style-5 .content {
  margin-top: 40px;
}
.work-process-style-5 .content .title {
  color: var(--theme-color-white);
  font-weight: 500;
  margin-bottom: 10px;
}
.work-process-style-5 .content p {
  color: var(--theme-color-white);
  opacity: 0.6;
  letter-spacing: -0.32px;
  max-width: 355px;
  font-weight: 400;
}
.work-process-style-5 .content .list-text {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.funfact-one {
  position: relative;
  z-index: 9;
}
.funfact-one .right-light {
  position: absolute;
  top: -12%;
  right: 0;
  z-index: -1;
}
.funfact-one .left-light {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -1;
}
.funfact-one .vec-shape {
  position: absolute;
  bottom: 100px;
  left: -7%;
}
.funfact-one .section-title p {
  margin-top: 20px;
}
.funfact-one .get-in-touch {
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 81px;
  padding: 30px 28px;
  text-align: center;
  border-radius: 81px;
  border: 1px solid #222;
  background: var(--headings-color);
  margin-top: 60px;
}
.funfact-one .get-in-touch a {
  color: var(--theme-color1);
  font-weight: 650;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
@media (max-width: 767.98px) {
  .funfact-one .get-in-touch {
    padding: 12px 30px;
  }
}
.funfact-one__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: auto auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .funfact-one__items {
    gap: 10px;
  }
}
.funfact-one__items.style-2 {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
@media (max-width: 1199.98px) {
  .funfact-one__items.style-2 {
    margin-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .funfact-one__items {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .funfact-one__items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.funfact-one__shape {
  position: absolute;
  top: 50%;
  left: 56.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background-color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .funfact-one__shape {
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .funfact-one__shape {
    display: none;
  }
}
.funfact-one__single-item {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #222;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 312px;
  width: 312px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .funfact-one__single-item {
    height: 260px;
    width: 260px;
  }
}
.funfact-one__single-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  margin-bottom: 15px;
}
.funfact-one__single-item .num {
  color: var(--theme-color-white);
}
.funfact-one__single-item .tag {
  color: var(--text-color);
  font-weight: 500;
}
.funfact-one__single-item.style-1 {
  margin-right: -40px;
}
@media (max-width: 767.98px) {
  .funfact-one__single-item.style-1 {
    margin-right: 0;
  }
}
.funfact-one__single-item:hover {
  background-color: var(--headings-color);
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee-area2 {
  margin-bottom: 150px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1499.98px) {
  .marquee-area2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .marquee-area2 {
    margin-bottom: 15px;
  }
}
.marquee-area2 .marque-object2 {
  position: absolute;
  right: -60px;
  top: -100px;
}
@media (max-width: 1199.98px) {
  .marquee-area2 .marque-object2 {
    display: none;
  }
}
.marquee-area2 .light-marque {
  position: absolute;
  top: -30%;
  right: -60px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .marquee-area2 .light-marque {
    display: none;
  }
}
.marquee-area2.style-marquee2 {
  margin: 0 60px;
  background-color: var(--theme-color3);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 40px;
  padding-bottom: 190px;
}
@media (max-width: 1699.98px) {
  .marquee-area2.style-marquee2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .marquee-area2.style-marquee2 {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .marquee-area2.style-marquee2 {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .marquee-area2.style-marquee2 {
    padding-bottom: 120px;
  }
}
.marquee-area2.style-marquee2 .marque-object {
  text-align: center;
  margin-bottom: -190px;
}
@media (max-width: 1199.98px) {
  .marquee-area2.style-marquee2 .marque-object {
    margin-bottom: 0;
  }
}
.marquee-area2.style-marquee2 .marquee-title {
  text-align: center;
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
}
.marquee-area2.style-marquee2 .marquee-title .title {
  font-size: 60px;
  font-weight: 500;
  line-height: 133.333%;
  color: var(--theme-color-white);
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .marquee-area2.style-marquee2 .marquee-title .title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .marquee-area2.style-marquee2 .marquee-title .title {
    font-size: 36px;
  }
}
.marquee-area2.style-marquee2 .marquee-section.style-2 {
  background-color: var(--theme-color2);
  position: relative;
  z-index: 81;
}

.marquee-section {
  position: relative;
  background-color: var(--theme-color1);
  padding: 40px 0;
  z-index: 9;
}
.marquee-section.style-2 {
  -webkit-transform: rotate(7.174deg);
          transform: rotate(7.174deg);
  background-color: var(--theme-color3);
  margin-bottom: -135px;
}
@media (max-width: 991.98px) {
  .marquee-section.style-2 {
    margin-bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.marquee-section.style-2 .marquee-group {
  -webkit-animation: scroll2 var(--duration) linear infinite;
          animation: scroll2 var(--duration) linear infinite;
}
.marquee-section.style-2 .text {
  font-size: 40px;
  font-weight: 500;
  color: var(--theme-color-white);
}
.marquee-section.style-3 {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media (max-width: 991.98px) {
  .marquee-section.style-3 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 1199.98px) {
  .marquee-section {
    padding: 25px 0;
  }
}

.marquee-two {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee-two .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee-two .text {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0 40px;
  position: relative;
  font-family: var(--heading-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-two .marquee-group {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

/* Global keyframes — declared only once */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.marquee-section-2.marquee-style-2 {
  position: relative;
  z-index: 9;
  margin-top: 45px;
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .marquee-section-2.marquee-style-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.marquee-section-2.marquee-style-2 .marque-line1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  width: 620px;
  height: 235px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 152px;
  z-index: -1;
}
@media (max-width: 1699.98px) {
  .marquee-section-2.marquee-style-2 .marque-line1 {
    width: 550px;
  }
}
@media (max-width: 1399.98px) {
  .marquee-section-2.marquee-style-2 .marque-line1 {
    width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .marquee-section-2.marquee-style-2 .marque-line1 {
    display: none;
  }
}
.marquee-section-2.marquee-style-2 .marque-line1::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  bottom: 0;
  width: 468px;
  content: "";
  height: 235px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 152px;
  z-index: -1;
}
.marquee-section-2.marquee-style-2 .marque-line2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 0;
  width: 666px;
  height: 235px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 152px;
  z-index: -1;
}
@media (max-width: 1699.98px) {
  .marquee-section-2.marquee-style-2 .marque-line2 {
    width: 550px;
  }
}
@media (max-width: 1399.98px) {
  .marquee-section-2.marquee-style-2 .marque-line2 {
    width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .marquee-section-2.marquee-style-2 .marque-line2 {
    display: none;
  }
}
.marquee-section-2.marquee-style-2 .marque-line2::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  bottom: 0;
  width: 468px;
  content: "";
  height: 235px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 152px;
  z-index: -1;
}
.marquee-section-2.marquee-style-2 .marque-line3 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  width: 620px;
  height: 235px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 152px;
  z-index: -1;
}
@media (max-width: 1699.98px) {
  .marquee-section-2.marquee-style-2 .marque-line3 {
    width: 550px;
  }
}
@media (max-width: 1399.98px) {
  .marquee-section-2.marquee-style-2 .marque-line3 {
    width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .marquee-section-2.marquee-style-2 .marque-line3 {
    display: none;
  }
}
.marquee-section-2.marquee-style-2 .marque-line3::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  bottom: 0;
  width: 468px;
  content: "";
  height: 235px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 152px;
  z-index: -1;
}
.marquee-section-2.marquee-style-2 .marquee {
  background: none;
  margin: 0;
  padding: 0;
}
.marquee-section-2 .marquee {
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 13, 13, 0)), color-stop(36.07%, rgba(136, 255, 42, 0.6)), to(rgba(13, 13, 13, 0)));
  background: linear-gradient(90deg, rgba(13, 13, 13, 0) 0%, rgba(136, 255, 42, 0.6) 36.07%, rgba(13, 13, 13, 0) 100%);
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0;
}
@media (max-width: 1699.98px) {
  .marquee-section-2 .marquee {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .marquee-section-2 .marquee {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .marquee-section-2 .marquee {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.marquee-section-2 .marquee .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 24px;
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
.marquee-section-2 .marquee .marquee-group .text {
  color: var(--theme-color-white);
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .marquee-section-2 .marquee .marquee-group .text {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .marquee-section-2 .marquee .marquee-group .text {
    font-size: 80px;
  }
}
.marquee-section-2 .marquee .marquee-group .marquee-dot {
  background-color: var(--theme-color1);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-one {
  padding-bottom: 0;
}
.testimonial-one .left-content {
  border: 1px solid var(--border-color1-rgba);
  border-radius: 40px;
  margin-right: 50px;
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .testimonial-one .left-content {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .testimonial-one .left-content {
    padding: 0;
  }
}
@media (max-width: 375.98px) {
  .testimonial-one .left-content {
    border: none;
    margin: 0 0 30px;
  }
}
.testimonial-one .left-content .circle-box {
  margin: 0 auto;
}
@media (max-width: 375.98px) {
  .testimonial-one .left-content .circle-box {
    width: 250px;
  }
}
.testimonial-one .slider-box {
  position: relative;
}
.testimonial-one .slider-box .array-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .testimonial-one .slider-box .array-button {
    gap: 10px;
    right: -30px;
  }
}
@media (max-width: 375.98px) {
  .testimonial-one .slider-box .array-button {
    left: 0;
    position: relative;
    right: auto;
    top: 20px;
  }
}

.testimonial-block .text {
  border-bottom: 1px solid var(--border-color1-rgba);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.47;
  padding: 40px 0 45px;
}
@media (max-width: 1199.98px) {
  .testimonial-block .text {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block .text {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block .text {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block .text {
    font-size: 20px;
    padding: 20px 0;
  }
}
.testimonial-block .infu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .testimonial-block .infu {
    padding-top: 30px;
  }
}
.testimonial-block .infu .image {
  height: 60px;
  width: 60px;
}
.testimonial-block .infu .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-block .infu .name {
  font-weight: 300;
}

.testimonial-two {
  position: relative;
  z-index: 1;
}
.testimonial-two .shape-1 {
  position: absolute;
  top: -150px;
  left: 0;
}
@media (max-width: 1699.98px) {
  .testimonial-two .shape-1 {
    display: none;
  }
}
.testimonial-two .swiper-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -20px;
}
.testimonial-two .swiper-dot .swiper-pagination-bullet {
  width: 30%;
  height: 3.5px;
  background-color: var(--border-color1-rgba);
  margin-right: -4px;
}
@media (max-width: 1699.98px) {
  .testimonial-two .swiper-dot .swiper-pagination-bullet {
    width: 15%;
  }
}
.testimonial-two .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}
.testimonial-two .array-button {
  position: absolute;
  top: 22%;
  right: 16%;
}
.testimonial-two .array-button .array-prev,
.testimonial-two .array-button .array-next {
  background: var(--theme-color-black);
}
.testimonial-two .array-button .array-prev:hover,
.testimonial-two .array-button .array-next:hover {
  background: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .testimonial-two .array-button {
    display: none;
  }
}
.testimonial-two .swiper-btn {
  position: relative;
}
.testimonial-two .num span {
  position: absolute;
  color: var(--theme-color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
  left: 0;
}
.testimonial-two .num span:nth-child(2) {
  left: auto;
  right: 0;
}
.testimonial-two .slider-box {
  margin-left: 240px;
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .testimonial-two .slider-box {
    margin-left: 0px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-two .slider-box {
    margin: 0;
  }
}
.testimonial-two .inner {
  margin: 0 60px;
  border-radius: 40px;
  border: 1px solid var(--border-color2-rgba);
}
@media (max-width: 1699.98px) {
  .testimonial-two .inner {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-two .inner {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-two .inner {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.testimonial-block-two {
  position: relative;
  border: 1px solid var(--border-color2-rgba);
  background: var(--theme-color-black);
  padding: 50px 60px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
@media (max-width: 499.98px) {
  .testimonial-block-two {
    padding: 50px 30px;
  }
}
.testimonial-block-two .star {
  color: var(--theme-color1);
}
.testimonial-block-two .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  padding: 20px 0 40px;
}
.testimonial-block-two .clints-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid var(--border-color2-rgba);
  padding-top: 30px;
}
.testimonial-block-two .clints-info .image {
  height: 60px;
  position: relative;
  width: 60px;
}
.testimonial-block-two .clints-info .image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  z-index: -1;
}
.testimonial-block-two .clints-info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-block-two .clints-info .infu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 375.98px) {
  .testimonial-block-two .clints-info .infu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.testimonial-block-two .clints-info .icon {
  font-size: 40px;
  color: var(--border-color2-rgba);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonial-block-two:hover {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222b1c 0%, #0d0d0d 55.18%);
}
@media (max-width: 575.98px) {
  .testimonial-block-two {
    margin: 30px 0 0;
  }
}
@media (max-width: 375.98px) {
  .testimonial-block-two {
    padding: 40px 30px;
  }
}

.testimonial-three {
  overflow: hidden;
  position: relative;
}
.testimonial-three .light-shape-1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--theme-color1);
  border-radius: 50%;
  -webkit-filter: blur(127px);
          filter: blur(127px);
  height: 880px;
  opacity: 0.3;
  position: absolute;
  top: -65%;
  width: 1630px;
}
.testimonial-three .shape-1 {
  margin-top: -23%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1399.98px) {
  .testimonial-three .shape-1 {
    display: none;
  }
}
.testimonial-three .slider-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .testimonial-three .slider-box .array-button {
    display: none;
  }
}
.testimonial-three .slider-box .array-button .array-prev,
.testimonial-three .slider-box .array-button .array-next {
  background: var(--theme-color3);
  bottom: -23%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.testimonial-three .slider-box .array-button .array-prev:hover,
.testimonial-three .slider-box .array-button .array-next:hover {
  background: var(--theme-color1);
  border: none;
  color: var(--theme-color-black);
}
.testimonial-three .slider-box .array-button .array-prev {
  left: 20%;
}
.testimonial-three .slider-box .array-button .array-next {
  right: 20%;
}

.testimonial-block-three {
  text-align: center;
}
.testimonial-block-three .icon {
  color: var(--theme-color1);
}
.testimonial-block-three .icon i {
  font-size: 60px;
}
.testimonial-block-three .tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color3);
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  line-height: 1;
  padding: 15px 20px;
}
.testimonial-block-three .tag i {
  color: var(--theme-color1);
  font-size: 6px;
}
.testimonial-block-three .tag span {
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonial-block-three .tag span:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.testimonial-block-three .text {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .testimonial-block-three .text {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-three .text {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-three .text {
    font-size: 25px;
    line-height: 35px;
  }
}

.testimonial-thumbs-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 80px auto 0;
  margin-top: 30px;
  width: 440px;
}
.testimonial-thumbs-slider .clients-image {
  border-radius: 50%;
  height: 80px;
  opacity: 0.4;
  overflow: hidden;
  width: 80px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonial-thumbs-slider .clients-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-thumbs-slider .swiper-slide.swiper-slide-active .clients-image {
  opacity: 1;
}

.testimonial-four {
  position: relative;
}
.testimonial-four .light-marque {
  bottom: -80%;
  position: absolute;
  right: 0;
}
.testimonial-four .light-shape {
  background: transparent;
  border: 70px solid var(--theme-color1);
  bottom: 8%;
  border-radius: 50%;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  height: 500px;
  left: -22%;
  opacity: 0.65;
  position: absolute;
  width: 500px;
}
.testimonial-four .rating {
  padding-top: 320px;
}
@media (max-width: 1199.98px) {
  .testimonial-four .rating {
    padding-top: 20px;
  }
}
.testimonial-four .rating h2 {
  color: var(--theme-color1);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.2px;
}
.testimonial-four .rating p {
  color: var(--theme-color-white);
}
.testimonial-four .image-wrap {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .testimonial-four .image-wrap {
    margin: 0 0 40px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-four .image-wrap {
    margin: 40px 0;
  }
}
.testimonial-four .image-wrap .image {
  width: 100%;
  height: 490px;
}
.testimonial-four .image-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.testimonial-four .image-wrap .content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 25px 37px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(21, 21, 21, 0.1);
  backdrop-filter: blur(13.3000001907px);
}
.testimonial-four .image-wrap .content span {
  color: var(--theme-color3);
}
.testimonial-four .testimonial-slider {
  position: relative;
}
.testimonial-four .testimonial-slider .array-button {
  bottom: 35px;
  position: absolute;
  right: 55px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .testimonial-four .testimonial-slider .array-button {
    display: none;
  }
}

.testimonial-block-four {
  background: var(--theme-color3);
  border: 1px solid var(--border-color2-rgba);
  border-radius: 40px;
  margin-top: 50px;
  padding: 25px 55px 30px 60px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.testimonial-block-four::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  width: 4px;
  height: 175px;
  left: 0;
  top: 20px;
  background: var(--theme-color-white);
}
.testimonial-block-four .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-block-four .head .icon {
  color: var(--border-color1-rgba);
}
.testimonial-block-four .head .icon i {
  font-size: 35px;
}
.testimonial-block-four .star {
  color: var(--theme-color1);
}
.testimonial-block-four .text {
  padding: 0 0 20px;
}
.testimonial-block-four .clints-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid var(--border-color2-rgba);
  padding-top: 20px;
}
.testimonial-block-four .clints-info .image {
  height: 60px;
  position: relative;
  width: 60px;
}
.testimonial-block-four .clints-info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-block-four .clints-info .infu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.testimonial-section-5 {
  position: relative;
}
.testimonial-section-5 .outer-box {
  background-color: var(--theme-color3);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  padding: 120px 0px 140px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-5 .outer-box {
    margin: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section-5 .outer-box {
    padding-bottom: 90px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-5 .outer-box {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 40px 0 50px;
  }
}
.testimonial-section-5 .outer-box.style-two {
  position: relative;
  margin: 0px 100px;
}
@media (max-width: 1399.98px) {
  .testimonial-section-5 .outer-box.style-two {
    margin: 0 15px;
  }
}
.testimonial-section-5 .outer-box.style-two .bg-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.testimonial-section-5 .outer-box.style-two .sec-title {
  margin-bottom: 60px;
}
.testimonial-section-5 .outer-box.style-two .sec-title .text {
  margin-left: 0;
}
.testimonial-section-5 .outer-box.style-two .review-box-2 {
  position: relative;
  text-align: center;
  padding: 35px 80px 40px;
  border-radius: 20px;
  background-color: var(--text-color-theme-color1);
}
@media (max-width: 1399.98px) {
  .testimonial-section-5 .outer-box.style-two .review-box-2 {
    padding: 50px 30px;
  }
}
.testimonial-section-5 .outer-box.style-two .review-box-2 .title {
  font-weight: 600;
  font-size: 120px;
  line-height: 100%;
  margin-bottom: 15px;
  font-size: clamp(50px, 7vw, 120px);
  line-height: 1.2;
}
.testimonial-section-5 .outer-box.style-two .review-box-2 .rating {
  padding-bottom: 15px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.testimonial-section-5 .outer-box.style-two .review-box-2 .reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .testimonial-section-5 .outer-box.style-two .testimonial-block .inner-box {
    padding: 0;
  }
}
.testimonial-section-5 .outer-box .sec-title {
  margin-bottom: 40px;
}
.testimonial-section-5 .outer-box .sec-title .text {
  margin-left: 40px;
}
@media (max-width: 991.98px) {
  .testimonial-section-5 .outer-box .sec-title .text {
    margin-left: 0px;
  }
}
.testimonial-section-5 .testimonial-swiper-one {
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .testimonial-section-5 .testimonial-swiper-one {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section-5 .testimonial-swiper-one {
    padding: 0;
  }
}
.testimonial-section-5 .testimonial-swiper-one:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#88FF2A), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #88FF2A 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}
.testimonial-section-5 .review-box {
  position: relative;
  padding-top: 70px;
  padding-left: 68px;
  max-width: 375px;
}
@media (max-width: 991.98px) {
  .testimonial-section-5 .review-box {
    margin-bottom: 40px;
    padding: 0;
  }
}
.testimonial-section-5 .review-box .bg-shape1 {
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 991.98px) {
  .testimonial-section-5 .review-box .bg-shape1 {
    display: none;
  }
}
.testimonial-section-5 .review-box .title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 120px;
  line-height: 100%;
  margin-bottom: 30px;
}
[data-tm-layout=lemon] .testimonial-section-5 .review-box .title {
  color: var(--theme-color-dark);
}
.testimonial-section-5 .review-box .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  letter-spacing: -0.02em;
}
.testimonial-section-5 .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.testimonial-section-5 .rating .icon {
  color: var(--theme-color1);
  font-size: 25px;
}
@media (max-width: 575.98px) {
  .testimonial-section-5 .rating .icon {
    font-size: 14px;
  }
}
.testimonial-section-5 .rating .icon:last-child {
  margin-right: 0;
}

.testimonial-arry {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  right: 70px;
  z-index: 99;
}
@media (max-width: 575.98px) {
  .testimonial-arry {
    display: none;
  }
}
.testimonial-arry-prev {
  background: var(--theme-color-dark);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 48px;
}
.testimonial-arry-prev:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.testimonial-arry-next {
  background: var(--theme-color-dark);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 16px;
  height: 48px;
  left: unset;
  line-height: 48px;
  position: relative;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 48px;
}
.testimonial-arry-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.testimonial-block5 {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border-radius: 20px;
  background-color: var(--theme-color2);
}
.testimonial-block5 .inner-box {
  position: relative;
  z-index: 9;
  padding: 55px 75px 60px 60px;
}
@media (max-width: 991.98px) {
  .testimonial-block5 .inner-box {
    padding: 55px 50px 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block5 .inner-box {
    padding: 30px;
  }
}
.testimonial-block5 .inner-box .quote-icon {
  position: absolute;
  top: 25px;
  left: 45px;
  z-index: -1;
}
.testimonial-block5 .inner-box .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .testimonial-block5 .inner-box .text {
    line-height: 1.3;
  }
}
.testimonial-block5 .inner-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 20px;
}
.testimonial-block5 .inner-box .info-box .user-thumb {
  max-width: 75px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #FFAA17;
}
.testimonial-block5 .inner-box .info-box .user-thumb .user {
  max-width: 65px;
  border-radius: 50%;
  border: 5px solid var(--theme-color-white);
}
.testimonial-block5 .inner-box .info-box .name {
  color: var(--theme-color-white);
}
[data-tm-layout=lemon] .testimonial-block5 .inner-box .info-box .name {
  color: var(--theme-color-dark);
}
.testimonial-block5 .inner-box .info-box .name {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.testimonial-block5 .inner-box .info-box .designation {
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-color6);
  text-transform: uppercase;
  display: block;
}

/*** 

====================================================================
    News Section
====================================================================

***/
.pricing-one {
  position: relative;
  z-index: 1;
}
.pricing-one .light-shape {
  position: absolute;
  width: 893px;
  height: 893px;
  border-radius: 50%;
  opacity: 0.3;
  right: -12%;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 60px solid var(--theme-color1);
  -webkit-filter: blur(127.8499984741px);
          filter: blur(127.8499984741px);
}
.pricing-one .pricing-tab-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.pricing-one .inner {
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .pricing-one .inner {
    padding-top: 0px;
  }
}

.pricing-block .inner-box {
  background: var(--theme-color-black);
  border-radius: 40px;
  padding: 50px 40px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  position: relative;
  z-index: 0;
}
@media (max-width: 499.98px) {
  .pricing-block .inner-box {
    padding: 30px 20px;
  }
}
.pricing-block .inner-box:hover {
  background: radial-gradient(155.99% 118.93% at 100% 98.08%, #222B1C 0%, #151515 55.18%);
}
.pricing-block .inner-box:hover .theme-btn-two {
  background: var(--theme-color1);
  color: var(--theme-color-black);
}
.pricing-block .price {
  color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid var(--border-color2-rgba);
  padding-bottom: 14px;
}
.pricing-block .price span {
  font-size: 65px;
}
.pricing-block .price sup {
  color: var(--theme-color1);
  font-size: 24px;
  top: -3px;
}
.pricing-block .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 78px 17px;
  color: var(--theme-color1);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  background-color: var(--theme-color2);
  border-radius: 0 0 30px 30px;
}
@media (max-width: 991.98px) {
  .pricing-block .tag {
    padding: 9px 55px 17px;
  }
}
.pricing-block .list {
  padding: 27px 0 37px 10px;
  text-align: left;
}
.pricing-block .list li {
  color: var(--theme-color-white);
  font-weight: 400;
  letter-spacing: -0.32px;
  padding: 3px 0;
}
.pricing-block .list li i {
  color: var(--theme-color1);
  padding-right: 15px;
}
.pricing-block.style-2 {
  position: relative;
}
@media (max-width: 767.98px) {
  .pricing-block.style-2 {
    margin-top: 80px;
  }
}
.pricing-block.style-2:before {
  background-color: var(--theme-color1);
  border-radius: 40px 40px 0 0;
  content: "";
  height: 110px;
  left: 0;
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  z-index: -1;
}
.pricing-block.style-2 .recommend {
  color: var(--theme-color3);
  font-size: 20px;
  font-weight: 500;
  left: 0;
  line-height: 26px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -38px;
  width: 100%;
  z-index: -1;
}

.project-box-style-5 .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project-box-style-5 .thumb img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  border-radius: 10px;
}
.project-box-style-5 .thumb img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.project-box-style-5 .thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-box-style-5 .content {
  margin-top: 24px;
  position: relative;
}
.project-box-style-5 .content .arrow-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199.98px) {
  .project-box-style-5 .content .arrow-icon {
    position: static;
    margin-top: 20px;
  }
}
.project-box-style-5 .content .arrow-icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.project-box-style-5 .content .arrow-icon:hover {
  background-color: var(--theme-color1);
  color: var(--headings-color);
  border: 1px solid var(--theme-color1);
}
.project-box-style-5 .content .title {
  font-weight: 500;
}
.project-box-style-5 .content .title a {
  color: var(--theme-color-white);
}
.project-box-style-5 .content .title a:hover {
  color: #88ff2a;
}
.project-box-style-5 .content p {
  color: var(--theme-color-white);
}
.project-box-style-5:hover .thumb img:nth-child(1) {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
}
.project-box-style-5:hover .thumb img:nth-child(2) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
}

.project-section-5 {
  margin: 0 70px;
  z-index: 9;
  position: relative;
}
.project-section-5 .light-bg {
  position: absolute;
  top: -100px;
  left: -100px;
}
@media (max-width: 1699.98px) {
  .project-section-5 {
    margin: 0 40px;
  }
}
@media (max-width: 1399.98px) {
  .project-section-5 {
    margin: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .project-section-5 {
    margin: 0 20px;
  }
}
.project-section-5 .count-box {
  border-radius: 40px;
  border: 2px solid var(--Task-Management-Line, rgba(2, 223, 130, 0.2));
  background: var(linear-gradient(181deg, rgba(5, 15, 19, 0) 1.15%, rgba(2, 223, 130, 0.1) 98.91%));
  padding: 30px 60px;
  display: inline-block;
}
.project-section-5 .count-box .title {
  font-size: 50px;
  font-weight: 500;
}
.project-section-5 .count-box p {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color-white);
}

.case-section-6 {
  position: relative;
}
.case-section-6 .project-vec {
  position: absolute;
  bottom: 2%;
  left: 0;
  z-index: 1;
}
.case-section-6 .inner {
  background-color: var(--theme-color1);
}
.case-section-6 .inner .title-shadow {
  position: absolute;
  z-index: 99;
  top: 20%;
  left: 45px;
  -webkit-transform: none;
          transform: none;
  font-size: 160px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  float: left;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.25);
  font-weight: 70;
}
.case-section-6 .inner .title-shadow::after {
  display: none;
}
.case-section-6 .inner .section-title .sub-title span {
  color: var(--headings-color);
}
.case-section-6 .inner .section-title .title {
  color: var(--headings-color);
}
.case-section-6 .inner .section-title .title span {
  color: var(--headings-color);
}
.case-section-6 .inner .wc-btn-circle {
  background-color: var(--theme-color-white);
}

/*** 

====================================================================
		Team Section
====================================================================

***/
.team-one {
  position: relative;
}
.team-one .inner {
  border-radius: 40px !important;
  margin: 0 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1699.98px) {
  .team-one .inner {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .team-one .inner {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .team-one .inner {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 375.98px) {
  .team-one .inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.team-one .shape-4 {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .team-one .shape-4 {
    display: none;
  }
}
.team-one .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .team-one .shape-1 {
    display: none;
  }
}
.team-one .shape-2 {
  position: absolute;
  left: 0;
  top: 0;
}
.team-one .shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-6 {
  margin-top: 120px;
}
@media (max-width: 1199.98px) {
  .team-6 {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .team-6 {
    margin-top: 80px;
  }
}
.team-6 .title-shadow-2 {
  z-index: 9;
}
.team-6 .section-title .sub-title span {
  color: var(--headings-color);
}
.team-6 .section-title .title {
  color: var(--headings-color);
}
.team-6 .section-title .title span {
  color: var(--headings-color);
}
.team-6 .inner {
  background-color: var(--theme-color1);
  position: relative;
  z-index: 0;
}
.team-6 .inner:before {
  background-image: url(../images/background/team-bgh6.jpg);
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  top: 0;
  width: 100%;
}

.team-block {
  background-color: var(--theme-color-black);
  border-radius: 40px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.team-block::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--theme-color1);
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: auto;
  visibility: hidden;
  z-index: -1;
}
.team-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 40px 55px;
}
@media (max-width: 575.98px) {
  .team-block .content {
    padding: 40px 20px;
  }
}
.team-block .content .title-area {
  border-left: 1px solid var(--theme-color1);
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block .content .title {
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-block .content .title a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-black)), to(var(--theme-color-black)));
  background-image: linear-gradient(180deg, var(--theme-color-black) 0%, var(--theme-color-black) 100%);
  background-size: 100% 2px;
  color: var(--theme-color-black);
}
.team-block .content .text {
  line-height: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block .content .arrow-icon {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--border-color1-rgba);
  cursor: pointer !important;
  color: var(--theme-color-white);
  font-size: 17px;
  height: 50px;
  width: 50px;
}
@media (max-width: 575.98px) {
  .team-block .content .arrow-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.team-block .content .arrow-icon i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  rotate: -30deg;
}
.team-block .image-wrap {
  position: relative;
  text-align: center;
  background-color: var(--theme-color3);
  border-radius: 40px;
  height: 445px;
  z-index: 1;
}
.team-block .image-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: 250px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-6.39%, #000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 -6.39%, rgba(0, 0, 0, 0) 100%);
  top: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block .image-wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-6.39%, #88ff2a), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #88ff2a -6.39%, rgba(0, 0, 0, 0) 100%);
  top: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.team-block .image-wrap .image {
  position: relative;
  top: -30px;
  width: 330px;
  height: 475px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .team-block .image-wrap .image {
    width: auto;
  }
}
@media (max-width: 339.98px) {
  .team-block .image-wrap .image {
    top: auto;
  }
}
.team-block .image-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .team-block .image-wrap .image img {
    height: auto;
  }
}
.team-block .image-wrap .image-shape {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.team-block .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer !important;
}
.team-block .social-icon a {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  background: var(--theme-color3);
  color: var(--theme-color-white);
}
.team-block .social-icon a:hover {
  background: var(--theme-color1);
  color: var(--theme-color3);
}
.team-block:hover::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.team-block:hover .image-wrap {
  position: relative;
  text-align: center;
  background-color: var(--theme-color3);
  border-radius: 40px;
  height: 445px;
}
.team-block:hover .image-wrap::after::after {
  opacity: 0;
}
.team-block:hover .image-wrap::before {
  opacity: 1;
  height: 250px;
  visibility: visible;
}
.team-block:hover .content .title-area {
  border-color: var(--theme-color3);
}
.team-block:hover .content .title {
  color: var(--theme-color3);
}
.team-block:hover .content .text {
  color: var(--theme-color3);
}
.team-block:hover .content .arrow-icon {
  background-color: var(--theme-color3);
  cursor: pointer !important;
}
.team-block:hover .social-icon {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.team-two {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .team-two .section-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .team-two .text {
    text-align: center;
  }
}
.team-two .light-shape {
  position: absolute;
  width: 515px;
  height: 515px;
  border-radius: 50%;
  opacity: 0.65;
  left: -16%;
  top: 22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 60px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
  z-index: -1;
}
.team-two .inner {
  position: relative;
  margin: 0 60px;
  border-radius: 40px;
  z-index: 1;
}
@media (max-width: 1699.98px) {
  .team-two .inner {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .team-two .inner {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .team-two .inner {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.team-two .shape-1 {
  position: absolute;
  bottom: 50px;
  left: 65px;
  z-index: -1;
  opacity: 10%;
}
.team-two .image-wrap {
  position: relative;
  margin-top: 60px;
}
.team-two .image-wrap .image {
  width: 100%;
  height: 705px;
  border-radius: 40px;
}
.team-two .image-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.team-two .image-wrap .project-comp {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: var(--theme-color1);
  padding: 30px 40px;
  border-radius: 20px;
}
@media (max-width: 425.98px) {
  .team-two .image-wrap .project-comp {
    padding: 25px 20px;
  }
}
.team-two .image-wrap .project-comp h2 {
  color: var(--theme-color3);
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.5px;
  text-transform: capitalize;
}
.team-two .image-wrap .project-comp p {
  color: var(--theme-color3);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
}
.team-two .image-wrap .circle-box {
  position: absolute;
  top: -77px;
  right: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  z-index: 9;
}
.team-two .image-wrap .circle-box .circle-text textPath {
  font-size: 20px;
  fill: var(--theme-color-black);
}
.team-two .image-wrap .circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.team-two .image-wrap .circle-box .icon {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 105px;
  height: 105px;
  background-color: var(--theme-color3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team-block-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 30px 0 30px 50px;
  border-top: 1px solid var(--border-color1-rgba);
  border-bottom: 1px solid var(--border-color1-rgba);
  margin-top: 60px;
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .team-block-two {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .team-block-two {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .team-block-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.team-block-two .image {
  position: relative;
  width: 174px;
  height: 174px;
}
.team-block-two .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.team-block-two .arrow-icon {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color-black);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: hidden;
}
.team-block-two .arrow-icon i {
  rotate: -30deg;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block-two .arrow-icon:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.team-block-two .arrow-icon:hover i {
  rotate: 0deg;
}
.team-block-two .content .name {
  color: var(--theme-color-white);
  font-weight: 500;
  text-transform: capitalize;
}
.team-block-two .content p {
  font-weight: 400;
  letter-spacing: -0.32px;
}
.team-block-two .content .social-icon {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.team-block-two .content .social-icon a {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 34px;
  height: 34px;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
}
.team-block-two .content .social-icon a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.team-block-two:nth-child(2) {
  border-top: 0;
  margin-top: 0;
}
.team-block-two:nth-child(3) {
  border-top: 0;
  margin-top: 0;
}
.team-block-two:hover {
  border-bottom: 1px solid var(--theme-color1);
}
.team-block-two:hover .arrow-icon {
  opacity: 1;
  visibility: visible;
}

.team-section-3 {
  position: relative;
}
.team-section-3 .object-shape {
  position: absolute;
  right: 0;
  top: -12%;
  z-index: 9;
}

/*** 

====================================================================
		Contact Sectiom
====================================================================

***/
.form-box {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color-white);
  padding: 60px;
  border-radius: 20px;
  margin-top: 70px;
  max-width: 590px;
}
@media (max-width: 991.98px) {
  .form-box {
    padding: 20px;
    max-width: 100%;
  }
}
.form-box .form-clt input,
.form-box .form-clt textarea {
  width: 100%;
  padding: 15px 30px;
  outline: none;
  background-color: var(--theme-color-white);
  color: var(--text-color);
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid var(--border-theme-color2);
}

.lets-talk-section {
  position: relative;
}
.lets-talk-section .object-shape1 {
  position: absolute;
  top: 0px;
  left: -60px;
}
.lets-talk-section .object-shape2 {
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 99;
}
.lets-talk-section .lets-talk-area {
  position: relative;
  margin: 0 60px;
  z-index: 9;
  padding-bottom: 210px !important;
}
@media (max-width: 1699.98px) {
  .lets-talk-section .lets-talk-area {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .lets-talk-section .lets-talk-area {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .lets-talk-section .lets-talk-area {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 150px !important;
  }
}
.lets-talk-section .lets-talk-area::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 40px;
  background-color: var(--theme-color1);
  z-index: -1;
  top: 100px;
  height: initial;
}
.lets-talk-section .arrow-icon {
  font-size: 42px;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  position: relative;
  text-align: center;
  z-index: 9;
  margin: 0 auto 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.lets-talk-section .arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 178px;
  height: 178px;
  line-height: 178px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.lets-talk-section .arrow-icon:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
}
.lets-talk-section .arrow-icon:hover::before {
  background-color: var(--theme-color2);
}
.lets-talk-section .title {
  color: var(--theme-color3);
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.6px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .lets-talk-section .title {
    font-size: 65px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .lets-talk-section .title {
    font-size: 55px;
  }
}
@media (max-width: 575.98px) {
  .lets-talk-section .title {
    font-size: 45px;
  }
}
@media (max-width: 469.98px) {
  .lets-talk-section .title {
    font-size: 35px;
  }
}

.contact-content-style1 {
  position: relative;
}
.contact-content-style1 .object-vec {
  position: absolute;
  bottom: -20%;
  left: -20%;
}
@media (max-width: 1399.98px) {
  .contact-content-style1 .object-vec {
    display: none;
  }
}
.contact-content-style1 .contact-image {
  position: relative;
  border-radius: 40px;
  margin-top: 60px;
}
.contact-content-style1 .contact-image .connect-info {
  position: absolute;
  bottom: 40px;
  left: 60px;
  right: 60px;
}
@media (max-width: 1399.98px) {
  .contact-content-style1 .contact-image .connect-info {
    left: 25px;
    right: 25px;
  }
}
@media (max-width: 399.98px) {
  .contact-content-style1 .contact-image .connect-info {
    left: 10px;
    right: 10px;
  }
}
.contact-content-style1 .contact-image .connect-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media (max-width: 1399.98px) {
  .contact-content-style1 .contact-image .connect-info li {
    gap: 30px;
  }
}
@media (max-width: 399.98px) {
  .contact-content-style1 .contact-image .connect-info li {
    gap: 15px;
  }
}
.contact-content-style1 .contact-image .connect-info li span {
  color: var(--theme-color-white);
  font-size: 16px;
  letter-spacing: -0.32px;
  display: inline-block;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  position: relative;
}
.contact-content-style1 .contact-image .connect-info li span::before {
  position: absolute;
  right: -70px;
  top: 16px;
  content: "";
  width: 45px;
  height: 1px;
  background-color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .contact-content-style1 .contact-image .connect-info li span::before {
    right: -20px;
    width: 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-content-style1 .contact-image .connect-info li span::before {
    display: none;
  }
}
@media (max-width: 399.98px) {
  .contact-content-style1 .contact-image .connect-info li span {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.contact-content-style1 .contact-image .connect-info li a {
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.contact-content-style1 .contact-image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(355deg, #000 12.78%, rgba(0, 0, 0, 0) 68.07%);
}
.contact-content-style1 .contact-image img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.contact-form-style-1 {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .contact-form-style-1 {
    margin-left: 0;
  }
}
.contact-form-style-1 .line-shape {
  position: absolute;
  bottom: 0;
  right: 50px;
  opacity: 0.1;
}
.contact-form-style-1 .contact-form-box {
  background-color: var(--body-bg);
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 60px 60px;
  border-radius: 40px;
}
@media (max-width: 767.98px) {
  .contact-form-style-1 .contact-form-box {
    padding: 50px 30px;
  }
}
.contact-form-style-1 .contact-form-box .form-clt input, .contact-form-style-1 .contact-form-box .form-clt textarea {
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
  color: var(--theme-color-white);
  outline: none;
  background: transparent;
  width: 100%;
}
.contact-form-style-1 .contact-form-box .form-clt input::-webkit-input-placeholder, .contact-form-style-1 .contact-form-box .form-clt textarea::-webkit-input-placeholder {
  color: var(--theme-color-white);
}
.contact-form-style-1 .contact-form-box .form-clt input::-moz-placeholder, .contact-form-style-1 .contact-form-box .form-clt textarea::-moz-placeholder {
  color: var(--theme-color-white);
}
.contact-form-style-1 .contact-form-box .form-clt input:-ms-input-placeholder, .contact-form-style-1 .contact-form-box .form-clt textarea:-ms-input-placeholder {
  color: var(--theme-color-white);
}
.contact-form-style-1 .contact-form-box .form-clt input::-ms-input-placeholder, .contact-form-style-1 .contact-form-box .form-clt textarea::-ms-input-placeholder {
  color: var(--theme-color-white);
}
.contact-form-style-1 .contact-form-box .form-clt input::placeholder, .contact-form-style-1 .contact-form-box .form-clt textarea::placeholder {
  color: var(--theme-color-white);
}
.contact-form-style-1 .contact-form-box .form-clt textarea {
  padding-bottom: 140px;
}
.contact-form-style-1 .contact-form-box .contact-button button {
  background: transparent;
}

.contact-section-4 {
  position: relative;
}
.contact-section-4 .contact-title {
  line-height: 1;
  color: var(--theme-color1);
  text-align: center;
  font-size: 160px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 75px;
}
@media (max-width: 1199.98px) {
  .contact-section-4 .contact-title {
    font-size: 115px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-4 .contact-title {
    font-size: 75px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-4 .contact-title {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-4 .contact-title {
    font-size: 50px;
  }
}
.contact-section-4 .contact-title span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--border-color1-rgba);
}
.contact-section-4 .contact-vec {
  position: absolute;
  top: 120px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .contact-section-4 .contact-vec {
    display: none;
  }
}
.contact-section-4 .contact-light {
  position: absolute;
  bottom: -15%;
  left: 0;
}


/*=================================
    ABOUT US CONTENT SECTION
=================================*/

.about-us-content{
    position:relative;
    background:#060816;
    overflow:hidden;
    z-index:1;
}

/*===== BACKGROUND GLOW =====*/

.about-us-content::before{
    content:'';
    position:absolute;

    top:-250px;
    left:-250px;

    width:600px;
    height:600px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.18),
    transparent 70%);

    z-index:-1;
}

.about-us-content::after{
    content:'';
    position:absolute;

    bottom:-250px;
    right:-250px;

    width:600px;
    height:600px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,0,76,0.14),
    transparent 70%);

    z-index:-1;
}

/*=================================
    WRAPPER
=================================*/

.about-content-wrapper{
    position:relative;
    z-index:2;
}

/*=================================
    CONTENT BOX
=================================*/

.about-content-box{
    position:relative;

    padding:45px;

    border-radius:35px;

    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    margin-bottom:40px;

    overflow:hidden;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.25);
}

/*===== BORDER EFFECT =====*/

.about-content-box::before{
    content:'';
    position:absolute;
    inset:0;

    border-radius:35px;
    padding:1px;

    background:linear-gradient(
    135deg,
    rgba(13,110,253,0.45),
    rgba(255,0,76,0.25));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

/*=================================
    HEADINGS
=================================*/

.about-content-box h3,
.about-extra-content h3{
    font-size:38px;
    font-weight:700;

    color:#ffffff;

    margin-bottom:25px;

    line-height:1.4;
}

/*=================================
    PARAGRAPH
=================================*/

.about-content-box p,
.about-extra-content p{
    font-size:17px;
    line-height:2;

    color:#b8bcc7;

    margin-bottom:22px;
}

/*=================================
    INFO GRID
=================================*/

.about-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;

    margin-bottom:40px;
}

/*=================================
    INFO CARD
=================================*/

.about-info-card{
    position:relative;

    padding:35px;

    border-radius:30px;

    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    overflow:hidden;

    transition:all .45s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.2);
}

/*===== BORDER =====*/

.about-info-card::before{
    content:'';
    position:absolute;
    inset:0;

    border-radius:30px;
    padding:1px;

    background:linear-gradient(
    135deg,
    rgba(13,110,253,0.45),
    rgba(255,0,76,0.25));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

/*===== GLOW =====*/

.about-info-card::after{
    content:'';
    position:absolute;

    top:-100px;
    right:-100px;

    width:220px;
    height:220px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,0.15),
    transparent 70%);

    opacity:0;

    transition:.5s ease;
}

/*=================================
    ICON
=================================*/

.about-icon{
    width:80px;
    height:80px;

    border-radius:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
    135deg,
    #0d6efd,
    #ff004c);

    margin-bottom:25px;

    position:relative;
    z-index:2;

    box-shadow:
    0 15px 30px rgba(13,110,253,0.18);
}

.about-icon i{
    color:#ffffff;
    font-size:30px;
}

/*=================================
    CARD TITLE
=================================*/

.about-info-card h4{
    font-size:28px;
    font-weight:700;

    color:#ffffff;

    margin-bottom:18px;

    position:relative;
    z-index:2;
}

/*=================================
    CARD TEXT
=================================*/

.about-info-card p{
    font-size:16px;
    line-height:1.9;

    color:#b8bcc7;

    position:relative;
    z-index:2;
}

/*=================================
    EXTRA CONTENT
=================================*/

.about-extra-content{
    position:relative;

    padding:45px;

    border-radius:35px;

    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);

    overflow:hidden;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.25);
}

/*=================================
    HOVER
=================================*/

.about-info-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 25px 55px rgba(0,0,0,0.35);
}

.about-info-card:hover::after{
    opacity:1;
}

/*=================================
    RESPONSIVE
=================================*/

@media(max-width:991px){

    .about-info-grid{
        grid-template-columns:1fr;
    }

    .about-content-box h3,
    .about-extra-content h3{
        font-size:32px;
    }

}

@media(max-width:767px){

    .about-content-box,
    .about-extra-content{
        padding:30px 25px;
    }

    .about-info-card{
        padding:28px 24px;
    }

    .about-content-box h3,
    .about-extra-content h3{
        font-size:28px;
    }

    .about-info-card h4{
        font-size:24px;
    }

    .about-content-box p,
    .about-extra-content p,
    .about-info-card p{
        font-size:15px;
        line-height:1.9;
    }

}

@media(max-width:575px){

    .about-icon{
        width:70px;
        height:70px;
    }

    .about-icon i{
        font-size:26px;
    }

}
/*** 

====================================================================
    News Section
====================================================================

***/
.news-one {
  position: relative;
  z-index: 1;
}
.news-one .shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 56%;
  z-index: -1;
}
.news-one .light-shape {
  position: absolute;
  bottom: -300px;
  left: -500px;
  width: 785px;
  height: 785px;
  border-radius: 50%;
  opacity: 0.3;
  background: transparent;
  border: 100px solid var(--theme-color1);
  -webkit-filter: blur(127px);
          filter: blur(127px);
}
.news-one .inner {
  padding-top: 30px;
}

.news-block {
  border-right: 1px solid var(--border-color1-rgba);
  margin-top: 30px;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .news-block {
    border-right: none;
    padding-right: 0;
  }
}
.news-block .image {
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.news-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.news-block .image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.news-block .image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 20px;
}
.news-block .content .list li {
  font-size: 14px;
  font-weight: 500;
}
.news-block .content .list li:nth-child(1) {
  color: var(--theme-color-white);
}
.news-block .content .list li:nth-child(2) {
  font-size: 15px;
  line-height: 1;
  color: var(--theme-color1);
}
.news-block .content .title {
  padding: 15px 0;
  font-weight: 600;
  line-height: 40px;
}
.news-block .content .title a {
  color: var(--theme-color-white);
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block .content .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.news-block .content .read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color1);
  font-weight: 700;
  gap: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news-block .content .read i {
  color: var(--theme-color-white);
}
.news-block.style-2 {
  padding: 0 20px;
  border-right: 0;
}
@media (max-width: 575.98px) {
  .news-block.style-2 {
    padding: 0;
  }
}
.news-block.style-3 {
  padding-right: 0;
  padding-left: 40px;
  border-right: 0;
  border-left: 1px solid var(--border-color1-rgba);
}
@media (max-width: 1199.98px) {
  .news-block.style-3 {
    border-left: none;
    padding-left: 0;
  }
}
.news-block:hover .image img:nth-child(1) {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
}
.news-block:hover .image img:nth-child(2) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
}

.news-style-2 {
  margin-bottom: -30px;
}
@media (max-width: 991.98px) {
  .news-style-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .news-style-2 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}

.news-two {
  position: relative;
  z-index: 1;
}
.news-two .title-shadow {
  top: 60%;
}
@media (max-width: 991.98px) {
  .news-two .title-shadow {
    font-size: 75px;
    right: 0;
  }
}
.news-two .light-shape {
  position: absolute;
  width: 730px;
  height: 730px;
  border-radius: 50%;
  opacity: 0.3;
  right: -37%;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 100px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
.news-two .inner {
  padding-top: 30px;
}

.news-block-two {
  position: relative;
  margin-top: 30px;
}
.news-block-two .image {
  width: 100%;
  height: 495px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.news-block-two .image img {
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-block-two .image img:nth-child(1) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
}
.news-block-two .image img:nth-child(2) {
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.news-block-two .content {
  overflow: hidden;
  padding: 30px 115px 45px 40px;
  bottom: -90px;
  right: 0;
  position: absolute;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(21, 21, 21, 0.46);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@supports not (backdrop-filter: blur(1px)) {
  .news-block-two .content {
    background: rgba(21, 21, 21, 0.75); /* solid fallback */
  }
}
@media (max-width: 991.98px) {
  .news-block-two .content {
    padding: 30px 40px 45px 40px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .news-block-two .content {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 499.98px) {
  .news-block-two .content {
    padding: 30px 25px;
  }
}
.news-block-two .content .tag {
  color: var(--theme-color1);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}
.news-block-two .content .title {
  padding: 20px 0;
  color: var(--theme-color-white);
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
}
.news-block-two .content .title a {
  color: var(--theme-color-white);
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block-two .content .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.news-block-two .num {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100px;
  height: 100px;
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
  letter-spacing: -1.5px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.news-block-two.style-2 .image {
  height: 405px;
}
.news-block-two.style-2 .content {
  overflow: hidden;
  padding: 40px;
  top: 0;
  margin-top: -90px;
  position: relative;
  border-radius: 40px;
  background: var(--theme-color-black);
  backdrop-filter: blur(0);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1199.98px) {
  .news-block-two.style-2 .content {
    padding: 26px;
  }
}
.news-block-two.style-2 .content .tag {
  padding-bottom: 0;
}
.news-block-two.style-2 .content:before {
  background-image: url(../images/background/news2-content-bg.jpg);
  background-size: cover;
  background-position: fixed;
  bottom: 0;
  content: "";
  left: 0%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.news-block-two.style-2:hover .content {
  background: transparent;
}
.news-block-two.style-2:hover .content:before {
  opacity: 1;
  visibility: visible;
}
.news-block-two:hover .image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.news-block-two:hover .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-three .light-shape2 {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  opacity: 0.65;
  left: -16%;
  top: 32%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 60px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
.news-three .shape-1 {
  position: absolute;
  top: -200px;
  left: 0;
}
@media (max-width: 1199.98px) {
  .news-three .shape-1 {
    display: none;
  }
}
.news-three .title-shadow {
  top: 20%;
}
@media (max-width: 1199.98px) {
  .news-three .title-shadow {
    right: initial;
    text-align: center;
    top: -20px;
  }
}
@media (max-width: 767.98px) {
  .news-three .title-shadow {
    display: none;
  }
}
.news-three .light-shape {
  top: 20%;
}

.news-shadow-shape {
  position: absolute;
  top: -35%;
  left: 0;
  z-index: -1;
}

.news-section-4 {
  position: relative;
  z-index: 9;
}
.news-section-4 .object1 {
  position: absolute;
  top: -45%;
  left: 0;
}
.news-section-4 .news-vec {
  position: absolute;
  top: 50px;
  right: 0;
}
.news-section-4 .news-light {
  position: absolute;
  top: -20%;
  right: 0;
  z-index: -1;
}

/*** 

====================================================================
    Case Section
====================================================================

***/
.award-one {
  position: relative;
}
.award-one .title-shadow {
  top: 22%;
  z-index: 0;
}
.award-one .light-shape {
  position: absolute;
  width: 1080px;
  height: 1080px;
  border-radius: 50%;
  opacity: 0.2;
  left: -10%;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 110px solid var(--theme-color1);
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
.award-one .cards-content {
  border-right: 1px solid var(--border-color1-rgba);
  padding-right: 45px;
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .award-one .cards-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.award-one .right-content {
  position: relative;
}
@media (max-width: 991.98px) {
  .award-one .right-content {
    margin-top: 30px;
  }
}
.award-one .right-content .text {
  padding-top: 20px;
}
.award-one .right-content .experience {
  padding-top: 30px;
}
.award-one .right-content .experience .num {
  color: var(--theme-color1);
  font-size: 180px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .award-one .right-content .experience .num {
    font-size: 140px;
  }
}
@media (max-width: 767.98px) {
  .award-one .right-content .experience .num {
    font-size: 120px;
  }
}
@media (max-width: 575.98px) {
  .award-one .right-content .experience .num {
    font-size: 80px;
  }
}
.award-one .right-content .experience .text-1 {
  font-size: 24px;
  color: var(--theme-color-white);
  margin-top: -15px;
}
@media (max-width: 575.98px) {
  .award-one .right-content .experience .text-1 {
    font-size: 18px;
    margin-top: 0;
  }
}
.award-one .right-content .image {
  position: absolute;
  top: 123%;
}

.award-block {
  position: relative;
  z-index: 99;
  border: 1px solid var(--border-color1-rgba);
  border-radius: 40px;
  padding: 0 60px 60px;
  background-color: var(--theme-color-black);
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .award-block {
    padding: 0 30px 30px;
  }
}
.award-block .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.award-block .head .num {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100px;
  height: 120px;
  border-radius: 0 0 50px 50px;
  background-color: var(--theme-color1);
  color: var(--theme-color3);
  font-size: 40px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}
.award-block .title {
  padding-top: 50px;
}
.award-block .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  gap: 55px;
}
.award-block .bottom .line {
  position: relative;
  width: 100%;
  border-top: 1px solid var(--border-color1-rgba);
}
.award-block .bottom .line::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--theme-color1);
}
.award-block .bottom .year {
  color: var(--theme-color-white);
}
.award-block:hover {
  background-color: var(--theme-color3);
}

.award-two {
  position: relative;
  z-index: 1;
}
@media (max-width: 1699.98px) {
  .award-two .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1399.98px) {
  .award-two .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.award-two .title-shadow-2 {
  top: -12px;
}
.award-two .light-shape {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.65;
  left: -8%;
  top: -17%;
  background: transparent;
  border: 60px solid var(--theme-color1);
  z-index: -1;
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
.award-two .shape-1 {
  position: absolute;
  top: -120px;
  left: 0px;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .award-two .shape-1 {
    display: none;
  }
}
.award-two .inner {
  position: relative;
  z-index: 1;
  padding: 65px 0;
}
@media (max-width: 767.98px) {
  .award-two .inner {
    padding-left: 40px;
  }
}
.award-two .inner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
}
.award-two .inner .bg-image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(18.56%, #000), color-stop(83.68%, rgba(0, 0, 0, 0)));
  background: linear-gradient(-90deg, #000 18.56%, rgba(0, 0, 0, 0) 83.68%);
  border-radius: 40px;
}

.award-block-two {
  padding: 40px 60px 40px 50px;
  position: relative;
  background: rgba(21, 21, 21, 0.4);
  border: 1px solid var(--border-color2-rgba);
  backdrop-filter: blur(25px);
  border-radius: 40px 0 0 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .award-block-two {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 767.98px) {
  .award-block-two {
    margin: 0 0 0 0;
  }
}
@media (max-width: 475.98px) {
  .award-block-two {
    padding: 40px 30px;
  }
}
.award-block-two .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color1-rgba);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .award-block-two .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.award-block-two .content .title {
  color: var(--theme-color-white);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.award-block-two .content .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767.98px) {
  .award-block-two .content .bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.award-block-two .content .bottom span {
  font-size: 20px;
  color: var(--theme-color-white);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.award-block-two .content .bottom span i {
  color: var(--theme-color1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.award-block-two .content .bottom span:nth-child(1) {
  color: var(--theme-color1);
}
.award-block-two .award-icon {
  border-radius: 50%;
  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;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 203px;
  height: 203px;
  background: var(--theme-color3);
  border: 1px solid var(--border-color2-rgba);
  backdrop-filter: blur(25px);
  position: absolute;
  top: -120px;
  left: 0;
  width: 185px;
  height: 185px;
  opacity: 0;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.award-block-two:hover {
  background: var(--theme-color1);
}
.award-block-two:hover .bottom span {
  color: var(--theme-color-black);
}
.award-block-two:hover .bottom span:nth-child(1) {
  color: var(--theme-color-black);
}
.award-block-two:hover .bottom span i {
  color: var(--theme-color-black);
}
.award-block-two:hover .content {
  border-color: rgba(21, 21, 21, 0.2);
}
.award-block-two:hover .content .title {
  color: var(--theme-color-black);
}
.award-block-two:hover .award-icon {
  opacity: 1;
}

.award-area-5 {
  margin: 0 55px;
  border-radius: 40px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1699.98px) {
  .award-area-5 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .award-area-5 {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .award-area-5 {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.award-area-5 .vec-shape-3 {
  position: absolute;
  bottom: -100px;
  left: -60px;
}
.award-area-5 .ellipselight2 {
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .award-area-5 .ellipselight2 {
    display: none;
  }
}
.award-area-5 .award-title-item {
  margin-bottom: 145px;
}
@media (max-width: 1399.98px) {
  .award-area-5 .award-title-item {
    margin-bottom: 30px;
  }
}
.award-area-5 .award-image {
  position: absolute;
  right: 0;
  top: 80px;
}
.award-area-5 .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.award-area-5 .count-box .num {
  font-size: 100px !important;
}
.award-area-5 .count-box p {
  max-width: 200px;
  font-size: 24px;
}

.team-award-block-three {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-award-block-three .inner-box {
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .team-award-block-three .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team-award-block-three .inner-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-award-block-three .inner-box .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.team-award-block-three .inner-box .content-box .title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  min-width: 320px;
}
@media (max-width: 575.98px) {
  .team-award-block-three .inner-box .content-box .title-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.team-award-block-three .inner-box .content-box .title-box .serial-no {
  background-color: #222;
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 30px;
  font-weight: 500;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
}
[data-tm-layout=lemon] .team-award-block-three .inner-box .content-box .title-box .serial-no {
  background-color: var(--dark-color2);
  color: var(--theme-color-dark);
}
.team-award-block-three .inner-box .content-box .title-box .serial-no {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block-three .inner-box .content-box .title-box .title {
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 469.98px) {
  .team-award-block-three .inner-box .content-box .title-box .title {
    max-width: 90%;
  }
}
.team-award-block-three .inner-box .content-box .award-date {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-size: 20px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block-three .inner-box .content-box .icon {
  color: var(--theme-color9);
  font-size: 34px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-award-block-three.active .inner-box .content-box .title-box .serial-no {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
[data-tm-layout=lemon] .team-award-block-three.active .inner-box .content-box .title-box .serial-no {
  background-color: var(--dark-color2);
  color: var(--theme-color-dark);
}
.team-award-block-three.active .inner-box .content-box .icon {
  color: var(--theme-color1);
}
[data-tm-layout=lemon] .team-award-block-three.active .inner-box .content-box .icon {
  color: var(--dark-color2);
}
.team-award-block-three.active .inner-box .content-box .icon {
  opacity: 1;
}

.team-awards-section-three {
  position: relative;
}
.team-awards-section-three .ellipse-line {
  position: absolute;
  bottom: -50%;
  left: 20%;
}
.team-awards-section-three .anim-icons .image-1 {
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media (max-width: 1699.98px) {
  .team-awards-section-three .anim-icons .image-1 {
    display: none;
  }
}
.team-awards-section-three .outer-box {
  position: relative;
}
.team-awards-section-three .outer-box .star-icon {
  position: absolute;
  right: 15%;
  top: 40px;
  width: 55px;
  height: 55px;
}
@media (max-width: 1699.98px) {
  .team-awards-section-three .outer-box .star-icon {
    top: -50px;
  }
}
@media (max-width: 1199.98px) {
  .team-awards-section-three .content-column .sec-title {
    margin-bottom: 20px;
  }
}
.team-awards-section-three .content-column .text-box {
  margin-left: 110px;
}
@media (max-width: 1699.98px) {
  .team-awards-section-three .content-column .text-box {
    margin-left: 0;
  }
}
.team-awards-section-three .content-column .text-box .text {
  max-width: 232px;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 60px;
  color: var(--theme-color8);
}
@media (max-width: 1699.98px) {
  .team-awards-section-three .content-column .text-box .text {
    max-width: none;
  }
}
@media (max-width: 1199.98px) {
  .team-awards-section-three .content-column .text-box .image1 {
    display: none;
  }
}
.team-awards-section-three .block-clomun {
  margin-top: 180px;
}
@media (max-width: 1699.98px) {
  .team-awards-section-three .block-clomun {
    margin-top: 0;
  }
}

.brand-image1 {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  padding: 120px 0;
}

.brand-slider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-wrap-2 {
  text-align: center;
}
.brand-wrap-2 .text-box {
  margin-bottom: 60px;
  position: relative;
  z-index: -1;
}
.brand-wrap-2 .text-box::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.brand-wrap-2 p {
  text-align: center;
  color: #878787;
  font-size: 16px;
  font-weight: 400;
  border-radius: 96px;
  background: var(--theme-color3);
  padding: 4px 18px;
  display: inline-block;
}
.brand-wrap-2 p b {
  font-weight: 400;
  color: var(--theme-color1);
}
.brand-wrap-2 .brand-img2 {
  text-align: center;
  -webkit-filter: brightness(200%) saturate(0%);
          filter: brightness(200%) saturate(0%);
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.brand-wrap-2 .brand-img2:hover {
  opacity: 1;
  -webkit-filter: initial;
          filter: initial;
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color2);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: #ffc737;
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color2);
  margin-left: 18px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}
.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}
.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.product-details .product-info .product-details__buttons-1 .btn-title {
  color: var(--headings-color);
  text-transform: capitalize;
  font-weight: 500;
}
.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.product-details .product-info .product-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details .product-info .product-details__social .social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-details .product-info .product-details__social .social-icon-one li {
  position: relative;
  margin-left: 20px;
}
.product-details .product-info .product-details__social .social-icon-one li:first-child {
  margin-left: 0;
}
.product-details .product-info .product-details__social .social-icon-one li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-details .product-info .product-details__social .social-icon-one li a:hover {
  color: var(--theme-color1);
}
.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}
.product-details .product-info .product-details__social .title h3 {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}
.product-details__quantity .quantity-box {
  border-radius: 10px;
  height: 60px;
  position: relative;
  width: 98px;
}
.product-details__quantity .quantity-box input {
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  outline: none;
  padding-left: 30px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 98px;
}
.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  background-color: var(--theme-color2);
  color: #fff;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 29px;
}
.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  top: auto;
}

.product-discription {
  display: block;
  position: relative;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.product-discription .product-description__list ul {
  display: block;
  position: relative;
}
.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  font-weight: 600;
  margin: 0;
}
.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  background-color: var(--theme-color2);
  color: #fff;
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}
/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}
.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.html);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}
.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.html);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.html);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 a:hover {
  color: var(--theme-color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
  color: var(--theme-color1);
}
.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:before {
  background: #f0e2e3;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:before {
  background: #f1ede1;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.html);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.html) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5',GradientType=0 );
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}

.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color1);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.html) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color2);
  color: #fff;
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 1px solid var(--theme-color2);
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 1px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--theme-color1);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--theme-color2);
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.tbl-shopping-cart img, table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
table.tbl-shopping-cart th,
table.tbl-shopping-cart td, table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}
table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
  color: var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}
table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}
table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color2);
}
table.tbl-shopping-cart .coupon-form .apply-button:hover span, table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color-white);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #444;
}

.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}
.payment-method .accordion-box .block {
  background: #f4f5f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}
.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--theme-color2-text-color);
}
.payment-method .payment-method h3 {
  margin-bottom: 32px;
}

.checkout-faq-box .accordion-box {
  position: relative;
}
.checkout-faq-box .accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--title-font);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid rgba(4, 18, 31, 0.08);
}
.checkout-faq-box .accordion-box .block .acc-btn .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 35px;
  line-height: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.checkout-faq-box .accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color2);
}
.checkout-faq-box .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.checkout-faq-box .accordion-box .block .acc-content {
  display: none;
  position: relative;
}
.checkout-faq-box .accordion-box .block .acc-content .content {
  padding: 25px 30px;
  position: relative;
}
.checkout-faq-box .accordion-box .block .acc-content .content .text {
  display: block;
  font-family: var(--text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #6B7280;
  margin-bottom: 0;
}
.checkout-faq-box .accordion-box .block .acc-content.current {
  display: block;
}

.shop-sidebar {
  display: block;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  background-color: var(--theme-color-gray);
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color2);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-widget {
  background-color: var(--theme-color-gray);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color2);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget .post {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  color: #646578;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}
.shop-sidebar .post-widget .post .price {
  color: #0a267a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}

.range-slider {
  position: relative;
}
.range-slider .title {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}
.range-slider .title:before {
  color: #646578;
  content: "$";
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}
.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}
.range-slider .input {
  color: #646578;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  max-width: 75px;
  position: relative;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  background-color: #d0d4dd;
  border-radius: 2px;
  border: none;
  height: 4px;
  margin-bottom: 14px;
}
.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color2);
  top: 0px;
  height: 4px;
}
.range-slider .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  position: absolute;
  top: -5px;
  width: 14px;
}
.range-slider .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}
.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  top: -5px;
  width: 14px;
}
.range-slider .ui-widget-content .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}
.range-slider input[type=submit] {
  background: var(--theme-color2);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.footer-section {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--body-bg);
  margin: 0 60px;
  position: relative;
  z-index: 9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1699.98px) {
  .footer-section {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .footer-section {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .footer-section {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.footer-top-wrapper {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .footer-top-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .footer-top-wrapper {
    margin-bottom: 40px;
  }
}
.footer-top-wrapper .lets-talk-content .title {
  color: var(--theme-color-white);
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.4px;
}
@media (max-width: 575.98px) {
  .footer-top-wrapper .lets-talk-content .title {
    font-size: 55px;
  }
}
.footer-top-wrapper .lets-talk-content .title .arrow-icon {
  display: inline-block;
  border-radius: 34.75px;
  width: 168px;
  height: 62px;
  line-height: 84px;
  background-color: var(--body-bg);
  font-size: 20px;
  text-align: center;
  border: 8px solid var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .footer-top-wrapper .lets-talk-content .title .arrow-icon {
    display: none;
  }
}
.footer-top-wrapper .lets-talk-content .title .arrow-icon i {
  top: -18px;
  position: relative;
}
.footer-top-wrapper .lets-talk-content .title span {
  display: block;
  color: var(--theme-color1);
  font-weight: 400;
}

.footer-widget-wrapper {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.footer-widget-wrapper .footer-vec {
  position: absolute;
  top: 0%;
  left: 35%;
}
.footer-widget-wrapper .footer-vec::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  height: 285px;
  width: 285px;
  z-index: -1;
}
.footer-widget-wrapper .footer-contact-items p {
  font-size: 20px;
  font-weight: 500;
}
.footer-widget-wrapper .footer-contact-items p a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.footer-widget-wrapper .footer-contact-items .call-title {
  font-size: 36px;
  font-weight: 500;
}
.footer-widget-wrapper .footer-contact-items .call-title a {
  color: var(--theme-color-white);
}
.footer-widget-wrapper .footer-contact-items .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 50px;
  margin-bottom: 70px;
}
.footer-widget-wrapper .footer-contact-items .social-icon a {
  display: inline-block;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  height: 50px;
  line-height: 50px;
}
.footer-widget-wrapper .footer-contact-items .social-icon a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .footer-widget-wrapper .footer-contact-items .social-icon {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.footer-widget-wrapper .footer-contact-items .get-title {
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-contact-items form {
  position: relative;
}
.footer-widget-wrapper .footer-contact-items form input {
  position: relative;
  width: 100%;
  border-radius: 32.5px;
  background: #222;
  border: none;
  padding: 24px 35px;
  line-height: 1;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget-wrapper .footer-contact-items form button {
  background: transparent;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
}
@media (max-width: 499.98px) {
  .footer-widget-wrapper .footer-contact-items {
    margin-bottom: 30px;
  }
}
.footer-widget-wrapper .footer-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 499.98px) {
  .footer-widget-wrapper .footer-list-area {
    display: block;
  }
}
.footer-widget-wrapper .footer-list-area .footer-widget-items:first-child {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widget-items .user-links li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.footer-widget-wrapper .footer-widget-items .user-links li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-widget-items .user-links li a {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.footer-widget-wrapper .footer-widget-items .user-links li a:hover {
  color: var(--theme-color1);
  padding-left: 5px;
}

.social-icon-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.social-icon-footer a {
  display: inline-block;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  height: 50px;
  line-height: 50px;
}
.social-icon-footer a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .social-icon-footer {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom p {
  color: var(--theme-color-white);
  letter-spacing: -0.32px;
}
.footer-bottom .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 110px;
}
@media (max-width: 767.98px) {
  .footer-bottom .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom .footer-menu li {
  letter-spacing: -0.32px;
}
.footer-bottom .footer-menu li a {
  color: var(--theme-color-white);
}
.footer-bottom .footer-menu li a:hover {
  color: var(--theme-color1);
}

.footer-section-2 {
  padding-bottom: 60px;
  margin-top: -85px;
}
.footer-section-2 .footer-area-2 {
  margin: 0 60px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--body-bg);
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1699.98px) {
  .footer-section-2 .footer-area-2 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .footer-section-2 .footer-area-2 {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .footer-section-2 .footer-area-2 {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.footer-section-2 .footer-area-2 .footer-line {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.footer-widget-wrapper-2 {
  padding: 90px 0 120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .footer-widget-wrapper-2 {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991.98px) {
  .footer-widget-wrapper-2 {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper-2 .footer-widget-items-2 {
  margin-top: 30px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-content p {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.32px;
  opacity: 0.6;
  max-width: 312px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-content .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-top: 40px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-content .social-icon a {
  font-size: 16px;
  color: var(--theme-color-white);
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-content .social-icon a:hover {
  color: var(--theme-color1);
}
.footer-widget-wrapper-2 .footer-widget-items-2 .user-links li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .user-links li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .user-links li a {
  color: rgb(255, 255, 255);
  position: relative;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .user-links li a:hover {
  color: var(--theme-color1);
  padding-left: 5px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-contact li {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-contact li a {
  color: var(--theme-color-white);
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-contact li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-form-content .title {
  color: var(--theme-color-white);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1.2px;
}
@media (max-width: 767.98px) {
  .footer-widget-wrapper-2 .footer-widget-items-2 .footer-form-content .title {
    font-size: 30px;
  }
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-form-content form {
  position: relative;
  margin-top: 30px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-form-content form .arrow-icon {
  position: absolute;
  right: 24px;
  top: 14px;
  color: var(--theme-color1);
  background: transparent;
  font-size: 18px;
}
.footer-widget-wrapper-2 .footer-widget-items-2 .footer-form-content form input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 66px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 20px;
  line-height: 1;
  color: var(--theme-color-white);
}

.footer-bottom-text-2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-white);
  letter-spacing: -0.32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 35px 0;
}

.footer-area-3 {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--body-bg);
  margin: 0 60px;
}
@media (max-width: 1699.98px) {
  .footer-area-3 {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .footer-area-3 {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .footer-area-3 {
    margin: 0 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.footer-area-3.footer-style-2 {
  position: relative;
  z-index: 9;
}
.footer-area-3.footer-style-2 .line-shape {
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: -1;
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 {
  padding: 235px 0 80px;
}
@media (max-width: 1199.98px) {
  .footer-area-3.footer-style-2 .footer-widget-wrapper-3 {
    padding: 100px 0 80px;
  }
}
@media (max-width: 991.98px) {
  .footer-area-3.footer-style-2 .footer-widget-wrapper-3 {
    padding: 80px 0 80px;
  }
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 .user-links2 {
  position: relative;
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 .user-links2 li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color-white);
  font-weight: 400;
  margin-bottom: 14px;
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 .user-links2 li a {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 300;
  font-size: 16px;
  color: var(--theme-color-white);
  margin-bottom: 32px;
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 .user-links2 li a:hover {
  color: var(--theme-color1);
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 .user-links2 li a:before {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 .user-links2 li a::after {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 0;
  background: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  height: 1px;
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 .user-links2 li a:hover::after {
  width: 100%;
  opacity: 1;
}
.footer-area-3.footer-style-2 .footer-widget-wrapper-3 .user-links2 li a i {
  float: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-widget-wrapper-3 {
  padding: 120px 0 120px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .footer-widget-wrapper-3 {
    padding: 100px 0 100px;
  }
}
@media (max-width: 991.98px) {
  .footer-widget-wrapper-3 {
    padding: 80px 0 80px;
  }
}
.footer-widget-wrapper-3 .footer-object {
  left: 46%;
  position: absolute;
  top: 39%;
}
@media (max-width: 1399.98px) {
  .footer-widget-wrapper-3 .footer-object {
    display: none;
  }
}
.footer-widget-wrapper-3 .footer-object::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 275px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer-widget-wrapper-3 .footer-form-content {
  max-width: 532px;
}
.footer-widget-wrapper-3 .footer-form-content .title {
  color: var(--theme-color-white);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 125%;
}
@media (max-width: 991.98px) {
  .footer-widget-wrapper-3 .footer-form-content .title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .footer-widget-wrapper-3 .footer-form-content .title {
    font-size: 28px;
  }
}
.footer-widget-wrapper-3 .footer-form-content .title span {
  color: var(--theme-color1);
}
.footer-widget-wrapper-3 .footer-form-content form {
  margin-top: 40px;
  position: relative;
}
.footer-widget-wrapper-3 .footer-form-content form input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px 35px;
  line-height: 1;
  color: var(--theme-color-white);
}
.footer-widget-wrapper-3 .footer-form-content form input::-webkit-input-placeholder {
  color: var(--theme-color-white);
}
.footer-widget-wrapper-3 .footer-form-content form input::-moz-placeholder {
  color: var(--theme-color-white);
}
.footer-widget-wrapper-3 .footer-form-content form input:-ms-input-placeholder {
  color: var(--theme-color-white);
}
.footer-widget-wrapper-3 .footer-form-content form input::-ms-input-placeholder {
  color: var(--theme-color-white);
}
.footer-widget-wrapper-3 .footer-form-content form input::placeholder {
  color: var(--theme-color-white);
}
.footer-widget-wrapper-3 .footer-form-content form button {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  border-radius: 50%;
}
.footer-widget-wrapper-3 .footer-user-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer-widget-wrapper-3 .footer-user-link-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 160px;
  }
}
@media (max-width: 575.98px) {
  .footer-widget-wrapper-3 .footer-user-link-area {
    gap: 60px;
  }
}
.footer-widget-wrapper-3 .footer-user-link-area .footer-widget-items-2 .user-links li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.footer-widget-wrapper-3 .footer-user-link-area .footer-widget-items-2 .user-links li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-3 .footer-user-link-area .footer-widget-items-2 .user-links li a {
  color: var(--text-color);
  position: relative;
}
.footer-widget-wrapper-3 .footer-user-link-area .footer-widget-items-2 .user-links li a:hover {
  color: var(--theme-color1);
  padding-left: 5px;
}
.footer-widget-wrapper-3 .footer-user-link-area .footer-widget-items-2 .footer-contact li {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.footer-widget-wrapper-3 .footer-user-link-area .footer-widget-items-2 .footer-contact li a {
  color: var(--text-color);
}
.footer-widget-wrapper-3 .footer-user-link-area .footer-widget-items-2 .footer-contact li a:hover {
  color: var(--theme-color1);
}
.footer-widget-wrapper-3 .footer-user-link-area .footer-widget-items-2 .footer-contact li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-section-3 {
  padding-bottom: 60px;
  position: relative;
}
.footer-section-3 .footer-object2 {
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 11;
}

.footer-bottom-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .footer-bottom-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom-3 .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media (max-width: 991.98px) {
  .footer-bottom-3 .social-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom-3 .social-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom-3 .social-icon a {
  display: inline-block;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--theme-color3);
  padding: 0 16px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color-white);
}
.footer-bottom-3 .social-icon a i {
  margin-right: 5px;
}
.footer-bottom-3 .social-icon a:hover {
  background-color: var(--theme-color1);
  color: var(--body-bg);
}

.footer-bottom-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .footer-bottom-info-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-bottom-info-area .content .title {
  font-size: 24px;
  font-weight: 500;
}
.footer-bottom-info-area .content p {
  color: var(--theme-color-white);
}
.footer-bottom-info-area .content p a {
  color: var(--theme-color-white);
}
.footer-bottom-info-area .arrow-icon {
  display: inline-block;
  border-radius: 34.75px;
  width: 168px;
  height: 62px;
  line-height: 48px;
  background-color: var(--theme-color3);
  font-size: 20px;
  text-align: center;
  border: 8px solid var(--theme-color1);
}

/*** 

====================================================================
Page Title
====================================================================

***/
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 175px;
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.7;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .page-title .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}
.page-title .image-curve {
  background-image: url(../images/main-slider/slide-shape-bottom.html);
  position: absolute;
  width: 100%;
  height: 69px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-title .large-title {
  color: rgba(255, 255, 255, 0.1);
  bottom: -50px;
  font-size: 216px;
  line-height: normal;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .page-title .large-title {
    bottom: -30px;
    font-size: 150px;
  }
}
@media (max-width: 767.98px) {
  .page-title .large-title {
    display: none;
  }
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li a {
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: var(--theme-color-light);
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: rgba(245, 245, 245, 0.06);
  font-size: 14px;
  color: #333;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 7px;
}
.error-page__inner .error-page__form input[type=search]::-webkit-input-placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form input[type=search]::-moz-placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form input[type=search]:-ms-input-placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form input[type=search]::-ms-input-placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form input[type=search]::placeholder {
  color: var(--text-color);
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  outline: none;
  border: none;
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .service-sidebar {
    max-width: 100%;
  }
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  border-radius: 30px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  background-color: var(--theme-color3);
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .service-details-image {
  border-radius: 10px;
  overflow: hidden;
}
.services-details__content .image {
  margin: 30px 0;
}
.services-details__content .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.services-details__content .text {
  color: #8f8c94;
}
.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .accordion-box {
  padding: 50px 30px;
}
@media (max-width: 767.98px) {
  .services-details__content .accordion-box .block .acc-btn {
    font-size: 16px;
  }
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a:hover i, .service-list li a.current i {
  width: 60px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  background-color: var(--theme-color3);
  border-radius: 15px;
  color: var(--theme-color-lighter2);
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 40px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}
.sidebar-service-list li a:hover i {
  background-color: var(--theme-color2);
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar-service-list li a i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color-lighter2);
  border-radius: 15px;
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 45px;
}
.sidebar-service-list li.current a,
.sidebar-service-list li:hover a {
  color: var(--theme-color1);
}
.sidebar-service-list li.current a i,
.sidebar-service-list li:hover a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--theme-color3);
  background-color: var(--theme-color1);
}

.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--theme-color1);
  border-radius: 15px;
  overflow: hidden;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}

.help-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color3);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  height: 73px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 73px;
}
.help-icon:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
}

.help-title {
  font-size: 38px;
  color: var(--theme-color3);
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: var(--theme-color3);
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: var(--theme-color3);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: var(--theme-color2);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .project-details__img {
    height: 470px;
  }
}
@media (max-width: 767.98px) {
  .project-details__img {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
  .project-details__img {
    height: 250px;
  }
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}
.project-details__content img {
  border-radius: 8px;
}
.project-details__content .title {
  margin-top: 50px;
}
.project-details__content .text {
  color: #8f8c94;
}
@media (max-width: 1199.98px) {
  .project-details__content .project-title-big-title {
    font-size: 40px;
    line-height: 60px;
  }
}
.project-details__content .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575.98px) {
  .project-details__content .feature-list {
    display: block;
  }
}
.project-details__content .feature-list ul {
  max-width: 45%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .project-details__content .feature-list ul {
    max-width: none;
  }
}
.project-details__content .feature-list ul li {
  color: #8f8c94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  gap: 10px;
  margin-bottom: 10px;
}
.project-details__content .feature-list ul li .icon {
  color: var(--theme-color1);
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}

.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__details-box {
  position: relative;
}

.project-details__details-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
@media (max-width: 991.98px) {
  .project-details__details-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
}
@media (max-width: 575.98px) {
  .project-details__details-list {
    gap: 0;
  }
}
.project-details__details-list li {
  position: relative;
  display: block;
  padding: 12px 0;
  max-width: 25%;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .project-details__details-list li {
    max-width: 45%;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .project-details__details-list li {
    max-width: 100%;
  }
}
.project-details__details-list li:after {
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: 88px;
  content: "";
  background-color: rgba(255, 255, 255, 0.17);
}
@media (max-width: 1199.98px) {
  .project-details__details-list li:after {
    display: none;
  }
}
.project-details__details-list li:last-child:after {
  display: none;
}

.project-details__client {
  font-size: 16px;
  color: var(--theme-color-lighter2);
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--theme-color-white);
}

.project-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-details__pagination {
  position: relative;
  display: block;
}
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  border: 2px solid var(--theme-color2);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}
.project-details__pagination li.previous .content {
  text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details__date .day {
  font-size: 28px;
  color: var(--theme-color-black);
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
  margin-bottom: 10px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-color-black);
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}
.blog-details__content .blog-details__text-2 {
  color: var(--theme-color-lighter2);
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: 700;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--theme-color-lighter2);
  font-size: 20px;
  margin-right: 14px;
  font-weight: 600;
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color3);
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--theme-color-light);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color3);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color2);
  color: var(--theme-color9);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color9);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color9);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: var(--theme-color1);
  color: var(--theme-color3);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color3);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 30px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 80px;
      -ms-flex: 80px 0 0px;
          flex: 80px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: var(--theme-color-lighter2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a:hover {
  color: var(--theme-color1);
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color3);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}

.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color3);
  border: 1px solid rgba(255, 255, 255, 0.17);
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color3);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--text-color);
  background: var(--theme-color3);
  border: 1px solid rgba(255, 255, 255, 0.17);
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 10px;
}
.sidebar__tags-list a:hover {
  background: var(--theme-color-white);
  color: var(--theme-color2);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color3);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--theme-color3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: var(--theme-color-lighter2);
}
.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}
.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-color-white);
  margin-bottom: 24px;
}
.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}
.comment-one .comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
      -ms-flex: 100px 0 0px;
          flex: 100px 0 0;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: var(--text-color);
}
.comment-form .form-control::-moz-placeholder {
  color: var(--text-color);
}
.comment-form .form-control:-ms-input-placeholder {
  color: var(--text-color);
}
.comment-form .form-control::-ms-input-placeholder {
  color: var(--text-color);
}
.comment-form .form-control::placeholder {
  color: var(--text-color);
}
.comment-form .form-control,
.comment-form .input-text {
  color: var(--theme-color-lighter2);
  background-color: var(--theme-color-gray);
  border-color: rgba(255, 255, 255, 0.17);
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  background-color: var(--theme-color-gray);
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: -48px;
}
@media (max-width: 1399.98px) {
  .team-details__top-left {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .team-details__top-left {
    margin-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .team-details__top-left {
    margin-right: 0px;
  }
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 16px;
  line-height: 30px;
  color: var(--theme-color-black);
  letter-spacing: 0.35em;
  font-weight: 500;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: calc(50% - 30px);
  right: -185px;
  text-transform: uppercase;
  padding: 15px 30px 20px 30px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .team-details__big-text {
    position: relative;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 30px;
    left: 0;
    right: auto;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 100px;
}
@media (max-width: 1399.98px) {
  .team-details__top-right {
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .team-details__top-right {
    margin-left: 0px;
    margin-top: 50px;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color1);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
}
.team-details__social a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-right .team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 15px;
}
.team-details__top-right .team-details__top-name .text-theme-colored1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-color1);
}
.team-details__top-right .team-details__text-1 {
  color: #8c8f94;
}
.team-details__top-right .team-details__text-2 {
  color: #8c8f94;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.team-details__top-right .info-outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.team-details__top-right .info-outer-box .team-details-contact .title {
  font-size: 18px;
  color: #eeeeee;
  font-weight: 600;
  margin-bottom: 0;
}
.team-details__top-right .info-outer-box .team-details-contact .text {
  font-size: 16px;
  color: #8c8f94;
}

.team-details__bottom {
  position: relative;
  display: block;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}
@media (max-width: 1399.98px) {
  .team-details__bottom-left {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .team-details__bottom-left {
    margin-bottom: 40px;
  }
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  color: #8c8f94;
  margin-bottom: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media (max-width: 1399.98px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #121310;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: #8c8f94;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.team-details__progress-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--theme-color-white);
  margin-bottom: 10px;
}

.team-details__bottom .form-control,
.team-details__bottom .input-text,
.team-details__bottom input[type=text],
.team-details__bottom input[type=email] {
  background-color: #121310;
  border-color: rgba(255, 255, 255, 0.17);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.team-details__bottom .form-control:focus,
.team-details__bottom .input-text:focus,
.team-details__bottom input[type=text]:focus,
.team-details__bottom input[type=email]:focus {
  border-color: var(--theme-color1);
}
.team-details__bottom textarea {
  background-color: #121310;
  border-color: rgba(255, 255, 255, 0.17);
  height: 95px;
}
.team-details__bottom button {
  width: 100%;
  border-radius: 10px;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details {
  padding: 120px 0px 90px;
}
.contact-details .form-control,
.contact-details .input-text {
  background-color: rgba(244, 245, 248, 0.06);
  border-color: rgba(244, 245, 248, 0.06);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-details .form-control:focus,
.contact-details .input-text:focus {
  background-color: rgba(244, 245, 248, 0.06);
  border-color: rgba(244, 245, 248, 0.06);
}
.contact-details .btn-style-one {
  margin-right: 15px;
}

.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--theme-color-black);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color-white);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: #fff;;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 450px;
}
.img-cer img {
    width: 100%;
}
.top-set {
    width: 5%;
    position: fixed;
    bottom: 9%;
    z-index: 999999999999;
    left: 0%;
}

.top-set img {
    width: 100%;
}

.top-set img{
    margin-bottom: 20px;
}

.heading-one {
    padding: 120px 0 0 0;
}
.heading-one {
    padding: 120px 0 0 0;
}

.imgs-cont {
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 20px;
    margin-bottom: 23px;
}

.imgs-cont img {
    width: 15%;
    margin-bottom: 12px;
}
.content p b {
    font-size: 24px;
    color: #fff;
}

.content-img1 img {
    margin-top: 41px;
    margin-bottom: 20px;
}
.ihj h2 {
    margin-bottom: 21px;
    margin-top: 14px;
}
.team1 img {
    width: 100%;
    border-radius: 40px;
}

.team1 {
    text-align: center;
}
.team-counter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  padding: 60px 20px;
/*  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);*/
  text-align: center;
}

.counter-box {
  background: rgba(255,255,255,0.08);
  padding: 40px 20px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.counter-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.counter-box h2 {
  font-size: 48px;
  font-weight: 700;
  color: #00e5ff;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.top-ban {
    position: relative;
    width: 100%;
    height: 100vh; /* full screen banner */
    overflow: hidden;
}

.top-ban video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

/* Dark overlay for better text visibility */
.top-ban::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}

.banner-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.banner-content p {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}



.section-title-wrap{
    width:100%;
    max-width:800px;
    margin:auto;
    text-align:center;
    margin-bottom:70px;
    position:relative;
    z-index:2;
}

.section-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(10px);
    color:#4da3ff;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:22px;
    box-shadow:0 0 25px rgba(77,163,255,0.15);
}

.section-title{
    font-size:58px;
    line-height:1.2;
    font-weight:800;
    margin-bottom:22px;
    color:#fff;
    letter-spacing:-1px;
}



.section-subtitle{
    font-size:18px;
    line-height:1.9;
    color:#b8bcc7;
    font-weight:400;
    max-width:700px;
    margin:auto;
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

    .section-title{
        font-size:38px;
    }

    .section-subtitle{
        font-size:15px;
        line-height:1.8;
    }

    .section-tag{
        font-size:12px;
        padding:9px 18px;
    }

}

@media (min-width: 268px) and (max-width: 568px){
    .top-set {
    width: 18%;
    position: fixed;
    bottom: 1%;
    z-index: 999999999999;
    left: 0%;
}
}