/* ------------------------------------------------
  Project:   Bizency - Creative Agency WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
 Table of Contents
  1. Variable
  2. General
  3. Transition
  4. Pre Loader
  5. Background & Border Color
  6. Scroll to Top
  7. Header
  8. Banner
  9. Video & Round Text
  10. Marquee Text
  11. Form Section
  12. Footer
  13. Other
------------------------*/

:root {
  --themeht-primary-color: #c4ef17;
  --themeht-body-color: #010101;
  --themeht-body-text-color: #a9adb9;
  --themeht-white-color: #FFFFFF;
  --themeht-bg-dark-color: #080808;
  --themeht-bg-dark2-color: #121212;
  --themeht-bg-light-color: #E3E3E3;
  --themeht-border-light-color: #382f2f;
  --themeht-title-font-family: 'Syne', sans-serif;
  --themeht-typography-body-font-family: Jost;
  --themeht-typography-h1-font-family: 'Syne', sans-serif;
  --themeht-typography-h2-font-family: 'Syne', sans-serif;
  --themeht-typography-h3-font-family: 'Syne', sans-serif;
  --themeht-typography-h4-font-family: 'Syne', sans-serif;
  --themeht-typography-h5-font-family: 'Syne', sans-serif;
  --themeht-typography-h6-font-family: 'Syne', sans-serif;
  --logo-desktop-height: 40px;
  --logo-tablet-height: 40px;
  --logo-mobile-height: 30px;
  --loader-img-height: 40px;
}

/* ------------------------
    General
------------------------*/
body {
  background-color: #01020e;
  font-family: var(--themeht-typography-body-font-family);
  overflow-x: hidden;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: var(--themeht-body-text-color);
}

a,
a:visited {
  text-decoration: none;
  color: var(--themeht-white-color);
  color: #FFF;
  /* font-family: Gilroy; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 5px; */ /* 235.714% */
  text-transform: capitalize;
}

a:hover,
a:focus {
  color: #ff8400;
  text-decoration: none;
}

a {
  outline: none !important;
}

p {
  margin-bottom: 0;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--themeht-white-color);
  font-weight: 600;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 85px;
  font-family: var(--themeht-typography-h1-font-family);
}

h2,
h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--themeht-typography-h2-font-family);
  font-weight: 700;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: var(--themeht-typography-h3-font-family);
}

h4,
.h4 {
  font-size: 24px;
  line-height: 34px;
  /* font-family: var(--themeht-typography-h4-font-family); */
}

h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--themeht-typography-h5-font-family);
}

h6,
.h6 {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--themeht-typography-h6-font-family);
}

ol,
ul {
  margin-left: 0;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p {
  color: var(--themeht-white-color);
}

.lead {
  font-size: 16px;
  font-weight: 500;
  color: var(--themeht-body-color);
}

.text-primary {
  color: var(--themeht-primary-color) !important;
}

.z-index-1 {
  z-index: 9;
  position: relative;
}

.link-title {
  color: var(--themeht-white-color)
}

.link-title:hover {
  color: var(--themeht-primary-color)
}

.rounded,
.card {
  border-radius: 0 !important;
}

@media (min-width:1200px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1320px !important;
  }

}

.custom-sec-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
  font-family: var(--themeht-title-font-family) !important;
}

.primary-bg {
  background: var(--themeht-primary-color);
}

.light-bg {
  background: var(--themeht-bg-light-color);
}

.dark-bg {
  background: var(--themeht-bg-dark-color);
}

.dark2-bg {
  background: var(--themeht-body-color);
}

.white-bg {
  background: var(--themeht-white-color);
}

.transparent-bg {
  background: transparent;
}

/* ------------------------
Transition
------------------------*/
a,
button,
img,
span,
ul,
li,
a:before,
.dropdown-menu,
.feature-icon,
.feature-left,
.rounded-button i,
.service-icon,
.service-desc,
.portfolio-image,
.portfolio-image:before,
.elementor-tab-title,
input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
Pre Loader
------------------------*/
#ht-preloader {
  background: var(--themeht-bg-dark-color);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.loader.clear-loader img {
  width: 300px;
}

/* ------------------------
Background & Border Color
------------------------*/
.bg-primary {
  background-color: var(--themeht-primary-color) !important;
}

.bg-light {
  background-color: var(--themeht-bg-light-color) !important;
}

.bg-dark {
  background-color: var(--themeht-bg-dark-color) !important;
}

.bg-dark-2 {
  background-color: var(--themeht-bg-dark2-color) !important;
}

.border-primary {
  border-color: var(--themeht-primary-color) !important;
}

.border-light {
  border-color: var(--themeht-border-light-color) !important;
}

/* ------------------------
  Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.scroll-top a,
.scroll-top a:visited {
  box-shadow: 0 10px 30px 5px rgb(115 113 255 / 6%);
  border-radius: 50%;
  background-color: var(--themeht-white-color);
  font-size: 24px;
  font-weight: 600;
  color: var(--themeht-bg-dark-color);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.scroll-top a:hover,
.scroll-top a:focus {
  background-color: var(--themeht-primary-color);
  color: var(--themeht-bg-dark-color);
}

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
}

/* ------------------------
  Header
------------------------*/
.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
}

.header-1#header-wrap {
  position: relative;
  z-index: 999;
  padding: 30px 100px;
}

.header-2#header-wrap {
  background-color: var(--themeht-body-color);
  padding: 40px 100px;
}

.header-2#header-wrap .social-icons ul {
  display: flex;
  margin: 0;
}

.header-2#header-wrap .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--themeht-white-color);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  font-size: 20px;
  display: block;
  text-align: center;
  margin: 0 5px;
}

.header-2#header-wrap .social-icons a:hover {
  color: var(--themeht-white-color);
  background-color: var(--themeht-primary-color);
}

