/* Evolta - Electric Vichel Charging HTML Template

Template Name: Evolta
Version: 1.0.0
License: copyright commercial

/************ 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=Orbitron:wght@400..900&family=Wix+Madefor+Display:wght@400..800&display=swap");
@import url("animate.css");
@import url("aos.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticon-digitaal.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: #52c834;
  --theme-color2: #1c2029;
  --theme-color3: #10551f;
  --theme-color1-rgb: 82, 200, 52;
  --theme-color2-rgb: 28, 32, 41;
  --theme-color3-rgb: 16, 85, 31;
  --theme-color1-text-color: #ffffff;
  --theme-color2-text-color: #ffffff;
  --theme-color3-text-color: #ffffff;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255,255,255;
  --theme-color-lighter: #F8F8F8;
  --theme-color-lighter2: #F1F8F2;
  --theme-color-silver: #F5F5F5;
  --theme-color-silver2: #cccccc;
  --review-color: #FFAA18;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-dark: #051A25;
  --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: #595B62;
  --headings-color: #1C2029;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --body-font-family: "Wix Madefor Display", sans-serif;
  --heading-font-family: "Wix Madefor Display", sans-serif;
  --style-font-family: "Orbitron", sans-serif;
  --body-bg: #ffffff;
  --body-font-size: 16px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2625em;
  --line-height-heading-h2: 1.2em;
  --line-height-heading: 1.5em;
  --line-height-heading-small: 1.5em;
  --h1-font-size: 75px;
  --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: 500;
  --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: 14px;
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 24px;
  --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: 400;
  --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: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1760px;
}

.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;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

body {
  background-color: var(--body-bg);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  letter-spacing: -0.03em;
  line-height: var(--line-height-heading-);
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
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 {
  color: var(--headings-color);
  font-weight: normal;
  line-height: 1;
}
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);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
}

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-small);
}

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 {
  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;
}

.container .container {
  width: 100%;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

section > .container {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container {
    max-width: var(--container-width);
    --bs-gutter-x: 30px;
  }
}
/*=== Default Form ===*/

/* -------- Dark Theme Styling ---------- */

/*** 

====================================================================
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;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  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%;
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:after {
  background-image: url(../images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  left: 48%;
  margin-left: -55px;
  margin-top: -70px;
  position: absolute;
  top: 55%;
  width: 163px;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/*=======================
Scroll To Top style
=======================*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  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: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  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(--text-color-theme-color1);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: var(--theme-color1-text-color);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/*Social Icon One*/

/*Social Icon Two*/

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*======================
    Tabs Box
======================*/

/*======================
    Media Play Button 
======================*/

@-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);
  }
}

/*======================
    Contact Info Button 
======================*/

/*================================
    Progress Bar
=================================*/

/*========================
  Select2 Dropdown Plugin
========================*/

/*==========================
	Nav Style One
===========================*/

/*==========================
	Default Tabs
===========================*/

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

@media (max-width: 767.98px) {
  br {
    display: none;
  }
}

.fix {
  overflow: hidden;
}

.btn-style-one {
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.03em;
  height: 56px;
  line-height: 56px;
  background-color: var(--theme-color1);
  overflow: hidden;
  display: inline-block;
  padding: 0 34px;
  color: var(--theme-color-white);
  border-radius: 40px;
  font-family: var(--heading-font-family);
}
.btn-style-one::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: -1;
}
.btn-style-one i {
  margin-left: 10px;
}
.btn-style-one:hover {
  color: var(--theme-color-white);
}
.btn-style-one:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}
.btn-style-one.bg-white-style {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
}
.btn-style-one.bg-white-style:hover {
  color: #fff;
}
.btn-style-one.bg-header {
  background-color: var(--headings-color);
  color: #fff;
}
.btn-style-one.bg-header::before {
  background-color: var(--theme-color1);
}
.btn-style-one.bg-header:hover {
  color: #fff;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 5px;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
  padding: 8px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-box .block .acc-btn .icon {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  margin-top: -2px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 11px !important;
}
.accordion-box .block .acc-content.current {
  display: block;
}

@-webkit-keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/*** 

====================================================================
  Anim Icons
====================================================================

***/

.word {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes 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 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 rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-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);
  }
}

@-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);
  }
}

@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;
  }
}

/* Animate 1 */

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
/*** 

====================================================================
  Search Popup
====================================================================

***/

/*** 

====================================================================
Main Header
====================================================================

***/
.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .header-1 {
    top: 22px;
  }
}
.header-1 .container {
  max-width: 1700px;
}
.header-1 .btn-style-one {
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.header-1 .mobile-nav-toggler {
  display: none !important;
}
@media (max-width: 1024px) {
  .header-1 .mobile-nav-toggler {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .header-1 .btn-style-one {
    display: none;
  }
}

.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.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;
  }
}

.main-menu {
  position: relative;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  top: 0;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 32.5px 0;
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .main-menu .navigation > li {
    margin-right: 25px;
  }
}
.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: #1A1A1A;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: capitalize;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.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 > li {
  border-bottom: 1px solid var(--theme-color-gray);
  position: relative;
  width: 100%;
}
.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: var(--theme-color-dark);
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 30px;
  padding: 10px 0px;
  line-height: 29px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover {
  background-color: var(--theme-color-gray);
}
.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: 250px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid var(--theme-color-gray);
  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: var(--theme-color-gray);
}
.main-menu .navigation > li > ul > li > ul > li:hover:before {
  scale: 1;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color-dark);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  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;
}

