@charset "UTF-8";
/* Digilink - Creative Agency Html Template

Template Name: Digilink
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
@import url("../../../../css2");
@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("../magnific-popup.css");
@import url("../linear.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");
:root {
  --theme-color1: #D9F45F;
  --theme-color2: #0D0D0D;
  --theme-color3: #161616;
  --theme-color1-rgb: 217, 244, 95;
  --theme-color2-rgb: 13, 13, 13;
  --theme-color3-rgb: 22, 22, 22;
  --theme-color1-text-color: rgba(255, 255, 255, 0.6);
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #0F0B19;
  --body-bg: #0D0D0D;
  --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;
  --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: #151515;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color2);
  --body-font-family: "Manrope";
  --heading-font-family: 'CreatoDisplay', sans-serif;
  --style-font: "Playfair Display", serif;
  --body-font-size: 16px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 96%;
  --line-height-heading: 140%;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 150px;
  --h2-font-size: 60px;
  --h3-font-size: 35px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 500;
  --h4-font-weight: 500;
  --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: 1320px;
  --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: 'CreatoDisplay';
    src: url('../fonts/CreatoDisplay/CreatoDisplay-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CreatoDisplay';
    src: url('../fonts/CreatoDisplay/CreatoDisplay-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CreatoDisplay';
    src: url('../fonts/CreatoDisplay/CreatoDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CreatoDisplay';
    src: url('../fonts/CreatoDisplay/CreatoDisplay-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CreatoDisplay';
    src: url('../fonts/CreatoDisplay/CreatoDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CreatoDisplay';
    src: url('../fonts/CreatoDisplay/CreatoDisplay-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


/* Light */
@font-face {
  font-family: "CreatoDisplay";
  src: url("../fonts/CreatoDisplay/CreatoDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: "CreatoDisplay";
  src: url("../fonts/CreatoDisplay/CreatoDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "CreatoDisplay";
  src: url("../fonts/CreatoDisplay/CreatoDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "CreatoDisplay";
  src: url("../fonts/CreatoDisplay/CreatoDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ExtraBold */
@font-face {
  font-family: "CreatoDisplay";
  src: url("../fonts/CreatoDisplay/CreatoDisplay-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Black */
@font-face {
  font-family: "CreatoDisplay";
  src: url("../fonts/CreatoDisplay/CreatoDisplay-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
 * typography.scss
 * -----------------------------------------------
*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
::-moz-selection {
  background: var(--theme-color1);
  color: var(--theme-color3-text-color);
  text-shadow: none;
}
::selection {
  background: var(--theme-color1);
  color: var(--theme-color3-text-color);
  text-shadow: none;
}

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

::-webkit-selection {
  background: var(--theme-color1); /* Safari */
  color: var(--theme-color3-text-color);
  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: var(--text-color);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: -0.32px;
}

/* -------- 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;
}
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: 40px;
  position: relative;
  z-index: 99;
  margin-bottom: 90px;
}
@media (max-width: 767.98px) {
  .pricing-tab-btn {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.pricing-tab-btn span {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
}
.pricing-tab-btn .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 5px 8px;
  line-height: 1;
  background: #151515;
}
.pricing-tab-btn .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color2);
  border-radius: 31px;
  font-family: var(--heading-font-family);
  padding: 0;
  width: 24px;
  height: 24px;
  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;
}

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

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

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

.cursor-outer.cursor-big {
  opacity: 0;
}

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

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
  margin-top: -12px;
}

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

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

.cursor-inner.cursor-big span {
  opacity: 1;
}

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

/*=======================
    Preloader
=======================*/
.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  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: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid var(--theme-color-black);
  border-top-color: var(--theme-color1);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em var(--heading-font-family), var(--body-font-family);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-color1);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: var(--theme-color-white);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: var(--heading-font-family);
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme-color-white);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--body-bg);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #444;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
          box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
.accordion-box {
  position: relative;
}
.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;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.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;
}
.accordion-box .block .acc-btn span {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .accordion-box .block .acc-btn {
    font-size: 20px;
  }
}
.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;
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  font-size: 18px;
  height: 34px;
  line-height: 25px;
  top: -8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 34px;
}
@media (max-width: 399.98px) {
  .accordion-box .block .acc-btn .icon {
    right: -20px;
  }
}
.accordion-box .block .acc-btn.active {
  color: var(--theme-color1);
}
.accordion-box .block .acc-btn.active .icon {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-right: 20px;
  margin-top: 20px;
}
.accordion-box .block .acc-content .content {
  position: relative;
}
.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) {
  .accordion-box .block .acc-content .content .text {
    padding: 0;
  }
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block.active-block {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222B1C 0%, #151515 55.18%);
}

/***

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

/*=======================
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;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 30px;
  padding: 18px 48px;
  color: var(--theme-color3-text-color);
  background-color: var(--theme-color1);
  border: 1px solid transparent;
  font-family: var(--text-font);
  text-transform: capitalize;
  overflow: hidden;
  z-index: 0;
}
.btn-style-one .icon {
  font-size: 16px;
  margin-top: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  background-color: var(--theme-color9);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-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);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.btn-style-one:hover {
  color: var(--theme-color-white);
  border-color: rgba(248, 248, 248, 0.2);
}
.btn-style-one:hover .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-one.dark-bg {
  color: var(--theme-color-white);
  background-color: var(--theme-color9);
}
.btn-style-one.dark-bg:hover {
  color: var(--text-color-theme-color1);
}
.btn-style-one.dark-bg::before {
  background-color: var(--theme-color1);
}
.btn-style-one.light-bg {
  background-color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-gray);
}
.btn-style-one.light-bg:hover {
  color: var(--theme-color-white);
}
.btn-style-one.light-bg::before {
  background-color: var(--theme-color-dark);
}
.btn-style-one.transparent-bg {
  background-color: transparent;
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
}
.btn-style-one.transparent-bg:hover {
  color: var(--theme-color-white);
}
.btn-style-one.transparent-bg::before {
  background-color: var(--theme-color1);
}
.btn-style-one.hover-light:hover {
  color: var(--theme-color2);
}
.btn-style-one.hover-light:before {
  background-color: var(--theme-color-white);
}
.btn-style-one.hover-dark:hover {
  color: var(--theme-color-white);
}
.btn-style-one.hover-dark:before {
  background-color: var(--theme-color-dark);
}

/*Btn Style Four*/
.btn-style-four {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: var(--body-line-height);
  border-radius: 60px;
  padding: 7px 7px 7px 31px;
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
[data-tm-layout=lemon] .btn-style-four {
  background-color: var(--dark-color2);
  color: var(--theme-color-dark);
}
.btn-style-four {
  border: 1px solid transparent;
  font-family: var(--body-font-family);
  text-transform: capitalize;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four .icon {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-left: 12px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four .dot-box {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
}
[data-tm-layout=lemon] .btn-style-four .dot-box {
  background-color: var(--dark-color1);
  color: var(--dark-color2);
}
.btn-style-four .dot-box {
  border-radius: 50%;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-left: 12px;
  text-align: center;
  position: relative;
  width: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four .dot-box .dot-item {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  height: 5px;
  width: 5px;
  display: inline-block;
  position: absolute;
  left: calc(50% + 3px);
  top: calc(50% - 2.5px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four .dot-box .dot-item:before {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  height: 5px;
  width: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four .dot-box .dot-item:after {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -7px;
  bottom: -7px;
  height: 5px;
  width: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 100%;
  content: "";
  border-radius: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  background-color: var(--headings-color);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-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);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.btn-style-four:hover {
  color: var(--theme-color-white);
  border-color: rgba(248, 248, 248, 0.2);
}
.btn-style-four:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.btn-style-four:hover .icon {
  background-color: var(--theme-color-gray);
  color: var(--theme-color-white);
}
.btn-style-four:hover .dot-box {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.btn-style-four:hover .dot-box .dot-item {
  left: calc(50% - 7px);
  top: calc(50% - 2.5px);
  background-color: var(--headings-color);
}
.btn-style-four:hover .dot-box .dot-item:before {
  left: 7px;
  top: 7px;
  background-color: var(--headings-color);
}
.btn-style-four:hover .dot-box .dot-item:after {
  left: 7px;
  bottom: 7px;
  background-color: var(--headings-color);
}
.btn-style-four.dark-bg {
  color: var(--theme-color-white);
  background-color: var(--theme-color9);
}
.btn-style-four.dark-bg:hover {
  color: var(--text-color-theme-color1);
}
.btn-style-four.dark-bg::before {
  background-color: var(--theme-color1);
}
.btn-style-four.light-bg {
  background-color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color1);
}
.btn-style-four.light-bg:hover {
  color: var(--theme-color-white);
}
.btn-style-four.light-bg::before {
  background-color: var(--theme-color-dark);
}
.btn-style-four.style-2-btn {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  color: var(--theme-color-white);
}
.btn-style-four.style-2-btn .dot-box {
  background-color: var(--theme-color4);
}
.btn-style-four.style-2-btn:hover {
  color: var(--theme-color-white);
}
.btn-style-four.style-2-btn:hover .dot-box {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.btn-style-four.style-2-btn:hover .dot-box .dot-item {
  background-color: var(--theme-color-white);
}
.btn-style-four.style-2-btn:hover .dot-box .dot-item:before {
  background-color: var(--theme-color-white);
}
.btn-style-four.style-2-btn:hover .dot-box .dot-item:after {
  background-color: var(--theme-color-white);
}
.btn-style-four.style-2-btn::before {
  background-color: var(--theme-color4);
}
.btn-style-four.transparent-bg {
  background-color: transparent;
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
}
.btn-style-four.transparent-bg:hover {
  color: var(--theme-color-white);
}
.btn-style-four.transparent-bg::before {
  background-color: var(--theme-color1);
}
.btn-style-four.hover-light:hover {
  color: var(--theme-color2);
}
.btn-style-four.hover-light:before {
  background-color: var(--theme-color-white);
}
.btn-style-four.hover-dark:hover {
  color: var(--theme-color-white);
}
.btn-style-four.hover-dark:before {
  background-color: var(--theme-color-dark);
}
.btn-style-four.btn-sm {
  font-size: 14px;
  padding: 5px 5px 5px 25px;
}
.btn-style-four.btn-sm .icon {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin-left: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four.btn-sm .dot-box {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.btn-style-four.btn-sm .dot-box .dot-item {
  height: 4px;
  width: 4px;
}
.btn-style-four.btn-sm .dot-box .dot-item:before {
  height: 4px;
  width: 4px;
}
.btn-style-four.btn-sm .dot-box .dot-item:after {
  height: 4px;
  width: 4px;
}
.btn-style-four.btn-sm:hover .dot-box .dot-item {
  left: calc(50% - 7px);
}
.btn-style-four.btn-sm:hover .dot-box .dot-item:before {
  left: 7px;
  top: 7px;
}
.btn-style-four.btn-sm:hover .dot-box .dot-item:after {
  left: 7px;
  bottom: 7px;
}
.btn-style-four.btn-lg {
  font-size: 16px;
  padding: 7px 7px 7px 31px;
}
.btn-style-four.btn-lg .dot-box {
  margin-left: 16px;
}

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

@-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 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);
  }
}
.icon-bounce {
  animation: icon-bounce 1s infinite ease;
  /* Only -webkit- prefix is still somewhat relevant for very old mobile browsers */
  -webkit-animation: icon-bounce 1s infinite ease;
}

@-webkit-keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/***
====================================================================
  Main Header
====================================================================
***/
.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 20px;
}
.header-1.header-2 .main-box {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
  .header-1.header-2 .theme-btn {
    display: none;
  }
}
.header-1 .main-menu-wrap {
  background: rgba(217, 217, 217, 0.07);
  backdrop-filter: blur(12px);
  border-radius: 38.5px;
  padding: 0 50px;
}
.header-1 .main-menu-wrap .navigation > li {
  padding: 18px 0;
  margin-right: 60px;
}
@media (max-width: 1699.98px) {
  .header-1 .main-menu-wrap .navigation > li {
    margin-right: 45px;
  }
}
@media (max-width: 1399.98px) {
  .header-1 .main-menu-wrap .navigation > li {
    margin-right: 28px;
  }
}
.header-1 .outer-box .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1023px) {
  .header-1 .outer-box .ui-btn-outer .theme-btn {
    display: none;
  }
}
.header-1 .outer-box .ui-btn-outer .phone-number {
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header-1 .outer-box .ui-btn-outer .phone-number a {
  color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .header-1 .outer-box .ui-btn-outer .phone-number {
    display: none;
  }
}
.header-1 .outer-box .mobile-nav-toggler .icon {
  color: #D9D9D9;
  font-size: 26px;
}
.header-1.header-5 .ui-btn-outer {
  gap: 200px;
}
@media (max-width: 1899.98px) {
  .header-1.header-5 .ui-btn-outer {
    gap: 60px;
  }
}
.header-1.header-5 .ui-btn-outer .theme-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 600;
}
.header-1.header-5 .ui-btn-outer .theme-btn .dot-box {
  background-color: var(--theme-color1);
}
.header-1.header-5 .ui-btn-outer .theme-btn::before {
  background-color: var(--theme-color1);
}
.header-1.header-5 .ui-btn-outer .theme-btn:hover .dot-box {
  background-color: var(--theme-color-white);
}

.header-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-4 .main-menu .navigation > li {
  margin-right: 50px;
}
@media (max-width: 1399.98px) {
  .header-4 .main-menu .navigation > li {
    margin-right: 30px;
  }
}
.header-4 .header-lower {
  padding: 0 30px !important;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 46px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .header-4 .header-lower {
    margin-top: 20px;
  }
}
@media (max-width: 1023.98px) {
  .header-4 .theme-btn {
    display: none;
  }
}
.header-4 .main-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header-style-one .main-box {
  padding: 0 60px;
}
@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;
  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;
  }
}

.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 {
  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: 220px;
  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: rgba(10, 8, 8, 0.9843137255);
  -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);
  left: 0px;
  opacity: 0;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
@media only screen and (min-width: 1023px) {
  .sticky-header .mobile-nav-toggler {
    display: none;
  }
}
.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: var(--theme-color-white);
}
.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(--theme-color-white) !important;
  font-size: 22px;
}

@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;
  }
  .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: 130px 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;
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 600;
  -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;
}
.get-in-touch.style-5 {
  background-color: #0F0B19;
}
.get-in-touch.style-5 a {
  font-family: var(--heading-font-family);
}
@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 {
    font-size: 150px;
  }
}
@media (max-width: 575.98px) {
  .title-shadow {
    font-size: 120px;
  }
}
@media (max-width: 469.98px) {
  .title-shadow {
    font-size: 100px;
  }
}
.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 {
    top: -70px;
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .title-shadow-2 {
    top: -115px;
  }
}
@media (max-width: 469.98px) {
  .title-shadow-2 {
    font-size: 60px;
  }
}
.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;
}

@media (max-width: 1199.98px) {
  br {
    display: none;
  }
}

.text-body {
  color: #D9D9D9 !important;
}

/***

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

***/
.mobile-nav-toggler {
  position: relative;
  cursor: pointer;
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.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;
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block !important;
  }
}
.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: 5px;
  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(--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(255, 255, 255, 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-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color1-text-color);
}

/***

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

***/
.section-title {
  position: relative;
}
.section-title .sub-title {
  margin-bottom: 5px;
}
.section-title .sub-title svg {
  color: var(--theme-color1);
  margin-top: -2px;
  margin-right: 5px;
}
.section-title .sub-title span {
  color: var(--theme-color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.section-title .title {
  color: var(--theme-color-white);
  line-height: 110%;
  letter-spacing: -1.5px;
}
@media (max-width: 767.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: var(--theme-color1);
  font-weight: 400;
  font-style: italic;
  font-family: var(--style-font);
}
.section-title.style-5 .title {
  font-size: 60px;
  line-height: 114%;
}
.section-title.style-5 .title span {
  font-family: var(--heading-font-family);
}

.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 {
  position: relative;
  padding: 230px 0 330px;
}
.hero-1 .hero-shape1 {
  position: absolute;
  top: 185px;
  right: 90px;
}
.hero-1 .hero-3d {
  position: absolute;
  left: 40px;
  bottom: 25%;
}
.hero-1 .text-circle {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .hero-1 .text-circle {
    position: relative;
    text-align: center;
    margin: 50px auto 0;
    left: initial;
    bottom: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.hero-1 .text-circle img {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.hero-1 .text-circle .down-icon {
  text-align: center;
  font-size: 22px;
  color: var(--theme-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero-1 .hero-image {
  position: absolute;
  bottom: 50px;
  right: 37px;
}
.hero-1 .hero-image img {
  border-radius: 16px;
}
.hero-1 .hero-content {
  text-align: center;
}
.hero-1 .hero-content .sub-text {
  color: var(--theme-color-white);
  border-radius: 17.5px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  padding: 6px 10px;
  text-transform: capitalize;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.hero-1 .hero-content .sub-text .boxs {
  width: 47px;
  height: 24px;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.11);
  display: inline-block;
}
.hero-1 .hero-content .sub-text b {
  font-weight: 400;
  color: var(--theme-color1);
}
.hero-1 .hero-content h1 {
  letter-spacing: -4.5px;
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-content h1 {
    letter-spacing: initial;
    font-size: 90px;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content h1 {
    font-size: 85px;
  }
}
@media (max-width: 767.98px) {
  .hero-1 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .hero-1 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .hero-content h1 {
    font-size: 50px;
  }
}
.hero-1 .hero-content h1 span {
  color: var(--theme-color1);
  font-style: italic;
  font-family: var(--style-font);
}

.hero-2 {
  padding: 240px 0 170px;
  position: relative;
}
@media (max-width: 1699.98px) {
  .hero-2 {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1199.98px) {
  .hero-2 {
    padding-top: 210px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 {
    padding: 180px 0 130px;
  }
}
.hero-2 .hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-2 .hero-content {
  margin-left: 127px;
}
@media (max-width: 1399.98px) {
  .hero-2 .hero-content {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}
.hero-2 .hero-content .sub-text {
  color: var(--theme-color-white);
  border-radius: 17.5px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  padding: 6px 10px;
  text-transform: capitalize;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.hero-2 .hero-content .sub-text .boxs {
  width: 47px;
  height: 24px;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.11);
  display: inline-block;
}
.hero-2 .hero-content .sub-text b {
  font-weight: 400;
  color: var(--theme-color1);
}
.hero-2 .hero-content .hero-title {
  font-weight: 700;
  font-size: 170px;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
}
.hero-2 .hero-content .hero-title .hero-title2 {
  font-weight: 300;
}
@media (max-width: 1399.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 150px;
  }
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 120px;
  }
}
@media (max-width: 991.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 575.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 469.98px) {
  .hero-2 .hero-content .hero-title {
    font-size: 56px;
    line-height: 1.3;
  }
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-content .hero-title .sub-image {
    display: none;
  }
}
.hero-2 .hero-content .hero-title .sub-image img {
  border-radius: 45px;
}
.hero-2 .hero-content .hero-title .hero-vec {
  position: absolute;
  top: -15%;
  right: 0;
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-content .hero-title .hero-vec {
    display: none;
  }
}
.hero-2 .hero-content .hero-title .star {
  position: absolute;
  bottom: 25px;
  right: -40px;
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-content .hero-title .star {
    display: none;
  }
}
.hero-2 .hero-content .hero-bottom {
  margin-left: 250px;
  margin-top: 45px;
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-content .hero-bottom {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 .hero-content .hero-bottom {
    margin-top: 10px;
  }
}
.hero-2 .hero-content .hero-bottom p {
  font-size: 18px;
  font-weight: 500;
  max-width: 415px;
  margin-bottom: 50px;
  color: #D9D9D9;
}
@media (max-width: 767.98px) {
  .hero-2 .hero-content .hero-bottom p {
    text-align: center;
    font-size: 16px;
    margin: 0 auto 30px;
  }
}
.hero-2 .hero-vec2 {
  position: absolute;
  left: 85px;
  bottom: 180px;
}
@media (max-width: 1699.98px) {
  .hero-2 .hero-vec2 {
    left: 40px;
    bottom: 50px;
  }
}
.hero-2 .hero-image {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.hero-2 .hero-image img {
  border-radius: 16px;
}
.hero-2 .hero-3d {
  position: absolute;
  bottom: 30px;
  left: 68%;
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-3d {
    display: none;
  }
}

.hero-3 {
  padding: 200px 0 200px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .hero-3 {
    padding: 180px 0 110px;
  }
}
@media (max-width: 767.98px) {
  .hero-3 {
    padding: 170px 0 100px;
  }
}
@media (max-width: 1199.98px) {
  .hero-3 {
    background-image: none !important;
    background-color: var(--theme-color-black);
  }
}
.hero-3 .hero-grap {
  position: absolute;
  bottom: 0;
  right: 65px;
}
.hero-3 .hero-box {
  background-color: var(--theme-color1);
  padding: 30px 24px 40px;
  border-radius: 20px;
  display: inline-block;
  right: 100px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 260px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .hero-3 .hero-box {
    right: 30px;
  }
}
@media (max-width: 991.98px) {
  .hero-3 .hero-box {
    position: static;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: 55px;
    margin-left: auto;
    max-width: 320px;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .hero-3 .hero-box {
    margin-left: initial;
  }
}
.hero-3 .hero-box .title {
  font-size: 80px;
  font-weight: 500;
  color: var(--theme-color-black);
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-box .title {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .hero-3 .hero-box .title {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  .hero-3 .hero-box .title {
    font-size: 40px;
  }
}
.hero-3 .hero-box p {
  font-size: 16px;
  font-weight: 500;
  color: #424242;
  max-width: 200px;
  line-height: 150%;
}
.hero-3 .hero-box .line {
  display: inline-block;
  height: 7px;
  width: 100%;
  background-color: var(--theme-color-white);
  position: relative;
  margin-top: 40px;
}
.hero-3 .hero-box .line::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  width: 65%;
  background-color: var(--theme-color-black);
  content: "";
}
.hero-3 .hero-content .hero-title {
  font-size: 70px;
  font-weight: 400;
  max-width: 650px;
  line-height: 100%;
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-content .hero-title {
    font-size: 60px;
    line-height: 115%;
  }
}
@media (max-width: 767.98px) {
  .hero-3 .hero-content .hero-title {
    font-size: 54px;
  }
}
@media (max-width: 575.98px) {
  .hero-3 .hero-content .hero-title {
    font-size: 42px;
  }
}
.hero-3 .hero-content .hero-title span {
  color: var(--theme-color1);
  font-family: "Playfair Display";
  font-style: italic;
}
.hero-3 .hero-content .client-image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .hero-3 .hero-content .client-image-item {
    margin-top: 25px;
  }
}
.hero-3 .hero-content .client-image-item .client-img img {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: -10px;
}
.hero-3 .hero-content .client-image-item p {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color-white);
}
.hero-3 .hero-content .hero-title-2 {
  font-size: 300px;
  font-weight: 400;
  margin-top: 50px;
  max-width: 1340px;
  line-height: 1;
}
@media (max-width: 1699.98px) {
  .hero-3 .hero-content .hero-title-2 {
    font-size: 200px;
    max-width: 890px;
  }
}
@media (max-width: 1399.98px) {
  .hero-3 .hero-content .hero-title-2 {
    font-size: 180px;
    max-width: 820px;
  }
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-content .hero-title-2 {
    font-size: 130px;
    max-width: initial;
  }
}
@media (max-width: 991.98px) {
  .hero-3 .hero-content .hero-title-2 {
    font-size: 95px;
  }
}
@media (max-width: 767.98px) {
  .hero-3 .hero-content .hero-title-2 {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .hero-3 .hero-content .hero-title-2 {
    font-size: 65px;
  }
}
.hero-3 .hero-content .hero-title-2 span {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-size: 120px;
  display: block;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-content .hero-title-2 span {
    text-align: left;
    font-size: 90px;
  }
}
@media (max-width: 991.98px) {
  .hero-3 .hero-content .hero-title-2 span {
    font-size: 78px;
  }
}
@media (max-width: 767.98px) {
  .hero-3 .hero-content .hero-title-2 span {
    font-size: 65px;
  }
}
@media (max-width: 575.98px) {
  .hero-3 .hero-content .hero-title-2 span {
    font-size: 55px;
  }
}
.hero-3 .container {
  max-width: 1775px;
}

.hero-4 {
  padding: 250px 0 300px;
  position: relative;
}
@media (max-width: 767.98px) {
  .hero-4 {
    padding-top: 200px;
  }
}
.hero-4 .vec-shape {
  position: absolute;
  left: 0;
  bottom: 150px;
}
.hero-4 .hero-ratting {
  position: absolute;
  z-index: 9;
  left: 75px;
  bottom: 0;
}
@media (max-width: 1699.98px) {
  .hero-4 .hero-ratting {
    display: none !important;
  }
}
.hero-4 .hero-ratting .count {
  font-size: 52px;
  color: var(--theme-color-white);
  font-weight: 600;
  margin-bottom: 14px;
}
.hero-4 .hero-ratting .star {
  color: var(--theme-color1);
}
.hero-4 .hero-ratting a {
  color: var(--theme-color-white);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 1699.98px) {
  .hero-4 .hero-ratting a {
    font-size: 10px;
  }
}
.hero-4 .hero-ratting a i {
  margin-left: 5px;
}
.hero-4 .hero-light {
  position: absolute;
  left: 0;
  top: 40%;
}
.hero-4 .hero-bg-shape {
  position: absolute;
  bottom: 0;
  left: -110px;
  right: 0;
  top: 0;
}
.hero-4 .hero-bg-shape img {
  width: 100%;
  height: 100%;
}
.hero-4 .figma1 {
  position: absolute;
  left: 100px;
  top: 35%;
  -webkit-transform: rotate(26.61deg);
          transform: rotate(26.61deg);
}
@media (max-width: 1399.98px) {
  .hero-4 .figma1 {
    display: none;
  }
}
.hero-4 .n-shape {
  position: absolute;
  right: 140px;
  top: 30%;
  -webkit-transform: rotate(-26.61deg);
          transform: rotate(-26.61deg);
}
@media (max-width: 1399.98px) {
  .hero-4 .n-shape {
    display: none;
  }
}
.hero-4 .hero-content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 91;
}
.hero-4 .hero-content .sub-text {
  color: var(--theme-color-white);
  border-radius: 17.5px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  padding: 6px 10px;
  text-transform: capitalize;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media (max-width: 469.98px) {
  .hero-4 .hero-content .sub-text {
    font-size: 13px;
  }
}
.hero-4 .hero-content .sub-text .boxs {
  width: 47px;
  height: 24px;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.11);
  display: inline-block;
}
@media (max-width: 469.98px) {
  .hero-4 .hero-content .sub-text .boxs {
    display: none;
  }
}
.hero-4 .hero-content .sub-text b {
  font-weight: 400;
  color: var(--theme-color1);
}
.hero-4 .hero-content .title {
  font-weight: 500;
  font-size: 100px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  position: relative;
  text-align: center;
}
.hero-4 .hero-content .title .line-shape {
  position: absolute;
  top: 80px;
  right: -25px;
}
@media (max-width: 1199.98px) {
  .hero-4 .hero-content .title .line-shape {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .hero-4 .hero-content .title {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .hero-4 .hero-content .title {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .hero-4 .hero-content .title {
    font-size: 58px;
  }
}
@media (max-width: 575.98px) {
  .hero-4 .hero-content .title {
    font-size: 48px;
  }
}
@media (max-width: 469.98px) {
  .hero-4 .hero-content .title {
    font-size: 34px;
  }
}
.hero-4 .hero-content .title span {
  font-style: italic;
  color: var(--theme-color1);
  font-family: "Playfair Display";
}
.hero-4 .hero-content p {
  max-width: 640px;
  text-align: center;
  margin: 30px auto 0;
}
@media (max-width: 469.98px) {
  .hero-4 .hero-content p {
    font-size: 14px;
    margin-top: 20px;
  }
}
.hero-4 .hero-content .theme-btn {
  margin-top: 40px;
}

.hero-section-4 .hero-image {
  position: relative;
  margin-top: -220px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0224)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0224) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
          filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 17px;
}
@media (max-width: 767.98px) {
  .hero-section-4 .hero-image {
    margin-top: -250px;
  }
}
.hero-section-4 .hero-image img {
  width: 100%;
  height: 100%;
}

.hero-5 {
  overflow: hidden;
  padding: 210px 0 160px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .hero-5 {
    padding-top: 180px;
  }
}
.hero-5 .hero-3d-shape {
  left: 20px;
  position: absolute;
  top: 100px;
}
.hero-5 .hero-shape {
  bottom: 80px;
  left: 42%;
  position: absolute;
}
.hero-5 .hero-ellipse1 {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-5 .hero-ellipse2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-5 .container {
  max-width: 1460px;
}
.hero-5 .hero-content {
  margin-left: 70px;
}
@media screen and (max-width: 1499px) {
  .hero-5 .hero-content {
    margin-left: 50px;
  }
}
@media (max-width: 1399.98px) {
  .hero-5 .hero-content {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .hero-5 .hero-content {
    margin-left: 0;
  }
}
.hero-5 .hero-content .sub-text {
  text-transform: uppercase;
  color: var(--theme-color-white);
  font-size: 14px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 469.98px) {
  .hero-5 .hero-content .sub-text {
    font-size: 12px;
  }
}
.hero-5 .hero-content .title {
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-weight: 500;
  margin-bottom: 25px;
  max-width: 765px;
  text-transform: capitalize;
  font-size: 90px;
  line-height: 110%;
}
@media (max-width: 1399.98px) {
  .hero-5 .hero-content .title {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  .hero-5 .hero-content .title {
    font-size: 85px;
  }
}
@media (max-width: 767.98px) {
  .hero-5 .hero-content .title {
    font-size: 65px;
  }
}
@media (max-width: 575.98px) {
  .hero-5 .hero-content .title {
    font-size: 50px;
  }
}
@media (max-width: 469.98px) {
  .hero-5 .hero-content .title {
    font-size: 40px;
  }
}
[data-tm-layout=dark] .hero-5 .hero-content .title {
  color: var(--headings-color);
}
.hero-5 .hero-content .title .hero-text {
  background-color: var(--theme-color1);
  border-radius: 14px;
  padding: 0 14px;
  padding-bottom: 10px;
  margin-top: -5px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .hero-5 .hero-content .title .hero-text {
    padding: 0;
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
  }
}
.hero-5 .hero-content .title .icon {
  position: absolute;
  top: -50%;
  right: -35px;
}
@media (max-width: 1399.98px) {
  .hero-5 .hero-content .title .icon {
    display: none;
  }
}
.hero-5 .hero-content .text {
  color: #D9D9D9;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
  max-width: 482px;
}
.hero-5 .hero-content .hero-button .video-btn {
  color: var(--theme-color-white);
}
[data-tm-layout=dark] .hero-5 .hero-content .hero-button .video-btn {
  color: var(--theme-color-dark);
}
.hero-5 .hero-content .hero-button .video-btn {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  margin-left: 30px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .hero-5 .hero-content .hero-button .video-btn {
    margin-left: 0;
  }
}
.hero-5 .hero-content .hero-button .icon {
  background-color: var(--theme-color-yellow);
  color: var(--theme-color-dark);
}
[data-tm-layout=dark] .hero-5 .hero-content .hero-button .icon {
  color: var(--theme-color-white);
}
.hero-5 .hero-content .hero-button .icon {
  border-radius: 50%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}
.hero-5 .hero-img-box {
  position: relative;
  margin-left: 60px;
  margin-right: -15%;
}
@media (max-width: 991.98px) {
  .hero-5 .hero-img-box {
    margin-top: 20px;
  }
}
.hero-5 .hero-img-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1899.98px) {
  .hero-5 .hero-img-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-5 .hero-img-box .img-1 {
  position: relative;
}
.hero-5 .hero-img-box .img-1 img {
  border-radius: 200px 200px 0px 0px;
}
.hero-5 .hero-img-box .img-1:before {
  background-color: transparent;
  border-radius: 200px 200px 0px 0px;
  border: 4px solid var(--theme-color1);
  bottom: -20px;
  content: "";
  left: 0;
  position: absolute;
  right: -20px;
  top: 20px;
  z-index: -1;
  left: 20px;
}
.hero-5 .hero-img-box .img-2 img {
  border-radius: 0px 200px 200px 200px;
}
.hero-5 .hero-img-box .img-2 {
  position: relative;
}
.hero-5 .hero-img-box .img-3 {
  position: relative;
}
.hero-5 .hero-img-box .img-3 img {
  border-radius: 200px 200px 200px 0px;
}
.hero-5 .hero-img-box .img-3:before {
  background-color: transparent;
  border-radius: 200px 200px 200px 0px;
  border: 3px solid var(--theme-color1);
  bottom: -20px;
  content: "";
  left: -10px;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 1;
}

.hero-section-4 {
  position: relative;
}
.hero-section-4 .hero-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.counter-card-item {
  background: radial-gradient(88.98% 147.73% at 4.75% -21.98%, #0D0D0D 74.87%, #10240A 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  padding: 55px 50px;
  padding-top: 45px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .counter-card-item {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 767.98px) {
  .counter-card-item {
    padding: 30px;
  }
}
.counter-card-item::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 8px;
}
.counter-card-item .title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 110px;
}
@media (max-width: 1399.98px) {
  .counter-card-item .title {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .counter-card-item .title {
    font-size: 50px;
    margin-bottom: 60px;
  }
}
.counter-card-item p {
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color1);
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .counter-card-item p {
    font-size: 15px;
  }
}
.counter-card-item.ratote-2 {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media (max-width: 1199.98px) {
  .counter-card-item.ratote-2 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.counter-card-item.active::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  border-radius: 20px;
}
.counter-card-item.active .title {
  color: var(--headings-color);
}
.counter-card-item.active p {
  color: var(--headings-color);
}

.feature-section1 {
  background-color: #131212;
  padding-bottom: 300px;
  position: relative;
}
.feature-section1 .feature-button {
  max-width: 180px;
  margin: -60px auto -180px;
  position: relative;
  text-align: center;
  z-index: 99;
}
@media (max-width: 1499px) {
  .feature-section1 .feature-button {
    margin-top: 0;
  }
}
.feature-section1 .circle-box {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: #1B1919;
  border-radius: 50%;
  color: #D9D9D9;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 16px;
  font-weight: 600;
  height: 180px;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-top: 50px;
  min-width: 180px;
  position: relative;
  text-align: center;
  width: 180px;
}
.feature-section1 .circle-box span {
  position: relative;
  z-index: 9;
}
.feature-section1 .circle-box i {
  display: block;
  font-size: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.feature-section1 .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(217, 244, 95, 0.35);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.feature-section1 .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme-color1);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.feature-section1 .circle-box:hover::before {
  height: 100%;
  opacity: 1;
  width: 100%;
}
.feature-section1 .circle-box:hover::after {
  height: 100%;
  opacity: 1;
  width: 100%;
}
.feature-section1 .circle-box:hover span {
  color: var(--headings-color);
}
.feature-section1::before {
  position: absolute;
  top: 57%;
  left: 50%;
  width: 455px;
  height: 455px;
  content: "";
  background: var(--theme-color1);
  -webkit-filter: blur(127.85px);
          filter: blur(127.85px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
}
.feature-section1 .feature-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399.98px) {
  .feature-section1 .feature-shape {
    display: none;
  }
}
.feature-section1 .feature-wrapper {
  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;
  position: relative;
  gap: 0;
  margin-top: 170px;
}
@media (max-width: 1499px) {
  .feature-section1 .feature-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}
.feature-section1 .feature-wrapper {
  /* =========================================
  CARD BASE STYLE
   ========================================= */
}
.feature-section1 .feature-wrapper .feature-card {
  background: #1B1919;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 26px;
  max-width: 340px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 99;
}
@media (max-width: 1699.98px) {
  .feature-section1 .feature-wrapper .feature-card {
    padding: 30px;
  }
}
.feature-section1 .feature-wrapper .feature-card::before {
  background-color: var(--theme-color1);
  border-radius: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: initial;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: -1;
}
.feature-section1 .feature-wrapper .feature-card .content {
  margin-top: 35px;
}
.feature-section1 .feature-wrapper .feature-card .content p {
  color: #D9D9D9;
}
.feature-section1 .feature-wrapper .feature-card .icon {
  width: 103px;
  height: 103px;
  line-height: 103px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.feature-section1 .feature-wrapper .feature-card .title {
  margin-bottom: 15px;
  max-width: 200px;
  font-weight: 500;
}
.feature-section1 .feature-wrapper .feature-card .arrow-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 40px;
  background-color: transparent;
  color: var(--theme-color1);
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(225, 219, 209, 0.25);
  margin-top: 30px;
}
.feature-section1 .feature-wrapper .feature-card .arrow-icon svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.feature-section1 .feature-wrapper .feature-card .arrow-icon svg path {
  fill: var(--theme-color1);
}
.feature-section1 .feature-wrapper .feature-card .arrow-icon:hover svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.feature-section1 .feature-wrapper .feature-card:hover .icon i, .feature-section1 .feature-wrapper .feature-card:hover .icon svg, .feature-section1 .feature-wrapper .feature-card:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}
.feature-section1 .feature-wrapper .feature-card.active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.feature-section1 .feature-wrapper .feature-card.active .icon {
  background-color: #121419;
}
.feature-section1 .feature-wrapper .feature-card.active .content .title {
  color: #0F0B19;
}
.feature-section1 .feature-wrapper .feature-card.active .content p {
  color: #0F0B19;
}
.feature-section1 .feature-wrapper .feature-card.active .arrow-icon {
  border: 1px solid #0F0B19;
}
.feature-section1 .feature-wrapper .feature-card.active .arrow-icon svg path {
  fill: #090401;
}
.feature-section1 {
  /* =========================================
  PIXEL PERFECT POSITIONING (Desktop)
  ========================================= */
}
@media (min-width: 1499px) {
  .feature-section1 .feature-card.card-1 {
    z-index: 1;
  }
  .feature-section1 .feature-card.card-2 {
    z-index: 2;
  }
  .feature-section1 .feature-card.card-3 {
    z-index: 5;
  }
  .feature-section1 .feature-card.card-4 {
    z-index: 2;
  }
  .feature-section1 .feature-card.card-5 {
    z-index: 1;
  }
}
.feature-section1 .swiper-pagination {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.feature-section1 .swiper-pagination-bullet {
  background: #cfcfcf;
  border-radius: 3px;
  height: 8px;
  margin: 0 6px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 8px;
}
.feature-section1 .swiper-pagination-bullet-active {
  background: var(--theme-color-black);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  width: 12px;
}

.skills-section {
  position: relative;
  z-index: 9;
}
.skills-section .vec-shape {
  bottom: 15%;
  position: absolute;
  right: 0;
}

.feature-signle-box-area {
  max-width: 645px;
  overflow: hidden;
  padding: 2px;
  position: relative;
}
.feature-signle-box-area::before {
  background: conic-gradient(from var(--gradient-angle), #D9F45F, #FFFEF9, #FFFFFF, #D9F45F);
  border-radius: 30px;
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.feature-signle-box-area.active::before {
  opacity: 1;
  -webkit-animation: rotate 2.5s linear infinite;
          animation: rotate 2.5s linear infinite;
}
.feature-signle-box-area.active::after {
  opacity: 1;
  -webkit-animation: rotate 2.5s linear infinite;
          animation: rotate 2.5s linear infinite;
}
.feature-signle-box-area.active .feature-signle-box {
  background-color: #090401;
}
.feature-signle-box-area.style-left {
  margin-left: 10px;
}
@media (max-width: 1399.98px) {
  .feature-signle-box-area.style-left {
    margin-left: 0;
  }
}

.feature-signle-box {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background-color: var(--theme-color-black);
  border-radius: 30px;
  padding: 50px 60px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .feature-signle-box {
    padding: 30px;
    height: 100%;
  }
}
.feature-signle-box .number {
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 120px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 60px;
}
@media (max-width: 1199.98px) {
  .feature-signle-box .number {
    font-size: 70px;
    top: 0;
    right: 30px;
  }
}
.feature-signle-box .content {
  margin-top: 20px;
}
.feature-signle-box .content .title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .feature-signle-box .content .title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .feature-signle-box .content .title {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .feature-signle-box .content .title {
    font-size: 24px;
  }
}
.feature-signle-box .content p {
  max-width: 400px;
  color: #D9D9D9;
}
.feature-signle-box .content ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .feature-signle-box .content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feature-signle-box .content ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
}
.feature-signle-box:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}

.feature-section-2 {
  position: relative;
  z-index: 9;
}
.feature-section-2 .feature-object {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1899.98px) {
  .feature-section-2 .feature-object {
    display: none !important;
  }
}
.feature-section-2 .feature-light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature-section-2 .feature-shape {
  position: absolute;
  bottom: 8%;
  left: 0;
}
.feature-section-2 .feature-light2 {
  position: absolute;
  bottom: -35%;
  right: 0;
  z-index: -1;
}
.feature-section-2 .line-border {
  background: rgba(217, 217, 217, 0.04);
  bottom: 0;
  height: 1320px;
  left: 50.3%;
  position: absolute;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
}
@media (max-width: 1399.98px) {
  .feature-section-2 .line-border {
    display: none;
  }
}

.skill-section-2 {
  position: relative;
  z-index: 9;
}
.skill-section-2 .skill-area {
  background-color: #151515;
  border: 1px solid #3C3C3C;
  border-radius: 40px;
  margin: 0 60px;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1399.98px) {
  .skill-section-2 .skill-area {
    margin: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .skill-section-2 .skill-area {
    margin: 0 20px;
  }
}
.skill-section-2 .skill-title {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: 300px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(123, 123, 123, 0.07)), to(rgba(225, 225, 225, 0)));
  background: linear-gradient(180deg, rgba(123, 123, 123, 0.07) 0%, rgba(225, 225, 225, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.skill-section-2 .skill-box-item2 {
  border: 1px solid rgba(245, 247, 245, 0.05);
  padding: 18px 20px;
  border-radius: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.skill-section-2 .skill-box-item2 .icon {
  max-width: 70px;
  width: 100%;
  line-height: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 157, 0, 0.05);
}
.skill-section-2 .skill-box-item2 .content .title {
  font-weight: 500;
  font-size: 35px;
  line-height: 1;
}
.skill-section-2 .skill-box-item2 .content p {
  text-transform: uppercase;
  font-size: 14px;
}

.choose-us-image-items2 {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 1199.98px) {
  .choose-us-image-items2 {
    margin-top: 0;
  }
}
.choose-us-image-items2 .choose-circle-box {
  width: 217px;
  height: 217px;
  position: absolute;
  left: 50%;
  top: 68%;
  background: rgba(255, 255, 255, 0.1);
  border: 3.1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10.54px);
  border-radius: 62.6701px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .choose-us-image-items2 .choose-circle-box {
    width: 180px;
    height: 180px;
    bottom: initial;
    top: 69%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.choose-us-image-items2 .choose-circle-box .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.choose-us-image-items2 .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-items2 .choose-circle-box .circle-text textPath {
  fill: var(--theme-color-white);
  font-size: 18.849px;
  font-weight: 500;
  letter-spacing: 6.8px;
  text-transform: uppercase;
}
.choose-us-image-items2 .choose-circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.choose-us-image-items2 .choose-circle-box .number {
  width: 122px;
  height: 122px;
  line-height: 122px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  z-index: 1;
  position: absolute;
  color: var(--theme-color-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 65.1px;
  font-family: var(--heading-font-family);
  text-align: center;
  font-family: var(--heading-font-family);
}
@media (max-width: 991.98px) {
  .choose-us-image-items2 .choose-circle-box .number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
  }
  .choose-us-image-items2 .choose-circle-box .number img {
    width: 28px;
  }
}
.choose-us-image-items2 .thumb1 {
  border-radius: 30px;
  border-radius: 30px;
  padding-left: 130px;
}
@media (max-width: 1199.98px) {
  .choose-us-image-items2 .thumb1 {
    text-align: left;
    padding-left: 0;
  }
  .choose-us-image-items2 .thumb1 img {
    width: 100%;
  }
}
.choose-us-image-items2 .thumb1 img {
  border-radius: 30px;
}
.choose-us-image-items2 .thumb2 {
  position: absolute;
  bottom: -35%;
  left: 0;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .choose-us-image-items2 .thumb2 {
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .choose-us-image-items2 .thumb2 {
    max-width: 200px;
  }
  .choose-us-image-items2 .thumb2 img {
    width: 100%;
  }
}
.choose-us-image-items2 .thumb2 img {
  border-radius: 30px;
  border: 6px solid var(--theme-color3);
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
@media (max-width: 991.98px) {
  .choose-us-image-items2 .thumb2 img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.why-choose-us-content-2 {
  position: relative;
  z-index: 99;
}
.why-choose-us-content-2 .why-choose-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  letter-spacing: -0.32px;
  max-width: 458px;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-content-2 .section-title .title {
    font-size: 44px;
  }
}
.why-choose-us-content-2 ul {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .why-choose-us-content-2 ul {
    margin-top: 25px;
  }
}
.why-choose-us-content-2 ul li {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--theme-color-black);
  padding: 42px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  .why-choose-us-content-2 ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
}
.why-choose-us-content-2 ul li:not(:last-child) {
  margin-bottom: 20px;
}
.why-choose-us-content-2 ul li .icon {
  font-size: 60px;
  color: var(--theme-color1);
  line-height: 1;
}
.why-choose-us-content-2 ul li .icon img, .why-choose-us-content-2 ul li .icon i, .why-choose-us-content-2 ul li .icon svg {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.why-choose-us-content-2 ul li .content .title {
  font-size: 24px;
  color: var(--theme-color-white);
  font-weight: 500;
}
.why-choose-us-content-2 ul li .content p {
  margin-top: 5px;
  margin-bottom: 0;
  color: rgba(217, 217, 217, 0.6);
  padding-right: 40px;
}
.why-choose-us-content-2 ul li:hover {
  border-radius: 20px;
  background: var(--theme-color1);
}
.why-choose-us-content-2 ul li:hover .icon svg path {
  fill: var(--theme-color-white);
}
.why-choose-us-content-2 ul li:hover .icon img, .why-choose-us-content-2 ul li:hover .icon i, .why-choose-us-content-2 ul li:hover .icon svg {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.why-choose-us-content-2 ul li:hover .content p {
  color: var(--theme-color-white);
}

.feature-section-5 {
  position: relative;
  padding-top: 300px !important;
}
@media (max-width: 1699.98px) {
  .feature-section-5 {
    padding-top: 200px !important;
  }
}
@media (max-width: 1399.98px) {
  .feature-section-5 {
    padding-top: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .feature-section-5 {
    padding-top: 100px !important;
  }
}
@media (max-width: 991.98px) {
  .feature-section-5 {
    padding-top: 80px !important;
  }
}
.feature-section-5 .light-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-section-5 .feature-shape {
  position: absolute;
  top: -20%;
  right: 0;
  left: 0;
}
.feature-section-5 .feature-shape img {
  width: 100%;
}
.feature-section-5 .circle-box {
  position: absolute;
  bottom: 7%;
  left: 0;
}

.feature-box-item4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .feature-box-item4 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 350px;
    margin: 0 auto 25px;
  }
}
.feature-box-item4 .icon {
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 246, 191, 0.08);
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .feature-box-item4 .icon {
    margin: 0 auto;
  }
}
.feature-box-item4 .icon::after {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 100%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-box-item4 .title {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .feature-box-item4 .title {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
  }
}
.feature-box-item4:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.feature-box-item4:hover .icon::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.feature-section-3 .feature-text {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}
.feature-section-3 .feature-text span {
  display: inline-block;
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  font-size: 16px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 20px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1;
  margin-right: 10px;
}
.feature-section-3 .feature-text a {
  font-weight: 600;
  color: var(--theme-color1);
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
}

.quality-banner .quality-banner-thumb {
  height: 610px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .quality-banner .quality-banner-thumb {
    height: initial;
  }
}
.quality-banner .quality-banner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .quality-banner .quality-banner-thumb img {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .quality-banner .quality-banner-thumb img {
    height: 400px;
  }
}
.quality-banner .quality-banner-box {
  background-color: var(--theme-color1);
  border-radius: 30px;
  margin-top: -430px;
  max-width: 480px;
  padding: 20px 55px 70px;
  position: relative;
  z-index: 8;
}
@media (max-width: 1699.98px) {
  .quality-banner .quality-banner-box {
    margin-top: -300px;
  }
}
@media (max-width: 1199.98px) {
  .quality-banner .quality-banner-box {
    margin-top: -150px;
    padding: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .quality-banner .quality-banner-box {
    margin-top: -50px;
  }
}
.quality-banner .quality-banner-box .award-top {
  -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;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .quality-banner .quality-banner-box .award-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
  }
}
.quality-banner .quality-banner-box .award-top span {
  font-weight: 700;
  font-size: 55px;
  font-family: var(--heading-font-family);
  color: var(--headings-color);
}
.quality-banner .quality-banner-box .award-top .award-title {
  font-size: 17px;
  max-width: 225px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: var(--headings-color);
  text-transform: uppercase;
}
.quality-banner .quality-banner-box .title {
  font-size: 35px;
  color: var(--theme-color-black);
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .quality-banner .quality-banner-box .title {
    font-size: 28px;
  }
}
.quality-banner .quality-banner-box ul {
  margin-top: 50px;
}
.quality-banner .quality-banner-box ul li {
  color: var(--theme-color-black);
  font-size: 18px;
  font-weight: 500;
}
.quality-banner .quality-banner-box ul li:not(:last-child) {
  margin-bottom: 5px;
}
.quality-banner .quality-banner-box .theme-btn {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  margin-top: 35px;
}
.quality-banner .quality-banner-box .theme-btn .dot-box {
  background-color: var(--theme-color-white);
}
.quality-banner .quality-banner-box .theme-btn .dot-box .dot-item {
  background-color: var(--headings-color);
}
.quality-banner .quality-banner-box .theme-btn .dot-box .dot-item::before, .quality-banner .quality-banner-box .theme-btn .dot-box .dot-item::after {
  background-color: var(--theme-color-black);
}

.award-content-3 p {
  max-width: 490px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .award-content-3 p {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.award-content-3 .award-image {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .award-content-3 .award-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .award-content-3 .award-image {
    display: none;
  }
}
.award-content-3 .award-image .light-shape {
  position: absolute;
  top: -30%;
  left: 0;
  z-index: -1;
}

.award-list-block-3 li {
  background-color: var(--theme-color-black);
  border: 1px solid #222;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
}
.award-list-block-3 li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .award-list-block-3 li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.award-list-block-3 li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 5%;
  bottom: 0;
  content: "";
  height: 99.8%;
  background-color: var(--theme-color1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
}
.award-list-block-3 li .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .award-list-block-3 li .shape1 {
    display: none;
  }
}
.award-list-block-3 li .number-list {
  background-color: #121310;
  height: 260px;
  line-height: 260px;
  display: inline-block;
  padding: 0 35px;
  position: relative;
}
.award-list-block-3 li .number-list .hover-image {
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  bottom: 0;
  border-radius: 10px 0px 0px 10px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.award-list-block-3 li .number-list .hover-image img {
  height: 100%;
}
.award-list-block-3 li .number-list .number {
  font-size: 42px;
  font-weight: 600;
  color: var(--theme-color-white);
  position: relative;
  z-index: 9;
}
.award-list-block-3 li .content {
  padding: 60px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .award-list-block-3 li .content {
    padding: 20px;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .award-list-block-3 li .content img {
    width: 100%;
  }
}
.award-list-block-3 li .content .title {
  margin-top: 10px;
}
.award-list-block-3 li .content .year {
  display: inline-block;
  font-size: 20px;
  margin-top: 25px;
}
.award-list-block-3 li:hover::before {
  width: 100%;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.award-list-block-3 li:hover .number-list .hover-image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.award-list-block-3 li:hover .content .title {
  color: var(--headings-color);
}
.award-list-block-3 li:hover .content .year {
  color: var(--headings-color);
}
.award-list-block-3 li:hover .content img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.award-list-block-3 li:hover .shape1 img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.feature-block-card {
  border: 1px solid var(--border-color1-rgba);
  border-radius: 40px;
}
.feature-block-card .content {
  padding: 50px 0px 0 40px;
}
@media (max-width: 767.98px) {
  .feature-block-card .content {
    padding-right: 40px;
  }
}
.feature-block-card .content.content-style-2 {
  text-align: right;
  padding: 0;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .feature-block-card .content.content-style-2 {
    padding-left: 30px;
  }
  .feature-block-card .content.content-style-2 p {
    margin-left: 0 !important;
  }
}
.feature-block-card .content.content-style-2 p {
  letter-spacing: -0.32px;
  color: var(--theme-color-white);
  opacity: 0.6 !important;
  margin-left: -50px;
}
.feature-block-card .content .title {
  padding-bottom: 190px;
}
@media (max-width: 991.98px) {
  .feature-block-card .content .title {
    padding-bottom: 90px;
  }
}
.feature-block-card .content .text {
  padding-top: 30px;
  border-top: 1px solid var(--border-color1-rgba);
}
.feature-block-card .image {
  width: 100%;
  height: 480px;
}
.feature-block-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-block-card.style-box-3 {
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--body-bg);
}
.feature-block-card.style-box-3::before {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 264px;
  height: 265px;
  content: "";
  border-radius: 263px;
  background: rgba(100, 122, 1, 0.8);
  -webkit-filter: blur(127.8499984741px);
          filter: blur(127.8499984741px);
}
.feature-block-card.style-box-3 .title {
  color: var(--theme-color-white);
  font-size: 35px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
  max-width: 300px;
}
@media (max-width: 1399.98px) {
  .feature-block-card.style-box-3 .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .feature-block-card.style-box-3 .title {
    font-size: 30px;
  }
}
.feature-block-card.style-box-3 .post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .feature-block-card.style-box-3 .post-tag {
    margin-top: 25px;
  }
}
.feature-block-card.style-box-3 .post-tag li {
  display: inline-block;
  color: #121019;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 20.113px;
  border: 1px solid var(--body-bg);
  background-color: var(--theme-color1);
  text-transform: capitalize;
  padding: 12px 17px;
  line-height: 1;
}
.feature-block-card.style-box-3 .post-tag li:nth-last-of-type(2) {
  background-color: var(--theme-color1);
}
.feature-block-card.style-box-3 .post-tag li:last-child {
  background-color: #161616;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--theme-color-white);
}
.feature-block-card.style-box-3 .light-image {
  margin-left: -30px;
}
@media (max-width: 767.98px) {
  .feature-block-card.style-box-3 .light-image {
    text-align: center;
    margin-left: 0;
  }
}

.feature-box-style-3 {
  border-radius: 24px;
  background: var(--body-bg);
  padding: 65px 35px 0;
  overflow: hidden;
}
.feature-box-style-3 .title {
  color: var(--theme-color-white);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.feature-box-style-3 p {
  color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  opacity: 0.6;
}
.feature-box-style-3 .thumb1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -60px;
}
@media (max-width: 1399.98px) {
  .feature-box-style-3 .thumb1 img {
    width: 100%;
  }
}

.feature-block {
  position: relative;
  z-index: 1;
  border: 1px solid var(--border-color1-rgba);
  border-radius: 40px;
  margin-top: 24px;
}
.feature-block.style-page-5 {
  margin-top: 0;
  border: none;
  border-radius: 30px;
  background: #D9F45F;
}
.feature-block.style-page-5 .image {
  height: 180px;
}
.feature-block.style-page-5 .title {
  color: var(--headings-color);
  font-weight: 500;
}
.feature-block.style-page-5 .text {
  color: var(--theme-color3);
  opacity: 0.6;
}
.feature-block.style-page-5 .content {
  padding-top: 0;
}
.feature-block.performance-box-style {
  background-color: var(--theme-color-white);
  overflow: hidden;
  border: none;
}
.feature-block.performance-box-style span {
  color: var(--body-bg);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  display: inline-block;
}
.feature-block.performance-box-style .title {
  color: var(--body-bg);
  font-size: 30px;
  font-weight: 500;
  line-height: 134%;
}
.feature-block.performance-box-style .arrow-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--body-bg);
  color: var(--theme-color-white);
  font-size: 22px;
  margin-top: 15px;
}
.feature-block.performance-box-style .arrow-icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.feature-block.performance-box-style .image-2 {
  text-align: center;
}
.feature-block.motion-box {
  border-radius: 24px;
  background: var(--body-bg);
  padding: 80px 35px;
  padding-top: 0;
}
.feature-block.motion-box .content {
  padding: 0;
  margin-top: 88px;
}
.feature-block.strengthen-box-style {
  background-color: var(--theme-color1);
  padding: 55px 25px 20px;
}
.feature-block.strengthen-box-style .content {
  padding: 0;
  margin-bottom: 40px;
}
.feature-block.strengthen-box-style .content span {
  color: var(--body-bg);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  display: inline-block;
}
.feature-block.strengthen-box-style .title {
  font-size: 30px;
  color: var(--body-bg);
}
@media (max-width: 1399.98px) {
  .feature-block.strengthen-box-style .title {
    font-size: 25px;
  }
}
.feature-block .content {
  padding: 50px 40px 20px;
}
.feature-block .image {
  width: 100%;
  height: 345px;
  margin: 0 auto;
}
.feature-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-block.style-2 {
  background-color: var(--theme-color1);
}
.feature-block.style-2 .image {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}
.feature-block.style-2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-block.style-2 .content {
  padding: 30px 40px;
}
.feature-block.style-2 .content .title {
  color: var(--theme-color3);
}
.feature-block.style-2 .content .text {
  padding-top: 20px;
  color: var(--theme-color3);
}

.feature-section-3 {
  position: relative;
  z-index: 9;
}
.feature-section-3 .line-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.feature-section-3 .light-bg {
  position: absolute;
  right: 0;
  top: -30%;
}

.about-left-style-1 {
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .about-left-style-1 {
    margin-right: 0;
  }
}
.about-left-style-1 p {
  max-width: 335px;
}
.about-left-style-1 .counter-left {
  margin-top: 230px;
}
@media (max-width: 991.98px) {
  .about-left-style-1 .counter-left {
    margin-top: 50px;
  }
}
.about-left-style-1 .counter-left .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
.about-left-style-1 .counter-left .client-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
}
.about-left-style-1 .counter-left .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-left-style-1 .counter-left .client-image .icon-1 {
  margin-right: -10px;
}
.about-left-style-1 .counter-left .client-image .icon-2 {
  margin-right: -10px;
}
.about-left-style-1 .counter-left .client-image .icon-3 {
  margin-right: -10px;
}
.about-left-style-1 .counter-left .client-image .icon-4 {
  margin-right: -10px;
}
@media (max-width: 1399.98px) {
  .about-left-style-1 .counter-left .title {
    font-size: 45px;
  }
}
.about-left-style-1 .counter-left .title sub {
  bottom: -5px;
  left: -12px;
}
.about-left-style-1 .counter-left .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 10px;
}
.about-left-style-1 .counter-left .count-box p {
  color: var(--theme-color-white);
  max-width: 95px;
}
@media (max-width: 1399.98px) {
  .about-left-style-1 .counter-left .count-box p {
    max-width: 75px;
  }
}
.about-left-style-1 .counter-left .line {
  width: 303px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.24%, rgba(217, 244, 95, 0.17)), color-stop(48.44%, #D9F45F), to(#0D0D0D));
  background: linear-gradient(90deg, rgba(217, 244, 95, 0.17) 3.24%, #D9F45F 48.44%, #0D0D0D 100%);
}

.about-image-style-1 {
  border-radius: 12px;
  position: relative;
  height: 490px;
}
@media (max-width: 991.98px) {
  .about-image-style-1 {
    margin-top: 15px;
  }
}
.about-image-style-1 img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-image-style-1 .about-info {
  background-color: var(--theme-color1);
  border-radius: 20px;
  padding: 23px 30px;
  position: absolute;
  left: 30px;
  bottom: 20px;
  max-width: 350px;
}
.about-image-style-1 .about-info img {
  width: initial;
  height: initial;
  border-radius: 0;
}
.about-image-style-1 .about-info p {
  color: var(--headings-color);
  font-weight: 500;
  margin-top: 15px;
}

.about-counter-item-1 {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .about-counter-item-1 {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .about-counter-item-1 {
    margin-top: 15px;
  }
}
.about-counter-item-1 ul {
  margin-bottom: 48px;
}
.about-counter-item-1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 1199.98px) {
  .about-counter-item-1 ul li {
    gap: 15px;
  }
}
.about-counter-item-1 ul li .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color1);
  text-align: center;
  border-radius: 50%;
}
.about-counter-item-1 ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  margin-bottom: 45px;
  padding-bottom: 45px;
}
@media (max-width: 991.98px) {
  .about-counter-item-1 ul li:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.about-counter-item-1 ul li .content .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .about-counter-item-1 ul li .content .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.about-counter-item-1 ul li:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}

.about-section {
  position: relative;
}
.about-section .about-shape1 {
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media (max-width: 1699.98px) {
  .about-section .about-shape1 {
    display: none !important;
  }
}
.about-section .about-top-counter {
  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-section .about-top-counter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.about-section .about-top-counter .year-box {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #222222;
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 575.98px) {
  .about-section .about-top-counter .year-box {
    width: 170px;
    height: 170px;
  }
}
.about-section .about-top-counter .year-box p {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-white);
}
.about-section .about-top-counter .year-box .year-title {
  font-size: 48px;
  color: var(--theme-color-white);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .about-section .about-top-counter .year-box .year-title {
    font-size: 30px;
  }
}
.about-section .about-top-counter .count-box {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  text-align: center;
  padding-top: 50px;
  margin-left: -45px;
}
@media (max-width: 575.98px) {
  .about-section .about-top-counter .count-box {
    width: 170px;
    height: 170px;
  }
}
.about-section .about-top-counter .count-box p {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-black);
}
.about-section .about-top-counter .count-box .title {
  font-size: 48px;
  font-weight: 500;
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .about-section .about-top-counter .count-box .title {
    font-size: 30px;
  }
}

.about-items2 {
  position: relative;
}
.about-items2 .about-circle-box {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(10.5399999619px);
  z-index: 99;
}
.about-items2 .about-circle-box .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-items2 .about-circle-box .circle-text img {
  width: initial;
  height: initial;
}
.about-items2 .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-items2 .about-circle-box .circle-text textPath {
  fill: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 6px;
}
.about-items2 .about-circle-box .circle-text .highlight {
  fill: var(--theme-color3);
}
.about-items2 .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-items2 .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: 35px;
  font-weight: 500;
  text-transform: uppercase;
}
.about-items2 .about-image-style2 {
  max-width: 535px;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-items2 .about-image-style2 {
    max-width: initial;
  }
}
@media (max-width: 469.98px) {
  .about-items2 .about-image-style2 .img-reveal {
    height: 560px;
  }
  .about-items2 .about-image-style2 .img-reveal img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-items2 .about-image-style2 .about-box {
  background-color: var(--theme-color-black);
  padding: 50px 28px;
  position: absolute;
  bottom: 0;
  right: -125px;
  max-width: 280px;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 1399.98px) {
  .about-items2 .about-image-style2 .about-box {
    right: -40px;
  }
}
@media (max-width: 991.98px) {
  .about-items2 .about-image-style2 .about-box {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .about-items2 .about-image-style2 .about-box {
    padding: 25px;
  }
}
.about-items2 .about-image-style2 .about-box .icon {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 15px;
}
.about-items2 .about-image-style2 .about-box .icon img {
  border-radius: 0;
}
.about-items2 .about-image-style2 .about-box p {
  max-width: 170px;
}
.about-items2 .about-image-style2 .about-box .number {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 90px;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .about-items2 .about-image-style2 .about-box .number {
    font-size: 40px;
  }
}
.about-items2 .about-image-style2 .about-box .number sub {
  bottom: 0px;
  font-size: 50px;
  right: 15px;
}
@media (max-width: 575.98px) {
  .about-items2 .about-image-style2 .about-box .number sub {
    font-size: 30px;
    right: 10px;
  }
}
.about-items2 .about-image-style2 img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.about-items3 {
  margin-left: 60px;
}
@media (max-width: 991.98px) {
  .about-items3 {
    margin-left: 0;
  }
}
.about-items3 .text {
  max-width: 455px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.34);
  padding-bottom: 35px;
  margin-bottom: 35px;
  color: #D9D9D9;
}
.about-items3 .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media (max-width: 1199.98px) {
  .about-items3 .about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.about-items3 .about-list ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-white);
}
.about-items3 .about-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about-items3 .about-image-style2 {
  margin-top: 50px;
}
.about-items3 .about-image-style2 img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.about-items3 .about-info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.about-items3 .about-info-2 .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-items3 .about-info-2 .client-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
}
.about-items3 .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-items3 .about-info-2 .client-image .icon-1 {
  margin-right: -10px;
}
.about-items3 .about-info-2 .client-image .icon-2 {
  margin-right: -10px;
}
.about-items3 .about-info-2 .client-image .icon-3 {
  margin-right: -10px;
}
.about-items3 .about-info-2 p {
  color: var(--theme-color-white);
}
.about-items3 .about-info-2 p b {
  color: var(--theme-color1);
  font-weight: 400;
}
.about-items3 .about-btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
@media (max-width: 1199.98px) {
  .about-items3 .about-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .about-items3 .about-btn {
    margin-top: 30px;
  }
}
.about-items3 .about-btn .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.about-items3 .about-btn .client-info .info-content .info-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-white);
  line-height: 1.4;
}

.about-video-section {
  margin-top: 190px;
  position: relative;
}
.about-video-section .video-light {
  position: absolute;
  top: -80%;
  left: 0;
  z-index: -1;
}
.about-video-section .video-vec {
  position: absolute;
  top: -100px;
  left: 10%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .about-video-section .video-vec {
    max-width: 170px;
  }
  .about-video-section .video-vec img {
    width: 100%;
    height: 100%;
  }
}

.about-image-video {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}
@media (max-width: 1199.98px) {
  .about-image-video {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .about-image-video {
    margin-top: 80px;
  }
}
.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::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-color1);
  background-color: var(--theme-color-black);
  border-radius: 50%;
  z-index: 9;
}
.about-image-video .video-outer::before {
  background-color: var(--theme-color1);
  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 rgb(255, 255, 255);
  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-black);
  font-family: var(--heading-font-family);
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .about-image-video .watch-title {
    padding: 0 30px;
  }
}
.about-image-video .watch-title img {
  width: 100%;
}

.about-section-2 {
  position: relative;
  z-index: 9;
}
.about-section-2 .about-shape1 {
  position: absolute;
  top: 120px;
  right: -5%;
  z-index: -1;
}
.about-section-2 .about-shape2 {
  position: absolute;
  bottom: 0;
  left: -8%;
}

.about-image-items-5 {
  position: relative;
  margin-top: 110px;
}
@media (max-width: 1199.98px) {
  .about-image-items-5 {
    margin-top: 50px;
  }
}
.about-image-items-5 .thumb1 {
  max-width: 435px;
}
@media (max-width: 1399.98px) {
  .about-image-items-5 .thumb1 {
    max-width: 380px;
  }
}
@media (max-width: 1199.98px) {
  .about-image-items-5 .thumb1 {
    max-width: 900px;
  }
}
.about-image-items-5 .thumb1 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.about-image-items-5 .thumb2 {
  bottom: -20px;
  max-width: 232px;
  position: absolute;
  right: -35px;
}
@media (max-width: 1399.98px) {
  .about-image-items-5 .thumb2 {
    bottom: 15%;
    right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .about-image-items-5 .thumb2 {
    bottom: 90px;
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-image-items-5 .thumb2 {
    max-width: 200px;
  }
  .about-image-items-5 .thumb2 img {
    width: 100%;
  }
}
.about-image-items-5 .thumb2 img {
  border-radius: 30px;
}
.about-image-items-5 .client-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.about-image-items-5 .client-item .client-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-image-items-5 .client-item .client-image img {
  border-radius: 50%;
  border: 2px solid #000;
  height: 40px;
  width: 40px;
}
.about-image-items-5 .client-item .client-image span {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--theme-color-black);
  display: inline-block;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.about-image-items-5 .client-item .client-image .icon-1 {
  margin-right: -10px;
}
.about-image-items-5 .client-item .client-image .icon-2 {
  margin-right: -10px;
}
.about-image-items-5 .client-item .client-image .icon-3 {
  margin-right: -10px;
}
.about-image-items-5 .client-item .client-image .icon-4 {
  margin-right: -10px;
}
.about-image-items-5 .client-item p {
  font-size: 16px;
  font-weight: 600;
  max-width: 125px;
}
.about-image-items-5 .client-item p b {
  color: var(--theme-color1);
}

.about-content-items-5 .section-title {
  margin-left: -25px;
}
@media (max-width: 1399.98px) {
  .about-content-items-5 .section-title {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .about-content-items-5 .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 469.98px) {
  .about-content-items-5 .section-title .title {
    font-size: 35px;
    line-height: 40px;
  }
}
.about-content-items-5 .section-title .title span {
  font-family: "Playfair Display";
}
.about-content-items-5 .box-item {
  position: relative;
  max-width: 648px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .about-content-items-5 .box-item {
    margin-left: initial;
  }
}
.about-content-items-5 .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-items-5 .box-item::before {
    display: none;
  }
}
.about-content-items-5 .box-item .box-title {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  margin-top: 70px;
  padding: 40px 35px;
  padding-right: 50px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .about-content-items-5 .box-item .box-title {
    margin-top: 30px;
    font-size: 20px;
    padding: 24px 28px;
    line-height: 156%;
  }
}
.about-content-items-5 .about-counter-area {
  max-width: 648px;
  margin-left: auto;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .about-content-items-5 .about-counter-area {
    margin-left: initial;
    margin-top: 30px;
  }
}
.about-content-items-5 .about-counter-items {
  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-items-5 .about-counter-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-content-items-5 .about-counter-items {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about-content-items-5 .about-counter-items .about-counter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 1399.98px) {
  .about-content-items-5 .about-counter-items .about-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.about-content-items-5 .about-counter-items .about-counter .count-box .title {
  color: var(--theme-color-white);
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .about-content-items-5 .about-counter-items .about-counter .count-box .title {
    font-size: 50px;
  }
}
.about-content-items-5 .about-counter-items .about-counter .count-box p {
  text-transform: capitalize;
  color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 500;
  max-width: 146px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1199.98px) {
  .about-content-items-5 .about-counter-items .about-counter .count-box p {
    font-size: 16px;
  }
}
.about-content-items-5 .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-items-5 .about-counter-items .about-counter .line-right {
    display: none;
  }
}
.about-content-items-5 .about-counter-items .about-circle-box {
  width: 140px;
  height: 140px;
  line-height: 140px;
  position: relative;
  text-align: center;
}
.about-content-items-5 .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-items-5 .about-counter-items .about-circle-box img {
  position: relative;
}
.about-content-items-5 .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-items-5 .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-white);
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
}

.about-section-5 {
  position: relative;
}
.about-section-5 .about-1ellipse {
  position: absolute;
  bottom: -30%;
  left: 20%;
}
.about-section-5 .about-line {
  position: absolute;
  top: 10%;
  left: 0;
}
.about-section-5 .about-shape {
  position: absolute;
  top: 120px;
  right: 0;
}

.about-image-style-3 {
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-image-style-3 {
    margin-bottom: 30px;
  }
}
.about-image-style-3 .bar-box {
  height: 324px;
  width: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C3F53C), to(rgba(114, 143, 35, 0)));
  background: linear-gradient(180deg, #C3F53C 0%, rgba(114, 143, 35, 0) 100%);
  border-radius: 82px;
  display: inline-block;
  position: absolute;
  left: 25px;
  z-index: 5;
}
.about-image-style-3 .money-shape {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 5;
}
.about-image-style-3 .thumb-1 {
  text-align: right;
  max-width: 552px;
  margin-left: auto;
  border-radius: 40px;
}
.about-image-style-3 .thumb-1 img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.about-image-style-3 .thumb-2 {
  max-width: 450px;
  margin-top: -145px;
  border-radius: 40px;
}
@media (max-width: 1199.98px) {
  .about-image-style-3 .thumb-2 {
    max-width: 320px;
  }
}
@media (max-width: 575.98px) {
  .about-image-style-3 .thumb-2 {
    max-width: 250px;
  }
}
.about-image-style-3 .thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.about-image-style-3 .about-info {
  background: radial-gradient(88.98% 149.18% at 4.75% -22.2%, #0D0D0D 55.29%, #10240A 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 30px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 45px;
  right: 0;
}
@media (max-width: 575.98px) {
  .about-image-style-3 .about-info {
    display: none;
  }
}
.about-image-style-3 .about-info .icon {
  background-color: var(--theme-color1);
  text-align: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
}
@media (max-width: 575.98px) {
  .about-image-style-3 .about-info .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}
.about-image-style-3 .about-info .content .number {
  font-weight: 500;
}
.about-image-style-3 .about-info .content .number a {
  color: var(--theme-color1);
}

.about-single-content-3 {
  margin-left: 40px;
}
@media (max-width: 1399.98px) {
  .about-single-content-3 {
    margin-left: 0;
  }
}
.about-single-content-3 .about-text {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .about-single-content-3 .about-text {
    margin-top: 15px;
  }
}
.about-single-content-3 .about-box-item {
  padding: 40px;
  background: radial-gradient(88.98% 149.18% at 4.75% -22.2%, #0D0D0D 74.87%, #10240A 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .about-single-content-3 .about-box-item {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-single-content-3 .about-box-item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about-single-content-3 .about-box-item .about-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about-single-content-3 .about-box-item .about-shape {
    display: none;
  }
}
.about-single-content-3 .about-box-item .about-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .about-single-content-3 .about-box-item .about-icon-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.about-single-content-3 .about-box-item .about-icon-list li .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.about-single-content-3 .about-box-item .about-icon-list li .icon-items .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}
.about-single-content-3 .about-box-item .about-icon-list li .icon-items .title {
  font-weight: 500;
  color: var(--theme-color-white);
}
.about-single-content-3 .about-box-item .about-check-list li {
  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;
}
.about-single-content-3 .about-box-item .about-check-list li i {
  color: var(--theme-color1);
}
.about-single-content-3 .about-box-item .about-check-list li:not(:last-child) {
  margin-bottom: 10px;
}

.about-section-4 .section-title {
  position: relative;
  z-index: 9;
}

.about-counter-block-4 {
  background: radial-gradient(88.98% 149.18% at 4.75% -22.2%, #0D0D0D 74.87%, #10240A 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 360px;
  width: 400px;
  height: 400px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.about-counter-block-4 .light-shape {
  position: absolute;
  top: -80%;
  left: -80%;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .about-counter-block-4 .light-shape {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .about-counter-block-4 {
    width: 350px;
    height: 350px;
  }
  .about-counter-block-4 .title {
    font-size: 120px !important;
  }
}
@media (max-width: 469.98px) {
  .about-counter-block-4 {
    width: 290px;
    height: 290px;
  }
}
.about-counter-block-4 .title {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.43);
  font-size: 180px;
  font-weight: 500;
  line-height: 1;
}
.about-counter-block-4 p {
  max-width: 238px;
  margin: 0 auto 0;
}
.about-counter-block-4 .text-circle {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  background-color: #010103;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .about-counter-block-4 .text-circle {
    display: none;
  }
}
.about-counter-block-4 .text-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.about-counter-block-4 .text-circle img {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.about-counter-block-4 .text-circle .down-icon {
  text-align: center;
  font-size: 22px;
  color: var(--theme-color-black);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
.about-counter-block-4 .text-circle .down-icon i {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.about-block-content-4 {
  margin-left: 40px;
  position: relative;
}
.about-block-content-4 .light-shape2 {
  position: absolute;
  bottom: -50%;
  right: -50%;
}
@media (max-width: 1399.98px) {
  .about-block-content-4 .light-shape2 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .about-block-content-4 {
    margin-left: 0;
  }
}
.about-block-content-4 .text {
  color: rgb(217, 217, 217);
  max-width: 600px;
  margin-bottom: 0;
}
.about-block-content-4 .about-icon-items {
  margin-left: 50px;
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .about-block-content-4 .about-icon-items {
    margin-left: 0;
  }
}
.about-block-content-4 .about-icon-items ul {
  margin-bottom: 50px;
}
.about-block-content-4 .about-icon-items ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.about-block-content-4 .about-icon-items ul li:not(:last-child) {
  margin-bottom: 30px;
}
.about-block-content-4 .about-icon-items ul li .icon {
  width: 100%;
  height: 60px;
  line-height: 60px;
  max-width: 60px;
  background-color: var(--theme-color1);
  text-align: center;
  border-radius: 50%;
}
.about-block-content-4 .about-icon-items ul li .content .about-title {
  color: var(--theme-color-white);
  font-weight: 500;
  margin-bottom: 10px;
}
.about-block-content-4 .about-thumb-1 {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-block-content-4 .about-thumb-1 {
    margin-left: 0;
  }
}
.about-block-content-4 .about-thumb-1 .traffic-grap {
  position: absolute;
  bottom: 70px;
  right: -90px;
}
@media (max-width: 1699.98px) {
  .about-block-content-4 .about-thumb-1 .traffic-grap {
    right: -40px;
  }
}
@media (max-width: 1199.98px) {
  .about-block-content-4 .about-thumb-1 .traffic-grap {
    right: 10px;
  }
}
.about-block-content-4 .about-thumb-1 .traffic-grap img {
  border-radius: 0;
}
.about-block-content-4 .about-thumb-1 img {
  border-radius: 300px 300px 20px 20px;
  width: 100%;
  height: 100%;
}

.service-items {
  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;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .service-items {
    display: block;
    padding: 30px 0;
    padding-right: 30px;
  }
}
.service-items::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100px;
}
.service-items .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .service-items .content {
    gap: 40px;
  }
}
.service-items .content span {
  font-size: 35px;
  color: var(--theme-color-white);
  font-weight: 500;
  font-family: var(--heading-font-family);
}
@media (max-width: 1199.98px) {
  .service-items .content span {
    font-size: 28px;
  }
}
.service-items .content .title {
  font-size: 35px;
}
@media (max-width: 1199.98px) {
  .service-items .content .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .service-items .content .title {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .service-items .content .title {
    font-size: 24px;
  }
}
.service-items .icon {
  font-size: 26px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  display: inline-block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .service-items .icon {
    margin-top: 30px;
  }
}
.service-items .hover-image {
  width: 365px;
  height: 250px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
  border-radius: 20px;
  visibility: hidden;
}
.service-items:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.service-items.active {
  padding-left: 40px;
}
.service-items.active::before {
  width: 100%;
  right: 100%;
  background-color: var(--theme-color1);
}
.service-items.active .content span {
  color: var(--headings-color);
}
.service-items.active .content .title a {
  color: var(--headings-color);
}
.service-items.active .icon {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (max-width: 991.98px) {
  .service-section .circle-area {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}
.service-section .circle-box {
  width: 180px;
  min-width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: rgba(255, 255, 255, 0.09);
  font-size: 16px;
  font-weight: 600;
  color: #D9D9D9;
}
.service-section .circle-box span {
  position: relative;
  z-index: 9;
  padding-top: 15px;
}
.service-section .circle-box i {
  display: block;
  font-size: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service-section .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(217, 244, 95, 0.35);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.service-section .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme-color1);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.service-section .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.service-section .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.service-section .circle-box:hover span {
  color: var(--headings-color);
}

.service-section-2 .section-title {
  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) {
  .service-section-2 .section-title {
    display: block;
  }
}
.service-section-2 .section-title .title {
  font-weight: 400;
  font-size: 140px;
  letter-spacing: -3%;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .service-section-2 .section-title .title {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .service-section-2 .section-title .title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .service-section-2 .section-title .title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .service-section-2 .section-title .title {
    font-size: 48px;
  }
}
.service-section-2 .section-title .title span {
  color: var(--theme-color1);
  font-size: 70px;
}
@media (max-width: 767.98px) {
  .service-section-2 .section-title .title span {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .service-section-2 .section-title .title span {
    font-size: 48px;
  }
}
.service-section-2 .service-text {
  max-width: 450px;
  margin-left: auto;
  color: #D9D9D9;
}
@media (max-width: 1199.98px) {
  .service-section-2 .service-text {
    margin-left: 0;
    max-width: 550px;
  }
}
.service-section-2 .container-fluid {
  max-width: 1760px;
}
@media (max-width: 1199.98px) {
  .service-section-2 .container-fluid {
    padding: 0 22px;
  }
}

.service-list-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 140px;
  border-top: 1px solid rgba(217, 217, 217, 0.11);
  padding: 50px 0;
  position: relative;
  z-index: 9;
  padding-left: 60px;
}
@media (max-width: 1199.98px) {
  .service-list-style1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .service-list-style1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.service-list-style1::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100px;
  border-radius: 30px;
}
.service-list-style1 .title {
  font-weight: 400;
  font-size: 70px;
  text-transform: capitalize;
  max-width: 530px;
  width: 100%;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .service-list-style1 .title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .service-list-style1 .title {
    font-size: 32px;
  }
}
.service-list-style1 p {
  max-width: 360px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .service-list-style1 p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.service-list-style1 .hover-image {
  width: 262px;
  height: 260px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
}
.service-list-style1:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.service-list-style1.active::before {
  width: 100%;
  right: 100%;
  background-color: var(--theme-color1);
}
.service-list-style1.active .title a {
  color: var(--headings-color);
}
.service-list-style1.active p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  color: var(--headings-color);
}

.service-section-2 {
  position: relative;
  z-index: 9;
}
.service-section-2 .service-ellipse {
  position: absolute;
  bottom: -30%;
  left: 0;
  z-index: -1;
}

.service-five {
  position: relative;
}
.service-five .service-shape {
  position: absolute;
  bottom: -150px;
  right: 0px;
}
@-webkit-keyframes qodef-animate-image-out {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-out {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    -webkit-transform: scale(1.05) translateZ(0);
            transform: scale(1.05) translateZ(0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    -webkit-transform: scale(1.05) translateZ(0);
            transform: scale(1.05) translateZ(0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
.service-five .section-title {
  padding-bottom: 30px;
}
.service-five .nav {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 40px;
  margin-top: 30px;
}
@media (max-width: 1399.98px) {
  .service-five .nav {
    margin-right: 30px;
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .service-five .nav {
    margin-right: 0;
  }
}
.service-five .inner {
  margin: 0 60px;
  border-radius: 40px;
  margin-bottom: -30px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1699.98px) {
  .service-five .inner {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .service-five .inner {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .service-five .inner {
    margin: 0 15px;
  }
}
.service-five .image-box {
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .service-five .image-box {
    margin-right: 0;
    padding-right: 0;
    border: 0;
    padding-left: 0;
  }
}
.service-five .image-box .image {
  width: 100%;
  height: 595px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 1199.98px) {
  .service-five .image-box .image img {
    width: 100%;
    height: 100%;
  }
}
.service-five .image-box .image .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 470px;
  width: 100%;
  padding: 30px 50px;
  padding-top: 0;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .service-five .image-box .image .content {
    padding: 30px;
    bottom: 25px;
    left: 25px;
    right: 25px;
    width: initial;
    padding-top: 0;
  }
}
.service-five .image-box .image .content::before {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(17.5px);
  border-radius: 40px;
  z-index: -1;
}
.service-five .image-box .image .content .icon {
  width: 60px;
  height: 62px;
  background-color: var(--theme-color1);
  text-align: center;
  line-height: 62px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.service-five .image-box .image .content .icon img {
  width: initial;
  height: initial;
  border-radius: 0;
}
.service-five .image-box .image .content .title a:hover {
  color: var(--theme-color1);
}
.service-five .image-box .image .content p {
  max-width: 310px;
  margin-top: 10px;
  color: rgb(229, 231, 235);
}
.service-five .image-box .image .content .link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.service-five .image-box .image .hover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-five .image-box .image .hover-img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-five .image-box:hover .image .hover-img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-five .image-box:hover .image .hover-img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-five .nav-item {
  width: 100%;
}

.service-block-three {
  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%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 55px;
  padding: 25px 30px;
  margin-top: 18px;
  z-index: 1;
  overflow: hidden;
  max-width: 535px;
}
@media (max-width: 991.98px) {
  .service-block-three {
    max-width: initial;
  }
}
@media (max-width: 575.98px) {
  .service-block-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    border-radius: 20px;
  }
}
.service-block-three::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color1);
}
.service-block-three .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .service-block-three .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.service-block-three .head .num {
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-three .head .title {
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1199.98px) {
  .service-block-three .head .title {
    font-size: 24px;
  }
}
.service-block-three .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: 50px;
  height: 50px;
  background-color: #0F0B19;
  color: var(--theme-color-white);
  font-size: 19px;
}
.service-block-three .arrow-icon i {
  rotate: -30deg;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-three .arrow-icon:hover {
  color: var(--theme-color1);
}
.service-block-three .arrow-icon:hover i {
  rotate: 0deg;
}
.service-block-three.active::after, .service-block-three:hover::after {
  left: 0;
  width: 100%;
}
.service-block-three.active .head .num, .service-block-three:hover .head .num {
  color: var(--theme-color-white);
}
.service-block-three.active .head .title, .service-block-three:hover .head .title {
  color: var(--theme-color-white);
}
.service-block-three.active .arrow-icon, .service-block-three:hover .arrow-icon {
  background-color: var(--theme-color-white);
  color: #0F0B19;
}

.service-hover-box-item .service-hover-image {
  position: relative;
}
.service-hover-box-item .service-hover-image .image-box {
  display: none;
}
.service-hover-box-item .service-hover-image .image-box {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.service-hover-box-item .service-hover-image .image-box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
          animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}

.service-section-3 .container-fluid {
  padding: 0 25px;
}
.service-section-3 .swiper-dot1 {
  text-align: center;
}
.service-section-3 .swiper-dot1 .swiper-pagination-bullet {
  width: 55px;
  height: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  position: relative;
  border-radius: 0;
}
.service-section-3 .swiper-dot1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.service-block-area3 {
  overflow: hidden;
  position: relative;
  padding: 2px;
}
.service-block-area3::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from var(--gradient-angle), #D9F45F, #FFFEF9, #FFFFFF, #D9F45F);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 30px;
}
.service-block-area3 {
  /* ✅ Hover / Active */
}
.service-block-area3:hover::before, .service-block-area3.active::before {
  opacity: 1;
  -webkit-animation: rotate 2.5s linear infinite;
          animation: rotate 2.5s linear infinite;
}
.service-block-area3 .service-block-3 {
  padding: 50px 45px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .service-block-area3 .service-block-3 {
    padding: 35px 30px;
  }
}
.service-block-area3 .service-block-3 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-radius: 30px;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-block-area3 .service-block-3 .bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(2.66deg, #000000 12.83%, rgba(0, 0, 0, 0.5) 96.63%);
  z-index: 9;
}
.service-block-area3 .service-block-3 .icon {
  position: relative;
  z-index: 91;
}
.service-block-area3 .service-block-3 .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.service-block-area3 .service-block-3 .content {
  margin-top: 90px;
  position: relative;
  z-index: 91;
}
@media (max-width: 575.98px) {
  .service-block-area3 .service-block-3 .content {
    margin-top: 45px;
  }
}
.service-block-area3 .service-block-3 .content .title {
  margin-bottom: 15px;
}
.service-block-area3 .service-block-3 .content .title a {
  color: var(--theme-color-white);
}
.service-block-area3 .service-block-3 .content .title a:hover {
  color: var(--theme-color1);
}
.service-block-area3 .service-block-3 .content .service-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.service-block-area3 .service-block-3 .content .service-btn i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-block-area3 .service-block-3 .content .service-btn:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.service-block-area3 .service-block-3:hover .bg-image {
  opacity: 1;
  visibility: visible;
}
.service-block-area3 .service-block-3:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
  -webkit-filter: initial;
          filter: initial;
}
.service-block-area3 .service-block-3:hover .content .service-btn i {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.ks-service-item {
  border: 1px solid rgba(125, 112, 112, 0.18);
  color: rgba(255, 255, 255, 0.05);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 813px;
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.28s;
          transition-duration: 0.28s;
}
@media (max-width: 1699.98px) {
  .ks-service-item {
    height: 870px;
  }
}
@media (max-width: 1199.98px) {
  .ks-service-item {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}
.ks-service-item.last-box {
  max-width: 505px;
}
@media (max-width: 1199.98px) {
  .ks-service-item.last-box {
    max-width: 565px;
  }
}
@media (max-width: 991.98px) {
  .ks-service-item.last-box {
    max-width: 389px;
  }
}
@media (max-width: 767.98px) {
  .ks-service-item.last-box {
    max-width: 767px;
  }
}
.ks-service-item .ks-item--title a {
  color: var(--theme-color-white);
}
.ks-service-item::after {
  padding: 1px !important;
  border-radius: 0 !important;
}
.ks-service-item .ks-item--item {
  padding: 5px 5px 80px 5px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.ks-service-item .ks-item--title {
  color: var(--color-white);
  font-size: 35px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ks-service-item .ks-item--title {
    font-size: 25px;
    max-width: 350px;
  }
}
.ks-service-item .ks-item--icon {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--color-primary);
}
.ks-service-item .ks-item--head-item {
  opacity: 0;
  position: relative;
  visibility: hidden;
  display: block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  padding: 40px 40px 0;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.28s;
          transition-duration: 0.28s;
}
@media (max-width: 1399.98px) {
  .ks-service-item .ks-item--head-item {
    padding: 25px 25px 0;
  }
}
@media (max-width: 767.98px) {
  .ks-service-item .ks-item--head-item {
    padding: 0 !important;
    margin-top: 20px !important;
  }
}
.ks-service-item .ks-item--head-item .ks-item--title {
  margin-bottom: 15px;
}
.ks-service-item .ks-item--head-item .theme-btn {
  margin-top: 50px;
}
@media (max-width: 1699.98px) {
  .ks-service-item .ks-item--head-item .theme-btn {
    margin-top: 70px;
  }
}
.ks-service-item .ks-item--content {
  max-width: 446px;
  margin: 15px 0 32px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms 300ms;
  transition: all 400ms 300ms;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.ks-service-item .ks-item--img {
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  visibility: hidden;
}
.ks-service-item .ks-item--img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ks-service-item.active {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.ks-service-item.active .ks-item--head-item,
.ks-service-item.active .ks-item--content,
.ks-service-item.active .ks-item--img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 400ms 300ms;
  transition: all 400ms 300ms;
}
.ks-service-item.active .service-vertical-text {
  opacity: 0;
  visibility: hidden;
}

.ks-service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99;
}
.ks-service-wrap .number {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 100px;
  top: -12%;
  left: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  .ks-service-wrap .number {
    top: -5%;
  }
}
.ks-service-wrap .service-vertical-text .ks-item--title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  width: 100%;
  white-space: nowrap;
}
.ks-service-wrap .service-vertical-text .ks-icon {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  bottom: 85px;
  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: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 2, 15, 0.2);
}

/* ============================
   RESPONSIVE : MAX 1199px
============================ */
@media (max-width: 1199px) {
  .ks-service-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .ks-service-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    height: auto;
    min-height: auto !important; /* FIX */
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* FIX */
    /* Vertical text hide */
    /* Active override */
  }
}
@media (max-width: 1199px) and (max-width: 767.98px) {
  .ks-service-item {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
  }
}
@media (max-width: 1199px) {
  .ks-service-item .ks-item--inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; /* FIX */
  }
  .ks-service-item .ks-item--item {
    padding: 10px;
  }
  .ks-service-item .ks-item--title {
    font-size: 26px !important;
  }
  .ks-service-item .ks-item--head-item {
    padding: 20px 20px 0;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .ks-service-item .ks-item--head-item .theme-btn {
    margin-top: 30px;
  }
  .ks-service-item .ks-item--content,
  .ks-service-item .ks-item--img {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .ks-service-item .service-vertical-text {
    display: none !important;
  }
  .ks-service-item.active {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  /* WOW delay fix */
  .wow[data-wow-delay] {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .ks-service-wrap .number {
    font-size: 70px;
    top: -5%;
  }
}
@media (max-width: 1199.98px) {
  .service-section-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 100px !important;
  }
}
.service-section-4 .title-shadow-2 {
  position: relative;
  top: 0;
  margin-bottom: 70px;
}
@media (max-width: 469.98px) {
  .service-section-4 .title-shadow-2 {
    margin-bottom: 50px;
    font-size: 50px !important;
  }
}

.case-block-three {
  position: relative;
  margin-top: 40px;
  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%);
  z-index: 1;
}
.case-block-three .image {
  width: 100%;
  height: 550px;
}
.case-block-three .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.case-block-three .image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.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;
    text-align: 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: 35px;
}
@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 .info-title .title:hover {
  color: var(--theme-color1);
}
.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;
}
@media (max-width: 991.98px) {
  .case-block-three .tag-wrap {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
.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-block-three:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.case-block-three: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);
}

.project-section {
  position: relative;
}
.project-section .project-shape {
  position: absolute;
  top: -5%;
  right: 0;
}
.project-section .project-left {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .project-section .project-left {
    margin-top: 25px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .project-section .project-left {
    margin-top: 60px;
  }
}
.project-section .project-left p {
  max-width: 350px;
}
@media (max-width: 991.98px) {
  .project-section .project-left p {
    max-width: initial;
  }
}
.project-section .project-left .circle-box {
  width: 180px;
  min-width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: rgba(255, 255, 255, 0.09);
  font-size: 16px;
  font-weight: 600;
  color: #D9D9D9;
  position: relative;
  margin-top: 95px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .project-section .project-left .circle-box {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .project-section .project-left .circle-box {
    margin-top: 40px;
  }
}
.project-section .project-left .circle-box span {
  position: relative;
  z-index: 9;
  padding-top: 15px;
}
.project-section .project-left .circle-box i {
  display: block;
  font-size: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.project-section .project-left .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(217, 244, 95, 0.35);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.project-section .project-left .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme-color1);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.project-section .project-left .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.project-section .project-left .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.project-section .project-left .circle-box:hover span {
  color: var(--headings-color);
}
.project-section .project-ellipse {
  position: absolute;
  top: -15%;
  right: 0;
  z-index: -1;
}

.case-study-section {
  position: relative;
}
.case-study-section .service-text {
  max-width: 450px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .case-study-section .service-text {
    margin-left: 0;
  }
}
.case-study-section .project-shape {
  position: absolute;
  left: -8%;
  top: 15%;
}
.case-study-section .project-ellipse {
  position: absolute;
  right: 0;
  top: 25%;
}

.case-study-items-2.style-height {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .case-study-items-2.style-height {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.case-study-items-2.style-height2 {
  margin-top: 110px;
}
@media (max-width: 991.98px) {
  .case-study-items-2.style-height2 {
    margin-top: 20px;
  }
}
.case-study-items-2 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .case-study-items-2 .thumb {
    height: 400px;
  }
  .case-study-items-2 .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.case-study-items-2 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 30px;
}
.case-study-items-2 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.case-study-items-2 .content {
  margin-top: 20px;
}
.case-study-items-2 .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.case-study-items-2 .content ul li {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(231, 231, 231, 0.07);
  color: var(--theme-color-white);
  display: inline-block;
  padding: 11px 23px;
  line-height: 1;
  border-radius: 25.5px;
}
.case-study-items-2 .content .title {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 35px;
}
@media (max-width: 1199.98px) {
  .case-study-items-2 .content .title {
    font-size: 28px;
  }
}
.case-study-items-2 .content .title a {
  text-transform: capitalize;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.case-study-items-2 .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-study-items-2:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.case-study-items-2:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.faq-box-style-1 .accordion-box {
  position: relative;
}
.faq-box-style-1 .accordion-box .block {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--theme-color-black);
  padding: 27px 30px;
  line-height: 1;
  cursor: pointer;
}
.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-color-white);
}
@media (max-width: 1399.98px) {
  .faq-box-style-1 .accordion-box .block .acc-btn {
    font-size: 18px;
    padding-right: 50px;
    line-height: 1.5;
  }
}
.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;
}
.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: #D9D9D9;
}
@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%);
  color: var(--theme-color-white);
}
.faq-box-style-1 .accordion-box .block.active-block .icon {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}
.faq-box-style-1 .accordion-box .block.active-block .icon:before {
  content: "\f068";
}
.faq-box-style-1 .accordion-box .block.active-block .acc-btn {
  color: var(--theme-color-white);
}
.faq-box-style-1.style-2 .block {
  background: #111111 !important;
}
.faq-box-style-1.style-2 .block .acc-btn span {
  color: var(--theme-color1);
}
.faq-box-style-1.style-2 .block .acc-btn .icon {
  background-color: #0D0A1C;
}
.faq-box-style-1.style-2 .block .acc-content .content .text {
  color: #D9D9D9 !important;
}
.faq-box-style-1.style-2 .accordion-box .block.active-block .acc-btn {
  color: var(--theme-color1);
}
.faq-box-style-1.style-2 .accordion-box .block.active-block .acc-btn .icon {
  background-color: var(--theme-color1);
}
.faq-box-style-1.style-4 .block {
  background: #0C0B0B !important;
  border: 1px solid rgba(107, 100, 121, 0.3);
}
.faq-box-style-1.style-4 .block .acc-btn span {
  color: var(--theme-color1);
}
.faq-box-style-1.style-4 .block .acc-btn .icon {
  background: rgba(255, 255, 255, 0.05);
}
.faq-box-style-1.style-4 .block .acc-content {
  max-width: 830px;
}
.faq-box-style-1.style-4 .block .acc-content .content .text {
  color: #D9D9D9 !important;
}
.faq-box-style-1.style-4 .accordion-box .block.active-block .acc-btn {
  color: var(--theme-color1);
}
.faq-box-style-1.style-4 .accordion-box .block.active-block .acc-btn .icon {
  background-color: var(--theme-color1);
}

.faq-section {
  position: relative;
}
.faq-section .faq-light {
  position: absolute;
  top: -21%;
  left: 26%;
}
.faq-section .shape4-1 {
  position: absolute;
  right: -2%;
  top: 10%;
}
.faq-section .faq-light4-1 {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.faq-section .faq-eclipse4-1 {
  position: absolute;
  bottom: -20%;
  left: 0;
}

.faq-section-payment .faq-inner {
  border-radius: 30px;
  margin: 0 60px;
}
@media (max-width: 1699.98px) {
  .faq-section-payment .faq-inner {
    margin: 0 40px;
  }
}
@media (max-width: 1399.98px) {
  .faq-section-payment .faq-inner {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .faq-section-payment .faq-inner {
    margin: 0 20px;
  }
}

.faq-section-payment {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
.faq-section-payment .accordion-arrow-icon .accordion-box .block {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn {
  padding: 25px 0;
}
.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn.active {
  color: var(--theme-color-white);
}
.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-content .content {
  padding-left: 0;
  padding-right: 0;
}
.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-content .content .text {
  color: var(--theme-color-white);
  max-width: 630px;
  font-size: 16px;
  font-weight: 400;
}
.faq-section-payment .accordion-arrow-icon {
  border-left: 1px solid rgba(255, 255, 255, 0.102);
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .faq-section-payment .accordion-arrow-icon {
    padding-left: 0;
    border-left: none;
  }
}
.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn {
  font-size: 20px;
  font-family: var(--heading-font-family);
  font-weight: 500;
}
.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn .arrow-icon {
  font-size: 12px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: var(--theme-color-white);
  color: var(--headings-color);
  border-radius: 50%;
  float: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-section-payment .accordion-arrow-icon .accordion-box .block .acc-btn.active .arrow-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-section-payment .faq-block-payment {
  padding: 70px;
  border: 1px solid rgba(255, 255, 255, 0.102);
  border-radius: 40px;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .faq-section-payment .faq-block-payment {
    padding: 50px;
  }
}
@media (max-width: 1199.98px) {
  .faq-section-payment .faq-block-payment .image {
    max-width: 300px;
    margin: 0 auto;
  }
  .faq-section-payment .faq-block-payment .image img {
    width: 100%;
    height: 100%;
  }
}
.faq-section-payment .faq-block-payment .image img {
  border-radius: 0;
}

.accordion-home-two .accordion-box {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.accordion-home-two .accordion-box .block {
  position: relative;
  background: transparent;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 20px;
}
.accordion-home-two .accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-color-white);
  font-weight: 500;
  cursor: pointer;
  padding: 30px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .accordion-home-two .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .accordion-home-two .accordion-box .block .acc-btn {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
  }
}
.accordion-home-two .accordion-box .block .acc-btn .number {
  color: var(--theme-color1);
  margin-right: 5px;
}
.accordion-home-two .accordion-box .block .acc-btn .icon {
  background: transparent;
  position: absolute;
  right: 30px;
  top: calc(50% - 17px);
  height: 34px;
  width: 34px;
  font-size: 14px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: var(--headings-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-home-two .accordion-box .block .acc-btn .icon::before {
  font-weight: 700;
}
.accordion-home-two .accordion-box .block .acc-btn.active {
  color: var(--theme-color1);
}
.accordion-home-two .accordion-box .block .acc-btn.active .icon {
  background: transparent;
}
.accordion-home-two .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
  color: var(--theme-color1);
  font-weight: 700;
}
.accordion-home-two .accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-home-two .accordion-box .block .acc-content .content {
  position: relative;
  padding: 0px 30px 25px 30px;
  margin-bottom: 0;
}
.accordion-home-two .accordion-box .block .acc-content .content .text {
  display: block;
  margin-bottom: 0;
  line-height: 29px;
  max-width: 930px;
  color: var(--theme-color-white);
}
@media (max-width: 991.98px) {
  .accordion-home-two .accordion-box .block .acc-content .content .text br {
    display: none;
  }
}
.accordion-home-two .accordion-box .block .acc-content.current {
  display: block;
  margin-bottom: 0;
}

.faq-image-blog-3 {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .faq-image-blog-3 {
    max-width: 400px;
  }
  .faq-image-blog-3 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .faq-image-blog-3 {
    margin-bottom: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 575.98px) {
  .faq-image-blog-3 {
    max-width: 250px;
    margin-top: -20px;
  }
}

.faq-block-content-3 {
  background-color: #121310;
  padding: 70px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1699.98px) {
  .faq-block-content-3 {
    padding: 50px 40px;
  }
}
@media (max-width: 1199.98px) {
  .faq-block-content-3 {
    padding: 40px 35px;
  }
}
@media (max-width: 767.98px) {
  .faq-block-content-3 {
    padding: 35px 30px;
  }
}
@media (max-width: 575.98px) {
  .faq-block-content-3 {
    padding: 30px;
  }
}
.faq-block-content-3 .testi-vec2 {
  position: absolute;
  top: -30%;
  right: -13%;
  z-index: -1;
}
.faq-block-content-3 .faq-light {
  position: absolute;
  bottom: -30%;
  left: -25%;
  z-index: -1;
}
.faq-block-content-3 .faq-light img {
  height: 100%;
}
.faq-block-content-3 .accordion-box {
  position: relative;
  z-index: 99;
}
.faq-block-content-3 .accordion-box .block {
  position: relative;
  margin-bottom: 30px;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  line-height: 1;
  padding-bottom: 30px;
}
.faq-block-content-3 .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-block-content-3 .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;
  cursor: pointer;
}
.faq-block-content-3 .accordion-box .block .acc-btn span {
  color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .faq-block-content-3 .accordion-box .block .acc-btn {
    font-size: 18px;
    padding-right: 50px;
    line-height: 1.5;
  }
}
.faq-block-content-3 .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;
  font-size: 16px;
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--headings-color);
  top: 0;
  cursor: pointer;
}
.faq-block-content-3 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-right: 20px;
  margin-top: 20px;
}
.faq-block-content-3 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-block-content-3 .accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: rgb(217, 217, 217);
}
@media (max-width: 767.98px) {
  .faq-block-content-3 .accordion-box .block .acc-content .content .text {
    padding: 0;
  }
}
.faq-block-content-3 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-block-content-3 .accordion-box .block.active-block {
  color: var(--theme-color1);
}
.faq-block-content-3 .accordion-box .block.active-block .icon {
  color: var(--theme-color1);
}
.faq-block-content-3 .accordion-box .block.active-block .icon:before {
  content: "\f068";
}
.faq-block-content-3 .accordion-box .block.active-block .acc-btn {
  color: var(--theme-color1);
}
.faq-block-content-3 .accordion-box .block.active-block .acc-btn span {
  color: var(--theme-color1);
}

.faq-section-3 {
  position: relative;
  z-index: 9;
}
.faq-section-3 .faq-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.faq-section-3 .faq-line img {
  width: 100%;
}

/* =====================================
   Register Custom Property (REQUIRED)
===================================== */
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
/* =====================================
   Keyframes
===================================== */
@keyframes rotate {
  from {
    --gradient-angle: 0deg;
  }
  to {
    --gradient-angle: 360deg;
  }
}
/* =====================================
   Work Block
===================================== */
.work-block {
  position: relative;
  max-width: 215px;
  margin: 0 auto 40px;
  padding: 7px;
  border-radius: 200px;
  overflow: hidden;
  /* 🔥 Rotating Background */
}
.work-block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color-black), var(--theme-color1), var(--theme-color-black), var(--theme-color1));
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.work-block {
  /* ✅ Hover / Active */
}
.work-block:hover::before, .work-block.active::before {
  opacity: 1;
  -webkit-animation: rotate 2.5s linear infinite;
          animation: rotate 2.5s linear infinite;
}
.work-block .inner-box {
  position: relative;
  min-height: 344px;
  border-radius: 200px;
  background: #121310;
  border: 1px solid rgba(51, 51, 51, 0.5);
  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;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.work-block {
  /* =============================
     Icon
  ============================== */
}
.work-block .icon {
  margin-bottom: 25px;
}
.work-block .icon img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.work-block {
  /* =============================
     Count
  ============================== */
}
.work-block .count {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--theme-color-white);
}
.work-block {
  /* =============================
     Title
  ============================== */
}
.work-block .title {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color15);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.work-block:hover .title {
  color: var(--theme-color1);
}
.work-block:hover .icon img {
  -webkit-animation: wobble 1.5s ease-in-out;
          animation: wobble 1.5s ease-in-out;
}

.work-section .marquee {
  margin-top: -20px;
  margin-bottom: -20px;
}

.work-five {
  position: relative;
}
.work-five .work-light {
  position: absolute;
  top: -5%;
  left: 25%;
}
.work-five .cards-content {
  margin-top: 90px;
}
@media (max-width: 1199.98px) {
  .work-five .cards-content {
    margin-top: 40px;
  }
}

.work-block-5 {
  margin-bottom: 50px;
  margin-top: 70px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .work-block-5 {
    margin-top: 90px;
  }
}
@media (max-width: 991.98px) {
  .work-block-5 {
    max-width: 315px;
    margin: 90px auto 50px;
  }
}
.work-block-5: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-5:before {
    width: calc(100% + 0px);
  }
}
.work-block-5::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-5 .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-5 .step-btn {
    rotate: 0deg;
    top: -90px;
  }
}
.work-block-5 .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-5 .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;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.work-block-5 .icon {
  color: var(--theme-color1);
  position: relative;
  z-index: 0;
}
.work-block-5 .icon i, .work-block-5 .icon img {
  font-size: 60px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.work-block-5 .title {
  color: var(--theme-color-white);
  padding: 110px 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-block-5:hover .step-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.work-block-5:hover .inner-box::before {
  background-color: var(--theme-color1);
}
.work-block-5:hover .icon {
  color: var(--theme-color-white);
}
.work-block-5:hover .icon i, .work-block-5:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.work-block-5:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.funfact-section-home1 {
  padding: 130px 0;
  position: relative;
}
.funfact-section-home1 .funfact-light {
  bottom: 0;
  left: 25%;
  position: absolute;
  top: -10%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .funfact-section-home1 {
    padding: 80px 0;
  }
}
.funfact-section-home1 .section-title {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .funfact-section-home1 .section-title {
    margin-bottom: -20px;
  }
}
.funfact-section-home1 .section-title p {
  max-width: 472px;
}
.funfact-section-home1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.funfact-section-home1 .video-box {
  margin-top: 60px;
}
.funfact-section-home1 .video-box .inner-box {
  height: 274px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  border: 1.5px solid rgba(2, 223, 130, 0.2);
  text-align: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.funfact-section-home1 .video-box .inner-box .play-now {
  display: inline-block;
  margin-bottom: 33px;
}
.funfact-section-home1 .video-box .inner-box .play-now .icon {
  height: 79px;
  width: 79px;
  line-height: 79px;
  background-color: var(--theme-color1);
  font-size: 24px;
  padding: 0;
  color: var(--theme-color-white);
}
.funfact-section-home1 .video-box .inner-box .play-now .ripple {
  width: 79px;
  height: 79px;
}
.funfact-section-home1 .video-box .inner-box .play-now .ripple:before, .funfact-section-home1 .video-box .inner-box .play-now .ripple:after {
  width: 79px;
  height: 79px;
}
.funfact-section-home1 .video-box .bg-image:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(53.63%, #19110F), color-stop(124.45%, #FD5B38));
  background: linear-gradient(0deg, #19110F 53.63%, #FD5B38 124.45%);
  border: 1.5px solid rgba(2, 223, 130, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.57;
  position: absolute;
  top: 0;
  width: 100%;
}

.funfact-wrap {
  margin-left: 6px;
}
@media (max-width: 991.98px) {
  .funfact-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}

.funfact-item {
  background: linear-gradient(181.35deg, rgba(5, 15, 19, 0) 1.15%, rgba(253, 91, 56, 0.1) 98.91%);
  border: 2px solid rgba(253, 91, 56, 0.2);
  border-radius: 40px;
  border-radius: 40px;
  margin-bottom: 20px;
  padding-right: 0;
  text-align: left;
  gap: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .funfact-item {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .funfact-item {
    gap: 0;
  }
}
@media (min-width: 576px) {
  .funfact-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .funfact-item {
    text-align: center;
  }
}
.funfact-item .title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font-family);
  line-height: 1.6;
  margin-left: -40%;
}
@media (max-width: 1399.98px) {
  .funfact-item .title {
    font-size: 16px;
    margin-left: -42%;
    max-width: 145px;
  }
}
@media (max-width: 767.98px) {
  .funfact-item .title {
    margin-left: -28%;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .funfact-item .title {
    margin-left: 0;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.funfact-item:hover .icon img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 576px) {
  .funfact-item .ff-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 60px;
  }
}
.funfact-item .icon {
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 15, 19, 0.5)), to(rgba(253, 91, 56, 0.4)));
  background: linear-gradient(90deg, rgba(5, 15, 19, 0.5) 0%, rgba(253, 91, 56, 0.4) 100%);
  border-radius: 40px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 60px;
  height: 137px;
  line-height: 137px;
  text-align: center;
  max-width: 137px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .funfact-item .icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.funfact-item .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.funfact-item .icon img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.funfact-item .count-box {
  color: var(--theme-color1);
  font-weight: 500;
  font-family: var(--heading-font-family);
  margin-bottom: 0;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 1699.98px) {
  .funfact-item .count-box {
    font-size: 65px;
  }
}
.funfact-item .count-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .funfact-item .count-box {
    margin-bottom: 10px;
  }
}
.funfact-item .count-box i {
  font-style: normal;
}

/***

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

***/
.marquee-section {
  padding: 25px 0;
  background-color: var(--theme-color1);
}
.marquee-section.style-three {
  position: relative;
  margin-top: 80px;
  background-color: transparent;
}
.marquee-section.style-three .marquee {
  position: relative;
  padding: 20px;
  -webkit-transform: rotate(-4.57deg);
          transform: rotate(-4.57deg);
  background-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .marquee-section.style-three .marquee {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.marquee-section.style-three .marquee.gray-bg {
  position: absolute;
  -webkit-transform: rotate(3.57deg);
          transform: rotate(3.57deg);
  background-color: var(--theme-color-gray);
}
@media (max-width: 1199.98px) {
  .marquee-section.style-three .marquee.gray-bg {
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-bottom: 20px;
  }
}
.marquee-section.style-three .marquee.gray-bg .text {
  color: var(--theme-color-white);
}
.marquee-section.style-three .marquee.slide-right {
  -webkit-transform: rotate(-4.57deg) scaleX(-1);
          transform: rotate(-4.57deg) scaleX(-1);
}
.marquee-section.style-three .marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.marquee {
  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 .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;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  position: relative;
  font-size: 75px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--theme-color-white);
  padding-left: 70px;
  margin-left: 138px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.marquee .text:hover {
  color: var(--theme-color1);
}
.marquee .text:hover .color1 {
  color: var(--theme-color1);
}
.marquee .text:hover::after {
  background-color: var(--theme-color1);
}
.marquee .text .color1 {
  color: var(--theme-color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.marquee .text:after {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 38px;
  width: 38px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@-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)));
  }
}
.marquee.slide-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/***

====================================================================
    Marquee Section Two
====================================================================

***/
.marquee-section-two {
  position: relative;
  padding: 80px 0 75px;
}

.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 {
  position: relative;
  -webkit-text-fill-color: var(--headings-color);
  -webkit-text-stroke: 1px var(--headings-color);
  padding-left: 70px;
  margin-left: 70px;
  font-weight: 700;
  font-size: 76px;
  line-height: 90px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--title-font);
}
.marquee-two .text:after {
  position: absolute;
  top: 35px;
  left: 0;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
}
.marquee-two .text.color1 {
  -webkit-text-fill-color: var(--theme-color1);
  -webkit-text-stroke: 1px var(--theme-color1);
}
.marquee-two .text.color1:after {
  background-color: var(--theme-color13);
}
.marquee-two .text.color1:before {
  background-color: var(--theme-color1);
}
.marquee-two .text:before {
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 0px;
  height: 3px;
  content: "";
  background-color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.marquee-two .text:hover:before {
  width: calc(100% - 70px);
}
@media (prefers-reduced-motion: reduce) {
  .marquee-two .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

/***

====================================================================
    Marquee Style One
====================================================================

***/
.marquee-style-one {
  position: absolute;
  bottom: 55px;
}
.marquee-style-one .marquee-style {
  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-style-one .marquee-style .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;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee-style-one .marquee-style .text {
  color: var(--theme-color-white);
  font-size: 85px;
  font-weight: 600;
  line-height: 95px;
  text-transform: uppercase;
  position: relative;
  padding-left: 70px;
  margin-left: 138px;
  font-family: var(--title-font);
}
@media (max-width: 1199.98px) {
  .marquee-style-one .marquee-style .text {
    font-size: 60px;
    line-height: 1.3;
    padding-left: 10px;
    margin-left: 110px;
  }
}
@media (max-width: 575.98px) {
  .marquee-style-one .marquee-style .text {
    font-size: 40px;
    padding-left: 0;
    margin-left: 90px;
  }
}
.marquee-style-one .marquee-style .text:after {
  background-image: url(../images/icons/theme-flower2.png);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -80px;
  top: 5px;
  height: 85px;
  width: 85px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .marquee-style-one .marquee-style .text:after {
    height: 60px;
    width: 60px;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  .marquee-style-one .marquee-style .text:after {
    height: 40px;
    width: 40px;
    left: -60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-style-one .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee-three {
  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-three .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-three .marquee-group.style-home-3 .text {
  color: var(--headings-color);
}
.marquee-three .marquee-group.style-home-3 .text img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.marquee-three .text {
  font-size: 40px;
  line-height: 1.2;
  color: var(--theme-color-white);
  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: 24px;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-three .marquee-group {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.testimonial-one {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .testimonial-one {
    margin: 0;
  }
}
.testimonial-one .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
.testimonial-one .testimonial-one__slider-box .testi-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-one__bg-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position-x: center;
  background-repeat: no-repeat;
  z-index: -3;
  -webkit-filter: opacity(0.08);
          filter: opacity(0.08);
}
.testimonial-one__clints-box {
  margin-top: 50px;
}
.testimonial-one__clints-box .image {
  width: 100%;
  height: 270px;
  border-radius: 20px;
  position: relative;
  background-color: var(--theme-color-black);
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .testimonial-one__clints-box .image {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .testimonial-one__clints-box .image {
    height: 270px;
  }
}
.testimonial-one__clints-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial-one__clints-box .image .shape-1 {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.testimonial-one__clints-box h3 {
  font-family: "GT Walsheim Pro";
  font-weight: 500;
  font-size: 80px;
}
.testimonial-one__clints-box .rating {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: var(--theme-color1);
  padding: 26px 30px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-one__clints-box .rating {
    padding: 25px;
  }
}
.testimonial-one__clints-box .rating .num {
  color: var(--theme-color2);
  font-size: 80px;
  line-height: 1;
}
.testimonial-one__clints-box .rating .star {
  gap: 5px;
  color: var(--theme-color2);
}
.testimonial-one__clints-box .rating p {
  color: var(--theme-color2);
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
  font-family: "GT Walsheim Pro";
  margin-top: 10px;
}
.testimonial-one__slider-box {
  position: relative;
  padding: 60px;
  border-radius: 20px;
  background-color: #151515;
  margin-top: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1199.98px) {
  .testimonial-one__slider-box {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-one__slider-box {
    padding: 40px 20px;
  }
}
.testimonial-one__slider-box::after {
  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: 90%;
  opacity: 0.8;
  background: var(--theme-color1);
  z-index: -1;
  top: 20px;
  border-radius: 20px;
}
.testimonial-one__slider-box .array-button {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1;
}
.testimonial-one__slider-box .array-button .array-prev,
.testimonial-one__slider-box .array-button .array-next {
  background: var(--theme-color-white);
  color: var(--theme-color2);
}
.testimonial-one__slider-box .array-button .array-prev:hover,
.testimonial-one__slider-box .array-button .array-next:hover {
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .testimonial-one__slider-box .array-button {
    display: none;
  }
}
.testimonial-one__single-card {
  position: relative;
}
.testimonial-one__single-card .quata {
  margin-bottom: 50px;
}
.testimonial-one__single-card .text {
  font-size: 24px;
  font-weight: 500;
  line-height: 208%;
  color: #FFFFFF;
  opacity: 0.6;
  text-transform: capitalize;
  letter-spacing: initial;
  font-family: var(--body-font-family);
}
@media (max-width: 1199.98px) {
  .testimonial-one__single-card .text {
    font-size: 20px;
    line-height: 180%;
  }
}
@media (max-width: 575.98px) {
  .testimonial-one__single-card .text {
    font-size: 16px;
    line-height: 32px;
  }
}
.testimonial-one__single-card .clints-info {
  margin-top: 45px;
}
.testimonial-one__single-card .clints-info .name {
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 500;
}
.testimonial-one__single-card .clints-info span {
  color: #7E8596;
}

.testi-review-box {
  border: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
  border-radius: 40px;
  background: #121310;
  position: relative;
  text-align: center;
  padding: 100px 80px 100px;
  padding-top: 85px;
}
@media (max-width: 1699.98px) {
  .testi-review-box {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1399.98px) {
  .testi-review-box {
    padding: 50px 40px 72px;
    padding-top: 80px;
  }
  .testi-review-box p {
    max-width: 260px;
  }
}
@media (max-width: 1199.98px) {
  .testi-review-box {
    padding: 50px 40px 50px;
    padding-top: 45px;
  }
  .testi-review-box p {
    max-width: 260px;
  }
}
.testi-review-box .bg-shape1 {
  position: absolute;
  top: 47px;
  right: 60px;
}
.testi-review-box .title {
  font-weight: 500;
  font-size: 120px;
  line-height: 100%;
  margin-bottom: 15px;
  color: var(--theme-color-white);
  line-height: 1;
  font-family: var(--heading-font-family);
}
@media (max-width: 575.98px) {
  .testi-review-box .title {
    font-size: 90px;
  }
}
.testi-review-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 32px;
  padding-bottom: 24px;
}
.testi-review-box .rating .icon {
  color: var(--theme-color1);
  font-size: 20px;
}
@media (max-width: 469.98px) {
  .testi-review-box img {
    width: 100%;
    height: 100%;
  }
}

.testimonial-block-five .inner-box {
  padding: 60px;
  background: #121310;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 40px;
  position: relative;
  z-index: 99;
}
.testimonial-block-five .inner-box .line-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1699.98px) {
  .testimonial-block-five .inner-box {
    padding: 50px 45px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-five .inner-box {
    padding: 40px 30px;
  }
}
.testimonial-block-five .inner-box .text {
  color: #D9D9D9;
  font-weight: 400;
  font-size: 24px;
  line-height: 175%;
  margin-bottom: 20px;
  margin-top: 30px;
  font-family: var(--body-font-family);
}
@media (max-width: 1399.98px) {
  .testimonial-block-five .inner-box .text {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-five .inner-box .text {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-five .inner-box .text {
    font-size: 20px;
  }
}
.testimonial-block-five .inner-box .rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .testimonial-block-five .inner-box .rating-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.testimonial-block-five .inner-box .rating-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-block-five .inner-box .rating-box .info-box .user-thumb {
  max-width: 75px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid var(--theme-color1);
}
.testimonial-block-five .inner-box .rating-box .info-box .user-thumb .user {
  max-width: 65px;
  border-radius: 50%;
  border: 5px solid var(--theme-color-white);
}
.testimonial-block-five .inner-box .rating-box .info-box .name {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color-white);
  text-transform: capitalize;
}
.testimonial-block-five .inner-box .rating-box .info-box .designation {
  font-size: 15px;
  font-weight: 400;
  color: #6B7280;
  text-transform: capitalize;
  display: block;
}
.testimonial-block-five .inner-box .rating {
  color: var(--theme-color1);
  font-size: 21px;
}

.testimonial-section-5 {
  position: relative;
}
.testimonial-section-5 .testimonial-slider {
  position: relative;
}
.testimonial-section-5 .testimonial-slider .array-button {
  gap: 8px;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .testimonial-section-5 .testimonial-slider .array-button {
    top: 30px;
    right: 30px;
  }
}
.testimonial-section-5 .testimonial-slider .array-button .array-next, .testimonial-section-5 .testimonial-slider .array-button .array-prev {
  background-color: #222222;
  color: var(--theme-color-white);
}
.testimonial-section-5 .testimonial-slider .array-button .array-next:hover, .testimonial-section-5 .testimonial-slider .array-button .array-prev:hover {
  background: var(--theme-color1);
}
.testimonial-section-5 .testi-light {
  position: absolute;
  bottom: -20%;
  left: 0;
}
.testimonial-section-5 .testi-object {
  position: absolute;
  right: 6%;
  top: 15%;
}

.testi-inner-3 {
  max-width: 1720px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
}
.testi-inner-3 .vec-shape1 {
  position: absolute;
  left: 50px;
  bottom: 20%;
}
.testi-inner-3 .testimonial-slider .array-button {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  right: 0;
}
@media (max-width: 469.98px) {
  .testi-inner-3 .testimonial-slider .array-button {
    position: static;
    margin-top: 30px;
  }
}

.testimonial-block-three {
  position: relative;
}
.testimonial-block-three .inner-box {
  margin-left: 35px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-three .inner-box {
    margin-left: 0;
  }
}
.testimonial-block-three .inner-box .text {
  color: #D9D9D9;
  font-weight: 400;
  font-size: 24px;
  line-height: 175%;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .testimonial-block-three .inner-box .text {
    font-size: 23px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-block-three .inner-box .text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-three .inner-box .text {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-three .inner-box .text {
    font-size: 20px;
  }
}
@media (max-width: 469.98px) {
  .testimonial-block-three .inner-box .text {
    font-size: 17px;
  }
}
.testimonial-block-three .inner-box .rating-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;
}
.testimonial-block-three .inner-box .rating-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-block-three .inner-box .rating-box .info-box .user-thumb {
  max-width: 75px;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid var(--theme-color1);
}
.testimonial-block-three .inner-box .rating-box .info-box .user-thumb .user {
  max-width: 65px;
  border-radius: 50%;
  border: 5px solid var(--theme-color-white);
}
.testimonial-block-three .inner-box .rating-box .info-box .name {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color-white);
  text-transform: capitalize;
  margin-bottom: 5px;
}
.testimonial-block-three .inner-box .rating-box .info-box .designation {
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-color6);
  text-transform: uppercase;
  display: block;
}
.testimonial-block-three .inner-box .rating {
  color: var(--theme-color1);
}

.testi-review-box-three {
  border-radius: 40px;
  background: var(--theme-color1);
  position: relative;
  padding: 50px 80px 80px;
  padding-top: 60px;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .testi-review-box-three {
    padding: 50px 40px 50px;
    padding-top: 45px;
  }
  .testi-review-box-three p {
    max-width: 260px;
  }
}
@media (max-width: 991.98px) {
  .testi-review-box-three {
    margin-bottom: 25px;
  }
}
.testi-review-box-three .line-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.testi-review-box-three .light-shape {
  position: absolute;
  bottom: -20%;
  left: -50%;
}
.testi-review-box-three .bg-shape1 {
  position: absolute;
  top: 47px;
  right: 60px;
}
.testi-review-box-three .title {
  font-weight: 500;
  font-size: 120px;
  line-height: 100%;
  font-family: var(--heading-font-family);
  margin-bottom: 5px;
  color: var(--theme-color-black);
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .testi-review-box-three .title {
    font-size: 90px;
  }
}
.testi-review-box-three .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .testi-review-box-three .rating {
    margin-top: 20px;
  }
}
.testi-review-box-three .rating .icon {
  color: var(--theme-color-black);
  font-size: 20px;
}
.testi-review-box-three p {
  color: var(--theme-color-black);
  position: relative;
  z-index: 9;
}

.testimonial-section-3 .client-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1399.98px) {
  .testimonial-section-3 .client-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-3 .client-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.testimonial-section-3 .client-item .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-section-3 .client-item .icon-1 {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #000;
  margin-right: -10px;
}
.testimonial-section-3 .client-item span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--heading-font-family);
  text-align: center;
  line-height: 58px;
  border: 2px solid #000;
}
.testimonial-section-3 .client-item p {
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 700;
}

.review-block-items-4 {
  background-color: var(--theme-color1);
  border-radius: 12px;
  padding: 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .review-block-items-4 {
    padding: 35px;
  }
}
.review-block-items-4 .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.review-block-items-4 .line-1 img {
  width: 100%;
  height: 100%;
}
.review-block-items-4 .title {
  color: var(--theme-color-black);
  font-size: 35px;
  font-weight: 500;
  line-height: 129%;
}
@media (max-width: 767.98px) {
  .review-block-items-4 .title {
    font-size: 24px;
  }
}
.review-block-items-4 .info-item {
  margin-top: 225px;
}
@media (max-width: 1399.98px) {
  .review-block-items-4 .info-item {
    margin-top: 183px;
  }
}
@media (max-width: 1199.98px) {
  .review-block-items-4 .info-item {
    margin-top: 210px;
  }
}
@media (max-width: 767.98px) {
  .review-block-items-4 .info-item {
    margin-top: 50px;
  }
}
.review-block-items-4 .info-item .client-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
@media (max-width: 1399.98px) {
  .review-block-items-4 .info-item .client-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.review-block-items-4 .info-item .client-item .client-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-block-items-4 .info-item .client-item .client-image img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #000;
}
.review-block-items-4 .info-item .client-item .client-image span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  text-align: center;
  line-height: 58px;
}
.review-block-items-4 .info-item .client-item .client-image .icon-1 {
  margin-right: -10px;
}
.review-block-items-4 .info-item .client-item .client-image .icon-2 {
  margin-right: -10px;
}
.review-block-items-4 .info-item .client-item .client-image .icon-3 {
  margin-right: -10px;
}
.review-block-items-4 .info-item .client-item .client-image .icon-4 {
  margin-right: -10px;
}
.review-block-items-4 .info-item .client-item p {
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  line-height: 1.55;
  max-width: 200px;
}

.testimonial-block-4 {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 70px 45px;
  border-radius: 12px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199.98px) {
  .testimonial-block-4 {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-4 {
    padding: 35px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-4 {
    padding: 28px;
  }
}
.testimonial-block-4 .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonial-block-4 .line-1 img {
  width: 100%;
  height: 100%;
}
.testimonial-block-4 .top-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;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .testimonial-block-4 .top-head {
    margin-bottom: 15px;
  }
}
.testimonial-block-4 .top-head .title {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .testimonial-block-4 .top-head .quote-icon {
    display: none;
  }
}
.testimonial-block-4 p {
  font-size: 20px;
  font-weight: 400;
  color: #D9D9D9;
}
@media (max-width: 767.98px) {
  .testimonial-block-4 p {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-4 p {
    font-size: 16px;
  }
}
.testimonial-block-4 .testi-info-item {
  margin-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-4 .testi-info-item {
    margin-top: 30px;
  }
}
.testimonial-block-4 .testi-info-item .info-img img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1.8px solid var(--theme-color-white);
}

.testimonial-slider-4 {
  position: relative;
}
.testimonial-slider-4 .array-button {
  gap: 18px;
  position: absolute;
  bottom: 70px;
  right: 90px;
  z-index: 99;
}
.testimonial-slider-4 .array-button .array-next, .testimonial-slider-4 .array-button .array-prev {
  width: initial;
  height: initial;
  background-color: transparent;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 22px;
}
.testimonial-slider-4 .array-button .array-next:hover, .testimonial-slider-4 .array-button .array-prev:hover {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .testimonial-slider-4 .array-button {
    position: static;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.testimonial-section-4 {
  position: relative;
}
.testimonial-section-4 .testi-vec {
  position: absolute;
  top: 70px;
  right: -8%;
}
@media (max-width: 1699.98px) {
  .testimonial-section-4 .testi-vec {
    display: none !important;
  }
}

.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 !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  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 {
  background: var(--theme-color-black);
  border-radius: 40px;
  padding: 50px 40px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid var(--border-color2-rgba);
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .pricing-block {
    padding: 40px 30px;
  }
}
@media (max-width: 375.98px) {
  .pricing-block {
    padding: 30px 15px;
  }
}
.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: 60px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.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-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  background-color: var(--theme-color3);
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1399.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.pricing-style-2:hover {
  background: #121310;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.pricing-block.pricing-style-2.active {
  background: #121310;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 767.98px) {
  .pricing-block.style-2 {
    margin-top: 80px;
  }
}
.pricing-block.style-2 .recommend {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: var(--theme-color1);
  color: var(--theme-color3);
  padding: 11px 0 67px;
  color: var(--Bg-02, #151515);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 40px 40px 0 0;
  top: -50px;
  z-index: -1;
}
.pricing-block.active {
  background: #121310;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.pricing-block.active .theme-btn-two {
  background: var(--theme-color1);
  color: var(--theme-color-black);
}
.pricing-block.active .tag {
  background-color: var(--body-bg);
}
.pricing-block:hover {
  background: #121310;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.pricing-block:hover .theme-btn-two {
  background: var(--theme-color1);
  color: var(--theme-color-black);
}
.pricing-block:hover .tag {
  background-color: var(--body-bg);
}

.pricing-section {
  position: relative;
  z-index: 99;
}
.pricing-section .pricing-1ellipse {
  position: absolute;
  bottom: -50%;
  right: 0;
}
@media (max-width: 991.98px) {
  .pricing-section .section-title {
    text-align: center;
  }
  .pricing-section .text-body {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}

.inner-pricing {
  margin: 0 60px;
  border-radius: 40px;
}
.inner-pricing .inner {
  position: relative;
  z-index: 99;
}
.inner-pricing .inner .get-in-touch::after {
  background: -webkit-gradient(linear, left top, right top, from(#FD5B38), to(rgba(82, 153, 25, 0)));
  background: linear-gradient(90deg, #FD5B38 0%, rgba(82, 153, 25, 0) 100%);
}
@media (max-width: 1699.98px) {
  .inner-pricing {
    margin: 0 40px;
  }
}
@media (max-width: 1399.98px) {
  .inner-pricing {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .inner-pricing {
    margin: 0 20px;
  }
}

.pricing-section5 {
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .pricing-section5 .section-title {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .pricing-section5 .text-body {
    text-align: center;
  }
}
.pricing-section5 .pricing-tab-btn {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .pricing-section5 .pricing-tab-btn {
    margin-bottom: 5px;
  }
}
.pricing-section5 .pricing-tab-btn span {
  font-size: 20px;
  font-weight: 500;
}
.pricing-section5 .pricing-tab-btn .nav {
  background: #0F0B19;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pricing-section5 .pricing-vec2 {
  position: absolute;
  top: -10%;
  right: 0;
}
.pricing-section5 .pricing-vec {
  position: absolute;
  bottom: -5%;
  left: 0;
}
.pricing-section5 .pricing-light {
  position: absolute;
  bottom: -5%;
  left: 0;
}
.pricing-section5 .pricing-light2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.project-box-items-5 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.project-box-items-5 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-box-items-5 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-box-items-5 .thumb .arrow-icon {
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1199.98px) {
  .project-box-items-5 .thumb .arrow-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
}
.project-box-items-5 .thumb .arrow-icon:hover {
  background-color: var(--theme-color-black);
}
.project-box-items-5 .content {
  margin-top: 25px;
}
.project-box-items-5 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-5 .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%);
}
.project-box-items-5 .content .catogory-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 14px;
}
.project-box-items-5 .content .catogory-box a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 18px;
  color: var(--theme-color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.project-box-items-5 .content .catogory-box a:hover {
  background-color: var(--theme-color1);
}
.project-box-items-5:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-box-items-5:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-box-items-5:hover .arrow-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.project-box-items-5.style-2 {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .project-box-items-5.style-2 {
    margin-top: 40px;
  }
}

.projects-section-5 {
  position: relative;
}
.projects-section-5 .project-title {
  font-weight: 600;
  font-size: 220px;
  text-transform: uppercase;
  font-family: var(--body-font-family);
  position: absolute;
  bottom: 28%;
  left: 0;
  right: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--theme-color-white);
  opacity: 0.21;
  -webkit-transform: rotate(-38.85deg);
          transform: rotate(-38.85deg);
}
@media (max-width: 1899.98px) {
  .projects-section-5 .project-title {
    font-size: 160px;
  }
}
.projects-section-5 .project-light {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.project-block-wrapper-4 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: initial !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .project-block-wrapper-4 {
    display: -ms-grid;
    display: grid;
    margin-right: 0 !important;
    gap: 0;
  }
}

.project-block-box-4 {
  position: relative;
  width: 290px;
  height: 545px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .project-block-box-4 {
    width: initial !important;
    max-width: 100% !important;
    height: 500px;
  }
}
.project-block-box-4::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background: linear-gradient(358.66deg, #FFAA17 4.71%, rgba(0, 0, 0, 0) 92.56%);
  border-radius: 30px;
  visibility: hidden;
}
.project-block-box-4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.project-block-box-4 .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -130px;
  left: 30px;
  z-index: 22;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575.98px) {
  .project-block-box-4 .tag-wrap {
    left: 20px;
    right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.project-block-box-4 .tag-wrap .tag {
  display: inline-block;
  background-color: var(--theme-color-white);
  color: #151515;
  border-radius: 40px;
  padding: 14px 22px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.project-block-box-4 .tag-wrap .tag:hover {
  background-color: var(--theme-color1);
}
.project-block-box-4 .project-content {
  position: absolute;
  bottom: -170px;
  left: 50px;
  right: 50px;
  max-width: 430px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399.98px) {
  .project-block-box-4 .project-content {
    left: 35px;
    right: 35px;
    max-width: 340px;
  }
}
@media (max-width: 1199.98px) {
  .project-block-box-4 .project-content {
    right: 20px;
    left: 20px;
    max-width: 315px;
  }
}
@media (max-width: 991.98px) {
  .project-block-box-4 .project-content {
    right: 30px;
    left: 30px;
    max-width: 550px;
    padding-right: 30px;
  }
}
.project-block-box-4 .project-content p {
  color: #0F0B19;
  margin-bottom: 5px;
  font-weight: 500;
}
.project-block-box-4 .project-content .title {
  font-size: 35px;
  font-weight: 500;
}
.project-block-box-4 .project-content .title a {
  color: var(--theme-color-black);
}
.project-block-box-4.active {
  width: 845px !important;
}
@media (max-width: 991.98px) {
  .project-block-box-4.active {
    width: initial !important;
  }
}
.project-block-box-4.active::after {
  opacity: 1;
  visibility: visible;
}
.project-block-box-4.active .tag-wrap {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
.project-block-box-4.active .project-content {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
@media (max-width: 1199.98px) {
  .project-block-box-4.active .project-content {
    bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .project-block-box-4.active .project-content {
    bottom: 30px;
  }
}

@media (max-width: 1699.98px) {
  .project-section-4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399.98px) {
  .project-section-4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .project-section-4 .container-fluid {
    padding: 0 20px;
  }
}

.team-block-five {
  position: relative;
  z-index: 999;
  margin-top: 30px;
}
.team-block-five.style-2 .image-box .image::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-6.39%, #FD5B38), color-stop(106.33%, rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(360deg, #FD5B38 -6.39%, rgba(0, 0, 0, 0) 106.33%) !important;
}
.team-block-five.style-4 .image-box .image::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-6.39%, #FFAA17), color-stop(106.33%, rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(360deg, #FFAA17 -6.39%, rgba(0, 0, 0, 0) 106.33%) !important;
}
.team-block-five.style-4 .image-box .image .shape-style1 {
  position: absolute;
  top: 0;
  left: 0;
}
.team-block-five.style-4 .image-box .image .shape-style1 path {
  fill: rgba(255, 170, 23, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-block-five .inner-box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .team-block-five .inner-box {
    margin-bottom: 10px;
  }
}
.team-block-five .inner-box .team-shape {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
}
.team-block-five .inner-box:hover .image-box .image::before {
  height: 255px;
  opacity: 1;
  visibility: visible;
}
.team-block-five .inner-box:hover .image-box .image img {
  left: calc(50% + 25px);
}
.team-block-five .inner-box:hover .image-box .image .shape-style1 path {
  fill: var(--theme-color1);
  opacity: 1;
}
.team-block-five .inner-box:hover .social-icon-list1 {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
  opacity: 1;
}
.team-block-five .inner-box .image-box {
  position: relative;
}
.team-block-five .inner-box .image-box .image {
  background-color: #222222;
  border-radius: 20px;
  display: block;
  margin-bottom: 0;
  min-height: 543px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .team-block-five .inner-box .image-box .image {
    min-height: 460px;
  }
}
.team-block-five .inner-box .image-box .image::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  content: "";
  background: linear-gradient(358.89deg, #88FF2A -5.27%, rgba(0, 0, 0, 0) 95.63%);
  border-radius: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-block-five .inner-box .image-box .image {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-five .inner-box .image-box .image .team-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.team-block-five .inner-box .image-box .image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 345px;
  max-height: 495px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 999;
}
@media (max-width: 1199.98px) {
  .team-block-five .inner-box .image-box .image img {
    max-width: 270px;
  }
}
.team-block-five .image .shape-style1 {
  position: absolute;
  top: 0;
  left: 0;
}
.team-block-five .image .shape-style1 path {
  fill: rgba(0, 0, 0, 0.44);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-block-five .social-icon-list1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  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;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-five .social-icon-list1 li {
  margin-right: 10px;
}
.team-block-five .social-icon-list1 li:last-child {
  margin-right: 0;
}
.team-block-five .social-icon-list1 li a {
  background-color: #222222;
  border-radius: 50%;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-five .social-icon-list1 li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.team-block-five .content-box {
  position: relative;
  margin: 30px 0 0;
}
@media (max-width: 1199.98px) {
  .team-block-five .content-box {
    margin-top: 15px;
  }
}
.team-block-five .content-box.style-two .name {
  color: var(--theme-color-gray);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-five .content-box.style-two .name a:hover {
  color: var(--theme-color-white);
}
.team-block-five .content-box .name {
  color: var(--theme-color-white);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-five .content-box .name a:hover {
  color: var(--theme-color1);
}
.team-block-five .content-box .designation {
  color: var(--theme-color6);
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block-five .content-box.light .name {
  color: var(--theme-color-gray);
}
.team-block-five .content-box.light .name a:hover {
  color: var(--theme-color-white);
}
.team-block-five .content-box.light .designation {
  color: var(--theme-color-gray);
}

.team-section-three {
  position: relative;
}
.team-section-three .outer-box {
  background-color: var(--theme-color3);
  max-width: 1720px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
  z-index: 9;
}
.team-section-three .outer-box .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: 1399.98px) {
  .team-section-three .outer-box .title-shadow-2 {
    font-size: 100px;
    top: -85px;
  }
}
@media (max-width: 991.98px) {
  .team-section-three .outer-box .title-shadow-2 {
    font-size: 70px;
    top: -105px;
  }
}
@media (max-width: 767.98px) {
  .team-section-three .outer-box .title-shadow-2 {
    font-size: 60px;
    top: -105px;
  }
}
@media (max-width: 469.98px) {
  .team-section-three .outer-box .title-shadow-2 {
    font-size: 55px;
  }
}
.team-section-three .team-light {
  position: absolute;
  top: 0;
  left: 0;
}
.team-section-three .team-light.style-2 {
  top: -40%;
}

.contact-section {
  position: relative;
  z-index: 2;
  margin-bottom: 103px;
  padding-top: 130px;
}
.contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(163.83deg, rgba(0, 0, 0, 0.6) 8.13%, #000000 101.34%);
}
.contact-section .anim-icons .image-1 {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: -1;
}
.contact-section .anim-icons .image-2 {
  position: absolute;
  top: -300px;
  right: 0;
  z-index: -1;
}
.contact-section .outer-box {
  position: relative;
}
.contact-section .content-column .inner-column .sec-title {
  max-width: 460px;
}
.contact-section .content-column .inner-column .contact-info {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .contact-section .content-column .inner-column .contact-info {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.contact-section .content-column .inner-column .contact-info .email {
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0;
  color: #9D9D9D;
}
.contact-section .content-column .inner-column .contact-info .phone {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .inner-column .contact-info .phone {
    font-size: 26px;
    line-height: 36px;
  }
}

.contact-form {
  position: relative;
  background-color: var(--theme-color1);
  padding: 70px 50px;
  border-radius: 30px;
  margin-bottom: -120px;
  overflow: hidden;
}
.contact-form .contact-line {
  position: absolute;
  top: 0;
  left: -40%;
}
@media (max-width: 1199.98px) {
  .contact-form {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .contact-form {
    padding: 35px;
  }
}
@media (max-width: 767.98px) {
  .contact-form {
    padding: 30px;
  }
}
.contact-form .get-title {
  color: var(--headings-color);
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
.contact-form .btn-style-four {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
}
.contact-form .btn-style-four .dot-box {
  background-color: var(--theme-color1);
}
.contact-form .btn-style-four .dot-box .dot-item {
  background-color: var(--headings-color);
}
.contact-form .btn-style-four .dot-box::before, .contact-form .btn-style-four .dot-box::after {
  background-color: var(--headings-color);
}
.contact-form .btn-style-four .dot-box .dot-item:after, .contact-form .btn-style-four .dot-box .dot-item::before {
  background-color: var(--headings-color);
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group label {
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 5px;
  font-family: var(--headings-color);
  color: var(--headings-color);
}
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 29px;
  font-weight: 500;
  color: var(--headings-color);
  opacity: 0.8;
  background-color: transparent;
  border-bottom: 1px solid rgba(48, 48, 48, 0.3);
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group input:not([type=submit])::-webkit-input-placeholder, .contact-form .form-group textarea::-webkit-input-placeholder, .contact-form .form-group select::-webkit-input-placeholder {
  color: var(--headings-color);
  opacity: 0.5;
}
.contact-form .form-group input:not([type=submit])::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder, .contact-form .form-group select::-moz-placeholder {
  color: var(--headings-color);
  opacity: 0.5;
}
.contact-form .form-group input:not([type=submit]):-ms-input-placeholder, .contact-form .form-group textarea:-ms-input-placeholder, .contact-form .form-group select:-ms-input-placeholder {
  color: var(--headings-color);
  opacity: 0.5;
}
.contact-form .form-group input:not([type=submit])::-ms-input-placeholder, .contact-form .form-group textarea::-ms-input-placeholder, .contact-form .form-group select::-ms-input-placeholder {
  color: var(--headings-color);
  opacity: 0.5;
}
.contact-form .form-group input:not([type=submit])::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group select::placeholder {
  color: var(--headings-color);
  opacity: 0.5;
}
.contact-form .form-group textarea {
  padding-bottom: 70px;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: var(--headings-color);
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: rgba(48, 48, 48, 0.3);
}

.contact-section2 {
  padding-top: 130px;
  position: relative;
  z-index: 2;
}
.contact-section2 .contact-2ellipse {
  position: absolute;
  top: -25%;
  left: 0;
}
.contact-section2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-section2 .anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.contact-section2 .anim-icons .image-1 {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: -1;
}
.contact-section2 .anim-icons .image-2 {
  position: absolute;
  top: -300px;
  right: 0;
  z-index: -1;
}
.contact-section2 .outer-box {
  background-color: var(--theme-color2);
  border-radius: 30px;
  margin: 0px 100px;
  padding: 120px 110px 90px 110px;
  position: relative;
}
@media (max-width: 1699.98px) {
  .contact-section2 .outer-box {
    margin: 0 35px;
  }
}
@media (max-width: 1399.98px) {
  .contact-section2 .outer-box {
    margin: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section2 .outer-box {
    margin: 0 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section2 .outer-box {
    padding: 80px 30px;
  }
}
.contact-section2 .outer-box .bg-image {
  position: absolute;
  background-size: contain;
  background-position: left center;
}
.contact-section2 .content-column .inner-column .sec-title {
  max-width: 460px;
}
.contact-section2 .content-column .inner-column .contact-info {
  margin-top: 165px;
}
@media (max-width: 991.98px) {
  .contact-section2 .content-column .inner-column .contact-info {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.contact-section2 .content-column .inner-column .contact-info .email {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #9D9D9D;
  margin-bottom: 8px;
}
.contact-section2 .content-column .inner-column .contact-info .phone {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .contact-section2 .content-column .inner-column .contact-info .phone {
    font-size: 26px;
    line-height: 36px;
  }
}

.contact-form2 {
  position: relative;
}
.contact-form2 .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-form2 .form-group:last-child {
  margin-bottom: 0;
}
.contact-form2 .form-group label {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  font-family: var(--theme-color-white);
  color: var(--theme-color-white);
}
.contact-form2 .form-group input:not([type=submit]),
.contact-form2 .form-group textarea,
.contact-form2 .form-group select {
  position: relative;
  display: block;
  height: 58px;
  width: 100%;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: var(--theme-color6);
  background-color: transparent;
  border-bottom: 1px solid #303030;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form2 .form-group::-webkit-input-placeholder {
  color: #D9D9D9;
}
.contact-form2 .form-group::-moz-placeholder {
  color: #D9D9D9;
}
.contact-form2 .form-group:-ms-input-placeholder {
  color: #D9D9D9;
}
.contact-form2 .form-group::-ms-input-placeholder {
  color: #D9D9D9;
}
.contact-form2 .form-group::placeholder {
  color: #D9D9D9;
}
.contact-form2 .form-group textarea {
  height: auto;
  min-height: 120px;
  padding-top: 20px;
}
.contact-form2 .form-group ::-webkit-input-placeholder {
  color: var(--theme-color6);
}
.contact-form2 .form-group input:focus,
.contact-form2 .form-group select:focus,
.contact-form2 .form-group textarea:focus {
  border-color: var(--theme-color1);
}

.contact-section2 {
  position: relative;
  z-index: 9;
}
.contact-section2 .contact-1ellipse {
  position: absolute;
  top: -50%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.lets-project-section {
  background-color: var(--theme-color1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 0 100px;
  padding: 60px 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 1699.98px) {
  .lets-project-section {
    margin: 0 50px;
  }
}
@media (max-width: 1399.98px) {
  .lets-project-section {
    margin: 0 40px;
  }
}
@media (max-width: 1199.98px) {
  .lets-project-section {
    margin: 0 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lets-wrapper {
  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) {
  .lets-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
.lets-wrapper .title {
  font-size: 75px;
  font-weight: 500;
  color: var(--headings-color);
}
@media (max-width: 767.98px) {
  .lets-wrapper .title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .lets-wrapper .title {
    font-size: 48px;
  }
}
.lets-wrapper .arrow-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 120px;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  text-align: center;
  font-size: 30px;
  display: inline-block;
}
.lets-wrapper .arrow-icon:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.lets-wrapper .arrow-icon:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.lets-wrapper .arrow-icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cta-section-3 {
  position: relative;
  z-index: 9;
}
.cta-section-3 .cta-content-3 .title {
  font-size: 100px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 190%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cta-section-3 .cta-content-3 .title {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .cta-section-3 .cta-content-3 .title {
    font-size: 60px;
  }
}
.cta-section-3 .cta-content-3 .title span {
  font-weight: 400;
  font-size: 225px;
  font-style: italic;
  display: block;
  color: var(--theme-color-white);
  margin-top: -50px;
  display: block;
}
@media (max-width: 767.98px) {
  .cta-section-3 .cta-content-3 .title span {
    font-size: 150px;
    margin-top: -20px;
  }
}
@media (max-width: 575.98px) {
  .cta-section-3 .cta-content-3 .title span {
    font-size: 100px;
    margin-top: -30px;
  }
}
.cta-section-3 .cta-line {
  position: absolute;
  top: 0;
  left: 7%;
  z-index: -1;
}
.cta-section-3 .circle-area {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cta-section-3 .circle-box {
  width: 180px;
  min-width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: var(--theme-color1);
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color-black);
  position: relative;
}
@media (max-width: 767.98px) {
  .cta-section-3 .circle-box {
    width: 140px;
    height: 140px;
    min-width: 140px;
    font-size: 14px;
  }
}
.cta-section-3 .circle-box span {
  position: relative;
  z-index: 9;
  padding-top: 15px;
  text-transform: uppercase;
}
.cta-section-3 .circle-box i {
  display: block;
  font-size: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cta-section-3 .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(0, 0, 0, 0.35);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.cta-section-3 .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme-color-black);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.cta-section-3 .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cta-section-3 .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cta-section-3 .circle-box:hover span {
  color: var(--theme-color-white);
}

.actually-area {
  padding: 65px 0 70px;
}
@media (max-width: 1199.98px) {
  .actually-area br {
    display: none;
  }
}

.news-box-items {
  position: relative;
  z-index: 99;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .news-box-items {
    margin-bottom: 20px;
  }
}
.news-box-items .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.news-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items .thumb .user-box {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 30px;
  background-color: var(--theme-color-black);
  position: absolute;
  line-height: 1;
  bottom: 25px;
  left: 25px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  z-index: 99;
  border-radius: 32px;
  color: var(--theme-color-white);
}
.news-box-items .thumb .user-box span {
  color: var(--theme-color1);
}
.news-box-items .content {
  margin-top: 20px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1399.98px) {
  .news-box-items .content .title {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .news-box-items .content .title {
    font-size: 20px;
  }
}
.news-box-items .content .title a {
  text-transform: capitalize;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items .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%);
}
.news-box-items .content .link-btn {
  display: inline-block;
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  z-index: 99;
}
.news-box-items .content .link-btn i {
  margin-left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-box-items .content .link-btn:hover {
  color: var(--theme-color1);
}
.news-box-items .content .link-btn:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.news-box-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-section {
  margin: 0 100px;
}
@media (max-width: 1699.98px) {
  .news-section {
    margin: 0 50px;
  }
}
@media (max-width: 1399.98px) {
  .news-section {
    margin: 0 40px;
  }
}
@media (max-width: 1199.98px) {
  .news-section {
    margin: 0 20px;
  }
}

.news-section2 {
  position: relative;
  z-index: 99;
}

.news-block-two {
  position: relative;
  margin-top: 30px;
}
.news-block-two .image {
  width: 100%;
  height: 405px;
  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;
  }
}
.news-block-two .content .tag {
  color: #D9D9D9;
  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;
  max-width: 450px;
}
.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 .content .link-btn {
  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: 8px;
}
.news-block-two .content .link-btn:hover {
  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: 60px;
  padding-bottom: 37px;
  padding-top: 35px;
  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 .title {
  padding-top: 10px;
}
.news-block-two.style-2 .content .tag {
  padding-bottom: 0;
}
.news-block-two.style-2 .content .link-btn {
  color: var(--theme-color-white);
}
.news-block-two.style-2 .content .link-btn i {
  color: var(--theme-color1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-block-two.style-2 .content .link-btn:hover {
  color: var(--theme-color1);
}
.news-block-two.style-2 .content .link-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.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-block-items-3 {
  margin-top: 30px;
}
.news-block-items-3 .thumb {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.news-block-items-3 .thumb img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block-items-3 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-block-items-3 .content {
  padding: 35px 40px;
  background-color: var(--theme-color-black);
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: -60px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news-block-items-3 .content .post-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color1);
  margin-bottom: 10px;
}
.news-block-items-3 .content .title {
  text-transform: capitalize;
}
.news-block-items-3 .content .title a {
  text-transform: capitalize;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-block-items-3 .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%);
}
.news-block-items-3 .content .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;
  margin-top: 20px;
}
.news-block-items-3 .content .theme-btn-main .theme-btn {
  height: 43px;
  line-height: 43px;
  padding: 0 20px !important;
}
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-left {
  height: 43px !important;
  line-height: 43px !important;
  padding: 0;
  width: 43px !important;
}
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-right {
  height: 43px !important;
  line-height: 43px !important;
  padding: 0;
  width: 43px !important;
}
.news-block-items-3 .content .theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.news-block-items-3 .content .theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.news-block-items-3 .content .theme-btn-main:hover .theme-btn {
  -webkit-transform: translateX(44px);
          transform: translateX(44px);
}
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-left,
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-right {
  width: 46px;
  height: 46px;
  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: transparent;
  color: var(--theme-color1);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--theme-color1);
}
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-left i,
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-right i {
  rotate: -30deg;
}
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-left.theme-btn-arrow-small,
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-right.theme-btn-arrow-small {
  width: 40px;
  height: 40px;
}
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-left.black-arrow,
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-right.black-arrow {
  background: var(--theme-color-black);
  color: var(--theme-color1);
}
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-left.transparent-arrow,
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-right.transparent-arrow {
  border: 1px solid var(--theme-color1);
  background: transparent;
  color: var(--theme-color1);
}
.news-block-items-3 .content .theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}
.news-block-items-3 .content .theme-btn-main .theme-btn {
  background: var(--theme-color1);
  color: var(--theme-color-black);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 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;
}
.news-block-items-3:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-block-items-3:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-block-items-3:hover .content {
  background: rgba(21, 21, 21, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(25px);
}

.news-section-3 {
  position: relative;
}
.news-section-3 .news-vec {
  position: absolute;
  bottom: 0;
  left: -30px;
}
.news-section-3 .news-vec2 {
  position: absolute;
  top: 5%;
  right: 5%;
}

.award-list-items-area .award-list-items-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(217, 217, 217, 0.13);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .award-list-items-area .award-list-items-items {
    display: block;
  }
}
.award-list-items-area .award-list-items-items .content-items {
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.award-list-items-area .award-list-items-items .content-items .year {
  color: var(--theme-color1);
  font-size: 16px;
  font-weight: 600;
}
.award-list-items-area .award-list-items-items .content h6 {
  font-weight: 500;
  color: var(--theme-color-white);
  font-size: 24px;
}
.award-list-items-area .award-list-items-items .content h6 span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font-family);
  color: var(--text-color);
}
.award-list-items-area .award-list-items-items .content .title {
  color: var(--theme-color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.award-list-items-area .award-list-items-items .arrow-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  text-align: center;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .award-list-items-area .award-list-items-items .arrow-icon {
    margin-top: 30px;
  }
}
.award-list-items-area .award-list-items-items .arrow-icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.award-list-items-area .award-list-items-items .hover-image {
  width: 268px;
  height: 190px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
  border-radius: 16px;
  visibility: hidden;
}
.award-list-items-area .award-list-items-items:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.award-list-items-area .award-list-items-items.active .content .title {
  color: var(--theme-color1);
}
.award-list-items-area .award-list-items-items.active .arrow-icon {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}

.award-section1 {
  position: relative;
  z-index: 9;
}
.award-section1 .award1-ellipse1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.award-section1 .shape1 {
  position: absolute;
  top: 0;
  right: 0;
}

.award-section-3 {
  position: relative;
  z-index: 9;
}
.award-section-3 .award-light3 {
  position: absolute;
  top: -60%;
  right: 0;
  z-index: -1;
}

.clients-section-1 {
  position: relative;
}
.clients-section-1 .anim-icons {
  pointer-events: none;
}
.clients-section-1 .anim-icons .image-1 {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: -1;
}
.clients-section-1 .brand-outer-box {
  border-top: 1px solid #303030;
  border-left: 1px solid #303030;
}

.clients-section-1 {
  position: relative;
  z-index: 9;
}
.clients-section-1 .ellipse-1 {
  position: absolute;
  top: -30%;
  left: -8%;
  z-index: -1;
}
.clients-section-1 .ellipse-2 {
  position: absolute;
  bottom: -30%;
  right: 0;
  z-index: -1;
}
.clients-section-1 .object-1 {
  position: absolute;
  bottom: -130px;
  left: 0;
}

.client-block-two {
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.client-block-two .inner-box {
  padding: 10px;
  min-height: 174px;
  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;
}
.client-block-two .inner-box:hover .image-box .image img {
  -webkit-filter: invert(1) brightness(1);
          filter: invert(1) brightness(1);
}
.client-block-two .inner-box .image-box .image {
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-block-two .inner-box .image-box .image img {
  opacity: 1;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-wrapper {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 99;
  margin: 0 100px;
}
@media (max-width: 1699.98px) {
  .clients-wrapper {
    margin: 0 50px;
  }
}
@media (max-width: 1399.98px) {
  .clients-wrapper {
    margin: 0 40px;
  }
}
@media (max-width: 1199.98px) {
  .clients-wrapper {
    margin: 0 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.clients-wrapper .line-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.clients-wrapper .line-shape img {
  height: 100%;
}
.clients-wrapper .client-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.brand-box-1 {
  height: 125px;
  line-height: 125px;
  border: 1px solid rgba(179, 181, 180, 0.14);
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: var(--body-bg);
}
.brand-box-1 .brand-img-1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  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;
}
.brand-box-1 .brand-img-1 img {
  opacity: 0.3;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.brand-box-1 .brand-img-1:last-child img {
  -webkit-transform: translateY(-350%);
          transform: translateY(-350%);
  opacity: 0;
}
.brand-box-1:hover .brand-img-1:first-child img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.brand-box-1:hover .brand-img-1:last-child img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.brand-partner-section {
  position: relative;
}
.brand-partner-section .brand-shape2 {
  position: absolute;
  top: 0;
  right: 0;
}

.client-block3 .inner-box:hover .image-box .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);
}
.client-block3 .inner-box:hover .image-box .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);
}
.client-block3 .inner-box .image-box .image {
  margin-bottom: 0;
  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;
}
.client-block3 .inner-box .image-box .image img {
  -webkit-filter: brightness(2) saturate(0);
          filter: brightness(2) saturate(0);
  opacity: 0.3;
}
.client-block3 .inner-box .image-box .image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 210px;
}
.client-block3 .inner-box .image-box .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);
}
.client-block3 .inner-box .image-box .image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.clients-section3 {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .clients-section3 {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .clients-section3 {
    padding: 80px 0;
  }
}
.clients-section3 .client-title {
  color: var(--theme-color-white);
  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;
  gap: 2px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
}
.clients-section3 .client-title img {
  position: relative;
  top: -4px;
}
.clients-section3 .outer-box {
  position: relative;
  border-bottom: 1px solid rgba(217, 217, 217, 0.11);
  padding-bottom: 55px;
}
.clients-section3 .outer-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 60px;
  background: -webkit-gradient(linear, right top, left top, color-stop(28.33%, #0D0D0D), to(rgba(13, 13, 13, 0)));
  background: linear-gradient(270deg, #0D0D0D 28.33%, rgba(13, 13, 13, 0) 100%);
  width: 207px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .clients-section3 .outer-box:before {
    display: none;
  }
}
.clients-section3 .outer-box:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 60px;
  background: -webkit-gradient(linear, right top, left top, color-stop(28.33%, #0D0D0D), to(rgba(13, 13, 13, 0)));
  background: linear-gradient(270deg, #0D0D0D 28.33%, rgba(13, 13, 13, 0) 100%);
  width: 207px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .clients-section3 .outer-box:after {
    display: none;
  }
}
.clients-section3 .swiper-horizontal {
  padding: 0;
}
.clients-section3 .brand-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.clients-section-4 .client-outer4 {
  margin: 0 60px;
  background-color: #121310;
  border-radius: 30px;
}
@media (max-width: 1699.98px) {
  .clients-section-4 .client-outer4 {
    margin: 0 40px;
  }
}
@media (max-width: 1399.98px) {
  .clients-section-4 .client-outer4 {
    margin: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .clients-section-4 .client-outer4 {
    margin: 0 20px;
  }
}
.clients-section-4 .client-outer4 .client-title {
  padding: 0 30px;
  text-align: center;
  color: var(--theme-color-white);
  margin-bottom: 45px;
}
.clients-section-4 .client-outer4 .client-title span {
  color: var(--theme-color1);
}

/***
====================================================================
  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.png);
  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.png);
  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.png);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.png);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.png);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.png);
}
.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.png);
  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.png) 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.png) 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-widget-wrapper {
  padding: 90px 0 120px;
}
@media (max-width: 1199.98px) {
  .footer-widget-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991.98px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .footer-widgwet-items {
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widgwet-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widgwet-items .footer-content {
  max-width: 315px;
}
.footer-widget-wrapper .footer-widgwet-items .footer-content .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widgwet-items .footer-content .social-icon a {
  display: inline-block;
  border: 1.2px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background-color: var(--theme-color-black);
  width: 60px;
  height: 74px;
  line-height: 74px;
  -webkit-box-align: 74px;
      -ms-flex-align: 74px;
          align-items: 74px;
  font-size: 20px;
  text-align: center;
  color: var(--theme-color-white);
  margin-right: -5px;
}
.footer-widget-wrapper .footer-widgwet-items .footer-content .social-icon a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.footer-widget-wrapper .footer-widgwet-items .social-post a {
  display: inline-block;
  padding: 16px 30px;
  background-color: var(--theme-color-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  max-width: 145px;
  width: 100%;
  text-align: center;
  color: #D9D9D9;
  margin-top: -5px;
}
.footer-widget-wrapper .footer-widgwet-items .social-post a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.footer-widget-wrapper .footer-widgwet-items .list-area li {
  font-weight: 400;
  font-size: 16px;
}
.footer-widget-wrapper .footer-widgwet-items .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .footer-widgwet-items .list-area li a {
  color: #D9D9D9;
  position: relative;
  text-transform: capitalize;
  padding-left: 20px;
}
.footer-widget-wrapper .footer-widgwet-items .list-area li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #D9D9D9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-widget-wrapper .footer-widgwet-items .list-area li a:hover {
  color: var(--theme-color1);
}
.footer-widget-wrapper .footer-widgwet-items .list-area li a:hover::before {
  background-color: var(--theme-color1);
}

.footer-section {
  padding-bottom: 50px;
  position: relative;
  z-index: 9;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.footer-section .footer-ellipse1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer-section .footer-ellipse2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-area {
  background: #121310;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1699.98px) {
  .footer-area {
    margin: 0 50px;
  }
}
@media (max-width: 1399.98px) {
  .footer-area {
    margin: 0 40px;
  }
}
@media (max-width: 1199.98px) {
  .footer-area {
    margin: 0 20px;
  }
}
.footer-area .footer-shape1 {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: -1;
}
.footer-area .footer-shape {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: -1;
}

.footer-bottom {
  background-color: var(--theme-color-black);
  padding: 22px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.footer-bottom .footer-bottom-wrapper {
  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: 767.98px) {
  .footer-bottom .footer-bottom-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.footer-bottom .footer-bottom-wrapper .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-bottom-wrapper .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.footer-bottom .footer-bottom-wrapper .footer-menu li {
  color: #D9D9D9;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a {
  color: var(--text-color);
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme-color1);
}

.footer-section-3 {
  position: relative;
  z-index: 9;
}
.footer-section-3 .footer-ellipse {
  position: absolute;
  top: -18%;
  left: 28%;
  z-index: 1;
}

.footer-main-wrapper-4 {
  border-radius: 30px;
  background: #121310;
  margin: 0 100px;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
.footer-main-wrapper-4 .footer-vec4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1699.98px) {
  .footer-main-wrapper-4 .footer-vec4 {
    display: none !important;
  }
}
.footer-main-wrapper-4 .footer-vec21 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1699.98px) {
  .footer-main-wrapper-4 .footer-vec21 {
    display: none !important;
  }
}
.footer-main-wrapper-4::before {
  position: absolute;
  bottom: -14%;
  left: -8%;
  content: "";
  width: 325px;
  height: 325px;
  border-radius: 50%;
  border: 35px solid #222222;
}
@media (max-width: 1699.98px) {
  .footer-main-wrapper-4::before {
    display: none;
  }
}
.footer-main-wrapper-4::after {
  position: absolute;
  top: -14%;
  right: -8%;
  content: "";
  width: 325px;
  height: 325px;
  border-radius: 50%;
  border: 35px solid #222222;
}
@media (max-width: 1199.98px) {
  .footer-main-wrapper-4::after {
    display: none;
  }
}
@media (max-width: 1699.98px) {
  .footer-main-wrapper-4 {
    margin: 0 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1399.98px) {
  .footer-main-wrapper-4 {
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer-main-wrapper-4 {
    padding-bottom: 70px;
  }
}
.footer-main-wrapper-4 .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-main-wrapper-4 .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-main-wrapper-4 .footer-column {
  position: relative;
  margin-bottom: 40px;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .footer-main-wrapper-4 .footer-column {
    margin-bottom: 0;
  }
}
.footer-main-wrapper-4 .footer-column .about-widget {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .footer-main-wrapper-4 .footer-column .about-widget {
    margin-bottom: 0;
  }
}
.footer-main-wrapper-4 .footer-column .about-widget .title {
  color: var(--theme-color1);
  font-size: clamp(40px, 7.5vw, 120px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .footer-main-wrapper-4 .footer-column .about-widget .title {
    margin-bottom: 0;
  }
}
.footer-main-wrapper-4 .footer-column .subscribe-widget {
  position: relative;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .text {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one {
  margin-bottom: 42px;
  position: relative;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group {
  max-width: 532px;
  position: relative;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group input[type=email] {
  background: #222222;
  border-radius: 40px;
  color: #9D9D9D;
  display: block;
  font-size: 14px;
  height: 65px;
  line-height: 30px;
  padding: 20px 65px 20px 35px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group::-webkit-input-placeholder {
  color: #9D9D9D;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group::-moz-placeholder {
  color: #9D9D9D;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group:-ms-input-placeholder {
  color: #9D9D9D;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group::-ms-input-placeholder {
  color: #9D9D9D;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group::placeholder {
  color: #9D9D9D;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group .circle-btn {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-black);
  font-size: 26px;
  height: 58px;
  line-height: 58px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 4px;
  width: 58px;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one .form-group .circle-btn:hover {
  background-color: #000;
  color: var(--theme-color1);
}
.footer-main-wrapper-4 .footer-column .widget-content .text {
  color: #D9D9D9;
}
.footer-main-wrapper-4 .footer-column .social-widget {
  margin-top: 50px;
  position: relative;
}
.footer-main-wrapper-4 .footer-column .social-widget .social-icon-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer-main-wrapper-4 .footer-column .social-widget .social-icon-list1 li a {
  background-color: #222;
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 16px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-main-wrapper-4 .footer-column .social-widget .social-icon-list1 li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}
.footer-main-wrapper-4 .contacts-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .footer-main-wrapper-4 .contacts-widget {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer-main-wrapper-4 .contacts-widget {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-main-wrapper-4 .contacts-widget {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.footer-main-wrapper-4 .contacts-widget .text {
  line-height: 45px;
}
.footer-main-wrapper-4 .contacts-widget .mail {
  color: #9D9D9D;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--heading-font-family);
  display: block;
}
.footer-main-wrapper-4 .contacts-widget .phone {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 36px;
  font-family: var(--heading-font-family);
}
@media (max-width: 1399.98px) {
  .footer-main-wrapper-4 .contacts-widget .phone {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  .footer-main-wrapper-4 .contacts-widget .phone {
    font-size: 28px;
  }
}
.footer-main-wrapper-4 .contacts-widget .contact-us {
  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;
  height: 150px;
  width: 150px;
  text-align: center;
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .footer-main-wrapper-4 .contacts-widget .contact-us {
    margin-left: initial;
  }
}
.footer-main-wrapper-4 .contacts-widget .contact-us br {
  display: block;
}
.footer-main-wrapper-4 .contacts-widget .contact-us:hover {
  background-color: var(--theme-color1);
}
.footer-main-wrapper-4 .contacts-widget .contact-us:hover .title {
  color: var(--theme-color-black);
}
.footer-main-wrapper-4 .contacts-widget .contact-us:hover .icon {
  color: var(--theme-color-black);
}
.footer-main-wrapper-4 .contacts-widget .contact-us .title {
  color: var(--theme-color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 22px;
  display: block;
}
.footer-main-wrapper-4 .contacts-widget .icon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  color: var(--theme-color-white);
}
.footer-main-wrapper-4 .footer-right-clomun {
  z-index: 99;
  position: relative;
}
.footer-main-wrapper-4 .footer-widget3 .widget-title {
  color: var(--theme-color-white);
  margin-bottom: 24px;
}
.footer-main-wrapper-4 .footer-widget3 .user-links3 li {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--heading-font-family);
}
.footer-main-wrapper-4 .footer-widget3 .user-links3 li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-main-wrapper-4 .footer-widget3 .user-links3 li a {
  color: #D9D9D9;
}
.footer-main-wrapper-4 .footer-widget3 .user-links3 li a i {
  margin-right: 5px;
}
.footer-main-wrapper-4 .footer-widget3 .user-links3 li:hover {
  margin-left: 5px;
}
.footer-main-wrapper-4 .footer-widget3 .user-links3 li:hover a {
  color: var(--theme-color1);
}

.footer-bottom-text {
  text-align: center;
  color: #9D9D9D;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 400;
  padding: 30px 0;
}

.footer-section-5 {
  padding-bottom: 60px;
}

.footer-area-5 {
  background-color: var(--theme-color1);
  margin: 0 60px;
  border-radius: 30px;
  padding: 70px 0 0;
  position: relative;
}
.footer-area-5::before {
  position: absolute;
  top: -5%;
  right: -5%;
  width: 227px;
  height: 227px;
  border-radius: 50%;
  border: 45px solid rgba(34, 34, 34, 0.1);
  content: "";
  z-index: 11;
}
@media (max-width: 1699.98px) {
  .footer-area-5 {
    margin: 0 40px;
  }
}
@media (max-width: 1399.98px) {
  .footer-area-5 {
    margin: 0 28px;
  }
}
@media (max-width: 1199.98px) {
  .footer-area-5 {
    margin: 0 20px;
  }
}
.footer-area-5 .footer-object {
  position: absolute;
  bottom: -50px;
  left: -45px;
}
.footer-area-5 .footer-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 80px;
}
.footer-area-5 .footer-text .footer-title {
  color: var(--theme-color-white);
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .footer-area-5 .footer-text .footer-title {
    font-size: 75px;
  }
}
@media (max-width: 575.98px) {
  .footer-area-5 .footer-text .footer-title {
    font-size: 55px;
  }
}
.footer-area-5 .footer-widget-wrapper-5 {
  padding: 50px 0 80px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 {
  margin-top: 30px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .widget-head {
  margin-bottom: 30px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .footer-content p {
  color: var(--theme-color-white);
  max-width: 320px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .footer-content .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 35px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .footer-content .social-icon a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .footer-content .social-icon a:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .list-area li {
  font-weight: 400;
  font-size: 16px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .list-area li a {
  color: #ffeeee;
  position: relative;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .list-area li a:hover {
  padding-left: 5px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .footer-contact li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .footer-contact li span {
  color: #ffeeee;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.footer-area-5 .footer-widget-wrapper-5 .single-footer-widget-5 .footer-contact li a {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
  max-width: 270px;
  display: inline-block;
}
.footer-area-5 .copyright-text5 {
  text-align: center;
  color: var(--theme-color-white);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}

.footer-section-3 {
  position: relative;
  z-index: 9;
}
.footer-section-3 .footer-vec1 {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: -1;
}
@media (max-width: 1699.98px) {
  .footer-section-3 .footer-vec1 {
    display: none !important;
  }
}
.footer-section-3 .footer-vec2 {
  position: absolute;
  top: 30px;
  right: 16px;
  z-index: -1;
}
.footer-section-3 .footer-light {
  position: absolute;
  left: 30%;
  top: -10%;
  z-index: -1;
}
.footer-section-3 .footer-title {
  font-size: 42px;
  font-weight: 400;
  color: var(--theme-color-white);
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  .footer-section-3 .footer-title {
    font-size: 34px;
  }
}
.footer-section-3 .footer-title span {
  font-style: Italic;
  display: block;
  font-family: "Playfair Display";
}
.footer-section-3 .footer-title a {
  color: var(--theme-color1);
}

.footer-widget-wrapper3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .footer-widget-wrapper3 {
    padding: 50px 0 80px;
  }
}
@media (max-width: 1199.98px) {
  .footer-widget-wrapper3 .footer-widget-items {
    margin-top: 30px;
  }
}
.footer-widget-wrapper3 .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper3 .footer-widget-items .widget-head .widget-title {
  color: var(--theme-color-white);
}
.footer-widget-wrapper3 .footer-widget-items .subscribe-form-one .form-group {
  max-width: 410px;
  position: relative;
}
.footer-widget-wrapper3 .footer-widget-items .subscribe-form-one .form-group input {
  background: rgba(52, 61, 94, 0.18);
  border-radius: 40px;
  color: #9D9D9D;
  display: block;
  font-size: 14px;
  height: 65px;
  line-height: 30px;
  padding: 20px 65px 20px 35px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-widget-wrapper3 .footer-widget-items .subscribe-form-one .form-group .circle-btn {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-black);
  font-size: 26px;
  height: 58px;
  line-height: 58px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 4px;
  width: 58px;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper3 .footer-widget-items .subscribe-form-one .form-check {
  margin-top: 25px;
}
.footer-widget-wrapper3 .footer-widget-items .subscribe-form-one .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: rgb(217, 217, 217);
}
.footer-widget-wrapper3 .footer-widget-items .subscribe-form-one .form-check .form-check-input {
  background-color: transparent;
  border-color: var(--theme-color1) !important;
  margin-top: 9px;
}
.footer-widget-wrapper3 .footer-widget-items .user-links3 li {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--heading-font-family);
}
.footer-widget-wrapper3 .footer-widget-items .user-links3 li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper3 .footer-widget-items .user-links3 li a {
  color: var(--text-color);
}
.footer-widget-wrapper3 .footer-widget-items .user-links3 li a i {
  margin-right: 5px;
}
.footer-widget-wrapper3 .footer-widget-items .user-links3 li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper3 .footer-widget-items .user-links3 li:hover a {
  color: var(--theme-color1);
}
.footer-widget-wrapper3 .footer-widget-items .footer-contact li {
  color: #D9D9D9;
  font-weight: 500;
}
.footer-widget-wrapper3 .footer-widget-items .footer-contact li:not(:last-child) {
  margin-bottom: 5px;
}
.footer-widget-wrapper3 .footer-widget-items .footer-contact li a {
  color: #D9D9D9;
}
.footer-widget-wrapper3 .line {
  width: 1px;
  height: 396px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-bottom3 {
  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-bottom3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-bottom3 p {
  color: #D9D9D9;
}
.footer-bottom3 .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-bottom3 .social-icon a {
  display: inline-block;
  border: 1px solid #292929;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-white);
}
.footer-bottom3 .social-icon a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

/***

====================================================================
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.png);
  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 {
  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;
}
.service-sidebar .service-sidebar-single-btn .theme-btn:hover {
  color: var(--theme-color3-text-color);
}

.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 {
  background-color: var(--theme-color3);
  border-radius: 10px;
  color: var(--theme-color1);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.637;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 52px 50px;
  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-color3);
  color: var(--theme-color1);
  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 {
  background-color: var(--theme-color3);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  color: var(--theme-color1);
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.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(--theme-color1);
  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 {
  font-size: 14px;
  padding: 5px 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-one .comment-one__btn:hover {
  color: var(--theme-color3-text-color);
}
.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;
  line-height: 40px;
  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;
  color: var(--theme-color-white);
  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-color3);
}
.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: var(--notech-black);
  -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;
}