@charset "UTF-8";
/* Nexella | IT Solutions & Technology HTML Template

Template Name: Nexella
Version: 1.0.0
License: copyright commercial
/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / Two
5.  Sticky Header
6.  Mobile Menu
7.  Section Title
8.  Banner Section / Two
9.  About Section / Two
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap');
@import url('animate.css');
@import url('fontawesome.css');
/* @import url('swiper.min.css');
@import url('jquery.fancybox.min.css');
@import url('linear.css');
@import url('tm-bs-mp.css');
@import url('jquery-ui.css');
@import url('tm-utility-classes.css'); */

@property --gradient-angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: false;
}

:root {
  --theme-color1: #7090db;
  --theme-color2: #000;
  --theme-color3: #fee17c;
  --theme-color4: #0a0a0a;
  --theme-color1-rgb: hexToRGB(#fcdb66);
  --theme-color2-rgb: hexToRGB(#000);
  --theme-color3-rgb: hexToRGB(#fee17c);
  --theme-color4-rgb: hexToRGB(#0a0a0a);
  --theme-color1-text-color: #000000;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #000;
  --theme-color4-text-color: #000;
  --body-bg: #111;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f2f8f9;
  --theme-color-gray: #f6f6f6;
  --theme-color-silver: #eee;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --text-color: #a1a1a1;
  --headings-color: #fff;
  --link-color: #352f27;
  --link-hover-color: #5b8c51;
  --body-font-family: Rethink Sans, sans-serif;
  --heading-font-family: Rethink Sans, sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.8;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.333em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 70px;
  --h2-font-size: 42px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 15px;
  --h1-font-weight: 700;
  --h2-font-weight: 500;
  --h3-font-weight: 500;
  --h4-font-weight: 500;
  --h5-font-weight: 500;
  --h6-font-weight: 500;
  --sec-title-subtitle-color: var(--theme-color-white);
  --sec-title-subtitle-font-size: 15px;
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 400;
  --sec-title-subtitle-line-height: 1em;
  --small-font-size: 14px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f1f3f3;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1350px;
  --small-container-width: 1050px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
  --gradient-1: linear-gradient(
    to right,
    var(--theme-color2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/*
 * typography.scss
 * -----------------------------------------------
*/

/* Skrollbarın ümumi eni */
::-webkit-scrollbar {
  width: 5px;
}

/* Skrollbarın hərəkət edən hissəsi */
::-webkit-scrollbar-thumb {
  background: #7090db;
  border-radius: 10px;
  transition: background 0.3s ease;
}

/* Üstünə gəldikdə rəngin dəyişməsi */
::-webkit-scrollbar-thumb:hover {
  background: #7090db;
}

/* Arxa fon hissəsi */
::-webkit-scrollbar-track {
  background: transparent;
}
::-moz-selection {
  background: var(--theme-color-black);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color-black);
  color: #fff;
  text-shadow: none;
}

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

::-webkit-input-placeholder,
option {
  color: #62736f;
}

::-moz-input-placeholder {
  color: #62736f;
}

::-ms-input-placeholder {
  color: #62736f;
}
html {
  scroll-behavior: scroll !important;
}

body {
  background-color: var(--body-bg);
  background-attachment: fixed;
  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: Rethink Sans, sans-serif;
  font-weight: Rethink Sans, sans-serif;
  line-height: Rethink Sans, sans-serif;
  scroll-behavior: scroll !important;
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0rem;
}

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

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h4-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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img {
  border: none;
}

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

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

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

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.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: #1a1a1a;
  border: 1px solid #222222;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
  cursor: pointer !important;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
}

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

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-black) !important;
  --sec-title-color: var(--theme-color-white);
}

.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-white);
}

.dark-layout .preloader {
  background-color: var(--theme-color-black);
}

.dark-layout .preloader:after {
  background-image: url(../images/logo.html);
}

.dark-layout .sticky-header {
  background-color: var(--theme-color-black);
}

.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/***

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

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

/***

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

***/
.capitalize {
  text-transform: capitalize;
}
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);
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: relative;
  left: 10px;
  width: 146px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  line-height: 22px;
  color: var(--theme-color-white);
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  z-index: 100;
  border-bottom-right-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .scroll-to-top {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border-radius: 0;
    left: 0;
  }
}

.scroll-to-top span {
  margin-left: 15px;
  font-size: 20px;
}

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

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  padding: 17px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.list-style-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--theme-color-white);
  font-size: var(--sec-title-subtitle-font-size);
}

.list-style-one li::before {
  position: absolute;
  content: '';
  right: -32px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--theme-color-white);
}

.list-style-one li:last-child::before {
  display: none;
}

.list-style-one li:last-child {
  margin-right: 0;
}

.list-style-one li i {
  position: relative;
  top: 0px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  font-weight: normal;
  color: var(--theme-color-white);
  font-size: var(--sec-title-subtitle-font-size);
}

.list-style-one li a {
  display: block;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.list-style-one li a:hover {
  opacity: 0.7;
}

.list-style-one.light li,
.list-style-one.light a,
.list-style-one.light i {
  color: var(--theme-color-white) !important;
}

.list-style-one.light a:hover {
  text-decoration: underline;
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}

.list-style-two li {
  position: relative;
  line-height: 20px;
  margin-bottom: 19px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--theme-color-white);
}

.list-style-two li:last-child {
  margin-bottom: 0;
}

.list-style-two li i {
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  color: var(--theme-color2);
  border-radius: 0px 50px 50px 50px;
  background-color: var(--theme-color1);
}

.list-style-two.light li,
.list-style-two.light i {
  color: var(--theme-color-white) !important;
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
}

@media (max-width: 991.98px) {
  .list-style-three {
    margin-top: 0px;
  }
}

.list-style-three li {
  position: relative;
  line-height: 20px;
  margin-bottom: 12px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--theme-color-white);
}

.list-style-three li:last-child {
  margin-bottom: 0;
}

.list-style-three li i {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
  color: var(--theme-color1);
}

.list-style-three.light li,
.list-style-three.light i {
  color: var(--theme-color-white) !important;
}

.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-one.light li a {
  color: var(--theme-color-white);
}

.social-icon-one.light li a:hover {
  color: var(--theme-color2);
}

.social-icon-one li {
  margin-left: 20px;
  display: inline-block;
}

.social-icon-one li:last-child {
  margin-right: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  color: var(--theme-color-black);
  font-size: 16px;
  line-height: 1em;
}

.social-icon-one li a:hover {
  color: var(--theme-color1);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11px;
}

.social-icon-two li:last-child {
  margin-right: 0;
}

.social-icon-two li a {
  position: relative;
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--theme-color-white);
  background-color: var(--body-bg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a i {
  position: relative;
}

.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50px;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: '';
}

.social-icon-two li a:hover {
  color: var(--theme-color-black);
}

.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

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

.play-btn {
  position: relative;
  display: inline-block;
}

.play-btn:hover .icon {
  color: var(--theme-color1);
}

.play-btn .icon {
  color: var(--theme-color2);
  font-size: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*======================
    Media Play Button
======================*/
.play-now {
  position: relative;
  z-index: 1;
  width: 65px;
  height: 65px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 60px;
  line-height: 63px;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--theme-color-white);
}

@media only screen and (max-width: 1199px) {
  .play-now {
    margin-top: 0px;
  }
}

.play-now:hover {
  color: var(--theme-color-white);
  border-color: var(--theme-color3);
  background-color: var(--theme-color3);
}

.play-now .icon {
  position: relative;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: '';
  position: absolute;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: '';
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

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

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

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

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

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

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

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

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

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

.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  width: 52px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 52px;
  color: var(--theme-color-black);
  background: #fff;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-right: 10px;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}

.default-dots .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.default-dots .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  border: 2px solid #3d0de5;
  background-color: transparent;
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
}

.default-dots .owl-dots .owl-dot.active {
  background-color: #270ad9;
  border-radius: 50%;
  border: 2px solid #270ad9;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}

.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: '';
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}

.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}

.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}

.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.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-black);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  content: 'Loading';
  text-transform: uppercase;
  -webkit-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 transparent;
  border-top-color: #9370db;
  -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: #ba55d3;
  -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: #ff00ff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*==========================
	Default Tabs
===========================*/
.default-tabs .tab-buttons {
  position: relative;
}

.default-tabs .tab-buttons li {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-tabs .tab-buttons li:last-child {
  margin: 0;
}

.default-tabs .tabs-content {
  position: relative;
}

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

.default-tabs .tab .image {
  position: relative;
  overflow: hidden;
}

.default-tabs .tab .image img {
  width: 100%;
}

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

.blockquote-style-one {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color-black);
  padding: 13px 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 800;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: '';
}

.array-button {
  gap: 14px;
}

.array-button .array-prev,
.array-button .array-next {
  height: 64px;
  width: 64px;
  color: var(--theme-color1);
  background-color: transparent;
  border: 1px dashed var(--theme-color1);
  line-height: 64px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

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

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

@media (max-width: 1199.98px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
}

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

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

.theme-color-bg {
  background: #0a0a0a;
}

.fix {
  overflow: hidden;
}

button {
  background: transparent;
}

.d-blocks {
  display: block !important;
}

@media (min-width: 1022px) and (max-width: 1199px) {
  .d-blocks {
    display: block !important;
  }
}

.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: var(--theme-color-black);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader.two svg {
  fill: var(--theme-color1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader .preloader-heading .load-text {
  font-size: 30px;
  color: var(--theme-color1);
  font-weight: var(--wt-fw-regular);
  letter-spacing: 15px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  z-index: 20;
}

@media (max-width: 575.98px) {
  .preloader .preloader-heading .load-text {
    font-size: 22px;
    letter-spacing: 10px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 25px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 100px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--theme-color1);
  -webkit-box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--theme-color-white);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;  
  line-height: 44;
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: var(--theme-color-white);
}
.back-to-top-btn  i{
    color: var(--theme-color-white);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.back-to-top-btn.two {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fca528),
    color-stop(48.87%, #e22eab),
    to(#921fea)
  );
  background: linear-gradient(90deg, #fca528 0%, #e22eab 48.87%, #921fea 100%);
}

.swiper-dot-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: var(--theme-color1);
  opacity: 1;
  border-radius: 6px;
}

.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: ar(--theme-color1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.swiper-dot-2
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-color1);
  content: '';
}

/*** 

====================================================================
   Nexella button 
====================================================================

***/
.theme-btn-main.border-style-btn .theme-btn {
  background: transparent;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.theme-btn-main.border-style-btn .theme-btn-arrow-right {
  background: transparent;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

.theme-btn-main.header-style-btn .theme-btn {
  color: var(--theme-color-white);
  background: var(--body-bg);
}

.theme-btn-main.header-style-btn .theme-btn-arrow-right {
  color: var(--theme-color-white);
  background: var(--body-bg);
}

.theme-btn-main.header-style-btn:hover .theme-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.theme-btn-main.header-style-btn:hover .theme-btn-arrow-left {
  background-color: var(--theme-color1);
}

.theme-btn-main.header-style-btn:hover .theme-btn-arrow-right {
  background-color: var(--theme-color1);
}

.theme-btn-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.theme-btn-main:hover .theme-btn-arrow-left {
  background-color: var(--theme-color-white);
  scale: 1;
}

.theme-btn-main:hover .theme-btn-arrow-right {
  background-color: var(--theme-color-white);
  scale: 0;
}

.theme-btn-main:hover .theme-btn {
  background-color: var(--theme-color-white);
  -webkit-transform: translateX(56px);
  transform: translateX(56px);
}

@media (max-width: 575.98px) {
  .theme-btn-main:hover .theme-btn {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

.theme-btn-arrow-left {
  width: 56px;
  height: 56px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-black);
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 575.98px) {
  .theme-btn-arrow-left {
    height: 50px;
    width: 50px;
  }
}

.theme-btn-arrow-left i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.theme-btn {
  background: var(--theme-color1);
  color: var(--theme-color-black);
  font-weight: 500;
  font-size: 16px;
  padding: 15px 39.72px;
  font-family: var(--heading-font-family);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  border-radius: 100px;
  text-transform: unset;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 575.98px) {
  .theme-btn {
    font-size: 15px;
    padding: 12px 34px;
  }
}

.theme-btn-arrow-right {
  width: 56px;
  height: 56px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -1px;
  background: var(--theme-color1);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--theme-color-black);
}

@media (max-width: 575.98px) {
  .theme-btn-arrow-right {
    width: 48px;
    height: 48px;
  }
}

.theme-btn-arrow-right i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.theme-color-white2:hover .theme-btn {
  background-color: var(--theme-color-white) !important;
  color: var(--theme-color2) !important;
}

.theme-color-white2:hover .theme-btn-arrow-right {
  background-color: var(--theme-color-white) !important;
  color: var(--theme-color2) !important;
}

.theme-color-white2:hover .theme-btn-arrow-left {
  background-color: var(--theme-color-white) !important;
  color: var(--theme-color2) !important;
}

.nexella-buton a {
  display: inline-block;
  border: 0;
  font-size: 18px;
  color: var(--theme-color-black);
  font-weight: 500;
  padding: 18px 44px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--theme-color1);
}

.nexella-buton a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--theme-color-white);
  border-radius: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nexella-buton a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nexella-buton a:hover {
  color: var(--theme-color-black);
}

.nexella-buton a i {
  position: absolute;
  right: -60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  top: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--theme-color1);
  font-weight: var(--h3-font-weight);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: var(--theme-color-black);
}

.nexella-buton a:hover i {
  background: var(--theme-color-white);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*** 

====================================================================
   Nexella button Style Two
====================================================================

***/
.nexella-buton.style_two a {
  background: transparent;
  border: 1px solid var(--text-color);
  color: var(--theme-color-white);
}

.nexella-buton.style_two a i {
  border: 1px solid var(--text-color);
  background-color: transparent;
  color: var(--theme-color-white);
}

.nexella-buton.style_two a::before {
  background: var(--theme-color1);
}

.nexella-buton.style_two a:hover {
  color: var(--theme-color-black);
  border: 1px solid rgba;
}

.nexella-buton.style_two a:hover i {
  background: var(--theme-color1);
  color: var(--theme-color-black);
  border: 1px solid var(--theme-color1);
}

.style_five a {
  padding: 14px 40px;
  font-size: 16px;
  margin-top: 31px;
}

/*** 

====================================================================
   Nexella button Style Three
====================================================================

***/
.nexella-buton-style-three a,
.submit-btn {
  display: inline-block;
  border: 0;
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
  padding: 18px 44px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--body-bg);
}

.nexella-buton-style-three a:before,
.submit-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--theme-color1);
  border-radius: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nexella-buton-style-three a:hover:before,
.submit-btn:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nexella-buton-style-three a:hover,
.submit-btn:hover {
  color: var(--theme-color-black);
}

.nexella-buton-style-three a i,
.submit-btn i {
  position: absolute;
  right: -60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  top: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--body-bg);
  font-weight: var(--h3-font-weight);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: var(--theme-color-white);
}

.nexella-buton-style-three a:hover i,
.submit-btn:hover i {
  background: var(--theme-color1);
  -webkit-transform: scale(1);
  transform: scale(1);
  color: var(--theme-color-black);
}

.nexella-buton.style_four a {
  font-size: 16px;
  padding: 15px 41px;
}

.theme-btn.small {
  padding: 10px 40px;
  line-height: 20px;
  font-size: 12px;
}

/*** 

====================================================================
   Nexella Style button 
====================================================================

***/
.nexella-style-btn a {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color3);
  position: relative;
  z-index: 1;
}

.nexella-style-btn a::before {
  position: absolute;
  content: '';
  right: -35px;
  top: 62%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: var(--theme-color1);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nexella-style-btn a::after {
  position: absolute;
  content: '';
  right: -35px;
  top: 62%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  width: 0;
  line-height: 70px;
  border-radius: 50%;
  border: 2px solid var(--theme-color2);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.nexella-style-btn a:hover::after {
  opacity: 1;
  width: 70px;
  height: 70px;
}

.nexella-style-btn a:hover::before {
  opacity: 0;
}

.nexella-style-btn a:hover {
  color: var(--theme-color2);
}

.nexella-style-btn a img {
  margin-left: 18px;
}

.nexella-style-btn.two a::before {
  background: var(--theme-color4);
}

/*** 

====================================================================
   Header Btn Main 
====================================================================

***/
.header-btn-main {
  background-color: #0248c1;
  border: 1px solid #0248c1;
  /* background-color: #0248c1;
  border: 1px solid #0248c1; */
  border-radius: 100px;
  color: var(--theme-color-black);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 26.2px 17px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-btn-main:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--theme-color-black);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.header-btn-main .header-theme-btn {
  position: relative;
  z-index: 1;
}

.header-btn-main .header-btn-arrow-right {
  color: var(--theme-color-black);
  color: white;
  font-size: 16px;
  position: relative;
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg);
  margin-left: 8px;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-btn-main:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.header-btn-main:hover {
  color: var(--theme-color-white);
}

.header-btn-main:hover .header-btn-arrow-right {
  color: var(--theme-color-white);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.theme-btn-work {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--theme-color-white);
  display: inline-block;
  position: relative;
  padding-left: 32px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.theme-btn-work:hover {
  color: var(--theme-color-white);
  padding-left: 0;
  padding-right: 32px;
}

.theme-btn-work:hover:before {
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}

.theme-btn-work:before {
  position: absolute;
  content: '';
  background-color: var(--theme-color1);
  width: 63px;
  height: 63px;
  border-radius: 50%;
  top: -22px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*Btn Style Four*/
.btn-style-four {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: var(--body-line-height);
  border-radius: 60px;
  padding: 6px 6px 6px 30px;
  background-color: var(--theme-color1);
  border: 1px solid transparent;
  text-transform: capitalize;
  overflow: hidden;
  gap: 24px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-four:hover .btn-title {
  color: #fff;
}

.btn-style-four .btn-title {
  color: #222222;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-four .icon {
  background-color: #222222;
  color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-left: 12px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-four .dot-box {
  background-color: #222222;
  color: var(--theme-color-white);
  border-radius: 50%;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  text-align: center;
  position: relative;
  width: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-four .dot-box .dot-item {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  height: 5px;
  width: 5px;
  display: inline-block;
  position: absolute;
  left: calc(50% + 3px);
  top: calc(50% - 2.5px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-four .dot-box .dot-item:before {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  content: '';
  position: absolute;
  left: -7px;
  top: -7px;
  height: 5px;
  width: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-four .dot-box .dot-item:after {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  content: '';
  position: absolute;
  left: -7px;
  bottom: -7px;
  height: 5px;
  width: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-four:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 100%;
  content: '';
  border-radius: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  background-color: #222222;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.btn-style-four:hover {
  color: var(--theme-color-white);
  border-color: rgba(248, 248, 248, 0.2);
}

.btn-style-four:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.btn-style-four:hover .icon {
  background-color: #222222;
  color: var(--theme-color-white);
}

.btn-style-four:hover .dot-box {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}

.btn-style-four:hover .dot-box .dot-item {
  left: calc(50% - 7px);
  top: calc(50% - 2.5px);
  background-color: #222222;
}

.btn-style-four:hover .dot-box .dot-item:before {
  left: 7px;
  top: 7px;
  background-color: #222222;
}

.btn-style-four:hover .dot-box .dot-item:after {
  left: 7px;
  bottom: 7px;
  background-color: #222222;
}

.btn-style-four.dark-bg {
  color: var(--theme-color-white);
  background-color: var(--theme-color9);
}

.btn-style-four.dark-bg:hover {
  color: var(--text-color-theme-color1);
}

.btn-style-four.dark-bg::before {
  background-color: var(--theme-color1);
}

.btn-style-four.light-bg {
  background-color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color1);
}

.btn-style-four.light-bg:hover {
  color: var(--theme-color-white);
}

.btn-style-four.light-bg::before {
  background-color: var(--theme-color-dark);
}

.btn-style-four.transparent-bg {
  background-color: transparent;
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
}

.btn-style-four.transparent-bg:hover {
  color: var(--theme-color-white);
}

.btn-style-four.transparent-bg::before {
  background-color: var(--theme-color1);
}

.btn-style-four.hover-light:hover {
  color: var(--theme-color2);
}

.btn-style-four.hover-light:before {
  background-color: var(--theme-color-white);
}

.btn-style-four.hover-dark:hover {
  color: var(--theme-color-white);
}

.btn-style-four.hover-dark:before {
  background-color: var(--theme-color-dark);
}

/*** 

====================================================================
    Animation 
====================================================================

***/
.bounce-animate {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  -webkit-animation-name: float-bob2;
  animation-name: float-bob2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  -webkit-animation-name: float-bob3;
  animation-name: float-bob3;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  -webkit-animation-name: float-bob4;
  animation-name: float-bob4;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  -webkit-animation-name: float-bob5;
  animation-name: float-bob5;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  -webkit-animation-name: float-bob5;
  animation-name: float-bob5;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  -webkit-animation-name: float-bob6;
  animation-name: float-bob6;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

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

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

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

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

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

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

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

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

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

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

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

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- Hosting Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@-webkit-keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@-webkit-keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  -webkit-animation: img-anim-left 1.3s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  -webkit-animation: img-anim-top 1.3s forwards
    cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

/*** 

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

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-black);
  opacity: 0.95;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-white);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup .form-group input[type='search'],
.search-popup .form-group input[type='text'] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type='search']:focus,
.search-popup .form-group input[type='text']:focus {
  border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-black);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover {
  color: var(--theme-color-black);
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
  color: inherit;
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
  color: inherit;
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

/*** 
====================================================================
  Main Header
====================================================================
***/
.header-span {
  display: block;
  height: 110px;
  position: relative;
  width: 100%;
}

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 16px 50px;
}

.main-header .header-lower .logo-box {
  min-width: 340px;
  padding: 0;
  position: relative;
  min-width: 230px;
}

.main-header {
  width: 100%;
  z-index: 999;
}

.main-header .logo {
  display: block;
  position: relative;
}

.main-header .logo img {
  max-width: 170px;
  height: auto;
}

.main-header .main-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0px;
  position: relative;
  top: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  text-align: center;
}

.main-menu {
  position: relative;
}

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

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

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

.main-menu .navigation > li {
  float: left;
  margin-right: 50px;
  padding: 25px 0px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-menu .navigation > li:before {
  background-color: var(--bg-theme-color2);
  bottom: 23px;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 0%;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}

.main-menu .navigation > li > a {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--heading-font-family);
}

.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}

.main-menu .navigation > li.current > a {
  color: var(--theme-color1);
  font-weight: 700;
}

.main-menu .navigation > li.dropdown > a {
  margin-right: -14px;
  padding-right: 14px;
}

.main-menu .navigation > li.dropdown > a:after {
  content: '\f078';
  display: block;
  font-family: 'Font Awesome 6 Pro';
  font-size: 9px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: -3px;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 90%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: visible;
}


.main-menu .navigation > li > ul {
  background-color: var(--body-bg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 240px;
  z-index: 100;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #1d2022;
}
.main-menu .navigation > li.lang-dropdown >ul > li{
  text-transform: capitalize;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-white);
  text-align: left;
  margin: 0 20px;
  text-transform: unset;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.lang-dropdown > ul {
    width: auto !important;
    min-width: 80px !important;
    padding: 10px 0 !important;
    left: -25px !important;
}
.lang-dropdown > ul li a{
    text-align: center !important;

}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--body-bg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  width: 220px;
  z-index: 100;
}

.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid #1d2022;
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color-white);
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0 30px;
  padding: 14px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}

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

.main-header .header-lower .outer-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0;
  position: relative;
  gap: 30px;
}

.main-header .header-lower .outer-box .menu-text {
  color: var(--theme-color-white);
  font-family: 'Plus Jakarta Sans';
  font-size: 18px;
  font-weight: 500;
  margin-right: 14px;
  display: inline-block;
}

.main-header .header-lower .outer-box .ui-btn-outer {
  margin-right: 0;
}

.main-header .ui-btn {
  background: none;
  color: #a1a1a1 !important;
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-left: 26px;
  position: relative;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Rethink Sans, sans-serif;
}

.main-header .ui-btn span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -3px;
  font-family: Rethink Sans, sans-serif !important;
}

.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.menubars {
  width: 30px;
  line-height: 5px;
  text-align: right;
  background: transparent;
  position: relative;
  z-index: 1;
  top: -3px;
  margin-left: 40px;
}

.menubars span {
  display: inline-block;
  width: 90%;
  height: 2px;
  background-color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menubars span:nth-child(2) {
  width: 100%;
}

.menubars span:nth-child(3) {
  width: 70%;
}

.header-3 .header-lower {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-3 .main-box {
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  padding: 13px 0 11px;
}

.header-3 .outer-box {
  padding: 0;
}

/*** 

====================================================================
Header Style 3
====================================================================

***/
.header-4 .header-lower {
  max-width: 1850px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-4 .main-box {
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
}

.header-4 .main-menu .navigation > li {
  padding: 39px 0px;
}

/*** 

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

***/
@media screen and (max-width: 1022px) {
  .mobile-nav-toggler {
    display: block !important;
  }
}

.sticky-header {
  background-color: var(--body-bg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding:  0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid var(--border-theme-color1);
}

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

.sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .logo img {
  /* max-height: 40px; */
}

.sticky-header .nav-outer {
  background: none;
  position: relative;
}

.sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

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

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

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

.sticky-header .mobile-nav-toggler {
  color: var(--theme-color1);
}

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--theme-color-white);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color-white);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 50px;
}

.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--body-bg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #1d2022;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid #1d2022;
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid #1d2022;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: var(--theme-color1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: var(--theme-color-white);
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid #1d2022;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: '\f106';
}

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

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

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}

.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}

.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 29px;
  line-height: 50px;
  color: var(--theme-color-white);
}

