/* Template Name: Reep - Creative Agency & Portfolio HTML5 Template
Author Name:DreamIT
Author Link:https://www.templatemonster.com/authors/dreamit/
Description: Description
Version: 1.0.0
Text Domain: reep

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three
12. About Section / Two / Three / Four
13. Services Section / Two / Three / Four
15. Call To Action / Two / Three / Four
18. brand area / Two / Three
19. work process section / Two / Three
20. Testimonial Section / Two / Three / Four
21. Why Choose Us / Two / Three
22. Pricing Section
23. Contact Sectiom / Two / Three / Four
24. marquee section / Two / Three
25. integration section / Two 
26. call to action / Two / Three
27. process section / Two 
28. project section / Two 
29. accordion section / Two / Three
30. blog section / Two / Three / Four
31. service section / Two / Three 
32. portfolio section / Two 
33. Contact Sectiom / Two / Three / Four
34. Main Footer
**********************************************/
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
         url('../fonts/Lato-Regular.woff') format('woff'),
         url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@import url("animate.css");
@import url("swiper.min.css");
@import url("magnific-popup.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@import url("odometer-theme-default.css");
@import url("cusor-text.css");
@import url("nice-select.css");
@import url("meanmenu.min.css");
:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-primary:#111111;
  --theme-color1: #1A1A1A;
  --theme-color2:#000000;
  --theme-color3:#0A0C00;
  --theme-color4:#D9D9D9;
  --theme-color5:#9EA197;
  --theme-color6:#181818;
  --theme-color7:#404042;
  --theme-color8:#CDCDCD;
  --theme-color9:#9A9A9A;
  --theme-bg-color1:#111111;
  --theme-bg-color2:#0B0B0B;
  --theme-bg-color3:#F1F5E7;
  --theme-bg-color4:#EAEFDD;
  --theme-bg-color5:#E0E5D3;
  --theme-bg-color6:#F5F5F5;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #0f0f0f;
  --text-color-bg-theme-color3: #fff;
  --gradient-1:linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%);
  --text-color: #474747;
  --heading-color: #0C2318;
  --link-color: #6766FF;
  --link-hover-color: #6766FF;
  --text-font:"Lato", sans-serif;
  --title-font:"Lato", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 60.8px;
  --h2-font-size: 48px;
  --h3-font-size: 31.2px;
  --h4-font-size: 23.2px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 13px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--heading-color);
  --sec-title-font-size: 50px;
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--heading-color);
  --theme-black: #222429;
  --container-width: 1350px;
  --main-container-width:1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::selection {
  background: var(--theme-primary);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-primary); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-primary); /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  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(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--heading-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
  font-size: var(--text-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  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;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

label {
  color: #fff;
  cursor: pointer;






  font-size: 14px;
  font-weight: 400;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.boxs {
  opacity: 0;
  will-change: transform, opacity;
}

.split-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) rotate(5deg);
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--theme-primary) var(--theme-color4);
}

::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-primary);
  -webkit-border-radius: 1px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.img-reveal {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}

