/*============================================ 
# Template Name: Conxulpro
# Version: 1.0
# Date: 01-07-2024
# Author: pixelaxis
# Author URI: https://www.templatemonster.com/authors/softivus
# Description: Conxulpro - Creative Agency HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
/* @import "..css/bootstrap.min.css";
@import "..css/plugins/fontawesome.min.css";
@import "..css/plugins/nice-select.css";
@import "..css/plugins/magnific-popup.css";
@import "..css/plugins/swiper.min.css";
@import "..css/plugins/splitting.min.css";
@import "..css/plugins/tabler-icons.min.css"; */
/* @import "..css/plugins/jquery-ui-min.css"; */
/* @import "..css/plugins/odometer-min.css";
@import "..css/plugins/animate.css"; */ 
:root {
  --body-font: "Inter", sans-serif;
  --head-font: "Work Sans", sans-serif;
  --transition: all 0.5s ease-in-out;
  /* Color styles */
  --p1: 71, 90, 58;
  --s1: 235, 180, 0;
  --n1: 0, 0, 0;
  --n2: 228, 237, 227;
  --n3: 97, 97, 97;
  --n4: 255, 255, 255;
  --n5: 208, 214, 199;
  --n6: 245, 247, 242;
  --gradient-p1: linear-gradient(90deg, rgba(12, 169, 64, 0.08) 0.68%, rgba(236, 88, 88, 0.08) 100%);
  --box-shadow-p1: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.display-one {
  font-size: 120px;
}

.display-two {
  font-size: 96px;
}

.display-three {
  font-size: 76px;
}

.display-four {
  font-size: 60px;
}

.display-five {
  font-size: 56px;
}

.display-six {
  font-size: 48px;
}

.display-ex-one {
  font-size: 200px;
}

.fs-one,
h1,
h1 > a {
  font-size: 76px;
}

.fs-two,
h2,
h2 > a {
  font-size: 57px;
}

.fs-three,
h3,
h3 > a {
  font-size: 43px;
}

.fs-four,
h4,
h4 > a {
  font-size: 32px;
}

.fs-five,
h5,
h5 > a {
  font-size: 24px;
  line-height: 150%;
}

.fs-six,
h6,
h6 > a {
  font-size: 18px;
  line-height: 150%;
}

.fs-seven {
  font-size: 16px;
  line-height: 150%;
}

.fs-eight {
  font-size: 14px;
  line-height: 150%;
}

.fs-nine {
  font-size: 12px;
  line-height: 150%;
}

table thead tr th {
  font-size: 18px;
  line-height: 150%;
}

a,
p,
button,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1199px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 74.1px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 55.9px;
  }
  .preloader {
    background-size: 30%;
  }
  .display-ex-one {
    font-size: 140px;
  }
}
.pt-120 {
  padding-top: 120px;
}

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