/*** 

====================================================================
    Header Style One
====================================================================

***/
.header-style-one .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-one .main-box .left-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media (max-width: 1439.98px) {
  .header-style-one .main-box .left-box {
    gap: 80px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .left-box {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .header-style-one .main-box .left-box {
    gap: 0;
  }
}
.header-style-one .main-box .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .main-box .right-box .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(245, 245, 245);
  height: 40px;
  padding: 0 6px;
  border-radius: 22px;
  padding-right: 20px;
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .right-box .header-phone_box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-style-one .main-box .right-box .header-phone_box {
    display: none;
  }
}
.header-style-one .main-box .right-box .header-phone_box:hover .info {
  color: var(--theme-color1);
}
.header-style-one .main-box .right-box .header-phone_box:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.header-style-one .main-box .right-box .header-phone_box .info {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1;
  color: var(--headings-color);
}
.header-style-one .main-box .right-box .header-phone_box .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}
.header-style-one .main-box .right-box .header-phone_box .icon i {
  position: relative;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .header-style-one .main-box .right-box .theme-btn {
    display: none;
  }
}
.header-style-one .main-menu .navigation > li {
  padding: 35.5px 0;
}
.header-style-one .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-one.fixed-header .main-menu {
  margin-right: 0px;
}
.header-style-one.fixed-header .main-menu .navigation > li {
  padding: 34px 0;
}
.header-style-one.fixed-header .main-menu .navigation > li > a {
  color: var(--theme-color2);
}
.header-style-one.fixed-header .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.header-style-one .mobile-nav-toggler {
  color: var(--headings-color);
  display: inline-block;
  margin-left: 4px;
}
@media (min-width: 1024px) {
  .header-style-one .sticky-header .mobile-nav-toggler {
    display: none;
  }
}

@media (max-width: 1120px) {
  .sticky-header.fixed-header .btn-style-one {
    display: none !important;
  }
}
/*** 


====================================================================
    Header Style two
====================================================================

***/

.mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
  display: block !important;
}
@media only screen and (max-width: 1699px) {
  .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media only screen and (max-width: 1400px) {
  .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media (max-width: 1439.98px) {
  .mobile-nav-toggler {
    margin-left: 50px;
  }
}
.mobile-nav-toggler span {
  background-color: var(--theme-color1);
  display: block;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
}
@media (max-width: 767.98px) {
  .mobile-nav-toggler span {
    background-color: var(--theme-color1);
  }
}
.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);
  -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 .outer-container {
  max-width: 1340px;
  padding: 0 10px 0 13px;
  margin: 0 auto;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.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 .right-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 142px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .sticky-header .right-box {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .sticky-header .right-box .theme-btn {
    display: none;
  }
}
.sticky-header .mobile-nav-toggler {
  display: none;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 33px;
  padding: 34px 0;
}
.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
}

.sticky-header .mobile-nav-toggler {
  display: none !important;
}
@media (max-width: 1024px) {
  .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;
  }
}
@media (max-width: 1024px) {
  .sticky-header.fixed-header {
    padding: 12px 0;
  }
}

/*** 

====================================================================
      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 {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--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 .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: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
====================================================================

***/

/***

==================================================================
gellary-section-h1
==================================================================

***/

/***

==================================================================
gellary-section-h3
==================================================================

***/

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title .sub-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--style-font-family);
  font-weight: 500;
  color: #595B62;
  text-transform: uppercase;
  gap: 7px;
  margin-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.33em;
}
.sec-title .title {
  line-height: 120%;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 40px;
  }
  .sec-title .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sec-title .title {
    font-size: 36px;
  }
}
@media (max-width: 469.98px) {
  .sec-title .title {
    font-size: 27px;
  }
}

.hero-1 {
  position: relative;
  border-radius: 30px;
  padding: 430px 0 100px;
  margin: 0 20px;
  z-index: 1;
  margin-top: 90px;
}
@media (max-width: 1599.98px) {
  .hero-1 {
    padding-top: 330px;
  }
}
@media (max-width: 1439.98px) {
  .hero-1 {
    padding-top: 290px;
  }
}
@media (max-width: 767.98px) {
  .hero-1 {
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  .hero-1 {
    padding-top: 110px;
  }
}
.hero-1::before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 32, 41, 0)), to(rgba(28, 32, 41, 0.5)));
  background: linear-gradient(180deg, rgba(28, 32, 41, 0) 0%, rgba(28, 32, 41, 0.5) 100%);
  z-index: -1;
}
.hero-1 .hero-content {
  margin-left: 100px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1439.98px) {
  .hero-1 .hero-content {
    margin-left: 48px;
  }
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-content {
    margin-left: 37px;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content {
    margin: 0 24px;
    text-align: center;
  }
}
.hero-1 .hero-content .hero-title {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 80px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 72px;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 68px;
  }
}
@media (max-width: 767.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 58px;
  }
}
@media (max-width: 575.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 46px;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 37px;
  }
}
@media (max-width: 374.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 32px;
  }
}
.hero-1 .hero-content .text {
  color: var(--theme-color-white);
  font-weight: 500;
  max-width: 710px;
  margin-top: 27px;
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .text {
    margin: 25px auto 0;
  }
}
@media (max-width: 374.98px) {
  .hero-1 .hero-content .text {
    font-size: 14px;
  }
}
.hero-1 .hero-content .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 38px;
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-1 .hero-ratting-items {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 280px;
}
@media (max-width: 991.98px) {
  .hero-1 .hero-ratting-items {
    display: none;
  }
}
.hero-1 .hero-ratting-items .star-box {
  text-align: center;
  background: rgba(39, 39, 39, 0.16);
  border-radius: 20px;
  padding: 27px 30px 60px;
  border-radius: 20px;
}
.hero-1 .hero-ratting-items .charger-box {
  text-align: center;
  background-color: var(--theme-color1);
  border-radius: 20px;
  padding: 27px 30px;
  margin-top: -30px;
}
.hero-1 .hero-ratting-items .charger-box .title {
  margin-bottom: 25px;
  letter-spacing: -0.03em;
  line-height: 170%;
  color: #fff;
}
.hero-1 .hero-ratting-items .charger-box .title span {
  display: block;
}

/***

====================================================================
    Projects Section
====================================================================

***/

/***

====================================================================
    Projects Section
====================================================================

***/

/***

====================================================================
  project-section-three
====================================================================

***/

/***

====================================================================
project-thumb1
====================================================================

***/

/***

====================================================================
    Projects Section
====================================================================

***/

/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section {
  background-color: #ECF9ED;
  position: relative;
  padding: 120px 0 90px;
  background-color: #ECF9ED;
  margin: 0 20px;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .pricing-section {
    padding: 90px 0 50px;
  }
}
.pricing-section .sec-title {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .pricing-section .sec-title {
    margin-bottom: 35px;
  }
}
.pricing-section .sec-title .title {
  max-width: 880px;
  margin: 0 auto;
}

/***

==================================================================
    Pricing Section Two
==================================================================

***/

/*** 

====================================================================
    Feature Section
====================================================================

***/
.features-section {
  padding: 100px 0;
}
.features-section .features-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px auto 24px auto 24px auto;
  grid-template-columns: auto auto auto auto;
  gap: 24px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 100px;
}
@media (max-width: 1439.98px) {
  .features-section .features-wrapper {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 991.98px) {
  .features-section .features-wrapper {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575.98px) {
  .features-section .features-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.features-block-style1 .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-block {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.features-block-style1 .inner-block:hover .icon i, .features-block-style1 .inner-block:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.features-block-style1 .inner-block .content-box {
  position: relative;
}
.features-block-style1 .inner-block .content-box .features-title {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 200px;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-block .content-box .features-title {
    margin: 0 auto;
  }
}
.features-block-style1 .inner-block .icon {
  margin-bottom: 0;
  min-width: 50px;
  text-align: center;
}
.features-block-style1 .inner-block .icon i, .features-block-style1 .inner-block .icon img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Feature Section Two
====================================================================

***/

.about-section {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .about-section {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .about-section {
    padding: 80px 0;
  }
}
.about-section .image-column {
  position: relative;
}
.about-section .image-column .about-line {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(28, 32, 41, 0.1);
  width: 1px;
  height: 100%;
  display: inline-block;
  right: 24px;
}
.about-section .image-column .about-line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 50%;
  background-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .about-section .image-column .about-line::before {
    display: none;
  }
}
.about-section .image-column .inner-column {
  position: relative;
  margin-right: 65px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column {
    margin-right: 0;
  }
}
.about-section .image-column .inner-column .image {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 536 599"><path fill-rule="evenodd" clip-rule="evenodd" d="M536 569C536 585.569 522.569 599 506 599H30C13.4314 599 0 585.569 0 569V93.8534C0 86.4184 2.76092 79.2482 7.74741 73.7333L65.482 9.8798C71.1697 3.58932 79.254 0 87.7346 0H506C522.569 0 536 13.4315 536 30V569Z"/></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 536 599"><path fill-rule="evenodd" clip-rule="evenodd" d="M536 569C536 585.569 522.569 599 506 599H30C13.4314 599 0 585.569 0 569V93.8534C0 86.4184 2.76092 79.2482 7.74741 73.7333L65.482 9.8798C71.1697 3.58932 79.254 0 87.7346 0H506C522.569 0 536 13.4315 536 30V569Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.about-section .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .image-column .inner-column .about-counter {
  background-color: var(--theme-color-white);
  border-radius: 20px;
  padding: 20px 30px 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 170px;
  text-align: center;
}
.about-section .image-column .inner-column .about-counter .count-box {
  color: var(--theme-color1);
  margin-bottom: 5px;
  font-weight: 600;
}
.about-section .image-column .inner-column .about-counter .text {
  font-weight: 500;
  color: var(--headings-color);
  line-height: 125%;
}
@media (max-width: 991.98px) {
  .about-section .content-column .inner-column {
    margin-top: 35px;
  }
}
.about-section .content-column .inner-column .content {
  max-width: 650px;
  margin-left: auto;
}
@media (max-width: 1439.98px) {
  .about-section .content-column .inner-column .content {
    max-width: initial;
    margin-left: initial;
  }
}
.about-section .content-column .inner-column .content .about-text {
  margin-top: 20px;
  margin-bottom: 40px;
}
.about-section .content-column .inner-column .content .about-list {
  border: 1px solid rgba(28, 32, 41, 0.1);
  border-radius: 20px;
  padding: 30px 40px;
}
.about-section .content-column .inner-column .content .about-list ul {
  margin-bottom: 30px;
}
.about-section .content-column .inner-column .content .about-list ul li {
  font-size: 16px;
  font-weight: 500;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.about-section .content-column .inner-column .content .about-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.about-section .content-column .inner-column .content .about-list ul li i {
  color: var(--theme-color1);
}
.about-section .content-column .inner-column .content .about-info-wrap {
  background-color: #EEFAEA;
  padding: 20px;
  border-radius: 20px;
  width: 270px;
  height: 100%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .content .about-info-wrap {
    height: 270px;
    width: 100%;
  }
}
.about-section .content-column .inner-column .content .about-info-wrap .render-image {
  position: absolute;
  right: 0;
}
.about-section .content-column .inner-column .content .about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 22px;
  background-color: var(--theme-color-white);
  padding: 5px;
  padding-right: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
.about-section .content-column .inner-column .content .about-info .icon {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}
.about-section .content-column .inner-column .content .about-info .number {
  font-weight: 600;
  margin-bottom: 0;
}

/***

====================================================================
    marquee-section-h2
====================================================================

***/

/***

====================================================================
    marquee-section-three
====================================================================

***/

/*** 

====================================================================
  Main Slider
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
.service-block-style1-wrapper {
  background-color: #ECF9ED;
  padding: 120px 0;
  margin: 0 20px;
  border-radius: 30px;
}
.service-block-style1-wrapper .service-block-style1:last-child .inner-box.active .content-box {
  margin-bottom: 0;
  padding: 60px 80px;
}
@media (max-width: 767.98px) {
  .service-block-style1-wrapper .service-block-style1:last-child .inner-box.active .content-box {
    padding: 40px 30px;
  }
}

.service-block-style1:last-child .inner-block {
  border-bottom: 1px solid rgba(28, 32, 41, 0.1);
}
.service-block-style1 .inner-block {
  border-top: 1px solid rgba(28, 32, 41, 0.1);
  position: relative;
}
.service-block-style1 .inner-block .title-box,
.service-block-style1 .inner-block .content-box {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.service-block-style1 .inner-block .title-box {
  padding: 35px 0px 36px;
  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;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .service-block-style1 .inner-block .title-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.service-block-style1 .inner-block .title-box .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media (max-width: 767.98px) {
  .service-block-style1 .inner-block .title-box .title-inner {
    gap: 15px;
  }
}
.service-block-style1 .inner-block .title-box .title-inner .count-number {
  color: var(--theme-color1);
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .service-block-style1 .inner-block .title-box .title-inner .count-number {
    margin-top: 3px;
  }
}
.service-block-style1 .inner-block .title-box .title {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .service-block-style1 .inner-block .title-box .title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .service-block-style1 .inner-block .title-box .title {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .service-block-style1 .inner-block .title-box .title {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .service-block-style1 .inner-block .title-box .title {
    font-size: 20px;
  }
}
.service-block-style1 .inner-block .title-box .arrow-icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--theme-color2);
  display: inline-block;
  height: 51px;
  line-height: 51px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 51px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 0;
}
.service-block-style1 .inner-block .title-box .arrow-icon:before {
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  z-index: -1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.service-block-style1 .inner-block .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
  transition: max-height 0.45s ease, padding 0.45s ease, opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: max-height, opacity, transform;
}
@media (max-width: 991.98px) {
  .service-block-style1 .inner-block .content-box {
    display: block;
  }
}
.service-block-style1 .inner-block .content-box .inner-content {
  background-color: var(--theme-color1);
  border-radius: 20px;
  padding: 30px 40px 32px;
  width: 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;
}
@media (max-width: 991.98px) {
  .service-block-style1 .inner-block .content-box .inner-content {
    margin-bottom: 10px;
  }
}
.service-block-style1 .inner-block .content-box .inner-content .text {
  color: #fff;
  max-width: 420px;
}
.service-block-style1 .inner-block .content-box .inner-content .tag-box {
  background-color: var(--theme-color2);
  border-radius: 20px;
  color: var(--theme-color2-text-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  gap: 10px;
  letter-spacing: -0.03em;
}
.service-block-style1 .inner-block .content-box .inner-content .tag-items {
  border-top: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 31px;
  margin-top: 35px;
  padding-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-block-style1 .inner-block .content-box .inner-content .tag-items i {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .service-block-style1 .inner-block .content-box .inner-content .tag-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
  }
}
.service-block-style1 .inner-block .content-box .inner-content .service-btn {
  color: var(--theme-color-white);
  font-weight: 500;
  text-decoration: underline;
}
.service-block-style1 .inner-block .content-box .image-box {
  border-radius: 30px;
  min-width: 760px;
  max-height: 100%;
}
@media (max-width: 1439.98px) {
  .service-block-style1 .inner-block .content-box .image-box {
    min-width: 49%;
  }
}
.service-block-style1 .inner-block .content-box .image-box img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.service-block-style1 .inner-block.active .title-box .arrow-icon {
  color: var(--theme-color-white);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.service-block-style1 .inner-block.active .title-box .arrow-icon:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-block-style1 .inner-block.active .content-box {
  padding-bottom: 50px;
  max-height: 1200px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/***

====================================================================
    Services Section Two
====================================================================

***/
.service-section-two {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .service-section-two {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .service-section-two {
    padding: 80px 0;
  }
}

.service-block-style2 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
.service-block-style2:hover:before {
  height: 100px;
}
.service-block-style2:before {
  background: var(--theme-color1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100px;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style2 .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-style2 .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-style2 .inner-block:hover .content:before {
  opacity: 1;
}
.service-block-style2 .inner-block:hover .content .title-box {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.service-block-style2 .inner-block:hover .content .title-box .btn-more {
  top: 12px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.service-block-style2 .inner-block .image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  max-height: 500px;
  -webkit-mask-image: url(../images/resource/service2-mask1.png);
  -webkit-mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
.service-block-style2 .inner-block .image:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(69.87%, rgba(28, 32, 41, 0)), color-stop(94.31%, #1C2029));
  background: linear-gradient(180deg, rgba(28, 32, 41, 0) 69.87%, #1C2029 94.31%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .image img {
  border-radius: 20px;
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-style2 .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-style2 .inner-block .content {
  border-radius: 20px;
  padding: 24px 22px 23px 20px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  z-index: 3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(25, 30, 38, 0.1);
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.29);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .content .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .content .title-box .title {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}
.service-block-style2 .inner-block .content .title-box .title a {
  color: #fff;
}
.service-block-style2 .inner-block .content .title-box .title a:hover {
  color: var(--theme-color1);
}
.service-block-style2 .inner-block .content .title-box .title:hover {
  color: var(--theme-color1);
}
.service-block-style2 .inner-block .content .title-box .btn-more {
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 5px;
  z-index: 2;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .content .title-box .btn-more i, .service-block-style2 .inner-block .content .title-box .btn-more svg {
  display: inline-block;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .content .title-box .btn-more svg path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  fill: none;
  stroke: var(--theme-color1-text-color);
}
.service-block-style2 .inner-block .content .title-box .btn-more:hover i, .service-block-style2 .inner-block .content .title-box .btn-more:hover svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.service-block-style2 .inner-block .content .text {
  color: #fff;
  margin-top: 10px;
  display: none;
}

/***

==================================================================
 video-section-h1
==================================================================

***/

/***

==================================================================
 video-section-two
==================================================================

***/

/***

==================================================================
 video-section-h3
==================================================================

***/

.contact-section {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .contact-section {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .contact-section {
    padding: 80px 0;
  }
}
.contact-section .map-column {
  position: relative;
}
.contact-section .map-column .line1 {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #ECF9ED;
  right: 44px;
}
@media (max-width: 1439.98px) {
  .contact-section .map-column .line1 {
    display: none;
  }
}
.contact-section .map-column .line1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 50%;
  background-color: var(--theme-color1);
}
.contact-section .map-column .inner-column .map-items iframe {
  max-width: 536px;
  width: 100%;
  border-radius: 20px;
  margin-top: 50px;
  height: 504px;
}
@media (max-width: 1439.98px) {
  .contact-section .map-column .inner-column .map-items iframe {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .contact-section .map-column .inner-column .map-items iframe {
    height: 420px;
  }
}
.contact-section .map-column .map-info-items {
  position: absolute;
  bottom: 34px;
  left: 34px;
}
.contact-section .map-column .map-info-items .info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background-color: var(--theme-color-white);
  border-radius: 97px;
  padding: 10px;
  padding-right: 75px;
}
@media (max-width: 469.98px) {
  .contact-section .map-column .map-info-items .info-items {
    padding-right: 15px;
    gap: 14px;
  }
}
.contact-section .map-column .map-info-items .info-items:last-child {
  margin-top: 12px;
}
.contact-section .map-column .map-info-items .info-items .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  text-align: center;
}
@media (max-width: 469.98px) {
  .contact-section .map-column .map-info-items .info-items .icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
  }
}
.contact-section .map-column .map-info-items .info-items .content p {
  margin-bottom: 0;
}
@media (max-width: 469.98px) {
  .contact-section .map-column .map-info-items .info-items .content p {
    font-size: 14px;
  }
}
@media (max-width: 469.98px) {
  .contact-section .map-column .map-info-items .info-items .content .h5 {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .form-column {
    margin-top: 35px;
  }
}
.contact-section .form-column .inner-column {
  background-color: #ECF9ED;
  border-radius: 20px;
}
.contact-section .form-column .inner-column .top-title {
  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-color: #1C2029;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 32px 40px;
  border-left: 1px solid var(--theme-color1);
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .contact-section .form-column .inner-column .top-title {
    font-size: 22px;
    border-left: none;
    padding: 25px 20px;
  }
}
.contact-section .form-column .inner-column .top-title .title {
  margin-bottom: 0;
  color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .contact-section .form-column .inner-column .top-title .title {
    font-size: 22px;
  }
}
.contact-section .form-column .inner-column form {
  padding: 40px 40px;
}
@media (max-width: 767.98px) {
  .contact-section .form-column .inner-column form {
    padding: 28px;
  }
}
.contact-section .form-column .inner-column form .form-clt input, .contact-section .form-column .inner-column form .form-clt textarea {
  width: 100%;
  outline: none;
  border: 0;
  font-size: 14px;
  background-color: var(--theme-color-white);
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  color: #1C2029;
  padding: 0 24px;
}
.contact-section .form-column .inner-column form .form-clt input::-webkit-input-placeholder, .contact-section .form-column .inner-column form .form-clt textarea::-webkit-input-placeholder {
  color: #1C2029;
}
.contact-section .form-column .inner-column form .form-clt input::-moz-placeholder, .contact-section .form-column .inner-column form .form-clt textarea::-moz-placeholder {
  color: #1C2029;
}
.contact-section .form-column .inner-column form .form-clt input:-ms-input-placeholder, .contact-section .form-column .inner-column form .form-clt textarea:-ms-input-placeholder {
  color: #1C2029;
}
.contact-section .form-column .inner-column form .form-clt input::-ms-input-placeholder, .contact-section .form-column .inner-column form .form-clt textarea::-ms-input-placeholder {
  color: #1C2029;
}
.contact-section .form-column .inner-column form .form-clt input::placeholder, .contact-section .form-column .inner-column form .form-clt textarea::placeholder {
  color: #1C2029;
}
.contact-section .form-column .inner-column form .form-clt textarea {
  padding-bottom: 142px;
}

@media (max-width: 991.98px) {
  .form-column {
    margin-top: 35px;
  }
}
.form-column .inner-column {
  background-color: #fff;
  border-radius: 20px;
}
.form-column .inner-column .top-title {
  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-color: #1C2029;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 32px 40px;
}
@media (max-width: 767.98px) {
  .form-column .inner-column .top-title {
    padding: 28px;
  }
}
.form-column .inner-column .top-title .title {
  margin-bottom: 0;
  color: var(--theme-color-white);
  border-left: 1px solid var(--theme-color1);
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .form-column .inner-column .top-title .title {
    font-size: 22px;
    padding-left: 0;
    border-left: none;
  }
}
.form-column .inner-column form {
  padding: 40px 40px;
}
@media (max-width: 767.98px) {
  .form-column .inner-column form {
    padding: 28px;
  }
}
.form-column .inner-column form .form-clt input, .form-column .inner-column form .form-clt textarea {
  width: 100%;
  outline: none;
  border: 0;
  font-size: 14px;
  background-color: #ECF9ED;
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  color: #1C2029;
  padding: 0 24px;
}
.form-column .inner-column form .form-clt input::-webkit-input-placeholder, .form-column .inner-column form .form-clt textarea::-webkit-input-placeholder {
  color: #1C2029;
}
.form-column .inner-column form .form-clt input::-moz-placeholder, .form-column .inner-column form .form-clt textarea::-moz-placeholder {
  color: #1C2029;
}
.form-column .inner-column form .form-clt input:-ms-input-placeholder, .form-column .inner-column form .form-clt textarea:-ms-input-placeholder {
  color: #1C2029;
}
.form-column .inner-column form .form-clt input::-ms-input-placeholder, .form-column .inner-column form .form-clt textarea::-ms-input-placeholder {
  color: #1C2029;
}
.form-column .inner-column form .form-clt input::placeholder, .form-column .inner-column form .form-clt textarea::placeholder {
  color: #1C2029;
}
.form-column .inner-column form .form-clt textarea {
  padding-bottom: 142px;
}

.app-banner-section {
  padding: 120px 0;
  border-radius: 30px;
  margin: 0 20px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .app-banner-section {
    padding: 100px 0;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .app-banner-section {
    padding: 80px 0;
  }
}
.app-banner-section .mobile-app {
  position: absolute;
  bottom: 0;
  right: 280px;
  z-index: 9;
}
@media (max-width: 1599.98px) {
  .app-banner-section .mobile-app {
    right: 70px;
  }
}
@media (max-width: 1199.98px) {
  .app-banner-section .mobile-app {
    display: none;
  }
}

.app-banner-wrapper {
  background: rgba(0, 0, 0, 0.43);
  padding: 120px 0 120px 110px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .app-banner-wrapper {
    padding: 100px 30px 100px 30px;
    text-align: center;
  }
}
.app-banner-wrapper::before {
  position: absolute;
  bottom: -29%;
  right: 17%;
  content: "";
  background: radial-gradient(45.24% 45.24% at 50% 50%, #24F137 0%, rgba(20, 24, 31, 0) 100%);
  mix-blend-mode: normal;
  width: 500px;
  height: 500px;
  opacity: 0.7;
}
@media (max-width: 1199.98px) {
  .app-banner-wrapper::before {
    display: none;
  }
}
.app-banner-wrapper .text {
  color: var(--theme-color-white);
  max-width: 437px;
  margin-top: 26px;
}
@media (max-width: 1199.98px) {
  .app-banner-wrapper .text {
    margin: 0 auto;
  }
}
.app-banner-wrapper .button-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .app-banner-wrapper .button-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.app-banner-wrapper .button-items .btn-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 400;
  height: 64px;
  line-height: 64px;
}
.app-banner-wrapper .button-items .btn-style-one i {
  font-size: 32px;
  margin-left: 0;
}
.app-banner-wrapper .button-items .btn-style-one::before {
  background-color: #fff;
}
.app-banner-wrapper .button-items .btn-style-one:hover {
  color: var(--headings-color);
}

/*** 

====================================================================
    FAQ's Section
====================================================================

***/
.faq-section-one {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .faq-section-one {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .faq-section-one {
    padding: 80px 0;
  }
}
.faq-section-one .content-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .faq-section-one .content-column {
    margin-bottom: 35px;
  }
}
.faq-section-one .content-column .line1 {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #ECF9ED;
  right: 44px;
}
@media (max-width: 1439.98px) {
  .faq-section-one .content-column .line1 {
    display: none;
  }
}
.faq-section-one .content-column .line1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 50%;
  background-color: var(--theme-color1);
}
@media (max-width: 1439.98px) {
  .faq-section-one .content-column .line1::before {
    display: none;
  }
}
.faq-section-one .content-column .inner-column .faq-image {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .faq-section-one .content-column .inner-column .faq-image {
    margin-top: 30px;
  }
}
.faq-section-one .faq-bottom-area-one {
  border: 1px solid rgba(28, 32, 41, 0.1);
  border-radius: 20px;
  padding: 40px 50px;
  margin-top: 60px;
  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;
}
@media (max-width: 991.98px) {
  .faq-section-one .faq-bottom-area-one {
    padding: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
    text-align: center;
  }
}
.faq-section-one .faq-bottom-area-one .faq-shape {
  position: absolute;
  bottom: 0;
  left: 45%;
}
@media (max-width: 1199.98px) {
  .faq-section-one .faq-bottom-area-one .faq-shape {
    display: none;
  }
}
.faq-section-one .faq-bottom-area-one .content {
  max-width: 450px;
}
@media (max-width: 991.98px) {
  .faq-section-one .faq-bottom-area-one .content {
    margin: 0 auto;
  }
}
.faq-section-one .faq-bottom-area-one .content .title {
  margin-bottom: 8px;
}
.faq-section-one .faq-bottom-area-one .content .text {
  margin-bottom: 0;
}

.faq-block-one {
  background-color: #ECF9ED;
  position: relative;
  padding: 23px 30px;
  border-radius: 20px;
  line-height: 1;
  position: relative;
  z-index: 9;
}
.faq-block-one::before {
  display: none;
}
@media (max-width: 991.98px) {
  .faq-block-one {
    padding: 20px 26px;
  }
}
@media (max-width: 575.98px) {
  .faq-block-one {
    padding: 18px 24px;
  }
}
.faq-block-one {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.faq-block-one .content-box {
  display: none;
}
.faq-block-one .content-box.show {
  display: block;
}
.faq-block-one .title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.faq-block-one .title-box span {
  display: block;
}
.faq-block-one .title-box .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.faq-block-one .title-box .content .title {
  color: var(--headings-color);
  margin-bottom: 0;
}
@media (max-width: 1439.98px) {
  .faq-block-one .title-box .content .title {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .faq-block-one .title-box .content .title {
    font-size: 15px;
  }
}
.faq-block-one .title-box .icon {
  max-width: 34px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.faq-block-one .title-box .icon i {
  color: var(--headings-color);
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.faq-block-one .title-box::after {
  display: none;
}
.faq-block-one .title-box:hover {
  cursor: pointer;
}
.faq-block-one .inner {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .faq-block-one .inner {
    margin-top: 20px;
  }
}
.faq-block-one .inner .text {
  max-width: 620px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(89, 91, 98);
  letter-spacing: -0.02em;
  line-height: 170%;
}
@media (max-width: 767.98px) {
  .faq-block-one .inner .text {
    font-size: 13px;
  }
}
.faq-block-one.active .title-box .content .count {
  border-right: 1px solid var(--text-color);
}
.faq-block-one.active .title,
.faq-block-one.active .icon i,
.faq-block-one.active .count {
  color: #fff;
}
.faq-block-one.active .icon {
  background-color: var(--theme-color1);
}
.faq-block-one.active .icon a i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-block-one:not(:last-child) {
  margin-bottom: 20px;
}

/*** 

====================================================================
counter-section
====================================================================

***/
.counter-section {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .counter-section {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .counter-section {
    padding: 80px 0;
  }
}

.counter-wrapper-one {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .counter-wrapper-one {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .counter-wrapper-one {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.counter-block-style1 .inner-block {
  position: relative;
  max-width: 312px;
}
.counter-block-style1 .inner-block .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 26px;
}
.counter-block-style1 .inner-block .content .text {
  font-weight: 500;
  padding-left: 18px;
  position: relative;
  color: #fff;
}
.counter-block-style1 .inner-block .content .text:before {
  background-color: var(--theme-color1);
  border-radius: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.counter-block-style1 .inner-block .title-box .count-box {
  color: #fff;
  font-size: 80px;
  line-height: 1;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/

/*** 

====================================================================
    Testimonial Section Two
====================================================================

***/

/***

====================================================================
Process Section
====================================================================

***/

/***

====================================================================
Process Section
====================================================================

***/

/***

====================================================================
Process Section
====================================================================

***/

/***

====================================================================
    Product Section
====================================================================

***/
/***

====================================================================
    Team Section
====================================================================

***/

/***

====================================================================
    Clients Section
====================================================================

***/

.why-choose-us-section-one {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-one {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-section-one {
    padding: 80px 0;
  }
}
.why-choose-us-section-one .charger-network-image {
  text-align: center;
  margin-top: 30px;
}

.choose-us-box-items-one .inner-block {
  border-bottom: 1px solid rgba(28, 32, 41, 0.1);
  margin-top: 30px;
  padding-bottom: 47px;
  margin-bottom: 52px;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .choose-us-box-items-one .inner-block {
    text-align: center;
  }
}
.choose-us-box-items-one .inner-block.style-border-none {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
  .choose-us-box-items-one .inner-block.style-border-none {
    border-bottom: 1px solid rgba(28, 32, 41, 0.1);
    padding-bottom: 47px;
  }
}
.choose-us-box-items-one .inner-block.text-left {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .choose-us-box-items-one .inner-block.text-left {
    text-align: center !important;
  }
}
.choose-us-box-items-one .inner-block .content-block .title {
  margin-bottom: 4px;
}
.choose-us-box-items-one .inner-block .content-block .text {
  line-height: 170%;
}

/***

====================================================================
    Work Section
====================================================================

***/
.working-section {
  padding: 120px 0;
  position: relative;
  border-radius: 30px;
  margin: 0 20px;
}
@media (max-width: 1199.98px) {
  .working-section {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .working-section {
    padding: 80px 0;
  }
}
.working-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 30px;
  background-color: #0A1733;
  opacity: 0.6;
}

.working-block-style1 {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
.working-block-style1 .inner-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 21px;
  -webkit-mask-image: url(../images/icons/working1-mask1.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
.working-block-style1 .inner-block:hover .top-box .working-count {
  color: var(--theme-color-white);
}
.working-block-style1 .inner-block:hover .top-box .working-count:before {
  background-color: var(--theme-color-white);
}
.working-block-style1 .inner-block:hover .top-box .working-count:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.working-block-style1 .inner-block .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 11px;
}
.working-block-style1 .inner-block .top-box .working-count {
  background-color: #F5F5F5;
  border-radius: 50%;
  color: var(--theme-color2);
  height: 50px;
  line-height: 1;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  position: relative;
  z-index: 1;
}
.working-block-style1 .inner-block .top-box .working-count:before {
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -4px;
  top: calc(50% - 4px);
  height: 8px;
  width: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.working-block-style1 .inner-block .top-box .working-count:after {
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.working-block-style1 .inner-block .content .working-title {
  padding-left: 20px;
  position: relative;
  padding-right: 60px;
}
.working-block-style1 .inner-block .content .working-title:before {
  background-color: var(--theme-color1);
  border-radius: 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: calc(100% - 12px);
  width: 2px;
}
.working-block-style1 .inner-block .content .working-details {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  margin-top: 35px;
}

/***

====================================================================
    Work Section Two
====================================================================

***/

/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-section {
  padding: 120px 0;
  background-color: #ECF9ED;
  margin: 0 20px;
  border-radius: 30px;
}
@media (max-width: 1199.98px) {
  .blog-section {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .blog-section {
    padding: 80px 0;
  }
}

.blog-block .inner-block {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 30px;
}
.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 .image-box {
  position: relative;
}
.blog-block .image-box .image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-block .image-box .image img {
  border-radius: 20px;
  position: relative;
  width: 100%;
  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 .content {
  padding: 22px 0 0;
}
.blog-block .content .post-meta {
  margin-bottom: 4px;
}
.blog-block .content .post-meta .category {
  color: var(--theme-color3);
}
.blog-block .content .title {
  margin-top: 0;
  margin-bottom: 7px;
}
@media (max-width: 469.98px) {
  .blog-block .content .title {
    font-size: 20px;
  }
}
.blog-block .content .title:hover {
  color: var(--theme-color1);
}
.blog-block .content .title a {
  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;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.blog-block .content .title a:hover {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.blog-block .content .text {
  margin-bottom: 25px;
}
.blog-block .content .btn-box a {
  color: var(--theme-color2);
  font-weight: 500;
  font-family: var(--heading-font-family);
  gap: 7px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .content .btn-box a .btn-title {
  text-decoration: underline;
}
.blog-block .content .btn-box a:hover {
  color: var(--theme-color1);
}
.blog-block .content .btn-box a:hover .arrow-left {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-block .content .btn-box a:hover .btn-title {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.blog-block .content .btn-box a:hover .arrow-right {
  -webkit-transform: scale(0) translateX(-18px);
  transform: scale(0) translateX(-18px);
}
.blog-block .content .btn-box a .arrow-left {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .content .btn-box a .btn-title {
  -webkit-transform: translateX(-21px);
  transform: translateX(-21px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .content .btn-box a .arrow-right {
  -webkit-transform: scale(1) translateX(-18px);
  transform: scale(1) translateX(-18px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block .content .btn-box a i {
  color: var(--theme-color1);
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-area-one {
  background-color: #1C2029;
  padding: 120px 0;
  border-radius: 20px;
  margin: 20px;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.footer-area-one .footer-line {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .footer-area-one {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .footer-area-one {
    padding-top: 80px;
  }
}

.footer-section-one {
  padding-bottom: 90px;
}

.footer-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer-top-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 15px;
    gap: 30px;
  }
}
.footer-top-wrapper .footer-shape {
  position: absolute;
  top: 0;
  left: 44%;
}
@media (max-width: 1199.98px) {
  .footer-top-wrapper .footer-shape {
    display: none;
  }
}
.footer-top-wrapper .footer-left-items {
  max-width: 420px;
}
.footer-top-wrapper .footer-left-items .text {
  color: #8C8F96;
  margin-top: 20px;
}
.footer-top-wrapper .footer-right-items {
  text-align: right;
}
@media (max-width: 991.98px) {
  .footer-top-wrapper .footer-right-items {
    text-align: center;
  }
}
.footer-top-wrapper .footer-right-items .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 469.98px) {
  .footer-top-wrapper .footer-right-items .footer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-top-wrapper .footer-right-items .footer-list li a {
  color: #fff;
}
.footer-top-wrapper .footer-right-items .footer-list li a:hover {
  color: var(--theme-color1);
}
.footer-top-wrapper .footer-right-items .social-icon {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 991.98px) {
  .footer-top-wrapper .footer-right-items .social-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
  }
}
.footer-top-wrapper .footer-right-items .social-icon a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.footer-top-wrapper .footer-right-items .social-icon a:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.footer-information-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .footer-information-wrap {
    padding-bottom: 100px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .footer-information-wrap {
    padding-bottom: 80px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-information-wrap .footer-info {
  background-color: var(--theme-color1);
  padding: 27px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media (max-width: 1199.98px) {
  .footer-information-wrap .footer-info {
    padding: 25px 22px;
  }
}
@media (max-width: 767.98px) {
  .footer-information-wrap .footer-info {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-information-wrap .footer-info .icon {
  display: inline-block;
  max-width: 47px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  background: #1C2029;
}
@media (max-width: 767.98px) {
  .footer-information-wrap .footer-info .icon {
    margin: 0 auto;
  }
}
.footer-information-wrap .footer-info .content .text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer-information-wrap .footer-info .content .title {
  margin-bottom: 0;
  font-size: 19px;
  color: #fff;
}
.footer-information-wrap .footer-info .content .title a {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(61, 72, 87, 0.6);
  padding: 18px 0;
}
.footer-bottom .footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer-bottom .footer-bottom-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    text-align: center;
  }
}
.footer-bottom .footer-bottom-wrapper p {
  color: #8C8F96;
}
.footer-bottom .footer-bottom-wrapper .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-bottom-wrapper .footer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
.footer-bottom .footer-bottom-wrapper .footer-list li {
  font-weight: 400;
}
.footer-bottom .footer-bottom-wrapper .footer-list li a {
  color: #8C8F96;
}
.footer-bottom .footer-bottom-wrapper .footer-list li a:hover {
  color: var(--theme-color1);
}

/***
====================================================================
  Products details
====================================================================
***/
/***

====================================================================
 Categories Section
====================================================================

***/

/***

====================================================================
    Categories Section Two
====================================================================

***/

/***

====================================================================
    Products Section
====================================================================

***/

/***

====================================================================
    Featured Products
====================================================================

***/

/*=== Mixitup Gallery ===*/

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

/*** 

====================================================================
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 {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-title {
    margin-top: 70px;
  }
}
.page-title .title-outer {
  background-image: url(../images/background/page-title.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 165px 0;
  position: relative;
  z-index: 0;
}
.page-title .title-outer:before {
  background-color: rgba(var(--theme-color-black-rgb), 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-title .title {
  font-size: 64px;
  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: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

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;
}

/***

====================================================================
        Contact
====================================================================

***/

.map {
  height: 550px;
}

/***
=============================================
    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-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 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;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  font-size: 18px;
  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-color2);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}
.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-color2);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}

.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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #191825;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  height: 73px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0;
  width: 73px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
}

.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;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  display: block;
  position: relative;
}
.blog-details .theme-btn {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.blog-details .theme-btn:before {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color2);
  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: #fff;
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  color: #fff;
  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 {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color2);
}
.blog-details__meta li a i {
  color: var(--theme-color2);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.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;
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  display: inline-block;
  padding: 5px 30px 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

/* 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 .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 > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.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;
  -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: #fff;
  background-color: var(--theme-color2);
}

/*** 

====================================================================
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__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;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color2);
  font-size: 14px;
  padding-right: 3px;
}

/*** 

====================================================================
    Comments
====================================================================

***/

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/