.img-reveal .img-overlay {
  background-image: url(../images/demo-img/feature-thumb1.png);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #0C2318;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {

  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.bg-color3 {
  background-color: var(--theme-color3) !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.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%;
}

.main-container {
  position: static;
  max-width: var(--main-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: var(--theme-color1);
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid var(--theme-color-white);
  border-top-color: var(--theme-color2);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme-color2);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme-primary);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--theme-primary);
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color-white);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.reep-header-area {
  position: fixed;
  z-index: 2;
  padding: 10px 60px 0 60px;
  /* sticky */
}
.reep-header-area.sticky {
  background: var(--theme-primary);
}
.reep-header-area .header-logo .logo_two {
  display: none;
}
.reep-header-area.style-two .header-menu ul li a {
  color: var(--theme-color2);
}
.reep-header-area.style-two .header-menu ul li a i {
  color: var(--theme-color2);
}
.reep-header-area.style-two.sticky {
  background: var(--theme-color-white) !important;
}
.reep-header-area.style-two.five {
  padding: 0px;
  background: var(--theme-bg-color6);
}
.reep-header-area.style-two.five .header-menu {
  text-align: left;
  display: inline-block;
}
.reep-header-area.style-two.five .header-btn {
  display: inline-block;
  margin-left: 45px;
}
.reep-header-area.style-two.five .header-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color1);
  padding: 8px 25px;
  border: 1.2px solid var(--theme-color1);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reep-header-area.style-two.five .header-btn a {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.reep-header-area.style-two.five .header-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color1);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.reep-header-area.style-two.five .header-btn a:hover {
  color: var(--theme-color-white);
}
.reep-header-area.style-two.five .header-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar {
  text-align: right;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .reep-header-area.style-two .header-right-wrapper .header-sidebar {
    margin-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reep-header-area.style-two .header-right-wrapper .header-sidebar {
    margin-left: 0px;
  }
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-btn {
  display: inline-block;
  margin-left: 45px;
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color2);
  padding: 8px 40px;
  border: 1.2px solid var(--theme-color2);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reep-header-area.style-two .header-right-wrapper .header-sidebar .header-btn a {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color2);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-btn a:hover {
  color: var(--theme-color-white);
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-sidbar-button {
  display: inline-block;
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-sidbar-button a {
  display: inline-block;
  color: var(--theme-color2);
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-sidbar-button .menubars {
  width: 20px;
  height: 1px;
  line-height: 4px;
  text-align: left;
  background: transparent;
  position: relative;
  z-index: 1;
  top: 3px;
  right: -16px;
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span:nth-child(2) {
  width: 15px;
  text-align: left;
}
.reep-header-area.style-two .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span:nth-child(3) {
  width: 10px;
  text-align: left;
}
.reep-header-area .header-menu {
  text-align: center;
  transition: 0.5s;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reep-header-area .header-menu {
    text-align: left;
  }
}
.reep-header-area .header-menu ul {
  display: inline-block;
}
.reep-header-area .header-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.reep-header-area .header-menu ul li a {
  display: inline-block;
  padding: 35px 18px 35px 18px;
  position: relative;
  z-index: 1;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--theme-color-white);
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .reep-header-area .header-menu ul li a {
    padding: 35px 12px 35px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reep-header-area .header-menu ul li a {
    padding: 35px 5px 35px 5px;
    font-size: 17px;
  }
}
.reep-header-area .header-menu ul li a i {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
  transition: 0.5s;
  font-weight: 700;
  color: var(--theme-color-white);
}
.reep-header-area .header-menu ul li:hover .sub_menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.reep-header-area .header-menu ul li .sub_menu {
  position: absolute;
  left: 0;
  top: 140%;
  width: 225px;
  text-align: left;
  background: var(--theme-color-white);
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 3px solid var(--theme-primary);
  opacity: 0;
  transition: 0.5s;
}
.reep-header-area .header-menu ul li .sub_menu li {
  position: relative;
  margin: 0;
  display: block;
}
.reep-header-area .header-menu ul li .sub_menu li a {
  display: block;
  padding: 12px 25px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  transition: 0.5s;
  visibility: inherit !important;
  color: var(--theme-color1);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--theme-color1);
}
.reep-header-area .header-menu ul li .sub_menu li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: var(--theme-primary);
  z-index: -1;
  transition: 0.5s;
}
.reep-header-area .header-menu ul li .sub_menu li a:hover {
  color: var(--theme-color-white);
}
.reep-header-area .header-menu ul li .sub_menu li a:hover::before {
  height: 100%;
  top: 0;
}
.reep-header-area .header-menu ul li .sub_menu .sub-menu-style-two {
  position: relative;
}
.reep-header-area .header-menu ul li .sub_menu .sub-menu-style-two .sub-menu-two {
  left: 270px;
  position: absolute;
  top: -3px;
  background: var(--theme-color-white);
  opacity: 0;
  transition: 0.5s;
  width: 225px;
  filter: drop-shadow(0px 5px 15px rgba(204, 204, 204, 0.25));
  border-top: 3px solid var(--theme-primary);
  visibility: hidden;
}
.reep-header-area .header-menu ul li .sub_menu .sub-menu-style-two:hover .sub-menu-two {
  left: 225px;
  opacity: 1;
  z-index: 9999999;
  visibility: visible;
}
.reep-header-area .header-menu ul li:hover .sub_menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.reep-header-area .header-right-wrapper .header-sidebar {
  text-align: right;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .reep-header-area .header-right-wrapper .header-sidebar {
    margin-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reep-header-area .header-right-wrapper .header-sidebar {
    margin-left: 0px;
  }
}
.reep-header-area .header-right-wrapper .header-sidebar .header-btn {
  display: inline-block;
  margin-left: 45px;
}
.reep-header-area .header-right-wrapper .header-sidebar .header-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  padding: 8px 40px;
  border: 1.2px solid var(--theme-color-white);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reep-header-area .header-right-wrapper .header-sidebar .header-btn a {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.reep-header-area .header-right-wrapper .header-sidebar .header-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.reep-header-area .header-right-wrapper .header-sidebar .header-btn a:hover {
  color: var(--theme-color1);
}
.reep-header-area .header-right-wrapper .header-sidebar .header-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.reep-header-area .header-right-wrapper .header-sidebar .header-sidbar-button {
  display: inline-block;
}
.reep-header-area .header-right-wrapper .header-sidebar .header-sidbar-button a {
  display: inline-block;
  color: var(--theme-color-white);
}
.reep-header-area .header-right-wrapper .header-sidebar .header-sidbar-button .menubars {
  width: 20px;
  height: 1px;
  line-height: 4px;
  text-align: left;
  background: transparent;
  position: relative;
  z-index: 1;
  top: 3px;
  right: -16px;
}
.reep-header-area .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
}
.reep-header-area .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span:nth-child(2) {
  width: 15px;
  text-align: left;
}
.reep-header-area .header-right-wrapper .header-sidebar .header-sidbar-button .menubars span:nth-child(3) {
  width: 10px;
  text-align: left;
}
.reep-header-area .sticky a.logo_two {
  display: block;
}
.reep-header-area .sticky a.active_logo {
  display: none;
}
.reep-header-area.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #1e1e1e !important;
  transition: 0.5s;
  z-index: 999 !important;
  -webkit-animation: 300ms running fadeInDown;
  animation: 800ms running fadeInUp;
  animation-name: slideInDown;
}

.sidebar-area {
  background-color: var(--theme-color1);
}
.sidebar-area .offcanvas-header .btn-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: transition(all 300ms ease);
  transition: all 300ms ease;
  font-size: 22px;
  color: var(--theme-color-light);
  background-color: transparent;
  opacity: 1;
  background-image: none;
  transition: transition(all 300ms ease);
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .offcanvas-header .btn-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-area .sidebar__body {
  margin-top: 30px;
}
.sidebar-area .sidebar__body .text-white {
  color: var(--theme-color-white);
  margin-bottom: 20px;
}
.sidebar-area .sidebar__body .sidebar__text {
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li {
  list-style: none;
}
.sidebar-area .sidebar__body .sidebar__contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-area .sidebar__body .sidebar__contact-info li i {
  display: inline-block;
  margin-right: 10px;
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li a {
  display: inline-block;
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__btns a {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 8px;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns a:hover {
  background-color: var(--theme-color2);
}
.sidebar-area .sidebar__body .sidebar__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__socials ul li {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__socials ul li a {
  display: inline-block;
  transition: all 300ms ease;
}
.sidebar-area .sidebar__body .sidebar__socials ul li:hover {
  background-color: var(--theme-color2);
}

/*** 
==============================
Section Title
==============================***/
.sec-title {
  margin-bottom: 65px;
}
.sec-title .section-sub-title {
  margin-bottom: 55px;
}
.sec-title .section-sub-title .sub-title {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  position: relative;
  z-index: 1;
  --logisko-bd-width: 1.5px;
}
.sec-title .section-sub-title .sub-title .sh-underline {
  width: 167px;
  height: 3px;
  position: absolute;
  left: -40px;
  right: 0;
  bottom: -6px;
  background: rgba(26, 26, 26, 0.1019607843);
  z-index: -1;
  margin: 0px auto;
}
.sec-title .section-sub-title .sub-title .sh-underline.wh {
  background: rgba(255, 255, 255, 0.3019607843);
}
.sec-title .section-sub-title .sub-title.wh {
  color: var(--theme-color-white) !important;
}
.sec-title .section-title .title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sec-title .section-title .title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title .section-title .title {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-title .section-title .title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sec-title .section-title .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.sec-title .section-title .title.wh {
  color: var(--theme-color-white);
}
.sec-title .section-desc p {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  width: 80%;
  margin: 20px auto 0px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title .section-desc p {
    width: 100%;
  }
}
.sec-title .section-desc p.wh {
  color: var(--theme-color-white);
}
.sec-title .section-btn a {
  display: inline-block;
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 500;
  border: 1.2px solid var(--theme-color-white);
  padding: 9px 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.sec-title .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.sec-title .section-btn a:hover {
  color: var(--theme-color1);
}
.sec-title .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

/*** =============================
    Banner Section one
==================================***/

/* Video Banner Background */
.banner-video-background {
    autoplay: true;
}

.banner-section-one {
    position: relative;
    overflow: hidden;
	height: 65em
}

.banner-video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -2;
    object-fit: cover;
}

.banner-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.banner-section-one .auto-container {
    position: relative;
    z-index: 1;
}

.banner-section-one {
  position: relative;
  padding: 280px 0px 260px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -112px;
}
.banner-section-one .banner-content-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-section-one .banner-content-wrap .banner-content h4 {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 4.8px;
  margin-bottom: 42px;
}
.banner-section-one .banner-content-wrap .banner-content h2 {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 70px;
  letter-spacing: 6px;
  margin-bottom: 62px;
  word-break: keep-all;
  overflow-wrap: normal;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-one .banner-content-wrap .banner-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-one .banner-content-wrap .banner-content h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.banner-section-one .banner-content-wrap .banner-video-btn {
  display: block !important;
}
.banner-section-one .banner-content-wrap .banner-video-btn a {
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  border: 1.2px solid var(--theme-color-white);
  border-radius: 50%;
  font-size: 32px;
  color: var(--theme-color-white);
  webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
}

.swiper.banner-active {
  position: relative;
  margin-top: -112px;
}
.swiper.banner-active .banner-content-wrap {
  padding-top: 215px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

/*** =============================
    Banner Section two
==================================***/
.banner-section-two {
  position: relative;
  padding: 320px 0px 240px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -112px;
}
.banner-section-two .banner-content-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}
.banner-section-two .banner-content-wrap .banner-content {
  position: relative;
}
.banner-section-two .banner-content-wrap .banner-content .banner-img {
  position: absolute;
  left: 140px;
  top: 10px;
}
.banner-section-two .banner-content-wrap .banner-content .banner-img2 {
  position: absolute;
  right: -155px;
  bottom: 15px;
}
.banner-section-two .banner-content-wrap .banner-content h2 {
  display: inline-block;
  color: var(--theme-color3);
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-two .banner-content-wrap .banner-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-two .banner-content-wrap .banner-content h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.banner-section-two .banner-content-wrap .banner-content h4 {
  color: var(--theme-color2);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin: 25px 0px 20px;
}
.banner-section-two .banner-content-wrap .banner-content p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
.banner-section-two .banner-content-wrap .banner-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color2);
  border: 1.2px solid var(--theme-color2);
  padding: 12px 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.banner-section-two .banner-content-wrap .banner-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color2);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.banner-section-two .banner-content-wrap .banner-btn a:hover {
  color: var(--theme-color-white);
}
.banner-section-two .banner-content-wrap .banner-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.banner-section-two .banner-content-wrap .circle-text {
  width: 150px;
  height: 150px;
  position: absolute;
  padding: 10px;
  bottom: -70px;
  right: 110px;
}
.banner-section-two .banner-content-wrap svg {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  animation: spin 20s linear infinite;
}
.banner-section-two .banner-content-wrap text {
  font-size: 30px;
  font-weight: 500;
  fill: #000;
  text-transform: uppercase;
  word-spacing: 20px;
  letter-spacing: 4px;
  font-family: var(--title-font);
}
.banner-section-two .banner-content-wrap .circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  border-radius: 50%;
}
.banner-section-two .banner-content-wrap .circle-icon i {
  display: inline-block;
  transform: rotate(-45deg);
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*** =============================
    Banner Section three
==================================***/
.banner-section-three {
  position: relative;
  padding: 220px 0px 195px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -112px;
}
.banner-section-three .banner-content-wrapper {
  position: relative;
}
.banner-section-three .banner-content-wrapper .banner-title {
  font-weight: 500;
  font-size: 160px;
  line-height: 160px;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin: 0;
  position: relative;
  z-index: 1;
}
.banner-section-three .banner-content-wrapper .banner-content-wrap {
  padding-top: 90px;
  position: relative;
}
.banner-section-three .banner-content-wrapper .banner-content-wrap .banner-content h4 {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  margin: 0;
}
.banner-section-three .banner-content-wrapper .banner-content-wrap .banner-content p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin: 16px 0px 40px;
  width: 28%;
}
.banner-section-three .banner-content-wrapper .banner-content-wrap .banner-content a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color1);
  border: 1.2px solid var(--theme-color1);
  padding: 8px 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.banner-section-three .banner-content-wrapper .banner-content-wrap .banner-content a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color2);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.banner-section-three .banner-content-wrapper .banner-content-wrap .banner-content a:hover {
  color: var(--theme-color-white);
}
.banner-section-three .banner-content-wrapper .banner-content-wrap .banner-content a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.banner-section-three .banner-content-wrapper .banner-content-wrap .banner-thumb31 {
  position: absolute;
  top: -50px;
  left: 33%;
}
.banner-section-three .banner-content-wrapper .banner-content-wrap .banner-thumb32 {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 69.7%;
}
.banner-section-three .banner-content-wrapper .banner-flower {
  position: absolute;
  top: -40px;
  right: -120px;
}

/*** =============================
    Banner Section four
==================================***/
.banner-section-four {
  padding: 277px 0px 186px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -112px;
  position: relative;
}
.banner-section-four .banner-content-wrap .banner-content {
  text-align: center;
}
.banner-section-four .banner-content-wrap .banner-content h2 {
  color: var(--theme-color-white);
  font-weight: 300;
  font-size: 140px;
  line-height: 150px;
  text-transform: uppercase;
}
.banner-section-four .banner-content-wrap .banner-content h2 span {
  color: var(--theme-color-white);
  display: inline-block;
  font-weight: 600;
  font-size: 140px;
  line-height: 150px;
  text-transform: uppercase;
}
.banner-section-four .banner-content-wrap .banner-content h3 {
  color: var(--theme-color-white);
  display: inline-block;
  font-weight: 600;
  font-size: 140px;
  line-height: 150px;
  text-transform: uppercase;
}
.banner-section-four .banner-content-wrap .banner-content h3 span {
  color: var(--theme-color-white);
  display: inline-block;
  font-weight: 300;
  font-size: 140px;
  line-height: 150px;
  text-transform: uppercase;
}
.banner-section-four .banner-content-wrap .banner-content h4 {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2.2px;
  margin: 20px 0 66px;
}
.banner-section-four .banner-content-wrap .banner-content a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 13px 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.banner-section-four .banner-content-wrap .banner-content a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.banner-section-four .banner-content-wrap .banner-content a:hover {
  color: var(--theme-color1);
}
.banner-section-four .banner-content-wrap .banner-content a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

/*** =============================
    banner-section-five
==================================***/
.banner-section-five {
  background: var(--theme-bg-color6);
  position: relative;
  z-index: 1;
}
.banner-section-five .banner-content-wrap {
  position: relative;
  padding: 170px 0px 200px;
}
.banner-section-five .banner-content-wrap .banner-content h4 {
  color: var(--theme-color1);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.3em;
  margin-bottom: 35px;
}
.banner-section-five .banner-content-wrap .banner-content h2 {
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 75px;
  line-height: 82px;
  margin: 0;
}
.banner-section-five .banner-content-wrap .banner-content p {
  color: var(--theme-color1);
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin: 18px 0px 50px;
}
.banner-section-five .banner-content-wrap .banner-content a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  padding: 13px 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.banner-section-five .banner-content-wrap .banner-content a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color1);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.banner-section-five .banner-content-wrap .banner-content a:hover {
  color: var(--theme-color-white);
}
.banner-section-five .banner-content-wrap .banner-content a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.banner-section-five .banner-content-wrap .banner-shape5 {
  position: absolute;
  top: 90px;
  left: -80px;
  animation: spin 20s linear infinite;
}
.banner-section-five .banner-thumb {
  position: absolute;
  top: 12px;
  right: 0;
}
/*** =============================
    banner-section-six
==================================***/
.banner-section-six {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -112px;
}
.banner-section-six .banner-content-wrap {
  position: relative;
  padding: 150px 0px 0px;
  text-align: center;
}
.banner-section-six .banner-content-wrap .banner-thumb {
  position: relative;
}
.banner-section-six .banner-content-wrap .banner-thumb .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 260px;
}
.banner-section-six .banner-content-wrap .banner-thumb .banner-content h2 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 250px;
  line-height: 260px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner-section-six .banner-content-wrap .banner-thumb .banner-content h4 {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 5.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.banner-section-six .banner-content-wrap .banner-thumb .banner-content .banner-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);

  text-align: center;
  border-radius: 50%;
  transform: rotate(90deg);
}

/*** =============================
    banner-section-saven
==================================***/
.banner-section-saven {
  padding: 310px 0px 225px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -112px;
  position: relative;
}
.banner-section-saven .banner-content-wrap .banner-content {
  text-align: center;
}
.banner-section-saven .banner-content-wrap .banner-content h4 {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.banner-section-saven .banner-content-wrap .banner-content h2 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 110px;
  line-height: 125px;
  margin: 0px;
}
.banner-section-saven .banner-content-wrap .banner-content a {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid var(--theme-color-white);
  padding: 12px 40px;
  transition: 0.5s;
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
.banner-section-saven .banner-content-wrap .banner-content a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.banner-section-saven .banner-content-wrap .banner-content a:hover {
  color: var(--theme-color1);
}
.banner-section-saven .banner-content-wrap .banner-content a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.reep-button a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  padding: 12px 37px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 300ms ease;
}
.reep-button a::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 165px;
  top: 20px;
}
.reep-button a i {
  display: inline-block;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 2px;
}
.reep-button a span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: #1e1e1e;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.reep-button a:hover span {
  width: 500px;
  height: 500px;
}

.brand-area-one .band-active {
  overflow-x: hidden;
}
.brand-area-one .band-active .brand-box {
  text-align: center;
}
.brand-area-one .brand-desc {
  text-align: center;
  padding-bottom: 20px;
}
.brand-area-one .brand-desc p {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  display: inline-block;
}

.work-section-one {
  padding: 132px 0 110px;
}
.work-section-one .section-sub-title .sub-title .sh-underline {
  width: 65px;
  left: 106px;
}
.work-section-one .section-desc P {
  margin: 45px 0 50px;
}
.work-section-one .work-thumb-wrapper {
  position: relative;
}
.work-section-one .work-thumb-wrapper .work-thumb1 {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 70px;
}
.work-section-one .work-thumb-wrapper .work-thumb2 {
  position: absolute;
  right: -20px;
  top: -185px;
}
.work-section-one .work-thumb-wrapper .work-logo {
  position: absolute;
  top: 335px;
  right: 100px;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}

.work-section-two {
  padding: 120px 0px 100px;
}
.work-section-two .sec-title .section-sub-title {
  margin-bottom: 35px;
}
.work-section-two .single-work-box {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 105px;
}
.work-section-two .single-work-box::before {
  position: absolute;
  content: "";
  width: 268px;
  height: 268px;
  background: var(--theme-bg-color6);
  left: 25px;
  top: -50px;
  z-index: -1;
  transform: rotate(45deg);
}
.work-section-two .single-work-box .work-title h3 {
  color: var(--theme-color2);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin: 30px 0px 0px;
}
.work-section-two .work-bottom {
  margin-top: 180px;
}
.work-section-two .work-bottom .work-title h2 {
  color: var(--text-color);
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  margin: 0px;
}
.work-section-two .work-bottom .work-desc p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: -50px;
}
.work-section-two .work-bottom .work-list {
  padding-left: 40px;
}
.work-section-two .work-bottom .work-list ul li {
  color: var(--text-color);
  list-style: inside;
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.feature-section-one {
  padding: 115px 0 155px;
  background: var(--theme-color-white);
}
.feature-section-one .feature-thumb {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.feature-section-one .feature-thumb::before {
  position: absolute;
  content: "";
  width: 394px;
  height: 377px;
  border-radius: 10px;
  border: 1px solid var(--theme-bg-color1);
  left: -20px;
  bottom: -4px;
}
.feature-section-one .feature-thumb.two {
  margin-top: 0px;
}
.feature-section-one .feature-thumb.two::before {
  display: none;
}
.feature-section-one .feature-thumb.three::before {
  left: 20px;
  bottom: -4px;
}
.feature-section-one .feature-item {
  padding-top: 120px;
}
.feature-section-one .feature-item .feature-item-box {
  text-align: center;
  margin-bottom: 20px;
}
.feature-section-one .feature-item .feature-item-box .feature-icon figure {
  margin: 0;
}
.feature-section-one .feature-item .feature-item-box .feature-content .feature-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 4.4px;
  margin-top: 25px;
}
.feature-section-one .feature-item .feature-item-box .feature-content .feature-desc {
  color: var(--text-color);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

.feature-section-two {
  padding: 0px 0 100px;
}
.feature-section-two .row {
  justify-content: center;
}
.feature-section-two .sec-title {
  text-align: center;
  width: 100%;
}
.feature-section-two .sec-title .section-title .title {
  text-align: center;
}
.feature-section-two .feature-item-box {
  margin-bottom: 20px;
  text-align: center;
}
.feature-section-two .feature-item-box .feature-icon {
  display: flex;
  justify-content: center;
}
.feature-section-two .feature-item-box .feature-icon figure {
  margin: 0;
}
.feature-section-two .feature-item-box .feature-content .feature-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 4.4px;
  margin-top: 25px;
}
.feature-section-two .feature-item-box .feature-content .feature-desc {
  color: var(--text-color);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

.feature-section-three {
  background: var(--theme-bg-color2);
  padding: 100px 0px 100px;
}
.feature-section-three .feature-item-box {
  background: var(--theme-bg-color1);
  text-align: center;
  padding: 70px 50px 50px;
}
.feature-section-three .feature-item-box .feature-content .feature-title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
.feature-section-three .feature-item-box .feature-content .feature-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.feature-section-four {
  padding: 120px 0px 115px;
  position: relative;
}
.feature-section-four .feature-item-box .feature-content .feature-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 22px;
}
.feature-section-four .feature-item-box .feature-content .feature-desc {

  color: var(--text-color);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 32px;
}
.feature-section-four .feature-item-box .feature-content .feature-btn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color5);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.feature-section-four .feature-item-box .feature-content .feature-btn::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: var(--theme-color1);
  content: "";
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.feature-section-four .feature-item-box .feature-content .feature-btn:hover {
  color: var(--theme-color1);
}
.feature-section-four .feature-item-box .feature-content .feature-btn:hover::before {
  width: 100%;
  opacity: 1;
}

.feature-section-five {
  padding: 110px 0px 75px;
}
.feature-section-five .feature-item-box {
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 40px;
}
.feature-section-five .feature-item-box .feature-content .feature-title {
  font-weight: 400;
  font-size: 20px;
  color: var(--theme-color6);
  margin-bottom: 12px;
}
.feature-section-five .feature-item-box .feature-content .feature-desc {
  color: var(--text-color);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.feature-section-six {
  padding: 100px 0px 85px;
  background: var(--theme-bg-color6);
}
.feature-section-six .feature-item-box {
  text-align: center;
  margin-bottom: 20px;
  padding: 40px 40px 23px;
  background: var(--theme-color-white);
}
.feature-section-six .feature-item-box .feature-content .feature-title {
  font-weight: 400;
  font-size: 20px;
  color: var(--theme-color6);
  margin: 28px 0px 20px;
}
.feature-section-six .feature-item-box .feature-content .feature-desc {
  color: var(--text-color);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.feature-section-saven {
  padding: 120px 0px 105px;
}
.feature-section-saven .feature-item-box {
  position: relative;
  margin-bottom: 80px;
  padding-right: 50px;
}
.feature-section-saven .feature-item-box.right {
  padding-left: 40px;
  padding-right: 10px;
}
.feature-section-saven .feature-item-box.right .feature-number {
  left: 25px;
}
.feature-section-saven .feature-item-box .feature-number {
  color: rgba(26, 26, 26, 0.05);
  font-weight: 600;
  font-size: 100px;
  position: absolute;
  z-index: -1;
  top: 40px;
  left: -10px;
}
.feature-section-saven .feature-item-box .feature-content .feature-title {
  color: var(--theme-color1);
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-top: 40px;
}
.feature-section-saven .feature-item-box .feature-content .feature-desc {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.about-section-one {
  background: var(--theme-bg-color1);
  padding: 0px 0px 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section-one {
    padding: 100px 0 130px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section-one {
    padding: 100px 0 130px;
  }
}
.about-section-one .about-thumb figure {
  margin: 0px;
}
.about-section-one .about-wrap {
  margin-left: 50px;
  position: relative;
}
.about-section-one .about-wrap .sec-title .section-sub-title {
  margin-bottom: 35px;
}
.about-section-one .about-wrap .sec-title {
  margin-bottom: 30px;
}
.about-section-one .about-wrap .about-desc p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 28px;
  width: 60%;
  margin-bottom: 50px;
}
.about-section-one .about-wrap .lines {
  padding: 5px 0 30px;
}
.about-section-one .about-wrap .lines .line {
  position: relative;
  width: 605px;
  height: 1px;
  background: rgba(217, 217, 217, 0.2);
  overflow: hidden;
  z-index: 5;
}
.about-section-one .about-wrap .lines .line::after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0px;
  width: 40px;
  height: 3px;
  background: var(--theme-color4);
  -webkit-animation: moveLeftBounces 35s linear infinite;
  animation: moveLeftBounces 35s linear infinite;
  overflow: hidden;
}
.about-section-one .about-wrap .section-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-white);
  padding: 10px 35px;
  border: 1.2px solid var(--theme-color-white);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.about-section-one .about-wrap .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.about-section-one .about-wrap .section-btn a:hover {
  color: var(--theme-color2);
}
.about-section-one .about-wrap .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.about-section-one .about-wrap .about-shape21 {
  position: absolute;
  left: 400px;
  bottom: -70px;
  animation: bounceleft 6s linear infinite;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
  font-size: 22px;
  font-weight: 600;
}

.nav-link {
  font-size: 22px;
  display: block;
  font-weight: 600;
  padding: 0.5rem 1rem 0.5rem 0rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
}

.nav {
  gap: 55px;
}

.about-section-two {
  padding: 120px 0px 110px;
  background: var(--theme-bg-color3);
}
.about-section-two .about-wrap {
  position: relative;
}
.about-section-two .about-content {
  background: var(--theme-bg-color4);
  position: absolute;
  top: 60px;
  left: 49%;
  padding: 56px 100px 65px 50px;
}
.about-section-two .about-content .sec-title {
  margin-bottom: 30px;
}
.about-section-two .about-content .sec-title .section-sub-title {
  margin-bottom: 15px;
}
.about-section-two .about-content .sec-title .section-title .title {
  letter-spacing: 0px;
}
.about-section-two .about-content .sec-title .section-desc p {
  width: 100%;
  margin: 25px 0 0px;
}
.about-section-two .about-content .about-list-item {
  margin-bottom: 45px;
}
.about-section-two .about-content .about-list-item ul li {
  margin-bottom: 12px;
}
.about-section-two .about-content .about-list-item ul li img {
  margin-right: 10px;
}
.about-section-two .about-content .section-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color-white);
  background: var(--theme-color1);
  padding: 9px 45px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.about-section-two .about-content .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.about-section-two .about-content .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.about-section-two .about-content .section-btn a:hover {
  color: var(--theme-color1);
}

.about-section-three {
  position: relative;
  padding: 116px 0px 170px;
}
.about-section-three .about-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
}
.about-section-three .about-content {
  padding-left: 40px;
}
.about-section-three .about-content .sec-title {
  margin-bottom: 45px;
}
.about-section-three .about-content .sec-title .section-sub-title {
  margin-bottom: 38px;
}
.about-section-three .about-content .sec-title .section-desc p {
  font-size: 16px;
  width: 100%;
  margin: 25px 0 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--theme-bg-color4);
}
.about-section-three .about-content .section-desc-two p {
  margin-bottom: 0px;
}
.about-section-three .about-content .section-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  border: 1.2px solid var(--theme-color1);
  padding: 13px 35px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.about-section-three .about-content .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color1);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.about-section-three .about-content .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.about-section-three .about-content .section-btn a:hover {
  color: var(--theme-color-white);
}
.about-section-three .about-shape41 {
  position: absolute;
  bottom: -40px;
  right: 410px;
  animation: bounceleft 6s linear infinite;
}