@media (max-width: 991px) {
  .display-one {
    font-size: 72px;
    line-height: 86.4px;
  }
  .display-two {
    font-size: 64px;
    line-height: 76.8px;
  }
  .display-three {
    font-size: 56px;
    line-height: 67.2px;
  }
  .display-four {
    font-size: 48px;
    line-height: 46.4px;
  }
  .display-five {
    font-size: 42px;
    line-height: 54.6px;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
  }
  .display-ex-one {
    font-size: 120px;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
    line-height: 31.2px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 26px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 20.8px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 18.8px;
  }
  .fs-seven {
    font-size: 14px;
    line-height: 18.8px;
  }
  .fs-eight {
    font-size: 12px;
    line-height: 18px;
  }
  table thead tr th {
    font-size: 15px;
    line-height: 20.8px;
  }
  a,
  p,
  span,
  button,
  label,
  li {
    font-size: 14px;
    line-height: 22px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .banner-content {
    padding: 80px 0 90px;
  }
}
@media (max-width: 575px) {
  .display-one {
    font-size: 56px;
    line-height: 67.2px;
  }
  .display-two {
    font-size: 48px;
    line-height: 46.4px;
  }
  .display-three {
    font-size: 42px;
    line-height: 54.6px;
  }
  .display-four {
    font-size: 32px;
    line-height: 38.4px;
  }
  .display-five {
    font-size: 24px;
    line-height: 31.2px;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
  }
  .display-ex-one {
    font-size: 70px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}
html {
  scroll-behavior: initial !important;
}

body {
  font-family: var(--body-font);
  background-color: rgba(var(--n6, 1));
  color: rgba(var(--n3, 1));
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

section,
footer {
  overflow: hidden;
}

a,
p,
button,
span,
label,
li {
  margin: 0;
  font-family: var(--body-font);
  color: rgba(var(--n3), 1);
  transition: var(--transition);
  font-weight: 400;
}

.transition {
  transition: var(--transition);
}

a {
  text-decoration: none;
  outline: none;
  color: rgba(var(--p1), 1);
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
  color: rgba(var(--p1), 1);
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-one, .display-two, .display-three, .display-four, .display-five, .display-six, .display-ex-one, .heading {
  font-family: var(--head-font);
  color: rgba(var(--n1), 1);
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-one span, .display-two span, .display-three span, .display-four span, .display-five span, .display-six span, .display-ex-one span, .heading span {
  font-size: inherit;
  font-family: inherit;
  color: rgba(var(--p1), 1);
  line-height: inherit;
  font-weight: inherit;
}

.mat-icon {
  font-family: "tabler-icons";
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  /* list-style: none; */
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 2%;
}

button {
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  padding: 12px 20px;
  color: rgba(var(--n3), 1);
  width: 100%;
  font-family: var(--body-font);
  outline-color: transparent;
  font-size: 16px;
  border-radius: 6px;
  background-color: rgba(var(--n2), 1);
  border: 1px solid rgba(var(--n4), 0.3);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(var(--n3), 0.4);
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  color: rgba(var(--n3), 0.4);
  font-size: 16px;
}
input:focus,
textarea:focus {
  outline: 1px solid rgba(var(--p1), 1);
  box-shadow: none;
  border: 1px solid transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

.max-auto {
  max-width: 100%;
}

.max-un {
  max-width: unset;
}

.d-rtl {
  direction: rtl;
}

.collapsing {
  transition: var(--transition);
}

.alt-color a, .alt-color p, .alt-color span, .alt-color h1, .alt-color h2, .alt-color h3, .alt-color h4, .alt-color h5, .alt-color h6, .alt-color i, .alt-color select, .alt-color button {
  color: rgba(var(--n4), 1);
}

.p1-color {
  color: rgba(var(--p1), 1);
}

.s1-color {
  color: rgba(var(--s1), 1);
}

.n1-color {
  color: rgba(var(--n1), 1);
}

.n2-color {
  color: rgba(var(--n2), 1);
}

.n3-color {
  color: rgba(var(--n3), 1);
}

.n4-color {
  color: rgba(var(--n4), 1);
}

.n5-color {
  color: rgba(var(--n5), 1);
}

.n6-color {
  color: rgba(var(--n6), 1);
}

.p1-bg-color {
  background-color: rgba(var(--p1), 1);
}

.s1-bg-color {
  background-color: rgba(var(--s1), 1);
}

.n1-bg-color {
  background-color: rgba(var(--n1), 1);
}

.n2-bg-color {
  background-color: rgba(var(--n2), 1);
}

.n3-bg-color {
  background-color: rgba(var(--n3), 1);
}

.n4-bg-color {
  background-color: rgba(var(--n4), 1);
}

.n5-bg-color {
  background-color: rgba(var(--n5), 1);
}

.n6-bg-color {
  background-color: rgba(var(--n6), 1);
}

.border-color {
  border: 1px solid rgb(var(--n5));
}

.fw-mid {
  font-weight: 500;
}

.text-gradient {
  background: var(--gradient-p1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.max-ch {
  max-width: 60ch;
}

.cmn-btn {
  position: relative;
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.cmn-btn::before {
  content: "";
  position: absolute;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  left: 0;
  background-color: rgba(var(--s1, 1));
  transition: var(--transition);
}
.cmn-btn:hover::before {
  border-radius: 25px;
  width: 100%;
}

.file-upload {
  border-radius: 48px;
  border: 1px solid rgba(var(--p1), 1);
}
.file-upload input {
  display: none;
}
.file-upload .file {
  cursor: pointer;
  position: relative;
}
.file-upload .file .file-custom {
  border-radius: 20px;
}
.file-upload .add-file {
  color: rgba(var(--p1), 1);
}

.btn-popup-animation {
  z-index: 1;
  transition: var(--transition);
}
.btn-popup-animation i {
  z-index: 1;
  color: rgba(var(--n1), 1);
}
.btn-popup-animation:before, .btn-popup-animation::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(var(--s1), 1);
  border-radius: 50%;
  width: 80px;
  min-width: 80px;
  height: 80px;
}
@media (max-width: 576px) {
  .btn-popup-animation:before, .btn-popup-animation::after {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.btn-popup-animation:before {
  z-index: 1;
}
.btn-popup-animation:after {
  background-color: transparent;
  border: 2px solid rgba(var(--s1), 1);
  z-index: -1;
  animation: waves 2s 1s ease-out infinite;
}
@media (max-width: 576px) {
  .btn-popup-animation {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .btn-popup-animation i {
    color: rgba(var(--p1), 1);
  }
}
.btn-popup-animation.second-popup i {
  color: rgba(var(--n4), 1);
}
.btn-popup-animation.second-popup:before, .btn-popup-animation.second-popup::after {
  background-color: rgba(var(--p1), 1);
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.circle-text {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(var(--s1), 1);
  border: 1px solid rgba(var(--p1), 1);
  position: relative;
}
@media (max-width: 991px) {
  .circle-text {
    width: 125px;
    min-width: 125px;
    height: 125px;
  }
}
.circle-text .text {
  animation: rotate 50s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
}
.circle-text .text p {
  transform: translate(50%, 5px);
}
.circle-text .text span {
  position: absolute;
  font-size: inherit;
  font-weight: 600;
  transform-origin: 0 72px;
}
@media (max-width: 991px) {
  .circle-text .text p {
    transform: translate(50%, 0);
  }
  .circle-text .text span {
    transform-origin: 0 60px;
  }
}
.circle-text:hover .text {
  animation-play-state: paused;
}

.slide-vertical .char,
.slide-horizontal .char {
  overflow: hidden;
  color: transparent;
}
.slide-vertical .char::after, .slide-vertical .char::before,
.slide-horizontal .char::after,
.slide-horizontal .char::before {
  visibility: visible;
  color: rgba(var(--n1), 1);
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc(0.2s + 0.02s * (var(--char-index)));
}
.slide-vertical .char::before,
.slide-horizontal .char::before {
  color: rgba(var(--n1), 1);
  transition-delay: calc(0.02s * (var(--char-index)));
}
.slide-vertical:hover .char:before,
.slide-horizontal:hover .char:before {
  transition-delay: calc(0.2s + 0.02s * (var(--char-index)));
}
.slide-vertical:hover .char:after,
.slide-horizontal:hover .char:after {
  transition-delay: calc(0.02s * (var(--char-index)));
}

.slide-vertical .char:before {
  transform: translateY(-100%);
}
.slide-vertical:hover .char:before {
  transform: translateY(0%);
}
.slide-vertical:hover .char::after {
  transform: translateY(100%);
}

.slide-horizontal .char:before {
  transform: translateX(110%);
}
.slide-horizontal:hover .char:before {
  transform: translateX(0%);
}
.slide-horizontal:hover .char::after {
  transform: translateX(-110%);
}

.box-style {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.box-style:hover::before {
  width: 400%;
  height: 400%;
}
.box-style::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: rgba(var(--n1), 0.1);
  transition: all 0.7s ease;
  z-index: -1;
}
.box-style.first-box::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-second {
  background-color: rgba(var(--p1), 1);
  padding: 6px 20px;
  gap: 5px;
  border-radius: 100px;
  color: rgba(var(--n4), 1);
}
.box-style.box-second span {
  color: inherit;
}
.box-style.box-second i {
  transition: var(--transition);
}
.box-style.box-second:hover i {
  transform: rotateY(180deg);
}
.box-style.box-second::before {
  background-color: rgba(var(--n1), 1);
}
.box-style.box-second.first-alt {
  color: rgba(var(--p1), 1);
}
.box-style.box-second.first-alt i {
  transform: rotateY(0deg);
}
.box-style.box-second.first-alt span, .box-style.box-second.first-alt i {
  transition: none;
}
.box-style.box-second.first-alt:hover {
  color: rgba(var(--n4), 1);
}
.box-style.box-second.first-alt::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-third {
  background-color: transparent;
  width: 230px;
  min-width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid rgba(var(--n1), 1);
}
@media (max-width: 1199px) {
  .box-style.box-third {
    width: 170px;
    min-width: 170px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .box-style.box-third {
    width: 140px;
    min-width: 140px;
    height: 140px;
  }
}
.box-style.box-third::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-third:hover {
  border-color: transparent;
}
.box-style.box-third:hover i {
  transform: rotateY(180deg);
}
.box-style.box-third:hover i, .box-style.box-third:hover span {
  color: rgba(var(--n4), 1);
}
.box-style.box-third span, .box-style.box-third i {
  color: rgba(var(--n1), 1);
  transition: var(--transition);
}
.box-style.box-third.second-alt {
  background-color: rgba(var(--n2), 1);
}
.box-style.box-third.third-alt {
  background-color: rgba(var(--n5), 1);
  width: 265px;
  min-width: 265px;
  height: 265px;
}
@media (max-width: 991px) {
  .box-style.box-third.third-alt {
    width: 190px;
    min-width: 190px;
    height: 190px;
  }
}
.box-style.box-third.fourth-alt {
  width: 200px;
  min-width: 200px;
  height: 200px;
}
@media (max-width: 1199px) {
  .box-style.box-third.fourth-alt {
    width: 170px;
    min-width: 170px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .box-style.box-third.fourth-alt {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}

.v-border {
  background: rgba(var(--p1), 0.2);
  width: 1px;
  height: 25px;
}

.v-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 96px;
  background-color: rgba(var(--n5), 1);
}
.v-line.f-width::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(var(--n1), 1);
}
.v-line.f-width-second::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(var(--n5), 1);
}

.cus-border {
  border-color: rgba(var(--p1), 1) !important;
}
.cus-border.b-second {
  border-color: rgba(var(--n4), 1) !important;
}
.cus-border.b-third {
  border-color: rgba(var(--n5), 1) !important;
}
.cus-border.b-fourth {
  border-color: rgba(var(--s1), 1) !important;
}
.cus-border.b-fifth {
  border-color: rgba(var(--n4), 0.2) !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed transparent;
}

.ul-dots li {
  list-style: disc;
}

.ul-decimal li {
  list-style: decimal;
}

.counter-area .odometer span {
  color: rgba(var(--n1), 1);
}

.cmn-header {
  background-color: rgba(var(--s1), 0.2);
}

.social-area a {
  border: 1px solid rgba(var(--p1), 0.1);
  border-radius: 50%;
  background: rgba(var(--n2), 1);
  transition: var(--transition);
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (max-width: 991px) {
  .social-area a {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.social-area a i {
  transition: var(--transition);
  color: rgba(var(--p1), 1);
}
.social-area a:hover {
  background: rgba(var(--p1), 1);
}
.social-area a:hover i {
  color: rgba(var(--n4), 1);
}
.social-area.alt a {
  border-color: rgba(var(--p1), 1);
  background: transparent;
}
.social-area.alt a:hover {
  background-color: rgba(var(--p1), 1);
}
.social-area.s-alt a {
  background: rgba(var(--n4), 1);
}
.social-area.s-alt a i {
  color: rgba(var(--n1), 1);
}
.social-area.s-alt a:hover {
  background-color: rgba(var(--s1), 1);
}

.social-items a i, .social-items a span {
  transition: var(--transition);
}
.social-items a:hover i, .social-items a:hover span {
  color: rgba(var(--p1), 1);
}

.image-box-effect:hover img:nth-child(1) {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.image-box-effect:hover img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.image-box-effect img:nth-child(1) {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.image-box-effect .img {
  position: absolute;
  transition: 0.9s;
}

.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 100ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(var(--n1), 1);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: rgba(var(--n1), 1);
  transition: var(--transition);
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
.mouse-follower.highlight-cursor-head {
  cursor: none;
}
.mouse-follower.highlight-cursor-head .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-head .cursor-dot {
  height: 150px;
  width: 150px;
  background: rgba(var(--n4), 1);
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-head .cursor-dot {
    height: 80px;
    width: 80px;
  }
}
.mouse-follower.highlight-cursor-para {
  cursor: none;
}
.mouse-follower.highlight-cursor-para .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-para .cursor-dot {
  height: 100px;
  width: 100px;
  background: rgba(var(--n6), 1);
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}

.highlight-cursor-head, .-para {
  cursor: none;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

::-webkit-scrollbar-track {
  background: rgba(var(--n5), 1);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

.cus-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  max-height: 90vh;
  top: 100px;
}
.cus-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.cus-scrollbar::-webkit-scrollbar-button, .cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
  height: 10px;
  overflow: visible;
}
.cus-scrollbar:hover::-webkit-scrollbar {
  width: 3px;
}
.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: rgba(255, 211, 198, 0.5);
}
.cus-scrollbar:hover::-webkit-scrollbar-button, .cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.top-sticky {
  top: 100px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  width: 45px;
  height: 45px;
  right: 30px;
  background-color: rgba(var(--p1), 1);
  padding: 0 12px;
  color: rgba(var(--p1), 1);
  line-height: 120%;
  font-size: 12px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop:hover i {
  margin: 0;
}
.scrollToTop i {
  transition: var(--transition);
  margin-bottom: -25px;
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

#preloader {
  background-color: rgba(var(--n1), 1);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}
#preloader #loader {
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(var(--s1), 1);
  animation: preload 2s linear infinite;
}
#preloader #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(var(--s1), 1);
  animation: preload 3s linear infinite;
}
#preloader #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(var(--s1), 1);
  animation: preload 1.5s linear infinite;
}

@keyframes preload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.singleTab .nav-links {
  cursor: pointer;
}
.singleTab .tabContents {
  position: relative;
}
.singleTab .tabContents .tabItem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}
.singleTab .tabContents .tabItem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.pagination li a {
  color: rgba(var(--n2), 1);
}
.pagination .page-item .page-link {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 999;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active, .pagination .page-item .page-link:focus {
  background-color: rgba(var(--p1), 1);
  border-color: transparent;
  box-shadow: none;
}

.breadcrumb-area .breadcrumb {
  row-gap: 8px;
}
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb span {
  color: rgba(var(--n3), 1);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb span {
    font-size: 16px;
  }
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\ea61";
  font-family: "tabler-icons";
  z-index: 1;
  position: absolute;
  left: 0;
  font-size: 24px;
  color: rgba(var(--n3), 1);
}
.breadcrumb-area .breadcrumb .active span {
  color: rgba(var(--p1), 1);
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 15px;
  top: initial;
  border-color: rgba(var(--n2), 0.6);
}
.nice-select .list {
  width: initial;
  background-color: rgba(var(--n4), 1);
  box-shadow: none;
  overflow: initial;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 60vh;
  overflow-x: auto;
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
}

.checkbox-single {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-single .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  border: 1px solid rgba(var(--p1), 0.5);
}
.checkbox-single .checkmark::after {
  content: "";
}
.checkbox-single input:checked ~ .checkmark::after {
  content: "\ea5e";
  position: absolute;
  font-family: "tabler-icons";
}
.checkbox-single input:checked ~ .checkmark:after {
  display: block;
}

.switch-wrapper .active {
  color: rgba(var(--p1), 1);
}
.switch-wrapper .switch {
  width: 50px;
  height: 26px;
}
.switch-wrapper .switch .slider {
  cursor: pointer;
  border-radius: 34px;
  transition: var(--transition);
  background: rgba(var(--p1), 1);
}
.switch-wrapper .switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  transform: translateX(3px);
  background-color: rgba(var(--p1), 1);
  transition: var(--transition);
}
.switch-wrapper .switch input:checked + .slider::before {
  transform: translateX(25px);
}

.single-radio {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.single-radio:hover input ~ .checkmark {
  background-color: transparent;
}
.single-radio .checkmark {
  position: absolute;
  left: 0;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(var(--p1), 0.1);
}
.single-radio .checkmark::after {
  content: "";
  font-size: 20px;
  position: absolute;
}
.single-radio input:checked ~ .checkmark {
  background-color: rgba(var(--n4), 1);
}
.single-radio input:checked ~ .checkmark::after {
  content: "\ea5e";
  display: block;
  color: rgba(var(--p1), 1);
  font-family: "tabler-icons";
}

.slide-button {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.slide-button:hover {
  background-color: rgba(var(--p1), 1);
  color: rgba(var(--n4), 1);
}

.slider-pagination {
  width: initial;
}
.slider-pagination span {
  letter-spacing: 10px;
  color: rgba(var(--s1), 1);
}

.input-area {
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--n1), 0.2);
}
.input-area:focus-within {
  border-bottom: 1px solid rgba(var(--s1), 1);
}
.input-area input,
.input-area textarea {
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.input-area input::-moz-placeholder, .input-area textarea::-moz-placeholder {
  color: rgba(var(--n3), 0.4);
  font-weight: 500;
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: rgba(var(--n3), 0.4);
  font-weight: 500;
}
.input-area .nice-select {
  padding-right: 40px !important;
}
.input-area .nice-select::-moz-placeholder {
  color: rgba(var(--n3), 1);
}
.input-area .nice-select::placeholder {
  color: rgba(var(--n3), 1);
}
.input-area .nice-select:focus, .input-area .nice-select:hover {
  border: none;
  outline: none;
  color: rgba(var(--n3), 1);
}
.input-area .nice-select .current {
  color: rgba(var(--n3), 1);
  font-size: 16px;
  border: none;
  outline: none;
}
.input-area .nice-select .list {
  border: 1px solid rgba(var(--n6), 0.2);
  bottom: initial;
  padding: 8px 16px;
  background: rgb(var(--bg1));
  color: rgba(var(--n3), 1);
}
.input-area .nice-select::after {
  display: block;
  right: 24px;
}
.input-area.second {
  border-radius: 48px;
  border: 1px solid rgba(var(--n5), 1);
  background-color: rgba(var(--n4), 1);
}
.input-area.second input {
  font-size: 16px;
}
.input-area.second button {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .input-area.second button {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes run {
  0% {
    left: 0%;
  }
  50% {
    left: 90%;
  }
  100% {
    left: 5%;
  }
}
@keyframes run2 {
  0% {
    top: 0%;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 5%;
  }
}
@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 992px) {
  .header-section {
    background: rgba(var(--n4), 1);
  }
}
.header-section .nav-brand {
  max-width: 265px;
}
@media (max-width: 991px) {
  .header-section .nav-brand {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: initial !important;
  }
}
.header-section .main-navbar .logo {
  display: none;
}
.header-section .main-navbar .custom-nav .menu-item button::after {
  position: absolute;
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 500;
  font-size: 14px;
  right: 0;
  z-index: -1;
  transition: all 1s ease;
}
.header-section .main-navbar .custom-nav .menu-item button, .header-section .main-navbar .custom-nav .menu-item a,
.header-section .main-navbar .custom-nav .menu-link button,
.header-section .main-navbar .custom-nav .menu-link a {
  color: rgba(var(--n1), 1);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}
.header-section .main-navbar .custom-nav .menu-item button:hover, .header-section .main-navbar .custom-nav .menu-item button.active, .header-section .main-navbar .custom-nav .menu-item a:hover, .header-section .main-navbar .custom-nav .menu-item a.active,
.header-section .main-navbar .custom-nav .menu-link button:hover,
.header-section .main-navbar .custom-nav .menu-link button.active,
.header-section .main-navbar .custom-nav .menu-link a:hover,
.header-section .main-navbar .custom-nav .menu-link a.active {
  color: rgba(var(--p1), 1);
  border-color: rgba(var(--p1), 1);
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav {
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    display: none;
    border-left: 1px solid rgba(var(--n1), 1);
    padding: 10px 20px;
  }
  .header-section .main-navbar .custom-nav .sub-menu a, .header-section .main-navbar .custom-nav .sub-menu button {
    position: relative;
  }
  .header-section .main-navbar .custom-nav .sub-menu a::before, .header-section .main-navbar .custom-nav .sub-menu button::before {
    content: "";
    position: absolute;
    background-color: rgb(var(--n1));
    width: 16px;
    height: 1px;
    left: -20px;
    top: 11px;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .custom-nav .menu-item button:hover button::after {
    transform: rotate(-180deg);
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    transform: translateY(20px);
    text-wrap: nowrap;
    transition: var(--transition);
    display: initial !important;
    background: rgba(var(--n4), 1);
    z-index: 10;
    pointer-events: none;
  }
  .header-section .main-navbar .custom-nav .sub-menu::after {
    content: "";
    position: absolute;
    background-color: rgba(var(--n4), 1);
    width: 16px;
    height: 16px;
    top: -8px;
    right: calc(100% - 24px);
    z-index: -1;
    transform: rotate(45deg);
  }
  .header-section .main-navbar .custom-nav .sub-menu .sub-menu {
    left: 100%;
    top: -20px;
  }
  .header-section .main-navbar .custom-nav .menu-item {
    position: relative;
  }
  .header-section .main-navbar .custom-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.header-section .main-navbar .navbar-toggle-btn {
  width: 40px;
  height: 28px;
  position: relative;
  right: 0;
  transition: var(--transition);
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(var(--s1));
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: var(--transition);
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(1) {
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(2), .header-section .main-navbar .navbar-toggle-btn span:nth-child(3) {
  top: 12px;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 24px;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .top-header .review-area .total-review {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 75%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 50% 75%, 0 100%, 0 0);
  width: 64px;
  height: 100px;
  background: rgba(var(--p1), 1);
}
.header-section .top-header .icon-box {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: rgba(var(--p1), 0.1);
}

.header-fixed {
  background: rgba(var(--n4), 1);
}
.header-fixed .top-header {
  display: none !important;
}
.header-fixed .main-navbar .logo {
  display: block;
}
@media (max-width: 991px) {
  .header-fixed .main-navbar .logo {
    display: none;
  }
}

.footer-section .element-area img {
  transform: rotate(75deg);
}
.footer-section .footer-links ul {
  overflow: hidden;
}
.footer-section .footer-links a {
  position: relative;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.footer-section .footer-links a::before {
  content: "\ea65";
  font-family: "tabler-icons";
  z-index: 1;
  position: absolute;
  color: rgba(var(--p2), 1);
  left: -30px;
  font-size: 24px;
  transition: var(--transition);
}
.footer-section .footer-links a:hover {
  padding-left: 20px;
  color: rgba(var(--p2), 1);
}
.footer-section .footer-links a:hover::before {
  left: -5px;
}
.footer-section .copyright a {
  color: rgba(var(--s1), 1);
}

.banner-section {
  background: rgb(70, 89, 57);
  background: radial-gradient(circle, rgba(70, 89, 57, 0.3) 0%, rgb(255, 255, 255) 100%);
}
.banner-section.index-one:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(var(--n6, 1));
  height: 40px;
}
@media (min-width: 1399px) {
  .banner-section.index-one .banner-img .image-vivacity {
    max-width: unset;
  }
}
.banner-section.index-one .abs-area {
  bottom: -50px;
}
.banner-section .case-study li {
  margin: 0 -10px;
}
.banner-section .star-filled img {
  animation: rotate 5s linear infinite;
}
.banner-section .professional-team .clients-study li {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin: 0 -6px;
  background-color: rgba(var(--p1), 1);
}
@media (max-width: 991px) {
  .banner-section .professional-team .clients-study li {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.banner-section .professional-team .clients-study li span {
  color: rgba(var(--n4), 1);
}
.banner-section .v-line::before {
  width: 110px;
  left: 40px;
}
@media (max-width: 1199px) {
  .banner-section .v-line::before {
    width: 34px;
  }
}
@media (max-width: 991px) {
  .banner-section .v-line::before {
    display: none;
  }
}
.banner-section .about-content {
  margin-top: -12px;
}
.banner-section .content-area .symbol {
  color: rgba(var(--s1), 1);
}
.banner-section .content-area .odometer span {
  color: rgba(var(--n4), 1);
}
.banner-section .content-area span {
  color: rgba(var(--n5), 1);
}
@media (max-width: 1599px) {
  .banner-section.about .reveal-fourth img {
    max-width: 90%;
  }
}
@media (max-width: 1399px) {
  .banner-section.about .reveal-fourth img {
    max-width: 70%;
  }
}
@media (min-width: 1199px) {
  .banner-section.services .image-area img {
    max-width: unset;
  }
}

.line-shape span {
  background-color: rgba(var(--p1), 0.1);
  position: relative;
}
.line-shape span:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 100%;
  animation-direction: alternate;
}
.line-shape.second span:before {
  width: 3px;
  height: 30px;
}

.marquee-section .marquee-wrap {
  animation: marquee 10s linear infinite;
  animation-direction: alternate;
}
.marquee-section .marquee-wrap:hover {
  animation-play-state: paused;
}
.marquee-section .marquee-content {
  display: flex;
}
.marquee-section .marquee-content img {
  animation: rotate 50s linear infinite;
}
@media (max-width: 767px) {
  .marquee-section .marquee-content img {
    max-width: 60px !important;
  }
}
.marquee-section .marquee-content span {
  white-space: nowrap;
  position: relative;
  -webkit-text-stroke: 2px rgba(var(--p1), 0.6);
  color: transparent;
  text-transform: uppercase;
}
.marquee-section .marquee-content span::before {
  overflow: hidden;
  position: absolute;
  inset-inline-start: 0;
  width: 0;
  color: rgba(var(--p1), 1);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 1s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}
.marquee-section .marquee-content span::after {
  content: "";
  -webkit-text-stroke: 2px rgba(var(--p1), 0.6);
  color: transparent;
}
.marquee-section .marquee-content span:hover::before {
  width: 100%;
}
@media (min-width: 991px) {
  .marquee-section.index-item {
    margin-top: -40px;
  }
}
.marquee-section.second .marquee-content span {
  -webkit-text-stroke: 2px rgba(var(--p1), 0.08);
}

.about-us .element-area {
  left: 7%;
}
@media (max-width: 1399px) {
  .about-us .element-area {
    left: initial;
    right: 0;
  }
}
.about-us .sec-img:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 250px;
  background-color: rgba(var(--s1), 1);
  top: 30px;
  left: 48px;
}

@media (max-width: 767px) {
  .why-choose-us .image-box-effect {
    position: relative !important;
  }
}
.why-choose-us .element-area {
  rotate: 50deg;
}
.why-choose-us .icon-box {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .why-choose-us .icon-box {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.why-choose-us .icon-box::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #465939 2.38%, rgba(70, 89, 57, 0) 82.52%);
  width: 2px;
  height: 60px;
  top: calc(100% + 12px);
}
.why-choose-us.best-services .single-item:hover h5 {
  color: rgba(var(--p1), 1);
}
.why-choose-us.best-services .single-item:hover .icon-box {
  background-color: rgba(var(--s1), 1) !important;
}

@media (min-width: 992px) {
  .case-studies .section-header {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 992px) {
  .case-studies .img-area img {
    height: 80vh;
  }
}
@media (max-width: 991px) {
  .case-studies .img-area img {
    max-width: 100%;
  }
}
.case-studies .number-head {
  margin-left: -70px;
}
@media (max-width: 991px) {
  .case-studies .number-head {
    margin-left: 0;
  }
}
.case-studies .number-head span::after {
  content: "";
  position: absolute;
  background: rgba(var(--n3), 1);
  width: 18px;
  height: 2px;
  right: -24px;
}
.case-studies .horizontal-content-wrapper {
  gap: 70px;
}
@media (min-width: 992px) {
  .case-studies .horizontal-content-wrapper {
    gap: 250px;
  }
}
.case-studies .horizontal-content-wrapper .horizontal-item {
  padding: 0;
}
@media (min-width: 992px) {
  .case-studies .horizontal-content-wrapper .horizontal-item {
    padding: 100px 150px;
  }
}
@media (min-width: 992px) {
  .case-studies .horizontal-content-wrapper .horizontal-item .main-content {
    min-width: 60%;
    margin-left: 10%;
  }
}
.case-studies.portfolio-item .img-area img {
  height: inherit;
}
@media (max-width: 1399px) {
  .case-studies.portfolio-item .img-area img {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .our-teams .section-header {
    margin-bottom: -40px !important;
  }
}
.our-teams .img-area.active .social-area {
  transform: rotateX(0deg);
}
.our-teams .img-area.active .social-hide-btn i {
  color: rgba(var(--n8), 1);
}
.our-teams .img-area:hover::after {
  background: linear-gradient(0deg, rgba(234, 179, 0, 0.46) 0%, rgba(234, 179, 0, 0) 100%);
  height: 100%;
}
.our-teams .img-area::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(234, 179, 0, 0.46) 0%, rgba(234, 179, 0, 0) 0%);
  transition: var(--transition);
  width: 100%;
  height: 0;
  bottom: 0;
  z-index: 1;
}
.our-teams .social-area {
  transform: rotateX(90deg);
  bottom: calc(100% + 15px);
  border-color: transparent;
  transition: var(--transition);
}
.our-teams .social-area a {
  background-color: rgba(var(--s1), 1);
}
.our-teams .social-area a:hover {
  background-color: rgba(var(--p1), 1);
}
.our-teams .social-hide-btn {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: rgba(var(--s1), 1);
  z-index: 5;
}
@media (max-width: 991px) {
  .our-teams .social-hide-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.our-teams .social-all-items {
  bottom: -20px;
}
.our-teams .horizontal-content-wrapper {
  gap: 30px;
}
@media (max-width: 991px) {
  .our-teams .horizontal-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .our-teams .horizontal-content-wrapper .img-area img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .our-teams .horizontal-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.our-teams .horizontal-content-wrapper .horizontal-item {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .our-teams .horizontal-content-wrapper .horizontal-item {
    padding: 0;
  }
}
.our-teams .horizontal-content-wrapper .horizontal-item:nth-child(even) {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .our-teams .horizontal-content-wrapper .horizontal-item:nth-child(even) {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .our-teams .horizontal-content-wrapper .horizontal-item:nth-child(even) {
    margin-top: 0;
  }
}

.our-team-details .digital-marketing span:first-child {
  width: 25%;
}
.our-team-details .progress {
  background: rgba(var(--p1), 1);
  height: 2px;
  overflow: initial;
}
.our-team-details .progress .progress-bar {
  height: 5px;
  background: rgba(var(--s1), 1);
  width: 0%;
}

.contact .main-content::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(180deg, rgba(70, 89, 57, 0) 0%, #465939 89.53%);
  width: 100%;
  height: 100%;
}
.contact .main-content a {
  background-color: rgba(var(--s1), 1);
}
.contact .main-content a span {
  color: rgba(var(--n1), 1);
}
.contact .main-content a i {
  background-color: rgba(var(--n4), 1);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.contact .main-content a:hover span {
  color: rgba(var(--n4), 1);
}
.contact .checkbox-area {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  .contact .checkbox-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact .map-content {
  min-height: 480px;
}
@media (max-width: 991px) {
  .contact .map-content {
    min-height: 280px;
  }
}

.pricing-package .nav-links span {
  margin-left: -12px;
  background-color: rgba(var(--n4), 1);
  color: rgba(var(--n1), 1);
  transition: var(--transition);
}
.pricing-package .nav-links.active span {
  z-index: 1;
  background-color: rgba(var(--p1), 1);
  color: rgba(var(--n4), 1);
}
.pricing-package .list-area .arrow-area {
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.pricing-package .radio-content .save {
  background-color: rgba(249, 118, 79, 0.1);
  color: #F9764F;
}
.pricing-package .radio-content label {
  border: 1px solid rgba(var(--p1), 0.1);
}
.pricing-package .radio-content label:hover, .pricing-package .radio-content label.active {
  background-color: rgba(var(--p1), 1);
}
.pricing-package .radio-content label:hover .save, .pricing-package .radio-content label.active .save {
  background-color: rgba(234, 179, 0, 0.1);
  color: #EAB300;
}
.pricing-package .radio-content label:hover .checkmark, .pricing-package .radio-content label.active .checkmark {
  border-color: rgba(var(--n4), 0.6);
}
.pricing-package .radio-content label:hover span, .pricing-package .radio-content label.active span {
  color: rgba(var(--n4), 1);
}

.clients-says .icon-area i {
  transform: rotate(180deg);
}
.clients-says .items-wrapper::after {
  content: "";
  position: absolute;
  background: rgba(var(--n4), 1);
  transition: var(--transition);
  width: 100%;
  height: 72%;
  top: 0;
  z-index: -1;
}
.clients-says .items-wrapper:hover p, .clients-says .items-wrapper:hover i {
  color: rgba(var(--n4), 1);
}
.clients-says .items-wrapper:hover::after {
  background: rgba(var(--p1), 1);
}

.appointment .container::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(var(--n5), 1);
  border-radius: 32px;
  width: 120%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1500px) {
  .appointment .container::after {
    width: 105%;
  }
}
@media (max-width: 1199px) {
  .appointment .container::after {
    width: 95%;
  }
}

.our-service .single-item {
  transition: var(--transition);
}
.our-service .single-item .icon-box {
  transition: all 0.7s ease-in-out;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .our-service .single-item .icon-box {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.our-service .single-item h5 {
  transition: all 1.4s ease-in-out;
}
.our-service .single-item p {
  transition: all 1.2s ease-in-out;
  margin-bottom: 0;
}
.our-service .single-item a {
  gap: 8px;
  transition: var(--transition);
  opacity: 0;
  height: 0;
  transition: all 0.2s ease-in-out;
}
.our-service .single-item a:hover {
  gap: 16px;
}
@media (max-width: 767px) {
  .our-service .single-item a {
    opacity: initial;
    height: initial;
    margin-top: 12px;
  }
}
@media (min-width: 767px) {
  .our-service .single-item:hover {
    transform: scale(1.1) translate(0px, 23.25px);
    transition: var(--transition);
    z-index: 1;
  }
  .our-service .single-item:hover .icon-box, .our-service .single-item:hover h5, .our-service .single-item:hover p, .our-service .single-item:hover a {
    transform: translate(0px, -23.25px);
    transition: all 0.2s ease-in-out;
  }
}
.our-service .single-item:hover p {
  margin-bottom: 30px;
}
.our-service .single-item:hover a {
  opacity: 1;
}
.our-service .single-item:hover .icon-box {
  background-color: rgba(var(--s1), 1);
  color: rgba(var(--p1), 1);
}
.our-service .single-item:hover span, .our-service .single-item:hover h5, .our-service .single-item:hover p, .our-service .single-item:hover a {
  color: rgba(var(--n4), 1);
}

.make-together .container:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  z-index: -1;
  background-color: rgba(var(--p1), 1);
}
.make-together .clients-study li {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin: 0 -6px;
  background-color: rgba(var(--s1), 1);
}
@media (max-width: 991px) {
  .make-together .clients-study li {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.make-together .clients-study li span {
  color: rgba(var(--n1), 1);
}
@media (min-width: 992px) {
  .make-together .video-bg {
    margin-bottom: -185px;
  }
}

.our-awards .btn-box a {
  transition: all 0.7s ease-in-out;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .our-awards .btn-box a {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.our-awards .marquee-section {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .our-awards .marquee-section {
    transform: rotate(20deg);
  }
}
.our-awards .marquee-section .marquee-second {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .our-awards .marquee-section .marquee-second {
    margin-top: -24px;
  }
}
.our-awards .box-content {
  position: relative;
}
.our-awards .box-content:hover .hover-content {
  z-index: 5;
}
.our-awards .box-content .hover-content {
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.our-partner .single-item {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.our-partner .single-item img {
  transition: var(--transition);
}
@media (max-width: 1399px) {
  .our-partner .single-item img {
    max-width: 60%;
  }
}
.our-partner .single-item:hover img {
  transform: scale(1.1);
}
.our-partner .v-line::before {
  width: 110%;
  left: calc(100% + 10px);
}
@media (max-width: 1199px) {
  .our-partner .v-line::before {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .our-partner .partner-content p {
    width: 140%;
  }
}

.careers-details .sidebar-single .title-area {
  position: relative;
}
.careers-details .sidebar-single .title-area::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: rgba(var(--p1), 1);
  left: 0;
  bottom: 0;
}
.careers-details .sidebar-single .icon-areas {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  .careers-details .sidebar-single .icon-areas {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.careers-details .sidebar-single.apply-now a {
  background-color: rgba(var(--s1), 1);
}
.careers-details .single-item:hover h5, .careers-details .single-item:hover span {
  color: rgba(var(--n4), 1);
}
.careers-details .single-item:hover .btn-box .icon-area {
  display: none;
}
.careers-details .single-item:hover .btn-box a {
  display: flex;
}
.careers-details .single-item .btn-box .icon-area {
  display: flex;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (max-width: 991px) {
  .careers-details .single-item .btn-box .icon-area {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.careers-details .single-item .btn-box a {
  display: none;
}
.careers-details .sidebar-wrapper ul a:hover span, .careers-details .sidebar-wrapper ul a:hover i {
  color: rgba(var(--p1), 1);
}
.careers-details .sidebar-wrapper ul li:last-child a {
  margin-bottom: 0 !important;
}

@media (max-width: 575px) {
  .services-details {
    overflow: hidden !important;
  }
}
.services-details .contact .main-content:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, #465939 0%, rgba(70, 89, 57, 0) 100%);
  width: 100%;
  height: 100%;
}
.services-details .title-area {
  position: relative;
}
.services-details .title-area::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: rgba(var(--p1), 1);
  left: 0;
  bottom: -5px;
}
.services-details .sidebar-single ul a:hover span, .services-details .sidebar-single ul a:hover i {
  color: rgba(var(--p1), 1);
}
.services-details .sidebar-single ul li:last-child a {
  margin-bottom: 0 !important;
}
.services-details .btn-area a {
  background-color: rgba(var(--s1), 1);
}
.services-details .btn-area a span {
  color: rgba(var(--n1), 1);
}
.services-details .btn-area a i {
  background-color: rgba(var(--n4), 1);
  color: rgba(var(--n1), 1);
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.blog-details .marquee-section {
  top: -10px;
  right: 0;
}
@media (max-width: 767px) {
  .blog-details .marquee-section {
    right: initial;
    left: 0;
    top: 0;
  }
}
.blog-details .title-area {
  position: relative;
}
.blog-details .title-area::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: rgba(var(--p1), 1);
  left: 0;
  bottom: -5px;
}
.blog-details .sidebar-single.categories a .item-title {
  border-bottom: 1px solid transparent;
}
.blog-details .sidebar-single.categories a:hover span {
  color: rgba(var(--p1), 1);
}
.blog-details .sidebar-single.categories a:hover .item-title {
  border-color: rgba(var(--p1), 1);
}
.blog-details .sidebar-single.get-in-touch button {
  background-color: rgba(var(--s1), 1);
  color: rgba(var(--n1), 1);
}
.blog-details .quota-area .v-line::before {
  background-color: rgba(var(--s1), 1);
  width: 40px;
  left: 0;
}
.blog-details .digital-marketing li span:first-child {
  width: 25%;
}
.blog-details .comments-area .text-area p {
  width: 80%;
}
.blog-details .comments-area .sub-comment {
  margin-left: 8%;
}
.blog-details .social-item a:hover {
  color: rgba(var(--s1), 1);
}
@media (max-width: 991px) {
  .blog-details .img-area img {
    width: 60px;
  }
}

.sticky-wrapper .sidebar-wrapper {
  background-color: rgba(var(--n6), 1);
}
.sticky-wrapper .sidebar-wrapper .thumb img {
  min-width: 90px;
  max-width: 90px;
}
@media (max-width: 1399px) {
  .sticky-wrapper .sidebar-wrapper .thumb img {
    min-width: 55px;
    max-width: 55px;
  }
}
@media (max-width: 1199px) {
  .sticky-wrapper .sidebar-toggler {
    position: relative;
  }
  .sticky-wrapper .sidebar-toggler .cus-scrollbar {
    top: 40px;
  }
  .sticky-wrapper .sidebar-toggler .sidebar-head {
    position: absolute;
    overflow: hidden;
    height: 24px;
    z-index: 2;
    right: 0;
    top: 0;
  }
  .sticky-wrapper .sidebar-toggler .sidebar-head.active .sidebar-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
  }
  .sticky-wrapper .sidebar-toggler .sidebar-head .sidebar-wrapper {
    transform: translateX(200px);
    opacity: 0;
    right: 0;
    visibility: hidden;
    transition: 0.5s;
    overflow: auto;
    max-height: 80vh;
  }
  .sticky-wrapper .sidebar-toggler .sidebar-head .sidebar-area {
    width: 100%;
  }
  .sticky-wrapper .sidebar-toggler .sidebar-head.primary-sidebar {
    left: 0;
    right: initial;
  }
  .sticky-wrapper .sidebar-toggler .sidebar-head.primary-sidebar.active .sidebar-wrapper {
    transform: translateX(0px);
  }
  .sticky-wrapper .sidebar-toggler .sidebar-head.primary-sidebar .sidebar-wrapper {
    transform: translateX(-200px);
  }
  .sticky-wrapper .sidebar-wrapper {
    min-width: 340px;
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .sticky-wrapper .sidebar-wrapper {
    min-width: 290px;
    max-width: 290px;
  }
}

.sidebar-common .v-border {
  height: 1px;
}
.sidebar-common .sidebar-head i {
  transition: all 0.3s;
}
.sidebar-common .sidebar-head:hover, .sidebar-common .sidebar-head.active {
  color: rgba(var(--p2), 1);
}
.sidebar-common .sidebar-head:hover i, .sidebar-common .sidebar-head.active i {
  transform: rotate(90deg);
}
.sidebar-common .sidebar-item-head {
  cursor: pointer;
}
@media (min-width: 1400px) {
  .sidebar-common {
    height: 100% !important;
  }
}

.faq .header-area {
  cursor: pointer;
}
.faq .header-area button {
  font-size: inherit;
}
@media (max-width: 575px) {
  .faq .header-area button {
    padding-right: 15%;
  }
}
.faq .header-area button::before, .faq .header-area button::after {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 50%;
}
.faq .header-area button::before {
  content: "";
  background-color: rgba(var(--p1), 1);
  width: 24px;
  min-width: 24px;
  height: 24px;
  transition: var(--transition);
}
@media (max-width: 767px) {
  .faq .header-area button::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.faq .header-area button::after {
  content: "\eb0b";
  font-family: "tabler-icons";
  font-size: 18px;
  transform: rotate(0deg);
  transition: var(--transition);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--n4), 1);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .faq .header-area button::after {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.faq .content-area {
  display: none;
}
.faq .active button::after {
  content: "\eaf2";
  transform: rotate(180deg);
}
.faq .active button::before {
  background-color: rgba(var(--s1), 1);
}

.sign-up .image-area img {
  width: 100%;
}
@media (min-width: 1199px) {
  .sign-up .image-area img {
    width: 145%;
    max-width: unset;
  }
}
.sign-up .box-style.box-second {
  background-color: rgba(var(--s1), 1);
}
.sign-up .box-style.box-second span {
  color: rgba(var(--n1), 1);
}
.sign-up .box-style.box-second:hover span {
  color: rgba(var(--n4), 1);
}

.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}
.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}
.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}
.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}
.privacy-content .safe-data {
  margin: 55px 0;
}
.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}
.privacy-content .safe-data ul li {
  padding-left: 15px;
}
.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}
.privacy-content .cookies {
  margin-bottom: -36px;
}
.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}

.pre-built-sites {
  z-index: 9999;
}
.pre-built-sites .sites-show-button {
  background-color: #292C36;
}
.pre-built-sites .sites-show-button img {
  background: #48A133 !important;
}
.pre-built-sites .buynow-button {
  background: #C72424 !important;
}
.pre-built-sites .button-area {
  top: calc(50% - 100px);
}
.pre-built-sites .button-area button {
  writing-mode: vertical-rl;
}
.pre-built-sites .close-button-area {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.pre-built-sites .close-button-area.active {
  pointer-events: visible;
  opacity: 1;
}
.pre-built-sites .close-button-area button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #c72424;
}
.pre-built-sites .demo-frame {
  transform: translate(70%, -5%) perspective(50px) rotateY(-25deg);
  transition: all ease-in-out 2s;
  position: fixed;
}
.pre-built-sites .demo-frame.active {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */