/*
@File: Ligen Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

/*--------------------------------
=========Table Of Contents========

1.  General Styles  
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
:root {
  --primaryFont:"Outfit", sans-serif;
  --secondaryFont:"Space Grotesk", sans-serif;
  --titleColor: #040020;
  --whiteColor: #fff;
  --secondaryColor: #7B13FF;
  --optionalColor: #D2F4FF;
  --paraColor: #797979;
  --offwhiteColor:#a7a6b1;
  --aztechColor:#111828;
  --codColor: #12131B;
  --mildColor: #222;
  --blackColor: #000;
  --gradientColor1: linear-gradient(93deg, #400D64 0%, #7B13FF 49.48%, #FF82F3 100%);
  --gradientColor2: linear-gradient(93deg, #FF82F3 0%, #400D64 49.48%, #7B13FF 100%);
  --fontSize: 16px;
  --transition: all ease .5s;
}

/*---------------------------------
    General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@supports (not (-moz-appearance: button)) and (contain: paint) and (-webkit-appearance: none) {
  .navbar-area.style-one .navbar .navbar-nav .nav-item .nav-link,
  .btn.style-one,
  .btn.style-two,
  .btn.style-four,
  .btn.style-five,
  .btn.style-six,
  .link {
    font-weight: 400 !important;
  }
  .btn.style-three {
    font-weight: 500;
  }
  .link.style-four {
    font-weight: 500 !important;
  }
}
:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.elementor-editor-active .navbar.sticky.ligen-hide-adminbar {
  top: 0;
}
.elementor-editor-active [data-cue=bounceInDown], .elementor-editor-active [data-cue=bounceInLeft], .elementor-editor-active [data-cue=bounceInRight], .elementor-editor-active [data-cue=bounceInUp], .elementor-editor-active [data-cue=bounceIn], .elementor-editor-active [data-cue=fadeIn], .elementor-editor-active [data-cue=rotateIn], .elementor-editor-active [data-cue=slideInDown], .elementor-editor-active [data-cue=slideInLeft], .elementor-editor-active [data-cue=slideInRight], .elementor-editor-active [data-cue=slideInUp], .elementor-editor-active [data-cue=zoomIn], .elementor-editor-active [data-cue=zoomOut], .elementor-editor-active [data-cues=bounceInDown] > *, .elementor-editor-active [data-cues=bounceInLeft] > *, .elementor-editor-active [data-cues=bounceInRight] > *, .elementor-editor-active [data-cues=bounceInUp] > *, .elementor-editor-active [data-cues=bounceIn] > *, .elementor-editor-active [data-cues=fadeIn] > *, .elementor-editor-active [data-cues=rotateIn] > *, .elementor-editor-active [data-cues=slideInDown] > *, .elementor-editor-active [data-cues=slideInLeft] > *, .elementor-editor-active [data-cues=slideInRight] > *, .elementor-editor-active [data-cues=slideInUp] > *, .elementor-editor-active [data-cues=zoomIn] > *, .elementor-editor-active [data-cues=zoomOut] > * {
  opacity: 1;
}

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

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input, textarea, select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 16px;
}

input {
  height: 50px;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--whiteColor);
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--whiteColor);
  font-family: var(--secondaryFont);
  font-weight: 700;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--primaryColor);
}

body {
  color: var(--offwhiteColor);
  background-color: #040020;
  font-size: var(--fontSize);
  font-weight: 400;
  font-family: var(--primaryFont);
  line-height: 26px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}

.text_primary {
  color: var(--primaryColor) !important;
}

.text_secondary {
  color: var(--secondaryColor);
}

.text-para {
  color: var(--paraColor) !important;
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.text-optional {
  color: var(--optionalColor) !important;
}

.text-title {
  color: var(--titleColor) !important;
}

.bg_dark {
  background-color: #040020;
}

.bg-cod {
  background-color: #12131B;
}

.bg-magnolia {
  background-color: #F7F1FF;
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg-overlay,
.bg-overlay-two,
.bg-overlay-three {
  border: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}
.bg-overlay:before,
.bg-overlay-two:before,
.bg-overlay-three:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  z-index: -1;
}

.bg-overlay:before {
  background-image: url(../img/bg-overlay-1.webp);
}

.bg-overlay-two:before {
  background-image: url(../img/bg-overlay-3.webp);
}

.bg-overlay-three:before {
  background-image: url(../img/bg-overlay-2.webp);
}

.f-primary {
  font-family: var(--primaryFont);
}

.f-secondary {
  font-family: var(--secondaryFont);
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-64 {
  font-size: 64px;
}

.lh-30 {
  line-height: 30px;
}

.h-56 {
  height: 56px;
}

.h-52 {
  height: 52px;
}

.h-152 {
  height: 152px;
}

.h-110 {
  height: 160px;
}

.h-60 {
  height: 60px;
}

.resize-0 {
  resize: none;
}

.index-0 {
  z-index: 0;
}

.index-1 {
  z-index: 1;
}

.index-2 {
  z-index: 2;
}

.filter-white {
  filter: brightness(0) invert(1) !important;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.round-5 {
  border-radius: 5px !important;
}

.round-10 {
  border-radius: 10px;
}

.round-12 {
  border-radius: 12px;
}

.round-20 {
  border-radius: 20px;
}

.round-50 {
  border-radius: 50px;
}

.list-unstyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyle li {
  list-style: none;
}

.btn {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  border-radius: 4px;
  transition: var(--transition);
}
.btn:before {
  position: absolute;
  top: -5%;
  left: -5%;
  content: "";
  width: 0%;
  height: 110%;
  z-index: -1;
  border-radius: 5px;
  transform: skewX(15deg);
  overflow: hidden;
  transition: var(--transition);
}
.btn i {
  margin-left: 10px;
  font-weight: 300;
  line-height: 0.8;
  transition: var(--transition);
}
.btn img {
  margin-left: 15px;
  position: relative;
  top: -1px;
  transition: var(--transition);
}
.btn:hover:before {
  width: 120%;
  visibility: visible;
  opacity: 1;
}
.btn.style-one {
  color: var(--whiteColor);
  background: var(--gradientColor1);
  padding: 19.7px 32px;
}
.btn.style-one img {
  filter: brightness(0) invert(1);
}
.btn.style-one:before {
  background: var(--gradientColor2);
}
.btn.style-two {
  color: var(--optionalColor);
  border: 1px solid var(--optionalColor);
  padding: 19px 32px;
}
.btn.style-two:before {
  background: var(--gradientColor1);
}
.btn.style-two:hover {
  color: var(--whiteColor);
  border-color: transparent;
}
.btn.style-two:hover img {
  filter: brightness(0) invert(1);
}
.btn.style-three {
  color: var(--titleColor);
  border: 1px solid var(--titleColor);
  padding: 19px 32px;
}
.btn.style-three img {
  filter: brightness(0) invert(0);
}
.btn.style-three:before {
  background: var(--gradientColor1);
}
.btn.style-three:hover {
  color: var(--whiteColor);
  border-color: transparent;
}
.btn.style-three:hover img {
  filter: brightness(0) invert(1);
}
.btn.style-four, .btn.style-five {
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  padding: 19px 32px;
}
.btn.style-four:before, .btn.style-five:before {
  background: var(--gradientColor1);
}
.btn.style-four:hover, .btn.style-five:hover {
  color: var(--whiteColor);
  border-color: transparent;
}
.btn.style-four:hover img, .btn.style-five:hover img {
  filter: brightness(0) invert(1);
}
.btn.style-four {
  border: 1px solid var(--whiteColor);
}
.btn.style-five {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn.style-six {
  color: var(--titleColor);
  background: var(--optionalColor);
  padding: 19.7px 32px;
}
.btn.style-six:before {
  background: var(--gradientColor2);
}
.btn.style-six img {
  filter: brightness(0) invert(0);
}
.btn.style-six:hover {
  color: var(--whiteColor);
}
.btn.style-six:hover img {
  filter: brightness(0) invert(1);
}

.link {
  position: relative;
  font-weight: 500;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.link img {
  margin-left: 13px;
  position: relative;
  top: -1px;
  transition: var(--transition);
}
.link.style-one {
  color: rgb(255, 255, 255);
}
.link.style-one:after {
  background-color: var(--whiteColor);
  bottom: -1px;
}
.link.style-one:hover:after {
  width: 100%;
}
.link.style-two {
  color: var(--optionalColor);
}
.link.style-two:after {
  background-color: var(--optionalColor);
  bottom: -1px;
}
.link.style-two:hover:after {
  width: 100%;
}
.link.style-three {
  color: var(--secondaryColor);
  padding-bottom: 10px;
}
.link.style-three:after {
  background-color: rgba(255, 255, 255, 0.13);
  width: 100%;
  opacity: 1;
  bottom: -1px;
}
.link.style-three:hover:after {
  background-color: var(--secondaryColor);
}
.link.style-four {
  color: var(--secondaryColor);
  padding-bottom: 10px;
}
.link.style-four:after {
  background-color: rgba(4, 0, 32, 0.21);
  width: 100%;
  opacity: 1;
  bottom: -1px;
}
.link.style-four img {
  margin-left: 44px;
}
.link.style-four:hover:after {
  background-color: var(--secondaryColor);
}
.link:hover:after {
  width: 100%;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.transition {
  transition: all 200ms linear;
}

.social-profile li {
  display: inline-block;
}
.social-profile.style-one li a {
  background: rgba(255, 255, 255, 0.06);
  width: 34px;
  height: 34px;
  z-index: 1;
}
.social-profile.style-one li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--primaryColor);
  z-index: -1;
  transition: var(--transition);
}
.social-profile.style-one li a i {
  color: var(--primaryColor);
  font-size: 17px;
  transition: var(--transition);
}
.social-profile.style-one li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-one li a:hover:after {
  width: 100%;
}

.section-title h2 {
  font-size: 48px;
  line-height: 58px;
}
.section-title h2 span {
  color: #7B8F94;
}
.section-title .section-subtitle {
  margin-bottom: 15px;
}
.section-title.style-two span {
  color: #705295;
}

.section-subtitle {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  font-weight: 400;
  padding: 7px 17px 8px;
  line-height: 1;
}
.section-subtitle.style-two {
  background-color: var(--secondaryColor);
}
.section-subtitle.style-three {
  padding: 9.5px 17px;
}

.section-bg-shape {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/shape-5.webp);
  background-position: center;
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\ea76";
  font-family: remixicon !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  z-index: 9999;
  background-color: var(--whiteColor);
}
.preloader-area .loader {
  transform: translateY(-50%);
  top: 50%;
}
.preloader-area .waviy {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}
.preloader-area .waviy span {
  position: relative;
  animation-delay: 0.1s;
  display: inline-block;
  animation: waviy 1s infinite;
  color: var(--titleColor);
}
.preloader-area .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-area .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}
.preloader-area .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}
.preloader-area .waviy span:nth-child(5) {
  animation-delay: 0.5s;
}
.preloader-area .waviy span:nth-child(6) {
  animation-delay: 0.6s;
}
.preloader-area .waviy span:nth-child(7) {
  animation-delay: 0.7s;
}
.preloader-area .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  transform: translate(-40px, -50px);
}
.preloader-area .preloader-container {
  width: 80px;
  height: 80px;
}
.preloader-area .petal {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: 2;
}
.preloader-area .petal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--gradientColor1);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
  border-left: 1px solid var(--secondaryColor);
}
.preloader-area .petal:nth-of-type(6) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader-area .petal:nth-of-type(6)::before {
  background-color: transparent;
  animation-delay: 0.5s;
}
.preloader-area .petal:nth-of-type(7) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader-area .petal:nth-of-type(7)::before {
  background-color: transparent;
  animation-delay: 0.6s;
}
.preloader-area .petal:nth-of-type(8) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader-area .petal:nth-of-type(8)::before {
  background-color: transparent;
  animation-delay: 0.7s;
}
.preloader-area .petal:nth-of-type(1) {
  transform: translate(-50%, 0%);
}
.preloader-area .petal:nth-of-type(1)::before {
  animation-delay: 0s;
}
.preloader-area .petal:nth-of-type(2) {
  transform: translate(-50%, 0%) rotate(45deg);
}
.preloader-area .petal:nth-of-type(2)::before {
  animation-delay: 0.1s;
}
.preloader-area .petal:nth-of-type(3) {
  transform: translate(-50%, 0%) rotate(90deg);
}
.preloader-area .petal:nth-of-type(3)::before {
  animation-delay: 0.2s;
}
.preloader-area .petal:nth-of-type(4) {
  transform: translate(-50%, 0%) rotate(135deg);
}
.preloader-area .petal:nth-of-type(4)::before {
  animation-delay: 0.3s;
}
.preloader-area .petal:nth-of-type(5) {
  transform: translate(-50%, 0%) rotate(180deg);
}
.preloader-area .petal:nth-of-type(5)::before {
  animation-delay: 0.4s;
}
.preloader-area .petal-1 {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: -1;
}
.preloader-area .petal-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--gradientColor1);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
}
.preloader-area .petal-1:nth-of-type(9) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader-area .petal-1:nth-of-type(9)::before {
  animation-delay: 0.5s;
}
.preloader-area .petal-1:nth-of-type(10) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader-area .petal-1:nth-of-type(10)::before {
  animation-delay: 0.6s;
}
.preloader-area .petal-1:nth-of-type(11) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader-area .petal-1:nth-of-type(11)::before {
  animation-delay: 0.7s;
}
.preloader-area .ball {
  position: absolute;
  width: 28%;
  height: 28%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
  background: var(--secondaryColor);
  z-index: 3;
}

@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
@keyframes opacity-nine {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--secondaryColor);
  animation: border-transform 10s linear infinite alternate forwards;
  color: var(--whiteColor);
}
#backtotop.active {
  opacity: 1;
}

#backtotop:hover {
  background-color: var(--secondaryColor);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.zoomIn {
  animation: zoom-in 5s ease-out infinite;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}
@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(-141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(-83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*-------------------------------
    Pagination & Checkbox  CSS
-------------------------------*/
.page-nav {
  margin: 0 4px;
  display: inline-block;
}
.page-nav:first-child a i {
  left: -2px;
}
.page-nav:last-child a i {
  right: -2px;
}
.page-nav .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 100%;
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: var(--transition);
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.page-nav .page-numbers:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: var(--gradientColor1);
  z-index: -1;
  transition: var(--transition);
}
.page-nav .page-numbers i {
  font-size: 20px;
  line-height: 0.8;
  top: 3px;
}
.page-nav .page-numbers.current, .page-nav .page-numbers:hover {
  color: var(--whiteColor);
  opacity: 1;
  border-color: transparent;
}
.page-nav .page-numbers.current:before, .page-nav .page-numbers:hover:before {
  width: 100%;
  opacity: 1;
}
.page-nav .page-numbers.current i, .page-nav .page-numbers:hover i {
  color: var(--whiteColor);
}
.page-nav .page-numbers.current img, .page-nav .page-numbers:hover img {
  filter: brightness(0) invert(1);
}

.wp-block-query-pagination {
  margin: 20px 4px;
  display: inline-block;
}
.wp-block-query-pagination:first-child a i {
  left: -2px;
}
.wp-block-query-pagination:last-child a i {
  right: -2px;
}
.wp-block-query-pagination .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 100%;
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: var(--transition);
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.wp-block-query-pagination .page-numbers:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: var(--gradientColor1);
  z-index: -1;
  transition: var(--transition);
}
.wp-block-query-pagination .page-numbers i {
  font-size: 20px;
  line-height: 0.8;
  top: 3px;
}
.wp-block-query-pagination .page-numbers.current, .wp-block-query-pagination .page-numbers:hover {
  color: var(--whiteColor);
  opacity: 1;
  border-color: transparent;
}
.wp-block-query-pagination .page-numbers.current:before, .wp-block-query-pagination .page-numbers:hover:before {
  width: 100%;
  opacity: 1;
}
.wp-block-query-pagination .page-numbers.current i, .wp-block-query-pagination .page-numbers:hover i {
  color: var(--whiteColor);
}
.wp-block-query-pagination .page-numbers.current img, .wp-block-query-pagination .page-numbers:hover img {
  filter: brightness(0) invert(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  position: relative;
  top: -3px;
}

/*-------------------------------
    Breadcrumb CSS
-------------------------------*/
.br-1 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/breadcrumb/br-1.webp);
}

.br-2 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/breadcrumb/br-2.webp);
}

.br-3 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/breadcrumb/br-3.webp);
}

.br-4 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/breadcrumb/br-4.webp);
}

.br-5 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/breadcrumb/br-5.webp);
}

.br-6 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/breadcrumb/br-6.webp);
}

.br-7 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/breadcrumb/br-7.webp);
}

.breadcrumb-wrap {
  padding: 215px 0 115px;
  border-radius: 0 0 12px 12px;
}
.breadcrumb-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/br-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  z-index: -1;
}
.breadcrumb-wrap .br-title {
  font-size: 48px;
  margin-bottom: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.breadcrumb-wrap .br-menu {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  padding: 5px 17px 8px;
  line-height: 1;
  margin-bottom: 17px;
}
.breadcrumb-wrap .br-menu li {
  margin-right: 4px;
  padding-right: 13px;
  color: var(--offwhiteColor);
  position: relative;
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  max-width: 100%;
}
.breadcrumb-wrap .br-menu li a {
  color: var(--secondaryColor);
}
.breadcrumb-wrap .br-menu li a:hover {
  color: var(--whiteColor);
}
.breadcrumb-wrap .br-menu li:after {
  position: absolute;
  top: 0px;
  right: 0;
  content: "/";
  font-size: 15px;
  color: var(--offwhiteColor);
  transform: rotate(3deg);
}
.breadcrumb-wrap .br-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb-wrap .br-menu li:last-child:after {
  display: none;
}

/*-------------------------------
        Hero CSS
-------------------------------*/
.hero-section.style-one {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/hero/hero-bg.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: relative;
  z-index: 1;
  padding: 208px 0 0;
}
.hero-section.style-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(80deg, #060036 37%, rgba(6, 0, 54, 0) 78.4%);
  z-index: -1;
}
.hero-section.style-one .hero-content {
  padding: 0 0 170px;
}
.hero-section.style-one .hero-content h1 {
  font-size: 110px;
  line-height: 128px;
  letter-spacing: -2.6px;
  margin-bottom: 40px;
}
.hero-section.style-one .hero-content h1 span {
  color: #7B8F94;
}
.hero-section.style-one .hero-content .hero-btn .btn {
  margin-right: 35px;
}
.hero-section.style-one .counter-card-wrap {
  padding-bottom: 165px;
}
.hero-section.style-one .counter-card-wrap .counter-card {
  width: 50%;
  position: relative;
}
.hero-section.style-one .counter-card-wrap .counter-card:nth-child(2) {
  padding-left: 20px;
}
.hero-section.style-one .counter-card-wrap .counter-card:after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  width: 1px;
  height: 122px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}
.hero-section.style-one .counter-card-wrap .counter-card:last-child:after {
  display: none;
}
.hero-section.style-one .counter-card-wrap .counter-card h2 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--optionalColor);
}
.hero-section.style-one .counter-card-wrap .counter-card p {
  padding-right: 15px;
}
.hero-section.style-one .hero-img {
  position: absolute;
  bottom: -84.5%;
  right: 0;
  z-index: 2;
}
.hero-section.style-two {
  padding-top: 180px;
}
.hero-section.style-two .hero-shape-one {
  z-index: -1;
}
.hero-section.style-two .hero-content h1 {
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -2.6px;
  margin-bottom: 50px;
}
.hero-section.style-two .hero-content h1 span {
  color: var(--optionalColor);
}
.hero-section.style-two .hero-content .hero-btn .play-now {
  margin-left: 35px;
}
.hero-section.style-two .hero-content .hero-btn .play-now .play-btn {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.hero-section.style-two .hero-content .hero-btn .play-now .play-btn i {
  font-size: 22px;
  line-height: 0.8;
  color: var(--whiteColor);
}
.hero-section.style-three {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/hero/hero-bg-3.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section.style-three:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/hero-bg-shape.webp);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.hero-section.style-three .hero-content {
  padding: 175px 0 125px;
}
.hero-section.style-three .hero-content .circle-text-wrap {
  position: relative;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 115px;
  background-color: rgba(255, 255, 255, 0.06);
  z-index: 2;
}
.hero-section.style-three .hero-content .circle-text-wrap .circle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  background-color: var(--secondaryColor);
  transform: translate(-50%, -50%);
}
.hero-section.style-three .hero-content .circle-text-wrap .circle-img i {
  font-size: 22px;
  line-height: 0.8;
  color: var(--whiteColor);
}
.hero-section.style-three .hero-content .circle-text-wrap .circle-text {
  position: absolute;
  top: 17px;
  left: 17px;
  overflow: hidden;
}
.hero-section.style-three .hero-content .circle-text-wrap a {
  z-index: 2;
}
.hero-section.style-three .hero-content h1 {
  font-size: 110px;
  line-height: 120px;
  letter-spacing: -2.6px;
  margin-bottom: 40px;
}
.hero-section.style-three .hero-content h1 span {
  color: #7B8F94;
}
.hero-section.style-three .hero-content .hero-btn .btn {
  margin-right: 35px;
}

.area-bg {
  background-color: var(--whiteColor);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/*-------------------------------
        About CSS
-------------------------------*/
.about-wrap.style-one .about-img-wrap .award-logo {
  bottom: 20%;
  right: 0;
}
.about-wrap.style-one .about-content .section-title h2 {
  margin-bottom: 30px;
}
.about-wrap.style-one .about-content .section-title p {
  margin-bottom: 68px;
}
.about-wrap.style-one .about-content p, .about-wrap.style-one .about-content .counter-card-wrap {
  padding-left: 100px;
}
.about-wrap.style-one .about-content .counter-card-wrap .counter-card {
  width: 50%;
  position: relative;
}
.about-wrap.style-one .about-content .counter-card-wrap .counter-card:nth-child(2) {
  padding-left: 20px;
}
.about-wrap.style-one .about-content .counter-card-wrap .counter-card:after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 1px;
  height: 93px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}
.about-wrap.style-one .about-content .counter-card-wrap .counter-card:last-child:after {
  display: none;
}
.about-wrap.style-one .about-content .counter-card-wrap .counter-card h2 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 14px;
  background: linear-gradient(93deg, #400D64 0%, #7B13FF 20.48%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-wrap.style-one .about-content .counter-card-wrap .counter-card p {
  padding: 0;
}
.about-wrap.style-two:after, .about-wrap.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 49.8%;
  height: 89%;
  border-radius: 0 12px 12px 0;
  z-index: -1;
}
.about-wrap.style-two .about-img-wrap, .about-wrap.style-three .about-img-wrap {
  padding-top: 72px;
  padding-bottom: 545px;
}
.about-wrap.style-two .about-img-wrap .counter-card-wrap .counter-card, .about-wrap.style-three .about-img-wrap .counter-card-wrap .counter-card {
  width: 50%;
  position: relative;
}
.about-wrap.style-two .about-img-wrap .counter-card-wrap .counter-card:nth-child(2), .about-wrap.style-three .about-img-wrap .counter-card-wrap .counter-card:nth-child(2) {
  padding-left: 20px;
}
.about-wrap.style-two .about-img-wrap .counter-card-wrap .counter-card:after, .about-wrap.style-three .about-img-wrap .counter-card-wrap .counter-card:after {
  position: absolute;
  top: 50%;
  right: 70px;
  content: "";
  width: 1px;
  height: 93px;
  transform: translateY(-50%);
}
.about-wrap.style-two .about-img-wrap .counter-card-wrap .counter-card:last-child:after, .about-wrap.style-three .about-img-wrap .counter-card-wrap .counter-card:last-child:after {
  display: none;
}
.about-wrap.style-two .about-img-wrap .counter-card-wrap .counter-card h2, .about-wrap.style-three .about-img-wrap .counter-card-wrap .counter-card h2 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 12px;
}
.about-wrap.style-two .about-img-wrap .counter-card-wrap .counter-card p, .about-wrap.style-three .about-img-wrap .counter-card-wrap .counter-card p {
  padding: 0;
}
.about-wrap.style-two .about-img-wrap .about-bg, .about-wrap.style-three .about-img-wrap .about-bg {
  height: 473px;
  width: 47.2%;
  border-radius: 0 10px 10px 0;
}
.about-wrap.style-two .about-content .section-title h2, .about-wrap.style-three .about-content .section-title h2 {
  margin-bottom: 32px;
}
.about-wrap.style-two .about-content .section-title p, .about-wrap.style-three .about-content .section-title p {
  margin-bottom: 48px;
}
.about-wrap.style-two:after {
  border: 1px solid rgba(123, 19, 255, 0.1);
  background: rgba(123, 19, 255, 0.06);
}
.about-wrap.style-two .about-img-wrap .counter-card-wrap .counter-card:after {
  background-color: #E2E2E2;
}
.about-wrap.style-two .about-img-wrap .counter-card-wrap .counter-card h2 {
  background: linear-gradient(93deg, #400D64 0%, #7B13FF 20.48%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-wrap.style-two .about-img-wrap .about-bg {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/about/about-2.webp);
}
.about-wrap.style-three:after {
  border: 1px solid rgba(123, 19, 255, 0.1);
  background: rgba(123, 19, 255, 0.06);
}
.about-wrap.style-three .about-img-wrap .counter-card-wrap .counter-card:after {
  background-color: rgba(255, 255, 255, 0.12);
}
.about-wrap.style-three .about-img-wrap .counter-card-wrap .counter-card h2 {
  background: linear-gradient(93deg, #400D64 0%, #7B13FF 20.48%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-wrap.style-three .about-img-wrap .about-bg {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/about/about-3.webp);
}

.story-content {
  position: relative;
  z-index: 1;
  max-height: 455px;
  overflow: hidden;
  transition: var(--transition);
}
.story-content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 0, 32, 0) 1%, rgba(4, 0, 32, 0.96) 77.9%, #040020 113.4%);
  z-index: 1;
  transition: var(--transition);
}
.story-content .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transition: var(--transition);
  transform: translateX(-50%);
}
.story-content.show {
  max-height: 100%;
}
.story-content.show .section-title {
  padding-bottom: 85px;
}
.story-content.show:before {
  bottom: -100%;
  opacity: 0;
}
.story-content.show .btn {
  bottom: 10px;
}

/*-------------------------------
        Feature CSS
-------------------------------*/
.feature-card h3 {
  font-size: 28px;
}
.feature-card.style-one h3 {
  margin: 25px 0 18px;
}
.feature-card.style-one p {
  padding-right: 15px;
}
.feature-card.style-two {
  border-radius: 12px;
  min-height: 389px;
  padding: 30px;
}
.feature-card.style-two h3 {
  margin: 95px 0 18px;
}
.feature-card.style-two h2 {
  font-size: 70px;
  margin: 115px 0 7px;
  color: var(--optionalColor);
}

.feature-card-wrap .feature-card {
  width: 33.33%;
  position: relative;
  padding: 0 20px;
}
.feature-card-wrap .feature-card:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 1px;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}
.feature-card-wrap .feature-card:nth-child(1) {
  padding-left: 0;
}
.feature-card-wrap .feature-card:nth-child(2), .feature-card-wrap .feature-card:nth-child(3) {
  padding-left: 20px;
}
.feature-card-wrap .feature-card:last-child:after {
  display: none;
}
.feature-card-wrap .feature-card h2 {
  font-size: 70px;
  color: var(--optionalColor);
  margin-bottom: 5px;
}
.feature-card-wrap .feature-card h3 {
  font-size: 18px;
  margin-bottom: 18px;
}
.feature-card-wrap .feature-card p {
  padding-right: 20px;
}

/*-------------------------------
        Service CSS
-------------------------------*/
.service-area {
  position: relative;
  z-index: 1;
}
.service-area:before {
  position: absolute;
  top: 232px;
  left: 0;
  content: "";
  width: 55.5%;
  height: 37.4%;
  background-image: url(../img/bg-overlay-1.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  z-index: -1;
}

.service-slider {
  max-height: 400px;
}
.service-slider .slider-btn {
  position: relative;
  bottom: 15px;
}
.service-slider .slider-btn .service-prev,
.service-slider .slider-btn .service-next {
  margin: 0 13px;
}
.service-slider .slider-btn .service-prev img,
.service-slider .slider-btn .service-next img {
  transition: var(--transition);
}
.service-slider .slider-btn .service-prev:hover img, .service-slider .slider-btn .service-prev.active img,
.service-slider .slider-btn .service-next:hover img,
.service-slider .slider-btn .service-next.active img {
  filter: brightness(0) invert(1);
}

.service-bg-1 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/services/service-1.webp);
}

.service-bg-2 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/services/service-2.webp);
}

.service-bg-3 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/services/service-3.webp);
}

.service-bg-4 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/services/service-4.webp);
}

.service-bg-5 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/services/service-5.webp);
}

.service-bg-6 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/services/service-6.webp);
}

.service-tab {
  z-index: 2;
}
.service-tab:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 54.7%;
  height: 90%;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid rgba(123, 19, 255, 0.1);
  background: rgba(123, 19, 255, 0.06);
  z-index: -1;
}

.service-tab-content {
  padding-bottom: 590px;
}
.service-tab-content .service-bg {
  position: absolute;
  bottom: 0;
}
.service-tab-content .service-features {
  padding-top: 48px;
}
.service-tab-content .service-features li {
  padding-bottom: 7px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(4, 0, 32, 0.21);
}
.service-tab-content .service-features li:last-child {
  margin-bottom: 0;
}
.service-tab-content .service-features li a {
  color: var(--titleColor);
  font-weight: 500;
  display: block;
}
.service-tab-content .service-features li a img {
  float: right;
  position: relative;
  top: 8px;
  filter: brightness(0) invert(0);
}
.service-tab-content .service-features li a:hover {
  color: var(--secondaryColor);
}
.service-tab-content .service-bg {
  height: 537px;
  width: 52%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 12px 0 0 12px;
}

.service-tablist .nav-item {
  display: block;
  width: 100%;
}
.service-tablist .nav-item .nav-link {
  color: var(--titleColor);
  font-family: var(--secondaryFont);
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  border: none;
  display: block;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 26px;
  margin-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  transition: var(--transition);
}
.service-tablist .nav-item .nav-link.active, .service-tablist .nav-item .nav-link:hover {
  background: linear-gradient(93deg, #400D64 0%, #7B13FF 12.48%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-card.style-one {
  padding: 40px 45px;
  position: relative;
  z-index: 1;
}
.service-card.style-one.bg-overlay:before {
  background-image: url(../img/service-card-shape.webp);
}
.service-card.style-one .service-title h3 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 15px;
}
.service-card.style-one .service-title h3 span {
  color: #7B8F94;
  transition: var(--transition);
}
.service-card.style-one .service-title h3 a:hover {
  color: var(--secondaryColor);
}
.service-card.style-one .service-title h3 a:hover span {
  color: var(--secondaryColor);
}
.service-card.style-one .service-title p {
  padding-right: 20px;
}
.service-card.style-one .service-features li {
  margin-bottom: 17px;
}
.service-card.style-one .service-features li a {
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.service-card.style-one .service-features li a img {
  position: relative;
  top: 6px;
  float: right;
  transition: var(--transition);
}
.service-card.style-one .service-features li a:hover {
  color: var(--secondaryColor);
  border-color: rgba(255, 255, 255, 0.45);
}
.service-card.style-one .service-features li a:hover img {
  opacity: 1;
}
.service-card.style-one .service-link {
  width: 76px;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.09);
  position: relative;
  transition: var(--transition);
  overflow: hidden;
}
.service-card.style-one .service-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: var(--gradientColor1);
  z-index: -1;
  transition: var(--transition);
}
.service-card.style-one .service-link:hover:before {
  width: 100%;
  opacity: 1;
}
.service-card.style-three {
  padding: 30px;
  margin-right: 32px;
}
.service-card.style-three .service-card-shape {
  z-index: -1;
}
.service-card.style-three h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-card.style-three h3 a:hover {
  color: var(--secondaryColor);
}
.service-card.style-three p {
  margin-bottom: 28px;
  padding-right: 25px;
}
.service-card.style-three .service-link {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  right: -32px;
  background: var(--gradientColor1);
  transition: var(--transition);
  overflow: hidden;
  transform: translateY(-50%);
}
.service-card.style-three .service-link:hover:before {
  width: 100%;
  opacity: 1;
}
.service-card.style-four h3 {
  margin: 20px 0 5px;
}