.header-2#header-wrap .search-icon a {
  margin-right: 35px;
  line-height: 30px;
  position: relative;
  top: 0px;
}

.header-2#header-wrap .header-number {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  margin-left: 40px;
}

.header-2#header-wrap .header-number i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--themeht-bg-dark-color);
  background-color: var(--themeht-primary-color);
  border-radius: 100%;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  margin-right: 15px;
}

.header-2#header-wrap .header-number span {
  display: inherit;
  color: var(--themeht-white-color);
  font-size: 15px;
  line-height: 15px;
  margin: 4px 0 6px 0;
}

.header-2#header-wrap .header-number a {
  font-size: 18px;
  line-height: 18px;
}

.admin-bar .site-header,
.admin-bar .sticky-header.fixed-header {
  top: 30px;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  padding: 15px 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: var(--themeht-bg-dark-color);
  box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
}

.sticky-header.fixed-header {
  z-index: 99999999999 !important;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: smoothScroll;
  -moz-animation-name: smoothScroll;
  -op-animation-name: smoothScroll;
  -webkit-animation-name: smoothScroll;
  animation-name: smoothScroll;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.header-1 .header-number {
  display: flex;
  align-items: center;
  margin-right: 60px;
  font-size: 16px;
}

.header-1 .header-number i {
  font-size: 40px;
  color: var(--themeht-primary-color);
  margin-right: 20px;
}

.header-1 .header-number a {
  display: block;
}

.header-1 .header-number a:first-child {
  font-size: 20px;
  line-height: 20px;
}

.header-1 .primary-btn {
  padding: 10px 25px;
  margin-left: 40px;
  color: var(--themeht-body-color);
}

/*--navigation--*/
.navbar-brand.logo img {
  /* max-height: var(--logo-desktop-height); */
  max-height: 60px;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0 22px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
  margin: 0;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:last-child {
  border-bottom: none;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  background: var(--themeht-white-color);
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  border-radius: 10px;
  padding: 6px 15px;
  border: none;
}

.navbar-nav .nav-link {
  padding: 0 !important;
  color: var(--themeht-white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  position: relative;
  font-family: var(--themeht-title-font-family);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .show>.nav-link,
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--themeht-primary-color);
}

.navbar-nav .dropdown-menu .dropdown-item {
  background: none;
  padding: 6px 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--themeht-body-color);
  font-family: var(--themeht-title-font-family);
  border-radius: 8px;
  margin: 6px 0;
}

.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:active,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
  padding-left: 10px;
  color: var(--themeht-bg-dark-color);
  background: var(--themeht-primary-color);
}

.nav-link.dropdown-toggle::after {
  border: solid var(--themeht-white-color);
  border-width: 0 2px 2px 0;
  width: 0.425rem;
  height: 0.425rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: 0.15em;
  margin-left: 5px;
}

.navbar-nav .nav-link.active.dropdown-toggle::after,
.navbar-nav .nav-link.dropdown-toggle:hover::after,
.navbar-nav .show>.nav-link.dropdown-toggle::after {
  border: solid var(--themeht-primary-color);
  border-width: 0 2px 2px 0;
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important;
  }

  .navbar-nav .dropdown>.dropdown-menu {
    opacity: 0;
    top: 120%;
    position: absolute;
    display: block;
    pointer-events: none;
    background: var(--themeht-white-color);
  }

  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

}

@media (max-width:991.98px) {
  #header-wrap .navbar {
    padding: 10px 0;
  }

  .navbar-toggler {
    background: none;
    border: 1px solid var(--themeht-white-color);
    height: 46px;
    width: 46px;
    padding: 0;
    border-radius: 10px;
    margin-right: 0;
    margin-left: auto;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .ht-toggler svg {
    width: 40px;
    height: 40px;
  }

  .ht-toggler .line {
    fill: none;
    stroke: var(--themeht-white-color);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ht-toggler .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
  }

  .ht-toggler .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
  }

  .ht-toggler .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
  }

  .ht-toggler[aria-expanded="true"] .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
  }

  .ht-toggler[aria-expanded="true"] .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
  }

  .ht-toggler[aria-expanded="true"] .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
  }

  .site-header .navbar-nav .nav-item {
    margin: 0;
  }

  .site-header .navbar-nav .nav-link {
    padding: 10px !important;
    border-radius: 0;
  }

  .navbar-collapse {
    background: var(--themeht-bg-dark-color);
    max-height: 400px;
    border-radius: 15px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 100%;
    overflow: auto;
    border: none;
    -webkit-box-shadow: 0 10px 30px 5px rgb(115 113 255 / 6%);
    -moz-box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
    box-shadow: 0 10px 30px 5px rgb(115 113 255 / 6%);
  }

  .navbar-nav .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -.1rem 0.5em 0 0;
  }

}

.dropdown-submenu {
  position: relative !important;
  box-shadow: none !important;
  display: block;
}

.navbar-nav .dropdown-submenu>.dropdown-menu {
  top: 3% !important;
}

.navbar-nav .dropdown-submenu:hover>.dropdown-menu {
  top: 0 !important;
}

.dropdown-submenu a::after {
  border: solid var(--themeht-body-color);
  border-width: 0 2px 2px 0;
  width: 0.425rem;
  height: 0.425rem;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 1.5rem;
  top: 50%;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
  margin-top: 0 !important;
}

.dropdown-submenu>.dropdown-item {
  padding-right: 2.5rem;
  position: relative;
}

/*-------- Header Search -------*/
.search-icon a {
  font-size: 30px;
  color: var(--themeht-white-color);
}

.search-input {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  background: var(--themeht-bg-dark-color);
  z-index: 9999;
  height: 100%;
  top: 0;
  display: none;
}

.search-inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.search-inner {
  padding: 15px 0;
  position: relative;
}

.search-input label {
  width: 100%;
}

