/* Nicco Web Solutions site styles

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / TWo / Three
5.  Sticky Header 
6.  Mobile Menu
7.  Hidden Sidebar style
8.  Section Title
9.  Banner Section / Two / Three
10. Project Section / Two / Three
11. Features Section / Two / Three
12. About Section / Two / Three
13. Services Section / Two / Three
14. Video Section / Two
15. Contact Section
16. FAQ's Section / Two
17. Fun Fact Section / Two
18. Testimonial Section / Two
19. Process Section / Two
20. Team Section
21. Why Choose Us / Two / Three
22. News Section
23. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticon-digiplus.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
:root {
  --r: 30px; /* radius */
  --s: 50px; /* size of the inner curve*/
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%) no-repeat;
  --theme-color1: #F2520D;
  --theme-color2: #131313;
  --theme-color1-rgb: 242, 82, 13;
  --theme-color2-rgb: 19, 19, 19;
  --theme-color1-text-color: #ffffff;
  --theme-color2-text-color: #ffffff;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255,255,255;
  --theme-color-lighter: #F6F6F6;
  --theme-color-silver: #F1F1F1;
  --review-color: #FFAA18;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-dark: #131313;
  --theme-color-gray: #f6f6f6;
  --gradient-1: linear-gradient(181.35deg, rgba(5, 15, 19, 0) 1.15%, rgba(2, 223, 130, 0.1) 98.91%);
  --text-color: #838383;
  --headings-color: #131313;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --body-font-family: "DM Sans", sans-serif;
  --heading-font-family: "Outfit", sans-serif;
  --body-bg: #ffffff;
  --body-font-size: 16px;
  --body-line-height: 1.7;
  --body-font-weight: 500;
  --line-height-heading-h1: 1.2625em;
  --line-height-heading-h2: 1.2;
  --line-height-heading: 1;
  --line-height-heading-small: 1.5em;
  --h1-font-size: 100px;
  --h2-font-size: 50px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 500;
  --h4-font-weight: 500;
  --h5-font-weight: 500;
  --h6-font-weight: 400;
  --sec-title-subtitle-color: var(--theme-color-white);
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 400;
  --sec-title-subtitle-line-height: 1;
  --sec-title-color: var(--theme-color-white);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: 600;
  --sec-title-title-line-height: var(--line-height-heading-h2);
  --theme-light-background: #133241;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #000000;
  --container-width: 1350px;
  --small-container-width: 1000px;
  --large-container-width: 1870px;
}

.title {
  letter-spacing: 0;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

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

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

body {
  background-color: #fff;
  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-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: -2%;
}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 1rem;
}

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

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

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

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

h5, .h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-md);
}

h6, .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 {
  margin-bottom: 20px;
}
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;
  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;
}

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

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.row:not([class*=gx-], [class*=gy-], [class*=g-]) {
  --bs-gutter-x: 30px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.container .container {
  width: 100%;
}

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

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #111;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #111;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #111;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #111;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #111;
}

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

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

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

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.title a {
  color: inherit;
}

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

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

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
}

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
#preloader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  background-color: #ffffff;
}
.preloader:after {
  content: none;
  display: none;
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

.preloader-loaded {
  -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: 999999;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
  color: #000;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
}
.preloader-loaded.light .preloader-slide {
  background-color: #fff;
}
.preloader-loaded.loaded .text-preloader-outer {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader-loaded.loaded .preloader-slide.slide-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded.loaded .preloader-slide.slide-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded .text-preloader-outer {
  position: absolute;
  z-index: 1000;
}
.preloader-loaded .text-preloader-outer .text-preloading {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
@media (max-width: 1199.98px) {
  .preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 28px;
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}
.preloader-loaded .text-preloader-outer .text-preloading:before {
  content: none;
  display: none;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split {
  color: #fff;
  position: relative;
  display: inline-block;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
  content: attr(data-text);
  -webkit-animation: text-split 4s infinite;
          animation: text-split 4s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(1):before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader-loaded .preloader-slide {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  z-index: 1;
}
.preloader-loaded .preloader-slide.slide-left {
  left: 0;
}
.preloader-loaded .preloader-slide.slide-right {
  right: 0;
}

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

@keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  50% {
    --gradient-angle: 190deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  50% {
    --gradient-angle: 190deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
/*=======================
Scroll To Top style
=======================*/
/*=======================
Scroll To Top style
=======================*/
.back-to-top-wrapper {
  position: fixed;
  right: 18px;
  bottom: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 12px;
}

.back-to-top-btn {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: var(--theme-color1);
  -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
          box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--theme-color1-text-color);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: var(--text-color-theme-color1);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/*=== List Style One ===*/
.link-style-one {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.link-style-one:before {
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 2px;
  height: 1px;
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.link-style-one i {
  position: relative;
  top: 1px;
  display: block;
  font-size: 14px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link-style-one:hover {
  color: var(--theme-color1);
}
.link-style-one:hover:before {
  right: 100%;
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 21px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}
.social-icon-one.light li a {
  color: var(--theme-color-light);
}
.social-icon-one.light li a:hover {
  color: var(--theme-color1);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a i {
  position: relative;
}
.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}
.social-icon-two li a:hover {
  color: #fff;
}
.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.html);
}

.bg-pattern-2 {
  background-image: url(../images/icons/pattern-2.html);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.html);
}

.bg-pattern-4 {
  background-image: url(../images/icons/pattern-4.html);
}

.bg-pattern-5 {
  background-image: url(../images/icons/pattern-5.html);
}

.bg-pattern-6 {
  background-image: url(../images/icons/pattern-6.html);
}

.devider {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .devider {
    width: 100%;
  }
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

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

.play-btn {
  position: relative;
}
.play-btn:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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 300ms ease;
  transition: all 300ms ease;
}
.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
          animation: fa-spin 60s infinite linear;
}

.play-btn-two {
  position: relative;
}
.play-btn-two:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.play-btn-two .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 122px;
  width: 122px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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 300ms ease;
  transition: all 300ms ease;
}
.play-btn-two .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
          animation: fa-spin 60s infinite linear;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #ffffff;
  color: var(--theme-color-dark);
  z-index: 1;
  font-size: 22px;
  display: block;
  border-radius: 50%;
  -webkit-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-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .ripple,
.play-now .ripple:before,
.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(0, 0, 0, 0.6);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}
.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple.light:before, .play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.light:after {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}
.play-now-two {
  height: 150px;
  width: 150px;
  background-color: rgba(21, 21, 21, 0.5);
  border-radius: 50%;
  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: 34px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
          animation: zoom-one 3s infinite linear;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  font-size: 15px;
  padding-left: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--title-font);
}
@media (max-width: 991.98px) {
  .info-btn {
    padding-left: 70px;
  }
}
.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.info-btn small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .info-btn small {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.info-btn strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .info-btn strong {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .info-btn strong {
    font-size: 20px;
  }
}
.info-btn .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .info-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.info-btn:hover {
  color: var(--theme-color1);
}

.info-btn-two {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 74px;
  padding: 0 42px;
  padding-left: 90px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  font-family: var(--title-font);
}
@media (max-width: 991.98px) {
  .info-btn-two {
    padding-left: 70px;
  }
}
.info-btn-two small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}
.info-btn-two strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-dark);
}
.info-btn-two .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.info-btn-two:hover {
  color: var(--theme-color1);
}

.styled-pagination {
  position: relative;
  max-width: 356px;
  margin: 12px auto;
  width: 100%;
  margin-top: 60px;
  background-color: transparent;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}
.styled-pagination .swiper-pagination-progressbar-fill:before {
  position: absolute;
  top: -7px;
  height: 15px;
  width: 15px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
}

.swiper-horizontal {
  padding-bottom: 70px;
}

.swiper-horizontal > .styled-scrollbar {
  border-radius: 2px;
  height: 3px;
  width: 356px;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.swiper-horizontal > .styled-scrollbar > .swiper-scrollbar-drag {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 15px;
  max-width: 15px;
  top: -6px;
  cursor: pointer;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 35px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 6px;
  margin-top: 31px;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 14px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-family: var(--text-font);
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 6px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  background-color: var(--theme-color2);
}
.skills .skill-item .skill-bar .bar-inner .bar:before {
  border: 1px solid #d7d7d7;
  content: "";
  top: -4px;
  left: -3px;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 8px;
  bottom: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--theme-color2);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 26px;
  text-align: center;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  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;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 65px;
  width: 65px;
  color: var(--theme-color1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-navs .owl-next span,
.default-navs .owl-prev span {
  display: inline-block;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 1px solid var(--theme-color2);
}

.swiper-arry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.swiper-arry .arry-prev,
.swiper-arry .arry-next {
  position: relative;
  width: 45px;
  height: 45px;
  z-index: 1;
  line-height: 45px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color-dark);
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.swiper-arry .arry-prev:before,
.swiper-arry .arry-next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.swiper-arry .arry-prev:hover,
.swiper-arry .arry-next:hover {
  color: var(--theme-color-white);
}
.swiper-arry .arry-prev:hover:before,
.swiper-arry .arry-next:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-navs-two .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-navs-two .owl-nav:before {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  left: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}
.custom-navs-two .owl-nav:after {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  right: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}
.custom-navs-two .owl-nav .owl-prev,
.custom-navs-two .owl-nav .owl-next {
  background-color: #F9F6F1;
  color: var(--theme-color-dark);
  font-size: 8px;
  position: relative;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}
.custom-navs-two .owl-nav .owl-prev:hover,
.custom-navs-two .owl-nav .owl-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.custom-navs-two .owl-nav .owl-next {
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
}

.disable-navs .owl-nav {
  display: none;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.blockquote-style-one {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
  padding: 0 0 0 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 30px;
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: "";
}

.box-shadow-none,
.box_shadow_none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.button-circle {
  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;
  padding-bottom: 30px;
}
.button-circle .inner {
  width: 140px;
  height: 140px;
  line-height: 153px;
  text-align: center;
}
.button-circle .inner .shape-circle1 {
  position: absolute;
  top: 0;
  left: 0;
}
.button-circle .inner .icon {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color1);
  font-size: 34px;
}
.button-circle .inner .text-circle-box {
  position: relative;
}
.button-circle .inner .text-circle-box svg {
  fill: #fff;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 12px;
  text-transform: uppercase;
}

/***

==================================================================
btn-style-one
==================================================================

***/
.btn-style-one {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  padding: 8px 10px 8px 30.6px;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--heading-font-family);
  letter-spacing: -2%;
  line-height: 1;
  border-radius: 50px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  gap: 0;
  z-index: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-one:before {
  background-color: var(--theme-color2);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  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 span {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  height: 40px;
  line-height: 36px;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-one span img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-one:hover span {
  background-color: var(--theme-color-white);
}
.btn-style-one:hover span img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.btn-style-one:hover {
  color: var(--theme-color2-text-color);
}
.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-two
==================================================================

***/
.btn-style-two {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  padding: 13px 20.4px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--heading-font-family);
  letter-spacing: 0;
  line-height: 1;
  border-radius: 49px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  gap: 0;
  z-index: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-two:before {
  background-color: var(--theme-color-white);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  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-two:hover {
  color: var(--theme-color-dark);
}
.btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

/***

==================================================================
btn-style-three
==================================================================

***/
.btn-style-three {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  padding: 13px 20.4px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--heading-font-family);
  letter-spacing: 0;
  line-height: 1;
  border-radius: 49px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  gap: 0;
  z-index: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-three:before {
  background-color: var(--theme-color2);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  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-three:hover {
  color: var(--theme-color2-text-color);
}
.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

/***

==================================================================
btn-style-four
==================================================================

***/
.btn-style-four {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
  padding: 8px 10px 8px 30.6px;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--heading-font-family);
  letter-spacing: -2%;
  line-height: 1;
  border-radius: 50px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  gap: 0;
  z-index: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four:before {
  background-color: var(--theme-color1);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  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 span {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-left: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four span img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four:hover {
  color: var(--theme-color1-text-color);
}
.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 span {
  background-color: var(--theme-color-dark);
}
.btn-style-four:hover span img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: var(--theme-color-lighter);
  margin-bottom: 20px;
  border-radius: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block.active-block {
  border-radius: 20px !important;
}
.accordion-box .block.active-block .acc-btn {
  border-bottom: none;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  padding: 26px 30px;
  padding-left: 25px;
  text-transform: capitalize;
  border-radius: 25px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid #eee;
  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;
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon:before {
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  padding-bottom: 28px;
}
.accordion-box .block .acc-btn.active .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: var(--theme-color1);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 0 20px 25px 25px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 25px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--text-color2);
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box .block .acc-content.current {
  display: block;
}

/*================================
    accordion-box style-two
=================================*/
.accordion-box-two {
  position: relative;
  margin: 0 95px 0 25px;
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  .accordion-box-two {
    margin: 0;
    padding: 0;
  }
}
.accordion-box-two .block {
  position: relative;
  margin-bottom: 5px;
  padding: 26px 0 1px 32px;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box-two .block.active-block {
  border-radius: 5px !important;
  background-color: rgba(255, 255, 255, 0.5019607843);
  backdrop-filter: blur(63px);
}
.accordion-box-two .block.active-block:before {
  background-color: #163839;
}
.accordion-box-two .block:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 47, 245, 0.1019607843);
}
@media (max-width: 1199.98px) {
  .accordion-box-two .block:before {
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .accordion-box-two .block:before {
    display: none;
  }
}
.accordion-box-two .block .acc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  color: var(--theme-color3);
  font-family: var(--style-font3);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box-two .block .acc-btn .icon {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 16px;
  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;
  color: var(--theme-color-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box-two .block .acc-btn.active {
  color: var(--theme-color1);
  padding-bottom: 5px;
}
.accordion-box-two .block .acc-btn.active.icon {
  color: var(--theme-color1);
  padding-bottom: 5px;
}
.accordion-box-two .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box-two .block .acc-content .content {
  position: relative;
  padding: 2px 110px 40px 0px;
}
.accordion-box-two .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--theme-color3);
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--style-font3);
}
@media (max-width: 575.98px) {
  .accordion-box-two .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box-two .block .acc-content.current {
  display: block;
}

/*================================
    accordion-box style-three
=================================*/
.accordion-box.style-three {
  position: relative;
}
.accordion-box.style-three .block {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box.style-three .block.active-block {
  border-radius: 20px !important;
}

/*================================
    accordion-box-three
=================================*/
.accordion-box-three {
  position: relative;
}
.accordion-box-three .block {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box-three .block.active-block {
  border-radius: 20px !important;
}
.accordion-box-three .block .acc-btn {
  position: relative;
  color: var(--theme-color3);
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  padding: 18px 30px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .accordion-box-three .block .acc-btn {
    padding: 15px 30px;
  }
}
.accordion-box-three .block .acc-btn .icon {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--theme-color-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .accordion-box-three .block .acc-btn .icon {
    top: 16px;
  }
}
.accordion-box-three .block .acc-btn .icon:before {
  position: relative;
  z-index: 1;
}
.accordion-box-three .block .acc-btn .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box-three .block .acc-btn.active {
  color: var(--theme-color-white);
  background: var(--gradient-1);
  padding-bottom: 15px;
  border-radius: 10px 10px 0 0;
}
.accordion-box-three .block .acc-btn.active .icon {
  color: var(--theme-color-white);
}
.accordion-box-three .block .acc-btn.active .icon:before {
  content: "\f078";
}
.accordion-box-three .block .acc-btn.active .icon:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.accordion-box-three .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box-three .block .acc-content .content {
  position: relative;
  padding: 20px 30px 45px 32px;
}
@media (max-width: 575.98px) {
  .accordion-box-three .block .acc-content .content {
    padding-left: 40px;
  }
}
.accordion-box-three .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .accordion-box-three .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box-three .block .acc-content.current {
  display: block;
}

/*================================
    accordion-box-four
=================================*/
.accordion-box-four {
  position: relative;
}
.accordion-box-four .block {
  position: relative;
  background-color: #f0edfd;
  margin-bottom: 28px;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box-four .block.active-block {
  border-radius: 20px !important;
}
.accordion-box-four .block .acc-btn {
  position: relative;
  color: var(--theme-color3);
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 19px;
  cursor: pointer;
  padding: 32px 30px;
  padding-left: 26px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-box-four .block .acc-btn {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion-box-four .block .acc-btn {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .accordion-box-four .block .acc-btn {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 30px;
  }
}
.accordion-box-four .block .acc-btn .icon {
  position: absolute;
  top: 32px;
  right: 30px;
  font-size: 24px;
  border-radius: 50%;
  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;
  color: var(--theme-color-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .accordion-box-four .block .acc-btn .icon {
    font-size: 20px;
    top: 16px;
  }
}
.accordion-box-four .block .acc-btn .icon:before {
  position: relative;
  z-index: 1;
}
.accordion-box-four .block .acc-btn.active {
  color: var(--theme-color1);
  padding-bottom: 15px;
}
.accordion-box-four .block .acc-btn.active .icon {
  color: var(--theme-color1);
}
.accordion-box-four .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box-four .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box-four .block .acc-content .content {
  position: relative;
  padding: 5px 140px 30px 75px;
}
@media (max-width: 1199.98px) {
  .accordion-box-four .block .acc-content .content {
    padding: 5px 40px 30px 75px;
  }
}
.accordion-box-four .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .accordion-box-four .block .acc-content .content .text {
    line-height: 26px;
  }
}
.accordion-box-four .block .acc-content.current {
  display: block;
}

/*** 

====================================================================
    Case Studies Section
====================================================================

***/
.case-studies-section {
  position: relative;
  padding: 130px 0px 70px;
}
.case-studies-section .anim-icons .image-1 {
  position: absolute;
  top: 120px;
  left: 0;
}
@media (max-width: 991.98px) {
  .case-studies-section .anim-icons .image-1 {
    display: none;
  }
}
.case-studies-section .sec-title {
  position: relative;
}
.case-studies-section .sec-title .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575.98px) {
  .case-studies-section .sec-title .nav-right .swiper-arry {
    display: none;
  }
}
.case-studies-section .sec-title .text {
  max-width: 420px;
}
.case-studies-section .tab-button-box {
  position: relative;
  padding: 20px;
  background-color: var(--theme-color-white);
  border-radius: 35px 35px 0px 35px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(189, 157, 157, 0.2509803922);
          box-shadow: 0px 0px 30px 0px rgba(189, 157, 157, 0.2509803922);
}
@media (max-width: 991.98px) {
  .case-studies-section .tab-button-box {
    margin-bottom: 40px;
    border-radius: 35px;
  }
}
.case-studies-section .tab-button-box .tab-buttons {
  padding: 30px 45px;
  border-radius: 35px 35px 0px 35px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 1599.98px) {
  .case-studies-section .tab-button-box .tab-buttons {
    padding: 5px 25px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-section .tab-button-box .tab-buttons {
    border-radius: 35px;
  }
}
.case-studies-section .tab-button-box .tab-buttons li {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  padding: 20px 0px;
  cursor: pointer;
  color: var(--theme-color2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-studies-section .tab-button-box .tab-buttons li:last-child {
  border-bottom: none;
}
.case-studies-section .tab-button-box .tab-buttons li.active-btn {
  color: var(--theme-color1);
}
.case-studies-section .tabs-content {
  position: relative;
  margin-right: -447px;
}
@media (max-width: 1199.98px) {
  .case-studies-section .tabs-content {
    margin-right: 0;
  }
}
.case-studies-section .tabs-content .tab {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.case-studies-section .tabs-content .tab.active-tab {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.casestudies-block-one .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.casestudies-block-one .inner-box:hover .image-box::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.casestudies-block-one .inner-box:hover .image-box::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.casestudies-block-one .inner-box .image-box {
  position: relative;
  margin-bottom: 0;
}
.casestudies-block-one .inner-box .image-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: var(--gradient-2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.casestudies-block-one .inner-box .image-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: var(--gradient-3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.casestudies-block-one .inner-box .image-box img {
  width: 100%;
}
.casestudies-block-one .inner-box .content-inner {
  position: absolute;
  padding: 35px 35px 23px;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
.casestudies-block-one .inner-box .content-inner .title {
  max-width: 230px;
  color: var(--theme-color-white);
}
.casestudies-block-one .inner-box .content-inner .link-btn {
  display: none;
}
.casestudies-block-one .inner-box .content-inner .link-btn .link {
  width: 37px;
  height: 37px;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.casestudies-block-one .inner-box .content-inner .link-btn .link:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*** 

====================================================================
    Chooseus Section
====================================================================

***/
.chooseus-section {
  position: relative;
  padding: 135px 0;
  z-index: 99;
  overflow: hidden;
}
.chooseus-section.bg-gray {
  background-color: var(--theme-color-lighter);
}
.chooseus-section .shape-bg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 179px;
  background-position: top left;
  background-size: contain;
}
.chooseus-section .bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .chooseus-section .bg-image {
    width: 38%;
  }
}
@media (max-width: 991.98px) {
  .chooseus-section .bg-image {
    display: none;
  }
}
.chooseus-section .anim-icons .image-1 {
  position: absolute;
  top: calc(50% - 249px);
  right: 0;
}

.features-list-slider .swiper-scrollbar {
  position: absolute;
  top: 0;
  left: 65px;
  width: 1px;
  background: rgba(19, 13, 26, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-list-slider .swiper-scrollbar {
    left: 10px;
  }
}

.features-list-slider .swiper-scrollbar-drag {
  background: rgba(19, 13, 26, 0.3);
}

.content-column .inner-colmun {
  margin-left: 100px;
}
@media (max-width: 1599.98px) {
  .content-column .inner-colmun {
    margin-left: 60px;
  }
}
@media (max-width: 575.98px) {
  .content-column .inner-colmun {
    margin-left: 0px;
  }
}

.features-list-slider {
  height: 455px;
}
@media (max-width: 767.98px) {
  .features-list-slider {
    height: 655px;
  }
}
@media (max-width: 575.98px) {
  .features-list-slider {
    height: 600px;
  }
}

.feature-block-three {
  position: relative;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 575.98px) {
  .feature-block-three {
    padding-left: 50px;
  }
}
.feature-block-three:hover .inner-box .icon-box {
  color: var(--theme-color1);
}
.feature-block-three .sl-number {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-color2);
}
@media (max-width: 575.98px) {
  .feature-block-three .sl-number {
    display: none;
  }
}
.feature-block-three .inner-box {
  position: relative;
  padding-left: 77px;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .feature-block-three .inner-box {
    padding-left: 0;
    max-width: 100%;
  }
}
.feature-block-three .inner-box .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #1B152C;
  margin-bottom: 10px;
}
.feature-block-three .inner-box .text {
  color: var(--text-color2);
}
.feature-block-three .inner-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: var(--text-color2);
}
@media (max-width: 767.98px) {
  .feature-block-three .inner-box .icon-box {
    position: relative;
  }
}
.feature-block-three .inner-box .icon-box {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

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

***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

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

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

.zoom-three {
  -webkit-animation: zoom-three 5s infinite linear;
          animation: zoom-three 5s infinite linear;
}

.animate-circle {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

@-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 iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-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 zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
            box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
            box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}
@keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
            box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
            box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}
@-webkit-keyframes tm-animation-flicker {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
  }
  50% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  75% {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
@keyframes tm-animation-flicker {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
  }
  50% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  75% {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.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;
}

.overlay-anim-two {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.overlay-anim-two:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.overlay-anim-two:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

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

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

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

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

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

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

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.circleZoom {
  -webkit-animation: circlezoomrotate 15s infinite linear;
          animation: circlezoomrotate 15s infinite linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

/*** 

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

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

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

/*** 

====================================================================
Main Header
====================================================================

***/
.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .inner-container {
  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-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399.98px) {
  .header-top .top-center {
    display: none;
  }
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header-top .useful-links li {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 20px;
  font-family: var(--title-font);
}
.header-top .useful-links li a {
  color: #bdbdbd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color1);
}

.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  width: 200px;
  height: 100px;
  max-width: 200px;
  object-fit: contain;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1023.98px) {
  .main-header .main-box {
    padding: 0;
  }
}
.main-header .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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.98px) {
  .main-header .main-box .nav-outer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 1024px) {
  .main-header .mobile-nav-toggler {
    display: block !important;
  }
}

.main-menu {
  position: relative;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  top: 0;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 37.2px 0;
  margin: 0 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
}
@media (max-width: 1399.98px) {
  .main-menu .navigation > li {
    margin-right: 20px;
  }
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  color: var(--theme-color1);
  left: 0;
  width: 100%;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:last-child:after {
  display: none;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font-family);
  text-transform: capitalize;
  line-height: 26.6px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 228px;
  z-index: 100;
  padding: 0;
  background-color: var(--theme-color-white);
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid var(--theme-color-lighter);
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color1);
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font-family);
  margin: 0 30px;
  padding: 10px 0px;
  line-height: 26.6px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > a .badge-menu {
  background-color: #336AEA;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-red {
  background-color: #ff3838;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-yellow {
  background-color: #ffaa17;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-dark {
  background-color: #222429;
}
.main-menu .navigation > li > ul > li:hover {
  background-color: #F6F6F6;
}
.main-menu .navigation > li > ul > li:hover:before {
  scale: 1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 10px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  top: 10px;
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid var(--theme-color-lighter);
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color1);
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover {
  background-color: #F6F6F6;
}
.main-menu .navigation > li > ul > li > ul > li:hover:before {
  scale: 1;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--headings-color);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.6px;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--theme-color-light);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-light);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 20px;
  color: var(--theme-color-dark);
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 15px;
  padding-left: 70px;
  color: var(--theme-color-dark);
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--title-font);
}
.main-header .info-btn small {
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background-color: var(--theme-color1);
}
.main-header .info-btn i:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  border-radius: 50%;
  content: "";
}
.main-header .info-btn:hover {
  color: var(--theme-color1);
}

.contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list li {
  position: relative;
  padding-left: 65px;
  margin-left: 35px;
}
.contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  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: 20px;
  color: var(--theme-color1);
}
.contact-list li .title {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--text-font);
  margin-bottom: 2px;
}
.contact-list li .text {
  font-size: 16px;
  line-height: 24px;
  color: #cecece;
}
.contact-list li .text a {
  color: inherit;
}


.header-search {
  position: relative;
  width: 160px;
}
.header-search .form-group {
  position: relative;
}
.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  right: 0;
  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;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6);
  background: none;
}

.main-header .search-btn {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  text-align: center;
}
.main-header .search-btn:hover {
  color: var(--theme-color1);
}
[data-tm-layout=lemon] .main-header .search-btn:hover {
  color: var(--dark-color2);
}
.main-header .search-btn:hover strong {
  color: var(--theme-color1);
}

/*** 

====================================================================
    Header Style one
====================================================================

***/
.header-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}
@media (max-width: 1024px) {
  .header-style-one {
    padding: 15px 0;
  }
}
.header-style-one .header-lower {
  position: relative;
}
.header-style-one .header-lower .inner-container {
  position: relative;
  max-width: 1670px;
  padding: 0 15px;
  margin: 0 auto;
  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;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .inner-container {
    margin: 0 auto;
  }
}
.header-style-one .header-lower .inner-container .left-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 204px;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .inner-container .left-box {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .header-style-one .header-lower .inner-container .left-box {
    gap: 0;
  }
}
.header-style-one .header-lower .inner-container .main-menu .navigation > li {
  padding: 30.2px 0;
  margin: 0 38px 0 0;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .inner-container .main-menu .navigation > li {
    margin: 0 20px 0 0;
  }
}
.header-style-one .header-lower .inner-container .main-menu .navigation > li > a {
  font-family: var(--heading-font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--theme-color-white);
}
.header-style-one .header-lower .inner-container .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-one .header-lower .inner-container .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.header-style-one .header-lower .inner-container .right-box .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .header-style-one .header-lower .inner-container .right-box .header-phone_box {
    display: none;
  }
}
.header-style-one .header-lower .inner-container .right-box .header-phone_box:hover .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.header-style-one .header-lower .inner-container .right-box .header-phone_box .icon {
  width: 40px;
  height: 40px;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.header-style-one .header-lower .inner-container .right-box .header-phone_box i {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.header-style-one .header-lower .inner-container .right-box .header-phone_box .info {
  font-size: 14px;
  font-weight: 400;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-family: var(--heading-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
  line-height: 24px;
  letter-spacing: -2%;
}
.header-style-one .header-lower .inner-container .right-box .header-phone_box .info strong {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 30px;
  letter-spacing: -3%;
}
.header-style-one .header-lower .inner-container .right-box .header-phone_box .info strong:hover {
  color: var(--theme-color-white);
}
@media (max-width: 1024px) {
  .header-style-one .header-lower .inner-container .right-box .theme-btn {
    display: none;
  }
}
.header-style-one .header-lower .inner-container .right-box .mobile-nav-toggler {
  display: block;
  margin-left: 0;
}
.header-style-one .header-lower .inner-container .right-box .mobile-nav-toggler span {
  background-color: var(--theme-color-white);
}

/*** 

====================================================================
    Header Style two
====================================================================

***/
.header-style-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}
@media (max-width: 1024px) {
  .header-style-two {
    padding: 15px 0;
  }
}
.header-style-two .header-upper {
  background-color: var(--theme-color-dark);
}
@media (max-width: 1024px) {
  .header-style-two .header-upper {
    display: none;
  }
}
.header-style-two .header-upper .inner-box {
  position: relative;
  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;
  position: relative;
  max-width: 1670px;
  padding: 15px 15px;
  margin: 0 auto;
}
.header-style-two .header-upper .inner-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
}
.header-style-two .header-upper .inner-box .info-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color-lighter);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
.header-style-two .header-upper .inner-box .info-box .info .icon {
  color: var(--theme-color1);
  margin-right: 10px;
}
.header-style-two .header-lower {
  position: relative;
}
.header-style-two .header-lower .inner-container {
  position: relative;
  max-width: 1670px;
  padding: 0 15px;
  margin: 0 auto;
  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;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .inner-container {
    margin: 0 auto;
  }
}
.header-style-two .header-lower .inner-container .left-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 204px;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .inner-container .left-box {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .header-style-two .header-lower .inner-container .left-box {
    gap: 0;
  }
}
.header-style-two .header-lower .inner-container .main-menu .navigation > li {
  padding: 30.2px 0;
  margin: 0 38px 0 0;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .inner-container .main-menu .navigation > li {
    margin: 0 20px 0 0;
  }
}
.header-style-two .header-lower .inner-container .main-menu .navigation > li > a {
  font-family: var(--heading-font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--theme-color-white);
}
.header-style-two .header-lower .inner-container .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-two .header-lower .inner-container .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.header-style-two .header-lower .inner-container .right-box .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .inner-container .right-box .header-phone_box {
    display: none;
  }
}
.header-style-two .header-lower .inner-container .right-box .header-phone_box:hover .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.header-style-two .header-lower .inner-container .right-box .header-phone_box .icon {
  width: 40px;
  height: 40px;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.header-style-two .header-lower .inner-container .right-box .header-phone_box i {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.header-style-two .header-lower .inner-container .right-box .header-phone_box .info {
  font-size: 14px;
  font-weight: 400;
  color: rgba(var(--theme-color-white-rgb), 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
  line-height: 24px;
  letter-spacing: -2%;
}
.header-style-two .header-lower .inner-container .right-box .header-phone_box .info strong {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--heading-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 30px;
  letter-spacing: -3%;
}
.header-style-two .header-lower .inner-container .right-box .header-phone_box .info strong:hover {
  color: var(--theme-color-white);
}
@media (max-width: 1024px) {
  .header-style-two .header-lower .inner-container .right-box .theme-btn {
    display: none;
  }
}
.header-style-two .header-lower .inner-container .right-box .mobile-nav-toggler {
  display: block;
  margin-left: 0;
}
.header-style-two .header-lower .inner-container .right-box .mobile-nav-toggler span {
  background-color: var(--theme-color-white);
}

.mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
  display: none;
}
.mobile-nav-toggler span {
  background-color: var(--theme-color-black);
}
[data-tm-layout=dark] .mobile-nav-toggler span {
  background-color: var(--headings-color);
}
.mobile-nav-toggler span {
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}
.mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}
.mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}
.mobile-nav-toggler:hover span {
  width: 12px;
}
.mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}

/***

====================================================================
    Sticky Header
====================================================================

***/
.sticky-header {
  background: var(--theme-color-white);
}
[data-tm-layout=lemon] .sticky-header {
  background: var(--theme-color2);
}
.sticky-header {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.sticky-header .mobile-nav-toggler {
  display: none !important;
}
@media (max-width: 1024px) {
  .sticky-header .mobile-nav-toggler {
    display: block !important;
  }
}
.sticky-header .mobile-nav-toggler span {
  color: var(--theme-color-black);
}
.sticky-header .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .sticky-header .header-phone_box {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .sticky-header .header-phone_box {
    display: none;
  }
}
.sticky-header .header-phone_box:hover .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.sticky-header .header-phone_box .icon {
  width: 50px;
  height: 50px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sticky-header .header-phone_box i {
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.sticky-header .header-phone_box .info {
  font-size: 17px;
  font-weight: 400;
  color: rgba(33, 38, 33, 0.6);
  font-family: var(--heading-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
  line-height: 24px;
}
.sticky-header .header-phone_box .info strong {
  color: var(--headings-color);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 30px;
}
.sticky-header .header-phone_box .info strong:hover {
  color: var(--theme-color1);
}
.sticky-header .mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
}
@media only screen and (max-width: 1699px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media only screen and (max-width: 1400px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media (max-width: 1399.98px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 50px;
  }
}
@media (max-width: 1023px) {
  .sticky-header .mobile-nav-toggler {
    display: block !important;
  }
}
.sticky-header .mobile-nav-toggler span {
  background-color: var(--theme-color-black);
}
[data-tm-layout=dark] .sticky-header .mobile-nav-toggler span {
  background-color: var(--headings-color);
}
.sticky-header .mobile-nav-toggler span {
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}
@media (max-width: 767.98px) {
  .sticky-header .mobile-nav-toggler span {
    background-color: var(--theme-color-black);
  }
}
.sticky-header .mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}
.sticky-header .mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}
.sticky-header .mobile-nav-toggler:hover span {
  width: 12px;
}
.sticky-header .mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

@media (max-width: 1024px) {
  .sticky-header .logo {
    padding: 19px 0 20px;
  }
}
.sticky-header .logo img {
  width: 200px;
  height: 100px;
  max-height: 100px;
  object-fit: contain;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  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;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 60px;
  padding: 26.5px 0px;
}

.sticky-header .main-menu .navigation.onepage-nav > li {
  margin-left: 35px;
}

.header-style-one.header-style-home5 .sticky-header .main-menu .navigation.onepage-nav > li {
  margin-right: 10px;
}

@media (max-width: 1499.98px) {
  .main-menu .navigation.onepage-nav > li,
  .sticky-header .main-menu .navigation.onepage-nav > li {
    margin-right: 28px;
  }
}
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-black);
}
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li.current > a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li > a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-dark);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 1023.98px) {
  .sticky-header .mobile-nav-toggler {
    display: inline-block !important;
  }
}

@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;
  }
}
.main-menu .navigation > li.dropdown ul li a {
  font-size: 16px !important;
}

.sticky-header .main-menu .navigation > li {
  margin: 0 0 0 32px;
}

/***

==================================================================
    Instagram Section
==================================================================

***/
/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color2);
  display: none;
  top: 0;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block;
  }
}