.service-card-wrap .service-card {
  width: 33.33%;
  margin-bottom: 80px;
  padding: 0;
  padding-left: 40px;
  position: relative;
}
.service-card-wrap .service-card:after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.07);
}
.service-card-wrap .service-card:nth-child(1), .service-card-wrap .service-card:nth-child(4), .service-card-wrap .service-card:nth-child(7) {
  padding-left: 0;
  padding-right: 10px;
}
.service-card-wrap .service-card:nth-child(3):after, .service-card-wrap .service-card:nth-child(6):after, .service-card-wrap .service-card:nth-child(9):after {
  display: none;
}
.service-card-wrap .service-card img {
  position: relative;
  left: 3px;
}
.service-card-wrap .service-card h3 {
  margin: 58px 0 18px;
}
.service-card-wrap .service-card h3 a:hover {
  color: var(--secondaryColor);
}
.service-card-wrap .service-card p {
  margin-bottom: 43px;
  padding-right: 20px;
}

/*-------------------------------
     Case CSS
-------------------------------*/
.case-slider-one {
  max-height: 585px;
}
.case-slider-one .slider-btn {
  position: relative;
  bottom: 15px;
}
.case-slider-one .slider-btn .case-prev,
.case-slider-one .slider-btn .case-next {
  margin: 0 13px;
}
.case-slider-one .slider-btn .case-prev img,
.case-slider-one .slider-btn .case-next img {
  transition: var(--transition);
}
.case-slider-one .slider-btn .case-prev:hover img, .case-slider-one .slider-btn .case-prev.active img,
.case-slider-one .slider-btn .case-next:hover img,
.case-slider-one .slider-btn .case-next.active img {
  filter: brightness(0) invert(0);
}

.case-card.style-one, .case-card.style-two, .case-card.style-three {
  padding: 25px 0 0 30px;
}
.case-card.style-one .case-info, .case-card.style-two .case-info, .case-card.style-three .case-info {
  width: 262px;
}
.case-card.style-one .case-info h3, .case-card.style-two .case-info h3, .case-card.style-three .case-info h3 {
  font-size: 24px;
  margin-bottom: 21px;
}
.case-card.style-one .case-info .case-stat, .case-card.style-two .case-info .case-stat, .case-card.style-three .case-info .case-stat {
  margin-bottom: 30px;
}
.case-card.style-one .case-info .case-stat li, .case-card.style-two .case-info .case-stat li, .case-card.style-three .case-info .case-stat li {
  margin-bottom: 9px;
}
.case-card.style-one .case-info .case-stat li:last-child, .case-card.style-two .case-info .case-stat li:last-child, .case-card.style-three .case-info .case-stat li:last-child {
  margin-bottom: 0;
}
.case-card.style-one .case-info .case-stat li span, .case-card.style-two .case-info .case-stat li span, .case-card.style-three .case-info .case-stat li span {
  font-size: 28px;
  line-height: 40px;
  color: var(--secondaryColor);
}
.case-card.style-one .case-img-wrap, .case-card.style-two .case-img-wrap, .case-card.style-three .case-img-wrap {
  width: calc(100% - 262px);
}
.case-card.style-one .case-img-wrap .case-logo, .case-card.style-two .case-img-wrap .case-logo, .case-card.style-three .case-img-wrap .case-logo {
  margin-bottom: 28px;
  opacity: 0.8;
}
.case-card.style-one .case-img-wrap .case-img, .case-card.style-two .case-img-wrap .case-img, .case-card.style-three .case-img-wrap .case-img {
  border-radius: 12px 0 12px 0;
}
.case-card.style-one .case-info {
  width: 262px;
}
.case-card.style-one .case-img-wrap {
  width: calc(100% - 262px);
}
.case-card.style-two .case-info {
  width: 225px;
}
.case-card.style-two .case-img-wrap {
  width: calc(100% - 225px);
}
.case-card.style-three .case-info {
  width: 262px;
  padding-bottom: 0;
}
.case-card.style-three .case-img-wrap {
  width: calc(100% - 330px);
  margin-left: auto;
}
.case-card.style-three .case-img-wrap .case-logo {
  padding-bottom: 20px;
}
.case-card.style-four, .case-card.style-five {
  border: 1px solid rgba(123, 19, 255, 0.1);
  align-items: flex-end;
}
.case-card.style-four .case-info, .case-card.style-five .case-info {
  width: 45%;
  padding: 60px 0 60px 60px;
}
.case-card.style-four .case-info h3, .case-card.style-five .case-info h3 {
  font-size: 44px;
  margin: 15px 0 22px;
}
.case-card.style-four .case-info h3 a:hover, .case-card.style-five .case-info h3 a:hover {
  color: var(--secondaryColor);
}
.case-card.style-four .case-info h3 a:hover span, .case-card.style-five .case-info h3 a:hover span {
  color: var(--secondaryColor);
}
.case-card.style-four .case-info p, .case-card.style-five .case-info p {
  padding-bottom: 35px;
  margin-bottom: 39px;
}
.case-card.style-four .case-info .case-stat li, .case-card.style-five .case-info .case-stat li {
  display: inline-block;
  margin-right: 63px;
}
.case-card.style-four .case-info .case-stat li:last-child, .case-card.style-five .case-info .case-stat li:last-child {
  margin-right: 0;
}
.case-card.style-four .case-info .case-stat li span, .case-card.style-five .case-info .case-stat li span {
  font-size: 28px;
  margin-bottom: 6px;
  background: linear-gradient(43deg, #400D64 5%, #7B13FF 10%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-card.style-four .case-img-wrap, .case-card.style-five .case-img-wrap {
  width: 49.3%;
}
.case-card.style-four .case-img-wrap .btn, .case-card.style-five .case-img-wrap .btn {
  float: right;
  margin-right: 60px;
  margin-bottom: 58px;
}
.case-card.style-four .case-img-wrap .case-img, .case-card.style-five .case-img-wrap .case-img {
  border-radius: 12px 0 12px 0;
  margin-top: 58px;
}
.case-card.style-four .case-img-wrap .case-img:after, .case-card.style-five .case-img-wrap .case-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 0, 32, 0) 25.34%, rgba(4, 0, 32, 0.69) 100%);
  z-index: 0;
}
.case-card.style-four .case-img-wrap .case-logo, .case-card.style-five .case-img-wrap .case-logo {
  bottom: 35px;
  left: 35px;
  z-index: 1;
}
.case-card.style-four {
  border: 1px solid rgba(123, 19, 255, 0.1);
  background: #F7F1FF;
}
.case-card.style-four .case-info {
  width: 45%;
  padding: 60px 0 60px 60px;
}
.case-card.style-four .case-info h3 a span {
  color: #705295;
}
.case-card.style-four .case-info h3 a:hover {
  color: var(--secondaryColor);
}
.case-card.style-four .case-info h3 a:hover span {
  color: var(--secondaryColor);
}
.case-card.style-four .case-info p {
  border-bottom: 1px solid #E2E2E2;
}
.case-card.style-four .case-info .case-stat li {
  color: #797979;
}
.case-card.style-four .case-info .case-stat li span {
  background: linear-gradient(43deg, #400D64 5%, #7B13FF 10%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-card.style-four .case-img-wrap .case-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 0, 32, 0) 25.34%, rgba(4, 0, 32, 0.69) 100%);
  z-index: 0;
}
.case-card.style-five {
  border-radius: 12px;
}
.case-card.style-five.case-overlay {
  border: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 1;
}
.case-card.style-five.case-overlay:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/case-card-shape.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  z-index: -1;
}
.case-card.style-five .case-info {
  width: 45%;
  padding: 60px 0 60px 60px;
}
.case-card.style-five .case-info h3 a span {
  color: #7B8F94;
}
.case-card.style-five .case-info h3 a:hover {
  color: var(--secondaryColor);
}
.case-card.style-five .case-info h3 a:hover span {
  color: var(--secondaryColor);
}
.case-card.style-five .case-info p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.case-card.style-five .case-info .case-stat li {
  color: #797979;
}
.case-card.style-five .case-info .case-stat li span {
  background: linear-gradient(43deg, #400D64 5%, #7B13FF 10%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-card.style-five .case-img-wrap .case-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 0, 32, 0) 25.34%, rgba(4, 0, 32, 0.69) 100%);
  z-index: 0;
}
.case-card.style-six {
  overflow: hidden;
}
.case-card.style-six:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 0, 32, 0) 16.79%, #1A013A 84.06%);
  z-index: 0;
}
.case-card.style-six .case-bg-1 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/case/case-7.webp);
}
.case-card.style-six .case-bg-2 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/case/case-8.webp);
}
.case-card.style-six .case-bg-3 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/case/case-9.webp);
}
.case-card.style-six .case-bg {
  height: 582px;
}
.case-card.style-six .case-logo {
  top: 50px;
  right: 50px;
}
.case-card.style-six .case-info-wrap {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 100px);
  z-index: 1;
}
.case-card.style-six .case-info-wrap .case-title h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}
.case-card.style-six .case-info-wrap .case-title h3 a:hover {
  color: var(--secondaryColor);
}
.case-card.style-six .case-info-wrap .case-title .case-metainfo li {
  display: inline-block;
  margin-right: 12px;
}
.case-card.style-six .case-info-wrap .case-title .case-metainfo li:last-child {
  margin-right: 0;
}
.case-card.style-six .case-info-wrap .case-title .case-metainfo li a {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 17px 9px;
  line-height: 1;
  color: var(--offwhiteColor);
}
.case-card.style-six .case-info-wrap .case-title .case-metainfo li a:hover {
  border-color: transparent;
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}
.case-card.style-six .case-info-wrap .case-stat {
  position: relative;
  top: 5px;
}
.case-card.style-six .case-info-wrap .case-stat li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  margin-right: 55px;
}
.case-card.style-six .case-info-wrap .case-stat li:last-child {
  margin-right: 0;
}
.case-card.style-six .case-info-wrap .case-stat li span {
  font-size: 28px;
  margin-bottom: 6px;
  background: linear-gradient(43deg, #400D64 5%, #7B13FF 10%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-card.style-seven {
  overflow: hidden;
}
.case-card.style-seven:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 0, 32, 0) 16.79%, #1A013A 84.06%);
  z-index: 0;
  border-radius: 12px;
}
.case-card.style-seven .case-bg {
  height: 582px;
}
.case-card.style-seven .case-logo {
  top: 40px;
  left: 40px;
}
.case-card.style-seven .case-info-wrap {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 1;
}
.case-card.style-seven .case-info-wrap .case-title {
  margin-top: 28px;
}
.case-card.style-seven .case-info-wrap .case-title h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}
.case-card.style-seven .case-info-wrap .case-title h3 a:hover {
  color: var(--secondaryColor);
}
.case-card.style-seven .case-info-wrap .case-title .case-metainfo li {
  display: inline-block;
  margin-right: 12px;
}
.case-card.style-seven .case-info-wrap .case-title .case-metainfo li:last-child {
  margin-right: 0;
}
.case-card.style-seven .case-info-wrap .case-title .case-metainfo li a {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 17px 9px;
  line-height: 1;
  color: var(--offwhiteColor);
}
.case-card.style-seven .case-info-wrap .case-title .case-metainfo li a:hover {
  border-color: transparent;
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}
.case-card.style-seven .case-info-wrap .case-stat {
  position: relative;
  top: 5px;
}
.case-card.style-seven .case-info-wrap .case-stat li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  margin-right: 55px;
}
.case-card.style-seven .case-info-wrap .case-stat li:last-child {
  margin-right: 0;
}
.case-card.style-seven .case-info-wrap .case-stat li span {
  font-size: 28px;
  margin-bottom: 6px;
  background: linear-gradient(43deg, #400D64 5%, #7B13FF 10%, #FF82F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-slider-two .case-pagination {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 28px;
  z-index: 1;
  width: auto;
  height: auto;
}
.case-slider-two .case-pagination .swiper-pagination-current,
.case-slider-two .case-pagination .swiper-pagination-total {
  font-family: var(--secondaryFont);
  font-weight: 400;
  line-height: 40px;
  position: relative;
}
.case-slider-two .case-pagination .swiper-pagination-current {
  color: var(--secondaryColor);
}
.case-slider-two .case-pagination .swiper-pagination-current:before {
  color: var(--secondaryColor);
}
.case-slider-two .case-pagination .swiper-pagination-total {
  color: var(--whiteColor);
}
.case-slider-two .case-pagination .swiper-pagination-total:before {
  color: var(--whiteColor);
}
.case-slider-two .case-slider-btn {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.case-slider-two .case-slider-btn .case-prev,
.case-slider-two .case-slider-btn .case-next {
  margin: 0 12px;
}
.case-slider-two .case-slider-btn .case-prev:hover img,
.case-slider-two .case-slider-btn .case-next:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
     CTA CSS
-------------------------------*/
.cta-box.style-one {
  position: relative;
  z-index: 1;
  margin-top: -150px;
  padding: 65px 80px;
  border-radius: 12px;
  background: var(--gradientColor1);
}
.cta-box.style-two {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/cta-bg.webp);
  padding: 90px 90px 76px;
  margin-top: -184px;
}
.cta-box.style-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-image: url(../img/cta-bg-shape.webp);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/*-------------------------------
        Award & Brand CSS
-------------------------------*/
.award-area.bg-overlay {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.award-area.bg-overlay:before {
  bottom: auto;
  top: 0;
  height: 70%;
}

.award-card p {
  margin-top: 25px;
  padding: 0 10px;
}

/*-------------------------------
        Industry CSS
-------------------------------*/
.industry-title {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
}
.industry-title.style-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.industry-card.style-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 15px;
  margin-bottom: 75px;
  transition: var(--transition);
}
.industry-card.style-one h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.industry-card.style-one h3 a img {
  float: right;
  position: relative;
  top: 9px;
  transition: var(--transition);
}
.industry-card.style-one:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.industry-card.style-one:hover img {
  margin-right: 10px;
}
.industry-card.style-one:hover h3 a {
  color: var(--secondaryColor);
}
.industry-card.style-two .industry-thumb, .industry-card.style-five .industry-thumb {
  width: 54px;
  height: 54px;
}
.industry-card.style-two h3, .industry-card.style-five h3 {
  width: calc(100% - 67px);
  margin-left: 13px;
  padding-bottom: 10px;
  font-family: var(--primaryFont);
  font-weight: 500;
  border-bottom: 1px solid rgba(4, 0, 32, 0.21);
  position: relative;
  top: -3px;
}
.industry-card.style-two h3 a, .industry-card.style-five h3 a {
  color: #705295;
}
.industry-card.style-two h3 a:hover, .industry-card.style-five h3 a:hover {
  color: var(--secondaryColor);
}
.industry-card.style-two h3 {
  border-bottom: 1px solid rgba(4, 0, 32, 0.21);
}
.industry-card.style-two h3 a {
  color: #705295;
}
.industry-card.style-two h3 a:hover {
  color: var(--secondaryColor);
}
.industry-card.style-five h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.industry-card.style-five h3 a {
  color: rgba(255, 255, 255, 0.71);
}
.industry-card.style-five h3 a:hover {
  color: var(--secondaryColor);
}
.industry-card.style-three h3, .industry-card.style-four h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
.industry-card.style-three h3 a:hover, .industry-card.style-four h3 a:hover {
  color: var(--secondaryColor);
}
.industry-card.style-three .industry-img, .industry-card.style-four .industry-img {
  overflow: hidden;
}
.industry-card.style-three .industry-img img, .industry-card.style-four .industry-img img {
  transition: var(--transition);
}
.industry-card.style-three:hover .industry-img img, .industry-card.style-four:hover .industry-img img {
  transform: scale(1.05);
}
.industry-card.style-three .industry-info {
  margin-top: 30px;
}
.industry-card.style-four .industry-info {
  margin-bottom: 30px;
}

.industry-slider .industry-card.style-three, .industry-slider .industry-card.style-four {
  padding: 0 25px;
}
.industry-slider .swiper-slide {
  position: relative;
}
.industry-slider .swiper-slide:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.12);
}

.promo-bg {
  position: relative;
  z-index: 1;
  height: 450px;
}
.promo-bg.promo-bg-1 {
  margin-top: -225px;
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/promo-bg-1.webp);
}
.promo-bg.promo-bg-2 {
  background-image: url(https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/promo-bg-2.webp);
}

.inner-industries-area .industry-wrap {
  padding-bottom: 75px;
  padding-top: 0;
  border: unset;
}
.inner-industries-area .industry-wrap::before {
  display: none;
}
.inner-industries-area .industry-wrap .container {
  padding-bottom: 0;
}

/*-------------------------------
        How It Wrks CSS
-------------------------------*/
.hw-wrap .section-title h2 {
  margin-bottom: 21px;
}
.hw-wrap .hw-content:before {
  position: absolute;
  top: 0;
  left: -50%;
  content: "";
  width: 150%;
  height: 100%;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid rgba(123, 19, 255, 0.1);
  border-left: none;
  background: #F7F1FF;
  border-radius: 0 12px 12px 0;
  z-index: -1;
}
.hw-wrap .hw-content .section-title {
  padding-right: 100px;
}

.hw-item-wrap .hw-item {
  margin-bottom: 48px;
}
.hw-item-wrap .hw-item:last-child {
  margin-bottom: 0;
}
.hw-item-wrap .hw-item h6 {
  padding-left: 46px;
  margin-bottom: 15px;
  position: relative;
  font-size: 28px;
  line-height: 30px;
}
.hw-item-wrap .hw-item h6 span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: var(--secondaryColor);
}

.sticky-content,
.hw-content {
  position: sticky;
  top: 0;
}