.search-input .search-field {
  width: 100%;
  background: transparent;
  border: none;
  height: 100%;
  padding-right: 60px;
  margin-bottom: 0;
}

.search-input .search-form button[type="submit"] {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  font-size: 30px;
  right: 50px;
  position: absolute;
  top: 6px;
}

.search-input .search-submit:hover {
  color: var(--themeht-primary-color);
}

.right-nav {
  position: relative;
}

.search-input .search-form {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 15px;
  border-radius: 10px;
}

.close-search {
  position: absolute;
  top: -100px;
  right: 0;
  cursor: pointer;
  font-size: 30px;
  color: var(--themeht-white-color);
}

.close-search:hover {
  color: var(--themeht-primary-color);
}

/* ------------------------
  Banner
------------------------*/
.banner-slider .slider-img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
}

.banner-content {
  padding: 250px 0 200px;
  position: relative;
  z-index: 9;
  text-align: center;
}

.slider-img::before {
  position: absolute;
  content: '';
  background: var(--themeht-bg-dark-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.banner-swiper .banner-content .banner-title {
  margin-bottom: 0;
}

.banner-swiper .banner-content .btn-box .primary-btn {
  margin-right: 30px;
  color: var(--themeht-body-color);
}

.banner-swiper .banner-content .btn-box .white-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  z-index: 9;
  background-color: var(--themeht-white-color);
  color: var(--themeht-body-color);
  border: 1px solid var(--themeht-bg-dark-color);
  border-radius: 10px;
  font-family: var(--themeht-title-font-family);
}

.banner-swiper .banner-content .btn-box .white-btn:hover {
  background-color: var(--themeht-primary-color);
  border-color: var(--themeht-primary-color);
  color: var(--themeht-bg-dark-color);
}

.banner-swiper .banner-content .banner-title h1 {
  font-size: 120px;
  line-height: 130px;
  padding: 0 100px;
}

.banner-swiper .banner-content .banner-title .banner-lg-text {
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 300px;
  line-height: 300px;
  color: transparent;
  -webkit-text-stroke: 1px var(--themeht-white-color);
  font-weight: 700;
  padding: 0;
  margin-top: -270px;
  opacity: 0.1;
}

.banner-swiper .banner-content p {
  color: var(--themeht-white-color);
  padding: 0 280px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
}

.banner-slider h1 {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider p {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-slider .swiper-slide-active h1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;
}

.banner-slider .swiper-slide-active h1.banner-lg-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.banner-slider .swiper-slide-active p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2000ms;
}

.banner-slider .swiper-slide-active .btn-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2500ms;
}

.banner-slider .swiper .swiper-button-prev {
  left: 40px !important;
}

.banner-slider .swiper .swiper-button-next {
  right: 40px !important;
}

/* ------------------------
  Breadcrumb
------------------------*/
.sub-banner {
  padding: 170px 0 100px;
  background: var(--themeht-bg-dark-color);
}

.home.blog .blog-sidebar-page {
  display: none;
}

.sub-banner h1 {
  font-size: 45px !important;
  line-height: 55px !important;
  margin-bottom: 20px;
  word-break: break-word;
}

.theme-breadcrumb-box h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}

.breadcrumb {
  font-size: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 15px 30px;
  margin: 0;
}

.breadcrumb-item.active {
  color: var(--themeht-primary-color);
}

.breadcrumb li {
  word-break: break-word;
  float: left;
}

.breadcrumb li a {
  color: var(--themeht-white-color);
}

.main-banner .elementor-widget-themeht-heading.h1-shadow h1 {
  text-shadow: -2px 0 0 var(--themeht-white-color), 0 2px 0 var(--themeht-white-color), 2px 0 0 var(--themeht-white-color), 0 -2px 0 var(--themeht-white-color);
  color: var(--themeht-bg-dark-color) !important;
}

.page-title {
  padding: 200px 0 100px 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--themeht-bg-dark-color);
  content: "";
  opacity: 0.9;
}

.theme-breadcrumb-box {
  position: relative;
  z-index: 9;
}

.main-banner h1 {
  font-size: 100px;
  text-transform: uppercase;
  line-height: 100px;
  font-weight: 700;
}

#main-cursor {
  background-color: var(--themeht-primary-color);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
}

#follow-cursor {
  border: 1px solid var(--themeht-primary-color);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
}

#follow-cursor.is-active {
  transform: scale(6.5);
  background-color: var(--themeht-white-color);
  border-color: transparent;
  mix-blend-mode: difference;
}

/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev {
  left: 40px !important;
}

.swiper .swiper-button-next {
  right: 40px !important;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: var(--themeht-primary-color);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid var(--themeht-primary-color);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
}

.swiper:hover .swiper-button-prev {
  left: 20px !important;
}

.swiper:hover .swiper-button-next {
  right: 20px !important;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: var(--themeht-white-color);
  border-color: var(--themeht-white-color);
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: var(--themeht-bg-dark-color);
  font-size: 14px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 40px !important;
  font-weight: 900;
}

.swiper .swiper-button-next:hover::after,
.swiper .swiper-button-prev:hover::after {
  color: var(--themeht-dark-color);
}

/* ------------------------
  Dot Pagination
------------------------*/
.swiper-pagination {
  position: inherit !important;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 50px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--themeht-bg-light-color);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  display: inline-block;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--themeht-primary-color);
}

/* ------------------------
  Video & Round Text
------------------------*/
.center .round-text {
  margin-left: auto;
  margin-right: auto;
}

.right .round-text {
  margin-left: auto;
}

.round-text {
  position: relative;
  width: 205px;
  overflow: hidden;
  height: 205px;
}

.round-text text {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  fill: var(--themeht-white-color);
}