.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: -10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  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 {
  width: auto !important;
  height: auto !important;
  max-width: 180px;
  max-height: 52px;
  object-fit: contain;
}
.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(--theme-color-dark);
  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: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a .badge-menu {
  background-color: #336AEA;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-red {
  background-color: #ff3838;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-yellow {
  background-color: #ffaa17;
}
.mobile-menu .navigation li > a .badge-menu.badge-color-dark {
  background-color: #222429;
}
.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: 16px;
  line-height: 44px;
  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;
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li a:hover {
  color: var(--theme-color1);
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color1);
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-list-one li .text {
  color: var(--theme-color-light);
}

.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-color-dark);
  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: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color1);
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/
.toggle-hidden-bar {
  position: relative;
  height: 24px;
  min-width: 38px;
}
.toggle-hidden-bar .line {
  position: absolute;
  left: 0;
  top: 10px;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
}
.toggle-hidden-bar .line:nth-child(1) {
  width: 24px;
  top: 0;
}
.toggle-hidden-bar .line:nth-child(3) {
  width: 24px;
  left: auto;
  right: 0;
  top: 21px;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--theme-color-dark);
  height: 100%;
}
.hidden-bar .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: 30px 30px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.hidden-bar .upper-box .nav-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 180px;
  max-height: 52px;
  object-fit: contain;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}