.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color-white);
  font-weight: 500;
  text-transform: uppercase;
}

.contact-list-one li a {
  color: var(--theme-color-white);
}

.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-white);
}

.contact-list-one li .text a {
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-box {
  color: var(--theme-color-white);
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #1d2022;
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid #1d2022;
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  color: var(--theme-color1);
}

/***

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

***/
.toggle-hidden-bar {
  position: relative;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hidden-bar::-webkit-scrollbar {
  width: 2px;
}

.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}

.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme-color-black);
  height: 100%;
}

.hidden-bar .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}

.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.hidden-bar .upper-box .nav-logo img {
  max-height: 40px;
}

.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}

.hidden-bar .text-box .title {
  color: var(--theme-color-white);
}

.hidden-bar .text-box .text {
  color: var(--theme-color-white);
}

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

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

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

.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--theme-color-black);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}

.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/*** 

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

***/
.sec-title {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .sec-title {
    margin-bottom: 30px;
  }
}

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

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

.sec-title.text-center .sub-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-title .sub-title {
  position: relative;
  top: 0;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  padding-top: 14px;
  margin-bottom: 28px;
  text-transform: capitalize;
}

.sec-title .sub-title img {
  margin-right: 10px;
  margin-top: -4px;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}

.sec-title .work-title {
  position: relative;
  font-size: 65px;
  line-height: 1em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  text-transform: uppercase;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .sec-title .work-title {
    font-size: 100px;
  }
}

@media (max-width: 767.98px) {
  .sec-title .work-title {
    font-size: 80px;
  }
}

@media (max-width: 575.98px) {
  .sec-title .work-title {
    font-size: 60px;
  }
}

.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-top: -9px;
  line-height: 45px;
  /* white-space: pre; */
  margin-bottom: 0;
}

.sec-title p {
  font-size: 18px;
  width: 80%;
  line-height: 28px;
  margin: 24px 0 0;
}

.sec-title .text {
  margin-top: 35px;
}

.sec-title.style_two .sub-title {
  padding-top: 0;
  margin-bottom: 24px;
}

.sec-title.style_two h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
}

.sec-title.style_two h2 span {
  font-weight: 700;
  font-size: 42px;
  color: var(--theme-color2);
}

.sec-title.home-3 .sub-title {
  display: inline-block;
  border: 2px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 50px;
  padding: 11px 12px;
}

.sec-title.home-3 .sub-title img {
  -webkit-animation-name: rotateme2;
  animation-name: rotateme2;
}

.sec-title.home-3 h2 {
  font-weight: 300;
  font-size: 42px;
}

@media (max-width: 1199.98px) {
  .sec-title.home-3 h2 br {
    display: none;
  }
}

.sec-title.home-3 h2 span {
  font-weight: 700;
}

.sec-title.style_color h2,
.sec-title.style_color h1 {
  color: var(--theme-color-black);
}

.sec-title.style_color .text {
  color: #aab3bb;
}

.sec-title.style_color .sub-title {
  color: var(--theme-color-black);
}

p.sec-descrption {
  line-height: 28px;

}
.sec-descrption {
    position:relative;
  z-index:100
}
.swiper-pagination-bullet {
  display:none !important
}
/***

====================================================================
    Banner Section
====================================================================

***/
.banner-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 950px;
  padding: 0 188px 0;
}

.banner-section .hero_upper {
  margin-top: -30px;
}

.banner-section .content-box {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.banner-section .content-box .title {
  font-size: 110px;
  font-weight: 700;
  color: #ffffff;
  line-height: 120px;
  margin-bottom: 40px;
}

.banner-section .content-box .title span {
  font-weight: 300;
  color: var(--theme-color1);
}

.banner-section .banner_icon-bx2 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 84px);
  cursor: pointer;
}

.banner-section .banner_icon-bx2 .banner-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}

.banner-section .banner_icon-bx2 .text-circle-box {
  background-color: var(--theme-color1);
  width: 168px;
  height: 168px;
  line-height: 168px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section .banner_icon-bx2 .icon {
  font-size: 30px;
  color: var(--theme-color-black);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 45%;
  top: 51%;
  position: relative;
  z-index: 5;
}

.banner-section .hero-img {
  /* position: absolute;
  right: 20%;
  top: 38%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1; */
}

.banner-section .hero-img img {
  max-width: inherit;
  text-align: center;
}

.banner-section .follow-us {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 50px;
  bottom: 70px;
}

@media (max-width: 991.98px) {
  .banner-section .follow-us {
    display: none;
  }
}

.banner-section .follow-us .follow-title {
  margin-bottom: 10px;
  color: var(--theme-color-white);
  font-size: 15px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.banner-section .follow-us .follow-title::before {
  position: absolute;
  content: '';
  border: 1px solid rgba(244, 245, 248, 0.7411764706);
  top: 13px;
  left: -90px;
  width: 80px;
}

.banner-section .follow-us .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.banner-section .follow-us .social-links a {
  display: inline-block;
  color: var(--theme-color-white);
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-section .follow-us .social-links :hover {
  color: var(--theme-color1);
}

.banner-section .email-link {
  position: absolute;
  left: -15px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  top: 60%;
}

.banner-section .email-link a {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  color: var(--theme-color-white);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  z-index: 1;
}

.banner-section .email-line {
  position: absolute;
  left: 56px;
  top: 29%;
}

/***

====================================================================
    Banner Section Two
====================================================================

***/
.banner-section.style_two {
  height: 950px;
  padding: 0;
}

.banner-section.style_two .hero_upper {
  margin-top: 84px;
}

.banner-section.style_two .content-box .title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 90px;
  line-height: 100px;
  text-transform: uppercase;
}

.banner-section.style_two .content-box .hero-campaign {
  position: absolute;
  right: 8%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-section.style_two .content-box .hero-campaign span.campaign-badge {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  background: var(--theme-color1);
  color: var(--theme-color-black);
  padding: 9px 29px;
  border-radius: 40px;
  display: inline-block;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}

.banner-section.style_two
  .content-box
  .hero-campaign
  span.campaign-badge::before {
  position: absolute;
  content: '';
  right: -24px;
  top: -14px;
  height: 24px;
  width: 26px;
  background: url(../images/home-2/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}

.banner-section.style_two .content-box .hero-marketing-box {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  width: 300px;
  gap: 20px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: -50%;
  bottom: 30%;
}

@media (max-width: 1699.98px) {
  .banner-section.style_two .content-box .hero-marketing-box {
    bottom: 0;
    right: -20%;
  }
}

.banner-section.style_two .content-box .hero-marketing-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(
    97deg,
    rgba(255, 255, 255, 0.65),
    rgba(0, 0, 0, 0.31)
  );
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.banner-section.style_two .content-box .hero-marketing-box .marketing-icon {
  height: 70px;
  width: 70px;
  background: var(--theme-color1);
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.banner-section.style_two .content-box .hero-marketing-box h6.marketing-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.banner-section.style_two .banner_icon-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: inherit;
  bottom: 0;
  left: 0;
  -webkit-animation: 1s 1.6s fadeInUp both;
  animation: 1s 1.6s fadeInUp both;
  margin-bottom: 40px;
}

.banner-section.style_two .banner_icon-bx .banner-text p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  color: var(--theme-color-white);
  width: 70%;
}

.banner-section.style_two .hero-thumb {
  position: absolute;
  right: 0;
  bottom: -16px;
}

.banner-section.style_two .theme-btn-main {
  margin-left: 60px;
}

@media (max-width: 1199.98px) {
  .banner-section.style_two .theme-btn-main {
    margin-left: 0;
  }
}

.hero-3 {
  padding: 230px 0 140px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .hero-3 {
    padding: 130px 0 120px;
  }
}

.hero-3 .hero-shape {
  position: absolute;
  bottom: -100px;
  left: 0;
}

.hero-3 .email-link {
  position: absolute;
  left: 22px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  top: 60%;
}

@media (max-width: 1599.98px) {
  .hero-3 .email-link {
    display: none;
  }
}

.hero-3 .email-link a {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  color: var(--theme-color-white);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  z-index: 1;
}

.hero-3 .email-line {
  left: 107px;
  position: absolute;
  top: 29%;
}

@media (max-width: 1599.98px) {
  .hero-3 .email-line {
    display: none;
  }
}

.hero-3 .hero-content .title {
  font-size: 90px;
  font-weight: 800;
  color: #f8f8f8;
  line-height: 160%;
}

@media (max-width: 1399.98px) {
  .hero-3 .hero-content .title {
    font-size: 85px;
  }
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content .title {
    font-size: 85px;
  }
}

@media (max-width: 991.98px) {
  .hero-3 .hero-content .title {
    font-size: 60px;
  }
}

@media (max-width: 767.98px) {
  .hero-3 .hero-content .title {
    font-size: 50px;
  }
}

@media (max-width: 475.98px) {
  .hero-3 .hero-content .title {
    font-size: 40px;
  }
}

.hero-3 .hero-content .title .text-1 {
  border: 2px solid rgb(255, 255, 255);
  padding: 0 14px;
  border-radius: 10px;
  padding-bottom: 7px;
}

.hero-3 .hero-content .title .arrow-icon {
  margin-right: 30px;
  margin-left: 30px;
  top: -13px;
  position: relative;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .hero-3 .hero-content .title .arrow-icon {
    display: none;
  }
}

.hero-3 .hero-content .title .arrow-icon::before {
  position: absolute;
  top: 50px;
  left: -30px;
  content: '';
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(248, 248, 248, 0.2);
}

@media (max-width: 1399.98px) {
  .hero-3 .hero-content .title .arrow-icon::before {
    display: none;
  }
}

.hero-3 .hero-content p {
  font-size: 18px;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  line-height: 170%;
  max-width: 518px;
  margin-top: 50px;
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content p {
    margin-top: 25px;
    font-size: 18px;
  }
}

.hero-3 .hero-content .hero-button-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  margin-top: 60px;
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content .hero-button-items {
    gap: 30px;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-3 .hero-content .hero-button-items .client-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.hero-3 .hero-content .hero-button-items .client-item .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-3 .hero-content .hero-button-items .client-item .client-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.hero-3 .hero-content .hero-button-items .client-item .client-image .icon-1 {
  margin-right: -12px;
}

.hero-3 .hero-content .hero-button-items .client-item .client-image .icon-2 {
  margin-right: -12px;
}

.hero-3 .hero-content .hero-button-items .client-item .client-image .icon-3 {
  margin-right: -12px;
}

.hero-3 .hero-content .hero-button-items .client-item .client-image .count-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  text-align: center;
  line-height: 50px;
}

.hero-3 .hero-content .hero-button-items .client-item .happy-title {
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 400;
  line-height: 156%;
}

.hero-3 .hero-content .hero-button-items .client-item .happy-title span {
  display: block;
}

.hero-3 .hero-image {
  position: relative;
  width: 424px;
}

@media (max-width: 1599.98px) {
  .hero-3 .hero-image {
    margin-left: -100px;
  }
}

@media (max-width: 1599.98px) {
  .hero-3 .hero-image {
    height: 450px;
  }

  .hero-3 .hero-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1399.98px) {
  .hero-3 .hero-image {
    margin-left: 0;
    width: auto;
  }

  .hero-3 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-image {
    margin-top: 25px;
  }
}

.hero-3 .hero-image .hero-marketing-box {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  width: 300px;
  gap: 20px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -40px;
  bottom: 10px;
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-image .hero-marketing-box {
    left: 0;
  }
}

.hero-3 .hero-image .hero-marketing-box img {
  width: initial;
  height: initial;
  border-radius: 0;
}

.hero-3 .hero-image .hero-marketing-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(
    97deg,
    rgba(255, 255, 255, 0.65),
    rgba(255, 255, 255, 0.31)
  );
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.hero-3 .hero-image .hero-marketing-box .marketing-icon {
  height: 70px;
  width: 70px;
  background: var(--theme-color1);
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hero-3 .hero-image .hero-marketing-box h6.marketing-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.hero-3 .hero-image .video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-3 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-color: var(--theme-color-black);
}

.hero-3 .hero-image::after {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-color: var(--theme-color1);
}

.hero-3 .hero-image img {
  max-width: initial;
  width: 100%;
}

.hero-4 {
  padding: 538px 0 0;
  position: relative;
}

@media (max-width: 1199.98px) {
  .hero-4 {
    padding: 500px 0 120px;
  }
}

@media (max-width: 991.98px) {
  .hero-4 {
    padding: 150px 0 120px;
  }
}

@media (max-width: 575.98px) {
  .hero-4 {
    padding: 130px 0;
  }
}

.hero-4 .social-icon-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: 250px;
  right: 0;
}

@media (max-width: 1599.98px) {
  .hero-4 .social-icon-list1 {
    display: none;
  }
}

.hero-4 .social-icon-list1 span {
  color: var(--theme-color-white);
}

.hero-4 .social-icon-list1 a {
  color: var(--theme-color-white);
}

.hero-4 .social-icon-list1 a:hover {
  color: var(--theme-color1);
}

.hero-4 .get-text {
  font-size: 16px;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  bottom: 115px;
  left: 111px;
}

@media (max-width: 1599.98px) {
  .hero-4 .get-text {
    display: none;
  }
}

.hero-4 .circle-shape {
  position: absolute;
  left: 65px;
  top: 160px;
}

.hero-4 .hero-content {
  margin-top: -230px;
}

@media (max-width: 991.98px) {
  .hero-4 .hero-content {
    margin-top: 0;
  }
}

.hero-4 .hero-content .hero-title {
  font-size: 80px;
  line-height: 1.4;
}

@media (max-width: 1399.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 1199.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 767.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 575.98px) {
  .hero-4 .hero-content .hero-title {
    font-size: 40px;
  }
}

.hero-4 .hero-content .hero-title span {
  color: var(--theme-color1);
  text-decoration: underline;
}

.hero-4 .hero-content .hero-title img {
  border-radius: 120px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  margin-right: 12px;
}

.hero-4 .hero-content .sub-title {
  color: var(--theme-color-white);
  margin-top: 45px;
  padding-left: 200px;
  position: relative;
}

@media (max-width: 1399.98px) {
  .hero-4 .hero-content .sub-title {
    padding-left: 0;
  }
}

.hero-4 .hero-content .sub-title::before {
  background: rgba(var(--theme-color-white-rgb), 0.3);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 16px;
  width: 178px;
}

@media (max-width: 575.98px) {
  .hero-4 .hero-content .sub-title::before {
    display: none;
  }
}

.hero-4 .hero-content .video-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  .hero-4 .hero-content .video-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.hero-4 .hero-content .video-items .video-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  border: 2px solid var(--theme-color1);
  color: var(--theme-color1);
}

.hero-4 .hero-content .video-items p {
  font-size: 16px;
  font-weight: 500;
  line-height: 162, 5%;
  margin-bottom: 0;
  max-width: 552px;
}

.hero-4 .hero-image {
  position: relative;
  z-index: 9;
}

@media (max-width: 991.98px) {
  .hero-4 .hero-image {
    text-align: center;
  }
}

.hero-4 .hero-image .circle-box {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30%;
  text-align: center;
  line-height: 168px;
}

@media (max-width: 991.98px) {
  .hero-4 .hero-image .circle-box {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.hero-4 .hero-image .circle-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  color: var(--theme-color-black);
}

.hero-4 .hero-image img {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.hero-4 .hero-image::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  content: '';
  width: 424px;
  height: 486px;
  content: '';
  background-color: var(--theme-color1);
  border-radius: 500px 500px 0 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .hero-4 .hero-image::before {
    display: none;
  }
}

/***

====================================================================
    About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 150px 0 100px;
  background: var(--theme-color4);
  z-index: 1;
}

@media (max-width: 991.98px) {
  .about-section {
    padding: 80px 0;
  }
}

.about-section .about-shape {
  position: absolute;
  left: 7%;
  margin: 0;
  bottom: 9%;
  text-align: center;
  z-index: -2;
}

@media (max-width: 1199.98px) {
  .about-section .about-shape {
    display: none;
  }
}

.about-section .sec-title {
  position: relative;
  margin-bottom: 60px;
  margin-left: 30px;
}

@media (max-width: 1702.98px) {
  .about-section .sec-title {
    margin-left: 0;
  }
}

.about-section .sec-title .sub-title {
  padding-top: 27px;
}

.about-section .sec-title .sub-title:before {
  top: 21px;
}

@media (max-width: 1702.98px) {
  .about-section .sec-title h2 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-section .sec-title h2 {
    font-size: 30px;
    line-height: 39px;
  }
}

.about-section .sec-title h2 span {
  font-size: 46px;
  line-height: 56px;
}

@media (max-width: 575.98px) {
  .about-section .sec-title h2 span {
    font-size: 30px;
    line-height: 39px;
  }
}

.about-section .about-icon-box {
  border-top-right-radius: 190px;
  border-bottom-right-radius: 190px;
  border-bottom-left-radius: 190px;
  background: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 115px;
  padding: 70px 65px 70px;
  width: 760px;
  margin-left: -142px;
  position: relative;
}

@media (max-width: 1599.98px) {
  .about-section .about-icon-box {
    gap: 50px;
    width: auto;
  }
}

@media (max-width: 1199.98px) {
  .about-section .about-icon-box {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .about-section .about-icon-box {
    gap: 30px;
    padding: 30px 15px;
  }
}

@media (max-width: 575.98px) {
  .about-section .about-icon-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
  }
}

.about-section .about-icon-box::before {
  position: absolute;
  content: '';
  left: 10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color1);
  border-top-right-radius: 190px;
  border-bottom-right-radius: 190px;
  border-bottom-left-radius: 190px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .about-section .about-icon-box::before {
    border-radius: 15px;
  }
}

.about-section .about-icon-box .about-count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-section .about-icon-box .about-count span.count-text {
  font-weight: 600;
  font-size: 90px;
  color: var(--theme-color1);
  line-height: 1;
  font-family: var(--heading-font-family);
}

.about-section .about-icon-box .about-count span.plus {
  font-family: var(--sec-title-font-family);
  font-weight: 400;
  font-size: 34px;
  color: var(--theme-color1);
  position: relative;
  top: -54px;
  left: 6px;
}

.about-section .about-icon-box .about-count .counter-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-color-white);
  margin-top: 15px;
  margin-left: 0;
  max-width: 155px;
  line-height: 156%;
}

.about-section .about-icon-box .about-content p {
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color);
  margin: 20px 0 38px;
}

.about-section .about-icon-box .dance-sp.bounce-animate2 {
  position: absolute;
  bottom: 6%;
  left: 26%;
}

@media (max-width: 1199.98px) {
  .about-section .about-icon-box .dance-sp.bounce-animate2 {
    display: none;
  }
}

.about-section .bg-blur {
  /* background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 119, 60, 0.54) 0%,
    rgba(255, 119, 60, 0) 100%
  ); */
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  position: absolute;
  right: 0;
  bottom: 3%;
  height: 555px;
  width: 555px;
  z-index: -2;
  border-radius: 50%;
}

@media (max-width: 1199.98px) {
  .about-section .bg-blur {
    display: none;
  }
}

.about-section .bg-blur2 {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 119, 60, 0.54) 0%,
    rgba(255, 119, 60, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  position: absolute;
  left: 1%;
  bottom: 3%;
  height: 555px;
  width: 555px;
  z-index: -2;
  border-radius: 50%;
}

@media (max-width: 1199.98px) {
  .about-section .bg-blur2 {
    display: none;
  }
}

.about-section .about-shape2 {
  position: absolute;
  right: 5%;
  top: 14%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .about-section .about-shape2 {
    display: none;
  }
}

.about-section .image-column .inner-column {
  position: relative;
  z-index: -1;
}

.about-section .theme-btn-main .theme-btn {
  font-size: 16px;
  padding: 10px 34.1px;
}

.about-section .theme-btn-main .theme-btn-arrow-right {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.about-section .theme-btn-main .theme-btn-arrow-left {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.about-section .theme-btn-main:hover .theme-btn {
  -webkit-transform: translateX(48px);
  transform: translateX(48px);
}

/***

====================================================================
    About Section Two
====================================================================

***/
.about-section-two {
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}

.about-section-two .about-shape {
  bottom: -21%;
  margin: 0;
  position: absolute;
  right: -13%;
  text-align: center;
  z-index: 1;
}

.about-section-two .about-shape img {
  width: 75%;
}

.about-section-two .content-column .inner-column {
  margin-top: 40px;
}

.about-section-two .image-column {
  position: relative;
}

.about-section-two .image-column .image-1 {
  position: relative;
}

@media (max-width: 1199.98px) {
  .about-section-two .image-column .image-1 {
    left: 30px;
  }
}

.about-section-two .image-column .image-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -24px;
  top: -14px;
  background-color: var(--theme-color1);
  -webkit-mask-image: url(../images/home-2/about-img-mask1.png);
  mask-image: url(../images/home-2/about-img-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about-section-two .image-column .image-1 img {
  -webkit-mask-image: url(../images/home-2/about-img-mask1.png);
  mask-image: url(../images/home-2/about-img-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about-section-two .image-column .image-2 {
  position: absolute;
  bottom: -23px;
  right: 126px;
  z-index: 2;
}

.about-section-two .image-column .image-2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 24px;
  top: 14px;
  background-color: #111111;
  -webkit-mask-image: url(../images/home-2/about-img-mask2.png);
  mask-image: url(../images/home-2/about-img-mask2.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about-section-two .image-column .image-2 img {
  -webkit-mask-image: url(../images/home-2/about-img-mask2.png);
  mask-image: url(../images/home-2/about-img-mask2.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .about-section-two .image-column .image-2 {
    display: none;
  }
}

.about-section-two .image-column .image-shape {
  position: absolute;
  bottom: 0;
  left: -28px;
}

@media (max-width: 1399.98px) {
  .about-section-two .image-column .image-shape {
    display: none;
  }
}

.about-section-two .image-column .about-campaign {
  position: absolute;
  right: 24%;
  top: 67px;
}

.about-section-two .image-column .about-campaign span.campaign-badge {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  background: var(--theme-color1);
  color: var(--theme-color2);
  padding: 9px 29px;
  border-radius: 40px;
  display: inline-block;
}

.about-section-two .image-column .about-campaign span.campaign-badge::before {
  position: absolute;
  content: '';
  right: -24px;
  top: -14px;
  height: 24px;
  width: 26px;
  background: url(../images/home-2/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}

@media (max-width: 991.98px) {
  .about-section-two .image-column .about-campaign span.campaign-badge::before {
    display: none;
  }
}

.about-section-two .sec-title {
  margin-bottom: 48px;
  max-width: 610px;
  position: relative;
}

.about-section-two p.about-qute {
  line-height: 26px;
  padding-left: 30px;
  position: relative;
  width: 84%;
  margin-bottom: 45px;
}

.about-section-two p.about-qute::before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  height: 70px;
  width: 3px;
  background: var(--theme-color1);
}

.about-section-two .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-section-two .main-box .icon-box {
  display: inline-block;
}

.about-section-two .main-box .icon-box .icon {
  float: left;
  margin-right: 20px;
  margin-top: 0;
}

.about-section-two .main-box .icon-box .icon img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-section-two .main-box .icon-box .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.about-section-two .main-box .icon-box:hover .icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 575.98px) {
  .about-section-two .main-box .icon-box {
    margin-bottom: 15px;
  }
}

.about-section-two .main-box .icon-box.two {
  margin-left: 77px;
}

.about-section-two .about-icon-box {
  margin-left: 30px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}

.about-section-two .about-icon-box .about-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-section-two .about-icon-box .about-count span.count-text {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
}

.about-section-two .about-icon-box .about-count span.plus {
  font-family: var(--sec-title-font-family);
  font-weight: 400;
  font-size: 34px;
  position: relative;
  top: -54px;
  left: 6px;
  color: var(--theme-color1);
}

.about-section-two .about-icon-box .about-count h6.counter-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 28px;
  margin-left: -8px;
  max-width: 100px;
  font-family: var(--heading-font-family);
}

.about-section-two .about-content p {
  font-weight: 400;
  line-height: 26px;
  color: var(--theme-color1);
  margin: 13px 0 38px;
}

.about-section-two .nexella-buton a {
  margin-top: 34px;
}

.about-section-two .about-shape2 {
  position: absolute;
  top: 17%;
  right: 6%;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .about-section-two .about-shape2 {
    display: none;
  }
}

.about-section-two .buler-bg {
  position: absolute;
  left: 11%;
  bottom: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 119, 60, 0.54) 0%,
    rgba(255, 119, 60, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  height: 700px;
  width: 700px;
  z-index: -1;
  pointer-events: none;
}


.about-content-style-3 {
  position: relative;
}

.about-content-style-3::before {
  position: absolute;
  right: -34%;
  bottom: -10%;
  content: '';
  width: 571px;
  height: 553px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  z-index: -1;
}

.about-content-style-3 .about-text {
  font-family: var(--heading-font-family);
  max-width: 511px;
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.8);
}

.about-content-style-3 .about-list-items {
  margin-right: 15px;
}

@media (max-width: 1199.98px) {
  .about-content-style-3 .about-list-items {
    margin-right: 0;
  }
}

.about-content-style-3 .about-list-items ul {
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 29px 25px;
  background-color: rgba(97, 97, 97, 0.1);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.about-content-style-3 .about-list-items ul li {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.about-content-style-3 .about-list-items ul li:not(:last-child) {
  margin-bottom: 16px;
}

.about-content-style-3 .about-list-items ul li span {
  max-width: 18px;
  width: 100%;
  height: 18px;
  display: inline-block;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  position: relative;
}

.about-content-style-3 .about-list-items ul li span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--theme-color1);
  content: '';
}

.about-content-style-3 .about-list-items ul li span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--theme-color-black);
  content: '';
}

.about-content-style-3 .about-image-2 {
  position: relative;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .about-content-style-3 .about-image-2 {
    max-width: 300px;
  }
}

@media (max-width: 991.98px) {
  .about-content-style-3 .about-image-2 {
    display: none;
  }
}

.about-content-style-3 .about-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 200px;
}

.about-content-style-3 .about-btn {
  margin-top: 68px;
}

.about-content-style-3 .about-btn a {
  display: inline-block;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-white);
  position: relative;
}

.about-content-style-3 .about-btn a::before {
  position: absolute;
  content: '';
  right: -25px;
  top: -22px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.about-content-style-3 .about-btn a:hover:before {
  right: 0;
  opacity: 0;
}

.about-content-style-3 .about-btn a:hover {
  color: var(--theme-color1);
}

.about-content-style-3 .about-btn a img {
  margin-left: 10px;
}

.about-section-3 {
  position: relative;
}

.about-section-3 .sec-title {
  max-width: 652px;
}

.about-section-3 .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-section-3 .shape-2 {
  position: absolute;
  bottom: 80px;
  left: 60%;
}

.about-section-3 .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
}

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

.about-section-four .bg-left-shape {
  position: absolute;
  bottom: -25%;
  left: 0;
  z-index: -1;
}

.about-section-four .anim-icons {
  pointer-events: none;
}

.about-section-four .anim-icons .image-1 {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199.98px) {
  .about-section-four .anim-icons .image-1 {
    display: none;
  }
}

.about-section-four .content-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .about-section-four .image-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-section-four .image-column .inner-column .image-one {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  position: relative;
  max-width: 574px;
  height: 558px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 574 558"><path fill-rule="evenodd" clip-rule="evenodd" d="M115.947 279L0 212.708L85.4595 66.2926L201.474 132.47L201.539 0H372.461L372.526 132.47L488.539 66.2926L574 212.708L458.052 279L574 345.292L488.539 491.708L372.526 425.53L372.461 558H201.539L201.474 425.53L85.4595 491.708L0 345.292L115.947 279Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 574 558"><path fill-rule="evenodd" clip-rule="evenodd" d="M115.947 279L0 212.708L85.4595 66.2926L201.474 132.47L201.539 0H372.461L372.526 132.47L488.539 66.2926L574 212.708L458.052 279L574 345.292L488.539 491.708L372.526 425.53L372.461 558H201.539L201.474 425.53L85.4595 491.708L0 345.292L115.947 279Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

@media (max-width: 991.98px) {
  .about-section-four .image-column .inner-column .image-one {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .about-section-four .image-column .inner-column .image-one {
    display: none;
  }
}

.about-section-four .image-column .inner-column .image-one img {
  width: 100%;
}

.about-section-four .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}

.about-section-four .content-column .inner-column .sec-title .text {
  width: 100%;
}

.about-section-four .content-column .inner-column .info-box {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .about-section-four .content-column .inner-column .info-box {
    margin-bottom: 20px;
  }
}

.about-section-four .content-column .inner-column .info-box .inner .icon-box {
  width: 64px;
  height: 64px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color1);
  border-radius: 50%;
  margin-bottom: 30px;
}

.about-section-four .content-column .inner-column .info-box .inner .icon-box i,
.about-section-four
  .content-column
  .inner-column
  .info-box
  .inner
  .icon-box
  img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.about-section-four .content-column .inner-column .info-box .inner .info-title {
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 20px;
}

.about-section-four .content-column .inner-column .info-box .inner .text {
  line-height: 29px;
  color: #ccc;
}

.about-section-four
  .content-column
  .inner-column
  .info-box
  .inner:hover
  .icon-box
  i,
.about-section-four
  .content-column
  .inner-column
  .info-box
  .inner:hover
  .icon-box
  img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.about-style-img-1 img {
  border-radius: 20px 20px 20px 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .about-style-img-1 img {
    border-radius: 15px;
  }
}

/*======================================================
  Start Mission Section
========================================================*/

.misssion-list img,
.misssion-list-two img {
  width: 35px;
  height: 35px;
}
.mission-section {
  padding: 0 0 120px;
  background: var(--theme-color4);
}

.mission-section .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.mission-section .mission-description {
  line-height: 26px;
  margin-top: 28px;
  width: 85%;
}

.mission-section .mission-list-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 37px 0;
  position: relative;
  z-index: 1;
}

.mission-section .mission-list-item::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  margin: auto;
  left: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.mission-section .mission-list-item .mission-list {
  text-align: center;
}

.mission-section .mission-list-item .misssion-list-two {
  margin-top: 37px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 36px;
}

.mission-section .mission-list-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

@media (max-width: 1199.98px) {
  .mission-section .mission-list-item ul {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .mission-section .mission-list-item ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.mission-section .mission-list-item ul li {
  font-weight: var(--h5-font-weight);
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  max-width: 260px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199.98px) {
  .mission-section .mission-list-item ul li {
    padding-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .mission-section .mission-list-item ul li {
    font-size: 16px;
  }
}

.cta-video-thumb {
  margin-bottom: -300px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.cta-video-thumb .vec-left-shape {
  left: 0;
  position: absolute;
  top: 20px;
}

.cta-video-thumb .vec-right-shape {
  bottom: 20px;
  position: absolute;
  right: 0;
}

@media (max-width: 991.98px) {
  .cta-video-thumb {
    height: 600px;
  }
}

.cta-video-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-video-thumb::before {
  background-color: var(--theme-color1);
  bottom: -56%;
  border-radius: 500px;
  content: '';
  height: 682px;
  left: 50%;
  opacity: 0.9;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 682px;
}

.cta-video-thumb .video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--theme-color-black);
  font-size: 28px;
  color: var(--theme-color1);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .cta-video-thumb .video-btn {
    top: 60%;
  }
}

.cta-video-thumb .title {
  bottom: 50px;
  color: var(--theme-color-black);
  font-size: 42px;
  font-weight: 600;
  left: 0;
  line-height: 60px;
  margin: 0 auto;
  max-width: 521px;
  position: absolute;
  right: 0;
  text-align: center;
}

@media (max-width: 575.98px) {
  .cta-video-thumb .title {
    bottom: 30px;
    font-size: 24px;
    max-width: 450px;
  }
}

.cta-video-section {
  position: relative;
}

.cta-video-section .vec-cup-shape {
  position: absolute;
  top: 55px;
  left: 55px;
}

.cta-video-section .vec-video-shape {
  position: absolute;
  top: 190px;
  left: 55px;
  z-index: 1;
}

.faq-image-style-1 {
  height: 100%;
  max-width: 558px;
  position: relative;
}

.faq-image-style-1 img {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/home-4/faq-image-mask.png);
  mask-image: url(../images/home-4/faq-image-mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.faq-image-style-1 .counter-box-items {
  background-color: var(--theme-color1);
  border-radius: 15px;
  padding: 50px 40px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  .faq-image-style-1 .counter-box-items {
    padding: 30px;
  }
}

.faq-image-style-1 .counter-box-items .count-text {
  font-weight: 600;
  font-size: 60px;
  color: var(--theme-color-black);
  line-height: 1;
  font-family: var(--heading-font-family);
}

@media (max-width: 575.98px) {
  .faq-image-style-1 .counter-box-items .count-text {
    font-size: 40px;
  }
}

.faq-image-style-1 .counter-box-items .plus {
  font-family: var(--sec-title-font-family);
  font-weight: 400;
  font-size: 34px;
  color: var(--theme-color-black);
  position: relative;
  top: -28px;
  left: 6px;
}

.faq-image-style-1 .counter-box-items p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 156%;
  font-family: var(--heading-font-family);
  color: var(--theme-color-black);
  max-width: 115px;
  margin-top: 11px;
  margin-bottom: 0;
}

.accordion-box {
  position: relative;
  column-count: 2;
}
.services-accordion.accordion-box {
  column-count: 1;
  margin-top: 20px;
}
.accordion-box .block {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #0c0c0c),
    color-stop(93.75%, #1c1c1c)
  );
  background: linear-gradient(90deg, #0c0c0c 6.25%, #1c1c1c 93.75%);
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  /* Elementin sütunlar arasında bölünməsinin qarşısını alır */
  break-inside: avoid;
  -webkit-column-break-inside: avoid; /* Köhnə brauzerlər üçün */
  
  /* Bəzi hallarda display: inline-block da kömək edir */
  display: inline-block; 
  width: 100%;

}

.accordion-box .block.active-block {
  border-radius: 20px !important;
  border: 1px solid var(--theme-color1);
  border-bottom: none;
}

.accordion-box .block .acc-btn {
  position: relative;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 21px;
  line-height: 19px;
  cursor: pointer;
  padding: 30px 30px;
  text-transform: unset;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 575.98px) {
  .accordion-box .block .acc-btn {
    font-size: 17px;
    line-height: inherit;
    padding: 23px 50px 23px 15px;
  }
}

.accordion-box .block .acc-btn .icon {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(6.25%, #0c0c0c),
    color-stop(93.75%, #1c1c1c)
  );
  background: linear-gradient(90deg, #0c0c0c 6.25%, #1c1c1c 93.75%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 575.98px) {
  .accordion-box .block .acc-btn .icon {
    top: 16px;
    width: 35px;
    height: 35px;
  }
}

.accordion-box .block .acc-btn .icon:before {
  position: relative;
  z-index: 1;
}

.accordion-box .block .acc-btn .icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background: var(--gradient-1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active {
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .accordion-box .block .acc-btn.active {
    padding-bottom: 15px;
  }
}

.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color1);
}

.accordion-box .block .acc-btn.active .icon:before {
  content: '\f068';
}

.accordion-box .block .acc-btn.active .icon:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content .content {
  position: relative;
  padding: 0 30px 30px 30px;
}

.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .accordion-box .block .acc-content .content .text {
    line-height: 26px;
    font-size: 15px;
  }
}

.accordion-box .block .acc-content.current {
  display: block;
}

/*** 

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

***/
.services-section {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}

.services-section .service-sp-right {
  position: absolute;
  top: 40px;
  right: 0;
}

@media (max-width: 1199.98px) {
  .services-section .service-sp-right {
    display: none;
  }
}

.services-section .theme-btn-main {
  font-size: 16px;
  font-weight: 400;
}

.services-section .sec-title {
  margin-left: 50px;
}

@media (max-width: 991.98px) {
  .services-section .sec-title {
    margin-left: 0;
  }
}

.services-section .icon-single-box p {
  margin-right: 16px;
}

@media (max-width: 991.98px) {
  .services-section .array-button {
    display: none !important;
  }
}

.services-section .service-column .inner-column {
  margin-right: -305px;
}

@media (max-width: 1199.98px) {
  .services-section .service-column .inner-column {
    margin-right: 0;
  }
}

.services-section .service-column .inner-column .owl-stage-outer {
  margin-left: 18px;
  margin-top: -40px;
}

.services-section .service-column .inner-column .default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -34%;
  right: 24%;
}

.services-section
  .service-column
  .inner-column
  .default-navs
  .owl-nav
  .owl-next,
.services-section
  .service-column
  .inner-column
  .default-navs
  .owl-nav
  .owl-prev {
  height: 64px;
  width: 64px;
  color: var(--theme-color2);
  background-color: transparent;
  border: 1px dashed var(--theme-color2);
  line-height: 64px;
}

.services-section
  .service-column
  .inner-column
  .default-navs
  .owl-nav
  .owl-next
  span.fa-solid.fa-arrow-right,
.services-section
  .service-column
  .inner-column
  .default-navs
  .owl-nav
  .owl-prev
  span.fa-solid.fa-arrow-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.services-section
  .service-column
  .inner-column
  .default-navs
  .owl-nav
  .owl-next
  span.fa-solid.fa-arrow-left,
.services-section
  .service-column
  .inner-column
  .default-navs
  .owl-nav
  .owl-prev
  span.fa-solid.fa-arrow-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.services-section
  .service-column
  .inner-column
  .default-navs
  .owl-nav
  .owl-next:hover,
.services-section
  .service-column
  .inner-column
  .default-navs
  .owl-nav
  .owl-prev:hover {
  background: var(--bg-theme-color2);
  color: var(--bg-theme-color1);
}

.services-section .service-bg-blur {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 119, 60, 0.54) 0%,
    rgba(255, 119, 60, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  position: absolute;
  left: 7%;
  top: 0;
  height: 550px;
  width: 550px;
  z-index: -1;
  border-radius: 50%;
}

.services-section .service-slider {
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .services-section .service-slider {
    margin-left: 0;
  }
}

.service_single_item {
  background: rgba(255, 255, 255, 0.08);
  padding: 60px 50px 60px;
  position: relative;
  z-index: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
  .service_single_item {
    padding: 45px 30px 40px;
  }
}

.service_single_item .service_icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
}

.service_single_item .service_icon i,
.service_single_item .service_icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.service_single_item .service_icon img {
  width: inherit !important;
}

.service_single_item .service_content .title {
  line-height: 32px;
  margin: 86px 0 25px;
  -webkit-transform: translateY(93px);
  transform: translateY(93px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
  .service_single_item .service_content .title {
    -webkit-transform: translateY(63px);
    transform: translateY(63px);
  }
}

@media (max-width: 575.98px) {
  .service_single_item .service_content .title {
    font-size: 20px;
    margin: 20px 0 20px;
  }
}

.service_single_item .service_content .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.5s, background-size 0.5s;
  transition: all 0.5s, background-size 0.5s;
}

.service_single_item .service_content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 1px;
  color: var(--theme-color1);
}