.round-text svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.text-btn-icon {
  font-size: 45px;
  color: var(--themeht-bg-dark-color) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--themeht-primary-color);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-btn-icon.video-popup i {
  font-size: 26px;
  color: var(--themeht-bg-dark-color) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--themeht-primary-color);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-btn-icon i {
  transform: rotate(-40deg);
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.elementor-widget-video-popup .round-text text {
  font-size: 15px;
}

.bg-dark .round-text text {
  fill: var(--themeht-bg-dark-color);
}

.main-banner .round-text {
  position: absolute;
  top: -250px;
  right: -100px;
  z-index: 9;
  background: var(--themeht-primary-color);
  border-radius: 50%;
}

.main-banner .round-text .text-btn-icon {
  color: var(--themeht-white-color) !important;
}

/* ------------------------
 List
------------------------*/
.list-icon li {
  color: var(--themeht-white-color);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
}

.list-icon li i {
  color: var(--themeht-primary-color);
  margin-right: 10px;
}

/* ------------------------
 Marquee Text
------------------------*/
.marquee-item {
  display: inline-block;
  position: relative;
}

.marquee-wrap .marquee-items {
  position: relative;
  overflow: hidden;
}

.marquee-wrap .marquee-items:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  z-index: 9;
  background: linear-gradient(to right, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0) 1%, rgba(1, 1, 1, 1) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ef17', endColorstr='#c4ef17', GradientType=1);
}

.marquee-wrap .marquee-items:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 0) 99%, rgba(1, 1, 1, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ef17', endColorstr='#c4ef17', GradientType=1);
}

.marquee-items {
  width: 100%;
  white-space: nowrap;
}

.marquee-text {
  text-transform: uppercase;
  letter-spacing: 5px;
  vertical-align: middle;
  font-size: 70px;
  line-height: 80px;
  color: var(--themeht-white-color);
  -webkit-text-stroke: 1px var(--themeht-white-color);
  font-weight: 700;
}

.marquee-wrap {
  overflow: hidden;
  position: relative;
}

.marquee-item i {
  margin: 0 15px;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  color: var(--themeht-primary-color);
}

.marquee-item {
  animation: marquee 50s linear infinite;
}

/* ------------------------
 Form Section
------------------------*/
input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
  background-color: var(--themeht-primary-color);
  color: var(--themeht-bg-dark-color);
  border-radius: 10px;
  border: 1px solid var(--themeht-primary-color);
  padding: 15px 30px;
  height: 100%;
  font-size: 16px;
  line-height: inherit;
  font-weight: 600;
  font-family: var(--themeht-title-font-family);
}

input[type="submit"].subscribe-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search__button:hover {
  background-color: var(--themeht-white-color);
  border-color: var(--themeht-white-color);
  color: var(--themeht-bg-dark-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: .375rem 0;
  width: 100%;
  height: 50px;
  color: var(--themeht-white-color);
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  margin-bottom: 30px;
  border-width: 0 0 1px 0;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

textarea {
  height: 100px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--themeht-white-color);
  /* border-width: 0 0 1px 0; */
  border-bottom-color: #ffffff;
}

.wpcf7-form-control,
select {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

input.wpcf7-form-control.wpcf7-submit {
  border-bottom: none !important;
}

.wpcf7-form-control.wpcf7-select,
select {
  width: 100%;
  background-color: var(--themeht-white-color);
  height: 60px;
  color: var(--themeht-white-color);
  font-size: 16px;
  font-weight: 600;
}

.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
}

::-webkit-input-placeholder {
  color: var(--themeht-white-color) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: var(--themeht-white-color) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: var(--themeht-white-color) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--themeht-white-color) !important;
  opacity: 1;
}

:focus-visible {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

select option {
  color: black;
}

.elementor-widget-google_maps iframe {
  filter: grayscale(100%) !important;
}

.elementor-widget-google_maps iframe:hover {
  filter: inherit !important;
}

/* ------------------------
Footer
------------------------*/
.footer {
  background-color: var(--themeht-bg-dark-color);
}

.footer .primary-footer {
  padding: 40px 0 60px 0;
  background: #030217;
}

.footer .secondary-footer .container {
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255);
}

.footer .logo img {
  /* height: 60px; */
  margin-bottom: 20px;
}

.footer .footer-mail {
  font-family: var(--themeht-title-font-family);
  font-weight: 700;
  font-size: 34px;
  margin: 60px 0 20px 0;
  word-break: break-word;
}

.footer .media-icon {
  padding: 0;
  margin: 0;
  display: flex;
}

.footer .media-icon li {
  display: flex;
  width: 50%;
  color: var(--themeht-white-color);
  margin: 10px 0;
}

.footer .media-icon li i {
  color: var(--themeht-primary-color);
  margin-right: 10px;
}

.footer .widget h4 {
  border-bottom: inherit;
  margin-bottom: 20px;
}

.footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul.menu li {
  margin-bottom: 5px;
}

.footer .subscribe-form {
  position: relative;
}

.footer .subscribe-form button {
  color: var(--themeht-primary-color);
  padding: 0;
  background: inherit;
  border: inherit;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 45px;
}

.footer .subscribe-form:hover button {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }

}

.footer .subscribe-form input {
  height: 60px
}

.footer .secondary-footer .widget,
.footer .secondary-footer .footer-social {
  margin-bottom: 0;
}

.footer .secondary-footer .footer-social a {
  width: 40px;
  height: 40px;
  display: inherit;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  text-align: center;
}

.footer .secondary-footer .footer-social a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

/* ------------------------
   Error 404
------------------------*/
.error-404 .page-title {
  padding: 0;
  font-size: 46px;
  line-height: 56px;
}

.error-404 .page-title:before {
  content: none;
}

.error-404 img {
  margin-bottom: 50px !important;
}

.error-404 .page-content p {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0 50px 0;
}

/* ------------------------
Other
------------------------*/
.contact-page .elementor-widget .elementor-icon-list-item {
  margin-bottom: 20px !important;
}