.contact-list-two {
  position: relative;
  padding: 30px 30px 20px;
}
.contact-list-two li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-two li:last-child {
  margin-right: 0;
}
.contact-list-two li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color1);
}
.contact-list-two li .contact-info-box a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color-light);
}
.contact-list-two li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color-light);
  font-weight: 700;
  text-transform: uppercase;
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .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-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/***

==================================================================
    Gallery Section
==================================================================

***/
.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gallery-section {
  position: relative;
  padding: 100px 0 80px;
}
.gallery-section .outer-box {
  padding: 0 14px;
}
.gallery-section .sec-title {
  margin-bottom: 51px;
}
.gallery-section.style-two {
  padding: 100px 0;
}
.gallery-section.style-two .gallery-block {
  margin-bottom: 30px;
}
.gallery-section.style-two .gallery-block .inner-box .image-box .image-1:before {
  background-color: rgba(var(--theme-color1-rgb), 0.5);
  backdrop-filter: blur(10px);
}
.gallery-section.style-two .gallery-block .inner-box .content-box {
  padding: 7px 25px 0;
}
.gallery-section.style-two .gallery-block .inner-box .content-box .btn-link {
  color: var(--theme-color-white);
}
.gallery-section.style-two .gallery-block .inner-box .content-box .title {
  color: var(--theme-color-white);
  font-weight: 500;
}
.gallery-section.style-two .gallery-block .inner-box .content-box .text {
  color: var(--theme-color-white);
}
.gallery-section.style-three {
  padding: 100px 0;
}
.gallery-section.style-three .outer-box {
  padding: 0 30px;
}
.gallery-section.style-three .gallery-block {
  margin-bottom: 30px;
}
.gallery-section.style-three .gallery-block .inner-box .image-box .image-1:before {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  backdrop-filter: none;
}
.gallery-section.style-three .gallery-block .inner-box .content-box {
  padding: 7px 25px 0;
}
.gallery-section.style-three .gallery-block .inner-box .content-box .btn-link {
  color: var(--theme-color-white);
}
.gallery-section.style-four {
  padding: 100px 0;
}
.gallery-section.style-four .outer-box {
  padding: 0;
}
.gallery-section.style-four .gallery-block {
  margin-bottom: 0;
}
.gallery-section.style-four .gallery-block .inner-box:hover .image-box .image-1:before {
  height: 100%;
}
.gallery-section.style-four .gallery-block .inner-box .image-box .image-1:before {
  background-color: rgba(var(--theme-color1-rgb), 0.9);
  backdrop-filter: none;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-section.style-four .gallery-block .inner-box .content-box {
  padding: 7px 25px 0;
}
.gallery-section.style-four .gallery-block .inner-box .content-box .btn-link {
  color: var(--theme-color-white);
}

.gallery-block {
  margin-bottom: 20px;
}
.gallery-block .inner-box {
  position: relative;
  overflow: hidden;
}
.gallery-block .inner-box:hover {
  background-color: var(--theme-color1);
}
.gallery-block .inner-box:hover .image-box .image-1:before {
  height: calc(100% - 40px);
}
.gallery-block .inner-box:hover .content-box {
  opacity: 1;
  top: 50%;
}
.gallery-block .inner-box .image-box {
  margin-bottom: 0;
}
.gallery-block .inner-box .image-box .image-1 {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .image-box .image-1:before {
  background-color: rgba(var(--theme-color-white-rgb), 0.8);
  backdrop-filter: blur(5px);
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  height: 0;
  width: calc(100% - 40px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .image-box .image-1 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .content-box {
  text-align: center;
  padding: 7px 55px 0;
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  width: calc(100% - 70px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .gallery-block .inner-box .content-box {
    width: calc(100% - 10px);
    padding: 7px 15px 0;
  }
}
.gallery-block .inner-box .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}
@media (max-width: 1399.98px) {
  .gallery-block .inner-box .content-box .btn-box {
    margin-bottom: 15px;
  }
}
.gallery-block .inner-box .content-box .btn-link {
  color: var(--headings-color);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .gallery-block .inner-box .content-box .btn-link {
    font-size: 30px;
  }
}
.gallery-block .inner-box .content-box .btn-link:hover {
  color: var(--theme-color1);
}
.gallery-block .inner-box .content-box .title {
  color: var(--headings-color);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .gallery-block .inner-box .content-box .title {
    font-size: 20px;
  }
}
.gallery-block .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.gallery-block .inner-box .content-box .title a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery-block .inner-box .content-box .text {
  color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

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

***/
.sec-title {
  position: relative;
}
.sec-title .sub-title {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -4%;
  color: var(--theme-color1);
  margin-bottom: 10px;
}
.sec-title .sub-title:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/sub-title1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  top: 1px;
  left: 0;
}
.sec-title .title {
  position: relative;
  margin-bottom: 0;
  font-size: 50px;
  letter-spacing: -2%;
}
@media (max-width: 1199.98px) {
  .sec-title .title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 38.4px;
    line-height: 48.4px;
    letter-spacing: 0;
  }
}
.sec-title.light .title {
  color: var(--theme-color-white);
}

/*** 

====================================================================
    banner-section
====================================================================

***/
.banner-section {
  position: relative;
  background-color: var(--theme-color-dark);
  padding: 98px 0 0;
  overflow: hidden;
}
.banner-section .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section .shape-3 {
  position: absolute;
  bottom: -86px;
  left: -107px;
}
.banner-section .shape-3 img {
  -webkit-animation: spin 25s linear infinite;
          animation: spin 25s linear infinite;
}
@media (max-width: 1366px) {
  .banner-section .shape-3 {
    display: none;
  }
}
.banner-section .style-text {
  position: absolute;
  bottom: 222px;
  right: -338px;
  font-size: 230px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4%;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  color: rgba(var(--theme-color-white-rgb), 0.09);
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
@media (max-width: 991.98px) {
  .banner-section .style-text {
    display: none;
  }
}
.banner-section .outer-box {
  position: relative;
  overflow: hidden;
}
.banner-section .outer-box:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.26%, rgba(19, 19, 19, 0)), color-stop(97.47%, #FF4D00));
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 19.26%, #FF4D00 97.47%);
  width: 100%;
  height: 65%;
  left: 0;
  bottom: -89px;
  z-index: 1;
}
.banner-section .outer-box .outer-container {
  position: relative;
  max-width: 1670px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}
.banner-section .outer-box .outer-container .shape-1 {
  position: absolute;
  bottom: 71px;
  right: 15px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .shape-1 {
    display: none;
  }
}
.banner-section .outer-box .outer-container .banner-content .inner-content {
  position: relative;
  max-width: 727px;
  padding: 33px 0 30px;
}
@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content {
    text-align: center;
    max-width: 100%;
    padding: 120px 0;
  }
}
.banner-section .outer-box .outer-container .banner-content .inner-content .sub-title {
  position: relative;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: var(--theme-color1);
  display: inline-block;
  padding-left: 17px;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .sub-title {
    padding-left: 0;
  }
}
.banner-section .outer-box .outer-container .banner-content .inner-content .sub-title:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 4px);
}
@media (max-width: 575.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .sub-title:before {
    display: none;
  }
}
.banner-section .outer-box .outer-container .banner-content .inner-content .title {
  position: relative;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -4%;
  color: var(--theme-color-white);
  margin: 0 0 42px;
}
@media (max-width: 1366px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .title {
    font-size: 69px;
    line-height: 75px;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .title {
    font-size: 45px;
    line-height: 60px;
    margin: 0 0 25px;
  }
}
.banner-section .outer-box .outer-container .banner-content .inner-content .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1366px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .bottom-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner-section .outer-box .outer-container .banner-content .inner-content .bottom-box .theme-btn {
  margin-bottom: 10px;
}
.banner-section .outer-box .outer-container .banner-content .inner-content .bottom-box .text {
  position: relative;
  letter-spacing: -2%;
  max-width: 348px;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .banner-content .inner-content .bottom-box .text {
    max-width: 550px;
  }
}
.banner-section .outer-box .outer-container .image-column .inner-column {
  position: relative;
  margin-left: -7px;
  padding-right: 117.8px;
}
@media (max-width: 1440px) {
  .banner-section .outer-box .outer-container .image-column .inner-column {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section .outer-box .outer-container .image-column .inner-column {
    display: none;
  }
}
.banner-section .outer-box .outer-container .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-section .outer-box .outer-container .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section-slider {
  padding-bottom: 0;
  overflow: hidden;
}

.home-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-hero-track {
  display: flex;
  width: 100%;
  transition: transform 0.9s cubic-bezier(0.45, 0, 0.2, 1);
  will-change: transform;
}

.home-hero-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-section-slider .home-hero-slide .style-text {
  position: absolute;
  bottom: 222px;
  right: -338px;
  z-index: 1;
}

.banner-section-slider .home-hero-slide .outer-box {
  min-height: 620px;
}

.banner-section-slider .home-hero-slide .outer-container {
  min-height: 620px;
}

.banner-section-slider .home-hero-slide .row.align-items-center {
  min-height: 520px;
}

.banner-section-slider .home-hero-slide .inner-content {
  min-height: 340px;
}

.banner-section-slider .home-hero-slide .inner-content .title .title-line {
  display: block;
  white-space: nowrap;
}

.banner-section-slider .home-hero-slide .bottom-box {
  min-height: 120px;
  align-items: flex-start;
}

.banner-section-slider .home-hero-slide .outer-box::before {
  z-index: 1;
}

.banner-section-slider .home-hero-slide .outer-container {
  z-index: 2;
}

.banner-section-slider .home-hero-slide .outer-container .shape-1 {
  z-index: 5;
}

.banner-section-slider .home-hero-slide .image-column {
  position: relative;
  z-index: 3;
}

.banner-section-slider .home-hero-slide .image-column .inner-column {
  position: relative;
  margin-left: -7px;
  padding-right: 117.8px;
  z-index: 3;
}

.banner-section-slider .home-hero-slide .image-column .inner-column .image {
  position: relative;
  width: 100%;
  max-width: 555px;
  height: 760px;
  margin-left: auto;
  z-index: 3;
  overflow: visible;
  background: transparent;
}

.banner-section-slider .home-hero-slide .image-column .inner-column .image img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  background: transparent;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}

@media (max-width: 1440px) {
  .banner-section-slider .home-hero-slide .image-column .inner-column {
    padding-right: 0;
    margin-left: 0;
  }

  .banner-section-slider .home-hero-slide .image-column .inner-column .image {
    max-width: 480px;
    height: 658px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-slider .home-hero-slide .style-text {
    display: none;
  }
  .banner-section-slider .home-hero-slide .outer-box,
  .banner-section-slider .home-hero-slide .outer-container {
    min-height: 0;
  }
  .banner-section-slider .home-hero-slide .row.align-items-center {
    min-height: 0;
  }
  .banner-section-slider .home-hero-slide .inner-content {
    min-height: 0;
  }
}

/*** 

====================================================================
    banner-section-two
====================================================================

***/
.banner-section-two {
  position: relative;
  padding: 40px 0 0;
}
@media (max-width: 1024px) {
  .banner-section-two {
    padding: 0;
  }
}
.banner-section-two .outer-box {
  position: relative;
  padding: 415px 0 120px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .outer-box {
    padding: 315px 0 120px;
  }
}
@media (max-width: 1024px) {
  .banner-section-two .outer-box {
    padding: 200px 0 120px;
  }
}
.banner-section-two .outer-box:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-dark);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 65%;
  z-index: 0;
  pointer-events: none;
}
.banner-section-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section-two .outer-box .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .banner-section-two .outer-box .shape-1 {
    display: none;
  }
}
.banner-section-two .outer-box .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .banner-section-two .outer-box .shape-2 {
    display: none;
  }
}
.banner-section-two .outer-box .round-icon {
  position: absolute;
  bottom: 117px;
  right: 60px;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .banner-section-two .outer-box .round-icon {
    display: none;
  }
}
.banner-section-two .outer-box .round-icon .icon {
  position: relative;
}
.banner-section-two .outer-box .round-icon .icon img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.banner-section-two .outer-box .round-icon .icon-two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-section-two .outer-box .outer-container {
  position: relative;
  max-width: 1670px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 243px;
  z-index: 2;
}
@media (max-width: 1599.98px) {
  .banner-section-two .outer-box .outer-container {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .banner-section-two .outer-box .outer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.banner-section-two .outer-box .outer-container .banner-content .inner-content {
  position: relative;
  max-width: 703px;
}
@media (max-width: 1024px) {
  .banner-section-two .outer-box .outer-container .banner-content .inner-content {
    text-align: center;
  }
}
.banner-section-two .outer-box .outer-container .banner-content .inner-content .sub-title {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  font-weight: 400;
  line-height: 26px;
  color: var(--theme-color-white);
  margin-bottom: 7px;
}
.banner-section-two .outer-box .outer-container .banner-content .inner-content .sub-title:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: calc(50% - 3.5px);
  left: 0;
}
.banner-section-two .outer-box .outer-container .banner-content .inner-content .banner-title {
  position: relative;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -4%;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
}
@media (max-width: 1366px) {
  .banner-section-two .outer-box .outer-container .banner-content .inner-content .banner-title {
    font-size: 66px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-two .outer-box .outer-container .banner-content .inner-content .banner-title {
    font-size: 50px;
    letter-spacing: -2%;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .outer-box .outer-container .banner-content .inner-content .banner-title {
    font-size: 36px;
  }
}
.banner-section-two .outer-box .outer-container .banner-content .inner-content .banner-title span {
  font-size: 100px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .banner-section-two .outer-box .outer-container .banner-content .inner-content .banner-title span {
    font-size: 86px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-two .outer-box .outer-container .banner-content .inner-content .banner-title span {
    font-size: 64px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .outer-box .outer-container .banner-content .inner-content .banner-title span {
    font-size: 48px;
  }
}
.banner-section-two .outer-box .outer-container .info-box {
  position: relative;
  max-width: 390px;
}
@media (max-width: 1024px) {
  .banner-section-two .outer-box .outer-container .info-box {
    text-align: center;
    max-width: 700px;
  }
}
.banner-section-two .outer-box .outer-container .info-box .image {
  position: relative;
  margin-bottom: 22px;
}
.banner-section-two .outer-box .outer-container .info-box .text {
  margin-bottom: 32px;
  color: #B5B5B5;
}

/***

====================================================================
    Projects Section
====================================================================

***/
.projects-section {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 991.98px) {
  .projects-section {
    padding: 80px 0 50px;
  }
}
.projects-section .shape-1 {
  position: absolute;
  bottom: 120px;
  left: -58px;
}
@media (max-width: 1499.98px) {
  .projects-section .shape-1 {
    display: none;
  }
}
.projects-section .outer-box {
  position: relative;
  max-width: 1610px;
  padding: 0 15px;
  margin: 0 25px 0 auto;
}
@media (max-width: 1399.98px) {
  .projects-section .outer-box {
    margin: 0 auto;
  }
}
.projects-section .sec-title {
  margin-bottom: 35px;
}
.projects-section .sec-title .title {
  margin-bottom: 57px;
}
@media (max-width: 1199.98px) {
  .projects-section .sec-title .title {
    margin-bottom: 35px;
  }
}
.projects-section .project-column .inner-column {
  position: relative;
  padding-left: 55px;
}
@media (max-width: 1399.98px) {
  .projects-section .project-column .inner-column {
    padding-left: 0;
  }
}
.projects-section .project-column .inner-column .style-text {
  position: absolute;
  font-size: 160px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2509803922);
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  left: -602px;
  bottom: 465px;
}
@media (max-width: 1199.98px) {
  .projects-section .project-column .inner-column .style-text {
    display: none;
  }
}

.project-block .inner-block {
  position: relative;
  margin-bottom: 30px;
  padding: 0 4.5px;
}
@media (max-width: 1399.98px) {
  .project-block .inner-block {
    padding: 0;
  }
}
.project-block .inner-block.style-two {
  margin-bottom: 110px;
}
@media (max-width: 1199.98px) {
  .project-block .inner-block.style-two {
    margin-bottom: 30px;
  }
}
.project-block .inner-block:hover .content-box .inner-box .content .title a {
  color: var(--theme-color1);
}
.project-block .inner-block:hover .content-box .inner-box .icon {
  color: var(--theme-color1-text-color);
}
.project-block .inner-block:hover .content-box .inner-box .icon:after {
  scale: 1;
}
.project-block .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.project-block .inner-block: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-block .inner-block .image {
  position: relative;
  border-radius: 40px;
  margin-bottom: 35px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.project-block .inner-block .image img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.project-block .inner-block .content-box .inner-box {
  position: relative;
  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;
  gap: 20px;
}
.project-block .inner-block .content-box .inner-box .content .title {
  margin-bottom: 11px;
}
.project-block .inner-block .content-box .inner-box .content .title a {
  font-weight: 600;
}
.project-block .inner-block .content-box .inner-box .icon {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
  z-index: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.project-block .inner-block .content-box .inner-box .icon:after {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  scale: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    projects-section-two
====================================================================

***/
.projects-section-two {
  position: relative;
  padding: 120px 0 96px;
}
@media (max-width: 991.98px) {
  .projects-section-two {
    padding: 80px 0 56px;
  }
}
.projects-section-two .sec-title {
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .projects-section-two .sec-title {
    margin-bottom: 35px;
  }
}
.projects-section-two .sec-title .title {
  max-width: 535px;
  margin: 0 auto;
}
.projects-section-two .project-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0 0 42px;
  padding: 0;
}
.projects-section-two .project-filters .filter {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: var(--theme-color-dark, #0f172a);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, -webkit-transform 250ms ease;
  transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
}
.projects-section-two .project-filters .filter:hover {
  border-color: rgba(242, 82, 13, 0.45);
  color: var(--theme-color1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.projects-section-two .project-filters .filter.active {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #fff;
}
@media (max-width: 767.98px) {
  .projects-section-two {
    padding: 60px 0 40px;
  }
  .projects-section-two .project-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin: 0 auto 24px;
    padding: 0;
    max-width: 100%;
    overflow: visible;
  }
  .projects-section-two .project-filters .filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    max-width: calc(50% - 4px);
  }
}
@media (max-width: 575.98px) {
  .projects-section-two .project-filters {
    gap: 8px 6px;
  }
  .projects-section-two .project-filters .filter {
    max-width: calc(50% - 3px);
    padding: 8px 10px;
    font-size: 11.5px;
  }
}
.projects-section-two .filter-list > .mix {
  -webkit-transition: opacity 320ms ease, -webkit-transform 320ms ease;
  transition: opacity 320ms ease, transform 320ms ease;
}
.projects-section-two .filter-list > .mix.is-filtering-out {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  pointer-events: none;
}
.projects-section-two .filter-list > .mix.is-filtering-in {
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

.project-block-two .inner-block {
  position: relative;
  margin-bottom: 24px;
  border-radius: 30px;
  overflow: hidden;
}
.project-block-two .inner-block:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.26%, rgba(19, 19, 19, 0)), color-stop(97.47%, #FF4D00));
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 19.26%, #FF4D00 97.47%);
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block-two .inner-block:hover:before {
  height: 47%;
}
.project-block-two .inner-block:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.project-block-two .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.project-block-two .inner-block: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-block-two .inner-block .image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .project-block-two .inner-block {
    border-radius: 20px;
  }
  .project-block-two .inner-block .image {
    border-radius: 20px;
    min-height: 200px;
  }
}
@media (max-width: 575.98px) {
  .project-block-two .inner-block .image {
    aspect-ratio: 16 / 11;
    min-height: 180px;
  }
}
.project-block-two .inner-block .image img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block-two .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.project-block-two .inner-block .image img:nth-child(2) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-block-two .inner-block .content {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 24px;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .project-block-two .inner-block:before {
    height: 52%;
  }
  .project-block-two .inner-block .content {
    bottom: 18px;
    left: 18px;
    right: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
  .project-block-two .inner-block .content .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .project-block-two .inner-block .content .cat {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
@media (max-width: 575.98px) {
  .project-block-two .inner-block {
    margin-bottom: 16px;
  }
  .project-block-two .inner-block .content {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
  .project-block-two .inner-block .content .title {
    font-size: 16px;
  }
}
.project-block-two .inner-block .content .cat {
  position: relative;
  color: var(--theme-color-white);
}
.project-block-two .inner-block .content .cat span {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  bottom: 2px;
}
.project-block-two .inner-block .content .title {
  position: relative;
  margin-bottom: 0;
}
.project-block-two .inner-block .content .title a {
  letter-spacing: 0;
  font-weight: 600;
  color: var(--theme-color-white);
}

/***

==================================================================
    pricing-section
==================================================================

***/
.pricing-section {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 991.98px) {
  .pricing-section {
    padding: 80px 0 50px;
  }
}
.pricing-section .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1399.98px) {
  .pricing-section .shape-1 {
    display: none;
  }
}
.pricing-section .shape-2 {
  position: absolute;
  top: 120px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .pricing-section .shape-2 {
    display: none;
  }
}
.pricing-section .sec-title {
  margin-bottom: 26px;
}
.pricing-section .sec-title .title {
  max-width: 498px;
  margin: 0 auto;
}
.pricing-section .tabs-box {
  position: relative;
}
.pricing-section .tabs-box .tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .pricing-section .tabs-box .tab-btns {
    margin-bottom: 30px;
  }
}
.pricing-section .tabs-box .tab-btns .tab-btn {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--heading-font-family);
  color: var(--headings-color);
  background-color: transparent;
  letter-spacing: -3%;
}
.pricing-section .tabs-box .tab-btns .tab-btn.one {
  position: relative;
}
.pricing-section .tabs-box .tab-btns .tab-btn.one.active-btn:before {
  right: -58px;
}
.pricing-section .tabs-box .tab-btns .tab-btn.one:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -89px;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.pricing-section .tabs-box .tab-btns span {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 46px;
  border-radius: 100px;
  background-color: var(--theme-color-lighter);
  z-index: 0;
}

.pricing-block {
  position: relative;
}
.pricing-block .inner-block {
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.0588235294);
  background-color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .pricing-block .inner-block {
    padding: 40px 30px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block .inner-block {
    padding: 30px 20px;
  }
}
.pricing-block .inner-block.active, .pricing-block .inner-block:hover {
  border-color: var(--theme-color1);
}
.pricing-block .inner-block.active .icon-one, .pricing-block .inner-block:hover .icon-one {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.pricing-block .inner-block.active .theme-btn, .pricing-block .inner-block:hover .theme-btn {
  color: var(--theme-color1-text-color);
}
.pricing-block .inner-block.active .theme-btn:before, .pricing-block .inner-block:hover .theme-btn:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.pricing-block .inner-block.active .theme-btn span, .pricing-block .inner-block:hover .theme-btn span {
  background-color: var(--theme-color-dark);
}
.pricing-block .inner-block.active .theme-btn span img, .pricing-block .inner-block:hover .theme-btn span img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pricing-block .inner-block .cat {
  position: absolute;
  top: 50px;
  right: 40px;
  border-radius: 45px;
  background-color: var(--theme-color-lighter);
  padding: 6.4px 19px;
  color: var(--theme-color1);
}
.pricing-block .inner-block .icon-one {
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-block .title {
  font-weight: 600;
  margin-bottom: 14px;
}
.pricing-block .inner-block .text {
  position: relative;
  margin-bottom: 20px;
}
.pricing-block .inner-block .price-box {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}
.pricing-block .inner-block .price-box .price {
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--heading-font-family);
  color: var(--headings-color);
}
@media (max-width: 767.98px) {
  .pricing-block .inner-block .price-box .price {
    font-size: 45px;
  }
}
.pricing-block .inner-block .price-box .price span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -2%;
}
.pricing-block .inner-block .list-style-one {
  position: relative;
  margin-bottom: 40px;
}
.pricing-block .inner-block .list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.pricing-block .inner-block .list-style-one li .icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  font-size: 10px;
  color: var(--theme-color1-text-color);
}
.pricing-block .inner-block .list-style-one li span {
  color: var(--headings-color);
  line-height: 1;
}

.pricing-section--home {
  position: relative;
  padding: 100px 0 90px;
  background-color: var(--theme-color-white, #ffffff);
}
@media (max-width: 991.98px) {
  .pricing-section--home {
    padding: 70px 0 50px;
  }
}
.pricing-section--home .sec-title .title {
  color: var(--headings-color);
}
.pricing-section--home .sec-title .text {
  color: var(--text-color, #666);
  max-width: 620px;
  margin: 14px auto 0;
}

.pricing-section--dark {
  position: relative;
  padding: 0 15px 30px;
}
.pricing-section--dark .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  padding: 100px 0 90px;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .pricing-section--dark .outer-box {
    padding: 70px 0 50px;
  }
}
.pricing-section--dark .outer-box .bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pricing-section--dark .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.pricing-section--dark .auto-container {
  position: relative;
  z-index: 1;
}
.pricing-section--dark .sec-title .text {
  color: rgba(255, 255, 255, 0.72);
  max-width: 620px;
  margin: 14px auto 0;
}
.pricing-section--dark .pricing-block .inner-block {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}
.pricing-section--dark .pricing-block .inner-block .title,
.pricing-section--dark .pricing-block .inner-block .text,
.pricing-section--dark .pricing-block .inner-block .price-box .price,
.pricing-section--dark .pricing-block .inner-block .list-style-one li span {
  color: #fff;
}
.pricing-section--dark .pricing-block .inner-block .price-box .price span {
  color: rgba(255, 255, 255, 0.55);
}
.pricing-section--dark .pricing-block .inner-block .cat {
  background: rgba(242, 82, 13, 0.16);
  color: #ff7a45;
}
.pricing-section--dark .pricing-block .inner-block.active,
.pricing-section--dark .pricing-block .inner-block:hover {
  border-color: var(--theme-color1);
  background: linear-gradient(160deg, rgba(242, 82, 13, 0.22) 0%, rgba(255, 255, 255, 0.05) 55%);
  box-shadow: 0 24px 60px rgba(242, 82, 13, 0.18);
}
.pricing-section--dark .pricing-block .inner-block .list-style-one li .icon {
  background-color: rgba(242, 82, 13, 0.18);
  color: var(--theme-color1);
}

/*** 

====================================================================
    Feature section
====================================================================

***/
.feature-section {
  background-color: var(--theme-color-dark);
  padding: 80px 0;
  position: relative;
}
.feature-section .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.feature-section .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399.98px) {
  .feature-section .shape-2 {
    display: none;
  }
}
.feature-section .feature-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -ms-grid-columns: auto 20px auto 20px auto;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 991.98px) {
  .feature-section .feature-outer {
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .feature-section .feature-outer {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.feature-section .border-one {
  background-color: rgba(246, 246, 246, 0.2);
  height: 138px;
  position: relative;
  width: 1px;
}
@media (max-width: 1199.98px) {
  .feature-section .border-one {
    display: none;
  }
}
.feature-section .feature-block .inner-block {
  max-width: 326px;
  position: relative;
}
@media (max-width: 767.98px) {
  .feature-section .feature-block .inner-block {
    max-width: 500px;
    text-align: center;
  }
}
.feature-section .feature-block .inner-block:hover .content-box .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.feature-section .feature-block .inner-block .content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 767.98px) {
  .feature-section .feature-block .inner-block .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.feature-section .feature-block .inner-block .content-box .icon {
  position: relative;
  margin-right: 22.5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-section .feature-block .inner-block .content-box .title {
  max-width: 222px;
  line-height: 1;
  color: var(--theme-color-white);
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .feature-section .feature-block .inner-block .content-box .title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .feature-section .feature-block .inner-block .content-box .title {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .feature-section .feature-block .inner-block .content-box .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.feature-section .feature-block .inner-block:before {
  background-color: rgba(246, 246, 246, 0.2);
  content: "";
  height: 138px;
  position: absolute;
  right: -45px;
  top: 0;
  width: 1px;
}
@media (max-width: 1199.98px) {
  .feature-section .feature-block .inner-block:before {
    display: none;
  }
}

/*** 

====================================================================
    about-section
====================================================================

***/
.about-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section {
    padding: 80px 0;
  }
}
.about-section .shape-1 {
  position: absolute;
  top: 34px;
  right: -71px;
  display: inline-block;
}
@media (max-width: 1599.98px) {
  .about-section .shape-1 {
    display: none;
  }
}
.about-section .image-column .inner-column {
  position: relative;
  padding-top: 23px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.about-section .image-column .inner-column .icon {
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .icon {
    display: none;
  }
}
.about-section .image-column .inner-column .icon img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.about-section .image-column .inner-column .images-box {
  position: relative;
}
.about-section .image-column .inner-column .images-box.two {
  padding-right: 32px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .images-box.two {
    padding-right: 0;
  }
}
.about-section .image-column .inner-column .images-box .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-section .image-column .inner-column .images-box .image.one {
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .images-box .image.one {
    border-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .images-box .image.one {
    max-height: 500px;
  }
}
.about-section .image-column .inner-column .images-box .image.one img {
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .images-box .image.one img {
    border-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .images-box .image.one img {
    max-height: 500px;
  }
}
.about-section .image-column .inner-column .images-box .image.two {
  border-radius: 50% 50% 0 50%;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .images-box .image.two {
    display: none;
  }
}
.about-section .image-column .inner-column .images-box .image.two img {
  border-radius: 50% 50% 0 50%;
}
.about-section .image-column .inner-column .images-box .image.three {
  border-radius: 158px;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .images-box .image.three {
    display: none;
  }
}
.about-section .image-column .inner-column .images-box .image.three img {
  border-radius: 158px;
}
.about-section .image-column .inner-column .images-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .content-column .inner-column {
  position: relative;
}
.about-section .content-column .inner-column .sec-title .title {
  margin-bottom: 20px;
}
.about-section .content-column .inner-column .sec-title .text {
  position: relative;
  max-width: 609px;
  margin-bottom: 33px;
  letter-spacing: -2%;
}
.about-section .content-column .inner-column .about-block-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  border-top: 1px solid #DDDDDD;
}
@media (max-width: 991.98px) {
  .about-section .content-column .inner-column .about-block-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.about-section .content-column .inner-column .about-block .inner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
.about-section .content-column .inner-column .about-block .inner-block:hover .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.about-section .content-column .inner-column .about-block .inner-block .icon {
  padding-top: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .content-column .inner-column .about-block .inner-block .content {
  position: relative;
  max-width: 223px;
}
.about-section .content-column .inner-column .about-block .inner-block .content .title {
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .content-column .inner-column .about-block .inner-block .content .title:hover {
  color: var(--theme-color1);
}
.about-section .content-column .inner-column .about-block .inner-block .content .text {
  letter-spacing: -2%;
}
.about-section .content-column .inner-column .list-style-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 115px;
  border-radius: 20px;
  background-color: var(--theme-color-dark);
  padding: 30px 39px 10px;
  margin-bottom: 18px;
}
@media (max-width: 1399.98px) {
  .about-section .content-column .inner-column .list-style-box {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .about-section .content-column .inner-column .list-style-box {
    max-width: 600px;
  }
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .list-style-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}
.about-section .content-column .inner-column .list-style-box:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 100%;
  height: calc(100% - 7px);
  border-radius: 20px;
  bottom: -3px;
  left: 0;
  z-index: -1;
}
.about-section .content-column .inner-column .list-style-box .shape {
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .about-section .content-column .inner-column .list-style-box .shape {
    display: none;
  }
}
.about-section .content-column .inner-column .list-style-box .list-style-one {
  position: relative;
}
.about-section .content-column .inner-column .list-style-box .list-style-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.about-section .content-column .inner-column .list-style-box .list-style-one li .icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 17px;
  text-align: center;
  font-size: 11px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.about-section .content-column .inner-column .list-style-box .list-style-one li span {
  color: #B5B5B5;
  line-height: 1;
  letter-spacing: -2%;
}
.about-section .content-column .inner-column .bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media (max-width: 1399.98px) {
  .about-section .content-column .inner-column .bottom-box {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .about-section .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.about-section .content-column .inner-column .bottom-box .author-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 9px;
}
@media (max-width: 1399.98px) {
  .about-section .content-column .inner-column .bottom-box .author-info {
    margin-right: 0;
  }
}
.about-section .content-column .inner-column .bottom-box .author-info .info {
  position: relative;
}
.about-section .content-column .inner-column .bottom-box .author-info .info .name {
  margin-bottom: 0;
}
.about-section .content-column .inner-column .bottom-box .author-info .info .designation {
  font-size: 14px;
  font-weight: 400;
}
.about-section .content-column .inner-column .bottom-box .icon-box {
  position: relative;
}
.about-section .content-column .inner-column .bottom-box .icon-box:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-black);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.about-section .content-column .inner-column .bottom-box .icon-box .icon {
  position: relative;
}
.about-section .content-column .inner-column .bottom-box .icon-box .icon img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.about-section .content-column .inner-column .bottom-box .icon-box .year {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--theme-color-white);
  z-index: 2;
  margin-bottom: 0;
}

/*** 

====================================================================
    about-section-two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .about-section-two {
    padding: 80px 0;
  }
}
.about-section-two .content-column .inner-column {
  position: relative;
  padding-top: 16px;
  padding-right: 59px;
}
@media (max-width: 1399.98px) {
  .about-section-two .content-column .inner-column {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .content-column .inner-column {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.about-section-two .content-column .inner-column .sec-title .title {
  margin-bottom: 20px;
}
.about-section-two .content-column .inner-column .sec-title .text {
  margin-bottom: 29px;
}
.about-section-two .content-column .inner-column .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 31px 0 30px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .info-box {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    padding: 20px 0;
  }
}
.about-section-two .content-column .inner-column .info-box .info {
  position: relative;
}
.about-section-two .content-column .inner-column .info-box .info .list-style-one {
  position: relative;
}
.about-section-two .content-column .inner-column .info-box .info .list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.about-section-two .content-column .inner-column .info-box .info .list-style-one li .icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 10px;
}
.about-section-two .content-column .inner-column .info-box .info .list-style-one li span {
  line-height: 1;
  color: var(--headings-color);
}
.about-section-two .content-column .inner-column .info-box .image-box {
  position: relative;
}
.about-section-two .content-column .inner-column .info-box .image-box .image {
  position: relative;
  border-radius: 13px;
  max-width: 285px;
  max-height: 129px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .info-box .image-box .image {
    max-width: 200px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .info-box .image-box .image {
    max-width: 100%;
    max-height: 100%;
  }
}
.about-section-two .content-column .inner-column .info-box .image-box .image img {
  width: 100%;
  max-height: 129px;
  height: 100%;
  border-radius: 13px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .info-box .image-box .image img {
    max-height: 100%;
  }
}
.about-section-two .content-column .inner-column .info-box .image-box .video-box {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-two .content-column .inner-column .info-box .image-box .video-box:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.about-section-two .content-column .inner-column .info-box .image-box .video-box i {
  font-size: 12px;
  color: var(--theme-color1);
}
.about-section-two .content-column .inner-column .bottom-box {
  position: relative;
  padding: 59px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .bottom-box {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    padding: 30px 0 0;
  }
}
.about-section-two .content-column .inner-column .bottom-box .phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .bottom-box .phone_box {
    margin-right: 0;
  }
}
.about-section-two .content-column .inner-column .bottom-box .phone_box:hover .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.about-section-two .content-column .inner-column .bottom-box .phone_box .icon {
  width: 56px;
  height: 56px;
  background-color: var(--theme-color2);
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.about-section-two .content-column .inner-column .bottom-box .phone_box i {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 25px;
}
.about-section-two .content-column .inner-column .bottom-box .phone_box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
  line-height: 24px;
  color: var(--text-color);
}
.about-section-two .content-column .inner-column .bottom-box .phone_box .info strong {
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 24px;
  font-family: var(--heading-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1;
}
.about-section-two .content-column .inner-column .bottom-box .phone_box .info strong:hover {
  color: var(--headings-color);
}
.about-section-two .content-column .inner-column .bottom-box .shape {
  position: absolute;
  right: -19px;
  top: 41px;
}
@media (max-width: 991.98px) {
  .about-section-two .content-column .inner-column .bottom-box .shape {
    right: 60px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .content-column .inner-column .bottom-box .shape {
    display: none;
  }
}
.about-section-two .image-column .inner-column {
  position: relative;
  padding-left: 11px;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column {
    padding-left: 0;
  }
}
.about-section-two .image-column .inner-column .round-icon {
  position: absolute;
  left: 184px;
  bottom: 86px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .about-section-two .image-column .inner-column .round-icon {
    display: none;
  }
}
.about-section-two .image-column .inner-column .round-icon:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 79px;
  height: 79px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.about-section-two .image-column .inner-column .round-icon .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 1;
  color: var(--theme-color-white);
}
.about-section-two .image-column .inner-column .round-icon .icon {
  position: relative;
  z-index: 0;
}
.about-section-two .image-column .inner-column .round-icon .icon img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.about-section-two .image-column .inner-column .image-box {
  position: relative;
}
.about-section-two .image-column .inner-column .image-box.one {
  padding-right: 243px;
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column .image-box.one {
    padding-right: 200px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box.one {
    padding-right: 0;
  }
}
.about-section-two .image-column .inner-column .image-box.one .image {
  min-height: 459px;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box.one .image {
    min-height: 0;
  }
}
.about-section-two .image-column .inner-column .image-box.one .image img {
  min-height: 459px;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box.one .image img {
    min-height: 0;
  }
}
.about-section-two .image-column .inner-column .image-box.two {
  padding-left: 260px;
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column .image-box.two {
    padding-left: 210px;
  }
}
@media (max-width: 767.98px) {
  .about-section-two .image-column .inner-column .image-box.two {
    display: none;
  }
}
.about-section-two .image-column .inner-column .image-box.two {
  z-index: 1;
  margin-top: -348px;
}
.about-section-two .image-column .inner-column .image-box.two .image {
  min-height: 464px;
}
.about-section-two .image-column .inner-column .image-box.two .image img {
  min-height: 464px;
}
.about-section-two .image-column .inner-column .image-box .image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-section-two .image-column .inner-column .image-box .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/***

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

***/
.marquee-section {
  position: relative;
  background-color: var(--theme-color1);
  padding: 42.5px 0;
}
@media (max-width: 991.98px) {
  .marquee-section {
    padding: 20px 0;
  }
}
.marquee-section:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 80, 9, 0)), color-stop(55.56%, #F35009));
  background: linear-gradient(90deg, rgba(243, 80, 9, 0) 0%, #F35009 55.56%);
  width: 432px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  pointer-events: none;
}
@media (max-width: 1366px) {
  .marquee-section:before {
    width: 50px;
  }
}
@media (max-width: 991.98px) {
  .marquee-section:before {
    width: 20px;
  }
}
.marquee-section:after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 80, 9, 0)), color-stop(55.56%, #F35009));
  background: linear-gradient(90deg, rgba(243, 80, 9, 0) 0%, #F35009 55.56%);
  width: 432px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .marquee-section:after {
    width: 50px;
  }
}
@media (max-width: 991.98px) {
  .marquee-section:after {
    width: 20px;
  }
}
.marquee-section .marquee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 0;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
  z-index: 1;
}
.marquee-section .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: 0px;
  min-width: 100%;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.marquee-section .marquee-group .text {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--theme-color1-text-color);
  font-family: var(--heading-font-family);
}
@media (max-width: 991.98px) {
  .marquee-section .marquee-group .text {
    font-size: 35px;
  }
}
.marquee-section .marquee-group .text-divider {
  position: relative;
  margin: 0 20px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
/*** 

====================================================================
  Main Slider
====================================================================

***/
.main-slider {
  position: relative;
}
.main-slider .sub-title {
  color: var(--headings-color);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  line-height: var(--sec-title-subtitle-line-height);
  font-family: var(--sec-title-subtitle-font-family);
  margin-top: 0;
}
.main-slider .title {
  text-transform: uppercase;
  position: relative;
  font-size: var(--h1-font-size);
  font-weight: 700;
  line-height: 1.211em;
  margin-bottom: 0;
}
@media (max-width: 801.98px) {
  .main-slider .title {
    font-size: 50px;
  }
}
@media (max-width: 424.98px) {
  .main-slider .title {
    font-size: 48px;
  }
}
.main-slider .style-title {
  color: var(--theme-color-light);
  font-family: var(--title-font);
  font-size: 216px;
  font-weight: 700;
  line-height: 115px;
  letter-spacing: 47.5px;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (max-width: 1445.98px) {
  .main-slider .style-title {
    font-size: 130px;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .main-slider .style-title {
    letter-spacing: 27px;
    font-size: 100px;
  }
}
@media (max-width: 801.98px) {
  .main-slider .style-title {
    letter-spacing: 16px;
    font-size: 52px;
  }
}
@media (max-width: 479.98px) {
  .main-slider .style-title {
    letter-spacing: 21px;
    font-size: 52px;
  }
}
.main-slider .image-curve {
  background-image: url(../images/main-slider/slide-shape-bottom.html);
  position: absolute;
  width: 100%;
  height: 69px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .main-slider .image-curve {
    display: none;
  }
}
.main-slider .tparrows {
  background-color: rgba(28, 26, 29, 0.5);
  border-radius: 50%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider .tparrows.tp-leftarrow:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f177";
  color: var(--theme-color-light);
  font-size: 30px;
  font-weight: 300;
  line-height: 80px;
}
.main-slider .tparrows.tp-leftarrow:hover {
  background-color: rgba(194, 167, 78, 0.5);
}
.main-slider .tparrows.tp-rightarrow:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f178";
  color: var(--theme-color-light);
  font-size: 30px;
  font-weight: 300;
  line-height: 80px;
}
.main-slider .tparrows.tp-rightarrow:hover {
  background-color: rgba(194, 167, 78, 0.4);
}
@media (max-width: 1199.98px) {
  .main-slider .image-style-one {
    display: none;
  }
}

.slider-style-two .tparrows {
  display: block;
}
.slider-style-three .image-curve-two {
  background-image: url(../images/main-slider/slide-shape-bottom2.html);
  position: absolute;
  width: 100%;
  height: 153px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .slider-style-three .image-curve-two {
    display: none;
  }
}

.bounce-z {
  -webkit-animation: fa-spin 70s infinite;
          animation: fa-spin 70s infinite;
}

@media (max-width: 1199.98px) {
  .rev_slider .tp-mask-wrap .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
}
/*** 

====================================================================
  Main Slider Two
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 0 15px;
}
.services-section .outer-box {
  position: relative;
  background-color: var(--theme-color-gray);
  border-radius: 30px;
  max-width: 1875px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .services-section .outer-box {
    padding: 80px 0;
  }
}
.services-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.services-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section .outer-box .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1256px;
  margin: 0 0 50px;
}
@media (max-width: 991.98px) {
  .services-section .outer-box .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    margin: 0 0 35px;
  }
}
.services-section .outer-box .sec-title-box .sec-title {
  max-width: 498px;
}
.services-section .outer-box .sec-title-box .text {
  max-width: 425px;
}
.services-section .outer-container {
  position: relative;
  max-width: 1798px;
  padding: 0 15px;
  margin: 0 auto;
}
.services-section .outer-container .bottom-box {
  position: relative;
  max-width: 1227px;
  margin: 30px auto 0;
  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;
}
.services-section .outer-container .bottom-box:before {
  position: absolute;
  content: "";
  background-color: #DDDDDD;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.services-section .outer-container .bottom-box .dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color1);
}

/***

====================================================================
    service-block
====================================================================

***/
.service-block .inner-block {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 40px;
  border-radius: 40px;
}
.service-block .inner-block:hover:before {
  background-color: var(--theme-color-black);
}
.service-block .inner-block:hover .plus-icon {
  background-color: var(--theme-color1);
}
.service-block .inner-block:hover .plus-icon i {
  color: var(--theme-color1-text-color);
}
.service-block .inner-block:hover .number {
  color: var(--theme-color-white);
}
.service-block .inner-block:hover .btn-more span {
  color: var(--theme-color-white);
}
.service-block .inner-block:hover .content .title {
  color: var(--theme-color-white);
}
.service-block .inner-block:hover .content .text {
  color: #B5B5B5;
}
.service-block .inner-block:hover .content .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.service-block .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.service-block .inner-block: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);
}
.service-block .inner-block:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-white);
  -webkit-mask-image: url(../images/resource/service-bg1.png);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .plus-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .plus-icon i {
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .number {
  position: absolute;
  top: 50px;
  right: 40px;
  font-size: 60px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  line-height: 1;
  color: #DDDDDD;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .service-block .inner-block .number {
    right: 20px;
  }
}
.service-block .inner-block .number span {
  color: var(--theme-color1);
}
.service-block .inner-block .content {
  position: relative;
  padding: 20px;
}
@media (max-width: 1399.98px) {
  .service-block .inner-block .content {
    padding: 20px 0;
  }
}
.service-block .inner-block .content .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .content .title {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .content .text {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .image {
  position: relative;
  border-radius: 20px;
  margin-bottom: 37px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.service-block .inner-block .image img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.service-block .inner-block .btn-more {
  position: relative;
  padding-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 1399.98px) {
  .service-block .inner-block .btn-more {
    padding-left: 0;
  }
}
.service-block .inner-block .btn-more span {
  line-height: 1;
  color: var(--headings-color);
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--heading-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .btn-more:hover span {
  color: var(--theme-color1);
}

/***

====================================================================
    Services Section Two
====================================================================

***/
.services-section-two {
  position: relative;
  padding: 0 15px;
}
.services-section-two .outer-box {
  position: relative;
  background-color: var(--theme-color-dark);
  border-radius: 40px;
  overflow: hidden;
  max-width: 1840px;
  margin: 0 auto;
  padding: 120px 0 90px;
}
@media (max-width: 991.98px) {
  .services-section-two .outer-box {
    padding: 80px 0 50px;
  }
}
.services-section-two .outer-box .shape-1 {
  position: absolute;
  top: 0;
  left: 300px;
}
.services-section-two .outer-box .shape-2 {
  position: absolute;
  top: 0;
  right: 494px;
}
.services-section-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section-two .outer-box .sec-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 0 0 46px;
}
@media (max-width: 991.98px) {
  .services-section-two .outer-box .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 0 30px;
  }
}
.services-section-two .outer-box .sec-title-box .sec-title {
  max-width: 498px;
}
@media (max-width: 991.98px) {
  .services-section-two .outer-box .sec-title-box .sec-title {
    max-width: 100%;
  }
}
.services-section-two .outer-box .sec-title-box .text {
  max-width: 425px;
}
@media (max-width: 991.98px) {
  .services-section-two .outer-box .sec-title-box .text {
    max-width: 100%;
  }
}
.services-section-two .outer-box .outer-container {
  position: relative;
}
.services-section-two .outer-box .service-two_button-prev,
.services-section-two .outer-box .service-two_button-next {
  position: absolute;
  top: calc(50% - 45px);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #838383;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .services-section-two .outer-box .service-two_button-prev,
  .services-section-two .outer-box .service-two_button-next {
    display: none;
  }
}
.services-section-two .outer-box .service-two_button-prev:hover,
.services-section-two .outer-box .service-two_button-next:hover {
  background-color: var(--theme-color1);
}
.services-section-two .outer-box .service-two_button-prev {
  left: -30px;
}
@media (max-width: 1199.98px) {
  .services-section-two .outer-box .service-two_button-prev {
    left: 0;
  }
}
.services-section-two .outer-box .service-two_button-next {
  right: -30px;
}
@media (max-width: 1199.98px) {
  .services-section-two .outer-box .service-two_button-next {
    right: 0;
  }
}
.services-section-two .outer-box .service-two_button-next img {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

/***

====================================================================
    service-block-two
====================================================================

***/
.service-block-two.swiper-slide-active .inner-block {
  border-color: var(--theme-color1);
  background-color: var(--theme-color-black);
}
.service-block-two.swiper-slide-active .inner-block .arrow-icon {
  scale: 1;
}
.service-block-two.swiper-slide-active .inner-block .icon img {
  -webkit-animation: rotateX 10s linear infinite;
          animation: rotateX 10s linear infinite;
}
.service-block-two.swiper-slide-active .inner-block .content .title a {
  color: var(--theme-color1);
}
.service-block-two .inner-block {
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  border: 1px solid #353535;
  background-color: var(--theme-color-dark);
  padding: 50px 15px 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-block:hover {
  border-color: var(--theme-color1);
  background-color: var(--theme-color-black);
}
.service-block-two .inner-block:hover .arrow-icon {
  scale: 1;
}
.service-block-two .inner-block:hover .icon img {
  -webkit-animation: rotateX 10s linear infinite;
          animation: rotateX 10s linear infinite;
}
.service-block-two .inner-block:hover .content .title a {
  color: var(--theme-color1);
}
.service-block-two .inner-block .arrow-icon {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: var(--theme-color1);
  scale: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-block .icon {
  position: relative;
  margin-bottom: 47px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-block .icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-block .content {
  position: relative;
  text-align: center;
}
.service-block-two .inner-block .content .title {
  position: relative;
}
.service-block-two .inner-block .content .title a {
  color: var(--theme-color-white);
}
.service-block-two .inner-block .content .text {
  max-width: 310px;
  margin: 0 auto 53px;
}
.service-block-two .inner-block .number {
  position: relative;
  font-size: 142px;
  font-weight: 500;
  line-height: 105px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(187.88%, #666666));
  background: linear-gradient(180deg, #000000 0%, #666666 187.88%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/***

==================================================================
    Video Section
==================================================================

***/
.video-section {
  position: relative;
  padding: 0 15px;
}
.video-section .outer-box {
  position: relative;
  border-radius: 40px;
  max-width: 1840px;
  margin: -100px auto 0;
  padding: 248px 15px 220px;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .video-section .outer-box {
    padding: 220px 15px 180px;
  }
}
@media (max-width: 991.98px) {
  .video-section .outer-box {
    padding: 140px 15px 100px;
  }
}
.video-section .outer-box:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-dark);
  width: 100%;
  height: 100%;
  border-radius: 40px;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 30%;
}
.video-section .outer-box:after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.99%, rgba(19, 19, 19, 0)), color-stop(108.6%, #F2520D));
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 2.99%, #F2520D 108.6%);
  width: 100%;
  height: calc(54% - 4px);
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  border-radius: 40px 40px 0 0;
}
.video-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .outer-box .video-box {
  position: relative;
  text-align: center;
  margin-bottom: 65px;
  z-index: 2;
}
.video-section .outer-box .video-box .play-now-one {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 110px;
  background-color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .video-section .outer-box .video-box .play-now-one {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
.video-section .outer-box .video-box .play-now-one i {
  font-size: 24px;
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .video-section .outer-box .video-box .play-now-one i {
    font-size: 20px;
  }
}
.video-section .outer-box .title {
  position: relative;
  max-width: 706px;
  margin: 0 auto;
  line-height: 60px;
  color: var(--theme-color-white);
  z-index: 2;
  letter-spacing: -2%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .video-section .outer-box .title {
    font-size: 38.4px;
    line-height: 48.4px;
    letter-spacing: 0;
  }
}
@media (max-width: 575.98px) {
  .video-section .outer-box .title {
    font-size: 30px;
    line-height: 38px;
  }
}

/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
  position: relative;
  padding: 0 15px;
}
.contact-section .outer-box {
  position: relative;
  max-width: 1840px;
  padding: 120px 0;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .contact-section .outer-box {
    padding: 80px 0;
  }
}
.contact-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 0;
}
.contact-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section .content-column .inner-column {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 1399.98px) {
  .contact-section .content-column .inner-column {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .contact-section .content-column .inner-column {
    margin-bottom: 30px;
  }
}
.contact-section .content-column .inner-column .sec-title {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .contact-section .content-column .inner-column .sec-title {
    margin-bottom: 35px;
  }
}
.contact-section .content-column .inner-column .content-box .inner-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.contact-section .content-column .inner-column .content-box .inner-box .map {
  border-radius: 20px;
  max-height: 306px;
}
@media (max-width: 575.98px) {
  .contact-section .content-column .inner-column .content-box .inner-box .map {
    max-height: 400px;
    height: 400px;
  }
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box {
  position: relative;
  padding: 28px 32px;
  border-radius: 30px;
  background-color: var(--theme-color1);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  z-index: 1;
  margin-top: -45px;
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .inner-column .content-box .inner-box .info-box {
    padding: 24px 20px;
    gap: 22px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .content-column .inner-column .content-box .inner-box .info-box {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 575.98px) {
  .contact-section .content-column .inner-column .content-box .inner-box .info-box {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 0;
    text-align: left;
  }
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  min-width: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .contact-section .content-column .inner-column .content-box .inner-box .info-box .info {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info:hover .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info .title {
  color: var(--theme-color-white);
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.3;
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .contact-section .content-column .inner-column .content-box .inner-box .info-box .info .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info .content .icon {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 44px;
  width: 44px;
  line-height: 1;
  position: relative;
  text-align: center;
  margin-top: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info .content .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  color: var(--theme-color-white);
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info:last-child .content .text,
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info:last-child .content .text a {
  font-size: 14px;
  line-height: 1.45;
  word-break: normal;
  overflow-wrap: break-word;
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info .content .text a,
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info .content .text span {
  color: var(--theme-color-white);
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info .content .text a:hover {
  color: var(--theme-color-white);
  opacity: 0.85;
}
.contact-section .content-column .inner-column .content-box .inner-box .info-box .info:first-child .content .text {
  text-align: left;
}
.contact-section .form-column .inner-column {
  position: relative;
  margin-left: -51px;
}
@media (max-width: 1399.98px) {
  .contact-section .form-column .inner-column {
    margin-left: 0;
  }
}
.contact-section .form-column .inner-column .form-box .inner-box {
  position: relative;
  border-radius: 20px;
  background-color: var(--theme-color-black);
  padding: 52px 60px 60px;
}
@media (max-width: 1399.98px) {
  .contact-section .form-column .inner-column .form-box .inner-box {
    padding: 50px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section .form-column .inner-column .form-box .inner-box {
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-section .form-column .inner-column .form-box .inner-box {
    padding: 30px 20px;
  }
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt label {
  color: var(--theme-color-white);
  line-height: 1;
  margin-bottom: 17px;
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt input,
.contact-section .form-column .inner-column .form-box .inner-box .form-clt select,
.contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea {
  position: relative;
  border-radius: 12px;
  padding: 20px 24px;
  width: 100%;
  height: 60px;
  background-color: var(--theme-color-dark);
  color: var(--theme-color-white);
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt input::-webkit-input-placeholder, .contact-section .form-column .inner-column .form-box .inner-box .form-clt select::-webkit-input-placeholder, .contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea::-webkit-input-placeholder {
  color: var(--text-color);
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt input::-moz-placeholder, .contact-section .form-column .inner-column .form-box .inner-box .form-clt select::-moz-placeholder, .contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea::-moz-placeholder {
  color: var(--text-color);
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt input:-ms-input-placeholder, .contact-section .form-column .inner-column .form-box .inner-box .form-clt select:-ms-input-placeholder, .contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea:-ms-input-placeholder {
  color: var(--text-color);
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt input::-ms-input-placeholder, .contact-section .form-column .inner-column .form-box .inner-box .form-clt select::-ms-input-placeholder, .contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea::-ms-input-placeholder {
  color: var(--text-color);
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt input::placeholder,
.contact-section .form-column .inner-column .form-box .inner-box .form-clt select::placeholder,
.contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea::placeholder {
  color: var(--text-color);
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt select {
  color: var(--text-color);
}
.contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea {
  height: 218px;
}
@media (max-width: 575.98px) {
  .contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea {
    height: 200px;
  }
}
.contact-section .form-column .inner-column .form-box .inner-box .theme-btn {
  margin-top: 15px;
}

/* Equal-height contact columns: grow map so left matches form */
@media (min-width: 992px) {
  .contact-section .auto-container > .row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contact-section .content-column,
  .contact-section .form-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-section .content-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .contact-section .content-column .inner-column .sec-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 36px;
  }
  .contact-section .content-column .inner-column .content-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
  }
  .contact-section .content-column .inner-column .content-box .inner-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    min-height: 0;
  }
  .contact-section .content-column .inner-column .content-box .inner-box .map {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    height: 0;
    min-height: 420px;
    max-height: none;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .contact-section .content-column .inner-column .content-box .inner-box .info-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .contact-section .form-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .contact-section .form-column .inner-column .form-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-section .form-column .inner-column .form-box .inner-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 44px 48px 48px;
  }
  .contact-section .form-column .inner-column .form-box .inner-box .form-clt {
    margin-bottom: 12px;
  }
  .contact-section .form-column .inner-column .form-box .inner-box .form-clt label {
    margin-bottom: 12px;
  }
  .contact-section .form-column .inner-column .form-box .inner-box .form-clt textarea {
    height: 160px;
  }
  .contact-section .form-column .inner-column .form-box .inner-box .theme-btn {
    margin-top: 8px;
  }
}

/*** 

====================================================================
    Contact Section Two
====================================================================

***/
.contact-section-two {
  position: relative;
  padding: 0 15px 193px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact-section-two {
    padding: 0 15px 80px;
  }
}
.contact-section-two .outer-box {
  position: relative;
  max-width: 1840px;
  padding: 120px 0 0;
  margin: 0 auto;
  border-radius: 40px;
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .contact-section-two .outer-box {
    padding: 80px 0;
  }
}
.contact-section-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 0;
}
.contact-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section-two .form-column .inner-column {
  position: relative;
  padding-right: 61px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .contact-section-two .form-column .inner-column {
    padding-right: 0;
  }
}
.contact-section-two .form-column .inner-column .sec-title {
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .contact-section-two .form-column .inner-column .sec-title {
    margin-bottom: 35px;
  }
}
.contact-section-two .form-column .inner-column .form-box .inner-box {
  position: relative;
  border-radius: 20px;
  background-color: var(--theme-color-white);
  padding: 52px 60px 60px;
  border: 1px solid var(--theme-color-lighter);
  -webkit-box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: -73px;
}
@media (max-width: 1399.98px) {
  .contact-section-two .form-column .inner-column .form-box .inner-box {
    padding: 50px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section-two .form-column .inner-column .form-box .inner-box {
    padding: 40px 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-two .form-column .inner-column .form-box .inner-box {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .form-column .inner-column .form-box .inner-box {
    padding: 30px 20px;
  }
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt label {
  color: var(--headings-color);
  line-height: 1;
  margin-bottom: 17px;
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt input,
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select,
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea {
  position: relative;
  border-radius: 12px;
  padding: 20px 24px;
  width: 100%;
  height: 60px;
  background-color: #F3F3F3;
  color: var(--text-color);
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt input::-webkit-input-placeholder, .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select::-webkit-input-placeholder, .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea::-webkit-input-placeholder {
  color: var(--text-color);
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt input::-moz-placeholder, .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select::-moz-placeholder, .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea::-moz-placeholder {
  color: var(--text-color);
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt input:-ms-input-placeholder, .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select:-ms-input-placeholder, .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea:-ms-input-placeholder {
  color: var(--text-color);
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt input::-ms-input-placeholder, .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select::-ms-input-placeholder, .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea::-ms-input-placeholder {
  color: var(--text-color);
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt input::placeholder,
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select::placeholder,
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea::placeholder {
  color: var(--text-color);
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select {
  color: var(--text-color);
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea {
  height: 218px;
}
@media (max-width: 575.98px) {
  .contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea {
    height: 200px;
  }
}
.contact-section-two .form-column .inner-column .form-box .inner-box .theme-btn {
  margin-top: 15px;
}
.contact-section-two .image-column .inner-column {
  position: relative;
  padding-right: 143px;
  margin-left: -46px;
  margin-right: -97px;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .contact-section-two .image-column .inner-column {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .contact-section-two .image-column .inner-column {
    display: none;
  }
}
.contact-section-two .image-column .inner-column .shape-1 {
  position: absolute;
  bottom: 53px;
  left: 0;
}
.contact-section-two .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact-section-two .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/***

====================================================================
    Cta Section
====================================================================

***/
.cta-section {
  position: relative;
}
.cta-section .outer-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 87px 100px;
  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;
  z-index: 2;
  margin-bottom: -264px;
}
@media (max-width: 1199.98px) {
  .cta-section .outer-box {
    padding: 87px 40px;
  }
}
@media (max-width: 991.98px) {
  .cta-section .outer-box {
    padding: 80px 20px;
  }
}
@media (max-width: 767.98px) {
  .cta-section .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.cta-section .outer-box:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#F1520D), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #F1520D 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
  opacity: 0.9;
}
.cta-section .outer-box .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 0;
  top: 0;
  left: 0;
}
.cta-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-section .outer-box .content-box .inner-box {
  position: relative;
  z-index: 2;
}
.cta-section .outer-box .content-box .inner-box .sub-title {
  color: var(--theme-color-white);
  margin-bottom: 9px;
}
.cta-section .outer-box .content-box .inner-box .title {
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3%;
  color: var(--theme-color-white);
  margin-bottom: 23px;
}
@media (max-width: 1199.98px) {
  .cta-section .outer-box .content-box .inner-box .title {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .cta-section .outer-box .content-box .inner-box .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .cta-section .outer-box .content-box .inner-box .title {
    font-size: 32px;
  }
}
.cta-section .outer-box .content-box .inner-box .text {
  position: relative;
  max-width: 677px;
  color: var(--theme-color-white);
}
.cta-section .outer-box .icon-box {
  position: relative;
  z-index: 3;
}
.cta-section .outer-box .icon-box .icon-one {
  position: relative;
}
.cta-section .outer-box .icon-box .icon-one img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.cta-section .outer-box .icon-box .arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {
  .ks-step-item.text-center.ks-step-item {
    margin-bottom: 30px;
  }
}

/*** 
====================================================================
    Faq Section
====================================================================
***/
.faq-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .faq-section {
    padding: 80px 0;
  }
}
.faq-section .content-column .inner-column {
  position: relative;
  padding: 78px 0 69px;
}
@media (max-width: 991.98px) {
  .faq-section .content-column .inner-column {
    padding: 0;
  }
}
.faq-section .content-column .inner-column .sec-title {
  margin-bottom: 47px;
}
@media (max-width: 991.98px) {
  .faq-section .content-column .inner-column .sec-title {
    margin-bottom: 35px;
  }
}
.faq-section .content-column .inner-column .sec-title .title {
  max-width: 385px;
}
.faq-section .content-column .inner-column .faq-box .inner-box {
  position: relative;
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box {
  position: relative;
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 100px;
  margin-bottom: 31px;
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion.active-block {
  border-radius: 20px;
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion.active-block .acc-btn {
  padding: 30px 30px 0;
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion.active-block .acc-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion.active-block .acc-btn .icon:before {
  content: "\f068";
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-bottom: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 500;
  gap: 20px;
  letter-spacing: -3%;
  line-height: 30px;
  padding: 13px 30px;
}
@media (max-width: 767.98px) {
  .faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 45px;
  line-height: 45;
  position: relative;
  right: auto;
  top: auto;
  width: 45px;
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-content .content {
  border-bottom: none;
  max-width: 594px;
  padding-left: 95px;
  margin-top: -3px;
}
@media (max-width: 991.98px) {
  .faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-content .content {
    max-width: 800px;
  }
}
@media (max-width: 767.98px) {
  .faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-content .content {
    padding: 10px 20px 0;
  }
}
.faq-section .content-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-content .content .text {
  line-height: 1.7;
  font-weight: 500;
}
.faq-section .image-column .inner-column {
  position: relative;
  padding-left: 70px;
  margin-right: -30px;
}
@media (max-width: 1599.98px) {
  .faq-section .image-column .inner-column {
    padding-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .faq-section .image-column .inner-column {
    display: none;
  }
}
.faq-section .image-column .inner-column .shape-1 {
  position: absolute;
  bottom: 118px;
  right: -138px;
  z-index: 3;
}
@media (max-width: 1599.98px) {
  .faq-section .image-column .inner-column .shape-1 {
    right: 30px;
  }
}
.faq-section .image-column .inner-column .shape-2 {
  position: absolute;
  bottom: 155px;
  right: 157px;
  z-index: 0;
}
.faq-section .image-column .inner-column .shape-3 {
  position: absolute;
  top: 100px;
  left: -80px;
  z-index: 0;
}
.faq-section .image-column .inner-column .shape-4 {
  position: absolute;
  top: 248px;
  right: -16px;
}
.faq-section .image-column .inner-column .shape-4 img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.faq-section .image-column .inner-column .shape-5 {
  position: absolute;
  top: 163px;
  right: 23px;
}
.faq-section .image-column .inner-column .shape-6 {
  position: absolute;
  bottom: 39px;
  left: 0;
}
.faq-section .image-column .inner-column .shape-6 img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.faq-section .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.faq-section .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*** 
====================================================================
  faq-section-two
====================================================================
***/
.faq-section-two {
  position: relative;
  padding: 0 15px;
}
.faq-section-two .outer-box {
  position: relative;
  background-color: var(--theme-color-dark);
  max-width: 1840px;
  border-radius: 40px;
  margin: 0 auto;
  padding: 120px 0 100px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .faq-section-two .outer-box {
    padding: 80px 0 60px;
  }
}
.faq-section-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-section-two .outer-box .sec-title {
  margin: 0 0 47px;
}
@media (max-width: 767.98px) {
  .faq-section-two .outer-box .sec-title {
    margin: 0 0 35px;
  }
}
.faq-section-two .outer-box .sec-title .title {
  max-width: 612px;
  margin: 0 auto;
}
.faq-section-two .outer-box .faq-column .inner-column {
  position: relative;
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box {
  position: relative;
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion {
  border-radius: 20px;
  background-color: var(--theme-color-black);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  border-radius: 20px;
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion.active-block .acc-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion.active-block .acc-btn .icon {
  color: var(--theme-color1-text-color);
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion.active-block .acc-btn .icon:before {
  content: "\f068";
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn {
  background-color: var(--theme-color-black);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  border-radius: 20px;
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3%;
  padding: 25px 23px;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn {
    line-height: 30px;
    padding: 25px 15px;
    padding-right: 50px;
  }
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn:before {
  background-color: rgba(var(--theme-color-white-rgb), 0.14);
  content: "";
  height: 100%;
  left: 70px;
  position: absolute;
  top: 0;
  width: 1px;
}
@media (max-width: 991.98px) {
  .faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn:before {
    left: 54px;
  }
}
@media (max-width: 767.98px) {
  .faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn:before {
    display: none;
  }
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn span {
  margin-right: 49px;
}
@media (max-width: 991.98px) {
  .faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn span {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn span {
    margin-right: 3px;
  }
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn .icon {
  background-color: transparent;
  border-color: transparent;
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-btn .icon {
    top: 20px;
  }
}
.faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-content .content {
  border-bottom: none;
  border-radius: 20px;
  max-width: 865px;
  padding-left: 101px;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-content .content {
    padding-left: 68px;
  }
}
@media (max-width: 767.98px) {
  .faq-section-two .outer-box .faq-column .inner-column .faq-box .inner-box .accordion-box .accordion .acc-content .content {
    padding-left: 15px;
  }
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/
.funfact-section {
  position: relative;
  padding: 0 15px;
}
.funfact-section .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  padding: 120px 0 86px;
  overflow: hidden;
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .funfact-section .outer-box {
    padding: 80px 0 86px;
  }
}
.funfact-section .outer-box:before {
  position: absolute;
  content: "";
  background-image: url(../images/background/funfact1-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 258px;
  bottom: 0;
  left: 0;
}
.funfact-section .outer-box .funfact-column .inner-column {
  position: relative;
  padding-right: 75px;
}
@media (max-width: 1399.98px) {
  .funfact-section .outer-box .funfact-column .inner-column {
    padding-right: 60px;
  }
}
@media (max-width: 991.98px) {
  .funfact-section .outer-box .funfact-column .inner-column {
    padding: 35px 0 0;
  }
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box {
  position: relative;
  margin-bottom: 10px;
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box {
  position: relative;
  border-radius: 200px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  padding: 10px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    padding-right: 15px;
    padding: 20px 15px;
    border-radius: 30px;
  }
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box:hover {
  border-color: var(--theme-color1);
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box:hover:before {
  background: var(--theme-color1);
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box:hover .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: var(--theme-color-black);
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box:hover .content .text {
  color: var(--theme-color-white);
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(103.68%, #222222));
  background: linear-gradient(90deg, #000000 0%, #222222 103.68%);
  width: 100%;
  height: 100%;
  border-radius: 200px;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box:before {
    border-radius: 30px;
  }
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 83px;
  line-height: 83px;
  position: relative;
  text-align: center;
  width: 83px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 37px;
}
@media (max-width: 575.98px) {
  .funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box .icon {
    margin-right: 0;
  }
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box .icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box .content {
  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%;
  max-width: 357px;
}
@media (max-width: 575.98px) {
  .funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box .content {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box .content .count-box {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  font-family: var(--heading-font-family);
  letter-spacing: -2%;
  color: var(--theme-color-white);
}
.funfact-section .outer-box .funfact-column .inner-column .funfact-box .inner-box .content .text {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
  Funfact Section-two
====================================================================

***/
.funfact-section-two {
  padding: 120px 0 90px;
  position: relative;
}
@media (max-width: 991.98px) {
  .funfact-section-two {
    padding: 80px 0 50px;
  }
}
.funfact-section-two .title-box {
  position: relative;
  text-align: center;
  margin: 0 0 62px;
}
@media (max-width: 991.98px) {
  .funfact-section-two .title-box {
    margin: 0 0 35px;
  }
}
.funfact-section-two .title-box:before {
  position: absolute;
  content: "";
  background-color: #DDDDDD;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 0;
}
.funfact-section-two .title-box .title {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 96px;
  padding: 13px 20px;
  background-color: var(--theme-color-lighter);
  margin-bottom: 0;
  z-index: 1;
  text-transform: capitalize;
}
.funfact-section-two .title-box .title span {
  color: var(--theme-color1);
}
.funfact-section-two .inner-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  -ms-grid-rows: (auto)[1];
  grid-template-rows: repeat(1, auto);
}
.funfact-section-two .inner-row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.funfact-section-two .inner-row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.funfact-section-two .inner-row > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.funfact-section-two .inner-row > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media (max-width: 991.98px) {
  .funfact-section-two .inner-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
  }
  .funfact-section-two .inner-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .funfact-section-two .inner-row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .funfact-section-two .inner-row > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .funfact-section-two .inner-row > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px) {
  .funfact-section-two .inner-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4, auto);
    text-align: center;
  }
  .funfact-section-two .inner-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .funfact-section-two .inner-row > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .funfact-section-two .inner-row > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .funfact-section-two .inner-row > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

.funfact-block:nth-child(1) {
  max-width: 285px;
}
@media (max-width: 1599.98px) {
  .funfact-block:nth-child(1) {
    max-width: 100%;
  }
}
.funfact-block:nth-child(1) .inner-block {
  padding-left: 0;
}
.funfact-block:nth-child(1) .inner-block:before {
  display: none;
}
.funfact-block:nth-child(2) .inner-block {
  margin-left: -67px;
}
@media (max-width: 1399.98px) {
  .funfact-block:nth-child(2) .inner-block {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .funfact-block:nth-child(2) .inner-block {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .funfact-block:nth-child(2) .inner-block:before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .funfact-block:nth-child(2) .inner-block:before {
    display: block;
  }
}
.funfact-block:nth-child(3) .inner-block {
  margin-left: -15px;
}
@media (max-width: 1399.98px) {
  .funfact-block:nth-child(3) .inner-block {
    margin-left: 0;
  }
}
.funfact-block:nth-child(4) .inner-block {
  margin-left: 60px;
}
@media (max-width: 1399.98px) {
  .funfact-block:nth-child(4) .inner-block {
    margin-left: 0;
  }
}
.funfact-block .inner-block {
  position: relative;
  padding-left: 93px;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .funfact-block .inner-block {
    padding-left: 55px;
  }
}
@media (max-width: 1199.98px) {
  .funfact-block .inner-block {
    padding-left: 43px;
  }
}
@media (max-width: 575.98px) {
  .funfact-block .inner-block {
    padding-left: 0;
    padding-top: 20px;
  }
}
.funfact-block .inner-block:before {
  content: "";
  position: absolute;
  background-color: rgba(70, 49, 49, 0.15);
  width: 1px;
  height: 78px;
  left: 0;
  top: calc(50% - 39px);
}
@media (max-width: 575.98px) {
  .funfact-block .inner-block:before {
    bottom: 0;
    top: 0;
    width: 100%;
    height: 1px;
  }
}
.funfact-block .text {
  letter-spacing: 20%;
}
@media (max-width: 991.98px) {
  .funfact-block .text {
    letter-spacing: 2%;
  }
}
.funfact-block .count-box {
  color: var(--headings-color);
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .funfact-block .count-box {
    font-size: 60px;
  }
}

/*** 

====================================================================
	testimonial-section
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 80px 0;
  }
}
.testimonial-section .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 57px;
}
@media (max-width: 991.98px) {
  .testimonial-section .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 35px;
    gap: 20px;
  }
}
.testimonial-section .sec-title-box .sec-title {
  max-width: 480px;
}
.testimonial-section .sec-title-box .text {
  max-width: 355px;
}

/*** 

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

***/
.ks-testimonial-area {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 120px;
  background-color: var(--theme-color-lighter2);
}
@media (max-width: 991.98px) {
  .ks-testimonial-area {
    padding-bottom: 80px;
    padding-top: 70px;
  }
}
.ks-testimonial-wrap {
  padding-right: 25px;
}
@media (max-width: 991.98px) {
  .ks-testimonial-wrap {
    padding-right: 0;
  }
}
.ks-testimonial-item {
  background-color: var(--theme-color-white);
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 40px 129px 32px 50px;
  position: relative;
  z-index: 1;
}
[data-tm-layout=dark] .ks-testimonial-item {
  background-color: var(--dark-color2);
}
@media (max-width: 1199.98px) {
  .ks-testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 50px;
  }
}
@media (max-width: 991.98px) {
  .ks-testimonial-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 50px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-item {
    padding: 30px 20px;
  }
}
.ks-testimonial-item .ks-testimonial-content {
  padding: 10px 0 0;
  max-width: 710px;
}
.ks-testimonial-item p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: var(--heading-font-family);
}
.ks-testimonial-item p span {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .ks-testimonial-item p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-item p {
    font-size: 16px;
  }
}
.ks-testimonial-item .quote {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .ks-testimonial-item .quote {
    margin-bottom: 10px;
  }
}
.ks-testimonial-item .quote svg {
  fill: var(--review-color);
}
@media (max-width: 767.98px) {
  .ks-testimonial-item .quote svg {
    width: 60px;
  }
}
.ks-testimonial-item .ratting {
  margin-bottom: 25px;
}
.ks-testimonial-item .ratting i {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
[data-tm-layout=dark] .ks-testimonial-item .ratting i {
  color: var(--review-color);
}
.ks-testimonial-top-text p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ks-testimonial-top-text p br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-top-text p {
    margin-top: 30px;
  }
}
.ks-testimonial-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 70px;
  position: relative;
}
@media (max-width: 991.98px) {
  .ks-testimonial-thumb {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-top: 30px;
  }
}
.ks-testimonial-thumb img {
  border-radius: 100px;
}
.ks-testimonial-thumb-sm {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 20px 0;
  border-radius: 0 0 50px 0;
  width: 95px;
  height: 115px;
  background-color: var(--theme-color-white);
}
.ks-testimonial-thumb-sm::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -60px;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(-1) rotate(90deg);
          transform: scale(-1) rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ks-testimonial-thumb-sm::after {
  content: "";
  position: absolute;
  bottom: -59px;
  left: 0px;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(-1) rotate(90deg);
  transform: scale(-1) rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ks-testimonial-thumb-sm img {
  border-radius: 70px;
}
.ks-testimonial-shape-1 {
  position: absolute;
  bottom: 0;
  right: 87px;
  z-index: -1;
}
[data-tm-layout=dark] .ks-testimonial-shape-1 {
  opacity: 0.1;
}
.ks-testimonial-user-info {
  line-height: 1;
}
@media (max-width: 991.98px) {
  .ks-testimonial-user-info {
    margin-left: 0px;
  }
}
.ks-testimonial-user-wrap span {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--theme-color-yellow);
}
.ks-testimonial-user-wrap .title {
  color: var(--theme-color1-text-color);
  font-family: var(--body-font-family);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .ks-testimonial-user-wrap .title {
    margin-bottom: 5px;
  }
}
[data-tm-layout=dark] .ks-testimonial-user-wrap .title {
  color: var(--headings-color);
}
.ks-testimonial-user-wrap span {
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-color1-text-color);
}
.ks-testimonial-user-wrap .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.ks-testimonial-user-wrap .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 58px;
  width: 58px;
}
.ks-testimonial-user-wrap .testi-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a222d;
  color: #fff;
}
.ks-testimonial-user-wrap .testi-avatar[data-av="mg"] { background: #1a222d; }
.ks-testimonial-user-wrap .testi-avatar[data-av="k"] { background: #2b5a8a; }
.ks-testimonial-user-wrap .testi-avatar[data-av="ee"] { background: #3d4f3a; }
.ks-testimonial-user-wrap .testi-avatar[data-av="mp"] { background: #6b3a4a; }
.ks-testimonial-user-wrap .testi-avatar[data-av="2m"] { background: #8a4a1a; }
.ks-testimonial-user-wrap .testi-avatar[data-av="p"] { background: #4a3d6b; }
.ks-testimonial-user-wrap .testi-avatar[data-av="d"] { background: #1f4f4a; }
.ks-testimonial-user-wrap .testi-avatar span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1;
  margin: 0;
}
.ks-testimonial-bottom {
  margin-top: -311px;
  margin-left: 60px;
  margin-right: -25px;
  padding: 339px 80px 20px 80px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.0784313725);
  background: linear-gradient(289.05deg, #F1520D 16.47%, #000000 76.33%);
}
@media (max-width: 991.98px) {
  .ks-testimonial-bottom {
    margin-left: 0;
    margin-right: 0;
    border-radius: 20px;
    padding: 339px 50px 20px 50px;
  }
}
@media (max-width: 767.98px) {
  .ks-testimonial-bottom {
    padding: 339px 20px 20px 20px;
  }
}
.ks-testimonial-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 31px;
}
@media (max-width: 575.98px) {
  .ks-testimonial-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 20px;
  }
}
.ks-testimonial-navigation button {
  height: 58px;
  width: 58px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 0.8;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color-white);
}
@media (max-width: 991.98px) {
  .ks-testimonial-navigation button {
    height: 38px;
    width: 38px;
  }
}
@media (max-width: 991.98px) {
  .ks-testimonial-navigation button svg {
    width: 15px;
  }
}
.ks-testimonial-navigation button svg path {
  fill: var(--headings-color);
}
.ks-testimonial-navigation button:hover {
  background-color: var(--theme-color2);
}
.ks-testimonial-navigation button:hover svg path {
  fill: var(--theme-color2-text-color);
}
[data-tm-layout=dark] .ks-testimonial-navigation button:hover svg path {
  fill: var(--headings-color);
}

/*** 

====================================================================
   testimonial-section-two
====================================================================

***/
.testimonial-section-two {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .testimonial-section-two {
    padding: 80px 0 50px;
  }
}
.testimonial-section-two .outer-container {
  position: relative;
  max-width: 2022px;
  padding: 0 15px;
  margin: 0 -387px 0 auto;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two .outer-container {
    margin: 0 auto;
  }
}
.testimonial-section-two .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 55px;
}
@media (max-width: 991.98px) {
  .testimonial-section-two .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 35px;
  }
}
.testimonial-section-two .sec-title-box .sec-title .title {
  max-width: 556px;
}
.testimonial-section-two .sec-title-box .arrow-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-prev img {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-prev,
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-next {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-prev:hover,
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-next:hover {
  background-color: var(--theme-color2);
}
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-prev:hover img,
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-next:hover img {
  -webkit-filter: none;
          filter: none;
}
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-prev img,
.testimonial-section-two .sec-title-box .arrow-box .testi-two_button-next img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block.swiper-slide-active .inner-block {
  border-color: var(--theme-color1);
}
.testimonial-block.swiper-slide-active .inner-block .image-box .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.testimonial-block .inner-block {
  position: relative;
  padding: 50px 50px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #DDDDDD;
  margin: 0 0 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .testimonial-block .inner-block {
    padding: 40px 20px 30px;
  }
}
.testimonial-block .inner-block:hover {
  border-color: var(--theme-color1);
}
.testimonial-block .inner-block:hover .image-box .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.testimonial-block .inner-block .shape {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-block .inner-block .image-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.testimonial-block .inner-block .image-box .image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 1;
  margin-right: -10px;
}
.testimonial-block .inner-block .image-box .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-block .inner-block .image-box .icon {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--theme-color-lighter);
  text-align: center;
  line-height: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block .inner-block .text {
  position: relative;
  font-size: 20px;
  font-family: var(--heading-font-family);
  max-width: 501px;
  margin: 0 0 19px;
  letter-spacing: -3%;
}
@media (max-width: 767.98px) {
  .testimonial-block .inner-block .text {
    font-size: 16px;
    letter-spacing: -2%;
  }
}
.testimonial-block .inner-block .info-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;
  padding: 23px 0 0;
  border-top: 1px solid #DDDDDD;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-block .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}
.testimonial-block .inner-block .info-box .author-info {
  position: relative;
}
.testimonial-block .inner-block .info-box .author-info .name {
  line-height: 1;
  letter-spacing: -3%;
  margin-bottom: 0;
}
.testimonial-block .inner-block .info-box .rating {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.16px;
}
.testimonial-block .inner-block .info-box .rating i {
  color: var(--theme-color1);
}

/***

====================================================================
    Process Section
====================================================================

***/
.process-section {
  position: relative;
  padding: 130px 0 100px;
}

.process-block {
  margin-bottom: 30px;
}
.process-block:last-child .inner-box .icon-box:before {
  display: none;
}
.process-block .inner-box {
  position: relative;
  text-align: center;
}
.process-block .inner-box:hover .icon-box {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
}
.process-block .inner-box:hover .icon-box .number {
  background-color: var(--theme-color1);
  color: var(--text-color-theme-color1);
  top: 90px;
  left: 80px;
  -webkit-transform: scale(-1) rotate(-180deg);
          transform: scale(-1) rotate(-180deg);
}
.process-block .inner-box .icon-box {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--text-color-theme-color1);
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  height: 120px;
  line-height: 140px;
  width: 120px;
  margin: 0 auto 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .inner-box .icon-box:before {
  background-image: url(../images/icons/icon-arrow.html);
  content: "";
  width: 163px;
  height: 100px;
  position: absolute;
  right: -242px;
  top: 69px;
}
.process-block .inner-box .icon-box .number {
  background-color: var(--theme-color3);
  color: var(--text-color-theme-color3);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.process-block .inner-box .content-box {
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .inner-box .content-box .title {
  margin-bottom: 5px;
}
.process-block .inner-box .content-box .text {
  color: var(--text-color2);
  max-width: 268px;
  margin: 0 auto;
}

/***
====================================================================
    Process Section Two
====================================================================
***/
.process-section-two {
  position: relative;
}
.process-section-two .outer-box {
  background-image: url(../images/background/process-bg.html);
  border-radius: 60px;
  margin-left: 12px;
  margin-right: 12px;
}
.process-section-two .outer-box .sec-title .title {
  max-width: 563px;
}

.process-block-one {
  position: relative;
  z-index: 0;
}
.process-block-one .inner-box {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 154px;
  margin-bottom: 50px;
  padding: 57px 45px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .process-block-one .inner-box {
    margin-bottom: 30px;
    margin-right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .process-block-one .inner-box {
    border-radius: 30px;
  }
}
@media (max-width: 767.98px) {
  .process-block-one .inner-box {
    padding: 57px 20px;
  }
}
.process-block-one .inner-box img {
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-one .inner-box:hover {
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}
.process-block-one .inner-box:hover .image-box::before {
  -webkit-transform: rotate(175deg);
          transform: rotate(175deg);
}
.process-block-one .inner-box:hover .image-box .circle-box {
  -webkit-transform: rotateZ(175deg);
          transform: rotateZ(175deg);
}
.process-block-one .inner-box:hover .image-box .circle-box span {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.process-block-one .inner-box .image-box {
  border-radius: 50%;
  display: block;
  height: 211px;
  line-height: 186px;
  margin: 0 auto 25px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 211px;
  z-index: 9;
}
.process-block-one .inner-box .image-box .circle-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0px;
  content: "";
  border-radius: 50%;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.process-block-one .inner-box .image-box .circle-box span {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--text-color-theme-color1);
  display: inline-block;
  font-family: var(--text-font);
  font-size: 18px;
  font-weight: 700;
  height: 57px;
  left: 0;
  line-height: 57px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -25px;
  text-align: center;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  width: 57px;
  -webkit-box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
  box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-one:nth-child(2) .inner-box, .process-block-one:nth-child(4) .inner-box {
  margin: 35px auto 30px;
}
.process-block-one:nth-child(2) .image-box .circle-box span, .process-block-one:nth-child(4) .image-box .circle-box span {
  bottom: -25px;
  top: auto;
}
.process-block-one .title,
.process-block-one .text {
  color: var(--theme-color-white);
}

/***
====================================================================
    Process Section Three
====================================================================
***/
.process-section-three {
  position: relative;
  padding: 130px 0 100px;
}
.process-section-three .bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .process-section-three .bottom-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.process-section-three .bottom-text .text {
  text-transform: capitalize;
  color: var(--theme-color2);
}
.process-section-three .bottom-text .btn-link {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 30px;
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.process-section-three .bottom-text .btn-link .icon {
  width: 16px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  font-size: 8px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--theme-color2);
  background-color: var(--theme-color-lighter);
}

.outer-box {
  position: relative;
}
.outer-box .border-line {
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 1199.98px) {
  .outer-box .border-line {
    display: none;
  }
}

.process-block-three {
  margin-top: 78px;
  margin-bottom: 30px;
}
.process-block-three:nth-child(even) {
  margin-top: 25px;
}
@media (max-width: 1199.98px) {
  .process-block-three {
    margin-top: 25px;
  }
}
.process-block-three.active .inner-box, .process-block-three:hover .inner-box {
  background-color: var(--theme-color2);
}
.process-block-three.active .inner-box .icon-box, .process-block-three:hover .inner-box .icon-box {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
}
.process-block-three.active .inner-box .content-box .sl-number, .process-block-three:hover .inner-box .content-box .sl-number {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.process-block-three.active .inner-box .content-box .title, .process-block-three:hover .inner-box .content-box .title {
  color: var(--theme-color-white);
}
.process-block-three.active .inner-box .content-box .sub-title, .process-block-three:hover .inner-box .content-box .sub-title {
  color: var(--theme-color-white);
}
.process-block-three.active .inner-box .content-box .text, .process-block-three:hover .inner-box .content-box .text {
  color: var(--theme-color-white);
}
.process-block-three .inner-box {
  position: relative;
  padding: 50px 30px 40px;
  max-width: 307px;
  margin: 0 auto;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 0px 20px 15px rgba(240, 228, 228, 0.4);
          box-shadow: 0px 0px 20px 15px rgba(240, 228, 228, 0.4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-box .icon-box {
  position: absolute;
  right: 44px;
  top: -25px;
  width: 84px;
  height: 84px;
  font-size: 50px;
  line-height: 78px;
  text-align: center;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 0px 20px 15px rgba(240, 228, 228, 0.4);
          box-shadow: 0px 0px 20px 15px rgba(240, 228, 228, 0.4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-box .content-box {
  padding: 0;
}
.process-block-three .inner-box .content-box .sl-number {
  position: relative;
  width: 60px;
  height: 68px;
  font-size: 16px;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  color: var(--theme-color2);
  background-color: #F2F1F5;
  border-radius: 48px 0px 48px 48px;
  margin-bottom: 25px;
}
.process-block-three .inner-box .content-box .title {
  color: var(--theme-color2);
  text-transform: capitalize;
}
.process-block-three .inner-box .content-box .sub-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--theme-color1);
}
.process-block-three .inner-box .content-box .text {
  color: var(--text-color2);
}

/***

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

***/
.team-section {
  position: relative;
  padding: 0 15px;
}
.team-section .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  padding: 120px 0 90px;
  background-color: #151515;
}
@media (max-width: 991.98px) {
  .team-section .outer-box {
    padding: 80px 0 50px;
  }
}
.team-section .outer-box .shape-1 {
  position: absolute;
  bottom: 22px;
  left: 33px;
  pointer-events: none;
}
.team-section .outer-box .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.team-section .outer-box .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.team-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.team-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .outer-box .sec-title .title {
  max-width: 498px;
  margin: 0 auto 48px;
}
@media (max-width: 991.98px) {
  .team-section .outer-box .sec-title .title {
    margin: 0 auto 35px;
  }
}

.team-block .inner-block {
  position: relative;
  margin: 0 0 30px;
  border-radius: 30px;
  overflow: hidden;
}
.team-block .inner-block:hover:before {
  opacity: 0;
  visibility: hidden;
}
.team-block .inner-block:hover:after {
  opacity: 1;
  visibility: visible;
}
.team-block .inner-block:hover .author-info {
  bottom: 40px;
}
.team-block.no-social .inner-block .author-info {
  bottom: 24px;
}
.team-block.no-social .inner-block:hover .author-info {
  bottom: 32px;
}
.team-block.no-social .inner-block .author-info .name {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin: 0;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block.no-social .inner-block:hover .author-info .name {
  max-height: 3em;
  opacity: 1;
  visibility: visible;
}
.team-block.no-social .inner-block .author-info .designation {
  margin-bottom: 0;
}
.team-block .inner-block:hover .author-info .designation {
  color: var(--theme-color-white);
}
.team-block .inner-block:hover .author-info .social-icon {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-block .inner-block:hover .images-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.team-block .inner-block:hover .images-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);
}
.team-block .inner-block:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(11.41%, #131313), to(rgba(19, 19, 19, 0)));
  background: linear-gradient(360deg, #131313 11.41%, rgba(19, 19, 19, 0) 100%);
  width: 100%;
  height: calc(60% - 3px);
  bottom: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-block:after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.03%, #F2520D), color-stop(63.26%, rgba(19, 19, 19, 0)));
  background: linear-gradient(360deg, #F2520D 6.03%, rgba(19, 19, 19, 0) 63.26%);
  width: 100%;
  height: calc(60% - 3px);
  bottom: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-block .images-box {
  position: relative;
}
.team-block .inner-block .images-box .image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.team-block .inner-block .images-box .image img {
  position: relative;
  width: 100%;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block .inner-block .images-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.team-block .inner-block .author-info {
  position: absolute;
  left: 40px;
  bottom: -9px;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-block .author-info .name {
  position: relative;
  margin-bottom: 0;
}
.team-block .inner-block .author-info .name a {
  color: var(--theme-color-white);
}
.team-block .inner-block .author-info .designation {
  position: relative;
  color: rgba(var(--theme-color-white), 0.8);
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-block .author-info .social-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .inner-block .author-info .social-icon li a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  backdrop-filter: blur(67.8000030518px);
  background-color: var(--theme-color-dark);
  color: var(--theme-color-white);
  font-size: 14px;
}
.team-block .inner-block .author-info .social-icon li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

/***

====================================================================
    Clients Section
====================================================================

***/
.clients-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .clients-section {
    padding: 80px 0;
  }
}
.clients-section .outer-box {
  position: relative;
  margin: 0 -85px;
}
@media (max-width: 1399.98px) {
  .clients-section .outer-box {
    margin: 0 -10px;
  }
}
.clients-section .outer-box .client-block .inner-box:before {
  position: absolute;
  content: "";
  background-color: #DDDDDD;
  width: 1px;
  height: 30px;
  top: calc(50% - 15px);
  right: 0;
}

.client-block .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;
  min-height: 88px;
  width: 100%;
  padding: 8px 16px;
}
.client-block .inner-box .image-box .image img,
.client-block .inner-box .image-box .image img:nth-child(1),
.client-block .inner-box .image-box .image img:nth-child(2) {
  position: static !important;
  top: auto !important;
  left: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  max-height: 80px;
  width: auto;
  max-width: 220px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/***

====================================================================
    Clients Section Two
====================================================================

***/
.clients-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .clients-section-two {
    padding: 80px 0;
  }
}
.clients-section-two .title-box {
  position: relative;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 991.98px) {
  .clients-section-two .title-box {
    margin: 0 0 35px;
  }
}
.clients-section-two .title-box:before {
  position: absolute;
  content: "";
  background-color: #DDDDDD;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: 0;
}
.clients-section-two .title-box .title {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 96px;
  padding: 13px 20px;
  background-color: var(--theme-color-lighter);
  margin-bottom: 0;
  z-index: 1;
  text-transform: capitalize;
}
.clients-section-two .title-box .title span {
  color: var(--theme-color1);
}
.clients-section-two .outer-box {
  position: relative;
  margin: 0 -40px;
}
@media (max-width: 1399.98px) {
  .clients-section-two .outer-box {
    margin: 0 -10px;
  }
}
.clients-section-two .outer-box .client-block .inner-box:before {
  position: absolute;
  content: "";
  background-color: #DDDDDD;
  width: 1px;
  height: 30px;
  top: calc(50% - 15px);
  right: 0;
}

/*** 

====================================================================
    Why Choose Us
====================================================================

***/
.why-choose-us-section {
  position: relative;
  padding: 70px 15px;
}
.why-choose-us-section .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: var(--theme-color-black);
  overflow: hidden;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .why-choose-us-section {
    padding: 50px 15px;
  }
  .why-choose-us-section .outer-box {
    padding: 80px 0;
  }
}
.why-choose-us-section .outer-box .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .why-choose-us-section .outer-box .shape-1 {
    display: none;
  }
}
.why-choose-us-section .outer-box .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .why-choose-us-section .outer-box .shape-2 {
    display: none;
  }
}
.why-choose-us-section .outer-box .shape-3 {
  position: absolute;
  bottom: 34px;
  right: 35px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.5, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.5, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.5, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.5, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.5, 0.2, 1);
  will-change: transform;
}
@media (max-width: 1399.98px) {
  .why-choose-us-section .outer-box .shape-3 {
    display: none;
  }
}
.why-choose-us-section .outer-box .image-column .inner-column {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-left: -80px;
  margin-right: 77px;
}
@media (max-width: 1599.98px) {
  .why-choose-us-section .outer-box .image-column .inner-column {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-section .outer-box .image-column .inner-column {
    margin-bottom: 40px;
  }
}
.why-choose-us-section .outer-box .image-column .inner-column:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.why-choose-us-section .outer-box .image-column .inner-column:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.92%, rgba(0, 0, 71, 0)), color-stop(102.75%, #F2520D));
  background: linear-gradient(180deg, rgba(0, 0, 71, 0) 19.92%, #F2520D 102.75%);
  width: 100%;
  height: calc(63% - 5px);
  border-radius: 0 0 20px 20px;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .why-choose-us-section .outer-box .image-column .inner-column:before {
    height: 100%;
  }
}
.why-choose-us-section .outer-box .image-column .inner-column .funfact-box {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 23px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .why-choose-us-section .outer-box .image-column .inner-column .funfact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    bottom: 20px;
    left: 20px;
  }
}
.why-choose-us-section .outer-box .image-column .inner-column .funfact-box .count-box {
  font-size: 100px;
  font-weight: 400;
  font-family: var(--heading-font-family);
  line-height: 76px;
  letter-spacing: -2%;
  color: var(--theme-color-white);
}
.why-choose-us-section .outer-box .image-column .inner-column .funfact-box .text {
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .why-choose-us-section .outer-box .image-column .inner-column .funfact-box .text br {
    display: none;
  }
}
.why-choose-us-section .outer-box .image-column .inner-column .image {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .why-choose-us-section .outer-box .image-column .inner-column .image {
    max-height: 500px;
  }
}
.why-choose-us-section .outer-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .why-choose-us-section .outer-box .image-column .inner-column .image img {
    max-height: 500px;
  }
}
.why-choose-us-section .outer-box .content-column .inner-column {
  position: relative;
  margin-left: -3px;
}
@media (max-width: 1599.98px) {
  .why-choose-us-section .outer-box .content-column .inner-column {
    margin-left: 0;
  }
}
.why-choose-us-section .outer-box .content-column .inner-column .sec-title .text {
  max-width: 560px;
  margin: 28px 0 62px;
}
.why-choose-us-section .outer-box .content-column .inner-column .content-box {
  position: relative;
  margin-left: -9px;
}
@media (max-width: 1599.98px) {
  .why-choose-us-section .outer-box .content-column .inner-column .content-box {
    margin-left: 0;
  }
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block.style-two {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block:hover .icon {
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block .icon {
  border: 1px solid #262626;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80px;
  line-height: 78px;
  margin-right: 30px;
  position: relative;
  text-align: center;
  width: 80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block .icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block .icon {
    margin: 0 0 20px;
  }
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 68px;
}
@media (max-width: 1399.98px) {
  .why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block .content {
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block .content .title {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
  max-width: 214px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: capitalize;
}
.why-choose-us-section .outer-box .content-column .inner-column .why-choose-us-block .inner-block .content .text {
  max-width: 255px;
}

/*** 

====================================================================
    why-choose-us-section-two
====================================================================

***/
.why-choose-us-section-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .why-choose-us-section-two {
    padding: 80px 0;
  }
}
.why-choose-us-section-two .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-two .image-column .inner-column {
    margin-bottom: 30px;
  }
}
.why-choose-us-section-two .image-column .inner-column .funfact-box {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 11px;
  padding: 40px 40px 40px 25px;
  border-radius: 20px;
  background-color: rgba(var(--theme-color-white-rgb), 0.79);
  backdrop-filter: blur(10px);
}
@media (max-width: 575.98px) {
  .why-choose-us-section-two .image-column .inner-column .funfact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 40px);
    right: 20px;
  }
}
.why-choose-us-section-two .image-column .inner-column .funfact-box .count-box {
  font-size: 100px;
  font-weight: 500;
  line-height: 80px;
  font-family: var(--heading-font-family);
  letter-spacing: -2%;
  color: var(--theme-color1);
}
.why-choose-us-section-two .image-column .inner-column .funfact-box .text {
  position: relative;
  color: var(--headings-color);
}
@media (max-width: 575.98px) {
  .why-choose-us-section-two .image-column .inner-column .funfact-box .text {
    text-align: center;
  }
}
.why-choose-us-section-two .image-column .inner-column .image {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .why-choose-us-section-two .image-column .inner-column .image {
    max-height: 600px;
  }
}
.why-choose-us-section-two .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .why-choose-us-section-two .image-column .inner-column .image img {
    max-height: 600px;
  }
}
.why-choose-us-section-two .content-column .inner-column {
  position: relative;
  padding-left: 44px;
}
@media (max-width: 1399.98px) {
  .why-choose-us-section-two .content-column .inner-column {
    padding-left: 0;
  }
}
.why-choose-us-section-two .content-column .inner-column .sec-title .title {
  margin: 0 0 20px;
}
.why-choose-us-section-two .content-column .inner-column .sec-title .text {
  position: relative;
  max-width: 671px;
  margin: 0 0 35px;
}
@media (max-width: 767.98px) {
  .why-choose-us-section-two .content-column .inner-column .sec-title .text {
    margin: 0 0 15px;
  }
}
.why-choose-us-section-two .content-column .inner-column .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.15);
}
@media (max-width: 767.98px) {
  .why-choose-us-section-two .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-bottom: none;
  }
}
.why-choose-us-section-two .content-column .inner-column .info-box .info {
  position: relative;
  padding: 32px 0 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
@media (max-width: 767.98px) {
  .why-choose-us-section-two .content-column .inner-column .info-box .info {
    border-right: none;
    border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.15);
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-section-two .content-column .inner-column .info-box .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}
.why-choose-us-section-two .content-column .inner-column .info-box .info.one {
  padding-left: 0;
  padding-right: 11px;
  border-right: 1px solid rgba(var(--theme-color-black-rgb), 0.15);
}
@media (max-width: 767.98px) {
  .why-choose-us-section-two .content-column .inner-column .info-box .info.one {
    border-right: none;
    padding-right: 0;
  }
}
.why-choose-us-section-two .content-column .inner-column .info-box .info:hover .icon {
  background-color: var(--theme-color-dark);
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.why-choose-us-section-two .content-column .inner-column .info-box .info:hover .icon img {
  -webkit-filter: none;
          filter: none;
}
.why-choose-us-section-two .content-column .inner-column .info-box .info .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 65px;
  line-height: 65px;
  position: relative;
  text-align: center;
  width: 65px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-section-two .content-column .inner-column .info-box .info .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-section-two .content-column .inner-column .info-box .info .content {
  position: relative;
  max-width: 245px;
}
.why-choose-us-section-two .content-column .inner-column .info-box .info .content .title {
  position: relative;
  margin-bottom: 12px;
  line-height: 24px;
}
.why-choose-us-section-two .content-column .inner-column .bootom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 50px 0 7px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-two .content-column .inner-column .bootom-box {
    padding: 50px 0 0;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us-section-two .content-column .inner-column .bootom-box {
    padding: 30px 0 0;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-section-two .content-column .inner-column .bootom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

/***

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

***/
.work-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .work-section {
    padding: 80px 0;
  }
}
.work-section .sec-title {
  margin-bottom: 57px;
}
@media (max-width: 991.98px) {
  .work-section .sec-title {
    margin-bottom: 35px;
  }
}
.work-section .working-outer {
  position: relative;
  padding: 0 3px;
}
@media (max-width: 1199.98px) {
  .work-section .working-outer {
    padding: 0;
  }
}
.work-section .working-outer .bottom-box .inner-box {
  position: relative;
  max-width: 703px;
  margin: 12px auto 0;
  border-radius: 100px;
  background-color: rgba(221, 221, 221, 0.3);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 41px 5px 6px;
}
@media (max-width: 767.98px) {
  .work-section .working-outer .bottom-box .inner-box {
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
  }
}
.work-section .working-outer .bottom-box .inner-box .icon {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.work-section .working-outer .bottom-box .inner-box .text {
  font-size: 18px;
  line-height: 1;
  color: var(--headings-color);
  text-align: center;
}
.work-section .working-outer .bottom-box .inner-box .btn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-section .working-outer .bottom-box .inner-box .btn-more:hover {
  color: var(--headings-color);
}
.work-section .working-outer .bottom-box .inner-box .btn-more span {
  text-transform: uppercase;
}

.work-block {
  position: relative;
}
.work-block:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(var(--theme-color-black-rgb), 0.1);
  top: 30px;
  left: 0;
}
.work-block .inner-block {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.work-block .inner-block:hover .number {
  color: var(--theme-color2-text-color);
}
.work-block .inner-block:hover .number:before {
  scale: 1;
}
.work-block .inner-block:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.work-block .inner-block:hover .content-box .inner-box .title {
  color: var(--theme-color1);
}
.work-block .inner-block .number {
  position: relative;
  margin: 0 auto 50px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 20px;
  letter-spacing: -3%;
  font-family: var(--heading-font-family);
  z-index: 0;
}
.work-block .inner-block .number:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  scale: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .inner-block .number:after {
  position: absolute;
  content: "";
  background-color: rgba(var(--theme-color-black-rgb), 0.15);
  width: 1px;
  height: 50px;
  bottom: -50px;
  left: calc(50% - 0.5px);
}
.work-block .inner-block .image {
  position: relative;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  margin: 0 auto -93px;
  z-index: 1;
  overflow: hidden;
}
.work-block .inner-block .image img {
  width: 182px;
  height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .inner-block .content-box {
  position: relative;
  border-radius: 10px;
  background-color: var(--theme-color-silver);
  padding: 123px 0 36px;
}
.work-block .inner-block .content-box .inner-box {
  position: relative;
  padding: 0 25px 22px;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}
@media (max-width: 1199.98px) {
  .work-block .inner-block .content-box .inner-box {
    padding: 0 15px 22px;
  }
}
.work-block .inner-block .content-box .inner-box .title {
  position: relative;
  margin-bottom: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .inner-block .content-box .feature {
  position: relative;
  padding: 30px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.work-block .inner-block .content-box .feature span {
  line-height: 1;
  color: var(--headings-color);
}

/***

====================================================================
    work-section-two
====================================================================

***/
.work-section-two {
  padding: 0 15px;
  position: relative;
}
.work-section-two .outer-box {
  background-color: var(--theme-color-lighter);
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1840px;
  overflow: hidden;
  padding: 120px 0 190px;
  position: relative;
}
@media (max-width: 991.98px) {
  .work-section-two .outer-box {
    padding: 80px 0 150px;
  }
}
.work-section-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-section-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-section-two .outer-box .sec-title {
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .work-section-two .outer-box .sec-title {
    margin-bottom: 35px;
  }
}
.work-section-two .outer-box .sec-title .title {
  max-width: 838px;
  margin: 0 auto;
}
.work-section-two .outer-box .working-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1199.98px) {
  .work-section-two .outer-box .working-outer {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .work-section-two .outer-box .working-outer {
    -ms-grid-columns: auto 0 auto;
    grid-template-columns: auto auto;
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  .work-section-two .outer-box .working-outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .work-section-two .outer-box .working-outer {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.work-section-two .outer-box .bottom-box .inner-box {
  position: relative;
  max-width: 703px;
  margin: 40px auto 0;
  border-radius: 100px;
  background-color: rgba(221, 221, 221, 0.3);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 41px 5px 6px;
}
@media (max-width: 991.98px) {
  .work-section-two .outer-box .bottom-box .inner-box {
    margin: 10px auto 0;
  }
}
@media (max-width: 767.98px) {
  .work-section-two .outer-box .bottom-box .inner-box {
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
  }
}
.work-section-two .outer-box .bottom-box .inner-box .icon {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.work-section-two .outer-box .bottom-box .inner-box .text {
  font-size: 18px;
  line-height: 1;
  color: var(--headings-color);
  text-align: center;
}
.work-section-two .outer-box .bottom-box .inner-box .btn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-section-two .outer-box .bottom-box .inner-box .btn-more:hover {
  color: var(--headings-color);
}
.work-section-two .outer-box .bottom-box .inner-box .btn-more span {
  text-transform: uppercase;
}

.work-block-two {
  margin-bottom: 30px;
  position: relative;
}
.work-block-two:last-child .inner-block {
  max-width: 368px;
}
@media (max-width: 767.98px) {
  .work-block-two:last-child .inner-block {
    max-width: 500px;
  }
}
.work-block-two .inner-block {
  max-width: 383px;
  position: relative;
}
@media (max-width: 991.98px) {
  .work-block-two .inner-block {
    max-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .work-block-two .inner-block {
    max-width: 500px;
    text-align: center;
  }
}
.work-block-two .inner-block:hover .icon-box .icon {
  background-color: var(--theme-color1);
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.work-block-two .inner-block:hover .icon-box .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.work-block-two .inner-block .shape-1 {
  position: absolute;
  top: 38px;
  left: -177px;
}
@media (max-width: 1199.98px) {
  .work-block-two .inner-block .shape-1 {
    display: none;
  }
}
.work-block-two .inner-block .shape-2 {
  position: absolute;
  top: 50px;
  right: -43px;
}
@media (max-width: 1199.98px) {
  .work-block-two .inner-block .shape-2 {
    display: none;
  }
}
.work-block-two .inner-block .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  background-color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 30px;
}
.work-block-two .inner-block .icon-box .icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block-two .inner-block .cat {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  color: var(--theme-color-white);
  border-radius: 47px;
  background-color: var(--theme-color-dark);
  padding: 5.1px 20px;
  margin-bottom: 22px;
}
.work-block-two .inner-block .title {
  position: relative;
  font-weight: 600;
  margin-bottom: 27px;
}
@media (max-width: 575.98px) {
  .work-block-two .inner-block .title br {
    display: none;
  }
}

/***

====================================================================
    Social Section
====================================================================

***/
.socials-section {
  position: relative;
}
.socials-section .outer-box {
  background-color: var(--theme-color2);
  border: 1px solid var(--theme-color9);
  border-radius: 30px;
  padding: 121px 15px 99px;
  margin: 0px 100px;
  position: relative;
  z-index: 1;
}
.socials-section .anim-icons .image-1 {
  position: absolute;
  top: -120px;
  right: -10px;
  pointer-events: none;
  z-index: 2;
}
.socials-section .sec-title {
  margin-bottom: 51px;
}
@media (max-width: 575.98px) {
  .socials-section .title br {
    display: none;
  }
}
.socials-section .title-stroke-text {
  position: absolute;
  left: 0;
  top: 20px;
  pointer-events: none;
}

.social-block .inner-box {
  position: relative;
  padding: 33px 40px 25px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 30px;
  border: 1px solid var(--theme-color9);
}
.social-block .inner-box:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0px;
  border-radius: inherit;
  background: var(--gradient-3);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-block .inner-box:hover {
  border-color: transparent;
}
.social-block .inner-box:hover:before {
  padding: 5px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.social-block .inner-box:hover .icon-box {
  background-color: var(--theme-color-white);
}
.social-block .inner-box:hover .icon-box .icon {
  color: var(--theme-color-dark);
}
.social-block .inner-box .icon-box {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color1);
}
.social-block .inner-box .icon-box .icon {
  font-size: 46px;
  line-height: 110px;
  color: var(--theme-color-gray);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-block .inner-box .title {
  margin-bottom: 0;
}

/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-section {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 991.98px) {
  .blog-section {
    padding: 80px 0 50px;
  }
}
.blog-section .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .blog-section .shape-1 {
    display: none;
  }
}
.blog-section .sec-title {
  margin-bottom: 47px;
}
@media (max-width: 767.98px) {
  .blog-section .sec-title {
    margin-bottom: 35px;
  }
}
.blog-section .sec-title .title {
  max-width: 530px;
  margin: 0 auto;
}

.blog-block {
  margin-bottom: 30px;
}
.blog-block .inner-block {
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .inner-block:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.blog-block .inner-block: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);
}
.blog-block .inner-block:hover .content-box .inner-box .title a {
  color: var(--theme-color1);
  background-size: 100% 1px;
}
.blog-block .image-box {
  position: relative;
  border-radius: 20px;
}
.blog-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 20px;
  min-height: 405px;
}
@media (max-width: 1199.98px) {
  .blog-block .image-box .image {
    min-height: 0;
  }
}
.blog-block .image-box .image img {
  position: relative;
  border-radius: 20px;
  min-height: 405px;
}
@media (max-width: 1199.98px) {
  .blog-block .image-box .image img {
    min-height: 0;
  }
}
.blog-block .image-box .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blog-block .image-box .date {
  background-color: var(--theme-color-white);
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  min-height: 60px;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  font-weight: 500;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  z-index: 3;
  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;
  gap: 2px;
  padding: 10px 6px;
}
.blog-block .image-box .date .day {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.blog-block .image-box .date .month {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-block .content-box .inner-box .blog-published-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 10px 0 14px;
  font-size: 14px;
  color: var(--theme-color-gray-text, #666);
}
.blog-block .content-box .inner-box .blog-published-date i {
  color: var(--theme-color1);
}
.blog-block .content-box .inner-box {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--theme-color-lighter);
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 38px 50px 40px 40px;
  margin-top: -61px;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .blog-block .content-box .inner-box {
    padding: 38px 30px 40px;
  }
}
.blog-block .content-box .inner-box .sub-title {
  line-height: 1;
  color: var(--theme-color1);
  margin-bottom: 15px;
}
.blog-block .content-box .inner-box .title {
  position: relative;
  margin-bottom: 19px;
  line-height: 30px;
  text-transform: capitalize;
}
.blog-block .content-box .inner-box .title a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
}
.blog-block .content-box .inner-box .btn-more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--headings-color);
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .content-box .inner-box .btn-more:hover {
  color: var(--theme-color1);
}
.blog-block .content-box .inner-box .btn-more span img {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-block .content-box .inner-box .time-text {
  position: absolute;
  bottom: 40px;
  right: 40px;
  line-height: 1;
}

/***====================================================================
    Map Section-two CSS
====================================================================***/
.map-section-h2 {
  position: relative;
  padding: 0 20px;
  z-index: 3;
  margin-top: -386px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .map-section-h2 {
    margin-top: 0px;
  }
}
.map-section-h2 iframe {
  display: block;
  width: 100%;
  height: 533px;
  border-radius: 250px 250px 25px 25px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 1399.98px) {
  .map-section-h2 iframe {
    border-radius: 25px;
  }
}
@media (max-width: 575.98px) {
  .map-section-h2 iframe {
    height: 400px;
  }
}
.map-section-h2 .content {
  position: relative;
}
.map-section-h2 .content .contact-list-box {
  position: absolute;
  top: 110px;
  right: 0;
  padding: 25px 30px 30px;
  width: 100%;
  max-width: 338px;
  background: var(--theme-color1);
  border-radius: 20px 20px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .map-section-h2 .content .contact-list-box {
    top: 110px;
    right: auto;
    left: 33%;
  }
}
@media (max-width: 991.98px) {
  .map-section-h2 .content .contact-list-box {
    top: 0;
    right: auto;
    left: 30%;
  }
}
@media (max-width: 767.98px) {
  .map-section-h2 .content .contact-list-box {
    top: 0;
    right: auto;
    left: 0;
    max-width: 100%;
  }
}
.map-section-h2 .content .contact-list-box .title {
  position: relative;
  color: var(--theme-color1-text-color);
  margin-bottom: 0;
}
.map-section-h2 .content .contact-list-box .contact-list-three li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
  padding-top: 17px;
  position: relative;
}
.map-section-h2 .content .contact-list-box .contact-list-three li:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.map-section-h2 .content .contact-list-box .contact-list-three li .icon {
  position: relative;
  width: 38px;
  height: 38px;
  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: var(--theme-color1-text-color);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.map-section-h2 .content .contact-list-box .contact-list-three li .text {
  position: relative;
  color: var(--theme-color1-text-color);
  padding-right: 20px;
}
.map-section-h2 .content .contact-list-box .contact-list-three li a {
  color: var(--theme-color1-text-color);
}
.map-section-h2 .content .contact-list-box .contact-list-three li a:hover {
  color: var(--theme-color2);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  /* Widget Section */
}
.main-footer .widgets-section {
  padding: 116px 0 30px;
  position: relative;
}
.main-footer .footer-column {
  position: relative;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 26px;
  position: relative;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--theme-color-light);
}

.user-links {
  position: relative;
}
.user-links li {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  margin-bottom: 7px;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--theme-color1);
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links.style-two li {
  padding-left: 0;
}
.user-links.style-two li:before {
  display: none;
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-links.two-column li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media (max-width: 475.98px) {
  .user-links.two-column li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.subscribe-widget .subscribe-form-one {
  margin-bottom: 50px;
  position: relative;
}
.subscribe-widget .subscribe-form-one .form-group {
  position: relative;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text],
.subscribe-widget .subscribe-form-one .form-group input[type=email] {
  background: rgba(102, 102, 102, 0.2);
  border-radius: 40px;
  color: var(--theme-color-white);
  display: block;
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  padding: 20px 65px 20px 35px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-webkit-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-webkit-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-moz-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-moz-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]:-ms-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]:-ms-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-ms-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-ms-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::placeholder,
.subscribe-widget .subscribe-form-one .form-group input[type=email]::placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group .theme-btn {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 26px;
  height: 58px;
  line-height: 62px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
}
.subscribe-widget .subscribe-form-one .form-group .theme-btn:hover {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-gray);
}
.subscribe-widget .text {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  margin-bottom: 20px;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
}
.recent-post .inner .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #adadad;
  line-height: 30px;
  margin-bottom: 23px;
  padding-left: 25px;
}
.recent-post .inner .post-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.recent-post .inner .post-title {
  color: var(--theme-color-light);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.contacts-widget {
  text-align: start;
}
.contacts-widget .text {
  line-height: 45px;
}
.contacts-widget .contact-info-list li {
  margin-bottom: 12px;
}
.contacts-widget .contact-info-list li:last-child {
  margin-bottom: 0;
}
.contacts-widget .contact-info-list li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-widget .contact-info-list li a .icon {
  color: var(--theme-color-white);
  display: inline-block;
  margin-right: 8px;
  min-width: 18px;
  position: relative;
  top: 2px;
}
.contacts-widget .contact-info-list li a:hover {
  color: var(--theme-color1);
}

.timetable-widget .timetable li {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-size: 18px;
  line-height: 35px;
}
.timetable-widget .timetable li.close {
  color: var(--theme-color1);
  font-weight: 600;
}
.timetable-widget .timetable li span {
  margin-left: 7px;
}

.social-widget .social-icon-list1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-widget .social-icon-list1 li {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-widget .social-icon-list1 li:first-child {
  margin-left: 0;
}
.social-widget .social-icon-list1 li:last-child {
  margin-right: 0;
}
.social-widget .social-icon-list1 li a {
  background-color: #313131;
  border: 1px solid #313131;
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 16px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
  width: 48px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-widget .social-icon-list1 li a i {
  position: relative;
}
.social-widget .social-icon-list1 li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--theme-color1);
  content: "";
  color: var(--theme-color-white);
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-widget .social-icon-list1 li a:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.social-widget .social-icon-list1 li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*=== Footer Bottom ===*/
.footer-bottom {
  padding: 30px 0;
  position: relative;
  z-index: 3;
}
.footer-bottom .inner-container {
  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;
}
@media (max-width: 534.98px) {
  .footer-bottom .inner-container {
    display: block;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
}
@media (max-width: 534.98px) {
  .footer-bottom .copyright-text {
    text-align: center;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-light);
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-light);
}

/*** 

====================================================================
  footer-style-one
====================================================================

***/
.footer-style-one {
  position: relative;
  padding: 0 15px 20px;
}
.footer-style-one .outer-box {
  position: relative;
  background-color: var(--theme-color-dark);
  border-radius: 30px;
  overflow: hidden;
  max-width: 1875px;
  margin: 0 auto;
  padding: 120px 0 0;
}
@media (max-width: 991.98px) {
  .footer-style-one .outer-box {
    padding: 80px 0 0;
  }
}
.footer-style-one .outer-box.style-home-one {
  padding: 378px 0 0;
}
@media (max-width: 991.98px) {
  .footer-style-one .outer-box.style-home-one {
    padding: 338px 0 0;
  }
}
.footer-style-one .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.footer-style-one .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-style-one .outer-box .widgets-section {
  position: relative;
  padding: 0 0 46px;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}
@media (max-width: 767.98px) {
  .footer-style-one .outer-box .widgets-section {
    padding: 0 0 30px;
  }
}
.footer-style-one .outer-box .footer-column {
  position: relative;
  margin-bottom: 40px;
}
.footer-style-one .outer-box .footer-column .widget-title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.footer-style-one .outer-box .footer-column .about-widget {
  position: relative;
  padding-top: 5px;
}
@media (max-width: 1199.98px) {
  .footer-style-one .outer-box .footer-column .about-widget {
    max-width: 500px;
    padding-top: 0;
  }
}
.footer-style-one .outer-box .footer-column .about-widget .logo {
  position: relative;
  margin-bottom: 38px;
}
.footer-style-one .outer-box .footer-column .about-widget .text {
  font-size: 20px;
  font-family: var(--heading-font-family);
  letter-spacing: -3%;
  color: var(--theme-color-white);
  line-height: 30px;
  margin: 0 0 29px;
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt {
  position: relative;
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt input {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #838383;
  width: 100%;
  height: 35px;
  background-color: transparent;
  color: var(--theme-color-white);
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt input::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt input::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt input:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt input::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt input::placeholder {
  color: var(--text-color);
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color-white);
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 0;
  background-color: transparent;
}
.footer-style-one .outer-box .footer-column .about-widget .form-clt .theme-btn span img {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-style-one .outer-box .footer-column .links-widget .user-links li {
  margin-bottom: 4px;
}
.footer-style-one .outer-box .footer-column .links-widget .user-links li a {
  font-weight: 500;
}
.footer-style-one .outer-box .footer-column .contact-widget {
  padding-left: 10px;
}
@media (max-width: 1199.98px) {
  .footer-style-one .outer-box .footer-column .contact-widget {
    padding-left: 0;
  }
}
.footer-style-one .outer-box .footer-column .contact-widget .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.footer-style-one .outer-box .footer-column .contact-widget .info:last-child {
  margin-bottom: 0;
}
.footer-style-one .outer-box .footer-column .contact-widget .info:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.footer-style-one .outer-box .footer-column .contact-widget .info .icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one .outer-box .footer-column .contact-widget .info:last-child span {
  text-align: left;
}
.footer-style-one .outer-box .footer-column .contact-widget .info span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  letter-spacing: normal;
  color: var(--theme-color-white);
  padding-top: 5px;
  min-width: 0;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
}
.footer-style-one .outer-box .footer-column .contact-widget .info span a {
  color: var(--theme-color-white);
  text-decoration: none;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.footer-style-one .outer-box .footer-column .contact-widget .info span a:hover {
  color: var(--theme-color-white);
  opacity: 0.85;
}
.footer-style-one .outer-box .footer-bottom {
  position: relative;
  padding: 24px 0 32px;
}
@media (max-width: 991.98px) {
  .footer-style-one .outer-box .footer-bottom {
    padding: 24px 0 28px;
  }
}
.footer-style-one .outer-box .footer-bottom .inner-container {
  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-style-one .outer-box .footer-bottom .inner-container {
    -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;
  }
}
.footer-style-one .outer-box .footer-bottom .inner-container p {
  margin-bottom: 0;
  color: var(--theme-color-white);
}
.footer-bottom .inner-container p a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-bottom .inner-container p a:hover {
  color: var(--theme-color1);
}
.footer-style-one .outer-box .footer-bottom .inner-container .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .footer-style-one .outer-box .footer-bottom .inner-container .social-icon {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-style-one .outer-box .footer-bottom .inner-container .social-icon li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  border-radius: 30px;
  background-color: var(--theme-color-dark);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  padding: 8px 10px;
}
.footer-style-one .outer-box .footer-bottom .inner-container .social-icon li a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -2%;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-one .outer-box .footer-bottom .inner-container .social-icon li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border-color: var(--theme-color1);
}
.footer-style-one .outer-box .footer-bottom .inner-container .social-icon li a:hover span {
  color: var(--theme-color1-text-color);
}

/*** 

====================================================================
  footer-style-two
====================================================================

***/
.footer-style-two {
  position: relative;
  background-color: var(--theme-color-dark);
  padding: 92px 0 0;
}
@media (max-width: 991.98px) {
  .footer-style-two {
    padding: 80px 0 0;
  }
}
.footer-style-two .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.footer-style-two .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-style-two .upper-box {
  position: relative;
  z-index: 2;
  padding: 0 0 54.5px;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}
@media (max-width: 991.98px) {
  .footer-style-two .upper-box {
    padding: 0 0 30px;
  }
}
.footer-style-two .upper-box .info-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: auto 10px auto 10px auto;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1199.98px) {
  .footer-style-two .upper-box .info-box {
    margin-left: -20px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-two .upper-box .info-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-two .upper-box .info-box {
    gap: 30px;
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .footer-style-two .upper-box .info-box {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.footer-style-two .upper-box .info-box .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .footer-style-two .upper-box .info-box .info {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.footer-style-two .upper-box .info-box .info:first-child {
  gap: 34px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .upper-box .info-box .info:first-child {
    gap: 15px;
  }
}
.footer-style-two .upper-box .info-box .info:last-child {
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .upper-box .info-box .info:last-child {
    gap: 15px;
  }
}
.footer-style-two .upper-box .info-box .info:hover .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.footer-style-two .upper-box .info-box .info .icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  background-color: var(--theme-color-black);
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .footer-style-two .upper-box .info-box .info .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
.footer-style-two .upper-box .info-box .info .content {
  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;
}
.footer-style-two .upper-box .info-box .info .content span {
  color: var(--theme-color-white);
}
.footer-style-two .upper-box .info-box .info .content .number.one {
  margin-bottom: 7px;
}
.footer-style-two .upper-box .info-box .info .content .time {
  margin-top: 7px;
  color: rgba(var(--theme-color-white-rgb), 0.6);
}
.footer-style-two .upper-box .info-box .info .content .location {
  max-width: none;
  text-align: left;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: break-word;
}
.footer-style-two .widgets-section {
  position: relative;
  padding: 50px 0 70px;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}
@media (max-width: 991.98px) {
  .footer-style-two .widgets-section {
    padding: 50px 0 10px;
  }
}
.footer-style-two .footer-column {
  position: relative;
  margin-bottom: 40px;
}
.footer-style-two .footer-column .widget-title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.footer-style-two .footer-column .about-widget {
  position: relative;
  padding-right: 53px;
  padding-top: 5px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .footer-column .about-widget {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .footer-style-two .footer-column .about-widget {
    padding-top: 0;
  }
}
.footer-style-two .footer-column .about-widget .image {
  position: relative;
  display: block;
  width: 250px;
  max-width: 100%;
  line-height: 0;
}
.footer-style-two .footer-column .about-widget .image img {
  display: block;
  width: 250px;
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 18px;
}
@media (max-width: 991.98px) {
  .footer-style-two .footer-column .about-widget .image {
    width: 250px;
    margin: 0 auto;
  }
}
.footer-style-two .footer-column .links-widget {
  position: relative;
}
.footer-style-two .footer-column .links-widget.style-two {
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .footer-style-two .footer-column .links-widget.style-two {
    padding-left: 24px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-two .footer-column .links-widget.style-two {
    padding-left: 0;
  }
}
.footer-style-two .footer-column .links-widget .user-links li {
  margin-bottom: 4px;
}
.footer-style-two .footer-column .links-widget .user-links li a {
  font-weight: 500;
}
.footer-style-two .footer-column .subscribe-widget {
  position: relative;
}
.footer-style-two .footer-column .subscribe-widget .widget-title {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-style-two .footer-column .subscribe-widget .from-clt {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.footer-style-two .footer-column .subscribe-widget .from-clt input {
  position: relative;
  width: 100%;
  border-radius: 66px;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  padding: 20px;
  height: 56px;
  color: var(--theme-color-white);
}
.footer-style-two .footer-column .subscribe-widget .from-clt input::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-two .footer-column .subscribe-widget .from-clt input::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-two .footer-column .subscribe-widget .from-clt input:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-two .footer-column .subscribe-widget .from-clt input::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-two .footer-column .subscribe-widget .from-clt input::placeholder {
  color: var(--text-color);
}
.footer-style-two .footer-column .subscribe-widget .from-clt button {
  position: absolute;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: transparent;
  top: 17px;
  right: 16px;
}
.footer-style-two .footer-column .subscribe-widget .from-clt button i {
  color: var(--theme-color1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer-style-two .footer-column .subscribe-widget .social-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-style-two .footer-column .subscribe-widget .social-icon a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-two .footer-column .subscribe-widget .social-icon a:hover {
  color: var(--theme-color1);
}
.footer-style-two .footer-bottom {
  position: relative;
  padding: 24px 0 24px;
}
@media (max-width: 991.98px) {
  .footer-style-two .footer-bottom {
    padding: 24px 0 24px;
  }
}
.footer-style-two .footer-bottom .inner-container {
  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-style-two .footer-bottom .inner-container {
    -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;
  }
}
.footer-style-two .footer-bottom .inner-container p {
  color: var(--theme-color-white);
  margin-bottom: 0;
}
.footer-style-two .footer-bottom .inner-container .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .footer-style-two .footer-bottom .inner-container .social-icon {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-style-two .footer-bottom .inner-container .social-icon li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  border-radius: 30px;
  background-color: var(--theme-color-dark);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  padding: 8px 10px;
}
.footer-style-two .footer-bottom .inner-container .social-icon li a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -2%;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style-two .footer-bottom .inner-container .social-icon li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border-color: var(--theme-color1);
}
.footer-style-two .footer-bottom .inner-container .social-icon li a:hover span {
  color: var(--theme-color1-text-color);
}


/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  background-color: var(--theme-color2);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0 0;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-title:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--theme-color-dark);
  opacity: 65%;
}
.page-title .title {
  font-size: 75px;
  color: #ffffff;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 34px;
  }
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.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: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 5px;
  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-color1);
  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: #ffffff;
}

.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: 0px;
  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: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  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;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::placeholder {
  color: #cccccc;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
input::-ms-input-placeholder {
  color: #cccccc;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  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 .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;
}

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

.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 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #f5faff;
  color: var(--headings-color);
  border-radius: 15px;
  padding: 19px 40px;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color1);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  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;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  color: var(--theme-color1);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

.service-details-help {
  background-color: var(--theme-color1);
  border-radius: 15px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  padding: 57px 55px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.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 {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  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%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: var(--theme-color1);
  color: #000;
}

.help-title {
  font-size: 38px;
  color: #fff;
  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: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: #000;
}

/* Service Details — extended sections */
.services-details .service-sidebar {
  max-width: 100%;
  width: 100%;
}
.services-details__img {
  border-radius: 15px;
  overflow: hidden;
}
.services-details__img img {
  border-radius: 15px;
  width: 100%;
  display: block;
}
.services-details {
  position: relative;
}
.sd-service-top {
  padding-bottom: 30px !important;
}
.sd-top-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sd-top-overview {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e8eef5;
}
.sd-top-overview > .title {
  font-weight: 700;
  color: var(--headings-color);
  margin-bottom: 12px;
}
.sd-overview-intro {
  margin: 0 0 22px;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-color, #64748b);
}
.sd-overview-item {
  margin-bottom: 32px;
}
.sd-overview-item:last-child {
  margin-bottom: 0;
}
.sd-overview-item .sd-subtitle {
  margin-bottom: 8px;
}
.sd-overview-item .h5.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--headings-color);
}
.sd-overview-item .text {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-color, #64748b);
  margin-bottom: 0;
}
.sd-overview-item .text p {
  margin-bottom: 14px;
}
.sd-overview-item .text p:last-child {
  margin-bottom: 0;
}

/* Split Proof opener — Service Overview */
.sd-overview-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 8px;
}
.sd-overview-who,
.sd-overview-why {
  border-radius: 18px;
  padding: 26px 24px 24px;
  min-height: 100%;
}
.sd-overview-who {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  box-shadow: 0 8px 28px rgba(var(--theme-color2-rgb), 0.05);
  overflow: hidden;
}
.sd-overview-who::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--theme-color1), rgba(var(--theme-color1-rgb), 0.35));
}
.sd-overview-audience {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.sd-overview-audience li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(var(--theme-color1-rgb), 0.04);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.1);
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.sd-overview-audience li:hover {
  transform: translateX(3px);
  border-color: rgba(var(--theme-color1-rgb), 0.28);
  background: rgba(var(--theme-color1-rgb), 0.07);
}
.sd-overview-audience .num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.18);
  color: var(--theme-color1);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.sd-overview-audience .copy {
  min-width: 0;
}
.sd-overview-audience .label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--headings-color);
  margin-bottom: 2px;
}
.sd-overview-audience .hint {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #5a6570;
  font-weight: 500;
}
.sd-overview-why {
  background:
    linear-gradient(155deg, rgba(var(--theme-color1-rgb), 0.12) 0%, rgba(255, 244, 236, 0.95) 45%, rgba(var(--theme-color1-rgb), 0.08) 100%);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
}
.sd-overview-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--theme-color1);
}
.sd-overview-who .sd-overview-heading,
.sd-overview-why .sd-overview-heading {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--headings-color);
}
.sd-overview-lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-color, #64748b);
}
.sd-overview-results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.sd-overview-results li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.1);
}
.sd-overview-results .ico {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--theme-color1);
  color: #fff;
  font-size: 13px;
}
.sd-overview-results .copy {
  min-width: 0;
}
.sd-overview-results .label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--headings-color);
  margin-bottom: 2px;
}
.sd-overview-results .hint {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #5a6570;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .sd-overview-split {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .sd-overview-who,
  .sd-overview-why {
    padding: 20px 16px 18px;
    border-radius: 16px;
  }
  .sd-overview-who .sd-overview-heading,
  .sd-overview-why .sd-overview-heading {
    font-size: 20px;
  }
}

.sd-overview-card.sd-overview-compact {
  padding: 22px 18px;
  height: 100%;
}
.sd-overview-card.sd-overview-compact .card-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  margin-bottom: 14px;
}
.sd-overview-card.sd-overview-compact .h5.title {
  font-size: 16px;
  margin-bottom: 8px;
}
.sd-overview-card.sd-overview-compact .text {
  font-size: 14px;
  line-height: 1.55;
}
.sd-block-section {
  padding: 70px 0;
  position: relative;
}
.sd-block-section.sd-block-alt {
  background-color: var(--theme-color-gray);
}
.sd-block-section.projects-section-two,
.sd-block-section.why-choose-us-section,
.sd-block-section.testimonial-section-two,
.sd-block-section.pricing-section,
.sd-block-section.faq-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.sd-block-section.cta-section {
  padding-top: 0;
}
.sd-sec-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.sd-sec-title .text {
  margin-top: 12px;
}
.sd-subtitle {
  color: var(--theme-color1);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.sd-overview-card {
  height: 100%;
  padding: 32px 28px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8eef5;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sd-overview-card:hover {
  border-color: var(--theme-color1);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.sd-overview-card .card-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 14px;
  background: rgba(242, 82, 13, 0.1);
  color: var(--theme-color1);
  font-size: 26px;
  margin-bottom: 20px;
}
.sd-overview-card .h4.title {
  margin-bottom: 12px;
}
/* ═══ Business Challenges — moving image carousel ═══ */
.sd-chal-section {
  position: relative;
  overflow: hidden;
}
.sd-chal-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(var(--theme-color2-rgb), 0.14) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 35%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 35%, transparent 80%);
}
.sd-chal-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 40%, rgba(var(--theme-color1-rgb), 0.03) 55%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 15% 20%, rgba(var(--theme-color1-rgb), 0.06), transparent 60%),
    radial-gradient(ellipse 45% 35% at 90% 80%, rgba(var(--theme-color1-rgb), 0.05), transparent 55%);
}
.sd-chal-section > .auto-container {
  position: relative;
  z-index: 1;
}
.sd-chal-slider-wrap {
  position: relative;
  margin-top: 36px;
  padding: 8px 0 28px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.sd-chal-swiper {
  overflow: hidden;
  padding: 12px 0 12px;
}
.sd-chal-swiper .swiper-wrapper {
  align-items: stretch;
}
.sd-chal-slide {
  height: auto;
  padding: 8px 6px 4px;
  box-sizing: border-box;
}
.sd-chal-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  transform: none;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.sd-chal-slide:nth-child(odd) .sd-chal-card,
.sd-chal-slide:nth-child(even) .sd-chal-card,
.sd-chal-slide:nth-child(3n) .sd-chal-card {
  transform: none;
}
.sd-chal-card:hover {
  transform: translateY(-4px) !important;
}
.sd-chal-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(var(--theme-color2-rgb), 0.1);
  background: #1a222d;
}
.sd-chal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-filter: none;
          filter: none;
  transition: transform 0.6s ease;
}
.sd-chal-card:hover .sd-chal-media img {
  transform: scale(1.03);
}
.sd-chal-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(18, 24, 32, 0.18) 100%);
  pointer-events: none;
}
.sd-chal-body {
  padding: 16px 8px 4px;
  max-width: 100%;
  width: 100%;
}
.sd-chal-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--headings-color);
}
.sd-chal-text {
  margin: 0 auto;
  max-width: 22ch;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #5a6570;
}
.sd-chal-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.sd-chal-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
.sd-chal-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.25);
  background: #fff;
  color: var(--theme-color1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.sd-chal-btn:hover {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #fff;
  transform: translateY(-2px);
}
.sd-chal-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 12px;
}
.sd-chal-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: rgba(var(--theme-color2-rgb), 0.2);
  margin: 0 !important;
  transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}
.sd-chal-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 999px;
  background: var(--theme-color1);
}

@media only screen and (max-width: 991px) {
  .sd-chal-slide:nth-child(odd) .sd-chal-card,
  .sd-chal-slide:nth-child(even) .sd-chal-card,
  .sd-chal-slide:nth-child(3n) .sd-chal-card {
    transform: rotate(0deg) translateY(0);
  }
  .sd-chal-card:hover {
    transform: translateY(-4px) !important;
  }
  .sd-chal-media {
    border-radius: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .sd-chal-slider-wrap {
    margin-top: 24px;
    padding-bottom: 12px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sd-chal-body {
    max-width: none;
    padding-left: 4px;
    padding-right: 4px;
  }
  .sd-chal-title {
    font-size: 17px;
  }
  .sd-chal-text {
    font-size: 13.5px;
  }
}
.sd-tech-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.sd-tech-item {
  text-align: center;
  padding: 24px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8eef5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sd-tech-item:hover {
  border-color: var(--theme-color1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.sd-tech-item .tech-logo {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}
.sd-tech-item span {
  font-size: 13px;
  font-weight: 600;
  color: var(--headings-color);
}
.sd-tech-item.sd-tech-icon-item .tech-icon {
  display: block;
  margin: 0 auto 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 12px;
  background: rgba(242, 82, 13, 0.1);
  color: var(--theme-color1);
  font-size: 22px;
}
.sd-theme-app .sd-ui-benefit-icon-wrap {
  border-radius: 14px;
}
.sd-theme-app .sd-ui-benefit-icon {
  border-radius: 10px;
}
.sd-theme-smm .sd-ui-benefit-icon,
.sd-theme-smmgmt .sd-ui-benefit-icon {
  border-radius: 50%;
}
.sd-theme-consulting .sd-ui-benefit-card {
  border-radius: 20px 20px 20px 4px;
}
.sd-industry-layout {
  padding-top: 20px;
}
/* Service page educational awareness (image + copy) */
.sd-learn-awareness {
  padding-top: 20px;
}
.sd-learn-awareness .row {
  align-items: center;
}
.sd-learn-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  -webkit-box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
          box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}
.sd-learn-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: transform 700ms ease;
  transition: transform 700ms ease;
}
.sd-learn-media:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.sd-learn-copy .learn-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--theme-color1);
}
.sd-learn-copy .h2.title {
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.25;
}
.sd-learn-copy .text {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-color);
}
.sd-learn-copy .text:last-of-type {
  margin-bottom: 22px;
}
.sd-learn-copy .theme-btn {
  margin-top: 4px;
}
.sd-learn-awareness.is-reverse .sd-learn-copy {
  order: 2;
}
.sd-learn-awareness.is-reverse .sd-learn-media-col {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .sd-learn-awareness .row {
    row-gap: 28px;
  }
  .sd-learn-awareness.is-reverse .sd-learn-copy,
  .sd-learn-awareness.is-reverse .sd-learn-media-col {
    order: initial;
  }
  .sd-learn-copy .h2.title {
    font-size: 1.55rem;
  }
}
.sd-industry-layout .row > div:nth-child(4n+1) .sd-industry-card {
  border-radius: 24px 24px 24px 6px;
}
.sd-industry-layout .row > div:nth-child(4n+2) .sd-industry-card {
  border-radius: 24px 6px 24px 24px;
}
.sd-industry-layout .row > div:nth-child(4n+3) .sd-industry-card {
  border-radius: 6px 24px 24px 24px;
}
.sd-industry-layout .row > div:nth-child(4n+4) .sd-industry-card {
  border-radius: 24px 24px 6px 24px;
}
.sd-industry-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(242, 82, 13, 0.08);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 450ms ease, -webkit-box-shadow 450ms ease;
  transition: transform 450ms ease, box-shadow 450ms ease;
}
.sd-industry-card:hover {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
  -webkit-box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
          box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}
.sd-industry-card:hover .industry-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sd-industry-card .industry-thumb {
  position: relative;
  height: 150px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sd-industry-card .industry-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
}
.sd-industry-card .industry-shade {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(15, 23, 42, 0.45)));
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.45) 100%);
  pointer-events: none;
}
.sd-industry-card .industry-icon {
  position: absolute;
  left: 18px;
  top: 124px;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff;
  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;
  font-size: 20px;
  line-height: 1;
  -webkit-box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
          box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
}
.sd-industry-card .industry-icon i {
  display: block;
  line-height: 1;
}
.sd-industry-card .industry-body {
  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: 12px;
  padding: 34px 20px 20px;
  border-top: 0;
  background: #fff;
}
.sd-industry-card .industry-body .title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sd-industry-card .industry-arrow {
  display: none !important;
}
.sd-portfolio-meta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sd-portfolio-meta p {
  font-size: 13px;
  margin-bottom: 6px;
  opacity: 0.85;
}
.sd-portfolio-meta p strong {
  color: var(--theme-color1);
}
.sd-process-timeline {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
.sd-process-step {
  text-align: center;
  position: relative;
  padding: 20px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8eef5;
}
.sd-process-step .step-num {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: var(--theme-color1);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 14px;
}
.sd-process-step .h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.sd-process-step .text {
  font-size: 12px;
  line-height: 1.55;
  opacity: 0.75;
  margin: 0;
}
.sd-cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.sd-cta-buttons .theme-btn {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .sd-tech-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .sd-process-timeline {
    grid-template-columns: repeat(4, 1fr);
  }
  .sd-sidebar-sticky {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sd-block-section {
    padding: 50px 0;
  }
  .sd-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sd-process-timeline {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .sd-block-section {
    padding: 40px 0;
  }
  .sd-tech-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .sd-process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .sd-overview-card {
    padding: 24px 20px;
  }
  .sd-cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sd-cta-buttons .theme-btn {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  .sd-tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sd-process-timeline {
    grid-template-columns: 1fr;
  }
}

/***

====================================================================
    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;
  overflow: hidden;
  max-height: 380px;
}
.blog-details__img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .blog-details__img {
    max-height: 300px;
  }
  .blog-details__img img {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details__img {
    max-height: 220px;
  }
  .blog-details__img img {
    height: 220px;
  }
}

.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: 16px;
  color: var(--theme-color1-text-color);
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-color1-text-color);
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.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,
.blog-details__meta li span {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color2);
}
.blog-details__meta li a i,
.blog-details__meta li span i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.blog-details__inline-image {
  margin: 28px 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--theme-color-gray, #f5f7fa);
}

.blog-details__inline-image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-details__image-caption {
  padding: 12px 16px;
  font-size: 14px;
  color: var(--theme-color-gray-text, #666);
  text-align: center;
  background: var(--theme-color-white);
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__text-2 {
  font-size: 16px;
  line-height: 28px;
  color: var(--theme-color-gray-text, #666666);
  margin-bottom: 18px;
}

.blog-details__subtitle {
  font-size: 22px;
  line-height: 32px;
  color: #0e2207;
  margin: 34px 0 14px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__list {
  margin: 0 0 22px;
  padding-left: 22px;
}

.blog-details__list li {
  position: relative;
  list-style: disc;
  font-size: 16px;
  line-height: 28px;
  color: var(--theme-color-gray-text, #666666);
  margin-bottom: 8px;
  padding-left: 4px;
}

.blog-details__quote {
  margin: 24px 0 28px;
  padding: 18px 22px;
  border-left: 3px solid var(--theme-color1, #ff5e14);
  background: rgba(14, 34, 7, 0.03);
}

.blog-details__text-2 a,
.blog-details__list a,
.blog-details__quote a {
  color: #f2520d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-details__text-2 a:hover,
.blog-details__list a:hover,
.blog-details__quote a:hover {
  color: #c43d08;
}
.blog-details__quote p {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #0e2207;
  font-style: italic;
}

.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 #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  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;
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  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-color2-text-color);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
}

.room-heading {
  position: relative;
}
.room-heading .title {
  line-height: 1;
  margin-top: 0;
}
.room-heading .kodelisting-room-basic-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px;
}
@media (max-width: 575.98px) {
  .room-heading .kodelisting-room-basic-info {
    display: inline-block;
  }
}
.room-heading .kodelisting-room-basic-info li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  padding: 5px 0;
  margin-right: 30px;
}
.room-heading .kodelisting-room-basic-info li i {
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-right: 10px;
}
.room-heading .kodelisting-room-basic-info li .csrbi-text {
  font-size: 14px;
  white-space: nowrap;
}

.kodelisting-room-booking {
  background-color: var(--theme-color-white);
  position: relative;
}
.kodelisting-room-booking .kodelisting-room-booking-wrap {
  background: transparent;
  border-radius: 8px;
  border: 1px solid var(--theme-color2);
  padding: 50px 45px 55px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  .kodelisting-room-booking .kodelisting-room-booking-wrap {
    padding: 40px 15px;
  }
}
.kodelisting-room-booking .room-booking-title {
  margin-bottom: 32px;
}
.kodelisting-room-booking .room-booking-title .title {
  font-size: 24px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
}
.kodelisting-room-booking .room-booking-title .base-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.kodelisting-room-booking .reservation-form .checkbox-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  padding: 10px 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.kodelisting-room-booking .reservation-form {
  /* Hide default checkbox */
}
.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
  background-color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.kodelisting-room-booking .reservation-form {
  /* Checked style */
}
.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--theme-color2); /* brownish color */
}
.kodelisting-room-booking .reservation-form .checkbox-label {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kodelisting-room-booking .reservation-form .checkbox-price {
  color: var(--text-color);
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .summary {
  padding: 15px 0;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content {
  color: var(--text-color);
  border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  padding-bottom: 5px;
  padding-top: 8px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  font-style: normal;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  width: 16px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content .amount {
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.kodelisting-room-booking .reservation-form .btn-style-one {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.kodelisting-room-booking .reservation-form .btn-style-one:hover {
  color: var(--theme-color-dark);
}
.kodelisting-room-booking .reservation-form .btn-style-one:before {
  background: var(--theme-color1);
}
.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
  background: none;
  border-color: rgba(var(--theme-color2-rgb), 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: var(--text-color);
  font-size: 0.875rem;
  height: 48px;
  line-height: 35px;
}
.kodelisting-room-booking .form-select::-webkit-input-placeholder, .kodelisting-room-booking .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::-moz-placeholder, .kodelisting-room-booking .form-control::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select:-ms-input-placeholder, .kodelisting-room-booking .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::-ms-input-placeholder, .kodelisting-room-booking .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.kodelisting-room-booking .nice-select::before {
  top: 6px;
}

/*** 

====================================================================
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: 5px;
  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-color1);
  color: var(--theme-color1-text-color);
  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-color1-text-color);
  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-color1-text-color);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color1-text-color);
}
.sidebar__search-form input[type=search]::-moz-placeholder {
  color: var(--theme-color1-text-color);
}
.sidebar__search-form input[type=search]:-ms-input-placeholder {
  color: var(--theme-color1-text-color);
}
.sidebar__search-form input[type=search]::-ms-input-placeholder {
  color: var(--theme-color1-text-color);
}
.sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color1-text-color);
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--theme-color1-text-color);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 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-light-background-text-color);
  background-color: var(--theme-color-silver);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.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;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 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: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 4px;
}
.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-light-background-text-color);
  background-color: var(--theme-color-silver);
  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 .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: var(--theme-color1);
  -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: var(--theme-color1);
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  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 .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin: 0;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: var(--theme-color1-text-color);
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 0;
  margin-top: 0;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  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 .sidebar__title {
  margin-bottom: 25px;
}

.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-color2-text-color);
}
.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-color1-text-color);
  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: #0e2207;
}
.sidebar__comments-text-box p a,
.sidebar__comments-text-box .h5,
.sidebar__comments-text-box a {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__comments-text-box p a:hover,
.sidebar__comments-text-box .h5:hover,
.sidebar__comments-text-box a:hover {
  color: #0e2207;
}

/*** 

====================================================================
    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 #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@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;
    padding-bottom: 36px;
    margin-bottom: 36px;
    gap: 0;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }
}
.comment-one .comment-one__content .h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-black);
  margin-bottom: 16px;
  padding-right: 110px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content .h3 {
    padding-right: 0;
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  word-break: break-word;
}
.comment-one .comment-one__btn {
  padding: 8px 22px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__btn {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .comment-one .comment-one__btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

.blog-reply-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(var(--theme-color1-rgb), 0.08);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
  font-size: 14px;
  color: var(--headings-color);
}
.blog-reply-notice[hidden] {
  display: none !important;
}
.blog-reply-notice__name,
.blog-reply-notice strong {
  color: var(--theme-color1);
  font-weight: 700;
}
.blog-reply-cancel {
  border: none;
  background: transparent;
  color: var(--theme-color1);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.comment-one__reply-to {
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--theme-color-gray-text, #666);
}
.comment-one__reply-to span {
  color: var(--theme-color1);
  font-weight: 700;
}
.comment-one__single--reply {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .comment-one__single--reply {
    margin-left: 0;
    padding-left: 16px;
    border-left: 3px solid rgba(var(--theme-color1-rgb), 0.25);
  }
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.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: 20px;
}

.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: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.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 {
  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(--theme-color1-text-color);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .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: #eef0f6;
  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: var(--theme-color2);
  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;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--headings-color);
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
  color: #111;
}
.team-contact-form input[type=text]::-webkit-input-placeholder, .team-contact-form input[type=email]::-webkit-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::-moz-placeholder, .team-contact-form input[type=email]::-moz-placeholder {
  color: #111;
}
.team-contact-form input[type=text]:-ms-input-placeholder, .team-contact-form input[type=email]:-ms-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::-ms-input-placeholder, .team-contact-form input[type=email]::-ms-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::placeholder,
.team-contact-form input[type=email]::placeholder {
  color: #111;
}
.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}
.team-contact-form textarea::-webkit-input-placeholder {
  color: #111;
}
.team-contact-form textarea::-moz-placeholder {
  color: #111;
}
.team-contact-form textarea:-ms-input-placeholder {
  color: #111;
}
.team-contact-form textarea::-ms-input-placeholder {
  color: #111;
}
.team-contact-form textarea::placeholder {
  color: #111;
}
.team-contact-form .sec-title .sub-title {
  color: var(--text-color);
}
.team-contact-form .sec-title .section-title__title {
  color: var(--headings-color);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}

.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;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 43px 50px 50px;
  z-index: 1;
}

.project-details__details-list {
  position: relative;
  display: block;
}
.project-details__details-list li {
  position: relative;
  display: block;
}
.project-details__details-list li + li {
  margin-top: 24px;
}

.project-details__client {
  font-size: 16px;
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 16px;
  line-height: 24px;
}

.project-details__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.project-details__social a {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.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-color1);
  color: var(--theme-color1-text-color);
  border: 2px solid var(--theme-color1);
}
.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;
}

/***

====================================================================
        Contact
====================================================================

***/
.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: start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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-color1-text-color);
  font-size: 25px;
  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;
  width: 25px;
  height: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color2);
}
.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:last-child .text span {
  display: block;
  text-align: left;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: break-word;
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

/* ═══ Service detail UI (sd-ui-library) ═══ */

/* ═══ 1. OUR SOLUTION — horizontal stepper ═══ */
.sd-solution-horizontal {
  margin-top: 28px;
  position: relative;
}
.sd-solution-horizontal-scroll {
  position: relative;
  padding-top: 8px;
}
.sd-solution-horizontal-line {
  position: absolute;
  top: 36px;
  left: 8%;
  right: 8%;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(var(--theme-color1-rgb), 0.1) 0%,
    rgba(var(--theme-color1-rgb), 0.45) 15%,
    rgba(var(--theme-color1-rgb), 0.45) 85%,
    rgba(var(--theme-color1-rgb), 0.1) 100%
  );
  z-index: 0;
  pointer-events: none;
}
.sd-solution-horizontal-inner {
  display: flex;
  align-items: stretch;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.sd-solution-step {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sd-solution-step-dot {
  position: relative;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 22px;
  box-shadow: 0 0 0 6px var(--theme-color-white), 0 0 0 8px rgba(var(--theme-color1-rgb), 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sd-solution-step-dot .step-num {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  background: var(--theme-color2);
  color: var(--theme-color2-text-color);
  box-shadow: 0 4px 10px rgba(var(--theme-color2-rgb), 0.25);
}
.sd-solution-step:hover .sd-solution-step-dot {
  transform: scale(1.1);
  box-shadow: 0 0 0 6px var(--theme-color-white), 0 0 0 10px rgba(var(--theme-color1-rgb), 0.38);
}
.sd-solution-step-card {
  width: 100%;
  flex: 1;
  padding: 20px 14px 18px;
  border-radius: 16px;
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.12);
  box-shadow: 0 6px 24px rgba(var(--theme-color2-rgb), 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.sd-solution-step:hover .sd-solution-step-card {
  transform: translateY(-8px);
  border-color: rgba(var(--theme-color1-rgb), 0.35);
  box-shadow: 0 16px 40px rgba(var(--theme-color1-rgb), 0.14);
}
.sd-solution-step-card .h5.title {
  margin-bottom: 8px;
  font-size: 17px;
}
.sd-solution-step-card .text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

/* ═══ 2. FEATURES — tabbed product panel ═══ */
.sd-feature-tabs {
  margin-top: 36px;
  border-radius: 16px;
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  box-shadow: 0 8px 40px rgba(var(--theme-color2-rgb), 0.06);
  overflow: hidden;
}
.sd-feature-tablist {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.sd-feature-tab {
  position: relative;
  flex: 1 1 0;
  min-width: 148px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 22px 16px 24px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  transition: background 0.25s ease;
}
.sd-feature-tab:hover {
  background: rgba(var(--theme-color1-rgb), 0.03);
}
.sd-feature-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--theme-color1);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.sd-feature-tab.is-active::after {
  transform: scaleX(1);
}
.sd-feature-tab-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #2b3544 0%, #1a222d 100%);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 6px 16px rgba(26, 34, 45, 0.28);
}
.sd-feature-tab.is-active .sd-feature-tab-icon {
  background: linear-gradient(145deg, var(--theme-color1) 0%, rgba(var(--theme-color1-rgb), 0.78) 100%);
  box-shadow: 0 8px 18px rgba(var(--theme-color1-rgb), 0.35);
}
.sd-feature-tab-copy {
  min-width: 0;
}
.sd-feature-tab-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--headings-color);
  margin-bottom: 4px;
}
.sd-feature-tab-sub {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--text-color);
  opacity: 0.78;
}
.sd-feature-panels {
  position: relative;
}
.sd-feature-panel {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: center;
  padding: 40px 44px 44px;
  animation: sdFeatureFade 0.35s ease;
}
.sd-feature-panel.is-active {
  display: grid;
}
@keyframes sdFeatureFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.sd-feature-panel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color1);
  background: rgba(var(--theme-color1-rgb), 0.1);
}
.sd-feature-panel-badge i {
  font-size: 11px;
}
.sd-feature-panel-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--headings-color);
}
.sd-feature-panel-text {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color);
  max-width: 46ch;
}
.sd-feature-panel-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 14px;
}
.sd-feature-panel-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--headings-color);
  font-weight: 500;
}
.sd-feature-panel-list .ico {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(var(--theme-color1-rgb), 0.12);
  color: var(--theme-color1);
  font-size: 13px;
}
.sd-feature-panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 10px;
  background: var(--theme-color1);
  color: var(--theme-color1-text-color) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(var(--theme-color1-rgb), 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.sd-feature-panel-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(var(--theme-color1-rgb), 0.36);
  color: var(--theme-color1-text-color) !important;
}
.sd-feature-panel-media {
  position: relative;
  border-radius: 18px;
  padding: 16px 14px 18px;
  background:
    linear-gradient(160deg, rgba(var(--theme-color1-rgb), 0.16) 0%, #fff6ef 46%, rgba(var(--theme-color1-rgb), 0.08) 100%);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.12);
  overflow: hidden;
}
.sd-feature-panel-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.55;
  pointer-events: none;
}
.sd-feature-panel-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(26, 34, 45, 0.12);
}
.sd-feature-panel-float {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}
.sd-feature-panel-float span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #2b3544 0%, #1a222d 100%);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 10px 22px rgba(26, 34, 45, 0.3);
}
.sd-feature-panel-float span:last-child {
  margin-left: 14px;
  background: linear-gradient(145deg, var(--theme-color1) 0%, rgba(var(--theme-color1-rgb), 0.8) 100%);
}

.sd-feat-shot {
  position: relative;
  z-index: 1;
  text-align: center;
}
.sd-feat-shot-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 auto 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--theme-color1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(26, 34, 45, 0.08);
}
.sd-feat-shot-badge i { font-size: 10px; }
.sd-feat-shot-head {
  margin: 0 0 12px;
  color: #1a222d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}
.sd-feat-shot-app {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 228px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(26, 34, 45, 0.12);
  overflow: hidden;
  text-align: left;
}
.sd-feat-shot-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 8px;
  background: #f7f8fa;
  border-right: 1px solid #eef0f3;
}
.sd-feat-shot-nav span {
  padding: 6px 8px;
  border-radius: 8px;
  color: #6b7280;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
}
.sd-feat-shot-nav span.is-on {
  background: var(--theme-color1);
  color: #fff;
}
.sd-feat-shot-stage {
  padding: 12px 12px 10px;
  min-width: 0;
}
.sd-fs-title {
  margin: 0 0 8px;
  color: #1a222d;
  font-size: 11px;
  font-weight: 800;
}
.sd-fs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  padding: 7px 8px;
  border-radius: 8px;
  background: #f7f8fa;
  color: #4b5563;
  font-size: 10px;
  font-weight: 600;
}
.sd-fs-row b { color: #1a222d; }
.sd-fs-row .up { color: #16a34a; }
.sd-fs-row .dn { color: #dc2626; }
.sd-fs-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 8px;
}
.sd-fs-stat {
  padding: 8px 6px;
  border-radius: 8px;
  background: #fff6ef;
  text-align: center;
}
.sd-fs-stat b {
  display: block;
  color: #1a222d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}
.sd-fs-stat span {
  color: #6b7280;
  font-size: 8px;
  font-weight: 700;
}
.sd-fs-chart {
  height: 72px;
  margin-bottom: 8px;
  border-radius: 10px;
  background:
    linear-gradient(#eef0f3 1px, transparent 1px) 0 0 / 100% 18px,
    #fbfcfd;
  position: relative;
  overflow: hidden;
}
.sd-fs-chart svg {
  position: absolute;
  inset: 8px 6px 4px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
.sd-fs-devices {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  height: 160px;
  padding-top: 8px;
}
.sd-fs-phone, .sd-fs-tablet, .sd-fs-desk {
  border: 2px solid #1a222d;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(26, 34, 45, 0.08);
  overflow: hidden;
}
.sd-fs-phone { width: 42px; height: 78px; border-radius: 8px; }
.sd-fs-tablet { width: 70px; height: 96px; }
.sd-fs-desk { width: 118px; height: 78px; border-radius: 8px; }
.sd-fs-screen {
  height: 100%;
  background:
    linear-gradient(#f2520d 0 10px, transparent 10px) 0 0 / 100% 100%,
    repeating-linear-gradient(#eef0f3 0 6px, transparent 6px 12px);
  background-color: #fff;
}
.sd-fs-gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.sd-fs-ring {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: conic-gradient(var(--theme-color1) 0 78%, #eee 78% 100%);
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}
.sd-fs-ring span {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: #1a222d;
  font-size: 16px;
  font-weight: 800;
}
.sd-fs-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.sd-fs-chip {
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff6ef;
  color: var(--theme-color1);
  font-size: 9px;
  font-weight: 800;
}
.sd-fs-swatches { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.sd-fs-swatch {
  height: 42px;
  border-radius: 8px;
}
.sd-fs-map {
  height: 150px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 62% 48%, var(--theme-color1) 0 7px, transparent 8px),
    linear-gradient(135deg, #fde7d8 0%, #fff 55%, #f3f4f6 100%);
  position: relative;
}
.sd-fs-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  height: 150px;
}
.sd-fs-node {
  flex: 1;
  height: 54px;
  border-radius: 10px;
  background: #fff6ef;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.2);
  display: grid;
  place-items: center;
  color: #1a222d;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  padding: 6px;
}
.sd-fs-mail {
  height: 158px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eef0f3;
  overflow: hidden;
}
.sd-fs-mail-bar { height: 18px; background: var(--theme-color1); }
.sd-fs-mail-body { padding: 10px; }
.sd-fs-mail-body i {
  display: block;
  height: 6px;
  border-radius: 4px;
  background: #e5e7eb;
  margin-bottom: 6px;
}
.sd-fs-mail-body i:nth-child(1) { width: 70%; background: #1a222d; height: 8px; }
.sd-fs-mail-body i:nth-child(2) { width: 92%; }
.sd-fs-mail-body i:nth-child(3) { width: 84%; }
.sd-fs-mail-body i:nth-child(4) { width: 60%; }
.sd-fs-cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.sd-fs-cal i {
  height: 22px;
  border-radius: 5px;
  background: #f3f4f6;
}
.sd-fs-cal i.on { background: var(--theme-color1); }
.sd-fs-cal i.mid { background: #fdc7a8; }
.sd-fs-ab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 150px;
}
.sd-fs-ab > div {
  border-radius: 10px;
  padding: 10px 8px;
  background: #f7f8fa;
  text-align: center;
}
.sd-fs-ab b { display: block; font-size: 18px; color: #1a222d; }
.sd-fs-ab span { font-size: 9px; font-weight: 700; color: #6b7280; }
.sd-fs-ab .win { background: #fff6ef; outline: 2px solid var(--theme-color1); }

@media only screen and (max-width: 991px) {
  .sd-feature-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 24px 32px;
  }
  .sd-feature-panel-title {
    font-size: 24px;
  }
  .sd-feature-panel-media {
    order: -1;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sd-feature-tabs {
    border-radius: 14px;
  }
  .sd-feature-tab {
    flex: 0 0 170px;
    min-width: 170px;
    padding: 18px 14px 20px;
  }
  .sd-feature-tab-title {
    font-size: 13px;
  }
  .sd-feature-panel {
    padding: 24px 18px 28px;
  }
  .sd-feature-panel-title {
    font-size: 22px;
  }
  .sd-feature-panel-media {
    padding: 14px 12px 16px;
  }
  .sd-feat-shot-app {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .sd-feat-shot-nav {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid #eef0f3;
    padding: 8px;
  }
  .sd-feature-panel-float {
    display: none;
  }
}

/* ═══ 3. OUTCOMES — bento masonry grid ═══ */
.sd-outcome-wrap {
  margin-top: 28px;
}
.sd-outcome-bento {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr 1.05fr 1.2fr 1.05fr;
  grid-template-rows: minmax(160px, 1fr) minmax(140px, 0.95fr) minmax(160px, 1fr);
  gap: 16px;
  grid-template-areas:
    "a b c d e"
    "a b c d e"
    "f b c d g";
  min-height: 540px;
}
.sd-out-a { grid-area: a; }
.sd-out-b { grid-area: b; }
.sd-out-c { grid-area: c; }
.sd-out-d { grid-area: d; }
.sd-out-e { grid-area: e; }
.sd-out-f { grid-area: f; }
.sd-out-g { grid-area: g; }

.sd-out-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 24px;
  overflow: hidden;
  min-height: 0;
  isolation: isolate;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sd-out-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(var(--theme-color2-rgb), 0.14);
}
.sd-out-tile-img {
  color: #fff;
  background: #1a222d;
}
.sd-out-tile-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  -webkit-filter: none;
          filter: none;
  transform: none;
  transition: transform 0.6s ease;
}
.sd-out-tile-img:hover img {
  transform: scale(1.04);
}
.sd-out-tile-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(10, 14, 20, 0.08) 8%,
    rgba(10, 14, 20, 0.42) 48%,
    rgba(10, 14, 20, 0.92) 100%
  );
  pointer-events: none;
}
.sd-out-tile-body {
  position: relative;
  z-index: 2;
  padding: 22px 20px;
}
.sd-out-tile-title {
  margin: 0;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: inherit;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.sd-out-tile-text {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.sd-out-tile-stat {
  justify-content: center;
  padding: 24px 22px;
  background: linear-gradient(145deg, #f4a574 0%, #e8783a 55%, var(--theme-color1) 100%);
  color: #fff;
}
.sd-out-stat-value {
  display: block;
  font-size: clamp(36px, 3.2vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  text-shadow: none;
}
.sd-out-tile-stat .sd-out-stat-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  max-width: 20ch;
  color: rgba(255, 255, 255, 0.96);
}

.sd-out-tile-cta {
  justify-content: space-between;
  gap: 18px;
  padding: 28px 24px;
  background: linear-gradient(165deg, #eef3f8 0%, #d5e0eb 100%);
  color: #15202b;
}
.sd-out-tile-cta .sd-out-cta-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sd-out-tile-cta .sd-out-cta-label {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--theme-color1);
  background: rgba(var(--theme-color1-rgb), 0.12);
}
.sd-out-tile-cta .sd-out-tile-title {
  font-size: clamp(20px, 1.4vw, 26px);
  text-shadow: none;
  margin: 0;
}
.sd-out-tile-cta .sd-out-tile-text {
  color: #3a4a58;
  text-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.sd-out-tile-cta .sd-out-cta-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.sd-out-tile-cta .sd-out-cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: #24313d;
}
.sd-out-tile-cta .sd-out-cta-list i {
  color: var(--theme-color1);
  margin-top: 2px;
  font-size: 12px;
}
.sd-out-tile-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1f2933;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(31, 41, 51, 0.18);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.sd-out-tile-cta-btn:hover {
  background: var(--theme-color1);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(var(--theme-color1-rgb), 0.28);
}


.sd-out-tile-motto {
  justify-content: center;
  padding: 26px 22px;
  background: linear-gradient(160deg, #243039 0%, #151b22 100%);
  color: #fff;
}
.sd-out-tile-motto .sd-out-wave {
  display: block;
  width: 54px;
  height: 10px;
  margin-bottom: 16px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 10' fill='none'%3E%3Cpath d='M1 5c4-6 8 6 12 0s8 6 12 0 8 6 12 0 8 6 12 0' stroke='%23F2520D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.sd-out-tile-motto .sd-out-tile-title {
  font-size: clamp(20px, 1.5vw, 28px);
  text-shadow: none;
}
.sd-out-tile-motto .sd-out-tile-text {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: none;
  font-size: 14px;
}

@media only screen and (max-width: 1199px) {
  .sd-outcome-bento {
    grid-template-columns: 1.1fr 1.2fr 1.1fr 1.2fr;
    grid-template-rows: minmax(150px, auto) minmax(130px, auto) minmax(150px, auto);
    grid-template-areas:
      "a b d e"
      "a b d c"
      "f b d g";
    min-height: 0;
  }
  .sd-out-c {
    min-height: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .sd-outcome-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    grid-auto-rows: minmax(180px, auto);
    grid-template-areas:
      "a b"
      "d e"
      "f c"
      "g g";
    gap: 14px;
  }
  .sd-out-b,
  .sd-out-d,
  .sd-out-a {
    min-height: 250px;
  }
  .sd-out-g {
    min-height: 210px;
  }
  .sd-out-c {
    min-height: 190px;
  }
}

@media only screen and (max-width: 575px) {
  .sd-outcome-wrap {
    margin-top: 12px;
  }
  .sd-outcome-bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "f"
      "d"
      "e"
      "c"
      "g";
    gap: 12px;
  }
  .sd-out-tile {
    border-radius: 20px;
    min-height: 190px;
  }
  .sd-out-a,
  .sd-out-b,
  .sd-out-d {
    min-height: 270px;
  }
  .sd-out-f,
  .sd-out-e,
  .sd-out-c {
    min-height: 170px;
  }
  .sd-out-tile-body {
    padding: 18px 16px;
  }
  .sd-out-tile-title {
    font-size: 20px;
  }
  .sd-out-tile-text {
    font-size: 14px;
  }
  .sd-out-stat-value {
    font-size: 42px;
  }
}

/* ── Responsive ── */
@media only screen and (max-width: 1199px) {
  .sd-solution-horizontal-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sd-solution-horizontal-inner {
    flex-wrap: nowrap;
    gap: 16px;
    min-width: min-content;
    padding-bottom: 4px;
  }
  .sd-solution-step {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }
  .sd-solution-horizontal-line {
    left: 60px;
    right: 60px;
  }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
  .sd-solution-step {
    flex: 0 0 200px;
  }
  .sd-solution-step-dot {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .sd-solution-step-card {
    padding: 16px 12px 14px;
  }
  .sd-solution-step-card .h5.title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .sd-solution-step {
    flex: 0 0 180px;
  }
  .sd-solution-step-dot {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

/* Solution + Features: stacked on small devices */
@media only screen and (max-width: 991px) {
  .sd-solution-horizontal-scroll {
    overflow: visible !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    scroll-snap-type: none !important;
  }
  .sd-solution-horizontal-inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    min-width: 0 !important;
    gap: 18px !important;
    padding-left: 28px;
    position: relative;
  }
  .sd-solution-horizontal-line {
    top: 12px !important;
    bottom: 12px !important;
    left: 27px !important;
    right: auto !important;
    width: 3px !important;
    height: auto !important;
    background: linear-gradient(
      180deg,
      rgba(var(--theme-color1-rgb), 0.1) 0%,
      rgba(var(--theme-color1-rgb), 0.45) 15%,
      rgba(var(--theme-color1-rgb), 0.45) 85%,
      rgba(var(--theme-color1-rgb), 0.1) 100%
    ) !important;
  }
  .sd-solution-step {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 16px;
    scroll-snap-align: none !important;
  }
  .sd-solution-step-dot {
    margin-bottom: 0 !important;
    z-index: 1;
  }
  .sd-solution-step-card {
    text-align: left;
  }
  .sd-solution-step:hover .sd-solution-step-card {
    transform: translateY(-4px);
  }
}

@media only screen and (max-width: 767px) {
  .sd-feature-tablist {
    flex-direction: column !important;
    overflow-x: visible !important;
    border-bottom: 0 !important;
  }
  .sd-feature-tab {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    padding: 16px 16px 18px !important;
  }
  .sd-feature-tab::after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 3px;
    height: auto;
    transform: scaleY(0);
    transform-origin: center;
  }
  .sd-feature-tab.is-active::after {
    transform: scaleY(1);
  }
  .sd-feature-panel {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 22px 16px 26px !important;
  }
  .sd-feature-panel-media {
    order: -1;
    max-width: 100%;
    margin: 0;
  }
  .sd-feature-panel-title {
    font-size: 20px !important;
  }
  .sd-feature-panel-text {
    max-width: none;
  }
  .sd-solution-horizontal-inner {
    padding-left: 22px;
  }
  .sd-solution-horizontal-line {
    left: 21px !important;
  }
  .sd-solution-step {
    gap: 12px;
  }
  .sd-solution-step-dot {
    width: 44px !important;
    height: 44px !important;
    font-size: 16px !important;
  }
  .sd-solution-step-card {
    padding: 16px 14px !important;
  }
  .sd-solution-step-card .h5.title {
    font-size: 16px !important;
  }
}

/* ═══ Blog pagination (not theme-btn — those are CTA shapes) ═══ */
.blog-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.18);
  background: var(--theme-color-white);
  color: var(--headings-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 4px 14px rgba(var(--theme-color2-rgb), 0.06);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.blog-pagination__link:hover,
.blog-pagination__link.is-active {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  transform: translateY(-2px);
}
.blog-pagination__link--nav {
  min-width: 92px;
  padding: 0 18px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.blog-pagination__link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}
.blog-pagination__link i {
  font-size: 12px;
}

/* Case study enhancements — uses existing project-details theme */
.project-details__intro {
  margin-top: 40px;
}
.project-details__intro .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
  margin-bottom: 0;
}
.project-details__cats {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color1);
}
.project-details__stats {
  margin-top: 30px;
  margin-bottom: 10px;
}
.project-details__stat-box {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 22px 14px;
  text-align: center;
  height: 100%;
}
.project-details__stat-box .count-box {
  font-size: 30px;
  font-weight: 700;
  color: var(--theme-color1);
  line-height: 1.2;
}
.project-details__stat-box p {
  margin: 8px 0 0;
  font-size: 13px;
  color: #838d9e;
  line-height: 1.5;
}
.project-details__point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-details__point-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  line-height: 1.75;
}
.project-details__point-list li:last-child {
  margin-bottom: 0;
}
.project-details__point-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--theme-color1);
  font-size: 14px;
}
.project-details__block {
  margin-top: 50px;
  padding: 36px 30px;
  border-radius: 12px;
  background-color: #f5f5f5;
}
.project-details__block--challenges {
  margin-top: 28px;
}
.project-details .project-details__content-right {
  margin-top: 31px;
}
.project-details .project-details__details-box {
  padding: 26px 28px 28px;
}
.project-details .project-details__details-list li + li {
  margin-top: 12px;
}
.project-details .project-details__client {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
}
.project-details .project-details__name {
  font-size: 15px;
  line-height: 22px;
}
.project-details .project-details__details-list .h4 {
  margin-bottom: 0;
}
.project-details__block--results {
  background: linear-gradient(135deg, rgba(242, 82, 13, 0.08) 0%, rgba(242, 82, 13, 0.02) 100%);
  border: 1px solid rgba(242, 82, 13, 0.12);
}
.project-details__block-head {
  margin-bottom: 28px;
  max-width: 640px;
}
.project-details__block-head .sub-title {
  color: var(--theme-color1);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.project-details__block-head .title {
  margin-bottom: 10px;
}
.project-details__block-head .text {
  margin: 0;
  color: #838d9e;
  line-height: 1.75;
}
.project-details__challenge-card {
  position: relative;
  height: 100%;
  padding: 28px 22px 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ece9e0;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project-details__challenge-card:hover {
  border-color: var(--theme-color1);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 40px rgba(242, 82, 13, 0.1);
          box-shadow: 0 16px 40px rgba(242, 82, 13, 0.1);
}
.project-details__challenge-card .card-num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(242, 82, 13, 0.35);
}
.project-details__challenge-card .card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 82, 13, 0.1);
  color: var(--theme-color1);
  font-size: 22px;
}
.project-details__challenge-card .title {
  margin-bottom: 10px;
}
.project-details__challenge-card .text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #838d9e;
}
.project-details__result-card {
  height: 100%;
  padding: 26px 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(242, 82, 13, 0.15);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project-details__result-card:hover {
  border-color: var(--theme-color1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 14px 36px rgba(242, 82, 13, 0.12);
          box-shadow: 0 14px 36px rgba(242, 82, 13, 0.12);
}
.project-details__result-card .result-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--theme-color1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.project-details__result-card .result-badge i {
  font-size: 13px;
}
.project-details__result-card .title {
  margin-bottom: 10px;
}
.project-details__result-card .text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5c6678;
}
.project-details__block--approach {
  background: #fff;
  border: 1px solid #ece9e0;
  padding-bottom: 28px;
}
.project-details__block--approach .faq-box {
  margin-top: 0;
}
.project-details__content-left .faq-box {
  margin-top: 0;
}
.project-details__gallery {
  margin-top: 50px;
}
.project-details__testimonial {
  margin-top: 50px;
  padding: 28px 30px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.project-details__testimonial .quote {
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 14px;
}
.project-details__testimonial .author {
  font-size: 15px;
  color: var(--headings-color);
}
.project-details .project-details__pagination-box {
  margin-top: 36px;
}
.project-details__pagination li.next a.project-details__pagination-link,
.project-details__pagination li.previous a.project-details__pagination-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #757873;
  font-size: 14px;
  font-weight: 400;
  gap: 0;
}
.project-details__pagination li.next a.project-details__pagination-link:hover,
.project-details__pagination li.previous a.project-details__pagination-link:hover {
  color: var(--theme-color1);
}
.project-details__pagination li.next a.project-details__pagination-link:hover i,
.project-details__pagination li.previous a.project-details__pagination-link:hover i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border-color: var(--theme-color1);
}
.project-details__pagination li.previous a.project-details__pagination-link .content {
  text-align: right;
}
@media (max-width: 767.98px) {
  .project-details__content-right {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .project-details__stat-box .count-box {
    font-size: 24px;
  }
  .project-details__stat-box p {
    font-size: 12px;
  }
  .project-details__pagination-box {
    margin-top: 28px;
  }
  .project-details__block {
    margin-top: 36px;
    padding: 24px 18px;
  }
  .project-details__challenge-card {
    text-align: left;
    padding-top: 24px;
  }
  .project-details__challenge-card .card-icon {
    margin: 0 0 14px;
  }
}
@media (max-width: 575.98px) {
  .project-details__intro .h2.title {
    font-size: 26px;
  }
}

/* Service page — featured case study */
.sd-case-feature {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 28px;
}
.sd-case-feature__image {
  border-radius: 10px;
  overflow: hidden;
}
.sd-case-feature__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.sd-case-feature__content .h6.sub-title {
  margin-bottom: 8px;
}
.sd-case-feature__content .h3.title {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.3;
}
.sd-case-feature__content .text {
  margin-bottom: 18px;
  color: #757873;
}
.sd-case-feature__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 22px;
}
.sd-case-feature__metrics li {
  font-size: 14px;
  color: #757873;
}
.sd-case-feature__metrics li strong {
  color: var(--theme-color1);
  font-weight: 700;
  margin-right: 4px;
}
@media (max-width: 767.98px) {
  .sd-case-feature {
    padding: 20px;
  }
  .sd-case-feature__content .h3.title {
    font-size: 22px;
  }
}

/* Case study — before / after comparison */
.cs-before-after-wrap {
  width: 100%;
}
.cs-before-after {
  border-radius: 12px;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.cs-before-after__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 520px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #1a1a1a;
  cursor: col-resize;
}
.cs-before-after__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
.cs-before-after__after {
  z-index: 1;
}
.cs-before-after__before-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  z-index: 2;
}
.cs-before-after__before-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.cs-before-after__before {
  object-position: left center;
}
.cs-before-after__label {
  position: absolute;
  top: 14px;
  z-index: 6;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  pointer-events: none;
}
.cs-before-after__label--before {
  left: 14px;
}
.cs-before-after__label--after {
  right: 14px;
}
.cs-before-after__handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 5;
  cursor: col-resize;
}
.cs-before-after__handle-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.cs-before-after__handle-grip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: 3px solid #fff;
}
.cs-before-after.is-dragging .cs-before-after__handle-grip,
.cs-before-after__handle:focus .cs-before-after__handle-grip {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) scale(1.05);
}
@media (max-width: 991.98px) {
  .cs-before-after__inner {
    aspect-ratio: 16 / 10;
    max-height: 440px;
  }
}
@media (max-width: 767.98px) {
  .cs-before-after__inner {
    aspect-ratio: 4 / 3;
    max-height: 360px;
  }
  .cs-before-after__handle-grip {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .cs-before-after__label {
    font-size: 10px;
    padding: 4px 10px;
  }
}

/* About page — mission & vision */
.about-mv-section {
  position: relative;
}
.about-mv-section .sec-title {
  margin-bottom: 48px;
}
.about-mv-section .sec-title .text {
  max-width: 620px;
  margin: 14px auto 0;
  color: #757873;
}
.about-mv-card {
  height: 100%;
  padding: 36px 32px 32px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ece9e0;
  transition: all 400ms ease;
}
.about-mv-card:hover {
  border-color: var(--theme-color1);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(242, 82, 13, 0.1);
}
.about-mv-card .card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 82, 13, 0.1);
  color: var(--theme-color1);
  font-size: 26px;
}
.about-mv-card .title {
  margin-bottom: 14px;
}
.about-mv-card > .text {
  margin-bottom: 22px;
  color: #5c6368;
  line-height: 1.75;
}
.about-mv-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-mv-bullets li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  color: var(--headings-color);
  font-size: 15px;
  line-height: 1.6;
}
.about-mv-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--theme-color1);
}
.about-mv-bullets li:last-child {
  margin-bottom: 0;
}
.about-mv-stats {
  margin-top: 40px;
}
.about-mv-stat {
  text-align: center;
  padding: 28px 18px;
  background: #f8f7f4;
  border-radius: 12px;
  border: 1px solid #ddd8ce;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
.about-mv-stat .count-box {
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-color1);
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-mv-stat p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--headings-color);
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .about-mv-section .sec-title {
    margin-bottom: 32px;
  }
  .about-mv-card {
    padding: 28px 22px 24px;
  }
  .about-mv-stats {
    margin-top: 24px;
  }
  .about-mv-stat .count-box {
    font-size: 28px;
  }
}

/* Pricing page — intro */
.pricing-intro {
  margin-bottom: 50px;
}
.pricing-intro .sec-title .text {
  max-width: 760px;
  margin: 14px auto 0;
  color: #5c6368;
  line-height: 1.75;
}
.pricing-intro .sec-title .text strong {
  color: var(--headings-color);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .pricing-intro {
    margin-bottom: 36px;
  }
}

/* Pricing page — equal-height cards */
.pricing-plans .row {
  align-items: stretch;
}
.pricing-plans .pricing-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.pricing-plans .pricing-block .inner-block {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
}
.pricing-plans .pricing-block .inner-block .pricing-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 23px;
}
.pricing-plans .pricing-block .inner-block .pricing-card-top-icon {
  min-width: 0;
  container-type: inline-size;
}
.pricing-plans .pricing-block .inner-block .pricing-card-top .icon-one {
  margin-bottom: 0;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pricing-plans .pricing-block .inner-block.active .pricing-card-top .icon-one {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pricing-plans .pricing-block .inner-block:hover .pricing-card-top .icon-one {
  -webkit-transform: translateX(calc(100cqi - 100%));
          transform: translateX(calc(100cqi - 100%));
}
@supports not (width: 1cqi) {
  .pricing-plans .pricing-block .inner-block:hover .pricing-card-top .icon-one {
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
}
.pricing-plans .pricing-block .inner-block .pricing-card-top .cat {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 0;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pricing-plans .pricing-block .inner-block .title,
.pricing-plans .pricing-block .inner-block .text,
.pricing-plans .pricing-block .inner-block .price-box {
  grid-column: 1 / -1;
}
.pricing-plans .pricing-block .inner-block .list-style-one {
  grid-column: 1 / -1;
  flex: none;
  margin-bottom: 28px;
  align-self: start;
}
.pricing-plans .pricing-block .inner-block > .theme-btn {
  grid-column: 1 / -1;
  margin-top: 0;
  align-self: end;
}
.pricing-plans .pricing-block .inner-block .price-box .price {
  font-size: 48px;
}
.pricing-plans .pricing-block .inner-block .price-box .price span {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-block .inner-block .price-box .price {
    font-size: 34px;
  }
}

.sd-smm-ads-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-block .inner-block .content .icon.service-icon-fa {
  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;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--theme-color1-rgb), 0.14) 0%, rgba(var(--theme-color1-rgb), 0.04) 100%);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.22);
  margin-bottom: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .content .icon.service-icon-fa i {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block:hover .content .icon.service-icon-fa {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.service-block .inner-block:hover .content .icon.service-icon-fa i {
  color: var(--theme-color1-text-color);
}

/* Footer — inner pages only (homepage uses original Bootstrap columns) */
.footer-style-two .widgets-section .footer-column {
  margin-bottom: 0 !important;
}
.footer-style-two .widgets-section .links-widget > .widget-title,
.footer-style-two .widgets-section .links-widget > .h5.widget-title {
  text-align: left;
}
.footer-style-two .widgets-section .user-links li a {
  white-space: normal;
}

/* X logo — this FA build only has the old bird glyph (\f099), so draw X with an SVG mask */
.fa-brands.fa-twitter,
.fab.fa-twitter,
.fa-brands.fa-x-twitter,
.fab.fa-x-twitter {
  font-family: inherit !important;
  font-weight: 400;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.125em;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.fa-brands.fa-twitter::before,
.fab.fa-twitter::before,
.fa-brands.fa-x-twitter::before,
.fab.fa-x-twitter::before {
  content: none !important;
  display: none !important;
}
.footer-style-one .outer-box .footer-bottom .inner-container .social-icon li a .fa-twitter,
.footer-style-one .outer-box .footer-bottom .inner-container .social-icon li a .fa-x-twitter,
.footer-style-two .footer-bottom .inner-container .social-icon li a .fa-twitter,
.footer-style-two .footer-bottom .inner-container .social-icon li a .fa-x-twitter {
  font-size: 15px;
}

/* FA 6.0 has fa-shield, not fa-shield-halved */
.fa-solid.fa-shield-halved::before,
.fas.fa-shield-halved::before,
.fa-shield-halved::before {
  content: "\f132";
}


/* ==== SITEWIDE RESPONSIVE FIXES v224 ==== */

/* Prevent accidental horizontal scroll on small devices */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Home hero: allow title wrapping + bound image height on tablet/mobile */
@media (max-width: 991.98px) {
  .banner-section-slider .home-hero-slide .inner-content .title .title-line {
    white-space: normal;
  }
  .banner-section-slider .home-hero-slide .image-column .inner-column {
    padding-right: 0;
    margin-left: 0;
    margin-top: 24px;
  }
  .banner-section-slider .home-hero-slide .image-column .inner-column .image {
    max-width: 360px;
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .banner-section-slider .home-hero-slide .inner-content .title,
  .banner-section .outer-box .outer-container .banner-content .inner-content .title {
    font-size: clamp(28px, 8.5vw, 40px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
  }
  .banner-section-slider .home-hero-slide .image-column .inner-column .image {
    max-width: 280px;
    max-height: 340px;
  }
  .banner-section-slider .home-hero-slide .bottom-box,
  .banner-section .outer-box .outer-container .banner-content .inner-content .bottom-box {
    gap: 16px;
    min-height: 0;
  }
}

/* Testimonials: drop fixed overlap spacer on mobile */
@media (max-width: 767.98px) {
  .ks-testimonial-bottom {
    margin-top: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 28px 20px 24px !important;
  }
}

/* Service sidebar readability on phones */
@media (max-width: 575.98px) {
  .service-sidebar .service-sidebar-single {
    padding: 20px 16px !important;
  }
  .service-sidebar .service-sidebar-single-services .services-list li a {
    padding: 14px 14px !important;
    font-size: 15px !important;
    line-height: 1.35;
  }
  .service-sidebar .service-sidebar-single-contact-box .title .h2 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 18px !important;
    overflow-wrap: anywhere;
  }
}

/* Why Choose / funfact giant numbers */
@media (max-width: 767.98px) {
  .why-choose-us-section .outer-box .image-column .inner-column .funfact-box .count-box,
  .why-choose-us-section-two .image-column .inner-column .funfact-box .count-box,
  .funfact-block .count-box {
    font-size: clamp(48px, 14vw, 72px) !important;
    line-height: 1 !important;
  }
}

/* Footer contact grid */
@media (max-width: 991.98px) {
  .footer-style-two .upper-box .info-box {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
  }
}
@media (max-width: 575.98px) {
  .footer-style-two .upper-box .info-box {
    grid-template-columns: 1fr !important;
  }
  .footer-style-two .upper-box .info-box .info {
    min-width: 0;
  }
  .footer-style-two .upper-box .info-box .info .content .location,
  .footer-style-two .upper-box .info-box .info .content .number.one {
    overflow-wrap: anywhere;
  }
  .footer-style-two .footer-bottom .inner-container .social-icon {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

/* Blog detail meta wrap + image sizing */
@media (max-width: 767.98px) {
  .blog-details__meta {
    flex-wrap: wrap;
    gap: 8px 14px;
  }
  .blog-details__meta li + li {
    margin-left: 0;
  }
  .blog-details__title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  .blog-details__img {
    max-height: 240px;
  }
  .blog-details__img img {
    height: 240px;
  }
  .blog-details__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* Blog card images: consistent aspect ratio */
@media (max-width: 1199.98px) {
  .blog-block .inner-block .image-box .image,
  .blog-block .inner-block .image-box .image img {
    min-height: 0 !important;
  }
  .blog-block .inner-block .image-box .image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }
  .blog-block .inner-block .image-box .image img {
    height: 100%;
    object-fit: cover;
  }
}

/* Header phone icon default orientation on touch */
@media (hover: none) {
  .header-style-one .header-lower .inner-container .right-box .header-phone_box .icon,
  .header-style-two .header-lower .inner-container .right-box .header-phone_box .icon {
    transform: none !important;
  }
}

/* Contact forms: full-width controls */
@media (max-width: 575.98px) {
  .contact-form .form-group input,
  .contact-form .form-group textarea,
  .comment-form .form-control,
  .blog-comment-form .form-control {
    width: 100%;
    max-width: 100%;
  }
  .theme-btn {
    white-space: normal;
    text-align: center;
  }
}

/* Industry / learn cards on service pages */
@media (max-width: 575.98px) {
  .sd-learn-section,
  .why-choose-us-section {
    padding-left: 0;
    padding-right: 0;
  }
  .auto-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Keep service-detail / outcome media sharp without overriding card hover effects */
.services-details__img img,
.sd-chal-media img,
.sd-out-tile-img img,
.sd-feature-panel-media img {
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
}
.page-title .title,
.page-title .text,
.sd-chal-title,
.sd-chal-text,
.sd-out-tile-title,
.sd-out-tile-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