.service_single_item .service_content .title span {
  font-weight: 300;
}

.service_single_item .service_content p {
  position: relative;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service_single_item .service-btn a {
  display: block;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px 30px;
  font-family: var(--sec-title-font-family);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 40px;
}

.service_single_item .service-btn a::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--theme-color1);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service_single_item .service-btn a:hover:before {
  width: 100%;
  left: 0;
}

.service_single_item .service-btn a:hover {
  color: var(--theme-color-black);
  border: 1px solid var(--theme-color1);
}

.service_single_item .service-btn a i {
  float: right;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service_single_item:hover .service_content .title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service_single_item:hover .service_content p {
  position: relative;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.service_single_item:hover .service_icon i,
.service_single_item:hover .service_icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service_single_item:hover .service-btn a {
  color: var(--theme-color-black);
  border: 1px solid var(--theme-color1);
}

.service_single_item:hover .service-btn a:before {
  width: 100%;
  left: 0;
}

/*===========================
Start sass Icon Single Box
============================*/
@media (max-width: 991.98px) {
  .icon-single-box {
    margin-bottom: 30px;
  }
}

.icon-single-box p {
  font-size: 18px;
  line-height: 28px;
  margin: 25px 0 40px;
}

/*** 

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

***/
.services-section-two {
  position: relative;
  z-index: 1;
}

.services-section-two .sec-title {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .services-section-two .sec-title h2 {
    margin-bottom: 20px;
  }
}

.services-section-two .sec-title .sub-title {
  padding-top: 0;
}

.services-section-two p.sec-descrption {
  margin: 0 0 0 auto;
  max-width: 477px;
}

@media (max-width: 991.98px) {
  .services-section-two p.sec-descrption {
    margin-left: initial;
    max-width: none;
  }
}

.services-section-two .buler-bg {
  position: absolute;
  right: 7%;
  bottom: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 119, 60, 0.54) 0%,
    rgba(255, 119, 60, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  height: 620px;
  width: 620px;
  z-index: -1;
}

.services-section-two .shape {
  position: absolute;
  right: -13%;
  margin: 0;
  top: -23%;
  text-align: center;
  z-index: 1;
}

.services-section-two .shape img {
  width: 75%;
}

.service_single_item-2 {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: 30px;
}

.service_single_item-2::before,
.service_single_item-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(
    from var(--gradient-angle),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2)
  );
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.service_single_item-2:hover::before,
.service_single_item-2 ::after {
  opacity: 1;
}

@-webkit-keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }

  100% {
    --gradient-angle: 360deg;
  }
}

@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }

  100% {
    --gradient-angle: 360deg;
  }
}

.service_single_item-2 .service-single-inner {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#0c0c0c),
    color-stop(98.44%, #1c1c1c)
  );
  background: linear-gradient(0deg, #0c0c0c 0%, #1c1c1c 98.44%);
  padding: 40px 30px 12px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.service_single_item-2 .service_icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
}

.service_single_item-2 .service_icon img {
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.service_single_item-2:hover .service_icon img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.service_single_item-2 .service_content {
  padding-right: 30px;
}

.service_single_item-2 .service_content .title {
  margin: 26px 0 28px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
  .service_single_item-2 .service_content .title {
    font-size: 20px;
  }
}

.service_single_item-2 .service_content .title:hover {
  color: var(--theme-color1);
}

.service_single_item-2 .service_content .title span {
  font-weight: 300;
}

.service_single_item-2 .service-no {
  position: absolute;
  top: 40px;
  right: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #a1a1a1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service_single_item-2:hover .service-no {
  color: var(--theme-color1);
}

.service_single_item-2 .service-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}

.service_single_item-2 .service-img:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.service_single_item-2 .service-img img {
  width: 100%;
}

.service_single_item-2:hover .service-img:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.service-section-3 {
  position: relative;
  z-index: 9;
}

.service-section-3 .service-bg-blur {
  position: absolute;
  bottom: -10%;
  right: -14%;
  width: 571px;
  height: 553px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  z-index: -1;
}

.service-section-3 .service_single_item {
  background-color: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.service-card-style-4 {
  position: relative;
  z-index: 1;
  padding: 35px 40px 80px 40px;
}

@media (max-width: 767.98px) {
  .service-card-style-4 {
    padding: 30px 15px 80px 15px;
  }
}

.service-card-style-4:hover .arrow-icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  border: 1px solid var(--theme-color1);
}

.service-card-style-4 .arrow-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #141414;
  text-align: center;
  border-radius: 50%;
  color: #a1a1a1;
  position: absolute;
  bottom: 0;
  left: 66px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
  .service-card-style-4 .arrow-icon {
    bottom: 20px;
    left: 40px;
  }
}

.service-card-style-4::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 14px;
  -webkit-mask-position: center center;
  background-color: #0a0a0a;
  -webkit-mask-image: url(../images/home-4/mask.png);
}

@media (max-width: 1399.98px) {
  .service-card-style-4::after {
    -webkit-mask-image: none;
    background-color: var(--body-bg);
  }
}

.service-card-style-4 .icon {
  margin-bottom: 20px;
}

.service-card-style-4 .icon i,
.service-card-style-4 .icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.service-card-style-4 .service-thumb {
  border-radius: 16px;
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1399.98px) {
  .service-card-style-4 .service-thumb {
    margin-top: 25px;
  }
}

.service-card-style-4 .service-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.service-card-style-4 .title {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .service-card-style-4 .title {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .service-card-style-4 .title {
    font-size: 23px;
  }
}

@media (max-width: 767.98px) {
  .service-card-style-4 .title {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .service-card-style-4 .title {
    font-size: 20px;
  }
}

.service-card-style-4 .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.5s, background-size 0.5s;
  transition: all 0.5s, background-size 0.5s;
}

.service-card-style-4 .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 1px;
}

.service-card-style-4:hover .icon i,
.service-card-style-4:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-card-style-4:hover .service-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

.service-section-4 .vec-bg {
  position: absolute;
  bottom: -20px;
  width: 571px;
  height: 553px;
  left: 28px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
}

.service-section-4 .vec-bg-2 {
  position: absolute;
  right: 0;
  top: 22%;
  width: 577px;
  height: 577px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 119, 60, 0.54) 0%,
    rgba(255, 119, 60, 0) 100%
  );
  z-index: -1;
}

.service-section-4 .vec-circle {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.service-section-4 .vec-shape {
  position: absolute;
  top: 120px;
  left: 90px;
}

.services-section-two {
  margin: 0 30px;
}

@media (max-width: 1399.98px) {
  .services-section-two {
    margin: 0 20px;
  }
}

@media (max-width: 1199.98px) {
  .services-section-two {
    margin: 0 15px;
  }
}

.service-bg-color-3 {
  padding: 60px 0;
  position: relative;
  padding-left: 60px;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .service-bg-color-3 {
    padding: 40px;
  }
}

@media (max-width: 991.98px) {
  .service-bg-color-3 {
    padding: 35px;
  }
}

@media (max-width: 767.98px) {
  .service-bg-color-3 {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .service-bg-color-3 {
    padding: 25px;
  }
}

.service-bg-color-3 .swiper-slide-next .service-card-style-3 {
  margin-right: 0;
}

.service-bg-color-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(35px);
  z-index: -1;
}

.service-card-style-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 80px;
  margin-right: 50px;
}

.service-card-style-3.style-2 {
  margin-right: 0;
  padding: 50px;
  border: none;
  border-radius: 7px;
  background: #1c1c1c;
  backdrop-filter: blur(35px);
  position: relative;
}

@media (max-width: 1199.98px) {
  .service-card-style-3.style-2 {
    padding: 40px 30px;
  }
}

.service-card-style-3.style-2 .service-image {
  width: 224px;
  height: 207px;
  border-radius: 0px 7px 0px 200px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-card-style-3.style-2 .service-image::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--body-bg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.service-card-style-3.style-2:hover .service-image {
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  border-radius: 7px;
}

.service-card-style-3.style-2:hover .service-image::before {
  visibility: visible;
  opacity: 0.9;
}

@media (max-width: 1199.98px) {
  .service-card-style-3 {
    padding-right: 20px;
    margin-right: 0;
  }
}

.service-card-style-3 .icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.service-card-style-3 .content {
  margin-top: 90px;
  max-width: 300px;
}

.service-card-style-3 .content .title {
  max-width: 255px;
  margin-bottom: 20px;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-card-style-3 .content .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.5s, background-size 0.5s;
  transition: all 0.5s, background-size 0.5s;
  color: var(--theme-color-white);
}

.service-card-style-3 .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 1px;
}

.service-card-style-3 .content p {
  max-width: 290px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.service-card-style-3 .service-btn a {
  display: block;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px 30px;
  font-family: var(--sec-title-font-family);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}

.service-card-style-3 .service-btn a::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--theme-color1);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-card-style-3 .service-btn a:hover:before {
  width: 100%;
  left: 0;
}

.service-card-style-3 .service-btn a:hover {
  color: var(--theme-color-black);
  border: 1px solid var(--theme-color1);
}

.service-card-style-3 .service-btn a i {
  float: right;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-card-style-3:hover .icon i,
.service-card-style-3:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-card-style-3:hover .content .title {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.service-card-style-3:hover .content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/*** 

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

***/
.testimonial-section {
  position: relative;
  padding: 120px 0 120px;
  background-color: var(--theme-color2);
  z-index: 1;
}

.testimonial-section .testi-shape2 {
  position: absolute;
  left: 0;
  mix-blend-mode: Luminosity;
  z-index: -1;
  bottom: 0;
}

.testimonial-section .sec-title {
  margin-bottom: 60px;
}

.testimonial-section .sec-title .sub-title {
  padding-top: 0;
}

.testimonial-section .tesimonial-img {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.testimonial-section .tesimonial-img::before {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 111px;
  height: 50px;
  width: 50px;
  background: var(--theme-color2);
  z-index: 1;
}

.testimonial-section .tesimonial-img::after {
  position: absolute;
  content: '';
  bottom: 48px;
  right: 111px;
  height: 5px;
  width: 50px;
  background: var(--theme-color6);
  z-index: 1;
}

.testimonial-single_box {
  margin-top: 10px;
}

.testimonial-single_box .testimonial-author {
  padding-left: 50px;
  position: relative;
}

.testimonial-single_box .testimonial-author::before {
  position: absolute;
  left: 0;
  top: 18px;
  width: 40px;
  background: rgba(43, 43, 43, 0.4705882353);
  content: '';
  height: 1px;
}

.testimonial-single_box .testi_content p {
  color: var(--headings-color-2);
  font-size: 20px;
  line-height: 34px;
  margin: 50px 5px 41px 0;
}

.testimonial-single_box .testi-bio h4 {
  color: var(--headings-color-2);
  font-weight: var(--h5-font-weight);
  font-size: 26px;
  margin: 0 0 2px;
}

.testimonial-single_box .testi-bio p {
  font-size: 18px;
  color: var(--headings-color-2);
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .array-button {
  gap: 0;
  z-index: 9;
}

.testimonial-slider .array-button .array-prev,
.testimonial-slider .array-button .array-next {
  border: none;
  border-radius: 0;
  font-size: 18px;
  color: var(--theme-color-black);
  line-height: 50px;
  height: 50px;
  width: 50px;
}

.testimonial-slider .array-button .array-prev:hover,
.testimonial-slider .array-button .array-next:hover {
  background-color: var(--theme-color1);
}

.testimonial-slider .array-button .array-next {
  background-color: var(--theme-color-white);
  position: absolute;
  bottom: 50px;
  right: 41px;
  z-index: 99;
}

@media (max-width: 1599.98px) {
  .testimonial-slider .array-button .array-next {
    right: 0;
  }
}

.testimonial-slider .array-button .array-prev {
  background-color: var(--theme-color1);
  bottom: 0px;
  right: 91px;
  z-index: 99;
  position: absolute;
}

@media (max-width: 1599.98px) {
  .testimonial-slider .array-button .array-prev {
    right: 50px;
  }
}

.testimonial-slider .array-button .array-prev:hover {
  background-color: var(--theme-color-white);
}

.counter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 48px;
}

.counter_box .count-box {
  font-weight: 600;
  font-size: 80px;
  line-height: 90px;
  color: var(--headings-color-2);
}

.counter_box .count-box span.plus {
  top: -20px;
  position: relative;
  font-size: 50px;
}

.counter_box h6.counter-title {
  color: var(--headings-color-2);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

/* Testi Owl carousel*/
.tesimonail_list.default-navs .owl-nav {
  position: absolute;
  top: inherit;
  left: -37%;
  bottom: -44px;
}

.tesimonail_list.default-navs .owl-nav .owl-next {
  display: block;
  margin: 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  background-color: var(--theme-color2);
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: -99px;
}

.tesimonail_list.default-navs .owl-nav .owl-next:hover {
  background: var(--theme-color3);
}

.tesimonail_list.default-navs .owl-nav .owl-prev {
  display: block;
  margin: 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  background-color: var(--theme-color3);
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tesimonail_list.default-navs .owl-nav .owl-prev:hover {
  background: var(--theme-color2);
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/
.testimonial-section-two {
  padding: 120px 0 120px 120px;
  backdrop-filter: blur(10px);
}

.testimonial-section-two .sec-title {
  max-width: 485px;
}

@media (max-width: 991.98px) {
  .testimonial-section-two .sec-title {
    margin-top: 40px;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .sec-title h2 {
    line-height: 43px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-two .array-button {
    display: none;
  }
}

.testimonial-section-two .testimonial-single_box-two {
  position: relative;
  z-index: 1;
  border-radius: 0;
  margin-right: 40px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .testimonial-single_box-two {
    margin-right: 0;
  }
}

.testimonial-section-two .testimonial-single_box-two::before,
.testimonial-section-two .testimonial-single_box-two::after {
  background: conic-gradient(
    from var(--gradient-angle),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2)
  );
  border-radius: 15px;
  content: '';
  inset: -0.1rem;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
}

.testimonial-section-two .testimonial-single_box-two .inner-single_box {
  background: linear-gradient(269deg, #111 2.24%, #000 75.32%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-image-slice: 1;
  border-radius: 0;
  margin: 1px;
  color: var(--theme-color3);
}

.testimonial-section-two .testimonial-single_box-two .tesimonial-thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonial-section-two .testimonial-single_box-two .testi_content {
  margin-left: 50px;
  margin-top: -7px;
}

.testimonial-section-two .testimonial-single_box-two .testi_content p {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin: 37px 91px 0 0;
}

.testimonial-section-two
  .testimonial-single_box-two
  .testi_content
  .testi_aroow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.testimonial-section-two
  .testimonial-single_box-two
  .testi_content
  .testi_aroow
  .top-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .testimonial-section-two
    .testimonial-single_box-two
    .testi_content
    .testi_aroow
    .top-title {
    font-size: 20px;
  }
}

.testimonial-section-two
  .testimonial-single_box-two
  .testi_content
  .testimonial-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  margin-top: 50px;
  padding-left: 70px;
}

.testimonial-section-two
  .testimonial-single_box-two
  .testi_content
  .testimonial-author
  .testi-bio
  .title-info {
  color: var(--theme-color-white);
  margin: 0;
  position: relative;
  z-index: 1;
}

.testimonial-section-two
  .testimonial-single_box-two
  .testi_content
  .testimonial-author
  .testi-bio
  .title-info::before {
  content: '';
  background: rgba(255, 255, 255, 0.24);
  height: 1px;
  left: -70px;
  position: absolute;
  top: 19px;
  width: 57px;
  z-index: -1;
}

.testimonial-section-two
  .testimonial-single_box-two
  .testi_content
  .testimonial-author
  .testi-bio
  p {
  font-size: 18px;
  margin: 2px 0 0;
}

.testimonial-section-two .column-right {
  padding-left: 40px;
}

.testimonial-section-two .counter_box-testi {
  margin-top: 63px;
}

.testimonial-section-two .counter_box-testi .count-box {
  font-weight: 400;
  font-size: 70px;
  line-height: 56px;
  color: var(--theme-color1);
  display: inline-block;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(244, 245, 248, 0.4117647059);
  padding-bottom: 31px;
  font-family: var(--heading-font-family);
}

.testimonial-section-two .counter_box-testi .count-box span.plus {
  top: -14px;
  position: relative;
  font-size: 50px;
}

.testimonial-section-two .counter_box-testi .count-box .counter-icn {
  margin-top: -14px;
  margin-left: 25px;
}

.testimonial-section-two .counter_box-testi h6.counter-title {
  font-size: 18px;
  font-weight: var(--h5-font-weight);
}

.testimonial-section-two .container-fluid {
  padding: 0;
  margin: 0;
}

.testimonial-section-two .default-navs .owl-nav {
  position: absolute;
  top: inherit;
  right: 41px;
  bottom: 0;
}

.testimonial-section-two .default-navs .owl-nav .owl-next {
  display: block;
  margin: 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  background-color: var(--theme-color3);
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: -99px;
}

.testimonial-section-two .default-navs .owl-nav .owl-prev {
  display: block;
  margin: 0;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  background-color: var(--theme-color2);
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-section-two .testi-sp {
  position: absolute;
  bottom: 11%;
  right: 5%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .testimonial-section-two .testi-sp {
    display: none;
  }
}

.owl-carousel .owl-item img {
  width: inherit;
}

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/
.testimonial-section-three .sec-title {
  margin-bottom: 60px;
}

.testimonial-section-three .column-right .counter_box-testi {
  float: right;
  margin-top: -7px;
}

.testimonial-section-three .column-right .counter_box-testi .count-box {
  font-weight: 500;
  font-size: 62px;
  line-height: 56px;
  color: var(--theme-color1);
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 14px;
  font-family: var(--heading-font-family);
}

.testimonial-section-three
  .column-right
  .counter_box-testi
  .count-box
  span.plus {
  top: -22px;
  position: relative;
  font-size: 40px;
  font-weight: 600;
}

.testimonial-section-three
  .column-right
  .counter_box-testi
  .count-box
  .counter-icn {
  margin-top: -20px;
  margin-left: 12px;
  height: 60px;
}

.testimonial-section-three .column-right .counter_box-testi h6.counter-title {
  font-size: 24px;
  font-weight: var(--h5-font-weight);
}

.testimonial-single_box-three {
  position: relative;
  z-index: 1;
  margin: 1px 0;
}

.testimonial-single_box-three::before,
.testimonial-single_box-three::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(
    from var(--gradient-angle),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2)
  );
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  border-radius: 16px;
}

.testimonial-single_box-three:hover::before,
.testimonial-single_box-three ::after {
  opacity: 1;
}

@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }

  100% {
    --gradient-angle: 360deg;
  }
}

.testimonial-single_box-three .testi-inner {
  border: 1px solid var(--border-theme-color1);
  position: relative;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#0c0c0c),
    color-stop(98.44%, #1c1c1c)
  );
  background: linear-gradient(0deg, #0c0c0c 0%, #1c1c1c 98.44%);
  padding: 40px 40px 15px;
  border-radius: 16px;
}

.testimonial-single_box-three .testimonial-author {
  position: absolute;
  right: 40px;
  top: 40px;
}

.testimonial-single_box-three .testimonial-author img {
  -webkit-mask-image: url(../images/home-2/autor-mask1.png);
  mask-image: url(../images/home-2/autor-mask1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.testimonial-single_box-three .testi_aroow {
  margin: 64px 0 18px;
  -webkit-filter: brightness(0) invert(0.4);
  filter: brightness(0) invert(0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-single_box-three .testi_content p {
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.testimonial-single_box-three .testi_content .testi-bio .title {
  font-weight: 500;
  font-size: 24px;
  margin: 42px 0 3px;
}

.testimonial-single_box-three .testi_content .testi-bio p {
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
}

.testimonial-single_box-three:hover .testi_aroow {
  margin: 64px 0 18px;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}

.testimonial-section-3 {
  background-color: var(--theme-color1);
}

.testimonial-image-style-3 {
  max-width: 536px;
  position: relative;
  z-index: 9;
}

.testimonial-image-style-3 .testi-circle {
  position: absolute;
  bottom: -70px;
  left: -120px;
  z-index: -1;
}

.testimonial-image-style-3 .testi-circle img {
  width: initial;
  height: initial;
  border-radius: 0;
}

.testimonial-image-style-3 .testi-campaign {
  position: absolute;
  left: 20px;
  top: 110px;
}

.testimonial-image-style-3 .testi-campaign span.campaign-badge {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  background: var(--theme-color1);
  color: var(--theme-color-black);
  padding: 9px 29px;
  border-radius: 40px;
  display: inline-block;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}

.testimonial-image-style-3 .testi-campaign span.campaign-badge::before {
  position: absolute;
  content: '';
  right: -24px;
  top: -14px;
  height: 24px;
  width: 26px;
  background: url(../images/home-2/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}

.testimonial-image-style-3 .testi-marketing-box {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  width: 300px;
  gap: 20px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 30px;
  bottom: 10px;
}

@media (max-width: 767.98px) {
  .testimonial-image-style-3 .testi-marketing-box {
    width: 276px;
    gap: 10px;
    right: -8px;
  }
}

.testimonial-image-style-3 .testi-marketing-box img {
  width: initial;
  height: initial;
  border-radius: 0;
}

.testimonial-image-style-3 .testi-marketing-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(
    97deg,
    rgba(255, 255, 255, 0.65),
    rgba(255, 255, 255, 0.31)
  );
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.testimonial-image-style-3 .testi-marketing-box .marketing-icon {
  height: 70px;
  width: 70px;
  background: var(--theme-color1);
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonial-image-style-3 .testi-marketing-box h6.marketing-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.testimonial-image-style-3 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.testimonial-box-items-3 {
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.testimonial-box-items-3 .content {
  background: linear-gradient(40deg, #222b1c -22.01%, #070c0f 55.3%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 50px 40px 18px;
  position: relative;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .testimonial-box-items-3 .content {
    padding: 30px;
  }
}

.testimonial-box-items-3 .content .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .testimonial-box-items-3 .content .client-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.testimonial-box-items-3 .content .client-info .client-img img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.testimonial-box-items-3 .content .client-info .info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.testimonial-box-items-3 .content .client-info .info-title .title {
  color: var(--theme-color-white);
}

.testimonial-box-items-3 .content .client-info .info-title span {
  color: var(--theme-color-white);
  font-size: 14px;
}

.testimonial-box-items-3 .content .quote-icon {
  position: absolute;
  right: 55px;
  top: 45px;
}

.testimonial-box-items-3 .content p {
  font-size: 20px;
  font-weight: 400;
  color: #a1a1a1;
  line-height: 170%;
}

@media (max-width: 1199.98px) {
  .testimonial-box-items-3 .content p {
    font-size: 19px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-box-items-3 .content p {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-box-items-3 .content p {
    font-size: 17px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-box-items-3 .content p {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-content-style-3 .sec-title h2 br {
    display: none;
  }
}

.testimonial-content-style-3 .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}

.testimonial-content-style-3 .array-button .array-next,
.testimonial-content-style-3 .array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: transparent;
  color: var(--theme-color-black);
  text-align: center;
}

.testimonial-content-style-3 .array-button .array-next:hover,
.testimonial-content-style-3 .array-button .array-prev:hover {
  background-color: var(--theme-color-black);
  color: var(--theme-color-white);
}

.testimonial-box-style-4 {
  position: relative;
  z-index: 9;
  padding: 50px 40px;
  border-radius: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-10.28%, rgba(12, 12, 12, 0.8)),
    color-stop(77.83%, rgba(28, 28, 28, 0.8))
  );
  background: linear-gradient(
    90deg,
    rgba(12, 12, 12, 0.8) -10.28%,
    rgba(28, 28, 28, 0.8) 77.83%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
  .testimonial-box-style-4 {
    padding: 30px;
  }
}

.testimonial-box-style-4 .quote-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 107px;
  margin-bottom: 45px;
}

@media (max-width: 575.98px) {
  .testimonial-box-style-4 .quote-icon {
    gap: 30px;
  }
}

.testimonial-box-style-4 .quote-icon .star {
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.testimonial-box-style-4 p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--text-color);
  max-width: 508px;
}

@media (max-width: 1199.98px) {
  .testimonial-box-style-4 p {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-box-style-4 p {
    font-size: 17px;
  }
}

.testimonial-box-style-4 .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-top: 45px;
}

.testimonial-box-style-4 .info-item .info-thumb {
  width: 65px;
  height: 65px;
}

.testimonial-box-style-4 .info-item .info-thumb img {
  border-radius: 50%;
}

.testimonial-box-style-4 .info-item .title {
  font-size: 24px;
  color: var(--theme-color-white);
}

.testimonial-box-style-4 .info-item .title span {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font-family);
  display: inline-block;
  margin-left: 25px;
}

.testimonial-section-4 {
  padding-top: 410px !important;
  position: relative;
}

.testimonial-section-4 .vec-bg {
  position: absolute;
  left: -15%;
  bottom: 300px;
  width: 571px;
  height: 553px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
}

.testimonial-section-4 .vec-bg-2 {
  position: absolute;
  bottom: 0;
  right: -21%;
  width: 577px;
  height: 577px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 119, 60, 0.54) 0%,
    rgba(255, 119, 60, 0) 100%
  );
}

.testimonial-section-4 .vec-video-shape {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.testimonial-section-3 {
  position: relative;
  margin: 0 50px;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .testimonial-section-3 {
    margin: 0 15px;
  }
}

.testimonial-section-3 .testimonial-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 1199.98px) {
  .testimonial-section-3 .testimonial-right-shape {
    display: none;
  }
}

/*** 

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

***/
.process-section {
  position: relative;
  z-index: 1;
}

.process-section .sec-title .sub-title {
  padding-top: 0;
}

.process-section .process-shape {
  position: absolute;
  left: 9%;
  top: 20%;
  z-index: -1;
}

.process-section .process-shape2 {
  position: absolute;
  right: 10%;
  top: 19%;
  z-index: -1;
}

.process-border {
  position: relative;
}

.process-border::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  margin: auto;
  right: 0;
  width: 894px;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #7090db,
    #7090db 7px,
    transparent 4px,
    transparent 12px
  );
}

.process-single-box {
  padding: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 90px;
}

.process-single-box::before {
  content: '';
  position: absolute;
  top: -86px;
  left: 50%;
  width: 1.5px;
  height: 29px;
  background-image: repeating-linear-gradient(
    to bottom,
    #7090db 0 6px,
    transparent 6px 12px
  );
}

.process-single-box .process-thumb {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-single-box .process-thumb img {
  -webkit-mask-image: url(../images/main-home/process-img-mask.png);
  mask-image: url(../images/main-home/process-img-mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.process-single-box:hover .process-thumb {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.process-single-box:hover h3.process-number {
  background: var(--theme-color-white);
}

.process-single-box .process-content {
  padding: 0 20px;
  margin-top: 30px;
}

.process-single-box .process-content .title {
  margin: 20px 0 20px;
}

.process-single-box h3.process-number {
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color2);
  position: absolute;
  top: -53px;
  left: 0;
  margin: auto;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 1;
  background: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Process Section Two
====================================================================

***/
.process-section-two {
  padding-bottom: 96px;
  position: relative;
}

.process-section-two .sec-title {
  margin-bottom: 50px;
}

.process-section-two .sec-title .sub-title {
  padding-top: 0;
}

.process-section-two .process-bx {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}

.process-section-two .process-bx::before,
.process-section-two .process-bx::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(
    from var(--gradient-angle),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2)
  );
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.process-section-two .process-bx:hover::before,
.process-section-two .process-bx ::after {
  opacity: 1;
}

@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }

  100% {
    --gradient-angle: 360deg;
  }
}

.process-section-two .process-bx .process-conten {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
  margin-bottom: 24px;
  padding: 33px 30px 33px;
  border-radius: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.process-section-two .process-bx .process-conten .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-section-two .process-bx .process-conten .content .title {
  color: var(--theme-color-white);
  margin: 0;
}

.process-section-two .process-bx .process-conten .content .number {
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  margin-right: 58px;
  position: relative;
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-section-two .process-bx .process-conten .content .number::before {
  position: absolute;
  content: '';
  right: -30px;
  top: 3px;
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2901960784);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-section-two .process-bx .process-conten .content .number::after {
  position: absolute;
  content: '';
  right: -64px;
  top: 22px;
  height: 1px;
  width: 50px;
  background: var(--theme-color1);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-section-two .process-bx .process-conten:hover .number::before {
  opacity: 0;
}

.process-section-two .process-bx .process-conten:hover .number::after {
  opacity: 1;
}

.process-section-two .process-bx .process-conten:hover .number {
  margin-right: 80px;
}

.process-section-two .process-img {
  margin-left: 60px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.process-section-two .process-img .image-box {
  position: relative;
}

.process-section-two .process-img .image-box img {
  left: 0;
  position: absolute;
  top: 150px;
}

.process-section-two .process-img .image-box:before {
  position: absolute;
  content: '';
  background-color: var(--theme-color2);
  width: 510px;
  height: 636px;
  left: 0;
  top: 30px;
  border-radius: 320px 320px 149px 10px;
  z-index: -1;
}

.process-section-two .process-img .image-box:after {
  background-color: var(--theme-color1);
  border-radius: 320px 320px 149px 10px;
  content: '';
  height: 636px;
  left: -15px;
  position: absolute;
  top: 20px;
  width: 510px;
  z-index: -2;
}

.process-section-two .process-img .process-icon-box {
  background: var(--theme-color1);
  border-radius: 16px;
  display: inline-block;
  padding: 35px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 300px;
  width: 200px;
}

.process-section-two
  .process-img
  .process-icon-box
  .process-count
  span.count-text {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: var(--theme-color-black);
  font-family: var(--heading-font-family);
}

.process-section-two .process-img .process-icon-box .process-count span.plus {
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 34px;
  position: relative;
  top: -31px;
  left: 6px;
  color: var(--theme-color-black);
}

.process-section-two
  .process-img
  .process-icon-box
  .process-count
  h6.counter-title {
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
  font-weight: 500;
  color: var(--theme-color-black);
}

.process-section-two .process-img .process-sp {
  position: absolute;
  bottom: 15%;
  z-index: -1;
  right: -34%;
}

/*** 

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

***/
.work-section {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  background: var(--theme-color2);
}

@media (max-width: 575.98px) {
  .work-section .theme-btn {
    padding: 12px 20px;
  }
}

.work-section .right-shape1 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1399.98px) {
  .work-section .right-shape1 {
    display: none;
  }
}

.work-section .work-shapes {
  position: absolute;
  top: 2%;
  left: 28%;
  z-index: -1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.work-section .sec-title {
  margin-bottom: 60px;
}

.work-section .work-bg-blur {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 119, 60, 0.54) 0%,
    rgba(255, 119, 60, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 555px;
  width: 555px;
  z-index: -1;
  border-radius: 50%;
}

.work-single-box {
  background: var(--theme-color4);
  padding: 30px 30px 30px 164px;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: between;
  -ms-flex-pack: between;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .work-single-box {
    display: block;
    padding: 30px;
  }
}

@media (max-width: 1199.98px) {
  .work-single-box .work-content {
    margin-bottom: 20px;
  }
}

.work-single-box .work-content .title {
  margin-bottom: 40px;
  position: relative;
  padding-left: 0;
}

@media (max-width: 1199.98px) {
  .work-single-box .work-content .title br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .work-single-box .work-content .title br {
    display: block;
  }
}

.work-single-box .work-content .title span {
  font-weight: 300;
}

.work-single-box .work-content p {
  margin-right: 50px;
  line-height: 26px;
}

.work-single-box .work-content span.work-date {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color1);
  margin: 9px 0 56px;
  display: inline-block;
}

.work-single-box .work-content .nexella-buton a {
  font-size: 16px;
  padding: 15px 43px;
  background-color: var(--body-bg);
  color: var(--theme-color-white);
}

.work-single-box .work-content .nexella-buton a i {
  background-color: var(--body-bg);
  color: var(--theme-color-white);
}

.work-single-box .work-content .nexella-buton a::before {
  background: var(--theme-color1);
}

.work-single-box .work-content .nexella-buton a:hover {
  color: var(--theme-color-black);
}

.work-single-box .work-content .nexella-buton a:hover i {
  background: var(--theme-color1);
  -webkit-transform: scale(1);
  transform: scale(1);
  color: var(--theme-color-black);
}

.work-single-box h3.wokr-number {
  font-weight: 300;
  font-size: 40px;
  color: #a1a1a1;
  position: absolute;
  top: 90px;
  left: 50px;
}

.work-single-box .work-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.work-single-box .work-img .work-shape {
  position: absolute;
  bottom: -30px;
  left: -73px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

@media (max-width: 575.98px) {
  .work-single-box .work-img .work-shape {
    display: none;
  }
}

.work-single-box:hover .work-shape {
  opacity: 1;
  left: -50px;
  bottom: 0;
}

/*** 

====================================================================
    Work  Section Two
====================================================================

***/
.work-section-two {
  position: relative;
  z-index: 1;
}

.work-section-two .sec-title {
  margin-bottom: 50px;
}

.work-section-two .sec-title .sub-title {
  padding-top: 0;
}

.work-section-two .container-fluid {
  padding: 0;
  margin: 0;
}

.work-section-two .shape-1 {
  position: absolute;
  top: 13%;
  left: 13%;
  z-index: -1;
}

.work-section-two .shape-2 {
  position: absolute;
  top: 15%;
  right: 12%;
  z-index: -1;
}

.work-section-two .shape-2 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.5;
}

.work-single-box-two {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: 30px;
  margin: 0 0 50px;
}

.work-single-box-two::before,
.work-single-box-two::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(
    from var(--gradient-angle),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2)
  );
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.work-single-box-two:hover::before,
.work-single-box-two ::after {
  opacity: 1;
}

@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }

  100% {
    --gradient-angle: 360deg;
  }
}

.work-single-box-two .work-box-inner {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#0c0c0c),
    color-stop(98.44%, #1c1c1c)
  );
  background: linear-gradient(0deg, #0c0c0c 0%, #1c1c1c 98.44%);
  padding: 50px 20px 20px;
  border-radius: 16px;
}

.work-single-box-two .work-box-inner.style-two {
  padding: 20px 20px 50px !important;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.69%, #1c1c1c),
    color-stop(98.44%, #0c0c0c)
  ) !important;
  background: linear-gradient(0deg, #1c1c1c 0.69%, #0c0c0c 98.44%) !important;
}

.work-single-box-two .work-box-inner.style-two .work-content {
  margin-bottom: 0;
  margin-top: 60px;
}

.work-single-box-two .work-box-inner.style-two .work-content p {
  margin: 0;
}

.work-single-box-two .work-box-inner.style-two .work-buton a {
  top: inherit;
  bottom: -9%;
}

.work-single-box-two.bottom {
  -webkit-transform: translateY(50px) !important;
  transform: translateY(50px) !important;
}

.work-single-box-two .work-content {
  text-align: center;
  margin-bottom: 40px;
}

.work-single-box-two .work-content .title {
  margin-bottom: 24px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.work-single-box-two .work-content .title:hover {
  color: var(--theme-color1);
}

.work-single-box-two .work-content p {
  font-weight: 400;
  font-size: 14px;
  color: var(--theme-color1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
  display: inline-block;
  border-radius: 20px;
  padding: 4px 20px;
}

.work-single-box-two .work-img {
  position: relative;
  z-index: 1;
}

.work-single-box-two .work-img:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.work-single-box-two .work-img img {
  border-radius: 15px;
}

.work-single-box-two .work-img .work-buton a {
  display: inline-block;
  position: absolute;
  top: -30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--body-bg);
  border-radius: 50%;
  text-align: center;
  color: var(--theme-color-white);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 16px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.work-single-box-two .work-img .work-buton a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.work-single-box-two:hover .work-img:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.work-single-box-two:hover .work-buton a {
  background: var(--theme-color2);
  color: var(--theme-color1);
}

.work-box-items-3 {
  background-color: #0a0a0a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 24px;
  position: relative;
}

@media (max-width: 991.98px) {
  .work-box-items-3 {
    display: block;
  }
}

.work-box-items-3 .shape-1 {
  position: absolute;
  bottom: 10px;
  left: 35%;
}

.work-box-items-3 .work-content {
  padding: 0 70px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 991.98px) {
  .work-box-items-3 .work-content {
    margin-bottom: 30px;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}

@media (max-width: 1199.98px) {
  .work-box-items-3 .work-content {
    padding: 0 30px;
  }
}

.work-box-items-3 .work-content .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .work-box-items-3 .work-content .top-title {
    margin-bottom: 20px;
  }
}

.work-box-items-3 .work-content .top-title::before {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  opacity: 0.3;
  background: #a1a1a1;
  height: 1px;
  width: 324px;
}

@media (max-width: 1399.98px) {
  .work-box-items-3 .work-content .top-title::before {
    display: none;
  }
}

.work-box-items-3 .work-content .top-title span {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--heading-font-family);
}

.work-box-items-3 .work-content .top-title p {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  margin-bottom: 0;
}

.work-box-items-3 .work-content .content {
  margin-left: 40px;
}

@media (max-width: 991.98px) {
  .work-box-items-3 .work-content .content {
    margin-left: 0;
  }
}

.work-box-items-3 .work-content .content .title {
  margin-bottom: 30px;
}

@media (max-width: 1399.98px) {
  .work-box-items-3 .work-content .content .title {
    font-size: 35px;
  }
}

@media (max-width: 1199.98px) {
  .work-box-items-3 .work-content .content .title {
    font-size: 32px;
  }
}

.work-box-items-3 .work-content .content .title a span {
  color: var(--theme-color1);
}

.work-box-items-3 .work-content .content p {
  margin-bottom: 52px;
}

@media (max-width: 1199.98px) {
  .work-box-items-3 .work-content .content p {
    margin-bottom: 20px;
  }
}

.work-box-items-3 .work-content .content .border-style-btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.work-box-items-3 .work-content .content .border-style-btn i {
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-box-items-3 .work-content .content .border-style-btn:before {
  background-color: var(--theme-color1);
}

.work-box-items-3 .work-content .content .border-style-btn:hover {
  color: var(--theme-color1-text-color);
}

.work-box-items-3 .work-content .content .border-style-btn:hover i {
  color: var(--theme-color1-text-color);
}

.work-box-items-3 .work-content .content .nexella-buton {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .work-box-items-3 .work-content .content .nexella-buton {
    margin-top: 30px;
  }
}

.work-box-items-3 .work-content .content .nexella-buton a {
  font-size: 16px;
  background-color: var(--body-bg);
  color: var(--theme-color-white);
}

.work-box-items-3 .work-content .content .nexella-buton a i {
  background-color: var(--body-bg);
  color: var(--theme-color-white);
}

.work-box-items-3 .work-content .content .nexella-buton a::before {
  background: var(--theme-color1);
}

.work-box-items-3 .work-content .content .nexella-buton a:hover {
  color: var(--theme-color-black);
}

.work-box-items-3 .work-content .content .nexella-buton a:hover i {
  background: var(--theme-color1);
  -webkit-transform: scale(1);
  transform: scale(1);
  color: var(--theme-color-black);
}

.work-box-items-3 .thumb {
  max-width: 618px;
}

@media (max-width: 991.98px) {
  .work-box-items-3 .thumb {
    max-width: initial;
    max-height: 400px;
    overflow: hidden;
  }
}

.work-box-items-3 .thumb img {
  width: 100%;
  height: 100%;
}

.work-section {
  position: relative;
}

.work-section .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.work-section .work-bg-blur2 {
  width: 571px;
  height: 553px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(2, 72, 193, 0.44) 0%,
    rgba(107, 55, 255, 0) 100%
  );
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.project-section-4 {
  background-color: var(--theme-color-black);
}

.project-section-4 .auto-container {
  max-width: 1820px;
  position: static;
}

.project-section-4 .sec-title {
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .project-section-4 .sec-title {
    margin-bottom: 40px;
  }
}

.project-section-4 .sec-title .sub-title {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .project-section-4 .sec-title .sub-title {
    margin-bottom: 20px;
  }
}

.project-section-4 .sec-title h2 {
  font-size: 100px;
  line-height: 80px;
}

@media (max-width: 991.98px) {
  .project-section-4 .sec-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 575.98px) {
  .project-section-4 .sec-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.project-box-style-4 {
  position: relative;
  z-index: 9;
  padding: 30px 20px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#0c0c0c),
    color-stop(98.44%, #1c1c1c)
  );
  background: linear-gradient(0deg, #0c0c0c 0%, #1c1c1c 98.44%);
  border-radius: 14px;
}

.project-box-style-4 .images-box {
  position: relative;
  overflow: hidden;
}

.project-box-style-4 .images-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 0;
  visibility: hidden;
}

.project-box-style-4 .thumb {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.project-box-style-4 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-box-style-4 .content {
  padding: 40px 10px 10px;
}

.project-box-style-4 .content .title {
  font-weight: 500;
}

@media (max-width: 1599.98px) {
  .project-box-style-4 .content .title {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .project-box-style-4 .content .title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .project-box-style-4 .content .title {
    font-size: 19px;
  }
}

@media (max-width: 575.98px) {
  .project-box-style-4 .content .title {
    font-size: 20px;
  }
}

.project-box-style-4 .content .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.5s, background-size 0.5s;
  transition: all 0.5s, background-size 0.5s;
}

.project-box-style-4 .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 1px;
}

.project-box-style-4 .content .post-box {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color1);
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 20px;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-box-style-4 .content .post-box:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.project-box-style-4:hover .images-box .icon {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.project-box-style-4:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.project-section-4 {
  position: relative;
}

.project-section-4 .arrow-shape {
  position: absolute;
  top: 25%;
  left: 33%;
}

.project-section-4 .work-shapes {
  position: absolute;
  top: 2%;
  left: 10%;
  text-align: center;
  z-index: -1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/***

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

***/
.marquee-section {
  position: relative;
  background-color: var(--theme-color1);
  /* background-color: #0248c1; */
  padding: 55px 0;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

.marquee .text {
  font-size: 24px;
  line-height: 1.3;
  color: var(--theme-color4);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee .text:before {
  position: absolute;
  content: '';
  left: -85px;
  bottom: 0;
  height: 112px;
  width: 240px;
  border: 1px solid white;
  border-radius: 100px;
}

@media (max-width: 991.98px) {
  .marquee .text:before {
    height: 101px;
  }
}

.marquee .text .title {
  color: var(--theme-color-black);
  color: white;
  text-transform: uppercase;
  margin: 0 57px;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid white;
  padding: 23.5px 80px;
  border-radius: 100px;
}

@media (max-width: 991.98px) {
  .marquee .text .title {
    font-size: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

/* Second marquee section Two */
.marquee-section-two {
  position: relative;
  background-color: var(--theme-color1);
  padding: 30px 0;
}

@media (max-width: 1199.98px) {
  .marquee-section-two {
    padding: 25px 0;
  }
}

.marquee-two {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee-two .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

.marquee-two .text {
  font-size: 40px;
  line-height: 1.2;
  color: var(--theme-color-black);
  font-weight: 700;
  margin: 0 43px;
  position: relative;
  font-family: var(--heading-font-family);
}

.marquee-two .text:before {
  content: '';
  position: absolute;
  left: -56px;
  top: 10px;
  height: 25px;
  width: 25px;
  background: url(../images/home-2/marque-icon.png);
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-two .marquee-group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

.marquee-three {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee-three .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

.marquee-three .text {
  font-size: 80px;
  line-height: 1.2;
  color: var(--theme-color-white);
  font-weight: 800;
  margin: 0 90px;
  position: relative;
  font-family: var(--heading-font-family);
}

.marquee-three .text:before {
  content: '';
  content: '';
  position: absolute;
  left: -121px;
  top: 19px;
  height: 65px;
  width: 65px;
  background: url(../images/home-2/arrwo-icon.png);
  background-repeat: no-repeat;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-three .marquee-group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

/* marquee-section-h3 */
.marquee-section-h3 {
  position: relative;
  background-color: var(--theme-color1);
  padding: 22px 0;
}

@media (max-width: 1199.98px) {
  .marquee-section-h3 {
    padding: 25px 0;
  }
}

.marquee-h3 {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee-h3 .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

.marquee-h3 .text {
  color: var(--theme-color-black);
  font-family: var(--heading-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
  margin: 0 75px;
  position: relative;
}

.marquee-h3 .text:before {
  content: '';
  position: absolute;
  left: -99px;
  top: 0;
  height: 52px;
  width: 52px;
  background: url(../images/home-3/marque-icon.png);
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-h3 .marquee-group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

/***

====================================================================
    Marquee Section Style Three
====================================================================

***/
.style_three {
  padding: 40px 0;
}

.style_three .marquee .text:before {
  display: none;
}

.style_three .marquee .text h1 {
  margin: 0 55px;
  font-weight: 800;
  font-size: 115px;
  border: 0;
  padding: 0;
  border-radius: 0;
}

.marquee-section-two.four {
  position: relative;
  background-color: var(--theme-color2);
  padding: 37px 0;
}

.marquee-two.four .text {
  font-size: 38px;
  margin: 0 75px;
  line-height: 2;
  text-transform: capitalize;
}

.marquee-two.four .text:before {
  left: -101px;
  top: 13px;
  height: 58px;
  width: 58px;
  background: url(../images/home-4/marque-shap.html);
  background-repeat: no-repeat;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-two.four .marquee-group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

.marquee-section-two.five {
  position: relative;
  background-color: var(--theme-color1);
  padding: 27px 0;
}

.marquee-two.five .text {
  font-size: 38px;
  margin: 0 75px;
  line-height: 2;
  text-transform: capitalize;
  font-size: 600;
  color: var(--theme-color3);
}

.marquee-two.five .text:before {
  left: -101px;
  top: 13px;
  height: 58px;
  width: 58px;
  background: url(../images/home-6/rotate.html);
  background-repeat: no-repeat;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-two.five .marquee-group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

/* Global keyframes — declared only once */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

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

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/*** 

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

***/
@media (max-width: 1199.98px) {
  .contact-content-style-3 .sec-title h2 br {
    display: none;
  }
}

.contact-section {
  padding: 85px 0 112px;
  position: relative;
  background: url(../images/main-home/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding: 85px 0;
  }
}

.contact-section .sec-title .sub-title {
  padding-top: 0;
}

.contact-section .sec-title {
  margin-bottom: 58px;
}

.contact-section .contact-sp {
  left: -12%;
  opacity: 0.5;
  position: absolute;
  top: 24%;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .contact-section .contact-sp {
    display: none;
  }
}

.contact-right-warp {
  margin-top: 37px;
  position: relative;
  z-index: 1;
}

.contact-right-warp .shape {
  position: absolute;
  right: 38%;
  bottom: -13px;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .contact-right-warp .shape {
    display: none;
  }
}

.contact-desc {
  color: var(--theme-color-black);
  font-size: 15.5px;
  line-height: 28px;
  margin-bottom: 75px;
  width: 90%;
}

.contact-info p {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  color: var(--theme-color-black);
}

.contact-info h4 {
  font-size: 34px;
  font-weight: 600;
  color: var(--theme-color-black);
  margin-top: 10px;
}

.contact-forms {
  position: relative;
  margin-left: 80px;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .contact-forms {
    margin-left: 0;
  }
}

.contact-forms .submit-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.contact-forms .submit-btn i {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.contact-forms .submit-btn::before {
  background-color: var(--theme-color-white);
}

.contact-forms .submit-btn:hover i {
  background-color: var(--theme-color-white);
}

.contact-forms .service-info__badge {
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 33px;
}

.contact-forms .form-group {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer !important;
}
.contact-forms .form-group input {
}
.contact-forms .form-group:last-child {
  margin-bottom: 0;
}

.contact-forms
  .form-group
  .select2-container--default
  .select2-selection--single,
.contact-forms .form-group input:not([type='submit']),
.contact-forms .form-group textarea,
.contact-forms .form-group select {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  border-radius: 40px;
  padding: 15px 30px;
  font-size: 16px;
  color: var(--theme-color-white);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  backdrop-filter: blur(20px) !important;
}

.contact-forms .form-group select,
.contact-forms .form-group ::-webkit-input-placeholder,
.contact-forms .form-group select,
select option {
  color: #616161 !important;
}

.contact-forms .form-group ::-moz-input-placeholder {
  color: #616161;
}

.contact-forms .form-group ::-ms-input-placeholder {
  color: #616161;
}

.contact-forms .form-group input:focus,
.contact-forms .form-group select:focus,
.contact-forms .form-group textarea:focus {
  border-color: var(--border-theme-color2);
}

.contact-forms .form-group textarea {
  height: 200px;
  resize: none;
}

.contact-forms .form-group input[type='submit'],
.contact-forms .form-group .theme-btn {
  display: inline-block;
  border: 0;
  font-size: 16px;
  color: var(--theme-color1);
  font-weight: 500;
  padding: 15px 43px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--theme-color2);
  -webkit-animation: 1s 1.6s fadeInUp both;
  animation: 1s 1.6s fadeInUp both;
  margin-top: 20px;
}

.contact-forms .form-group input[type='submit']:before,
.contact-forms .form-group .theme-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--text-color-bg-theme-color1);
  border-radius: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-forms .form-group input[type='submit']:hover:before,
.contact-forms .form-group .theme-btn:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-forms .form-group input[type='submit']:hover,
.contact-forms .form-group .theme-btn:hover {
  color: var(--bg-theme-color1);
}

.contact-forms .form-group input[type='submit'] i,
.contact-forms .form-group .theme-btn i {
  position: absolute;
  right: -59px;
  height: 59px;
  width: 59px;
  line-height: 58px;
  top: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--theme-color2);
  font-weight: var(--h3-font-weight);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-forms .form-group input[type='submit']:hover i,
.contact-forms .form-group .theme-btn:hover i {
  color: var(--bg-theme-color1);
  background: var(--text-color-bg-theme-color1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-forms .contact-sps {
  position: absolute;
  top: 0%;
  left: 6%;
  z-index: -1;
}

/*** 

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

***/
.contact-section-two {
  position: relative;
  z-index: 1;
}

.contact-section-two .sec-title {
  margin-bottom: 72px;
  max-width: 557px;
}

.contact-section-two .contact-shape {
  position: absolute;
  right: 9%;
  bottom: 30%;
  z-index: -1;
}

.contact-section .contact-right-warp {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-left: 10px;
}

.contact-section .contact-right-warp .sec-title h2 {
  font-size: 32px;
  line-height: 1.3;
}

.contact-section-two .contact-right-warp .shape {
  position: absolute;
  right: 38%;
  bottom: -13px;
  z-index: -1;
}

.contact-section .contact-desc p {
  color: var(--theme-color7);
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6px;
}

.contact-section-two .contact-info {
  margin-top: 30px;
}

.contact-section-two .contact-info p {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  color: var(--theme-color-white);
}

.contact-section-two .contact-info .call-title {
  font-weight: 500;
  color: var(--theme-color-white);
  margin-top: 17px;
}

.contact-section-two .contact-btn {
  margin-top: 78px;
}

.contact-section-two .contact-btn a {
  display: inline-block;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-white);
  position: relative;
}

.contact-section-two .contact-btn a::before {
  position: absolute;
  content: '';
  right: 0;
  top: -22px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.contact-section-two .contact-btn a:hover:before {
  right: -25px;
  opacity: 1;
}

.contact-section-two .contact-btn a:hover {
  color: var(--theme-color1);
}

.contact-section-two .contact-btn a img {
  margin-left: 10px;
}

.contact-section-two.style-h4 .contact-forms-two .service-info__badge {
  font-size: 30px;
}

.contact-section-two.style-h4 .contact-right-warp .contact-info .email-link {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: underline;
}

.contact-section-two.style-h4 .contact-right-warp .contact-info p {
  font-size: 16px;
  font-weight: 300;
  font-family: var(--heading-font-family);
}

.contact-section-two.style-h4 .contact-right-warp .sec-title {
  margin-bottom: 50px;
}

.contact-section-two.style-h4 .contact-right-warp .contact-btn {
  margin-top: 56px;
}

.contact-forms-two {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color1);
  border-radius: 40px;
  padding: 60px 80px 60px;
  margin-top: -162px;
}

.contact-forms-two .service-info__badge {
  color: var(--theme-color-black);
  margin-bottom: 30px;
}

.contact-forms-two p.contact-des {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(10, 10, 10, 0.8);
  margin-bottom: 42px;
}

.contact-forms-two .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-forms-two .form-group:last-child {
  margin-bottom: 0;
}

.contact-forms-two
  .form-group
  .select2-container--default
  .select2-selection--single,
.contact-forms-two .form-group input:not([type='submit']),
.contact-forms-two .form-group textarea,
.contact-forms-two .form-group select {
  position: relative;
  display: block;
  height: 50px;
  padding: 0 0 7px 0;
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  color: var(--theme-color-black);
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: transparent;
}

.contact-forms-two .form-group ::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.8);
}

.contact-forms-two .form-group ::-moz-input-placeholder {
  color: var(--theme-color-white);
}

.contact-forms-two .form-group ::-ms-input-placeholder {
  color: var(--theme-color-white);
}

.contact-forms-two .form-group input:focus,
.contact-forms-two .form-group select:focus,
.contact-forms-two .form-group textarea:focus {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1215686275);
  background: transparent;
}

.contact-forms-two .form-group textarea {
  height: 120px;
  resize: none;
  padding: 5px 0;
}

.contact-forms-two .form-group input[type='submit'],
.contact-forms-two .form-group .theme-btn {
  display: block;
  border: 0;
  font-size: 18px;
  color: var(--theme-color-white);
  font-weight: 500;
  padding: 18px 43px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--theme-color-black);
  text-align: center;
  width: 100%;
  font-family: var(--heading-font-family);
  overflow: hidden;
  margin-top: 20px;
}

.contact-forms-two .form-group input[type='submit']:before,
.contact-forms-two .form-group .theme-btn:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background: var(--theme-color-white);
  border-radius: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-forms-two .form-group input[type='submit']:hover:before,
.contact-forms-two .form-group .theme-btn:hover:before {
  width: 100%;
  left: 0;
}

.contact-forms-two .form-group input[type='submit']:hover,
.contact-forms-two .form-group .theme-btn:hover {
  color: var(--theme-color-black);
}

.contact-forms-two .contact-sps {
  position: absolute;
  top: 0%;
  left: 6%;
  z-index: -1;
}

.contact-form-style-3 .form-group {
  margin-top: 35px;
}

.contact-form-style-3 .form-group input,
.contact-form-style-3 .form-group textarea {
  width: 100%;
  outline: none;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 16px 25px;
  color: var(--theme-color-white);
}

.contact-form-style-3 .form-group input::-webkit-input-placeholder,
.contact-form-style-3 .form-group textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}

.contact-form-style-3 .form-group input::-moz-placeholder,
.contact-form-style-3 .form-group textarea::-moz-placeholder {
  color: #a1a1a1;
}

.contact-form-style-3 .form-group input:-ms-input-placeholder,
.contact-form-style-3 .form-group textarea:-ms-input-placeholder {
  color: #a1a1a1;
}

.contact-form-style-3 .form-group input::-ms-input-placeholder,
.contact-form-style-3 .form-group textarea::-ms-input-placeholder {
  color: #a1a1a1;
}

.contact-form-style-3 .form-group input::placeholder,
.contact-form-style-3 .form-group textarea::placeholder {
  color: #a1a1a1;
}

.contact-form-style-3 .form-group textarea {
  padding-bottom: 150px;
  padding: 16px 25px;
  height: 200px;
}

.contact-form-style-3 .form-group .submit-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.contact-form-style-3 .form-group .submit-btn i {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.contact-form-style-3 .form-group .submit-btn::before {
  background-color: var(--theme-color-white);
}

.contact-form-style-3 .form-group .submit-btn:hover i {
  background-color: var(--theme-color-white);
}

/*** 

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

***/
.news-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #0a0a0a;
}

.news-section .sec-title {
  margin-bottom: 60px;
}

.news-section .nexella-buton {
  margin-top: -28px;
  text-align: right;
  margin-right: 59px;
}

.news-section .news-sp1 {
  position: absolute;
  top: 28%;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .news-section .news-sp1 {
    display: none;
  }
}

.news-section .news-sp2 {
  position: absolute;
  top: 13%;
  right: 5%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .news-section .news-sp2 {
    display: none;
  }
}

.news-block {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.news-block .blog-single-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background: var(--body-bg);
  padding: 25px 25px 36px 25px;
  border-radius: 30px;
}

@media (max-width: 575.98px) {
  .news-block .blog-single-box {
    padding: 20px;
  }
}

.news-block .blog-single-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.news-block .blog-single-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block .blog-single-box.style_two {
  padding: 0;
  border-radius: 15px;
  background: transparent;
}

.news-block .blog-single-box.style_two .image {
  border-radius: 15px;
}

.news-block .blog-single-box.style_two .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news-block .blog-single-box.style_two .content-box {
  margin-left: 0;
}

.news-block .blog-single-box.style_two .content-box .date {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1px 20px;
  border-radius: 40px;
  display: table;
}

.news-block .blog-single-box.style_two .content-box .title {
  font-weight: 500;
}

.news-block .blog-single-box.style_two .content-box .title span {
  font-weight: 500;
}

.news-block .blog-single-box.style_two .content-box .title strong {
  font-weight: 500;
}

.news-block .blog-single-box.style_two .content-box .blog-author {
  margin-top: 12px;
}

.news-block .blog-single-box.style_two .content-box .blog-author span {
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
}

.news-block .blog-single-box.style_two .content-box .blog-author span a {
  color: var(--theme-color1);
}

.news-block .blog-single-box.style_two .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}

.news-block .blog-single-box.style_two .title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color-white);
}

.news-block .blog-single-box.style_two .title::before {
  display: none;
}

.news-block .image-box {
  position: relative;
}

.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 33px;
}

@media (max-width: 767.98px) {
  .news-block .image-box .image {
    max-height: 400px;
  }
}

.news-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media (max-width: 767.98px) {
  .news-block .image-box .image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.news-block .content-box {
  margin-top: 30px;
  margin-left: 30px;
}

.news-block .content-box .date {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  border: 2px solid rgba(97, 97, 97, 0.4);
  padding: 3px 20px;
  border-radius: 40px;
  display: table;
}

.news-block .content-box .title {
  margin: 20px 0 0;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: inline-block;
  max-width: 337px;
}

.news-block .content-box .title span {
  font-weight: 200;
  position: relative;
  z-index: 1;
}

.news-block .content-box .title span::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color1);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  z-index: -1;
}

.news-block .content-box .title:hover span::before {
  width: 100%;
}

.news-block .content-box .title strong {
  color: var(--theme-color-white);
  position: relative;
  z-index: 1;
  font-weight: 700;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.news-block .content-box .title strong::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--theme-color1);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  z-index: -1;
}

.news-block .content-box .title:hover strong::before {
  width: 100%;
}

.news-block .content-box .title:hover strong {
  color: var(--theme-color1);
}

.news-block .content-box .title:hover {
  color: var(--theme-color1);
}

.news-block .content-box .text {
  margin-top: 20px;
}

/*** 

====================================================================
    News Section Style Two
====================================================================

***/
.news-section.style_two {
  z-index: 1;
  overflow: hidden;
}

.news-section-3 {
  position: relative;
  background: #0a0a0a;
}

.news-section-3 .shape-1 {
  position: absolute;
  left: 0;
  bottom: 120px;
}

.news-section-3 .shape-2 {
  position: absolute;
  top: -120px;
  right: 0;
}

.news-section-3 .news-block .content-box .date {
  text-transform: uppercase;
}

.news-section-4 {
  background-color: #0a0a0a;
}

.news-card-style-4 {
  background-color: var(--body-bg);
  border-radius: 15px;
  padding: 20px;
}

.news-card-style-4 .thumb {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.news-card-style-4 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.news-card-style-4 .content {
  padding: 40px 15px;
  padding-bottom: 20px;
  position: relative;
}

.news-card-style-4 .content .post-date {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -40px;
}

.news-card-style-4 .content .post-date .date-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-color-black);
  line-height: 1;
}

.news-card-style-4 .content .post-date p {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-black);
  margin-top: 3px;
}

.news-card-style-4 .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .news-card-style-4 .content .title {
    font-size: 20px;
  }
}

.news-card-style-4 .content .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to right,
    currentColor 0,
    currentColor 100%
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.5s, background-size 0.5s;
  transition: all 0.5s, background-size 0.5s;
}

.news-card-style-4 .content .title a:hover {
  color: var(--theme-color1);
  background-size: 100% 1px;
}

.news-card-style-4:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-section-4 {
  position: relative;
}

.news-section-4 .vec-left {
  position: absolute;
  bottom: 100px;
  left: 0;
}

.news-section-4 .vec-arrow {
  position: absolute;
  top: 17%;
  right: 22%;
}




.success-section-3 {
  margin: 0 50px;
  border-radius: 30px;
  position: relative;
}

@media (max-width: 1399.98px) {
  .success-section-3 {
    margin: 0 18px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

.success-section-3 .suceess-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.success-counter-items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .success-counter-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.success-counter-items .success-counter .count-text {
  color: transparent;
  font-size: 180px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color-black);
  font-family: var(--body-font-family);
  line-height: 1;
}

@media (max-width: 991.98px) {
  .success-counter-items .success-counter .count-text {
    font-size: 140px;
  }
}

@media (max-width: 767.98px) {
  .success-counter-items .success-counter .count-text {
    font-size: 90px;
  }
}

.success-counter-items .success-counter .plus {
  color: var(--theme-color-black);
  font-family: var(--heading-font-family);
  font-size: 46px;
  font-weight: 600;
}

.success-counter-items .success-counter p {
  color: var(--theme-color-black);
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 300px;
  margin-top: 15px;
}

.success-box-counter {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7.5px);
  padding: 61px 19px;
}

@media (max-width: 1499.98px) {
  .success-box-counter {
    padding: 40px 15px;
  }
}

.success-box-counter .count-box {
  color: var(--theme-color-black);
  font-family: var(--heading-font-family);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7px;
  text-align: center;
}

@media (max-width: 1499.98px) {
  .success-box-counter .count-box {
    font-size: 60px;
  }
}

.success-box-counter p {
  color: var(--theme-color-black);
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.success-box-items-3 {
  position: relative;
}

.success-box-items-3 .circle-icon {
  left: 50%;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.success-box-items-3 .circle-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 40px;
  height: 35px;
}

.success-box-items-3 .circle-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  z-index: -1;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: var(--theme-color-black);
  /* background-color: white; */
}


/*** 

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

***/
.brand-section {
  position: relative;
  margin-top: -1px;
  background-color: #070707;
}

.brand-section .owl-carousel .owl-item img {
  display: inline-block;
}

.brand-section .shape {
  bottom: -21px;
  position: absolute;
  right: 55px;
}

@media (max-width: 1599.98px) {
  .brand-section .shape {
    display: none;
  }
}

.sponsors-outer {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1.56%, #0c0c0c),
    to(#1c1c1c)
  );
  background: linear-gradient(180deg, #0c0c0c 1.56%, #1c1c1c 100%);
  padding: 48px 40px 50px;
  border-radius: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.02);
}

.customar-service {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customar-service .customer-stats {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 20px;
  color: var(--theme-color-white);
}

.customar-service .highlighted-number {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color1);
}

.customar-service .highlighted-number span {
  color: var(--theme-color-white);
}

.brand-slider {
  position: relative;
  padding: 30px 0 0 !important;
}

.brand-slider .slide-item {
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 1px;
}

.brand-slider .slide-item::before,
.brand-slider .slide-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(
    from var(--gradient-angle),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2)
  );
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  border-radius: 10px;
}

.brand-slider .slide-item:hover::before,
.brand-slider .slide-item ::after {
  opacity: 1;
}

@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }

  100% {
    --gradient-angle: 360deg;
  }
}

.brand-slider .slide-item {
  position: relative;
  display: block;
  padding: 39px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #0a0a0a;
  border-radius: 10px;
}

.brand-slider .slide-item:hover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.69%, #1c1c1c),
    color-stop(98.44%, #0c0c0c)
  );
  background: linear-gradient(0deg, #1c1c1c 0.69%, #0c0c0c 98.44%);
 }

.brand-slider .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  background-color: #ffffff;
  max-width: 110px;
  right: 0;
  margin: -13px auto 0;
}

.brand-slider .owl-nav .owl-prev,
.brand-slider .owl-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  background-color: var(--bg-theme-color3);
  color: #7c858c;
  font-size: 14px;
  margin: 0 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.brand-slider .owl-nav .owl-prev:hover,
.brand-slider .owl-nav .owl-next:hover {
  background-color: var(--bg-theme-color2);
  color: #ffffff;
} */

.brand-carousel .owl-dots {
  display: none;
}

.brand-wrapper-3 {
  position: relative;
  z-index: 9;
}

.brand-wrapper-3::before,
.brand-wrapper-3::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -0.1rem;
  background: conic-gradient(
    from var(--gradient-angle),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2),
    var(--theme-color1),
    var(--theme-color2)
  );
  border-radius: inherit;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  border-radius: 30px;
}

.brand-wrapper-3 .brand-wrapper-inner-3 {
  position: relative;
  z-index: 1;
  background: linear-gradient(269deg, #111 2.24%, #000 75.32%);
  padding: 38.5px 44px;
  border-radius: 30px;
}

.brand-wrapper-3 .brand-wrapper-inner-3 .brand-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  border-right: 1px solid rgba(252, 219, 102, 0.17);
  margin-right: 20px;
}

@media (max-width: 1199.98px) {
  .brand-wrapper-3 .brand-wrapper-inner-3 .brand-icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: none;
    margin-right: 0;
  }
}

.brand-wrapper-3 .brand-wrapper-inner-3 .brand-icon .icon {
  width: 100%;
  max-width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background: var(
    --Copywrting-Neutral,
    linear-gradient(
      180deg,
      rgba(2, 6, 40, 0.2) 0%,
      rgba(44, 106, 236, 0.2) 100%
    )
  );
}

.brand-wrapper-3 .brand-wrapper-inner-3 .brand-icon .title {
  font-size: 24px;
  color: var(--theme-color-white);
}

.brand-wrapper-3 .brand-wrapper-inner-3 .brand-image-3 {
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.brand-wrapper-3 .brand-wrapper-inner-3 .brand-image-3:hover {
  opacity: 1;
}

.brand-section-3 {
  position: relative;
  margin: 80px 0 0;
}

.brand-section-3 .line-shape {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-section-3 .vec-line {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-section-3 .vec-line-2 {
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-area {
  background-color: var(--theme-color7);
}

.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);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 22px;
  color: var(--theme-color3);
  background-color: transparent;
  opacity: 1;
  background-image: none;
  -webkit-transition: transition(all 300ms ease), transition(all 300ms ease);
  transition: transition(all 300ms ease), transition(all 300ms ease);
  transition: transition(all 300ms ease);
  border: 1px solid var(--theme-color3);
}

.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-color3);
  margin-bottom: 20px;
}

.sidebar-area .sidebar__body .sidebar__text {
  color: var(--theme-text60);
}

.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-color2);
  font-size: 18px;
}

.sidebar-area .sidebar__body .sidebar__contact-info li a {
  display: inline-block;
  color: var(--theme-text60);
}

.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-color3);
  border: 1px solid var(--theme-color3);
}

.sidebar-area .sidebar__body .sidebar__btns a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}

.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: 40px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--theme-color3);
  color: var(--theme-color-light);
}

.sidebar-area .sidebar__body .sidebar__socials ul li a {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-area .sidebar__body .sidebar__socials ul li:hover {
  background-color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
}

/***

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

***/
.main-footer {
  position: relative;
  z-index: 99;
}

.main-footer::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-black);
  opacity: 0.7;
  mix-blend-mode: color-burn;
  z-index: -1;
}

/* Widget Section */
.main-footer .widgets-section {
  position: relative;
  padding: 100px 0 56px;
}

.main-footer .widgets-section::before {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.main-footer .widgets-section::after {
  position: absolute;
  left: 0;
  top: 44%;
  width: 100%;
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 30px;
  padding-right: 55px;
}

.main-footer .footer-column:first-child {
  padding-right: 0;
}

.main-footer .footer-column:last-child {
  padding-right: 0;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 18px;
  margin-bottom: 25px;
  font-weight: 500;
}

.main-footer.home-2 .about-widget .logo {
  margin-bottom: 40px;
}

.footer-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 165px;
}

@media (max-width: 767.98px) {
  .footer-upper {
    margin-bottom: 60px;
  }
}

.footer-upper .footer-title {
  font-weight: 800;
  font-size: 100px;
  line-height: 110px;
}

.footer-upper .footer-title span {
  color: rgb(97, 97, 97);
}

.footer-upper .footer-icon {
  height: 200px;
  width: 200px;
  line-height: 200px;
  background: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  float: right;
}
.footer-icon img {
  transform: rotate(58deg);
  width: 90px;
  height: 90px;
}
.main-footer .about-widget {
  position: relative;
}

.main-footer .about-widget .logo {
  position: relative;
  margin-bottom: 30px;
  max-width: 190px;
}

@media (max-width: 1199.98px) {
  .main-footer .about-widget .logo {
    margin-bottom: 30px;
  }
}

.main-footer .about-widget p.footer-des {
  line-height: 26px;
  margin-bottom: 40px;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}

.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color-white);
  font-weight: 400;
  margin-bottom: 14px;
}

.user-links li:last-child a:before {
  display: none;
}

.user-links li a {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-white);
  margin-bottom: 32px;
  font-family: Rethink Sans, sans-serif;
}

.user-links li a:hover {
  color: var(--theme-color1);
}

.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: '';
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a::after {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 0;
  background: var(--theme-color1);
  content: '';
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  height: 1px;
}

.user-links li a:hover::after {
  width: 100%;
  opacity: 1;
}

.user-links li a i {
  float: right;
}

/* Contact Widget */
.contact-widget {
  position: relative;
}

.contact-widget .widget-title {
  padding-bottom: 40px;
  margin-bottom: 0px;
}

.contact-widget .address {
  margin-bottom: 30px;
}

.contact-widget .address p {
  font-family: var(--heading-font-family);
  font-weight: 500;
  margin: 0 0 0;
}

.contact-widget .address a, .contact-widget .address >div {
  display: inline-block;
  font-family: var(--heading-font-family);
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin: 8px 0 0;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
}

.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 1px;
}

.footer-bottom .copyright-text {
  position: relative;
  color: var(--theme-color-white);
}

.footer-bottom .copyright-text span {
  color: #a1a1a1;
}

.footer-bottom .copyright-text a {
  color: rgb(161, 161, 161);
}

.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}

.footer-bottom .footer-links-wrapper a {
  display: inline-block;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color-white);
  margin-right: 35px;
}

.footer-bottom .footer-links-wrapper a:hover {
  color: var(--theme-color1);
}

.footer-bottom .footer-links-wrapper a:last-child {
  margin-right: 0;
}

.widgets-section.style_two::after {
  display: none;
}

.widgets-section.style_two::before {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  width: 69%;
  background: rgba(var(--theme-color-white-rgb), 0.2);
}

.widgets-section.style_two h5.footer-main-title {
  margin-top: -5px;
  max-width: 393px;
  margin-bottom: 67px;
}

.footer-main-wrapper {
  margin: 0 100px;
  border-radius: 30px;
  background: #121310;
  position: relative;
}

@media (max-width: 1599.98px) {
  .footer-main-wrapper {
    margin: 0 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1399.98px) {
  .footer-main-wrapper {
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 375.98px) {
  .footer-main-wrapper {
    padding-left: 0;
  }
}

.footer-main-wrapper .footer-circle-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-section-3 .footer-widget-wrapper-3 {
  padding: 80px 0;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .widget-head {
  margin-bottom: 30px;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .footer-content
  .footer-text {
  color: #a1a1a1;
  max-width: 320px;
  line-height: 181%;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .list-area
  li {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--heading-font-family);
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .list-area
  li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .list-area
  li
  a {
  color: var(--theme-color-white);
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .list-area
  li
  a
  i {
  margin-right: 5px;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .list-area
  li:hover {
  margin-left: 5px;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .list-area
  li:hover
  a {
  color: var(--theme-color1);
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box:hover
  .icon-box:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box:hover
  .icon-box
  .icon {
  color: var(--theme-color-black);
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box
  .icon-box {
  position: relative;
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: #222;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box
  .icon-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--theme-color1);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box
  .icon-box
  .icon {
  color: var(--theme-color1);
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box
  .content-box
  .title {
  font-size: 14px;
  color: #9d9d9d;
  font-family: var(--heading-font-family);
  margin-bottom: 10px;
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box
  .content-box
  .text {
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-color-white);
  line-height: 20px;
  font-family: var(--heading-font-family);
}

.footer-section-3
  .footer-widget-wrapper-3
  .footer-widget-single-items
  .contact-info-box
  .content-box
  .text
  .link {
  color: var(--theme-color-white);
}

.footer-section-3 .copyright-text {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9d9d9d;
  font-size: 16px;
  font-family: var(--heading-font-family);
  padding: 30px 0;
}

.footer-style-two.style-two {
  background-color: var(--theme-color2);
}

.footer-style-two.style-two .anim-icons .image-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-style-two.style-two .widgets-section {
  background-color: transparent;
}

.footer-style-two .footer-right-clomun {
  margin-left: 100px;
}

@media (max-width: 1399.98px) {
  .footer-style-two .footer-right-clomun {
    margin-left: 0px;
  }
}

.footer-style-two .widgets-section {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-color2);
  border-radius: 30px;
  padding: 100px 0 0;
}

.footer-style-two .widgets-section .anim-icons .image-1 {
  position: absolute;
  top: -137px;
  right: -116px;
}

@media (max-width: 575.98px) {
  .footer-style-two .widgets-section .anim-icons .image-1 {
    display: none;
  }
}

.footer-style-two .widgets-section .anim-icons .image-2 {
  position: absolute;
  bottom: -137px;
  left: -116px;
}

@media (max-width: 575.98px) {
  .footer-style-two .widgets-section .anim-icons .image-2 {
    display: none;
  }
}

.footer-style-two .about-widget {
  margin-bottom: 80px;
}

@media (max-width: 1199.98px) {
  .footer-style-two .about-widget {
    padding-left: 0px;
    margin-bottom: 0;
  }
}

.footer-style-two .about-widget .title {
  color: var(--theme-color1);
  margin-bottom: 100px;
}

@media (max-width: 1199.98px) {
  .footer-style-two .about-widget .title {
    margin-bottom: 40px;
  }
}

.footer-style-two .about-widget .text {
  color: var(--theme-color-lighter2);
}

.footer-style-two .about-widget .text {
  font-size: 16px;
  margin-bottom: 35px;
}

.footer-style-two .user-links li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-style-two .user-links li a:hover {
  color: var(--theme-color1);
}

.footer-style-two .social-widget {
  margin-top: 25px;
}

.footer-style-two .social-widget .social-icon-list1 li a {
  background-color: var(--theme-color-gray);
  border: none;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.footer-style-two .social-widget .social-icon-list1 li a:hover:before {
  background-color: var(--theme-color-gray);
}

.footer-style-two .social-widget .social-icon-list1 li a:hover {
  color: var(--theme-color1);
}

.footer-style-two .subscribe-widget {
  position: relative;
}

@media (max-width: 991.98px) {
  .footer-style-two .subscribe-widget {
    padding-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .footer-style-two .subscribe-widget {
    padding-left: 0px;
  }
}

.footer-style-two .subscribe-widget .text {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}


.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='text'],
.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='email'] {
  background: var(--theme-color-gray);
  border: 1px solid var(--theme-color-gray);
  border-radius: 40px;
  color: var(--theme-color-black);
  display: block;
  font-size: 14px;
  height: 65px;
  line-height: 30px;
  padding: 20px 65px 20px 35px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='text']::-webkit-input-placeholder,
.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='email']::-webkit-input-placeholder {
  color: var(--theme-color15);
}

.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='text']::-moz-placeholder,
.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='email']::-moz-placeholder {
  color: var(--theme-color15);
}

.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='text']:-ms-input-placeholder,
.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='email']:-ms-input-placeholder {
  color: var(--theme-color15);
}

.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='text']::-ms-input-placeholder,
.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='email']::-ms-input-placeholder {
  color: var(--theme-color15);
}

.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='text']::placeholder,
.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='email']::placeholder {
  color: var(--theme-color15);
}

.footer-style-two .subscribe-widget .subscribe-form-one .form-group .theme-btn {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-gray);
  font-size: 26px;
  height: 58px;
  line-height: 62px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 4px;
  width: 58px;
}

.footer-style-two
  .subscribe-widget
  .subscribe-form-one
  .form-group
  .theme-btn:hover {
  background-color: transparent;
  color: var(--theme-color1);
}

.footer-style-two .footer-bottom .inner-container {
  border-top: none;
  padding: 20px 0;
}

.footer-style-two .footer-bottom .copyright-text {
  color: var(--theme-color6);
}

.footer-style-two .contacts-widget {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 100px;
}