.contact-page .elementor-widget .elementor-icon-list-icon i {
  width: auto !important;
  font-size: 40px !important;
  line-height: 1;
  color: var(--themeht-primary-color) !important;
}

.contact-page .elementor-widget-icon-list .elementor-icon-list-text {
  margin-left: 10px;
  color: var(--themeht-body-color) !important;
}

.legal-page h5 {
  margin-bottom: 0;
  color: var(--themeht-primary-color);
}

.legal-page p {
  margin-bottom: 0;
}

.elementor-widget .center {
  text-align: center;
}

.elementor-widget .right {
  text-align: right;
}

.page {
  margin: 0;
}

.page-content {
  margin-top: 100px;
  margin-bottom: 100px;
}

.elementor-default .page-content {
  margin-top: -1.5em;
  margin-bottom: 0;
}

.error-page-search label {
  min-width: 450px;
}

.search-page article {
  margin-bottom: 30px;
}

.search-page article:last-child {
  margin-bottom: 0;
}

.search-content-page {
  position: relative;
  box-shadow: 0 10px 30px 5px rgb(115 113 255 / 6%);
  padding: 30px;
  border-radius: 10px;
}

.post-thumbnail {
  display: block;
  margin-bottom: 15px;
}

.pagination .page-numbers,
.page-links .post-page-numbers {
  border: 1px solid var(--themeht-border-light-color);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
  border: 1px solid var(--themeht-primary-color);
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.elementor-widget.elementor-widget-text-editor {
  font-weight: 400;
  color: var(--themeht-body-text-color) !important;
  font-family: var(--themeht-typography-body-font-family) !important;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: var(--themeht-white-color) !important;
}

p {
  margin: 0 0 25px;
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 10px;
}

.wp-block-button {
  margin: 50px 0;
}

.alignleft {
  margin: 5px 20px 20px 0 !important;
}

.alignright {
  margin: 5px 0 20px 20px !important;
  clear: both;
}

.lead p,
.elementor-widget-list_style p,
.elementor-widget-list_style_two p,
.elementor-widget-title p,
.elementor-widget-feature p,
.elementor-tab-content p {
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: 25px !important;
  margin-bottom: 15px !important;
  border-radius: 10px;
}

.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  border-radius: 10px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px !important;
  text-align: left !important;
}

.has-large-font-size {
  line-height: 40px !important;
}

.wp-block-media-text.has-media-on-the-right {
  margin-bottom: 25px;
}

.wp-block-image {
  margin: 0 0 1em;
}

.wp-block-archives select,
.wp-block-categories select {
  margin-bottom: 20px;
}

.post-card .wp-block-gallery .blocks-gallery-image figure,
.post-card .wp-block-gallery .blocks-gallery-item figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.post-card .wp-block-gallery .blocks-gallery-image figcaption,
.post-card .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  bottom: -100%;
  width: 100%;
  color: var(--themeht-white-color);
  background: rgba(255, 255, 255, .7);
  white-space: nowrap;
  text-indent: 10px;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-card .wp-block-gallery .blocks-gallery-image:hover figcaption,
.post-card .wp-block-gallery .blocks-gallery-item:hover figcaption {
  bottom: 0;
}

.wp-block-embed iframe {
  width: 100%;
}

pre {
  background: var(--themeht-bg-dark-color);
}

table th {
  color: var(--themeht-white-color);
}

table th,
table tbody th,
table tbody td {
  border: 1px solid var(--themeht-border-light-color) !important;
  padding: 5px 10px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  color: var(--themeht-primary-color)
}

table tbody td a,
table tbody th a {
  color: var(--themeht-primary-color);
  font-weight: 500;
}

.gallery-caption {
  padding-top: 0.53em;
  padding-bottom: 0.53em;
}

.comment-content table tbody td a {
  color: var(--themeht-primary-color)
}

.comment-content>ul,
.comment-content>ol {
  margin-bottom: 30px;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img,
.wp-block-image img,
.wp-block-media-text__media img,
.wp-block-media-text__media video,
.wp-block-media-text,
.wp-block-code,
.wp-block-preformatted,
pre.wp-block-verse,
pre,
.post-card img,
.comment-content p img,
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-video video {
  border-radius: 10px !important;
}

blockquote.wp-block-quote a {
  color: var(--themeht-white-color);
}

blockquote.wp-block-quote a:hover {
  color: var(--themeht-white-color);
  text-decoration: underline !important;
}

.wp-block-button__link:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.wp-block-calendar table th {
  color: var(--themeht-primary-color);
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: var(--themeht-body-text-color);
}

p.has-text-color {
  color: var(--themeht-body-text-color) !important;
}

.wp-block-preformatted {
  margin-top: 10px;
}

.mejs-container {
  margin-bottom: 20px;
}

embed,
iframe,
object {
  width: 100%;
}

.wp-block-embed .twitter-tweet iframe {
  border-radius: 0;
}

.wp-block-calendar {
  padding-bottom: 30px;
}

.wp-block-calendar .wp-calendar-nav-prev {
  float: left;
}

.wp-block-calendar .wp-calendar-nav-next {
  float: right;
}

.page-id-5417 .site-header,
.page-id-5417 .page-title,
.page-id-5417 .footer {
  display: none;
}

/* ------------------------------
 Theme Light Version (White)
---------------------------------*/
.light-theme:root {
  --themeht-body-color: #ffffff !important;
  --themeht-body-text-color: #666666 !important;
  --themeht-white-color: #010101 !important;
  --themeht-bg-dark-color: #eaeaea !important;
}

.light-theme h1,
.light-theme h2,
.light-theme h3,
.light-theme h4,
.light-theme h5,
.light-theme h6,
.light-theme .h1,
.light-theme .h2,
.light-theme .h3,
.light-theme .h4,
.light-theme .h5,
.light-theme .h6 {
  color: var(--themeht-white-color) !important;
}

.light-theme .dark2-bg h3 {
  color: var(--themeht-body-color) !important;
}

.light-theme .transparent-bg h3 {
  color: var(--themeht-body-color) !important;
}

.light-theme .theme-title h6:before,
.light-theme .theme-title h6:after {
  color: var(--themeht-white-color);
}


.light-theme body {
  color: #666666 !important;
}

.light-theme a {
  color: #101010;
}

.light-theme .dark2-bg {
  background: var(--themeht-white-color);
}

.light-theme .white-bg {
  background: var(--themeht-body-color);
}

.light-theme #ht-preloader {
  background: var(--themeht-white-color);
}