.about-section-four {
  padding: 120px 0px 110px;
  background: var(--theme-color1);
}
.about-section-four .about-thumb figure {
  margin: 0px;
}
.about-section-four .about-content .sec-title .section-sub-title {
  margin-bottom: 40px;
}
.about-section-four .about-content .sec-title {
  margin-bottom: 45px;
}
.about-section-four .about-content .section-desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  width: 85%;
  margin: 30px 0 25px;
}
.about-section-four .about-content .section-desc-two p {
  color: var(--theme-color-white);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  width: 85%;
}
.about-section-four .about-content .about-social .social-icon li {
  display: inline-block;
  margin-right: 40px;
}
.about-section-four .about-content .about-social .social-icon li a {
  display: inline-block;
  color: var(--theme-color8);
  font-size: 20px;
}

.about-section-five {
  padding: 120px 0px 120px;
}
.about-section-five .sec-title {
  margin-bottom: 55px;
}
.about-section-five .sec-title .section-desc p {
  font-size: 16px;
  line-height: 26px;
  width: 90%;
  margin: 23px 0 0px;
}
.about-section-five .section-btn a {
  display: inline-block;
  color: var(--theme-color1);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid var(--theme-color1);
  padding: 12px 35px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.about-section-five .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color1);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.about-section-five .section-btn a:hover {
  color: var(--theme-color-white);
}
.about-section-five .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.about-section-five .about-thumb {
  position: relative;
}
.about-section-five .about-thumb figure {
  margin: 0;
}
.about-section-five .about-thumb .counter-box {
  position: absolute;
  bottom: 65px;
  left: -90px;
  width: 160px;
  height: 160px;
  background: var(--theme-color1);
  text-align: center;
  padding-top: 25px;
}
.about-section-five .about-thumb .counter-box h3 {
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin-bottom: 10px;
}
.about-section-five .about-thumb .counter-box span {
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  color: var(--theme-color-white);
}
.about-section-five .about-thumb .counter-box p {
  color: var(--theme-color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
}


.testimonial-section-one {
  padding: 112px 0 100px;
  background: var(--theme-bg-color2);
  position: relative;
}
.testimonial-section-one .section-sub-title .sub-title .sh-underline {
  width: 106px;
  left: 360px;
}
.testimonial-section-one .testi-thumb-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 26px;
}
.testimonial-section-one .testi-thumb-wrapper .testi-avatars-img {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.testimonial-section-one .testi-thumb-wrapper .testi-avatars-img .testimonial-autor1 {
  display: inline-block;
}
.testimonial-section-one .testi-thumb-wrapper .testi-avatars-img .testimonial-autor2 {
  display: inline-block;
}
.testimonial-section-one .testi-thumb-wrapper .testi-avatars-img .testimonial-autor3 {
  display: inline-block;
}
.testimonial-section-one .testi-thumb-wrapper .testi-avatars-img .testimonial-autor4 {
  display: inline-block;
}
.testimonial-section-one .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-desc p {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  width: 65%;
  margin: 0px auto 35px;
}
.testimonial-section-one .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 7px;
}
.testimonial-section-one .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
.testimonial-section-one .testi-avatars-img > div img {
  border: 3px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
}
.testimonial-section-one .testi-avatars-img > div.active img {
  border-color: var(--theme-color-white);
  box-shadow: 0 0 10px rgba(103, 102, 255, 0.6);
}

.testimonial-section-two {
  padding: 125px 0 155px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.testimonial-section-two .sec-title {
  margin-bottom: 53px;
}
.testimonial-section-two .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  width: 90%;
  margin: 30px 0px 40px;
}
.testimonial-section-two .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}
.testimonial-section-two .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.testimonial-section-two .testimonial-thumb {
  position: absolute;
  top: -60px;
  right: 215px;
}
.testimonial-section-two .testimonial-thumb figure {
  margin: 0px;
  display: block;





}

.testimonial-section-three {
  padding: 112px 0 100px;
  background: var(--theme-bg-color3);
  position: relative;
}
.testimonial-section-three .sec-title .section-sub-title {
  margin-bottom: 18px;
}

.testimonial-section-three .sec-title .section-sub-title .sub-title {
  letter-spacing: 0px;
}
.testimonial-section-three .sec-title .section-title .title {
  letter-spacing: 0px;
}
.testimonial-section-three .testi-thumb-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 26px;
}
.testimonial-section-three .testi-thumb-wrapper .testi-avatars-img {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.testimonial-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor1 {
  display: inline-block;
}
.testimonial-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor2 {
  display: inline-block;
}
.testimonial-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor3 {
  display: inline-block;
}
.testimonial-section-three .testi-thumb-wrapper .testi-avatars-img .testimonial-autor4 {
  display: inline-block;
}
.testimonial-section-three .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-desc p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  width: 65%;
  margin: 0px auto 35px;
}
.testimonial-section-three .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color1);
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 7px;
}
.testimonial-section-three .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: var(--text-color);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
.testimonial-section-three .testi-avatars-img > div img {
  border: 3px solid transparent;
  border-radius: 50%;
  transition: 0.3s;
}
.testimonial-section-three .testi-avatars-img > div.active img {
  border-color: var(--theme-color-white);
  box-shadow: 0 0 10px rgba(103, 102, 255, 0.6);
}

.testimonial-section-four {
  padding: 120px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.testimonial-section-four .sec-title .section-sub-title {
  margin-bottom: 35px;
}
.testimonial-section-four .sec-title {
  margin-bottom: 53px;
}
.testimonial-section-four .testi-active .swiper-wrapper .swiper-slide .testi-box {
  text-align: center;
}
.testimonial-section-four .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-desc p {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  width: 70%;
  margin: 20px auto 30px;
}
.testimonial-section-four .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 5px;
}
.testimonial-section-four .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: var(--theme-color8);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
}
.testimonial-section-four .testimonial-thumb {
  position: absolute;
  top: -80px;
  right: -10px;
}
.testimonial-section-four .testimonial-thumb figure {
  margin: 0px;
  display: block;
}

.call-to-action-one {
  padding: 125px 0 120px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.call-to-action-one .section-desc p {
  margin: 46px auto 50px;
}
.call-to-action-one .section-desc p.desc-4 {
  width: 50%;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}



.call-to-action-two {
  padding: 145px 0px 54px;
  position: relative;
  text-align: center;
}
.call-to-action-two .sec-title {
  text-align: center;
}
.call-to-action-two .section-desc {
  max-width: 800px;
  margin: 0 auto;
}
.call-to-action-two .section-desc p {
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
}
.call-to-action-two::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 2px;
  background: var(--theme-color2);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 0;
}
.call-to-action-two .section-btn {
  margin-top: 53px;
}
.call-to-action-two .section-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-white);
  background: var(--theme-color1);
  padding: 9px 40px;
  border: transparent;
}

.call-to-action-three {
  padding: 160px 0 90px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.call-to-action-three .section-desc p {
  margin: 42px auto 50px;
  width: 50%;
  color: rgba(255, 255, 255, 0.7) !important;
}

.main-footer-one {
  padding: 120px 0 120px;
  position: relative;
  background: var(--theme-color2);
  text-align: center;
}
.main-footer-one .subcribe-form .subcribe-title h4 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 24px;
}
.main-footer-one .subcribe-form .subcribe-desc p {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.main-footer-one .subcribe-form .subscribe-box {
  margin: 45px 0px 80px;
}
.main-footer-one .subcribe-form .subscribe-box input {
  background: var(--theme-color-white);
  position: relative;
  color: var(--theme-color-white);
  width: 42.5%;
  height: 50px;
  padding: 20px;
}
.main-footer-one .subcribe-form .subscribe-box input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.main-footer-one .subcribe-form .subscribe-box input:focus {
  background: none;
  outline: none;
}
.main-footer-one .subcribe-form .subscribe-box button {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 185px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 20px;
}
.main-footer-one .footer-social-icon {
  margin: 55px 0px 30px;
}
.main-footer-one .footer-social-icon .social-icon li {
  display: inline-block;
  margin: 0px 18px;
}
.main-footer-one .footer-social-icon .social-icon li a {
  display: inline-block;
  font-size: 20px;
  color: var(--theme-color-white);
}
.main-footer-one .footer-menu ul li {
  margin: 0px 15px;
  display: inline-block;
  position: relative;
}
.main-footer-one .footer-menu ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.6);
  right: -18px;
  top: 5px;
}
.main-footer-one .footer-menu ul li:last-child::before {
  display: none;
}
.main-footer-one .footer-menu ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}
.main-footer-one .copyright-text {
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}

.main-footer-two {
  padding: 120px 0px 40px;
}
.main-footer-two .footer-content .footer-desc p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px 0px 32px;
}
.main-footer-two .footer-content .footer-social-icon .social-icon li {
  display: inline-block;
  margin-right: 30px;
}
.main-footer-two .footer-content .footer-social-icon .social-icon li a {
  display: inline-block;
  font-size: 20px;
  color: var(--theme-bg-color2);
}
.main-footer-two .footer-content .footer-title h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.2px;
  color: var(--theme-color1);
  margin-bottom: 50px;
}
.main-footer-two .footer-content .footer-menu ul span {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 12px;
}
.main-footer-two .footer-content .footer-menu ul li {
  margin-bottom: 12px;
}
.main-footer-two .footer-content .footer-menu ul li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 20px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.main-footer-two .footer-content .footer-menu ul li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(11, 11, 11, 0.5);
  border-radius: 50%;
  left: 0px;
  top: 8px;
  transition: 0.5s;
}
.main-footer-two .footer-content .footer-menu ul li a:hover {
  color: var(--theme-bg-color2);
}
.main-footer-two .footer-content .footer-menu ul li a:hover::before {
  background: var(--theme-bg-color2);
}
.main-footer-two .footer-content.pl {
  padding-left: 60px;
}
.main-footer-two .copyright-text {
  display: inline-block;
  font-size: 17px;
  color: var(--theme-color2);
  border-top: 1px solid var(--theme-color4);
  text-align: center;
  padding-top: 40px;
  margin-top: 140px;
}

.main-footer-three {
  padding: 120px 0 120px;
  position: relative;
  background: var(--theme-bg-color5);
  text-align: center;
}
.main-footer-three .subcribe-form .subcribe-title h4 {
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 24px;
}
.main-footer-three .subcribe-form .subcribe-desc p {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-color);
}
.main-footer-three .subcribe-form .subscribe-box {
  margin: 45px 0px 80px;
}
.main-footer-three .subcribe-form .subscribe-box input {
  background: var(--theme-color-white);
  position: relative;
  color: var(--theme-color1);
  width: 42.5%;
  height: 50px;
  padding: 20px;
}
.main-footer-three .subcribe-form .subscribe-box input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.main-footer-three .subcribe-form .subscribe-box input:focus {
  background: none;
  outline: none;
}
.main-footer-three .subcribe-form .subscribe-box button {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-white);
  text-transform: uppercase;
  width: 185px;
  height: 45px;
  background: var(--theme-color1);
  margin-left: 20px;
}
.main-footer-three .footer-social-icon {
  margin: 55px 0px 30px;
}
.main-footer-three .footer-social-icon .social-icon li {
  display: inline-block;
  margin: 0px 18px;
}
.main-footer-three .footer-social-icon .social-icon li a {
  display: inline-block;
  font-size: 20px;
  color: var(--text-color);
}
.main-footer-three .footer-menu ul li {
  margin: 0px 15px;
  display: inline-block;
  position: relative;
}
.main-footer-three .footer-menu ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(26, 26, 26, 0.6);
  right: -18px;
  top: 5px;
}
.main-footer-three .footer-menu ul li:last-child::before {
  display: none;
}
.main-footer-three .footer-menu ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
  color: rgba(26, 26, 26, 0.6);
}
.main-footer-three .copyright-text {
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
  color: rgba(26, 26, 26, 0.6);
}

.project-section-one {
  padding: 120px 0 0px;
  position: relative;
}
.project-section-one .sec-title {
  margin-bottom: 90px;
}
.project-section-one .section-sub-title .sub-title .sh-underline {
  width: 121px;
  left: 130px;
}
.project-section-one .section-desc p {
  margin: 45px auto;
}
.project-section-one .project-box .project-thumb {
  position: relative;
  margin-bottom: 96px;
}
.project-section-one .project-box .project-thumb.mb {
  margin-bottom: 0px;
}
.project-section-one .project-box .project-thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--theme-color1);
  width: 90%;
  height: 0%;
  transition: all 0.4s ease-in-out;
}
.project-section-one .project-box .project-thumb:hover::before {
  height: 100%;
}

.project-section-one .project-box .project-thumb figure {
  margin: 0;
}
.project-section-one .project-box .project-thumb a {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 22px;
  position: absolute;
  top: 46%;
  left: 90px;
  transform: translateY(50px);
  transition: 0.5s;
  opacity: 0;
}
.project-section-one .project-box .project-thumb:hover a {
  transform: translateY(0px);
  opacity: 1;
}
.project-section-one .project-box .project-thumb.five {
  transform: translateY(-125px);
}

.project-section-two {
  padding: 120px 0 0px;
  position: relative;
}
.project-section-two.six {
  padding: 120px 0 120px;
}
.project-section-two .sec-title {
  margin-bottom: 90px;
}
.project-section-two .section-desc p {
  margin: 45px auto;
}
.project-section-two .project-items {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr 1.34fr 1fr;
}
.project-section-two .project-items.two {
  grid-template-columns: 1.34fr 1fr 1fr;
}
.project-section-two .project-items.two .project-box .project-thumb {
  margin-bottom: 0px;
}
.project-section-two .project-items .project-box .project-thumb {
  position: relative;
  margin-bottom: 60px;
}
.project-section-two .project-items .project-box .project-thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 11, 11, 0.7);
  width: 100%;
  height: 0%;
  transition: all 0.4s ease-in-out;
}
.project-section-two .project-items .project-box .project-thumb:hover::before {
  height: 100%;
}
.project-section-two .project-items .project-box .project-thumb figure {
  margin: 0;
  width: 100%;
}
.project-section-two .project-items .project-box .project-thumb figure img {
  width: 100%;
}
.project-section-two .project-items .project-box .project-thumb a {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 22px;
  position: absolute;
  top: 46%;
  left: 36%;
  transform: translateY(50px);
  transition: 0.5s;
  opacity: 0;
}
.project-section-two .project-items .project-box .project-thumb span {
  position: absolute;
  top: 56%;
  left: 44%;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-white);
  transform: translateY(50px);
  transition: 0.5s;
  opacity: 0;
}
.project-section-two .project-items .project-box .project-thumb:hover a {
  transform: translateY(0px);
  opacity: 1;
}
.project-section-two .project-items .project-box .project-thumb:hover span {
  transform: translateY(0px);
  opacity: 1;
}

.project-section-three {
  padding: 120px 0px 100px;
}
.project-section-three.saven {
  padding: 180px 0px 100px;
}
.project-section-three .sec-title .section-sub-title {
  margin-bottom: 35px;
}
.project-section-three .sec-title {
  margin-bottom: 58px;
}
.project-section-three .sec-title .section-desc p {
  margin: 30px auto 0px;
}
.project-section-three .project-box .project-thumb figure {
  margin: 0px;
}
.project-section-three .project-box .project-content {
  padding-top: 30px;
}
.project-section-three .project-box .project-content .title {
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 8px;
}
.project-section-three .project-box .project-content .desc {
  color: var(--theme-color1);
  font-weight: 400;
  font-size: 16px;
}

.project-section-four {
  padding: 110px 0px 90px;
}
.project-section-four .sec-title .section-sub-title {
  margin-bottom: 40px;
}
.project-section-four .project-box {
  margin-bottom: 25px;
  transition: 0.5s;
}
.project-section-four .project-box .project-thumb {
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  width: 100%;
}
.project-section-four .project-box .project-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.project-section-four .project-box .project-thumb figure {
  margin: 0;
  width: 100%;
}
.project-section-four .project-box .project-thumb figure img {
  width: 100%;
}
.project-section-four .project-box .project-thumb a {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--theme-color1);
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin: 0;
  padding: 35px 0;
  transform: translateY(96px);
  opacity: 0;
  transition: 0.5s;
}
.project-section-four .project-box:hover .project-thumb a {
  transform: translateY(0px);
  opacity: 1;
}
.project-section-four .project-box:hover .project-thumb::before {
  animation: shine 800ms;
}

.accordion-section-one {
  padding: 120px 0 50px;
  position: relative;
  z-index: 1;
}
.accordion-section-one.inner {
  padding: 120px 0 120px;
}
.accordion-section-one .section-sub-title .sub-title .sh-underline {
  width: 92px;
  left: 75px;
}
.accordion-section-one .section-desc p {
  margin: 50px 0 0px;
}
.accordion-section-one .tab_container {
  overflow: hidden;
  position: relative;
}
.accordion-section-one .tab_container .accordion li {
  list-style: none;
}
.accordion-section-one .tab_container .accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 26px 0px 25px 0px;
  z-index: 1;
  font-size: 30px;
  color: var(--theme-color1);
  font-weight: 500;
  font-family: var(--title-font);
  border-top: 1.2px solid var(--theme-color2);
}
.accordion-section-one .tab_container .accordion li a::before {
  width: 2px;
  height: 18px;
  background: var(--theme-color1);
  position: absolute;
  right: 7px;
  content: " ";
  top: 32px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-one .tab_container .accordion li a::before {
    right: 23px;
    top: 32px;
  }
}
.accordion-section-one .tab_container .accordion li a::after {
  width: 18px;
  height: 2px;
  background: var(--theme-color1);
  position: absolute;
  right: 0px;
  content: " ";
  top: 40px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-one .tab_container .accordion li a::after {
    right: 15px;
  }
}
.accordion-section-one .tab_container .accordion li a.active::after {
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
}
.accordion-section-one .tab_container .accordion li a.active::before {
  display: none;
}
.accordion-section-one .tab_container .accordion li a.active {
  border-top: 1.2px solid var(--theme-color2);
  padding: 26px 0px 20px 0px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-one .tab_container .accordion li a.active {
    padding: 26px 15px 25px 15px;
  }
}
.accordion-section-one .tab_container .accordion li a.active span {
  color: var(--theme-color1);
}
.accordion-section-one .tab_container .accordion li a span {
  position: relative;
  z-index: 1;
}
.accordion-section-one .tab_container .accordion li p {
  display: none;
  padding: 0px 0px 20px 0px;
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  line-height: 28px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--text-font);
}
.accordion-section-one .tab_container .accordion li:last-child {
  border-bottom: 1.2px solid var(--theme-color2);
}
.accordion-section-one .section-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color2);
  padding: 10px 35px;
  border: 1.2px solid var(--theme-color2);
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.accordion-section-one .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color2);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.accordion-section-one .section-btn a:hover {
  color: var(--theme-color-white);
}
.accordion-section-one .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.accordion-section-one .accordian-shape21 {
  position: absolute;
  left: 695px;
  bottom: 50px;
  animation: bounceleft 6s linear infinite;
}

.accordion-section-two {
  padding: 128px 0 106px;
  background: var(--theme-bg-color4);
  position: relative;
  z-index: 1;
}
.accordion-section-two .sec-title .section-title .title {
  letter-spacing: 0px;
}
.accordion-section-two .sec-title {
  margin-bottom: 40px;
  padding-left: 60px;
}
.accordion-section-two .section-desc p {
  margin: 25px 0 0px;
  width: 55%;
}
.accordion-section-two .tab_container {
  overflow: hidden;
  position: relative;
  padding: 0 62px;
}
.accordion-section-two .tab_container .accordion li {
  list-style: none;
}
.accordion-section-two .tab_container .accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 26px 0px 25px 0px;
  z-index: 1;
  font-size: 20px;
  color: var(--theme-color2);
  font-weight: 500;
  font-family: var(--title-font);
  border-top: 1px solid var(--theme-color2);
}
.accordion-section-two .tab_container .accordion li a::before {
  width: 2px;
  height: 12px;
  background: var(--theme-color1);
  position: absolute;
  right: 5px;
  content: " ";
  top: 35px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-two .tab_container .accordion li a::before {
    right: 20px;
    top: 35px;
  }
}
.accordion-section-two .tab_container .accordion li a::after {
  width: 12px;
  height: 2px;
  background: var(--theme-color1);
  position: absolute;
  right: 0px;
  content: " ";
  top: 40px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-two .tab_container .accordion li a::after {
    right: 15px;
  }
}
.accordion-section-two .tab_container .accordion li a.active::after {
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
}
.accordion-section-two .tab_container .accordion li a.active::before {
  display: none;
}
.accordion-section-two .tab_container .accordion li a.active {
  border-top: 1px solid var(--theme-color2);
  padding: 26px 0px 15px 0px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-section-two .tab_container .accordion li a.active {
    padding: 26px 15px 25px 0px;
  }
}
.accordion-section-two .tab_container .accordion li a.active span {
  color: var(--theme-color1);
}
.accordion-section-two .tab_container .accordion li a span {
  position: relative;
  z-index: 1;
}
.accordion-section-two .tab_container .accordion li p {
  display: none;
  padding: 0px 0px 25px 0px;
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  line-height: 28px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--text-font);
}
.accordion-section-two .tab_container .accordion li:last-child {
  border-bottom: 1px solid var(--theme-color2);
}
.accordion-section-two .accordion-thumb31 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.accordion-section-two .accordion-thumb32 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.blog-section-one {
  padding: 120px 0 55px;
  position: relative;
  z-index: 1;
}
.blog-section-one .sec-title {
  margin-bottom: 38px;
}
.blog-section-one .section-sub-title .sub-title .sh-underline {
  width: 66px;
  height: 2px;
  left: 85px;
}
.blog-section-one .section-btn {
  text-align: right;
}
.blog-section-one .section-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color2);
}
.blog-section-one .section-desc p {
  width: 70%;
}
.blog-section-one .single-blog-box {
  position: relative;
  z-index: 2;
  transition: 0.5s;
  margin-bottom: 20px;
}
.blog-section-one .single-blog-box.two {
  position: relative;
  margin-top: -100px;
}
.blog-section-one .single-blog-box.three {
  position: relative;
  margin-top: -220px;
}
.blog-section-one .single-blog-box .blog-thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  overflow: hidden;
}
.blog-section-one .single-blog-box .blog-thumb img {
  transition: all 2s ease;
  background-size: cover;
  width: 100%;
}
.blog-section-one .single-blog-box .blog-thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-section-one .single-blog-box .blog-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-section-one .single-blog-box .blog-thumb:hover img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-section-one .single-blog-box .blog-thumb:hover img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-section-one .single-blog-box .blog-content .blog-title {
  margin: 40px 0px 22px;
}
.blog-section-one .single-blog-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color2);
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.blog-section-one .single-blog-box .blog-content .blog-btn a {
  color: var(--theme-color2);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.blog-section-one .single-blog-box:hover .blog-content .blog-title a {
  color: var(--theme-primary);
}

.blog-section-two {
  padding: 110px 0 95px;
  position: relative;
  z-index: 1;
}
.blog-section-two .sec-title .section-sub-title {
  margin-bottom: 32px;
}
.blog-section-two .sec-title {
  margin-bottom: 55px;
}
.blog-section-two .section-desc p {
  width: 40%;
  margin: 30px auto 0px;
}
.blog-section-two .single-blog-box {
  position: relative;
  z-index: 2;
  transition: 0.5s;
  margin-bottom: 20px;
}
.blog-section-two .single-blog-box .blog-thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  overflow: hidden;
}
.blog-section-two .single-blog-box .blog-thumb img {
  transition: all 2s ease;
  background-size: cover;
  width: 100%;
}
.blog-section-two .single-blog-box .blog-thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-section-two .single-blog-box .blog-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-section-two .single-blog-box .blog-thumb:hover img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-section-two .single-blog-box .blog-thumb:hover img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-section-two .single-blog-box .blog-content .blog-title {
  margin: 40px 0px 22px;
}
.blog-section-two .single-blog-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color2);
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.blog-section-two .single-blog-box .blog-content .blog-btn a {
  color: var(--theme-color2);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.blog-section-two .single-blog-box:hover .blog-content .blog-title a {
  color: var(--theme-primary);
}

.blog-section-three {
  padding: 120px 0 120px;
  background: var(--theme-bg-color3);
  position: relative;
  z-index: 1;
}
.blog-section-three .sec-title .section-sub-title {
  margin-bottom: 32px;
}
.blog-section-three .sec-title {
  margin-bottom: 55px;
}
.blog-section-three .sec-title .section-title .title {
  letter-spacing: 0px;
}
.blog-section-three .single-blog-box {
  position: relative;
  z-index: 2;
  transition: 0.5s;
  margin-bottom: 20px;
}
.blog-section-three .single-blog-box .blog-thumb {
  position: relative;
  z-index: 1;
  line-height: 0;
  overflow: hidden;
}
.blog-section-three .single-blog-box .blog-thumb img {
  transition: all 2s ease;
  background-size: cover;
  width: 100%;
}
.blog-section-three .single-blog-box .blog-thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-section-three .single-blog-box .blog-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-section-three .single-blog-box .blog-thumb:hover img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-section-three .single-blog-box .blog-thumb:hover img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-section-three .single-blog-box .blog-content .blog-title {
  margin: 40px 0px 16px;
}
.blog-section-three .single-blog-box .blog-content .blog-title a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color2);
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.blog-section-three .single-blog-box .blog-content .blog-desc {
  color: var(--text-color);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
.blog-section-three .blog-btn {
  text-align: center;
  margin-top: 25px;
}
.blog-section-three .blog-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  padding: 8px 45px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.blog-section-three .blog-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color1);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.blog-section-three .blog-btn a:hover {
  color: var(--theme-color-white);
}
.blog-section-three .blog-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.service-section-one {
  background: var(--theme-bg-color4);
  position: relative;
  z-index: 1;
}
.service-section-one .service-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
}
.service-section-one .service-thumb figure {
  margin: 0px;
}
.service-section-one .service-thumb-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.service-section-one .service-thumb-two figure {
  margin: 0px;
  display: block;
}
.service-section-one .service-content {
  padding: 225px 0px 165px 105px;
}
.service-section-one .service-content.two {
  padding: 225px 50px 165px 0px;
}
.service-section-one .service-content .sec-title .section-sub-title {
  margin-bottom: 18px;
}
.service-section-one .service-content .sec-title .section-sub-title .sub-title {
  letter-spacing: 0px;
}
.service-section-one .service-content .sec-title .section-title .title {
  color: var(--theme-color2);
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0px;
}
.service-section-one .service-content .sec-title .section-desc p {
  width: 100%;
  margin: 20px 0 42px;
}
.service-section-one .service-content .sec-title .section-btn a {
  color: var(--theme-color-white);
  background: var(--theme-color1);
  border: 0;
  padding: 9px 40px;
}
.service-section-one .service-content .sec-title .section-btn a:hover {
  color: var(--theme-color1);
}

.service-section-two {
  position: relative;
  padding: 120px 0 120px;
}
.service-section-two .sec-title .section-sub-title {
  margin-bottom: 35px;
}
.service-section-two .section-btn {
  text-align: right;
  margin-top: -45px;
}
.service-section-two .section-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  border: 1.2px solid var(--theme-color1);
  padding: 13px 35px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.service-section-two .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color1);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.service-section-two .section-btn a:hover {
  color: var(--theme-color-white);
}
.service-section-two .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.service-section-two .service-item {
  position: relative;
}
.service-section-two .service-item .service-thumb {
  position: absolute;
}
.service-section-two .service-item .service-thumb figure {
  margin: 0;
}
.service-section-two .service-item .service-thumb figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.service-section-two .service-box {
  border-top: 1px solid var(--theme-color4);
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  display: grid;
  grid-gap: 35px;
  grid-template-columns: 0.1fr 1.6fr 2fr 0.4fr;
  margin-left: 85px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.service-section-two .service-box:hover {
  transform: translateX(5px);
}
.service-section-two .service-box.four {
  border-bottom: 1px solid var(--theme-color4);
}
.service-section-two .service-box .service-num span {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.service-section-two .service-box .service-title .title {
  font-size: 28px;
  font-weight: 600;
  color: var(--theme-color1);
}
.service-section-two .service-box .content .description_text {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.service-section-two .service-box .service-btn {
  text-align: right;
}
.service-section-two .service-box .service-btn a {
  display: inline-block;
  transform: rotate(-45deg);
  color: var(--theme-color1);
  font-size: 22px;
}

.service-section-three {
  position: relative;
  z-index: 1;
}
.service-section-three .service-bg {
  background: var(--theme-color1);
  position: relative;
  overflow: hidden;
}
.service-section-three .service-content {
  padding: 0px 0px 0 50px;
  position: relative;
}
.service-section-three .service-content.two {
  padding: 0px 0px 0px 50px;
}
.service-section-three .service-content .sec-title .section-sub-title {
  margin-bottom: 40px;
}
.service-section-three .service-content .sec-title .section-desc p {
  width: 85%;
  margin: 35px 0 40px;
  font-size: 16px;
}
.service-section-three .service-content .sec-title .section-btn a {
  color: var(--theme-color-white);
  padding: 13px 35px;
}
.service-section-three .service-content .sec-title .section-btn a:hover {
  color: var(--theme-color1);
}
.service-section-three .service-content .serive-shape51 {
  position: absolute;
  right: 90px;
  top: -75px;
  animation: spin 10s linear infinite;
}
.service-section-three .service-content .serive-shape52 {
  position: absolute;
  right: -110px;
  bottom: -270px;
  animation: spin 20s linear infinite;
}
.service-section-three .service-thumb figure {
  margin: 0px;
  width: 100%;
}
.service-section-three .service-thumb figure img {
  width: 100%;
}
.service-section-three .service-thumb-two figure {
  margin: 0px;
  display: block;
}
.service-section-three .service-thumb-two figure img {
  width: 100%;
}

.service-section-four {
  padding: 125px 0px 90px;
}
.service-section-four .sec-title .section-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  margin: 30px auto 0px;
}
.service-section-four .sec-title {
  margin-bottom: 55px;
}
.service-section-four .single-flip-box {
  margin-bottom: 30px;
  transition: 0.5s;
}
.service-section-four .single-flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.service-section-four .single-flip-box .flip-box-front, .service-section-four .single-flip-box .flip-box-back {
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.service-section-four .single-flip-box .flip-box-front {
  background: var(--theme-color2);
  position: relative;
  padding: 40px 25px 52px;
  text-align: center;
}
.service-section-four .single-flip-box .flip-box-front .front-title h2 {
  font-weight: 400;
  font-size: 20px;
  color: var(--theme-color-white);
  margin: 30px 0px 0px;
}
.service-section-four .single-flip-box .flip-box-back {
  padding: 50px 10px 52px;
  background: var(--theme-color2);
  text-align: center;
  transform: rotateX(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.service-section-four .single-flip-box .flip-box-back .back-title h2 {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 20px;
  color: var(--theme-color-white);
}
.service-section-four .single-flip-box .flip-box-back .back-desc-part p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  margin: 0;
}
.service-section-four .single-flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.service-section-five {
  background: var(--theme-primary);
  position: relative;
  padding: 120px 0 120px;
  overflow: hidden;
}
.service-section-five .service-box {
  background: var(--theme-color1);
  display: grid;
  grid-template-columns: 0.8fr 1fr 50px;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
  padding: 52px 52px 40px 52px;
  position: relative;
  transition: all 0.5s ease;
}
.service-section-five .service-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 250px;
  left: 50%;
  top: 0px;
  background: url(../images/demo-img/service-image6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  transition: 0.5s;
  z-index: 1;
  transform: rotate(16deg);
}
.service-section-five .service-box.active::before {
  width: 250px;
}
.service-section-five .service-box .service-title .title {
  margin: 0px;
}
.service-section-five .service-box .service-title .title a {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 60px;
  line-height: 35px;
  text-transform: uppercase;
}
.service-section-five .service-box .content {
  flex: 0 0 65%;
}
.service-section-five .service-box .content p {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 85%;
  margin: 0;
}
.service-section-five .service-box .service-btn {
  text-align: right;
}
.service-section-five .service-box .service-btn a {
  display: inline-block;
  font-size: 20px;
  color: var(--theme-color-white);
  transform: rotate(-45deg);
}
.service-section-five .section-btn {
  text-align: right;
  margin-top: -45px;
}
.service-section-five .section-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-white);
  border: 1.2px solid var(--theme-color-white);
  padding: 13px 35px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.service-section-five .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.service-section-five .section-btn a:hover {
  color: var(--theme-color1);
}
.service-section-five .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.service-section-six {
  padding: 100px 0px 120px;
}
.service-section-six .sec-title .section-btn a {
  border: 1.2px solid var(--theme-color1);
  color: var(--theme-color1);
  margin-top: 50px;
}

.service-section-six .sec-title .section-btn a::before {
  background: var(--theme-color1);
}
.service-section-six .sec-title .section-btn a:hover {
  color: var(--theme-color-white);
}
.service-section-six .service-thumb-wrapper {
  background: var(--theme-bg-color6);
  padding: 50px 50px 40px;
}
.service-section-six .service-thumb-wrapper .service-content h4 {
  color: var(--theme-color2);
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 10px;
}
.service-section-six .service-thumb-wrapper .service-content p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}

.why-choose-section-one {
  padding: 120px 0 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.why-choose-section-one .sec-title {
  margin-bottom: 30px;
  margin-left: 35px;
}
.why-choose-section-one .sec-title .section-sub-title {
  margin-bottom: 40px;
}
.why-choose-section-one .sec-title .section-desc p {
  font-size: 16px;
  width: 100%;
  margin: 30px 0 0px;
}
.why-choose-section-one .why-choose-thumb {
  position: absolute;
  left: 210px;
}
.why-choose-section-one .choose-list-item {
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  gap: 40px;
  padding: 40px 30px 18px 30px;
  margin-bottom: 45px;
  margin-left: 35px;
}
.why-choose-section-one .choose-list-item .choose-list ul li {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.why-choose-section-one .choose-list-item .choose-list ul li img {
  margin-right: 12px;
}
.why-choose-section-one .section-btn {
  margin-left: 35px;
}
.why-choose-section-one .section-btn a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-white);
  border: 1.2px solid var(--theme-color-white);
  padding: 13px 35px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.why-choose-section-one .section-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color-white);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}
.why-choose-section-one .section-btn a:hover {
  color: var(--theme-color1);
}
.why-choose-section-one .section-btn a:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.counter-section-one {
  padding: 70px 110px 100px;
}
.counter-section-one .counter-desc p {
  color: var(--theme-color1);
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.counter-section-one .counter-box {
  text-align: center;
  border: transparent;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 80px 0;
  transition: 0.5s;
}
.counter-section-one .counter-box.active {
  text-align: center;
  border: 1.2px solid rgba(26, 26, 26, 0.2);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 80px 0;
  transition: 0.5s;
}
.counter-section-one .counter-box:hover {
  border: 1.2px solid rgba(26, 26, 26, 0.2);
}
.counter-section-one .counter-box .counter {
  display: inline-block;
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 90px;
  margin: 0;
}
.counter-section-one .counter-box span {
  display: inline-block;
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 90px;
}
.counter-section-one .counter-box p {
  color: var(--text-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

.counter-section-two {
  padding: 70px 0px 160px;
}
.counter-section-two .counter-border {
  border-top: 1px solid var(--theme-color4);
  padding-top: 90px;
}
.counter-section-two .counter-box .counter {
  display: inline-block;
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.counter-section-two .counter-box span {
  display: inline-block;
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
}
.counter-section-two .counter-box p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}

.counter-section-three {
  background: var(--theme-color1);
  padding: 120px 0px 120px;
}
.counter-section-three .sec-title .section-sub-title {
  margin-bottom: 35px;
}
.counter-section-three .sec-title .section-sub-title .sub-title {
  font-weight: 600;
  font-size: 17px;
  text-transform: lowercase;
  letter-spacing: 0;
}
.counter-section-three .counter-box {
  text-align: center;
  border: transparent;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 90px 0px;
  transition: 0.5s;
  background: rgba(26, 26, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 100px;
}
.counter-section-three .counter-box.two {
  width: 380px;
  height: 380px;
  padding: 130px 0px;
  margin-left: -60px;
}
.counter-section-three .counter-box.three {
  width: 330px;
  height: 330px;
  padding: 105px 0px;
  margin-top: 0;
  margin-left: -66px;
}
.counter-section-three .counter-box.four {
  width: 420px;
  height: 420px;
  margin-top: 50px;
  padding: 150px 0px;
  margin-left: -110px;
}
.counter-section-three .counter-box .counter {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 70px;
  margin: 0px;
}
.counter-section-three .counter-box span {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 70px;
}
.counter-section-three .counter-box p {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0px;
}

.counter-section-four {
  padding: 125px 0px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.counter-section-four .sec-title .section-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 30px auto 0px;
}
.counter-section-four .counter-box {
  background: var(--theme-color1);
  border-radius: 200px;
  padding: 35px 30px;
  text-align: center;
  margin-bottom: 20px;
}
.counter-section-four .counter-box h3 {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 60px;
}
.counter-section-four .counter-box span {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 45px;
}
.counter-section-four .counter-box p {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
}

.team-section-one {
  padding: 135px 0 120px;
  position: relative;
  z-index: 1;
}
.team-section-one .single-team-box {
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 1700px) {
  .team-section-one .single-team-box {
    margin-bottom: 20px;
  }
}
.team-section-one .single-team-box .team-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}
.team-section-one .single-team-box .team-thumb::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.5);
  transition: 0.5s;
}
.team-section-one .single-team-box .team-thumb figure {
  margin: 0px;
  width: 100%;
}
.team-section-one .single-team-box .team-thumb figure img {
  width: 100%;
}
.team-section-one .single-team-box .team-content-box {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: 0.5s;
}
.team-section-one .single-team-box .team-content-box .team-content {
  margin-top: 75px;
}
.team-section-one .single-team-box .team-content-box .team-content .team-title {
  margin-bottom: 3px;
}
.team-section-one .single-team-box .team-content-box .team-content .team-title a {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 24px;
  transition: 0.5s;
}
.team-section-one .single-team-box .team-content-box .team-content .team-desi {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.team-section-one .single-team-box .team-content-box .team-social-icon ul li {
  display: inline-block;
  margin: 0 7px;
}
.team-section-one .single-team-box .team-content-box .team-social-icon ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: var(--theme-color-white);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.team-section-one .single-team-box .team-content-box .team-social-icon ul li a::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-primary);
  transition: all 300ms ease;
}
.team-section-one .single-team-box .team-content-box .team-social-icon ul li a:hover::after {
  transform: scale(1);
}
.team-section-one .single-team-box:hover .team-thumb::before {
  height: 100%;
}
.team-section-one .single-team-box:hover .team-content-box {
  bottom: 6px;
}

.team-section-two {
  padding: 110px 0 120px;
  position: relative;
  z-index: 1;
}
.team-section-two .single-team-box {
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 1700px) {
  .team-section-two .single-team-box {
    margin-bottom: 20px;
  }
}
.team-section-two .single-team-box .team-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}
.team-section-two .single-team-box .team-thumb::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.5);
  transition: 0.5s;
}
.team-section-two .single-team-box .team-thumb figure {
  margin: 0px;
  width: 100%;
}
.team-section-two .single-team-box .team-thumb figure img {
  width: 100%;
}
.team-section-two .single-team-box .team-content-box {
  position: absolute;
  bottom: -220px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: 0.5s;
}
.team-section-two .single-team-box .team-content-box .team-content {
  margin-top: 90px;
  background: var(--theme-color2);
  padding: 18px 0 0;
}
.team-section-two .single-team-box .team-content-box .team-content .team-title {
  margin-bottom: 0px;
  line-height: 24px;
}
.team-section-two .single-team-box .team-content-box .team-content .team-title a {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  transition: 0.5s;
}
.team-section-two .single-team-box .team-content-box .team-content .team-desi {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.team-section-two .single-team-box .team-content-box .team-social-icon ul li {
  display: inline-block;
  margin: 0 7px;
}
.team-section-two .single-team-box .team-content-box .team-social-icon ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  text-align: center;
  color: var(--theme-color-white);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.team-section-two .single-team-box .team-content-box .team-social-icon ul li a::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 8px;
  background-color: var(--theme-primary);
  transition: all 300ms ease;
}
.team-section-two .single-team-box .team-content-box .team-social-icon ul li a:hover::after {
  transform: scale(1);
}
.team-section-two .single-team-box:hover .team-thumb::before {
  height: 100%;
}
.team-section-two .single-team-box:hover .team-content-box {
  bottom: 0px;
}

.marquee-section-one {
  transform: rotate(-6deg);
  padding: 100px 0px 0px;
}
.marquee-section-one.two {
  padding: 0px 0px 0px;
  transform: rotate(4deg);
  background: var(--theme-color1);
  margin-top: -70px;
}
.marquee-section-one.two .marquee .marquee-block {
  animation: scroll-right 40s linear infinite;
}
.marquee-section-one.two .marquee .marquee-block h3 {
  color: var(--theme-color-white);
}
.marquee-section-one .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}
.marquee-section-one .marquee .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0px;
}
.marquee-section-one .marquee .marquee-block h3 {
  color: var(--theme-color1);
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  margin: 0px;
}
.marquee-section-one .marquee .marquee-block h3 img {
  margin: 0px 30px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.breadcumb-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 280px 0 200px;
  margin-top: -112px;
}
.breadcumb-area .breadcumb-content .breadcumb-title h4 {
  font-size: 46px;
  font-weight: 800;
  color: var(--theme-color-white);
  margin: 0;
}
.breadcumb-area .breadcumb-content ul li {
  display: inline-block;
  margin: 0 19px;
  color: var(--theme-color-white);
}
.breadcumb-area .breadcumb-content ul li a {
  display: inline-block;
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 500;
  position: relative;
}
.breadcumb-area .breadcumb-content ul li a::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  right: -30px;
  top: 13px;
  background: var(--theme-color-white);
}

.blog-details-area {
  padding: 120px 0 100px;
  position: relative;
}
.blog-details-area .blog-details-thumb {
  overflow: hidden;
}
.blog-details-area .blog-details-thumb img {
  width: 100%;
  transition: 0.5s;
}
.blog-details-area .blog-details-thumb img:hover {
  transform: scale(1.2) skew(-10deg);
}

.blog-details-area .blog-details-content {
  padding: 27px 36px 20px;
  border: 1px solid rgba(34, 34, 34, 0.1333333333);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .blog-details-content {
    padding: 27px 10px 20px;
  }
}
.blog-details-area .blog-details-content .meta-blog .mate-text {
  padding-left: 36px;
  position: relative;
}
.blog-details-area .blog-details-content .meta-blog .mate-text::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 5px;
  top: 11px;
  background: var(--theme-color2);
}
.blog-details-area .blog-details-content .meta-blog > span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}
.blog-details-area .blog-details-content .meta-blog > span i {
  display: inline-block;
  color: var(--theme-color2);
  padding-right: 9px;
}
.blog-details-area .blog-details-content .meta-blog > span img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.blog-details-area .blog-details-content .blog-details-title {
  font-size: 32px;
  margin: 12px 0 19px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: var(--theme-color8);
  padding: 41px 51px 40px;
  margin-top: 48px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 20px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 15px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 10px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .blog-details-content .blog-details-author-talk {
    padding: 41px 10px 40px;
  }
}
.blog-details-area .blog-details-content .blog-details-author-talk .blog-details-quote img {
  position: relative;
  top: 8px;
  color: var(--heading-color);
}
.blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  color: var(--heading-color);
}
.blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title span {
  margin-left: 58px;
  display: inline-block;
  color: var(--heading-color);
  position: relative;
}
.blog-details-area .blog-details-content .blog-details-author-talk .blog-details-author-title span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: var(--theme-color2);
}
.blog-details-area .blog-details-content .blog-details-title {
  font-size: 28px;
  margin: 54px 0 16px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-desc.two {
  width: 95%;
}
.blog-details-area .blog-details-content .blog-details-list-item {
  margin-bottom: 40px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
}
.blog-details-area .blog-details-content .blog-details-list-item ul li i {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 18px;
  margin-right: 16px;
}
.blog-details-area .blog-details-content .blog-details-title.two {
  font-size: 28px;
  margin: 38px 0 16px;
}
.blog-details-area .blog-details-content .blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-area .blog-details-content .blog-details-desc.three {
  width: 100%;
}
.blog-details-area .blog-details-socila-box {
  border: 1px solid rgba(34, 34, 34, 0.1333333333);
  border-top: transparent;
  padding: 19px 35px 18px;
  border-radius: 0 0 5px 5px;
}

.blog-details-area .blog-details-socila-box .blog-details-category span a {
  display: inline-block;
  background: #F6F6EE;
  padding: 6px 16px;
  font-weight: 500;
  color: var(--heading-color);
  border-radius: 3px;
  margin-right: 7px;
  transition: 0.5s;
}
.blog-details-area .blog-details-socila-box .blog-details-category span a.active-class {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
.blog-details-area .blog-details-socila-box .blog-details-category span a:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-category span a {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-category span a {
    margin-bottom: 10px;
  }
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon {
  text-align: right;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .blog-details-socila-box .blog-details-social-icon {
    text-align: left;
    margin-top: 10px;
  }
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li {
  display: inline-block;
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li a i {
  display: inline-block;
  background: var(--theme-color2);
  color: var(--theme-color-white);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 5px;
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li:nth-child(2) i {
  background: #00AAE8;
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li:nth-child(3) i {
  background: #016EAF;
}
.blog-details-area .blog-details-socila-box .blog-details-social-icon ul li:nth-child(4) i {
  background: #B7071C;
}
.blog-details-area .blog-details-post {
  margin-top: 40px;
}
.blog-details-area .blog-details-post .swiper.blog-details-active {
  overflow: hidden;
  position: relative;
}
.blog-details-area .blog-details-post .swiper.blog-details-active .econet-blog-details-arrow-box .slider-prev {
  color: var(--theme-color2);
  background: transparent;
  display: inline-block;
  font-size: 13px;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 70px;
  top: 35px;
  z-index: 5;
  border: 0;
}
.blog-details-area .blog-details-post .swiper.blog-details-active .econet-blog-details-arrow-box .slider-prev i {
  display: inline-block;
  font-weight: 400;
}
@media only screen and (max-width: 1700px) {
  .blog-details-area .blog-details-post .swiper.blog-details-active .econet-blog-details-arrow-box .slider-prev {
    display: block;
  }
}
.blog-details-area .blog-details-post .swiper.blog-details-active .econet-blog-details-arrow-box .slider-next {
  display: inline-block;
  font-size: 13px;
  transition: all 0.3s ease 0s;
  color: var(--theme-color2);
  background: transparent;
  position: absolute;
  right: 70px;
  top: 35px;
  z-index: 5;
  border: 0;
}
.blog-details-area .blog-details-post .swiper.blog-details-active .econet-blog-details-arrow-box .slider-next i {
  display: inline-block;
  font-weight: 400;
}
@media only screen and (max-width: 1700px) {
  .blog-details-area .blog-details-post .swiper.blog-details-active .econet-blog-details-arrow-box .slider-next {
    display: block;
  }
}
.blog-details-area .blog-details-post .swiper.blog-details-active .blog-nav-buttons button#prevBtn {
  color: var(--heading-color);
  background: transparent;
  font-size: 18px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;

  z-index: 1;
  top: 36px;
  left: 90px;
}
.blog-details-area .blog-details-post .swiper.blog-details-active .blog-nav-buttons button#nextBtn {
  color: var(--heading-color);
  background: transparent;
  font-size: 18px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 36px;
  right: 90px;
}
.blog-details-area .blog-details-post .blog-post-box {
  display: flex;
  background: var(--theme-color8);
  align-items: center;
  padding: 84px 21px 31px 43px;
  gap: 23px;
  margin: 0 13px;
}
.blog-details-area .blog-details-post .blog-post-box.style-two {
  text-align: right;
  padding: 85px 49px 31px 21px;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-thumb {
  flex-shrink: 0;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-content a {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
  transition: 0.5s;
}
.blog-details-area .blog-details-post .blog-post-box .blog-post-content p {
  font-size: 14px;
  margin: 0;
  color: var(--theme-color2);
}
.blog-details-area .single-comment-area {
  background: var(--theme-color8);
  padding: 49px 41px 56px;
  margin-top: 61px;
  border-radius: 5px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .single-comment-area {
    padding: 49px 10px 56px;
  }
}
.blog-details-area .single-comment-area .blog-details-comment-title h4 {
  font-size: 28px;
  margin: 0 0 28px;
}
.blog-details-area .single-comment-area .blog-details-comment {
  margin-bottom: 19px;
  position: relative;
  border: 1px solid rgba(34, 34, 34, 0.0784313725);
  padding: 29px 29px 25px;
}
.blog-details-area .single-comment-area .blog-details-comment.style-two {
  margin-left: 105px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .single-comment-area .blog-details-comment.style-two {
    margin-left: 0px;
  }
}
.blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-reply {
  position: absolute;
  right: 22px;
  top: 21px;
}
.blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-reply a {
  background: var(--theme-color2);
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color-white);
  border-radius: 2px;
  display: inline-block;
}
.blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}
.blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content {
  overflow: hidden;
}
.blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content h2 {
  font-size: 20px;
  margin-top: 0;
  display: inline-block;
  font-weight: 700;
  margin-right: 30px;
}
.blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content p {
  font-size: 15px;
  margin: 13px 0 0;
}
.blog-details-area .single-comment-area .blog-details-comment .blog-details-comment-content.style-two {
  margin-left: 105px;
}
.blog-details-area .blog-details-contact .blog-details-contact-title h4 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 31px;
}
.blog-details-area .blog-details-contact .contact-input-box input {
  background: var(--theme-color-white);
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 11px;
}
.blog-details-area .blog-details-contact .contact-input-box textarea {
  background: var(--theme-color-white);
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
}
.blog-details-area .blog-details-contact .input-check-box input span {
  font-size: 15px;
  margin-left: 7px;
}
.blog-details-area .blog-details-contact .blog-details-submi-button button {
  background: var(--theme-color2);
  color: var(--theme-color-white);
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid var(--theme-color2);
  border-radius: 5px;
  font-weight: 500;
}
.blog-details-area .blog-details-contact .blog-details-submi-button button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-white);
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}
.blog-details-area .blog-details-contact .blog-details-submi-button button:hover {
  color: var(--theme-color2);
}
.blog-details-area .blog-details-contact .blog-details-submi-button button:hover::before {
  width: 100%;
  left: 0;
}
.blog-details-area .widget-sidber {
  border-radius: 5px;
  background-color: var(--theme-color8);
  padding: 32px 41px 29px;
  margin-bottom: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-area .widget-sidber {
    padding: 32px 20px 29px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-area .widget-sidber {
    padding: 32px 15px 29px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-area .widget-sidber {
    padding: 32px 10px 29px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-details-area .widget-sidber {
    padding: 32px 10px 29px;
  }
}
.blog-details-area .widget-sidber .widget_search {
  position: relative;
}
.blog-details-area .widget-sidber .widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: var(--heading-color);
  outline: 0 !important;
  border: transparent !important;
}
.blog-details-area .widget-sidber .widget_search button {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: var(--heading-color);
  background: transparent;
  opacity: 0.7;
}
.blog-details-area .widget-sidber .widget-sidber-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 46px;
  position: relative;
}
.blog-details-area .widget-sidber .widget-sidber-content h4::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: var(--theme-color2);
}
.blog-details-area .widget-sidber .widget-category ul li a {
  background: var(--theme-color-white);
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: var(--heading-color);
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a img {
  margin-right: 12px;
  transition: 0.5s;
}
.blog-details-area .widget-sidber .widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}
.blog-details-area .widget-sidber .widget-category ul li a:hover {
  color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .widget-category ul li a:hover::before {
  width: 100%;
  left: 0;
}
.blog-details-area .widget-sidber .widget-category ul li a:hover i {
  opacity: 1;
  color: var(--theme-color-white);
}
.blog-details-area .widget-sidber .widget-category ul li a i {
  color: var(--heading-color);
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}
.blog-details-area .widget-sidber .sidber-widget-recent-post {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.blog-details-area .widget-sidber .sidber-widget-recent-post .recent-widget-thumb {
  flex-shrink: 0;
}
.blog-details-area .widget-sidber .sidber-widget-recent-post .recent-widget-content a {
  transition: 0.5s;
  color: var(--heading-color) !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  width: 95%;
  display: inline-block;
}
.blog-details-area .widget-sidber .sidber-widget-recent-post .recent-widget-content a:hover {
  color: var(--theme-color2) !important;
}
.blog-details-area .widget-sidber .sidber-widget-recent-post .recent-widget-content p {
  font-size: 14px;
  margin: 0;
  color: var(--theme-color2) !important;
}
.blog-details-area .widget-sidber .widget-catefories-tags a {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  background: var(--theme-color-white);
  padding: 6px 19px;
  margin: 6px 3px;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.blog-details-area .widget-sidber .widget-catefories-tags a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  transition: 0.5s;
  z-index: -1;
}
.blog-details-area .widget-sidber .widget-catefories-tags a:hover::before {
  width: 100%;
  left: 0;
}
.blog-details-area .widget-sidber .widget-catefories-tags a:hover {
  color: var(--theme-color-white);
}

.contact-section-one {
  padding: 120px 0px 120px;
}
.contact-section-one .sec-title .section-sub-title {
  margin-bottom: 40px;
}
.contact-section-one .contact-form-box {
  background: var(--theme-primary);
  padding: 85px 80px 80px 80px;
}
.contact-section-one .contact-form-box .form-box input {
  background: transparent;
  font-size: 18px;
  color: var(--theme-color-white);
  border-bottom: 1px solid rgba(154, 154, 154, 0.7);
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.contact-section-one .contact-form-box .form-box input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color9);
}
.contact-section-one .contact-form-box .form-box textarea {
  background: transparent;
  font-size: 18px;
  color: var(--theme-color-white);
  border-bottom: 1px solid rgba(154, 154, 154, 0.7);
  width: 100%;
  height: 110px;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.contact-section-one .contact-form-box .form-box textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color9);
}
.contact-section-one .contact-form-box .contact-form {
  text-align: center;
}
.contact-section-one .contact-form-box .contact-form button {
  color: var(--theme-color-white);
  background: var(--theme-color2);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 30px 165px;
}

.contact-section-two {
  background: var(--theme-color1);
  padding: 120px 0px 100px;
  position: relative;
}
.contact-section-two .contact-main-info .call-info {
  display: flex;
  gap: 25px;
  margin-bottom: 60px;
}
.contact-section-two .contact-main-info .call-info .call-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--theme-primary);
  border-radius: 50%;
  text-align: center;
}
.contact-section-two .contact-main-info .call-info .call-icon i {
  display: inline-block;
  font-size: 30px;
  color: var(--theme-color-white);
}
.contact-section-two .contact-main-info .call-info .call-address p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--theme-color9);
}
.contact-section-two .contact-main-info .call-info .call-address h3 {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 24px;
  padding-left: 40px;
  position: relative;
}
.contact-section-two .contact-main-info .call-info .call-address h3::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: var(--theme-color9);
  left: 0px;
  top: 15px;
}
.contact-section-two .contact-form-box {
  background: var(--theme-primary);
  padding: 60px 50px 50px 50px;
}
.contact-section-two .contact-form-box .contact-title h3 {
  font-size: 40px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin-bottom: 50px;
}
.contact-section-two .contact-form-box .form-box input {
  background: transparent;
  font-size: 18px;
  color: var(--theme-color-white);
  border-bottom: 1px solid rgba(154, 154, 154, 0.7);
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.contact-section-two .contact-form-box .form-box input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color9);
}
.contact-section-two .contact-form-box .form-box textarea {
  background: transparent;
  font-size: 18px;
  color: var(--theme-color-white);
  border-bottom: 1px solid rgba(154, 154, 154, 0.7);
  width: 100%;
  height: 110px;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.contact-section-two .contact-form-box .form-box textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color9);
}
.contact-section-two .contact-form-box .contact-form {
  text-align: center;
}
.contact-section-two .contact-form-box .contact-form button {
  color: var(--theme-color1);
  background: var(--theme-color-white);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 20px 100px;
}

.team-details-area {
  padding: 120px 0 100px;
}
.team-details-area .team-details-right .team-details-content .team-member-title h4 {
  font-size: 36px;
  margin: 0;
}
.team-details-area .team-details-right .team-details-content .team-member-title p {
  margin-bottom: 45px;
}
.team-details-area .team-details-right .contact-info-box {
  background: var(--theme-color8);
  padding: 29px 25px 27px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 11px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .team-details-area .team-details-right .contact-info-box {
    padding: 29px 10px 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .team-details-area .team-details-right .contact-info-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team-details-area .team-details-right .contact-info-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team-details-area .team-details-right .contact-info-box {
    margin-bottom: 20px;
  }
}
.team-details-area .team-details-right .contact-info-box .contact-info-icon i {
  display: inline-block;
  color: var(--theme-color2);
  border: 2px solid var(--theme-color2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  transition: 0.5s;
}
.team-details-area .team-details-right .contact-info-box .contact-info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 11px 0;
  transition: 0.5s;
}
.team-details-area .team-details-right .contact-info-box .contact-info-content p {
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}
.team-details-area .team-details-right .team-details-social-icon ul li {
  font-size: 22px;
  color: var(--heading-color);
  font-weight: 600;
  margin-top: 49px;
  display: inline-block;
}
.team-details-area .team-details-right .team-details-social-icon ul li a i {
  background: var(--theme-color8);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: var(--heading-color);
  font-size: 14px;
  margin-left: 7px;
  transition: 0.5s;
}
.team-details-area .team-details-right .team-details-social-icon ul li a i:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
.team-details-area .team-details-right .team-details-location-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 46px;
}
.team-details-area .team-details-right .team-details-location-box .contact-info-icon i {
  display: inline-block;
  color: var(--theme-color2);
  border: 2px solid var(--theme-color2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  transition: 0.5s;
}
.team-details-area .team-details-right .team-details-location-box .contact-info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 11px 0;
  transition: 0.5s;
}
.team-details-area .team-details-right .team-details-location-box .contact-info-content p {
  font-size: 17px;
  color: var(--theme-color2);
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}
.team-details-area .team-details-skills {
  margin-top: 90px;
}
.team-details-area .team-details-skills h4 {
  font-size: 36px;
  margin: 0 0 35px;
}
.team-details-area .team-details-skills .wrapper .skills .skill-item {
  position: relative;
}
.team-details-area .team-details-skills .wrapper .skills .skill-item .skill-title h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.team-details-area .team-details-skills .wrapper .skills .skill-item .skill-bar {
  position: relative;
  width: 85%;
  height: 45px;
  border-radius: 5px;
}
.team-details-area .team-details-skills .wrapper .skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 7px;
  background: var(--heading-color);
  border-radius: 20px;
}
.team-details-area .team-details-skills .wrapper .skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 20px;
  background-color: var(--theme-color2);
}
.team-details-area .team-details-skills .wrapper .skills .skill-item .skill-bar .bar-inner .bar .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color2);
  line-height: 25px;
  margin-bottom: 12px;
}

.services-details-area {
  padding: 100px 0 100px;
  /*widget-sidber scss*/
  /*sidber contact*/
}
.services-details-area .services-details-thumb img {
  width: 100%;
}
.services-details-area .services-details-content {
  padding-top: 18px;
}
.services-details-area .services-details-content .services-details-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-details-area .services-details-content .services-details-desc {
  font-size: 17px;
  margin-top: 24px;
}
.services-details-area .service-details-icon-box {
  background: var(--theme-color8);
  padding: 32px 27px 18px;
  margin-top: 27px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .services-details-area .service-details-icon-box {
    padding: 32px 10px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .service-details-icon-box {
    padding: 32px 5px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area .service-details-icon-box {
    padding: 32px 5px 18px;
  }
}
.services-details-area .service-details-icon-box .service-details-icon-thumb {
  float: left;
  margin-right: 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area .service-details-icon-box .service-details-icon-thumb {
    margin-right: 8px;
  }
}
.services-details-area .service-details-icon-box .service-details-box-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 11px;
}
.services-details-area .service-details-icon-box P {
  display: flex;
}
.services-details-area .services-details-text {
  background: var(--theme-color2);
  display: flex;
  align-items: center;
  padding: 32px 39px;
  gap: 65px;
  border-radius: 5px;
  margin-top: 55px;
  margin-bottom: 41px;
}
.services-details-area .services-details-text .service-details-text-icon {
  position: relative;
}
.services-details-area .services-details-text .service-details-text-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 49px;
  right: -29px;
  top: 1px;
  background: rgba(246, 246, 238, 0.3803921569);
}
.services-details-area .services-details-text .service-details-text-content p {
  font-size: 22px;
  line-height: 30px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-style: italic;
  width: 90%;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {

  .services-details-area .services-details-text .service-details-text-content p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area .services-details-text .service-details-text-content p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-details-area .services-details-text .service-details-text-content p {
    width: 100%;
  }
}
.services-details-area .services-details-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-details-area .services-details-desc {
  font-size: 17px;
  margin-top: 24px;
}
.services-details-area .single-benifits-box {
  margin-top: 22px;
}
.services-details-area .single-benifits-box .benifits-thumb img {
  width: 100%;
}
.services-details-area .single-benifits-box .benifits-content {
  border-radius: 5px;
  filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
  background-color: var(--theme-color-white);
  padding: 30px 31px 23px;
  width: 92%;
  margin: auto;
  margin-top: -28px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .single-benifits-box .benifits-content {
    padding: 30px 20px 23px;
    width: 100%;
  }
}
.services-details-area .single-benifits-box .benifits-content h4 {
  font-size: 22px;
  margin: 0;
  margin-bottom: 14px;
  font-weight: 500;
}
.services-details-area .single-benifits-box .benifits-content ul li {
  line-height: 32px;
}
.services-details-area .single-benifits-box .benifits-content ul li i {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-details-area .single-benifits-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-details-area .single-benifits-box {
    margin-bottom: 30px;
  }
}
.services-details-area .widget-sidber {
  border-radius: 5px;
  background-color: var(--theme-color8);
  padding: 32px 41px 29px;
  margin-bottom: 27px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .widget-sidber {
    padding: 32px 10px 29px;
  }
}
.services-details-area .widget-sidber .widget-sidber-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 46px;
  position: relative;
}
.services-details-area .widget-sidber .widget-sidber-content h4::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: var(--theme-color2);
}
.services-details-area .widget-sidber .widget-category ul li a {
  background: var(--theme-color-white);
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: var(--heading-color);
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.services-details-area .widget-sidber .widget-category ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}
.services-details-area .widget-sidber .widget-category ul li a img {
  margin-right: 12px;
  transition: 0.5s;
}
.services-details-area .widget-sidber .widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}
.services-details-area .widget-sidber .widget-category ul li a:hover {
  color: var(--theme-color-white);
}
.services-details-area .widget-sidber .widget-category ul li a:hover::before {
  width: 100%;
  left: 0;
}
.services-details-area .widget-sidber .widget-category ul li a:hover i {
  opacity: 1;
  color: var(--theme-color-white);
}
.services-details-area .widget-sidber .widget-category ul li a i {
  color: var(--heading-color);
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}
.services-details-area .widget-sidber .widget-sidber-download-button a {
  display: inline-block;
  background: var(--heading-color);
  width: 100%;
  color: var(--theme-color-white);
  padding: 15px 23px;
  border-radius: 5px;
  margin-bottom: 18px;
}
.services-details-area .widget-sidber .widget-sidber-download-button a.active {
  background: var(--theme-color2);
}
.services-details-area .widget-sidber .widget-sidber-download-button a.active i {
  color: var(--theme-color-white);
}
.services-details-area .widget-sidber .widget-sidber-download-button a.active span i {
  color: var(--theme-color-white);
}
.services-details-area .widget-sidber .widget-sidber-download-button a i {
  color: var(--theme-color2);
  display: inline-block;
  font-size: 22px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}