/*-------------------------------
        Contact CSS
-------------------------------*/
.contact-section .contact-content .contact-form {
  border-radius: 12px;
}
.contact-section.style-one .contact-img-wrap img {
  margin-bottom: 60px;
}
.contact-section.style-one .contact-content .contact-form {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(247deg, #090129 77.16%, #7B13FF 158.68%);
}
.contact-section.style-one .contact-content .contact-form .form-group .files-field {
  padding-bottom: 40px;
  padding-left: 10px;
  padding-top: 10px;
}
.contact-section.style-two .contact-img-wrap img {
  margin-bottom: 50px;
}
.contact-section.style-two .contact-content .contact-form {
  border: 1px solid rgba(123, 19, 255, 0.1);
  background: #F7F1FF;
}
.contact-section.style-two .contact-content .contact-form .form-group label {
  color: #705295;
}
.contact-section.style-two .contact-content .contact-form .form-group input, .contact-section.style-two .contact-content .contact-form .form-group select, .contact-section.style-two .contact-content .contact-form .form-group textarea {
  color: var(--paraColor);
  background-color: var(--whiteColor);
}
.contact-section.style-two .contact-content .contact-form .form-group .files-field {
  padding-bottom: 40px;
  padding-left: 10px;
  padding-top: 10px;
}
.contact-section.style-two .contact-content .contact-form .upload-btn-wrapper button {
  color: #705295;
  border-bottom: none;
}
.contact-section.style-two .contact-content .contact-form .upload-btn-wrapper button span {
  color: var(--paraColor);
}
.contact-section.style-one .industry-title, .contact-section.style-two .industry-title {
  max-width: 67%;
}
.contact-section.style-one .feature-list, .contact-section.style-two .feature-list {
  max-width: 67%;
}
.contact-section.style-one .feature-list li, .contact-section.style-two .feature-list li {
  padding-left: 32px;
  margin-bottom: 32px;
}
.contact-section.style-one .feature-list li:last-child, .contact-section.style-two .feature-list li:last-child {
  margin-bottom: 0;
}
.contact-section.style-one .feature-list li img, .contact-section.style-two .feature-list li img {
  top: 6px;
}
.contact-section.style-one .contact-content .contact-form, .contact-section.style-two .contact-content .contact-form {
  padding: 43px 60px 60px;
  width: calc(100% + 200px);
  margin-left: -200px;
}
.contact-section.style-one .contact-content .contact-form textarea, .contact-section.style-two .contact-content .contact-form textarea {
  height: 146px;
}
.contact-section.style-one .contact-content .contact-form select, .contact-section.style-two .contact-content .contact-form select {
  color: var(--whiteColor);
  background-image: url(../img/down-arrow-2.webp);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: calc(100% - 17px) 50%;
}
.contact-section.style-one .contact-content .contact-form select option, .contact-section.style-two .contact-content .contact-form select option {
  background-color: var(--titleColor);
}

.contact-form input, .contact-form textarea, .contact-form select {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
  color: var(--whiteColor);
}
.contact-form label {
  display: inline-block !important;
}
.contact-form .form-control {
  height: 56px;
  background-color: transparent !important;
  color: var(--whiteColor) !important;
}
.contact-form .form-select {
  height: 56px;
  box-shadow: unset !important;
  outline: unset;
}
.contact-form.style-two .form-title {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-form.style-two select {
  color: var(--whiteColor);
  background-image: url(../img/down-arrow-2.webp);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: calc(100% - 17px) 50%;
}
.contact-form.style-two select option {
  background-color: var(--titleColor);
}
.contact-form.style-two .form-control {
  background: rgba(255, 255, 255, 0.02) !important;
  padding: 14px 15px 10px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.upload-btn-wrapper button {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: var(--offwhiteColor);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 6px;
}
.upload-btn-wrapper button img {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.upload-btn-wrapper button span {
  font-size: 13px;
  margin-left: 5px;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.comp-map {
  height: 796px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 29px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

.checkbox input:checked + label:before {
  border-color: var(--secondaryColor);
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8.5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border: none;
  background: var(--secondaryColor);
}

/*-------------------------------
    Contact CSS
-------------------------------*/
.contact-box {
  padding: 30px 25px;
  border-radius: 12px;
}
.contact-box h3 {
  font-size: 28px;
}
.contact-box .contact-info li {
  padding-left: 28px;
  margin-bottom: 24px;
  line-height: 28px;
}
.contact-box .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-box .contact-info li img {
  top: 6px;
}
.contact-box .contact-info li i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 19px;
}
.contact-box.style-one {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.contact-box.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: linear-gradient(238deg, #090129 77.16%, #7B13FF 158.68%);
  z-index: -1;
}
.contact-box.style-one h3 {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.contact-box.style-one .contact-info li i {
  color: var(--optionalColor);
}
.contact-box.style-one .contact-info li a:hover {
  color: var(--whiteColor);
}
.contact-box.style-two {
  border: 1px solid rgba(123, 19, 255, 0.1);
  background: var(--whiteColor);
}
.contact-box.style-two h3 {
  margin-bottom: 40px;
}
.contact-box.style-two .contact-info li i {
  color: var(--secondaryColor);
}

/*-------------------------------
        Blog CSS
-------------------------------*/
.blog-wrapper.style-one {
  padding-bottom: 184px;
}
.blog-wrapper.style-two .blog-bg-shape {
  z-index: 0;
}
.blog-wrapper.style-two .blog-content {
  padding-left: 80px;
}
.blog-wrapper.style-two .blog-content .section-title h2 {
  margin-bottom: 30px;
}
.blog-wrapper.style-two .blog-content .section-title p {
  margin-bottom: 45px;
}

.blog-card-wrap .blog-card {
  padding-bottom: 40px;
  margin-bottom: 49px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.blog-card-wrap .blog-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-card-wrap .blog-card .blog-title {
  width: 40%;
}
.blog-card-wrap .blog-card .blog-title .blog-metainfo .blog-cat {
  border-radius: 50px;
  color: var(--whiteColor);
  margin-right: 27px;
  padding: 8px 18px 9px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--titleColor);
  background-color: var(--optionalColor);
  transition: var(--transition);
}
.blog-card-wrap .blog-card .blog-title .blog-metainfo .blog-cat:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: var(--gradientColor1);
  z-index: -1;
  transition: var(--transition);
}
.blog-card-wrap .blog-card .blog-title .blog-metainfo .blog-cat:hover {
  color: var(--whiteColor);
}
.blog-card-wrap .blog-card .blog-title .blog-metainfo .blog-cat:hover:before {
  width: 100%;
  opacity: 1;
}
.blog-card-wrap .blog-card .blog-title .blog-metainfo ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
}
.blog-card-wrap .blog-card .blog-title .blog-metainfo ul li:last-child {
  margin-right: 0;
}
.blog-card-wrap .blog-card .blog-title .blog-metainfo ul li i {
  font-size: 16px;
  color: var(--secondaryColor);
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.blog-card-wrap .blog-card .blog-title .blog-metainfo ul li a:hover {
  color: var(--whiteColor);
}
.blog-card-wrap .blog-card .blog-title h3 {
  font-size: 28px;
  line-height: 40px;
  margin-top: 12px;
}
.blog-card-wrap .blog-card .blog-title h3 a {
  color: var(--whiteColor);
}
.blog-card-wrap .blog-card .blog-title h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card-wrap .blog-card p {
  width: 43%;
  padding-left: 20px;
}
.blog-card-wrap .blog-card .blog-link {
  width: 76px;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.09);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-card-wrap .blog-card .blog-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: var(--gradientColor1);
  z-index: -1;
  transition: var(--transition);
}
.blog-card-wrap .blog-card:hover .blog-link:before {
  width: 100%;
  opacity: 1;
}

.blog-card.style-two {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}
.blog-card.style-two .blog-img {
  border-radius: 12px 12px 0 0;
}
.blog-card.style-two .blog-img img {
  border-radius: 12px 12px 0 0;
}
.blog-card.style-two .blog-info {
  padding: 15px 26px 25px;
}
.blog-card.style-two .blog-info .blog-metainfo {
  margin-bottom: 8px;
}
.blog-card.style-two .blog-info .blog-metainfo li {
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
}
.blog-card.style-two .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card.style-two .blog-info .blog-metainfo li i {
  font-size: 16px;
  color: var(--secondaryColor);
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.blog-card.style-two .blog-info .blog-metainfo li a:hover {
  color: var(--whiteColor);
}
.blog-card.style-three .blog-img, .blog-card.style-four .blog-img {
  padding-right: 20px;
}
.blog-card.style-three .blog-info, .blog-card.style-four .blog-info {
  width: calc(100% - 20px);
  margin-left: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(235deg, #090129 77.16%, #7B13FF 158.68%);
  position: relative;
  z-index: 1;
  margin-top: -120px;
  padding: 25px;
}
.blog-card.style-three .blog-info .blog-metainfo, .blog-card.style-four .blog-info .blog-metainfo {
  margin-bottom: 10px;
}
.blog-card.style-three .blog-info .blog-metainfo li, .blog-card.style-four .blog-info .blog-metainfo li {
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
}
.blog-card.style-three .blog-info .blog-metainfo li:last-child, .blog-card.style-four .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card.style-three .blog-info .blog-metainfo li i, .blog-card.style-four .blog-info .blog-metainfo li i {
  font-size: 16px;
  color: var(--secondaryColor);
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.blog-card.style-three .blog-info .blog-metainfo li a:hover, .blog-card.style-four .blog-info .blog-metainfo li a:hover {
  color: var(--whiteColor);
}
.blog-card.style-three .blog-info h3, .blog-card.style-four .blog-info h3 {
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.blog-card.style-three .round-12, .blog-card.style-four .round-12 {
  border-radius: 12px !important;
}
.blog-card.style-three .blog-img, .blog-card.style-four .blog-img {
  padding-right: 20px;
}
.blog-card.style-three .blog-info, .blog-card.style-four .blog-info {
  width: calc(100% - 20px);
  margin-left: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(235deg, #090129 77.16%, #7B13FF 158.68%);
  position: relative;
  z-index: 1;
  margin-top: -120px;
  padding: 25px;
}
.blog-card.style-three .blog-info .blog-metainfo, .blog-card.style-four .blog-info .blog-metainfo {
  margin-bottom: 10px;
}
.blog-card.style-three .blog-info .blog-metainfo li, .blog-card.style-four .blog-info .blog-metainfo li {
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
}
.blog-card.style-three .blog-info .blog-metainfo li:last-child, .blog-card.style-four .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card.style-three .blog-info .blog-metainfo li i, .blog-card.style-four .blog-info .blog-metainfo li i {
  font-size: 16px;
  color: var(--secondaryColor);
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.blog-card.style-three .blog-info .blog-metainfo li a:hover, .blog-card.style-four .blog-info .blog-metainfo li a:hover {
  color: var(--whiteColor);
}
.blog-card.style-three .blog-info h3, .blog-card.style-four .blog-info h3 {
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.blog-card.style-five {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.blog-card.style-five .blog-img {
  width: 450px;
}
.blog-card.style-five .blog-info {
  width: calc(100% - 480px);
  margin-left: 30px;
}
.blog-card.style-five .blog-info h3 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 30px;
}
.blog-card.style-five .blog-info .blog-metainfo {
  margin-bottom: 8px;
}
.blog-card.style-five .blog-info .blog-metainfo li {
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
}
.blog-card.style-five .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card.style-five .blog-info .blog-metainfo li i {
  font-size: 16px;
  color: var(--secondaryColor);
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.blog-card.style-five .blog-info .blog-metainfo li a:hover {
  color: var(--whiteColor);
}
.blog-card.main .blog-img img {
  border-radius: 12px;
}
.blog-card.main.sticky .blog-info {
  background: linear-gradient(235deg, #251d43 77.16%, #7B13FF 158.68%);
}
.blog-card.main h3 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-card.main h3:hover {
  color: var(--secondaryColor);
}
.blog-card.main .read-more {
  font-weight: 400;
}
.blog-card.main .read-more:hover {
  color: var(--secondaryColor);
}

.blog-without-img .blog-card .blog-info {
  margin-top: 0 !important;
  width: 100%;
}

.blog-slider {
  position: relative;
  z-index: 1;
}
.blog-slider .blog-pagination {
  text-align: center;
  margin-top: 45px;
  position: relative;
  bottom: -5px;
}
.blog-slider .blog-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid rgba(4, 0, 32, 0.42);
  position: relative;
  opacity: 1;
  background-color: transparent;
}
.blog-slider .blog-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 51%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--secondaryColor);
  opacity: 0;
  transition: var(--transition);
}
.blog-slider .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  position: relative;
  top: 2px;
  border-color: var(--secondaryColor);
}
.blog-slider .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}

/*---------------------------------
        Testimonial CSS
----------------------------------*/
.testimonial-wrap.style-one .testimonial-img .client-review {
  position: absolute;
  bottom: 100px;
  left: 0;
  padding: 28px 45px 33px;
  background-color: #D2F4FF;
  border-radius: 4px;
}
.testimonial-wrap.style-one .testimonial-img .client-review .client-logo p {
  margin-bottom: 0;
}
.testimonial-wrap.style-one .testimonial-img .client-review .ratings {
  position: relative;
  top: 3px;
  margin-left: 30px;
}
.testimonial-wrap.style-one .testimonial-img .client-review .ratings ul {
  margin-bottom: 2px;
}
.testimonial-wrap.style-one .testimonial-img .client-review .ratings ul li i {
  font-size: 22px;
  line-height: 0.8;
  color: #EF4335;
}
.testimonial-wrap.style-one .testimonial-img .client-review .ratings span {
  color: rgba(4, 0, 32, 0.47);
}
.testimonial-wrap.style-three .industry-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial-wrap.style-three .testimonial-card.style-two p {
  color: rgba(255, 255, 255, 0.55);
}

.testimonial-wrapper {
  padding-bottom: 185px;
}

.testimonial-slider-one {
  position: relative;
  z-index: 1;
}
.testimonial-slider-one .testimonial-pagination {
  text-align: center;
  margin-top: 50px;
}
.testimonial-slider-one .testimonial-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid var(--optionalColor);
  position: relative;
  opacity: 1;
  background-color: transparent;
}
.testimonial-slider-one .testimonial-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 51%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--optionalColor);
  opacity: 0;
  transition: var(--transition);
}
.testimonial-slider-one .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  position: relative;
  top: 2px;
}
.testimonial-slider-one .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}

.testimonial-card .client-info-wrap .client-img {
  width: 46px;
  height: 46px;
}
.testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 61px);
  margin-left: 15px;
}
.testimonial-card .client-info-wrap .client-info h6 {
  margin-bottom: 5px;
}
.testimonial-card.style-one {
  padding: 25px;
  background-color: var(--titleColor);
  transition: var(--transition);
}
.testimonial-card.style-one.bg-overlay:before {
  z-index: 1;
  background-image: url(../img/testimonial-card-bg.webp);
}
.testimonial-card.style-one.bg-overlay:hover {
  background-color: #090129;
}
.testimonial-card.style-one.bg-overlay:hover:before {
  display: none;
}
.testimonial-card.style-one p {
  margin-bottom: 55px;
}
.testimonial-card.style-one .client-info-wrap {
  width: 65%;
}
.testimonial-card.style-one .client-logo {
  width: 40%;
}
.testimonial-card.style-one .client-logo img {
  display: block;
  margin-left: auto;
  max-width: 84px;
}
.testimonial-card.style-two p {
  font-size: 28px;
  line-height: 40px;
  color: #705295;
  margin-bottom: 60px;
}
.testimonial-card.style-two .client-info-wrap {
  width: calc(100% - 96px);
}
.testimonial-card.style-two .client-info-wrap h6 {
  margin-bottom: 0;
}
.testimonial-card.style-two .client-logo {
  width: 95px;
}
.testimonial-card.style-two .client-logo img {
  filter: brightness(0) invert(0);
  max-width: 93px;
  margin-left: auto;
  display: block;
}
.testimonial-card.style-three .section-title {
  margin-bottom: 76px;
}
.testimonial-card.style-three .client-info-wrap .client-info h6 {
  margin-bottom: 0;
}

.testimonial-wrapper .testimonial-logo-wrap {
  margin-bottom: 95px;
}

.testimonial-slider-btn.style-one {
  position: absolute;
  bottom: 23px;
  right: 0;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.testimonial-slider-btn.style-one .testimonial-prev img,
.testimonial-slider-btn.style-one .testimonial-next img {
  transition: var(--transition);
}
.testimonial-slider-btn.style-one .testimonial-prev:hover img,
.testimonial-slider-btn.style-one .testimonial-next:hover img {
  filter: brightness(0) invert(1);
}
.testimonial-slider-btn.style-one .testimonial-prev {
  margin-right: 12px;
}
.testimonial-slider-btn.style-one .testimonial-next {
  margin-left: 12px;
}
.testimonial-slider-btn.style-two .testimonial-prev2,
.testimonial-slider-btn.style-two .testimonial-next2 {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  cursor: pointer;
}
.testimonial-slider-btn.style-two .testimonial-prev2:hover img,
.testimonial-slider-btn.style-two .testimonial-next2:hover img {
  filter: brightness(0) invert(0);
}
.testimonial-slider-btn.style-two .testimonial-prev2 {
  left: 0;
}
.testimonial-slider-btn.style-two .testimonial-next2 {
  right: 0;
}

.client-review.style-two {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(123, 19, 255, 0.1);
  background: #F7F1FF;
  padding: 28px 35px 33px;
  margin-top: 75px;
}
.client-review.style-two .client-logo p {
  margin-bottom: 0;
}
.client-review.style-two .ratings {
  position: relative;
  top: 3px;
  margin-left: 30px;
}
.client-review.style-two .ratings ul {
  margin-bottom: 2px;
}
.client-review.style-two .ratings ul li i {
  font-size: 22px;
  line-height: 0.8;
  color: #EF4335;
}
.client-review.style-two .ratings span {
  color: rgba(4, 0, 32, 0.47);
}
.client-review.style-two:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1px;
  height: 52px;
  background-color: #E2E2E2;
  transform: translateY(-50%) rotate(13deg);
}
.client-review.style-two.dark-bg {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: radial-gradient(114.88% 50.27% at 2.73% 125%, rgba(123, 19, 255, 0.51) 0%, rgba(123, 19, 255, 0.04) 100%);
}
.client-review.style-two.dark-bg:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.client-review.style-two.dark-bg p {
  color: rgba(255, 255, 255, 0.85);
}
.client-review.style-two.dark-bg span {
  color: rgba(255, 255, 255, 0.85);
}

/*---------------------------------
        Sidebar CSS
----------------------------------*/
.sidebar .sidebar-widget {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 25px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  position: relative;
  display: block;
}

.search-box input {
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 50px 10px 20px;
}
.search-box input::-moz-placeholder {
  color: var(--whiteColor);
}
.search-box input::placeholder {
  color: var(--whiteColor);
}
.search-box button {
  padding: 5px 12.5px;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  background-color: var(--secondaryColor);
}

.widget.widget_categories ul li {
  margin-bottom: 20px;
}
.widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_categories ul li a {
  position: relative;
  padding-left: 15px;
}
.widget.widget_categories ul li a:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--offwhiteColor);
}
.widget.widget_categories ul li a:hover {
  color: var(--secondaryColor);
  padding-left: 18px;
}
.widget.widget_categories ul li a:hover:before {
  background-color: var(--secondaryColor);
}
.widget.widget_tag_cloud .tagcloud {
  display: inline-block;
}
.widget.widget_tag_cloud .tagcloud a {
  font-size: 14px;
  background-color: transparent;
  padding: 7px 20px;
  color: var(--offwhiteColor);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}