/* banner */
.light-theme .slider-img::before {
  background: #181818;
}

.light-theme .banner-swiper .banner-content p {
  color: var(--themeht-body-color);
}

.light-theme .banner-swiper .banner-content .banner-title h1 {
  color: var(--themeht-body-color) !important;
}

.light-theme .banner-swiper .banner-content .banner-title .banner-lg-text {
  -webkit-text-stroke: 1px var(--themeht-body-color);
}

.light-theme .banner-swiper .banner-content .btn-box .white-btn {
  background-color: var(--themeht-white-color);
  color: var(--themeht-bg-dark-color);
  border: 1px solid var(--themeht-white-color);
}

.light-theme .banner-swiper .banner-content .btn-box .white-btn:hover {
  background-color: var(--themeht-primary-color);
  border-color: var(--themeht-primary-color);
  color: var(--themeht-white-color) !important;
}

.light-theme .banner-swiper .primary-btn {
  color: var(--themeht-white-color) !important;
}

.light-theme .banner-swiper .primary-btn:hover,
.light-theme .banner-swiper .primary-btn.active,
.light-theme .banner-swiper .primary-btn:focus {
  background-color: var(--themeht-body-color);
  border-color: var(--themeht-body-color);
  color: var(--themeht-white-color) !important;
}

.light-theme .page-title:before {
  background: #181818;
}

.light-theme .theme-breadcrumb-box h1 {
  color: var(--themeht-body-color) !important;
}

.light-theme .breadcrumb li a {
  color: var(--themeht-body-color);
}

/* header */
.light-theme header a {
  color: var(--themeht-white-color);
}

.light-theme header a {
  color: var(--themeht-white-color);
}

.light-theme .navbar-nav .nav-link {
  color: var(--themeht-body-color);
}

.light-theme .navbar-nav .nav-link.active,
.light-theme .navbar-nav .nav-link:focus,
.light-theme .navbar-nav .nav-link:hover,
.light-theme .navbar-nav .show>.nav-link,
.light-theme .dropdown-item:focus,
.light-theme .dropdown-item:hover {
  color: var(--themeht-primary-color);
}

.light-theme .header-1 .header-number a {
  color: var(--themeht-body-color);
}

.light-theme .navbar-nav .dropdown-menu .dropdown-item.active,
.light-theme .navbar-nav .dropdown-menu .dropdown-item:active,
.light-theme .navbar-nav .dropdown-menu .dropdown-item:focus,
.light-theme .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: var(--themeht-white-color);
}

.light-theme .nav-link.dropdown-toggle::after {
  border: solid var(--themeht-body-color);
  border-width: 0 2px 2px 0;
}

.light-theme .sticky-header {
  background: #181818;
}

/* header 2 */
.light-theme .header-2 .navbar-nav .nav-link {
  color: var(--themeht-white-color);
}

.light-theme .header-2 .nav-link.dropdown-toggle::after {
  border: solid var(--themeht-white-color);
  border-width: 0 2px 2px 0;
}

.light-theme .header-2#header-wrap {
  background: var(--themeht-bg-dark-color);
}

.light-theme .header-2#header-wrap .social-icons a {
  background-color: rgba(16, 16, 16, 0.1);
}

.light-theme .header-2#header-wrap .social-icons a:hover {
  color: var(--themeht-body-color);
  background-color: var(--themeht-primary-color);
}

.light-theme .header-2#header-wrap .header-number {
  border-left: 1px solid rgba(16, 16, 16, 0.1);
}

.light-theme .header-2#header-wrap .header-number a {
  color: var(--themeht-white-color);
}

.light-theme .header-2#header-wrap .header-number i {
  color: var(--themeht-white-color);
}

/* search */
.light-theme .search-icon a {
  color: var(--themeht-body-color);
}

.light-theme .header-2#header-wrap .search-icon a {
  color: var(--themeht-white-color);
}

.light-theme .search-input {
  background: #181818;
}

.light-theme .close-search {
  color: var(--themeht-body-color);
}

.light-theme .search-input .search-form button[type="submit"] {
  color: var(--themeht-body-color);
}

.light-theme .search-input .search-field::-webkit-input-placeholder {
  color: var(--themeht-body-color) !important;
}

.light-theme .search-input .search-field,
.light-theme .search-input input[type="search"] {
  color: var(--themeht-body-color);
}

/* footer */
.light-theme .footer {
  background: #181818;
}

.light-theme .footer a {
  color: var(--themeht-body-color);
}

.light-theme .footer a:hover {
  color: var(--themeht-primary-color);
}

.light-theme .footer .media-icon li {
  color: var(--themeht-body-color);
}

/* form field */
.light-theme input[type="submit"].subscribe-btn,
.light-theme input[type="button"],
.light-theme input[type="reset"],
.light-theme input[type="submit"],
.light-theme .wp-block-search__button {
  color: var(--themeht-white-color);
}

.light-theme input[type="submit"].subscribe-btn:hover,
.light-theme input[type="button"]:hover,
.light-theme input[type="reset"]:hover,
.light-theme input[type="submit"]:hover,
.light-theme .wp-block-search__button:hover {
  color: var(--themeht-body-color);
}