.services-details-area .widget-sidber .widget-sidber-download-button a span i {
  float: right;
  display: inline-block;
  font-size: 16px;
}
.services-details-area .widget-sidber-contact-box {
  background-image: url(../images/inner-img/sidber-contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  padding: 48px 43px 48px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .widget-sidber-contact-box {
    padding: 48px 10px 48px;
  }
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact i {
  display: inline-block;
  font-size: 30px;
  color: var(--theme-color-white);
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-text {
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0;
  padding: 25px 0 13px;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-number {
  font-size: 24px;
  color: var(--theme-color-white);
  font-weight: 600;
  margin: 0 0 14px;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail {
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  margin: 0;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: var(--theme-color2);
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-family: "Inter";
  text-decoration: none;
  background: var(--theme-color2);
  padding: 16px 98px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: 0.5s;
  border: 2px solid var(--theme-color2);
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a:hover {
  background: transparent;
  color: var(--theme-color2);
}
.services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;

  margin-left: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 70px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 80px 15px;
  }
}

.project-details-area {
  padding: 100px 0 90px;
  /*sidber contact*/
}
.project-details-area .project-details-thumb img {
  width: 100%;
}
.project-details-area .project-details-content h4 {
  font-size: 36px;
  margin-bottom: 17px;
  margin-top: 12px;
  font-weight: 600;
}
.project-details-area .project-details-content p {
  font-size: 17px;
  margin-bottom: 27px;
}
.project-details-area .project-details-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 54px;
}
.project-details-area .project-details-content .project-details-item-images img {
  width: 100%;
}
.project-details-area .project-details-content .project-details-list-item h4 {
  font-size: 28px;
  margin-bottom: 17px;
}
.project-details-area .project-details-content .project-details-list-item ul li {
  font-size: 17px;
  line-height: 39px;
}
.project-details-area .project-details-content .project-details-list-item ul li i {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 19px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .project-details-area .project-details-content .project-details-list-item ul li {
    display: flex;
  }
}
.project-details-area .project-details-content .project-details-text {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  color: var(--theme-color2);
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 19px;
}
.project-details-area .project-details-right {
  background: var(--theme-color8);
  padding: 29px 41px 30px;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.project-details-area .project-details-right .project-details-info {
  border-bottom: 1px solid rgba(134, 134, 129, 0.3215686275);
  padding-bottom: 10px;
  padding-top: 9px;
}
.project-details-area .project-details-right .project-details-info p {
  margin-bottom: 0;
}
.project-details-area .project-details-right .project-details-info h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}
.project-details-area .widget-sidber-contact-box {
  background-image: url(../images/inner-img/sidber-contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  padding: 48px 43px 48px;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-text {
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
  margin: 0;
  padding: 25px 0 13px;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-number {
  font-size: 24px;
  color: var(--theme-color-white);
  font-weight: 600;
  margin: 0 0 14px;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail {
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  margin: 0;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: var(--theme-color2);
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  font-family: "Inter";
  text-decoration: none;
  background: var(--theme-color2);
  padding: 16px 98px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: 0.5s;
  border: 2px solid var(--theme-color2);
}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a:hover {
  background: transparent;
  color: var(--theme-color2);

}
.project-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {

  .project-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 80px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 50px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project-details-area .widget-sidber-contact-box .widget-sidber-contact-btn a {
    padding: 16px 70px 15px;
  }
}

/*# sourceMappingURL=style.css.map */

/* ==============================================
   THRIVE INFINITE LLC - CUSTOM DARK THEME
   Dark backgrounds, white text, centering fixes
   ============================================== */

/* =========================================
   CUSTOM CSS VARIABLES
   ========================================= */
:root {
  /* Dark backgrounds */
  --ti-bg-dark: #0d0d0d;
  --ti-bg-dark-alt: #151515;
  --ti-bg-dark-lighter: #1a1a1a;
  
  /* White/light text */
  --ti-text-white: #ffffff;
  --ti-text-light: rgba(255, 255, 255, 0.85);
  --ti-text-muted: rgba(255, 255, 255, 0.65);
  
  /* Borders and accents */
  --ti-border: rgba(255, 255, 255, 0.2);
  --ti-border-hover: rgba(255, 255, 255, 0.4);
}

/* =========================================
   GLOBAL / BODY STYLES
   ========================================= */
body {
  background-color: var(--ti-bg-dark) !important;
  color: var(--ti-text-white) !important;
}

/* =========================================
   HEADER NAV - SHIFT RIGHT TO TRUE CENTER
   ========================================= */
/* The col-lg-7 is off-center due to col-lg-2 logo + col-lg-3 button imbalance */
/* Shift the menu slightly right to compensate */
.reep-header-area .header-menu ul.nav_scroll {
  margin-left: 18% !important;
}

/* =========================================
   OUR PURPOSE SECTION - CENTER MISSION/VISION
   ========================================= */
.feature-section-two .row {
  justify-content: center !important;
}

.feature-section-two .sec-title {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.feature-section-two > .auto-container > .row > .col-xl-4:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}

/* =========================================
   BANNER TEXT - VERTICAL CENTER
   ========================================= */
.banner-section-one {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.banner-section-one .auto-container {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-section-one .banner-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.banner-section-one .banner-content-wrap .banner-content h2 {
  margin-bottom: 0;
}

/* =========================================
   TYPOGRAPHY - ALL WHITE TEXT
   ========================================= */
p, .text {
  color: var(--ti-text-light) !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--ti-text-white) !important;
}

a {
  color: var(--ti-text-white) !important;
}

a:hover {
  color: var(--ti-text-muted) !important;
}

/* =========================================
   PRELOADER
   ========================================= */
.preloader {
  background: var(--ti-bg-dark) !important;
}

/* =========================================
   HEADER STYLES
   ========================================= */
.reep-header-area {
  background: var(--ti-bg-dark) !important;
}

.reep-header-area.sticky {
  background: var(--ti-bg-dark) !important;
}

#sticky-header.sticky {
  background: var(--ti-bg-dark) !important;
}

.header-menu ul li a {
  color: var(--ti-text-white) !important;
}

.header-menu ul li a:hover {

  color: var(--ti-text-muted) !important;
}

.header-menu ul .sub_menu {
  background: var(--ti-bg-dark-alt) !important;
}

.header-menu ul .sub_menu li a {
  color: var(--ti-text-white) !important;
}

.header-btn a {
  background: transparent !important;
  color: var(--ti-text-white) !important;
  border-color: var(--ti-text-white) !important;
  transition: background 0.4s ease, color 0.4s ease !important;
}

.header-btn a:hover {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
}

.header-btn a::before {
  display: none !important;
}

.menubars span {
  background: var(--ti-text-white) !important;
}

/* =========================================
   MOBILE MENU
   ========================================= */
.mobile-menu-area {
  background: var(--ti-bg-dark) !important;
}

.mobile-menu .nav_scroll li a {
  color: var(--ti-text-white) !important;
}

.mean-container .mean-nav {
  background: var(--ti-bg-dark) !important;
}

.mean-container .mean-nav ul li a {
  color: var(--ti-text-white) !important;
}

/* =========================================
   SIDEBAR / OFFCANVAS
   ========================================= */
.sidebar-area {
  background: var(--ti-bg-dark-alt) !important;
}

.sidebar__text {
  color: var(--ti-text-light) !important;
}

.sidebar__contact-info ul li,
.sidebar__contact-info ul li a {
  color: var(--ti-text-white) !important;
}

.sidebar-close-btn span {
  background: var(--ti-text-white) !important;
}

/* =========================================
   VIDEO BANNER STYLES
   ========================================= */
.banner-section-one {
  position: relative;
  overflow: hidden;
}

.banner-video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -2;
  object-fit: cover;
}

.banner-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.banner-section-one .auto-container {
  position: relative;
  z-index: 1;
}

.banner-section-one .banner-content h2,
.banner-section-one .banner-content h4 {
  color: var(--ti-text-white) !important;
}

.banner-section-one .banner-content a {
  color: var(--ti-text-white) !important;
  border-color: var(--ti-text-white) !important;
}

.banner-section-one .banner-content a:hover {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
}

/* =========================================
   SECTION TITLE STYLES
   ========================================= */
.sec-title .section-sub-title .sub-title {
  color: var(--ti-text-white) !important;
}

.sec-title .section-sub-title .sub-title .sh-underline {
  background: var(--ti-text-white) !important;
}

.sec-title .section-title .title {
  color: var(--ti-text-white) !important;
}

.sec-title .section-desc p {
  color: var(--ti-text-light) !important;
}

/* White text utility classes */
.sub-title.wh,
.title.wh,
p.wh,
.text-anime-3.wh {
  color: var(--ti-text-white) !important;
}

.sh-underline.wh {
  background: var(--ti-text-white) !important;
}

/* =========================================
   FEATURE SECTIONS (Services overview)
   ========================================= */
.feature-section-one {
  background: var(--ti-bg-dark) !important;
}

.feature-section-one .feature-thumb::before {
  border-color: var(--ti-border) !important;
}

.feature-section-one .feature-item .feature-item-box .feature-content .feature-title,
.feature-section-one .feature-item .feature-item-box .feature-content .feature-title a {
  color: var(--ti-text-white) !important;
}

.feature-section-one .feature-item .feature-item-box .feature-content .feature-desc {
  color: var(--ti-text-light) !important;
}

.feature-section-two {
  background: var(--ti-bg-dark) !important;
}

.feature-section-two .feature-item-box .feature-content .feature-title,
.feature-section-two .feature-item-box .feature-content .feature-title a {
  color: var(--ti-text-white) !important;
}

.feature-section-two .feature-item-box .feature-content .feature-desc {
  color: var(--ti-text-light) !important;
}

.feature-section-three {
  background: var(--ti-bg-dark-alt) !important;
}

.feature-section-three .feature-item-box {
  background: var(--ti-bg-dark-lighter) !important;
}

.feature-section-three .feature-item-box .feature-content .feature-title {
  color: var(--ti-text-white) !important;
}

.feature-section-three .feature-item-box .feature-content .feature-desc {
  color: var(--ti-text-light) !important;
}

/* =========================================
   WORK / STORY SECTION
   ========================================= */
.work-section-one {
  background-color: var(--ti-bg-dark-alt) !important;
  position: relative;
  overflow: hidden;
  min-height: 75vh;
}

.work-video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

.work-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.work-section-one .auto-container {
  position: relative;
  z-index: 2;
  min-height: 90vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.work-section-one .row {
  width: 100%;
  min-height: 70vh;
  align-items: flex-start;
}

.work-section-one .sec-title {
  padding-top: 15vh;
}

/* Logo box on right */
.work-section-one .work-logo-box {
  display: flex;
  justify-content: center;
  align-items: flex-start !important;
  padding-top: 0 !important;
  margin-top: -30px !important;
  position: relative;
}

.work-section-one .work-logo-box img {
  max-width: 450px;
  height: auto;
}

.work-section-one .section-desc p {
  color: var(--ti-text-light) !important;
}

.work-section-two {
  background: var(--ti-bg-dark) !important;
}

.work-section-two .single-work-box::before {
  background: var(--ti-bg-dark-alt) !important;
}

.work-section-two .work-title h3 {
  color: var(--ti-text-white) !important;
}

/* =========================================
   ACCORDION SECTION
   ========================================= */
.accordion-section-one {
  background: var(--ti-bg-dark) !important;
}

.accordion-section-one .tab_container .tab_content .accordion li a {
  color: var(--ti-text-white) !important;
  border-color: var(--ti-border) !important;
}

.accordion-section-one .tab_container .tab_content .accordion li p {
  color: var(--ti-text-light) !important;
}

.accordion-section-one .tab_container .tab_content .accordion li a span::before,
.accordion-section-one .tab_container .tab_content .accordion li a span::after {
  background: var(--ti-text-white) !important;
}

.accordion-section-two {
  background: var(--ti-bg-dark) !important;
}

.accordion-section-two .tab_container .tab_content .accordion li a {
  color: var(--ti-text-white) !important;
  border-color: var(--ti-border) !important;
}

.accordion-section-two .tab_container .tab_content .accordion li p {
  color: var(--ti-text-light) !important;
}

/* =========================================
   COUNTER SECTION - "WHY CHOOSE US" CIRCLES
   FIX: Remove permanent active border
   ========================================= */
.counter-section-one {
  background: var(--ti-bg-dark-alt) !important;
  padding: 70px 20px 100px !important;
}

.counter-section-one .counter-desc p {
  color: var(--ti-text-white) !important;
}

/* Base counter box - no border by default */
.counter-section-one .counter-box {
  text-align: center;
  border: 1px solid transparent !important;
  width: 100% !important;
  max-width: 260px !important;
  height: auto !important;
  min-height: 260px;
  border-radius: 50%;
  padding: 50px 25px !important;
  transition: 0.5s;
  margin: 0 auto 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* FIX: Override .active class to NOT show border permanently */
.counter-section-one .counter-box.active {
  border: 1px solid transparent !important;
}

/* Only show border on hover */
.counter-section-one .counter-box:hover {
  border: 1px solid var(--ti-border-hover) !important;
}

.counter-section-one .counter-box .counter,
.counter-section-one .counter-box h3 {
  color: var(--ti-text-white) !important;
  font-size: 22px !important;
  margin-bottom: 15px;
}

.counter-section-one .counter-box span {
  color: var(--ti-text-white) !important;
}

.counter-section-one .counter-box p {
  color: var(--ti-text-light) !important;
  font-size: 15px !important;
  line-height: 24px !important;
  margin: 0;
}

/* Center the counter row */
.counter-section-one .row {
  justify-content: center;
}

.counter-section-one .col-lg-3,
.counter-section-one .col-md-6 {
  display: flex;
  justify-content: center;
}

/* =========================================
   TESTIMONIAL / VALUES SLIDER SECTION
   ========================================= */
.testimonial-section-one {
  background: var(--ti-bg-dark-alt) !important;
}

.testimonial-section-one .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-desc p {
  color: var(--ti-text-light) !important;
}

.testimonial-section-one .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-title {
  color: var(--ti-text-white) !important;
}

.testimonial-section-one .testi-active .swiper-wrapper .swiper-slide .testi-box .single-testi-box .testi-autor-box .testi-autor-content .autor-desi {
  color: var(--ti-text-muted) !important;
}

.testimonial-section-three {
  background: var(--ti-bg-dark-alt) !important;
}

/* =========================================
   CALL TO ACTION SECTIONS
   ========================================= */
.call-to-action-one {
  background-color: var(--ti-bg-dark-alt) !important;
}

.call-to-action-two {
  background: var(--ti-bg-dark) !important;
}

.call-to-action-two::before {
  background: transparent !important;
}

.call-to-action-two .section-btn a {
  background: transparent !important;
  color: var(--ti-text-white) !important;
  border: 1px solid var(--ti-text-white) !important;
  transition: background 0.4s ease, color 0.4s ease !important;
}

.call-to-action-two .section-btn a:hover {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
}

/* =========================================
   BUTTONS - GENERAL
   ========================================= */
.section-btn a {
  color: var(--ti-text-white) !important;
  border-color: var(--ti-text-white) !important;
  background: transparent !important;
  transition: background 0.4s ease, color 0.4s ease !important;
}

.section-btn a:hover {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
}

/* Hide the ::before pseudo-element - using direct background transition instead */
.section-btn a::before {
  display: none !important;
}

.reep-button a {
  background: transparent !important;
  color: var(--ti-text-white) !important;
  border: 1px solid var(--ti-text-white) !important;
  transition: background 0.4s ease, color 0.4s ease !important;
}

.reep-button a:hover {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
}

/* Hide ::before on reep-button too */
.reep-button a::before {
  display: none !important;
}

/* =========================================
   PROJECT / PORTFOLIO SECTION
   ========================================= */
.project-section-one {
  background: var(--ti-bg-dark) !important;
}

.project-section-one .project-box .project-thumb a {
  color: var(--ti-text-white) !important;
}

/* =========================================
   BLOG SECTION

   ========================================= */
.blog-section-one {
  background: var(--ti-bg-dark) !important;
}

.blog-section-one .single-blog-box .blog-content .blog-title a {
  color: var(--ti-text-white) !important;
}

.blog-section-one .single-blog-box .blog-content .blog-btn a {
  color: var(--ti-text-white) !important;
}

/* =========================================
   BRAND / PARTNERS AREA
   ========================================= */
.brand-area-one {
  background: var(--ti-bg-dark-alt) !important;
}

.brand-area-one .brand-desc p {
  color: var(--ti-text-white) !important;
}

/* =========================================
   ABOUT SECTION
   ========================================= */
.about-section-one {
  background: var(--ti-bg-dark) !important;
}

.about-section-two {
  background: var(--ti-bg-dark) !important;
}

.about-section-three {
  background: var(--ti-bg-dark) !important;
}

.about-section-four {
  background: var(--ti-bg-dark-alt) !important;
}

.about-section-five {
  background: var(--ti-bg-dark) !important;
}

/* =========================================
   SERVICES SECTION
   ========================================= */
.service-section-one {
  background: var(--ti-bg-dark) !important;
}

.service-section-one .service-box {
  background: var(--ti-bg-dark-alt) !important;
}

.service-section-one .service-box .service-content .service-title a {
  color: var(--ti-text-white) !important;
}

.service-section-one .service-box .service-content .service-desc {
  color: var(--ti-text-light) !important;
}

.service-section-two {
  background: var(--ti-bg-dark-alt) !important;
}

.service-section-three {
  background: var(--ti-bg-dark) !important;
}

/* =========================================
   CONTACT FORM STYLES
   ========================================= */
.contact-form-wrapper {
  background: var(--ti-bg-dark-alt) !important;
  padding: 60px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid var(--ti-border);
}

.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid var(--ti-border) !important;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  transition: border-color 0.3s ease, background 0.3s ease;
  background: var(--ti-bg-dark) !important;
  color: var(--ti-text-white) !important;
  font-family: "Lato", sans-serif;
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
  color: var(--ti-text-muted) !important;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  outline: none;
  border-color: var(--ti-border-hover) !important;
  background: var(--ti-bg-dark-lighter) !important;
}

.contact-form-wrapper textarea {
  min-height: 150px;
  resize: vertical !important;
}

.contact-form-wrapper button,
.contact-form-wrapper input[type="submit"] {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Lato", sans-serif;
}

.contact-form-wrapper button:hover,
.contact-form-wrapper input[type="submit"]:hover {
  background: var(--ti-text-muted) !important;
  transform: translateY(-2px);
}

.contact-form-wrapper label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: var(--ti-text-white) !important;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-form-wrapper {
    padding: 30px 20px;
  }
}

/* Honeypot field - hidden from real users */
.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* Form status messages */
.form-status {
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  display: none;
}

.form-status.success {
  display: block;
  background: rgba(40, 167, 69, 0.2);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.3);
}

.form-status.error {
  display: block;
  background: rgba(220, 53, 69, 0.2);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.3);
}

/* =========================================
   CONTACT PAGE SECTION OVERRIDES
   ========================================= */
/* Override white backgrounds on sections - CONTACT PAGE ONLY */
.contact-page .feature-section-one {
  background: var(--ti-bg-dark) !important;
}

.contact-page .feature-section-one .sec-title .section-sub-title .sub-title,
.contact-page .feature-section-one .sec-title .section-title .title,
.contact-page .feature-section-one .sec-title .section-desc p,
.contact-page .feature-section-one .feature-item .feature-item-box .feature-content .feature-title,
.contact-page .feature-section-one .feature-item .feature-item-box .feature-content .feature-desc {
  color: var(--ti-text-white) !important;
}

/* Ensure main content area has dark background - CONTACT PAGE ONLY */
.contact-page main {
  background: var(--ti-bg-dark) !important;
}

/* Make sure banner area stays transparent for video */
.contact-page .banner-section-one {
  background: transparent !important;
}

/* Generic sections on contact page */
.contact-page main > section {
  background: var(--ti-bg-dark) !important;
}

/* Contact page banner */
.contact-banner {
  height: 65em;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background: transparent !important;
  isolation: isolate;
}

/* Contact intro section */
.contact-intro-desc {
  max-width: 700px;
  margin: 0 auto;
}

.contact-intro-desc p {
  font-size: 18px;
  line-height: 1.8;
}

/* Contact form section */
.contact-form-section {
  padding: 0 0 80px 0;
}

/* Contact social section */
.contact-social-section {
  padding: 0 0 100px 0;
}

/* Optional label text */
.label-optional {
  color: var(--ti-text-muted);
  font-weight: normal;
}

/* Form submit wrapper */
.form-submit-wrapper {
  text-align: center;
}

/* =========================================
   CONTACT PAGE SOCIAL LINKS
   ========================================= */
.social-links-contact {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.social-links-contact a {
  width: 50px;
  height: 50px;
  background: var(--ti-bg-dark-alt) !important;
  border: 1px solid var(--ti-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ti-text-white) !important;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-links-contact a:hover {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
  transform: translateY(-3px);
}

/* Social icon images */
.social-links-contact a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.social-links-contact a:hover img {
  filter: invert(1);
}

/* =========================================
   FOOTER STYLES
   ========================================= */
.main-footer-one {
  background: var(--ti-bg-dark) !important;
  border-top: 1px solid var(--ti-border);
}

.main-footer-one .footer-social-icon .social-icon li a {
  color: var(--ti-text-white) !important;
}

.main-footer-one .footer-social-icon .social-icon li a:hover {
  color: var(--ti-text-muted) !important;
}

/* Footer social icon images */
.footer-social-icon .social-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.footer-social-icon a:hover .social-icon-img {
  opacity: 0.7;
}

.main-footer-one .footer-menu ul li a {
  color: var(--ti-text-white) !important;
}

.main-footer-one .footer-menu ul li a:hover {
  color: var(--ti-text-muted) !important;
}

.main-footer-one .copyright-text {
  color: var(--ti-text-muted) !important;
}

.main-footer-one .subcribe-form .subcribe-title h4 {
  color: var(--ti-text-white) !important;
}

.main-footer-one .subcribe-form .subcribe-desc p {
  color: var(--ti-text-light) !important;
}

.main-footer-one .subcribe-form .subscribe-box input {
  background: var(--ti-bg-dark-alt) !important;
  border-color: var(--ti-border) !important;
  color: var(--ti-text-white) !important;
}

.main-footer-one .subcribe-form .subscribe-box button {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
}

/* =========================================
   SCROLL TO TOP BUTTON
   ========================================= */
.scroll-to-top {
  background: var(--ti-text-white) !important;
  color: var(--ti-bg-dark) !important;
}

.scroll-to-top:hover {
  background: var(--ti-text-muted) !important;
}

/* =========================================
   CENTERING FIXES
   ========================================= */

/* Service Images in Feature Section */
.feature-section-one .feature-item-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.feature-section-one .feature-item-box .feature-icon {
  position: relative;
  z-index: 1;
}

.feature-section-one .feature-item-box .feature-icon img {
  max-width: 380px;
  height: auto;
  border-radius: 10px;
  display: block;
}

.feature-section-one .feature-item-box .feature-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 10px 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 2;
}

.feature-section-one .feature-item-box .feature-content .feature-desc {
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.feature-section-one .feature-item-box:hover .feature-content {
  opacity: 1;
  transform: translateY(0);
}

.sec-title.text-center,
.sec-title.text-center .section-sub-title,
.sec-title.text-center .section-title,
.sec-title.text-center .section-desc {
  text-align: center !important;
}

.sec-title.text-center .section-desc p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-item-box {
  text-align: center;
}

.feature-item-box .feature-icon {
  display: flex;
  justify-content: center;
}

.feature-item-box .feature-icon figure {
  margin: 0 auto;
}

/* Center auto-container content */
.auto-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 15px;
}

/* Navbar centering */
.reep-header-area .header-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.reep-header-area .header-menu ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* Feature section two (Our Purpose) centering */
.feature-section-two > .auto-container > .row {
  display: flex;
  justify-content: center;
  text-align: center;
}

.feature-section-two .col-xl-4,
.feature-section-two .col-lg-6,
.feature-section-two .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-section-two .sec-title {
  width: 100%;
  text-align: center !important;
}

.feature-section-two .sec-title .section-title {
  text-align: center !important;
}

.feature-section-two .sec-title .section-title .title {
  text-align: center !important;
}

.feature-section-two .feature-item-box {
  text-align: center !important;
  width: 100%;
}

.feature-section-two .feature-item-box .feature-icon {
  display: flex;
  justify-content: center;
  width: 100%;
}

.feature-section-two .feature-item-box .feature-content {
  text-align: center !important;
  width: 100%;
}

.feature-section-two .feature-item-box .feature-content .feature-title,
.feature-section-two .feature-item-box .feature-content .feature-desc {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Call to action two centering */
.call-to-action-two .sec-title,
.call-to-action-two .section-title,
.call-to-action-two .section-btn {
  text-align: center !important;
}

/* =========================================
   SERVICES PAGE SPECIFIC
   ========================================= */
.services-section-dark {
  background: var(--ti-bg-dark-alt) !important;
}

.services-section-light {
  background: var(--ti-bg-dark) !important;
}

/* Service cards */
.service-card {
  background: var(--ti-bg-dark-alt) !important;
  border: 1px solid var(--ti-border);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 30px;
}

.service-card h3 {
  color: var(--ti-text-white) !important;
}

.service-card p {
  color: var(--ti-text-light) !important;
}

.service-card ul li {
  color: var(--ti-text-light) !important;
}

/* =========================================
   INNER PAGE BANNER
   ========================================= */
.page-banner,
.inner-banner {
  background: var(--ti-bg-dark-alt) !important;
}

.page-banner h2,
.inner-banner h2 {
  color: var(--ti-text-white) !important;
}

/* =========================================
   RESPONSIVE ADJUSTMENTS
   ========================================= */
@media (max-width: 1199px) {
  .counter-section-one .counter-box {
    max-width: 220px !important;
    min-height: 220px;
    padding: 40px 20px !important;
  }
  
  .counter-section-one .counter-box h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  .counter-section-one .counter-box {
    max-width: 200px !important;
    min-height: 200px;
    padding: 35px 15px !important;
  }
  
  .counter-section-one .counter-box h3 {
    font-size: 18px !important;
  }
  
  .counter-section-one .counter-box p {
    font-size: 14px !important;
  }
  
  /* Work section tablet */
  .work-section-one {
    min-height: 70vh;
  }
  
  .work-section-one .auto-container {
    min-height: 70vh;
  }
  
  .work-section-one .row {
    min-height: 65vh;
  }
  
  .work-section-one .work-logo-box img {
    max-width: 350px;
  }
  
  .work-section-one .work-logo-box {
    padding-top: 0 !important;
    margin-top: -15px !important;
  }
}

@media (max-width: 767px) {
  .banner-section-one .banner-content h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  
  .banner-section-one .banner-content h4 {
    font-size: 14px !important;
  }
  
  .counter-section-one .counter-box {
    max-width: 180px !important;
    min-height: 180px;
    padding: 30px 15px !important;
  }
  
  /* Work section responsive */
  .work-section-one {
    min-height: auto;
  }
  
  .work-section-one .auto-container {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .work-section-one .row {
    min-height: auto;
    align-items: center;
  }
  
  .work-section-one .sec-title {
    padding-top: 20px;
    text-align: center;
  }
  
  .work-section-one .sec-title .section-sub-title,
  .work-section-one .sec-title .section-title,
  .work-section-one .sec-title .section-desc,
  .work-section-one .sec-title .section-btn {
    text-align: center;
  }
  
  .work-section-one .sec-title .section-title .title {
    font-size: 28px !important;
  }
  
  .work-section-one .sec-title .section-btn {
    display: flex;
    justify-content: center;
  }
  
  .work-section-one .section-sub-title .sub-title .sh-underline {
    left: 50% !important;
    transform: translateX(-50%);
  }
  
  .work-section-one .work-logo-box img {
    max-width: 200px;
  }
  
  .work-section-one .work-logo-box {
    padding-top: 30px !important;
    padding-bottom: 40px;
    margin-top: 0 !important;
    justify-content: center;
  }
}

/* =========================================
   ANIMATION VISIBILITY FIX
   ========================================= */
/* 
   NOTE: .reveal, .fade-in, .split-text, .split_chars, .text-anime-3
   are intentionally NOT included here because they are animated by JavaScript.
   Adding !important would break the GSAP/ScrollTrigger animations.
   
   If animations aren't working, check that all JS files are loading properly.
*/

/* =========================================
   ADDITIONAL BACKGROUND OVERRIDES
   ========================================= */
/* Ensure ALL white/light backgrounds become dark */
[style*="background: #fff"],
[style*="background:#fff"],
[style*="background: white"],
[style*="background:white"],
[style*="background-color: #fff"],
[style*="background-color:#fff"],
[style*="background-color: white"],
[style*="background-color:white"] {
  background: var(--ti-bg-dark) !important;
}

/* Override any remaining light theme backgrounds */
.theme-bg-color3,
.theme-bg-color4,
.theme-bg-color5,
.theme-bg-color6 {
  background: var(--ti-bg-dark-alt) !important;
}


/* =========================================
   PRELOADER FIX - Force hide after animation
   ========================================= */
.preloader {
  animation: hidePreloader 0.5s ease-in-out 2s forwards;
}

@keyframes hidePreloader {
  0% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}

/* Alternative: Just hide it immediately if JS fails */
.preloader.loaded,
.preloader.hide-preloader {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* =========================================
   FIX: Center text under "What We Do" title
   ========================================= */
.sec-title.text-center .section-desc {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px;
}

.sec-title.text-center .section-desc p {
  text-align: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.feature-section-one .sec-title.text-center {
  text-align: center !important;
}

.feature-section-one .sec-title .section-desc {
  text-align: center !important;
  margin: 0 auto !important;
}

.feature-section-one .sec-title .section-desc p {
  text-align: center !important;
  width: 100% !important;
}

.footer-logo{
	max-height: 150px
}

/* Prevent mid-word breaks in banner headline */
.banner-section-one .banner-content h2 {
    word-break: keep-all;
    overflow-wrap: normal;
}

/* =========================================
   VALUES ACCORDION - Background Differentiation
   ========================================= */
/* Uses same accordion-section-one styles, just different background */
.accordion-section-one.values-accordion {
  background: var(--ti-bg-dark-alt, #111111) !important;
}

/* =========================================
   REMOVE ALL DECORATIVE UNDERLINES
   ========================================= */
.sh-underline,
.sh-underline.wh {
  display: none !important;
}