@media (max-width: 1199.98px) {
  .footer-style-two .contacts-widget {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-style-two .contacts-widget {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-style-two .contacts-widget .text .mail {
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
}

.footer-style-two .contacts-widget .text .phone {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}

.footer-style-two .contacts-widget .contact-us {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  text-align: center;
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  padding: 35px 20px 20px;
  margin: 0px auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 767.98px) {
  .footer-style-two .contacts-widget .contact-us {
    margin: 0;
    margin-top: 40px;
  }
}

.footer-style-two .contacts-widget .contact-us:hover {
  background-color: #000000;
  border: 1px solid #000;
}

.footer-style-two .contacts-widget .contact-us .title {
  color: var(--theme-color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.footer-style-two .contacts-widget .contact-us .icon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.footer-main-wrapper-4 {
  border-radius: 30px;
  background: #121310;
  margin: 0 100px;
  padding-top: 90px;
  position: relative;
}

@media (max-width: 1599.98px) {
  .footer-main-wrapper-4 {
    margin: 0 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1399.98px) {
  .footer-main-wrapper-4 {
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .footer-main-wrapper-4 {
    padding-bottom: 70px;
  }
}

@media (max-width: 575.98px) {
  .footer-main-wrapper-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.footer-main-wrapper-4 .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-main-wrapper-4 .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-main-wrapper-4 .footer-column {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .footer-main-wrapper-4 .footer-column {
    margin-bottom: 0;
  }
}

.footer-main-wrapper-4 .footer-column .about-widget {
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .footer-main-wrapper-4 .footer-column .about-widget {
    margin-bottom: 0;
  }
}

.footer-main-wrapper-4 .footer-column .about-widget .title {
  color: var(--theme-color1);
  font-size: clamp(40px, 7.5vw, 120px);
  line-height: 1.25;
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  .footer-main-wrapper-4 .footer-column .about-widget .title {
    margin-bottom: 0;
  }
}

.footer-main-wrapper-4 .footer-column .subscribe-widget {
  position: relative;
}

.footer-main-wrapper-4 .footer-column .subscribe-widget .text {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.footer-main-wrapper-4 .footer-column .subscribe-widget .subscribe-form-one {
  margin-bottom: 42px;
  position: relative;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group {
  max-width: 532px;
  position: relative;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group
  input[type='email'] {
  background: #222;
  border-radius: 40px;
  color: #9d9d9d;
  display: block;
  font-size: 14px;
  height: 65px;
  line-height: 30px;
  padding: 20px 65px 20px 35px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group::-webkit-input-placeholder {
  color: #9d9d9d;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group::-moz-placeholder {
  color: #9d9d9d;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group:-ms-input-placeholder {
  color: #9d9d9d;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group::-ms-input-placeholder {
  color: #9d9d9d;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group::placeholder {
  color: #9d9d9d;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group
  .circle-btn {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-black);
  font-size: 26px;
  height: 58px;
  line-height: 58px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 4px;
  width: 58px;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-main-wrapper-4
  .footer-column
  .subscribe-widget
  .subscribe-form-one
  .form-group
  .circle-btn:hover {
  background-color: #000;
  color: var(--theme-color1);
}

.footer-main-wrapper-4 .footer-column .social-widget {
  margin-top: 50px;
  position: relative;
}

.footer-main-wrapper-4 .footer-column .social-widget .social-icon-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer-main-wrapper-4 .footer-column .social-widget .social-icon-list1 li a {
  background-color: #222;
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 16px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-main-wrapper-4
  .footer-column
  .social-widget
  .social-icon-list1
  li
  a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}

.footer-main-wrapper-4 .contacts-widget {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .footer-main-wrapper-4 .contacts-widget {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 575.98px) {
  .footer-main-wrapper-4 .contacts-widget {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.footer-main-wrapper-4 .contacts-widget .text {
  line-height: 45px;
}

.footer-main-wrapper-4 .contacts-widget .mail {
  color: #9d9d9d;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
}

.footer-main-wrapper-4 .contacts-widget .phone {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
}

.footer-main-wrapper-4 .contacts-widget .contact-us {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  text-align: center;
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  padding: 35px 20px 20px;
  margin: 0px auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 575.98px) {
  .footer-main-wrapper-4 .contacts-widget .contact-us {
    margin-left: initial;
  }
}

.footer-main-wrapper-4 .contacts-widget .contact-us:hover {
  background-color: var(--theme-color1);
}

.footer-main-wrapper-4 .contacts-widget .contact-us:hover .title {
  color: var(--theme-color-black);
}

.footer-main-wrapper-4 .contacts-widget .contact-us:hover .icon {
  color: var(--theme-color-black);
}

.footer-main-wrapper-4 .contacts-widget .contact-us .title {
  color: var(--theme-color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.footer-main-wrapper-4 .contacts-widget .icon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  color: var(--theme-color-white);
}

.footer-main-wrapper-4 .footer-widget3 .widget-title {
  color: var(--theme-color-white);
  margin-bottom: 24px;
}

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

/***

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

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}

.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/icons/pattern-7.html);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}

.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: '';
  z-index: 1;
}

.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: '';
  background-image: url(../images/icons/pattern-3.html);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}

.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: '';
}

.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.html);
}

.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}

.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}

.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}

.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}

.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block h4 a:hover {
  color: var(--theme-color1);
}

.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}



/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
  min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 20px 30px;
  color: var(--headings-color);
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
  color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #222;
  padding: 15px 29px;
  cursor: pointer;
  border-radius: 5px;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color1);
}

table.tbl-shopping-cart .coupon-form .apply-button:hover span,
table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color2);
}

table.tbl-shopping-cart .coupon-form .apply-button span,
table.cart-total .coupon-form .apply-button span {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

table.tbl-shopping-cart .variation-size,
table.cart-total .variation-size {
  color: #fff;
}

table.tbl-shopping-cart .product-price .amount,
table.cart-total .product-price .amount {
  color: var(--theme-color1);
}

table.tbl-shopping-cart .product-subtotal .amount,
table.cart-total .product-subtotal .amount {
  color: var(--theme-color1);
}

table.tbl-shopping-cart tbody tr .amount,
table.cart-total tbody tr .amount {
  color: var(--theme-color1);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #fff;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
}

.apply-button2 {
  position: relative;
  display: inline-block;
  color: var(--theme-color2);
  background: var(--theme-color1);
  padding: 15px 29px 12px;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.apply-button2:hover {
  background-color: var(--theme-color-white);
}

.apply-button2:hover span {
  color: var(--theme-color2);
}

.apply-button2 span {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgba(var(--theme-color-black-rgb));
}


.shop-sidebar {
  display: block;
  position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type='search'] {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color2);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget {
  background-color: var(--theme-color1);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}

.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
  color: var(--theme-color-black);
}

.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 6 Pro';
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color2);
}

.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}

.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}

.shop-sidebar .post-widget .post {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}

.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
}

.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
  color: var(--body-bg);
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}

.shop-sidebar .post-widget .post .price {
  color: #0a267a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}

.shop-sidebar .post-widget {
  padding-bottom: 9px;
}

.range-slider {
  position: relative;
}

.range-slider .title {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}

.range-slider .title:before {
  color: #646578;
  content: '$';
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}

.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}

.range-slider .input {
  color: #646578;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  max-width: 75px;
  position: relative;
}

.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
  background-color: #a1a1a1;
  border-radius: 2px;
  border: none;
  height: 4px;
  margin-bottom: 14px;
}

.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color2);
  top: 0px;
  height: 4px;
}

.range-slider .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  position: absolute;
  top: -5px;
  width: 14px;
}

.range-slider .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}

.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  top: -5px;
  width: 14px;
}

.range-slider .ui-widget-content .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  position: absolute;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}

.range-slider input[type='submit'] {
  background: var(--theme-color2);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.range-slider input[type='submit']:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

/*** 

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

***/

.page-title {
  background-color: var(--theme-color2);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 0;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title:before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.9)),
    to(rgba(0, 0, 0, 0.4784313725))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.4784313725)
  );
}

.page-title .title {
  font-size: 53px;
  color: #ffffff;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 34px;
  }
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: '\f105';
  right: -4px;
  top: 4px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  color: #ffffff;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li a {
  color: var(--theme-color1);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: '';
  position: absolute;
}

.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: '';
  position: absolute;
}

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

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}

.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}

.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type='search'] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #1a1a1a;
  font-size: 14px;
  color: #fff;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}

.error-page__inner .error-page__form button[type='submit'] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.error-page__inner .theme-btn {
  text-decoration: underline;
}

/***

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

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}

.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .icon span {
  color: var(--theme-color-black);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
}

.contact-details__info li:hover .icon {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

.contact-details__info li:hover .icon span {
  color: var(--theme-color2);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.contact-details__info li:hover .text a {
  color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}

.contact-details__info li .text {
  margin-left: 30px;
  width: calc(100% - 80px);
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}

.contact-details__info li .text a {
  font-size: 18px;
  line-height: 1;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
  line-height: 1.2;
}

.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

.contact-details .theme-btn {
  border-radius: 0;
  background-color: var(--theme-color1);
  color: var(--theme-color2);
  padding: 16px 40px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  display: block;
  max-width: 365px;
  position: relative;
  width: 100%;
}

.service-sidebar .theme-btn {
  border: 1px solid var(--theme-color-black);
}

.service-sidebar .service-sidebar-single {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.service-sidebar .service-sidebar-single-services {
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
  position: relative;
}

.service-sidebar .service-sidebar-single-services .title {
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: '';
  z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}

.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content > img {
  border-radius: 5px;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}

.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.service-list li:last-child {
  margin-bottom: 0px;
}

.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
  width: 60px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}

.sidebar-service-list li + li {
  margin-top: 10px;
}

.sidebar-service-list li a {
  background-color: var(--theme-color-black);
  border-radius: 15px;
  color: var(--theme-color-white);
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 40px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
  .sidebar-service-list li a {
    padding: 19px 20px;
  }
}

.sidebar-service-list li a:hover {
  color: var(--theme-color1);
}

.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color-black);
  background-color: var(--theme-color1);
}

.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}

.sidebar-service-list li.current a {
  color: var(--theme-color1);
}

.sidebar-service-list li.current a i {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: var(--body-bg);
  color: var(--theme-color1);
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.help-icon:hover {
  background-color: var(--theme-color-black);
  color: #fff;
}

.help-title {
  color: var(--body-bg);
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 21px;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}

.help-contact p {
  font-size: 14px;
  color: var(--body-bg);
  margin: 0;
  line-height: 20px;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 10px;
}

.help-contact a {
  font-size: 30px;
  color: var(--body-bg);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.help-contact a:hover {
  color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven .title a {
  color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven .text {
  color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .left-arrow {
  color: var(--theme-color-black);
  border-color: var(--theme-color-black);
}

.service-section-seven.style-inner
  .service-block_seven:hover
  .left-arrow:hover {
  color: var(--theme-color-white);
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}

.service-section-seven.style-inner .service-block_seven:hover .theme-btn {
  color: var(--theme-color-black);
  border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .theme-btn:hover {
  color: var(--theme-color-white);
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}

.service-section-seven.style-inner .service-block_seven:hover .right-arrow {
  color: var(--theme-color-black);
  border-color: var(--theme-color-black);
}

.service-section-seven.style-inner
  .service-block_seven:hover
  .right-arrow:hover {
  color: var(--theme-color-white);
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  display: block;
  position: relative;
}

.project-details__img img {
  border-radius: 10px;
  width: 100%;
}

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

.project-details__content-left {
  display: block;
  margin-top: 31px;
  position: relative;
}

.project-details__content-right {
  display: block;
  margin-top: 40px;
  position: relative;
}

.project-details__details-box {
  background-color: var(--theme-color-black);
  border-radius: 10px;
  padding: 43px 50px 50px;
  position: relative;
  z-index: 1;
}

.project-details__details-list {
  display: block;
  position: relative;
}

.project-details__details-list li {
  display: block;
  position: relative;
}

.project-details__details-list li + li {
  margin-top: 24px;
}

.project-details-btn .theme-btn {
  position: relative;
}

.project-details-btn .theme-btn.btn-style-one {
  padding: 26px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
  height: 70px;
  border-radius: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#beec6b),
    to(#169c92)
  );
  background: linear-gradient(90deg, #beec6b 0%, #169c92 100%);
  color: var(--theme-color-white);
}

@media only screen and (max-width: 767px) {
  .project-details-btn .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .project-details-btn .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .project-details-btn .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .project-details-btn .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.project-details-btn .theme-btn.btn-style-one:hover {
  color: var(--headings-color);
}

.project-details-btn .theme-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 72px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  font-size: 50px;
  color: var(--headings-color);
  right: 4px;
  top: 4px;
  bottom: 4px;
}

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

.project-details__client a {
  color: var(--theme-color1);
  text-decoration: underline;
}

.project-details__client a:hover {
  color: #fff;
}

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

.project-details__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  display: block;
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.project-details__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.project-details__pagination li a {
  font-size: 16px;
  color: #696969;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__pagination li a:hover {
  color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  border: 2px solid var(--theme-color2);
}

.project-details__pagination li a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.project-details__pagination li .content {
  position: relative;
  display: block;
}

.project-details__pagination li .title,
.project-details__pagination li .title a {
  color: #fff;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
  text-decoration-line: underline;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li.next .content {
  text-align: left;
  font-weight: var(--body-font-weight-bold);
}

.project-details__pagination li.previous {
  position: relative;
  float: right;
}

.project-details__pagination li.previous .content {
  text-align: right;
}

.room-facility-list {
  position: relative;
}

.room-facility-list .icon {
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  display: block;
  font-size: 22px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
  background-color: var(--theme-color1);
  color: #fff;
}

.room-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.room-details__details-box {
  background-color: #f5f6f7;
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  padding: 43px 50px 30px 50px;
  position: relative;
  z-index: 1;
}



@media only screen and (max-width: 480px) {
  .room-block .inner-box .box-caption .book-btn {
    padding: 0 10px;
    margin-right: 10px;
  }

  .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
    margin-right: 10px;
  }

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

.project-list {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[2]; */
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 375.98px) {
  .project-list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.project-list li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 19px;
  margin-bottom: 30px;
}

.project-list i {
  color: var(--theme-color1);
  margin-right: 10px;
}

.project-list-item .icon {
  color: var(--theme-color1);
  font-size: 26px;
}

.project-list-item .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.project-list-item .text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-color2);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}
.blog-details__text-2 strong{
    color: #d1cbcb;
    font-weight: 700;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-details__date .day {
  font-size: 16px;
  color: #000;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}

.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: #000;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
}

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

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__meta li + li {
  margin-left: 18px;
}

.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--theme-color1);
}

.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}

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

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--theme-color-white);
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a ,.blog-details__tags span{
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color1);
  color: #000;
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
  border: 1px solid var(--theme-color1);
}

.blog-details__tags a ,.blog-details__tags span:nth-child(1){
border: none;
background-color: transparent;
color: white;
  color: var(--theme-color-white);
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
  padding: 0;
}

.blog-details__tags span{}
.blog-details__tags a.post:hover, .blog-details__tags span:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  text-decoration: none;
}

.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-color2);
  background-color: var(--theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--theme-color1);
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a + a {
  margin-left: 10px;
}

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

.blog-details__pagenation {
  position: relative;
  display: block;
}

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

.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}

.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}

.nav-links .prev .thumb {
  margin-right: 20px;
}

.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}

.nav-links .next .thumb {
  margin-left: 20px;
}

.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.nav-links > div .thumb a {
  display: inline-block;
}

.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  background-color: var(--theme-color1);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}

.nav-links > div > a:hover {
  color: #fff;
  background-color: var(--theme-color2);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
  color: var(--theme-color2);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type='search'] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color1);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}

.sidebar__search-form input[type='search']::-webkit-input-placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}

.sidebar__search-form input[type='search']::-webkit-input-placeholder,
.sidebar__search-form input[type='search']:-ms-input-placeholder,
.sidebar__search-form input[type='search']::-ms-input-placeholder,
.sidebar__search-form input[type='search']::placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type='search'] {
    padding-left: 30px;
  }
}

.sidebar__search-form button[type='submit'] {
  background-color: transparent;
  color: #000;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type='submit'] {
    width: 42px;
  }
}

.sidebar__post {
  background-color: var(--theme-color1);
  border-radius: 10px;
  color: var(--body-bg);
  display: block;
  overflow: hidden;
  padding: 46px 30px 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}

.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
  margin-top: 5px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 18px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  width: calc(100% - 80px);
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-bg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--body-bg);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--body-bg);
  background-color: var(--theme-color1);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}

.sidebar__category .sidebar__title {
  color: var(--body-bg);
  padding-left: 20px;
  margin-bottom: 9px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li + li {
  margin-top: 4px;
}

.sidebar__category-list li a {
  background: none;
  border-radius: 10px;
  color: var(--body-bg);
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 12px 20px;
  display: block;
  font-weight: 500;
}

.sidebar__category-list li a:hover {
  background-color: var(--body-bg);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--theme-color-white);
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.sidebar__category-list li.active a {
  background-color: var(--body-bg);
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--theme-color-white);
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
  color: white;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--body-bg);
  background-color: var(--theme-color1);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
  color: var(--theme-color-black);
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  background: var(--theme-color2);
  border-radius: 30px;
  color: var(--headings-color);
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  padding: 5px 28px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list a:hover {
  background: var(--theme-color1);
  color: #000;
  border: 1px solid var(--theme-color1);
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}



/* 3. Half-circle Mask on About Images (Sunrise representation) */
.about-style-img-1 img {
  border-radius: 300px 300px 0 0 !important;
  box-shadow: 0 -10px 30px rgba(112, 144, 219, 0.15);
  border-top: 2px solid rgba(112, 144, 219, 0.3);
}

/* 4. Marquee Glowing Horizon Line */
.space-container {
  position: relative;
  border-top: 1px solid rgba(112, 144, 219, 0.2);
}

.space-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(112, 144, 219, 0.8),
    transparent
  );
  box-shadow: 0 0 15px 5px rgba(112, 144, 219, 0.3);
  z-index: 10;
}
.hero-section .hero-shape img {
  width: 300px;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Responsive  */

@media (max-width: 1100px) {
  .banner-section .content-box .title {
    font-size: 78px;
    line-height: 90px;
  }
}

@media (max-width: 991px) {
  .col-xl-8.col-lg-8 {
    order: 1;
  }
  .col-xl-4.col-lg-4 {
    order: 2;
  }
}

@media (max-width: 576px) {
  .misssion-list img,
  .misssion-list-two img {
    width: 25px;
    height: 25px;
  }
  section.mission-section {
    padding: 0 0 25px !important;
  }
  .section-padding {
    padding: 40px 0 !important;
  }
  .pb-60 {
    padding-bottom: 45px !important;
  }
  p {
    margin-bottom: 10px;
  }
  .footer-upper {
    display: flex !important;
  }
  .footer-icon img {
    transform: rotate(58deg);
    width: 38px;
    height: 38px;
    object-fit: contain;
  }
  .footer-upper .footer-icon {
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
  }
  .main-footer .widgets-section {
    padding-top: 40px !important;
    padding-bottom: 0;
  }
  .main-footer .footer-column {
    padding-right: 35px;
  }
  .footer-bottom .inner-container {
    padding: 16px 1px;
  }
  .footer-services {
    display: none;
  }
  .user-links li a i {
    float: right;
    font-size: 13.5px;
  }

  .main-footer .widget-title {
    padding-bottom: 8px;
    margin-bottom: 14px;
  }
  .social-icon-two {
    margin-bottom: 10px;
  }
  .footer-bottom .footer-links-wrapper a {
    font-size: 15px !important;
    margin-top: 5px;
    font-weight: 400;
  }
  .sec-title .work-title {
    font-size: 43px;
  }
  .work-section .sec-title {
    margin-bottom: 5px;
  }
  .work-single-box .work-content span.work-date {
    font-size: 15px;
  }
  .sec-title .work-title {
    padding: 60px 0;
  }
  .work-single-box h3.wokr-number {
    top: 20px !important;
    font-size: 33px;
  }
  .brand-section.section-padding {
    padding-top: 0 !important;
  }
  .news-section .sec-title h2 {
    font-size: 30px !important;
  }
  .about-section .about-icon-box .about-count span.count-text {
    font-size: 74px;
  }
  .about-section .about-icon-box .about-count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .about-section .about-icon-box .about-count .counter-title {
    margin-top: 0;
    margin-left: 0;
    max-width: unset;
  }
  .marquee .text .title {
    font-size: 20px;
  }
  .marquee .text:before {
    height: 75px;
  }
  .marquee-section {
    padding: 30px 0;
  }
  .about-section {
    padding: 80px 0 40px !important;
  }
  section > .container,
  section > .container-fluid {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .blog-details__title {
    font-size: 26px;
    line-height: 32px;
  }
  .sidebar {
    margin-top: 30px;
  }
  .sidebar__post .sidebar__post-list li {
    padding: 9px 0;
  }
  .success-counter-items .success-counter .count-text {
    font-size: 71px;
  }
  .success-counter-items {
    margin-top: 25px;
  }
  .award-image {
    display: none;
  }
  .success-box-counter .count-box {
    font-size: 28px;
  }
  .success-box-counter p {
    font-size: 16px;
    text-transform: unset;
    line-height: 1.3;
  }
  .success-box-counter {
    padding: 30px 10px 25px 10px;
    height: 100%;
  }
  .main-footer .footer-upper {
    padding-bottom: 25px;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .contact-widget .address {
    margin-bottom: 20px;
  }
  .contact-widget .address a {
    margin: 1px 0 0;
  }
  .user-links li a {
    margin-bottom: 29px;
  }
  .service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 11px 50px;
  }
  h3 {
    line-height: 1.3;
    font-size: 25px;
  }
  .content.mt-40 {
    margin-top: 30px !important;
  }
  .contact-details__info li .icon {
    height: 60px;
    width: 60px;
  }
  .contact-details__info li .icon span {
    font-size: 21px !important;
  }
  .map-section iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .page-title {
    background-color: var(--theme-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0 0;
    min-height: 245px;
  }
  .page-breadcrumb {
    margin-top: -5px;
  }
  .title-outer.text-center h1.title {
    font-size: 28px;
  }
  .page-breadcrumb li {
    margin-right: 8px;
    padding-right: 11px;
  }
  .suceess-shape {
    display: none;
  }
  .mobile-menu .navigation li > a {
    text-align: start !important;
  }
}

/* Sticky Navbar Black BG */
.fixed-header.sticky-header { background-color: #000000 !important; }
.fixed-header.sticky-header .navigation > li > a { color: #ffffff !important;
visibility: visible !important; }
.fixed-header.sticky-header .logo img { filter: none !important; }
.fixed-header.sticky-header .mobile-nav-toggler .icon { color: #ffffff !important;
visibility: visible !important; } 



.pt-120 {
  padding-top: 120px;
}
.pb-70{
  padding-bottom: 70px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mt-40{
  margin-top: 40px;
}
.error-page__title-box img{
  max-width:650px;
  margin-bottom: 50px;
}

.works-desc{
  margin-bottom: 25px;
}
.works-desc.clamp-4{
    display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}.works-desc.clamp-4 > div{
    display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}