.light-theme input[type="text"],
.light-theme input[type="email"],
.light-theme input[type="url"],
.light-theme input[type="password"],
.light-theme input[type="search"],
.light-theme input[type="number"],
.light-theme input[type="tel"],
.light-theme input[type="range"],
.light-theme input[type="date"],
.light-theme input[type="month"],
.light-theme input[type="week"],
.light-theme input[type="time"],
.light-theme input[type="datetime"],
.light-theme input[type="datetime-local"],
.light-theme input[type="color"],
.light-theme textarea {
  border-bottom-color: rgba(16, 16, 16, 0.2);
}

.light-theme footer input[type="email"] {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.light-theme footer ::-webkit-input-placeholder {
  color: var(--themeht-body-color) !important;
}

.light-theme footer :-moz-placeholder {
  color: var(--themeht-body-color) !important;
}

.light-theme footer ::-moz-placeholder {
  color: var(--themeht-body-color) !important;
}

.light-theme footer :-ms-input-placeholder {
  color: var(--themeht-body-color) !important;
}

/* back to top  */
.light-theme .scroll-top a,
.light-theme .scroll-top a:visited {
  color: var(--themeht-bg-dark-color) !important;
}

.light-theme .scroll-top a:hover,
.light-theme .scroll-top a:focus {
  color: var(--themeht-bg-dark-color) !important;
}

/* pagination */
.light-theme .post-navigation .nav-links {
  border-top: 1px solid rgb(16, 16, 16, 0.2);
}

.light-theme .pagination .page-numbers:hover,
.light-theme .pagination .page-numbers.current,
.light-theme .page-links .post-page-numbers:hover,
.light-theme .page-links .post-page-numbers.current {
  color: var(--themeht-body-color);
}

@media (max-width: 991.98px) {
  .light-theme .header-1 .navbar-nav .nav-link {
    color: var(--themeht-white-color);
  }

  .light-theme .header-1 .nav-link.dropdown-toggle::after {
    border: solid var(--themeht-white-color);
    border-width: 0 2px 2px 0;
  }

  .light-theme .header-1 .ht-toggler .line {
    stroke: var(--themeht-body-color);
  }

  .light-theme .header-1 .navbar-toggler {
    border: 1px solid var(--themeht-body-color);
  }
}


/* Button */
.light-theme .primary-btn {
  color: var(--themeht-white-color) !important;
}

.light-theme .primary-btn:hover {
  color: var(--themeht-body-color) !important;
}

.light-theme .rounded-button .parallax-wrap {
  border: 1px solid #00000054;
}

/* feature box */
.light-theme .dark2-bg .feature-box1 .feature-desc h4 {
  color: var(--themeht-body-color) !important;
}

.light-theme .feature-box3 {
  background: var(--themeht-bg-dark-color);
}

.light-theme .feature-box3 .feature-number {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.light-theme .feature-box4:before {
  background: radial-gradient(circle, rgb(196 239 23 / 60%) 0%, hsl(240deg 2.56% 7.65%) 60%, hsl(240deg 2.7% 7.25%) 100%);
  background: -webkit-radial-gradient(circle, rgb(196 239 23 / 60%) 0%, hsl(240deg 2.56% 7.65%) 60%, hsl(240deg 2.7% 7.25%) 100%);
}

.light-theme .feature-box4 .feature-title h4 {
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  color: var(--themeht-body-color) !important;
}

.light-theme .feature-box6 .feature-desc a.primary-btn {
  color: var(--themeht-primary-color) !important;
}

.light-theme .feature-box6 h4 {
  color: var(--themeht-body-color) !important;
}

/* round text */
.light-theme .round-text text {
  fill: var(--themeht-white-color);
}

.light-theme .text-btn-icon {
  color: var(--themeht-body-color) !important;
}

.light-theme .text-btn-icon.video-popup i {
  font-size: 26px;
  color: var(--themeht-white-color) !important;
}

/* service */
.light-theme .service-item.style-2 .service-title h4 {
  color: var(--themeht-body-color) !important;
}

.light-theme .service-item.style-1 {
  border-top: 1px solid rgba(16, 16, 16, 0.1);
}

.light-theme .service-item.style-1 h3 a {
  color: var(--themeht-white-color);
}

.light-theme .service-item.style-1 .service-btn {
  background: rgba(0, 0, 0, 0.1);
}

.light-theme .service-item.style-3 h3 a,
.light-theme .service-item.style-3 .service-btn {
  color: var(--themeht-body-color);
}

.light-theme .service-item.style-3:hover h3 a,
.light-theme .service-item.style-3:hover .service-btn,
.light-theme .service-item.style-3:hover .service-btn i {
  color: var(--themeht-white-color);
}


.light-theme .service-item.style-3 .service-icon,
.light-theme .service-item.style-3 h3 {
  color: var(--themeht-bg-dark2-color);
}

/* counter */
.light-theme .counter-style2 .count-number {
  -webkit-text-stroke: 1px var(--themeht-white-color);
}

.light-theme .counter-box::before {
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0) 1%, rgba(255, 255, 255, 1) 98%);
}

.light-theme .counter-style2 .counter-icon {
  color: var(--themeht-white-color);
}

/* progressbar */
.light-theme .ht-progress-bar .progress::before {
  background: rgb(16, 16, 16, 0.1);
}

/* marquee */
.light-theme .marquee-wrap .marquee-items:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 98%);
}

.light-theme .marquee-wrap .marquee-items:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}

/* accordian */
.light-theme body .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  border-bottom: 1px solid rgba(16, 16, 16, 0.2);
}

/* testimonial */
.light-theme .testimonial-box.style-1 p,
.light-theme .testimonial-box.style-1 h4,
.light-theme .testimonial-box.style-1 span {
  color: var(--themeht-body-color) !important;
}