.pp-post-wrap .pp-post-item {
  margin-bottom: 30px;
}
.pp-post-wrap .pp-post-item:last-child {
  margin-bottom: 0;
}
.pp-post-wrap .pp-post-item .pp-post-img {
  width: 120px;
  border-radius: 12px;
}
.pp-post-wrap .pp-post-item .pp-post-img img {
  border-radius: 12px;
}
.pp-post-wrap .pp-post-item .pp-post-info {
  width: calc(100% - 140px);
  margin-left: 20px;
}
.pp-post-wrap .pp-post-item .pp-post-info .post-date {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: var(--offwhiteColor);
}
.pp-post-wrap .pp-post-item .pp-post-info .post-date:hover {
  color: var(--secondaryColor);
}
.pp-post-wrap .pp-post-item .pp-post-info h6 {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}
.pp-post-wrap .pp-post-item .pp-post-info h6 a {
  color: var(--whiteColor);
}
.pp-post-wrap .pp-post-item .pp-post-info h6 a:hover {
  color: var(--secondaryColor);
}

.tag-list {
  margin-top: -15px;
}
.tag-list li {
  display: inline-block;
  margin: 21px 7px 0 0;
}
.tag-list li a {
  font-size: 14px;
  background-color: transparent;
  padding: 7px 20px;
  color: var(--offwhiteColor);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  position: relative;
}
.tag-list li a:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}

/*-------------------------------
    All Details Page CSS
-------------------------------*/
.case-desc p,
.service-desc p,
.terms-wrap p,
.blog-desc p {
  margin-bottom: 18px;
  line-height: 1.8;
}
.case-desc p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child,
.blog-desc p:last-child {
  margin-bottom: 0;
}
.case-desc p strong, .case-desc p b,
.service-desc p strong,
.service-desc p b,
.terms-wrap p strong,
.terms-wrap p b,
.blog-desc p strong,
.blog-desc p b {
  color: var(--secondaryColor);
}
.case-desc p a,
.service-desc p a,
.terms-wrap p a,
.blog-desc p a {
  color: var(--whiteColor);
}
.case-desc p a:hover,
.service-desc p a:hover,
.terms-wrap p a:hover,
.blog-desc p a:hover {
  text-decoration: underline;
  color: var(--secondaryColor);
}
.case-desc ul li,
.service-desc ul li,
.terms-wrap ul li,
.blog-desc ul li {
  margin-bottom: 12px;
}
.case-desc h1, .case-desc h2, .case-desc h3, .case-desc h4, .case-desc h5, .case-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6,
.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6 {
  margin-bottom: 25px;
  font-weight: 500;
}
.case-desc h1,
.service-desc h1,
.terms-wrap h1,
.blog-desc h1 {
  font-size: 40px;
}
.case-desc h2,
.service-desc h2,
.terms-wrap h2,
.blog-desc h2 {
  font-size: 35px;
}
.case-desc h3,
.service-desc h3,
.terms-wrap h3,
.blog-desc h3 {
  font-size: 32px;
}
.case-desc h4,
.service-desc h4,
.terms-wrap h4,
.blog-desc h4 {
  font-size: 28px;
}
.case-desc h5,
.service-desc h5,
.terms-wrap h5,
.blog-desc h5 {
  font-size: 24px;
}
.case-desc h6,
.service-desc h6,
.terms-wrap h6,
.blog-desc h6 {
  font-size: 20px;
}
.case-desc ol,
.service-desc ol,
.terms-wrap ol,
.blog-desc ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.case-desc ol li,
.service-desc ol li,
.terms-wrap ol li,
.blog-desc ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
.case-desc .blog-metainfo li,
.service-desc .blog-metainfo li,
.terms-wrap .blog-metainfo li,
.blog-desc .blog-metainfo li {
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
}
.case-desc .blog-metainfo li:last-child,
.service-desc .blog-metainfo li:last-child,
.terms-wrap .blog-metainfo li:last-child,
.blog-desc .blog-metainfo li:last-child {
  margin-right: 0;
}
.case-desc .blog-metainfo li i,
.service-desc .blog-metainfo li i,
.terms-wrap .blog-metainfo li i,
.blog-desc .blog-metainfo li i {
  font-size: 16px;
  color: var(--secondaryColor);
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.case-desc .blog-metainfo li a:hover,
.service-desc .blog-metainfo li a:hover,
.terms-wrap .blog-metainfo li a:hover,
.blog-desc .blog-metainfo li a:hover {
  color: var(--whiteColor);
}
.case-desc .feature-item,
.service-desc .feature-item,
.terms-wrap .feature-item,
.blog-desc .feature-item {
  margin-bottom: 40px;
  position: relative;
  padding-left: 40px;
}
.case-desc .feature-item i,
.service-desc .feature-item i,
.terms-wrap .feature-item i,
.blog-desc .feature-item i {
  color: var(--secondaryColor);
  font-size: 27px;
  line-height: 0.8;
  position: absolute;
  top: 1px;
  left: 0;
}
.case-desc .feature-item h6,
.service-desc .feature-item h6,
.terms-wrap .feature-item h6,
.blog-desc .feature-item h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.case-desc .single-para,
.service-desc .single-para,
.terms-wrap .single-para,
.blog-desc .single-para {
  margin-bottom: 40px;
}
.case-desc .single-para:last-child,
.service-desc .single-para:last-child,
.terms-wrap .single-para:last-child,
.blog-desc .single-para:last-child {
  margin-bottom: 0;
}

.wp-blockquote {
  padding: 32px 40px 43px 40px;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(210deg, #090129 77.16%, #7B13FF 158.68%);
}
.wp-blockquote p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.74);
}
.wp-blockquote h6 {
  font-size: 18px !important;
  color: var(--whiteColor);
  padding-left: 50px;
  position: relative;
}
.wp-blockquote h6:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}

.post-metaoption {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 15px;
  clear: both;
}

.post-tag span,
.post-share span {
  color: var(--whiteColor);
  margin-right: 6px;
}

.post-tag ul li {
  margin-right: 6px;
}
.post-tag ul li:last-child {
  margin-right: 0;
}
.post-tag ul li:last-child a::before {
  display: none;
}
.post-tag ul li a {
  color: var(--offwhiteColor);
  position: relative;
}
.post-tag ul li a:hover {
  color: var(--whiteColor);
}
.post-tag ul li a::before {
  position: absolute;
  content: ",";
  right: -6px;
}

.post-share .social-profile li {
  margin-right: 5px;
}
.post-share .social-profile li:last-child {
  margin-right: 0;
}
.post-share .social-profile li a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.13);
}
.post-share .social-profile li a i {
  color: var(--optionalColor);
}
.post-share .social-profile li a:hover {
  background-color: var(--secondaryColor);
}
.post-share .social-profile li a:hover i {
  color: var(--whiteColor);
}

.comment-item-wrap {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.comment-item-wrap .comment-item {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: relative;
  top: 1px;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-name {
  margin: 0 0 0 15px;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-name h5 {
  line-height: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-name .comment-date {
  display: block;
  line-height: 1;
  margin-top: 7px;
}
.comment-item-wrap .comment-item .comment-text {
  margin: 22px 0 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  padding-bottom: 5px;
  transition: var(--transition);
}
.comment-item-wrap .reply-btn:after {
  width: 100%;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.12);
}
.comment-item-wrap .reply-btn img {
  transition: var(--transition);
}
.comment-item-wrap .reply-btn:hover {
  color: var(--whiteColor);
}
.comment-item-wrap .reply-btn:hover img {
  filter: brightness(0) invert(1);
}
.comment-item-wrap .reply-btn:hover:after {
  background-color: rgb(255, 255, 255);
}

.comment-form .form-group input, .comment-form .form-group textarea {
  background-color: #F2EFEB;
}

.case-desc .feature-card.style-one h3,
.terms-wrap .feature-card.style-one h3,
.service-desc .feature-card.style-one h3 {
  font-size: 28px;
}
.case-desc .feature-card.style-one p,
.terms-wrap .feature-card.style-one p,
.service-desc .feature-card.style-one p {
  padding-right: 0;
}
.case-desc .case-metainfo li,
.terms-wrap .case-metainfo li,
.service-desc .case-metainfo li {
  display: inline-block;
  margin-right: 12px;
}
.case-desc .case-metainfo li:last-child,
.terms-wrap .case-metainfo li:last-child,
.service-desc .case-metainfo li:last-child {
  margin-right: 0;
}
.case-desc .case-metainfo li a,
.terms-wrap .case-metainfo li a,
.service-desc .case-metainfo li a {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 17px 9px;
  line-height: 1;
  color: var(--offwhiteColor);
}
.case-desc .case-metainfo li a:hover,
.terms-wrap .case-metainfo li a:hover,
.service-desc .case-metainfo li a:hover {
  border-color: transparent;
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}
.case-desc .feature-list li,
.terms-wrap .feature-list li,
.service-desc .feature-list li {
  padding-left: 32px;
  margin-bottom: 32px;
}
.case-desc .feature-list li:last-child,
.terms-wrap .feature-list li:last-child,
.service-desc .feature-list li:last-child {
  margin-bottom: 0;
}
.case-desc .feature-list li img,
.terms-wrap .feature-list li img,
.service-desc .feature-list li img {
  top: 6px;
}
.case-desc .feature-list.style-two li,
.terms-wrap .feature-list.style-two li,
.service-desc .feature-list.style-two li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 16px;
}
.case-desc .feature-list.style-two li:last-child,
.terms-wrap .feature-list.style-two li:last-child,
.service-desc .feature-list.style-two li:last-child {
  margin-bottom: 0;
}
.case-desc .feature-list.style-two li:before,
.terms-wrap .feature-list.style-two li:before,
.service-desc .feature-list.style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #7B8F94;
  border-radius: 50%;
}

/*-------------------------------
    Job Card CSS
-------------------------------*/
.job-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 25px;
  position: relative;
  z-index: 1;
}
.job-card:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-image: url(../img/job-card-shape.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.job-card .job-info {
  width: calc(100% - 115px);
}
.job-card h3 {
  margin-bottom: 17px;
}
.job-card h3 a:hover {
  color: var(--secondaryColor);
}
.job-card .job-metainfo li {
  display: inline-block;
  font-size: 14px;
  margin-right: 21px;
}
.job-card .job-metainfo li:last-child {
  margin-right: 0;
}
.job-card .job-metainfo li i {
  font-size: 16px;
  color: var(--secondaryColor);
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.job-card .job-metainfo li a:hover {
  color: var(--whiteColor);
}
.job-card .link {
  padding-bottom: 4px;
}
.job-card .link:after {
  background-color: rgba(255, 255, 255, 0.12);
  width: 100%;
  opacity: 1;
}
.job-card .link:hover:after {
  background-color: var(--optionalColor);
}
.job-card:hover:before {
  width: 100%;
  opacity: 1;
}

/*-------------------------------
    Team Card CSS
-------------------------------*/
.team-card .team-img {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 20px 20px 0;
  position: relative;
  z-index: 1;
}
.team-card .team-img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-image: url(../img/team-card-shape.webp);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  transition: var(--transition);
  z-index: -1;
  opacity: 0;
}
.team-card .team-img img {
  display: block;
  margin: 0 auto;
}
.team-card .team-info {
  margin-top: 28px;
}
.team-card .team-info h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.team-card .team-info .team-info-left h3 {
  margin-bottom: 8px;
}
.team-card .team-info .team-info-left span {
  font-size: 14px;
  position: relative;
}
.team-card .team-info .team-info-left span i {
  font-size: 16px;
  color: var(--secondaryColor);
  margin-right: 6px;
}
.team-card .team-info .social-profile {
  transition: var(--transition);
  opacity: 0;
}
.team-card .team-info .social-profile li {
  margin-right: 5px;
}
.team-card .team-info .social-profile li:last-child {
  margin-right: 0;
}
.team-card .team-info .social-profile li i {
  color: var(--optionalColor);
  font-size: 24px;
  line-height: 0.9;
}
.team-card:hover .team-img:before {
  opacity: 1;
  width: 100%;
}
.team-card:hover .team-info .social-profile {
  visibility: visible;
  opacity: 1;
}

/*---------------------------------
     FAQ CSS
----------------------------------*/
.accordion-item {
  margin: 0 0 22px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px !important;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  font-family: var(--secondaryFont);
  font-weight: 500;
  line-height: 30px;
  color: var(--whiteColor);
  border: none;
  padding: 13px 65px 13px 25px;
  transition: var(--transition);
  background-color: transparent;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  opacity: 1;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) span i {
  transform: rotate(-180deg);
}
.accordion-item .accordion-header .accordion-button span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 9px;
  right: 30px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.accordion-item .accordion-body {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
}
.accordion-item .accordion-body:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/faq-shape.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.accordion-item .accordion-body p {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 30px 0 25px;
  padding: 25px 0 30px;
  color: var(--offwhiteColor);
}

.accordion-collapse {
  border: none;
}
.accordion-collapse.show .accordion-body:before {
  opacity: 1;
}

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 30px;
}
.error-content p {
  margin: 0 auto 30px;
  max-width: 520px;
}

/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 15px;
  z-index: 99;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider.round {
  border-radius: 50%;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/sunny.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--aztechColor);
  background-size: 17px;
}

.navbar-area .navbar,
input:checked + .slider {
  background-color: transparent;
}

input:focus + .slider {
  box-shadow: 0 0 1px transparent;
}

input:checked + .slider:before {
  transform: translateX(0);
  background: white url("https://themes.envytheme.com/ligen/wp-content/themes/ligen/assets/img/night.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.theme-light .navbar-brand .logo-dark,
.theme-light .logo .logo-dark {
  display: none !important;
}
.theme-light .navbar-brand .logo-light,
.theme-light .logo .logo-light {
  display: block !important;
}

.theme-dark body {
  background-color: var(--titleColor);
}
.theme-dark .navbar-brand .logo-dark,
.theme-dark .logo .logo-dark {
  display: block !important;
}
.theme-dark .navbar-brand .logo-light,
.theme-dark .logo .logo-light {
  display: none !important;
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
.theme-dark .award-card p,
.theme-dark .navbar-area.style-two .navbar .navbar-nav > .nav-item > .nav-link.dropdown-toggle::before,
.theme-dark .footer-wrap.style-two .footer-bottom .copyright-text,
.theme-dark .navbar-area.style-two .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  color: var(--whiteColor) !important;
}
.theme-dark .navbar-area.style-two .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .navbar-area.style-two .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area.style-two .navbar .navbar-nav > .nav-item > .nav-link.active.dropdown-toggle::before,
.theme-dark .navbar-area.style-two .navbar .navbar-nav > .nav-item > .nav-link.dropdown-toggle:hover::before,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  color: var(--secondaryColor) !important;
}
.theme-dark p, .theme-dark span {
  color: var(--offwhiteColor);
}
.theme-dark .bg-white,
.theme-dark .navbar-area.style-two .navbar .navbar-nav .nav-item .dropdown-menu,
.theme-dark .client-review.style-two,
.theme-dark .contact-section.style-two .contact-content .contact-form,
.theme-dark .bg-magnolia {
  background-color: var(--aztechColor) !important;
}
.theme-dark .hw-wrap .hw-content::before,
.theme-dark .contact-box {
  background-color: var(--codColor);
}
.theme-dark .contact-form input, .theme-dark .contact-form textarea, .theme-dark .contact-form select {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--whiteColor);
}
.theme-dark .navbar-area.style-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-dark .blog-wrapper.style-two .blog-bg-shape {
  z-index: 0;
  filter: brightness(0) invert(0);
}
.theme-dark .navbar-area.style-two .others-option a img, .theme-dark .navbar-area.style-two .others-option button img {
  filter: brightness(0) invert(1);
}
.theme-dark .blog-slider .blog-pagination .swiper-pagination-bullet {
  border: 1px solid rgba(255, 255, 255, 0.42);
}
.theme-dark .client-review.style-two {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.theme-dark .client-review.style-two:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .client-review.style-two p {
  color: rgba(255, 255, 255, 0.85) !important;
}
.theme-dark .client-review.style-two span {
  color: rgba(255, 255, 255, 0.85) !important;
}
.theme-dark .client-review.style-two .client-logo img {
  filter: brightness(0) invert(1);
}
.theme-dark .industry-card.style-two h3,
.theme-dark .industry-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.theme-dark .hero-section.style-two .hero-shape-one,
.theme-dark .award-bg-shape {
  filter: brightness(0) invert(0);
}
.theme-dark .service-tablist .nav-item .nav-link {
  color: var(--offwhiteColor);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: var(--transition);
}
.theme-dark .service-tab-content .service-features li {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-dark .service-tab-content .service-features li a {
  color: var(--whiteColor);
}
.theme-dark .service-tab-content .service-features li a img {
  filter: brightness(0) invert(1);
}
.theme-dark .case-card.style-four {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-color: var(--titleColor);
}
.theme-dark .case-card.style-four .case-info p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.theme-dark .case-card.style-four .btn {
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.theme-dark .case-card.style-four .btn img {
  filter: brightness(0) invert(1);
}

.for-white-section-bg {
  background-color: var(--whiteColor);
}

.for-white-section h1, .for-white-section h2, .for-white-section h3, .for-white-section h4, .for-white-section h5, .for-white-section h6 {
  color: var(--titleColor);
}
.for-white-section p {
  color: var(--paraColor);
}
.for-white-section a {
  color: var(--titleColor);
}
.for-white-section span {
  color: var(--paraColor);
}
.for-white-section ul li {
  color: var(--paraColor);
}
.for-white-section .contact-form .form-control {
  background-color: var(--whiteColor) !important;
  color: var(--paraColor) !important;
}

.sidebar .wp-block-group__inner-container.is-layout-flow {
  padding: 0;
}