.light-theme .testimonial-box.style-2 p,
.light-theme .testimonial-box.style-2 .testimonial-caption h4 {
  color: var(--themeht-body-color) !important;
}

/*------- portfolio ---------*/
.light-theme .portfolio-item.style-1 .portfolio-btn {
  -webkit-text-stroke: 1px var(--themeht-body-color);
}

.light-theme .portfolio-item.style-2 .portfolio-btn {
  -webkit-text-stroke: 1px var(--themeht-body-color);
}

.light-theme .portfolio-list .portfolio-item.style-3 .portfolio-desc h3 a {
  color: var(--themeht-white-color);
}

.light-theme .portfolio-list .portfolio-item.style-3 {
  border-bottom: 1px solid rgba(16, 16, 16, 0.2);
}

.light-theme .portfolio-list .portfolio-item.style-3 .portfolio-btn {
  color: var(--themeht-white-color);
}

/* style 4 */
.light-theme .portfolio-item.style-4 .portfolio-desc h3 a,
.light-theme .portfolio-item.style-4 .portfolio-cat a {
  color: var(--themeht-body-color);
}

.light-theme .portfolio-item.style-4 .round-text text {
  fill: var(--themeht-body-color);
}

/* style 5 */
.light-theme .portfolio-item.style-5 .portfolio-cat a {
  color: var(--themeht-body-text-color);
}

/* fullscreen */
.light-theme .portfolio-item.portfolio-fullscreen .portfolio-desc h3 a {
  color: var(--themeht-body-color);
}

.light-theme .portfolio-item.portfolio-fullscreen .portfolio-desc .portfolio-cat a {
  color: var(--themeht-body-color);
}


/*------- pricing ----------*/
.light-theme .price-table-box .price-title h4,
.light-theme .price-table-box .price-title span,
.light-theme .price-table-box .price-title span {
  color: var(--themeht-body-color) !important;
}

.light-theme .price-table-box .price-value .price,
.light-theme .price-table-box .price-value span {
  color: var(--themeht-white-color) !important;
}

.light-theme .price-table-box .price-title ul li {
  color: var(--themeht-body-color);
}

.light-theme .price-table-box .price-btn {
  background: var(--themeht-body-color);
  color: var(--themeht-white-color);
}

/*------ blog ----------*/
.light-theme .post-date a {
  color: var(--themeht-primary-color) !important;
}

.light-theme .post-card.style-1 .post-image:before {
  background-image: linear-gradient(transparent, #181818);
}

.light-theme .post-card.style-1 .link-title {
  color: var(--themeht-body-color);
}

.light-theme .post-card.style-1 .link-title:hover {
  color: var(--themeht-primary-color);
}

.light-theme .post-bottom a,
.light-theme .author a {
  color: var(--themeht-white-color);
}

.light-theme .post-card.post-classic .post-desc .post-title h4 a {
  color: var(--themeht-white-color);
}

.light-theme .post-classic .primary-btn {
  color: var(--themeht-primary-color);
}

.light-theme .themeht-blogs .post-classic .primary-btn {
  color: var(--themeht-body-color);
}

/* Style 2 */
.light-theme .post-card.style-2 .link-title {
  color: var(--themeht-white-color);
}

/*------ Award --------*/
.light-theme .award-items {
  border-top: 1px solid rgba(16, 16, 16, 0.2);
}

/*-------- team --------*/
.light-theme .team-member .team-social-icon li a {
  color: var(--themeht-white-color);
}

.light-theme .team-single-page .team-social-icon li a {
  background: rgba(16, 16, 16, 0.1);
}

.light-theme .team-single-page .team-social-icon li a:hover {
  color: var(--themeht-body-color);
  background: var(--themeht-primary-color);
}


/*------ elementor --------*/
.light-theme .elementor-heading-title {
  color: var(--themeht-body-color) !important;
  -webkit-text-stroke-color: #101010 !important;
  stroke: #101010 !important;
}

.light-theme .dark2-bg .text-transparent .elementor-heading-title {
  color: #00000000 !important;
  -webkit-text-stroke-color: #3F3F3F !important;
  stroke: #3F3F3F !important;
}

/* home */
.light-theme .dark2-bg .round-text text {
  fill: var(--themeht-body-color);
}

.light-theme .dark2-bg .text-btn-icon {
  color: var(--themeht-white-color) !important;
}

.light-theme .dark2-bg .text-btn-icon.video-popup i {
  font-size: 26px;
  color: var(--themeht-white-color) !important;
}

.light-theme .dark2-bg .elementor-heading-title {
  color: #ffffff !important;
}

.light-theme .dark2-bg .theme-title h6 {
  color: var(--themeht-body-color) !important;
}

.light-theme .dark2-bg .theme-title h2 {
  color: var(--themeht-body-color) !important;
}


/*------- widget --------*/
.light-theme.service-page-sidebar {
  border-right: 1px solid rgba(16, 16, 16, 0.2);
}

.light-theme .widget h4,
.light-theme .widget .wp-block-search__label,
.light-theme .widget .widget-title {
  border-bottom: 1px solid rgba(16, 16, 16, 0.2);
}

/* footer */
.light-theme footer .widget h4,
.light-theme footer .widget .wp-block-search__label,
.light-theme footer .widget .widget-title {
  color: var(--themeht-body-color) !important;
}

/* swiper button */
.light-theme .swiper .swiper-button-next:after,
.light-theme .swiper .swiper-button-prev:after {
  color: var(--themeht-white-color);
}

.light-theme .swiper .swiper-button-next:hover::after,
.light-theme .swiper .swiper-button-prev:hover::after {
  color: var(--themeht-body-color);
}

/*----- sidebar  ------*/
.light-theme .service-add a {
  color: var(--themeht-body-color);
}

.light-theme .themeht-sidebar .widget-area {
  border-left: 1px solid rgba(16, 16, 16, 0.2);
}