@charset "UTF-8";
/*
@File: Exrox 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.  Preloader CSS
3.  Back To Top Button CSS
4.  Animation CSS
5.  Custom Cursor CSS
6.  Pagination CSS
8.  Breadcrumb CSS
7.  Hero Section CSS
9.  About Section CSS
10. Why Choose Us Section CSS
11. Service Section CSS
12. Case Studies CSS
13. Partner Brand CSS
14. Industry Section CSS
15. Moving text CSS
16. Pricing Card CSS
17. Blog CSS
18. Contact CSS
19. CTA Box CSS
20. FAQ CSS
21. Testimonials CSS
22. Team CSS
23. Sidebar Widget CSS
24. Blog,Case, Service, Career Details CSS
---------------------------------------------------*/
/*@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
:root {
  --primaryFont: "DM Sans", sans-serif;
  --secondaryFont: "Rethink Sans", sans-serif;
  --primaryColor: #00252C;
  --secondaryColor: #B9F8B1;
  --optionalColor: #91D089;
  --titleColor: #393737;
  --paraColor: #888787;
  --ashColor: #F5F5F5;
  --whiteColor: #fff;
  --offwhiteColor: rgba(255,255,255,0.7);
  --grayColor: #99A8AB;
  --aztechColor: #111828;
  --charcoalColor: #30363D;
  --codColor: #12131B;
  --borderColor: rgba(255, 255, 255, 0.15);
  --darkParaColor: #C0C0C0;
  --slateGrayColor: #171717;
  --fontSize: 16px;
  --transition: all ease .5s;
}*/
@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/futubk.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/futubkit.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/futura-20medium-20bt.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/futurabookbt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/futurabookitalicbt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}


/*@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans:ital,wght@0,400..800;1,400..800&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {

  --primaryFont: "Futura Bk BT", sans-serif;
  --secondaryFont: "Noto Sans", sans-serif;
  --primaryColor: #1E1B4B;
  --secondaryColor: #610000;
  --optionalColor: #ccae63;
  --titleColor: #393737;
  --paraColor: #888787;
  --ashColor: #F5F5F5;
  --whiteColor: #fff;
  --offwhiteColor: rgba(255, 255, 255, 0.7);
  --grayColor: #99A8AB;
  --aztechColor: #111828;
  --charcoalColor: #30363D;
  --codColor: #12131B;
  --borderColor: rgba(255, 255, 255, 0.15);
  --darkParaColor: #C0C0C0;
  --slateGrayColor: #171717;
  --fontSize: 16px;
  --transition: all ease .5s;
}
/*--------------------------------------------------
    General Styles
----------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-bottom: 100px;
}

.form-control:focus {
  box-shadow: none;
  outline: 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;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

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

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

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

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

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

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

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

.text-gray {
  color: var(--grayColor);
}

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

.text-paraTwo {
  color: var(--paraColor);
}

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

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

.text-dusty {
  color: #A89C9C;
}

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

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

.bg-black {
  background-color: var(--blackColor);
}

.bg-title {
  background-color: var(--titleColor);
}

.bg-albastor {
  background-color: #F7F7F7;
}

.bg_primary {
  background-color: var(--primaryColor);
}

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

.bg-optional {
  background-color: var(--optionalColor);
}

.ht-60 {
  height: 60px;
}

.ht-45 {
  height: 45px;
}

.ht-48 {
  height: 48px;
}

.ht-50 {
  height: 50px;
}

.ht-132 {
  height: 132px;
}

.ht-152 {
  height: 152px;
}

.ht-180 {
  height: 180px;
}

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

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

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

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

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

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

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

.fs-19 {
  font-size: 19px;
  line-height: 30px;
}

.fs-20 {
  font-size: 20px;
  line-height: 30px;
}

.fs-22 {
  font-size: 22px;
  line-height: 32px;
}

.fs-24 {
  font-size: 24px;
  line-height: 34px;
}

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

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

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

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

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

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

.ls-1 {
  letter-spacing: 0.1em;
}

.outline-0:focus {
  outline: none;
}

.fw-black {
  font-weight: 900;
}

.fw-extrabold {
  font-weight: 800;
}

.resize-0 {
  resize: none;
}

.pt-20 {
  padding-top: 20px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-115 {
  padding-top: 115px;
}

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

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

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

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

.pb-120 {
  padding-bottom: 120px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-80 {
  margin-bottom: 80px;
}

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

.mtb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.btn {
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
  padding: 0;
  border: none;
}
.btn .btn-icon-one,
.btn .btn-icon-two {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.btn .btn-icon-one img,
.btn .btn-icon-two img {
  max-width: 18px;
}
.btn .btn-icon-one {
  margin-right: -10px;
  transition: var(--transition);
}
.btn .btn-icon-two {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  margin-left: -54px;
  transition: var(--transition);
}
.btn .btn-text {
  border-radius: 50px;
  height: 54px;
  padding: 5px 21px;
  transition: var(--transition);
}
.btn:hover .btn-icon-one {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
.btn:hover .btn-icon-two {
  opacity: 1;
  visibility: visible;
  margin-left: -9px;
}
.btn:hover .btn-text {
  margin-left: -52px;
}
.btn.style-one .btn-icon-one,
.btn.style-one .btn-icon-two {
  background-color: var(--secondaryColor);
  color: #fff;
}

/*.btn.style-one .btn-text {
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}*/
.btn.style-one .btn-text {
  background-color: var(--secondaryColor);
  color: #fff;
}
.btn.style-two .btn-icon-one,
.btn.style-two .btn-icon-two {
  /*background-color: var(--whiteColor);*/
  background-color: var(--primaryColor);
}
.btn.style-two .btn-text {
  /*background-color: var(--whiteColor);*/
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
/*.btn.style-three .btn-icon-one,
.btn.style-three .btn-icon-two {
  background-color: var(--secondaryColor);
}*/
.btn.style-three .btn-icon-one,
.btn.style-three .btn-icon-two {
  background-color: var(--primaryColor);
  /*border: 1px solid var(--primaryColor);*/
}
.btn.style-three .btn-icon-one img,
.btn.style-three .btn-icon-two img {
  max-width: 29px;
}
.btn.style-three .btn-icon-one {
  margin-right: 0px;
}
.btn.style-three .btn-text {
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  color: var(--titleColor);
}
.btn.style-three:hover .btn-icon-two {
  margin-left: 0px;
}
.btn.style-three:hover .btn-text {
  margin-left: -52px;
  background-color: var(--primaryColor);
  border-color: transparent;
  color: #fff;
}

.link {
  position: relative;
  padding-bottom: 1px;
  line-height: 1;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.link i {
  margin-left: 5px;
  font-size: 23px;
  font-weight: 300;
  line-height: 0.8;
  position: relative;
  top: 2px;
  transition: var(--transition);
}
.link img {
  position: relative;
  top: -1px;
  margin-left: 7px;
  transition: var(--transition);
}
.link:hover:after {
  width: 100%;
}
.link:hover img {
  margin-left: 9px;
}
.link:hover i {
  margin-left: 9px;
}
.link.style-one {
  color: var(--primaryColor);
}
.link.style-one:after {
  background-color: var(--primaryColor);
}
.link.style-one:hover {
  color: var(--primaryColor);
}
.link.style-two {
  color: var(--primaryColor);
}
.link.style-two:after {
  background-color: var(--titleColor);
}
.link.style-two:hover {
  color: var(--titleColor);
}
.link.style-three {
  color: #fff;
}
.link.style-three:after {
  background-color: #fff;
}

.link-hover-title,
.link-hover-white,
.link-hover-primary,
.link-hover-secondary {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s;
}
.link-hover-title:hover,
.link-hover-white:hover,
.link-hover-primary:hover,
.link-hover-secondary:hover {
  background-size: 100% 2px;
}

.link-hover-title:hover {
  background-image: linear-gradient(var(--titleColor), var(--titleColor));
  color: var(--titleColor);
}

.link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor) !important;
}

.link-hover-white:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor) !important;
}

.link-hover-secondary:hover {
  background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor));
  color: var(--secondaryColor) !important;
}

.hover-text-secondary:hover {
  color: var(--secondaryColor) !important;
}

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

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

.tilt-img {
  transition: 0.3s ease;
  transform-style: preserve-3d;
}

.img-hover-scale .img-scale img {
  transition: all 500ms ease;
}
.img-hover-scale .img-scale img:first-child {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-hover-scale:hover .img-scale img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.img-hover-scale:hover .img-scale img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover-zoom .img-zoom:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.img-hover-zoom:hover .img-zoom:before {
  animation: shine 0.75s;
}
.img-hover-zoom:hover .img-zoom img {
  transform: scale(1.05);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile.style-one li {
  margin-right: 6px;
  line-height: 1;
}
.social-profile.style-one li:last-child {
  margin-right: 0;
}
.social-profile.style-one li a {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--secondaryColor);
}
.social-profile.style-one li:hover a {
  background-color: var(--whiteColor);
}
.social-profile.style-one li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--secondaryColor);
  z-index: -1;
  transform: translate(-100%, -100%);
  transition: var(--transition);
}
.social-profile.style-one li a i {
  font-size: 17px;
  line-height: 17px;
  position: relative;
  color: var(--whiteColor) !important;
}
.social-profile.style-one li a:hover:after {
  transform: translate(0, 0);
}
.social-profile.style-one li a:hover i {
  /*color: var(--titleColor);*/
  color: var(--whiteColor);
}
.social-profile.style-two li {
  margin-right: 15px;
  line-height: 1;
}
.social-profile.style-two li:last-child {
  margin-right: 0;
}
.social-profile.style-two li a i {
  font-size: 16px;
  line-height: 1;
  color: var(--whiteColor);
}
.social-profile.style-two li a:hover i {
  color: var(--secondaryColor);
}
.social-profile.style-three li {
  margin-right: 6px;
  line-height: 1;
}
.social-profile.style-three li:last-child {
  margin-right: 0;
}
.social-profile.style-three li a {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.social-profile.style-three li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--primaryColor);
  z-index: -1;
  transform: translate(-100%, -100%);
  transition: var(--transition);
}
.social-profile.style-three li a i {
  font-size: 17px;
  line-height: 17px;
  position: relative;
  color: var(--paraColor);
}
.social-profile.style-three li a:hover:after {
  transform: translate(0, 0);
}
.social-profile.style-three li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-four li {
  margin-right: 5px;
  line-height: 1;
}
.social-profile.style-four li:last-child {
  margin-right: 0;
}
.social-profile.style-four li a {
  width: 36px;
  height: 36px;
  background-color: rgba(165, 111, 73, 0.1);
}
.social-profile.style-four li a i {
  font-size: 17px;
  line-height: 1;
  position: relative;
  top: 1px;
  color: var(--primaryColor);
}
.social-profile.style-four li a:hover {
  background-color: var(--primaryColor);
}
.social-profile.style-four li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-five li {
  margin-bottom: 10px;
}
.social-profile.style-five li:last-child {
  margin-bottom: 0;
}
.social-profile.style-five li a {
  position: relative;
  /*color: var(--grayColor);*/
  color: #fff;
}
.social-profile.style-five li a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--secondaryColor);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.social-profile.style-five li a:hover {
  color: var(--whiteColor);
}
.social-profile.style-five li a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

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

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

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

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

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

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

.section-title.style-one, .section-title.style-two {
  font-size: 40px;
  line-height: 52px;
}
.section-title.style-three {
  font-size: 48px;
  line-height: 56px;
}
.section-title.style-one small {
  position: relative;
  top: -6px;
  max-height: 25px;
  min-width: 260px;
}
.section-title.style-two span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section-title.style-two span:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 11px;
  background-image: url(../images/section-title-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 11px;
  z-index: -1;
}

.slider-btn .prev-btn,
.slider-btn .next-btn {
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.slider-btn .prev-btn:before,
.slider-btn .next-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
}
.slider-btn .prev-btn img,
.slider-btn .prev-btn i,
.slider-btn .next-btn img,
.slider-btn .next-btn i {
  transition: var(--transition);
}
.slider-btn .prev-btn i,
.slider-btn .next-btn i {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 0;
}
.slider-btn .prev-btn:hover:before,
.slider-btn .next-btn:hover:before {
  width: 100%;
  opacity: 1;
}
.slider-btn .prev-btn:hover img,
.slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.slider-btn .prev-btn i {
  left: -1px;
}
.slider-btn .next-btn i {
  right: -1px;
}
.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  background-color: var(--whiteColor);
  width: 54px;
  height: 54px;
}
.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  background: var(--primaryColor);
}
.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  color: var(--ashColor);
}
.slider-btn.style-one .prev-btn:hover img,
.slider-btn.style-one .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.slider-btn.style-one .prev-btn:hover i,
.slider-btn.style-one .next-btn:hover i {
  color: var(--whiteColor);
}
.slider-btn.style-two .prev-btn,
.slider-btn.style-two .next-btn {
  background-color: var(--whiteColor);
}
.slider-btn.style-two .prev-btn:before,
.slider-btn.style-two .next-btn:before {
  background: var(--primaryColor);
}
.slider-btn.style-two .prev-btn i,
.slider-btn.style-two .next-btn i {
  color: var(--titleColor);
}
.slider-btn.style-two .prev-btn:hover img,
.slider-btn.style-two .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.slider-btn.style-three .prev-btn,
.slider-btn.style-three .next-btn {
  /*background-color: #043138;*/
  background-color: var(--secondaryColor);
  width: 54px;
  height: 54px;
}
.slider-btn.style-three .prev-btn:before,
.slider-btn.style-three .next-btn:before {
  background: var(--secondaryColor);
}
.slider-btn.style-three .prev-btn i,
.slider-btn.style-three .next-btn i {
  color: var(--ashColor);
}
.slider-btn.style-three .prev-btn:hover img,
.slider-btn.style-three .next-btn:hover img {
  filter: brightness(0) invert(0);
}
.slider-btn.style-three .prev-btn:hover i,
.slider-btn.style-three .next-btn:hover i {
  color: var(--whiteColor);
}
.slider-btn.style-four .prev-btn,
.slider-btn.style-four .next-btn {
  background-color: var(--primaryColor);
  width: 54px;
  height: 54px;
}
.slider-btn.style-four .prev-btn:before,
.slider-btn.style-four .next-btn:before {
  background: var(--secondaryColor);
}
.slider-btn.style-four .prev-btn i,
.slider-btn.style-four .next-btn i {
  color: var(--whiteColor);
}
.slider-btn.style-four .prev-btn img,
.slider-btn.style-four .next-btn img {
  filter: brightness(0) invert(1);
}
.slider-btn.style-four .prev-btn:hover i,
.slider-btn.style-four .next-btn:hover i {
  color: var(--whiteColor);
}

.outline-0:focus {
  outline: none;
}

.rating li {
  display: inline-block;
}
.rating li i {
  line-height: 0.8;
  color: #FF9D0A;
}

/*--------------------------------------------------
   Preloader Area CSS
---------------------------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow: hidden;
  background-color: var(--primaryColor);
}
.preloader-area .spinner {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

}
.preloader-area .spinner div {
  animation: spinner 1.875s infinite backwards;
  background-color: var(--primaryColor);
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.preloader-area .spinner div:nth-child(1) {
  animation-delay: 0.15s;
  background-color: rgb(255 255 255 / 90%);
}
.preloader-area .spinner div:nth-child(2) {
  animation-delay: 0.3s;
  background-color: rgb(255 255 255 / 90%);
}
.preloader-area .spinner div:nth-child(3) {
  animation-delay: 0.45s;
  background-color: rgb(255 255 255 / 90%);
}
.preloader-area .spinner div:nth-child(4) {
  animation-delay: 0.6s;
  background-color: rgb(255 255 255 / 90%);
}
.preloader-area .spinner div:nth-child(5) {
  animation-delay: 0.75s;
  background-color: rgb(255 255 255 / 90%);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg) translateY(-200%);
  }
  60%, 100% {
    transform: rotate(360deg) translateY(-200%);
  }
}
/*--------------------------------------------------
    Back To Top CSS
---------------------------------------------------*/
.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 rgba(15, 2, 0, 0.15);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  font-family: remixicon !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  left: 0;
  color: var(--primaryColor);
  top: 1px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}

.progress-wrap:hover::before {
  opacity: 1;
}

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

/*--------------------------------------------------
     Animation CSS
---------------------------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.rotate-fast {
  animation: rotation 5s infinite linear;
}

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

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

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

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

.zoomIn {
  animation: zoom-in 3500ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

[data-cue=anim-left],
[data-cue=anim-right],
[data-cue=anim-top],
[data-cue=anim-bottom] {
  opacity: 0;
}

.has-animated.anim-top {
  animation: anim-top 2.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

.has-animated.anim-right {
  animation: anim-right 2.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.has-animated.anim-bottom {
  animation: anim-bottom 2.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

.has-animated.anim-left {
  animation: anim-left forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.anim-left {
  animation: anim-left 1.2s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.moving_cloud_one {
  animation: movingclouds 20s linear infinite;
}

.moving_cloud_two {
  animation: movingclouds 45s linear infinite;
}

.moving_cloud_three {
  animation: movingclouds 19s linear infinite;
}

.moving_cloud_four {
  animation: movingclouds 35s linear infinite;
}

.moving_cloud_five {
  animation: movingclouds 50s linear infinite;
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}

@keyframes anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes movingclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -110%;
  }
}
@keyframes movingplane {
  0% {
    margin-left: 100%;
    top: 300px;
  }
  29% {
    margin-left: 50%;
    top: 50px;
    transform: rotate(20deg);
  }
  31% {
    transform: rotate(-20deg);
  }
  60% {
    margin-left: 0%;
    top: 300px;
  }
  100% {
    margin-left: -100%;
    top: 300px;
  }
}
.reveal-text-right {
  visibility: hidden;
  max-width: 100%;
}
.reveal-text-right .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.reveal-text-right .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.reveal-text-right .perspective {
  position: relative;
  display: inline-block;
}
.reveal-text-right .perspective div {
  position: relative;
  display: inline-block;
}
.reveal-text-right .word {
  display: inline-block;
}

.reveal-mask {
  overflow: hidden;
}

.ripple:before {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}
.ripple:after {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: ripple 3s infinite;
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(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(100px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(63px, 71px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 52px) 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);
  }
}
/*------------------------------------------------
    Custom Cursor CSS
------------------------------------------------*/
.cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 350ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--primaryColor);
  background-color: transparent;
}
.cursor .cursor-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  width: 120px;
  height: 120px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.cursor.show-text .cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cursor-inner {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.6s, height 0.6s, opacity 0.6s;
  background-color: var(--primaryColor);
  z-index: 999;
}
.cursor-inner.hidden {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0.5s;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: var(--primaryColor);
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.cursor.view {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
  width: 120px;
  height: 120px;
  font-size: 16px;
  cursor: pointer;
}

/*---------------------------------
   Pagination CSS
----------------------------------*/
.page-nav li {
  margin-right: 10px;
}
.page-nav li:last-child {
  margin-right: 0;
}
.page-nav li:last-child a i {
  right: -2px;
}
.page-nav li a {
  width: 54px;
  height: 54px;
  font-size: 18px;
  background-color: var(--whiteColor);
  color: var(--paraColor);
  font-weight: 700;
  border: none;
  transition: var(--transition);
}
.page-nav li a:focus {
  outline: none;
  box-shadow: none;
}
.page-nav li a i {
  font-size: 28px;
  font-weight: 300;
  color: var(--paraColor);
  position: relative;
  top: 1px;
  transition: var(--transition);
}
.page-nav li a.active, .page-nav li a:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.page-nav li a.active i, .page-nav li a:hover i {
  color: var(--whiteColor);
}
.page-nav li a.active img, .page-nav li a:hover img {
  filter: brightness(0) invert(0);
}

/*------------------------------------------
        Breadcrumb CSS
------------------------------------------*/
.breadcrumb-area.style-one {
  margin-top: -105px;
  padding: 165px 0 80px;
  background-attachment: fixed;
  overflow: hidden;
}
.breadcrumb-area.style-one .br-bg {
  height: calc(100% + 20px);
  margin-top: -20px;
}
.breadcrumb-area.style-one .br-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120%;
  /*background: radial-gradient(48.7% 48.7% at 62.29% 33.22%, rgba(0, 37, 44, 0.2) 0%, rgba(0, 37, 44, 0.94) 75%);*/
   /* background: radial-gradient(
    48.7% 48.7% at 62.29% 33.22%,
    rgba(7, 1, 81, 0.2) 0%,
    rgba(7, 1, 81, 0.94) 75%
);*/
/*background: radial-gradient(
    48.7% 48.7% at 62.29% 33.22%,
    rgba(30, 27, 75, 0.2) 0%,
    rgba(30, 27, 75, 0.94) 75%
);*/
    background: radial-gradient(48.7% 48.7% at 62.29% 33.22%, rgb(30 27 75 / 63%) 0%, rgb(30 27 75 / 35%) 75%);
  z-index: 0;
}
.breadcrumb-area.style-one .section-title {
  margin-bottom: 12px;
}
.breadcrumb-area .br-menu li {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  padding-right: 15px;
  font-weight: 500;
  color: var(--secondaryColor);
}
.breadcrumb-area .br-menu li:after {
  position: absolute;
  top: 50%;
  right: -2px;
  content: "/";
  font-size: 16px;
  color: var(--paraColor);
  transform: translateY(-50%);
}
.breadcrumb-area .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-area .br-menu li:last-child:after {
  display: none;
}
.breadcrumb-area .br-menu li a {
  color: var(--grayColor);
}
.breadcrumb-area .br-menu li a:hover {
  color: var(--secondaryColor);
}

/*---------------------------------
   Hero Section CSS
----------------------------------*/
.hero-area.style-one {
  margin-top: -100px;
}
.hero-area.style-two {
  padding: 225px 0 120px;
  margin-top: -100px;
}
.hero-area.style-two .hero-shape-one {
  opacity: 0.1;
  bottom: -45px;
}
.hero-area.style-two .hero-bg {
  z-index: -1;
  width: 46%;
  height: 100%;
}
.hero-area.style-two .hero-bg img {
  margin-top: -3px;
}
.hero-area.style-two .hero-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 37, 44, 0) 49.88%, #00252C 100%);
  z-index: 0;
}
.hero-area.style-two .hero-content h1 {
  font-size: 54px;
  line-height: 72px;
  margin-bottom: 35px;
}
.hero-area.style-two .hero-stat-wrapper .stat-card {
  width: 238px;
  padding: 22px 20px 25px 29px;
}
.hero-area.style-two .hero-stat-wrapper .hero-para {
  width: calc(100% - 262px);
  margin-left: auto;
}
.hero-area.style-two .contact-info li {
  margin-bottom: 16px;
}
.hero-area.style-two .contact-info li:last-child {
  margin-bottom: 0;
}
.hero-area.style-three {
  padding: 300px 0 90px;
}
.hero-area.style-three .hero-bg {
  cursor: none;
}
.hero-area.style-three .hero-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(49.73% 49.73% at 50% 33.06%, rgba(0, 37, 44, 0.3) 0%, rgba(0, 37, 44, 0.97) 75%);
  z-index: -1;
}
.hero-area.style-three .hero-bg .shape-one,
.hero-area.style-three .hero-bg .shape-two {
  opacity: 0.4;
}
.hero-area.style-three .hero-content h1 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 6px;
}
.hero-area.style-three .hero-content .hero-para {
  width: 76%;
  margin-left: auto;
  margin-bottom: 70px;
}
.hero-area.style-three .hero-content .hero-para p {
  margin-bottom: 40px;
}
.hero-area.style-three .stat-card-wrap {
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-left: auto;
}
.hero-area.style-three .stat-card-wrap .stat-card {
  width: 238px;
}
.hero-area.style-three .stat-card-wrap .stat-card .stat-card-shape {
  bottom: -5px;
}
.hero-area.style-three .stat-card-wrap .stat-card.style-two {
  min-height: 265px;
}

.hero-slider-one .hero-pagination {
  position: absolute;
  bottom: 65px;
  left: 50%;
  z-index: 2;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
}
.hero-slider-one .hero-pagination .swiper-pagination-current {
  font-size: 64px;
  font-weight: 600;
  font-family: var(--secondaryFont);
  color: var(--whiteColor);
  transition: var(--transition);
}
.hero-slider-one .hero-pagination .swiper-separator {
  font-size: 34px;
}
.hero-slider-one .hero-pagination .swiper-pagination-total {
  font-size: 40px;
  font-weight: 600;
  color: #888787;
  font-family: var(--secondaryFont);
  transition: var(--transition);
}

.hero-slide-item.style-one {
  padding: 250px 0 90px;
}
/*.hero-slide-item.style-one .hero-shape {
  top: 50.5%;
  left: 19.2%;
}*/
.hero-slide-item.style-one .hero-shape {
    bottom: 0;
    right: 19.2%;
}


.hero-slide-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* black shade */
    z-index: 1;
}




/*.hero-slide-item.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120%;*/
  /*background: linear-gradient(90deg, rgba(0, 37, 44, 0.8) 0%, rgba(0, 37, 44, 0) 63%, rgba(0, 37, 44, 0.8) 100%);*/
  /*background: linear-gradient(
    90deg,
    rgba(177, 17, 22, 0.8) 0%,
    rgba(177, 17, 22, 0) 63%,
    rgba(177, 17, 22, 0.8) 100%
);*/
/*background: linear-gradient(
    90deg,
    rgba(7, 1, 81, 0.8) 0%,
    rgba(7, 1, 81, 0) 63%,
    rgba(7, 1, 81, 0.8) 100%
);*/
/*background: linear-gradient(
    90deg,
    rgba(30, 27, 75, 0.8) 0%,
    rgba(30, 27, 75, 0) 63%,
    rgba(30, 27, 75, 0.8) 100%
);*/
 /* z-index: 0;
}*/
.hero-slide-item.style-one .hero-content h1 {
  font-size: 54px;
  line-height: 72px;
  /*margin-bottom: 155px;*/
  margin-bottom: 20px;
}
.hero-slide-item.style-one .stat-card {
  margin: 66px 0 60px;
}
.hero-slide-item.style-one .stat-card.style-three {
  /*background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);*/
/*background: linear-gradient(
    90deg,
    rgba(177, 17, 22, 0.8) 0%,
    rgba(177, 17, 22, 0) 63%,
    rgba(177, 17, 22, 0.8) 100%
);*/
/*background: linear-gradient(
    90deg,
    rgba(97, 0, 0, 0.8) 0%,
    rgba(97, 0, 0, 0) 63%,
    rgba(97, 0, 0, 0.8) 100%
);*/
  width: 238px;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
}
.hero-slide-item.style-one .hero-para {
  /*width: calc(100% - 68px);*/
  width: calc(100% - 0px);
  margin-left: auto;
}
.hero-slide-item.style-one .hero-para p {
  margin-bottom: 30px;
}

.stat-card.style-one, .stat-card.style-two, .stat-card.style-three {
  padding: 22px 29px 25px;
  background-color: var(--primaryColor);
  position: relative;
  clip-path: polygon(0 0, calc(100% - 77px) 0, 100% 77px, 100% 100%, 0 100%);
}
.stat-card.style-one h3, .stat-card.style-two h3, .stat-card.style-three h3 {
  font-size: 64px;
}
.stat-card.style-one .client-list, .stat-card.style-two .client-list, .stat-card.style-three .client-list {
  margin-left: 20px;
}
.stat-card.style-one .client-list li, .stat-card.style-two .client-list li, .stat-card.style-three .client-list li {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-left: -20px;
  border: 2px solid var(--whiteColor);
}

.spotlight {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, transparent 60%, rgba(0, 0, 0, 0.2) 70%);
  transition: all 1650ms ease-out;
  z-index: 1;
}

/*---------------------------------
   About Section CSS
----------------------------------*/
.about-area.style-one .about-content h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 29px;
}
.about-area.style-one .about-content .counter-card-wrap .counter-card h4 {
  font-size: 64px;
}
.about-area.style-one .about-content .achievement-box {
  padding: 30px 25px 35px 30px;
  background: linear-gradient(90deg, #FFFFFF 0%, #F7F7F7 100%);
}
.about-area.style-one .about-content .achievement-box ul li {
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #E3E3E3;
}
.about-area.style-one .about-content .achievement-box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-area.style-one .about-content .achievement-box ul li:first-child {
  padding-bottom: 10px;
}
.about-area.style-one .about-content .achievement-box ul li span {
  width: calc(100% - 52px);
}
.about-area.style-one .about-content .achievement-box ul li span:nth-child(2) {
  width: 50px;
}
.about-area.style-one .about-content .founders-box {
  padding: 35px 0 0;
}
.about-area.style-one .about-content .founders-box h6 {
  font-size: 24px;
  line-height: 34px;
  padding: 0 25px;
  margin-bottom: 30px;
  color: #fff;
}
.about-area.style-one .about-content .founders-box .ceo-info-wrap {
  padding: 0 25px 40px;
}
.about-area.style-one .about-content .founders-box .ceo-info-wrap .ceo-img {
  width: 75px;
  height: 75px;
}
.about-area.style-one .about-content .founders-box .ceo-info-wrap .ceo-info {
  width: calc(100% - 85px);
  margin-left: auto;
}
.about-area.style-one .about-content .founders-box .support-box {
  /*background-color: #91D089;*/
  background-color: var(--secondaryColor);
  border-radius: 20px;
  padding: 26px 1px;
}
.about-area.style-two .about-content {
  padding: 25px 25px 0;
}
.about-area.style-two .about-content .features-wrap .feature-img {
  width: 170px;
}
.about-area.style-two .about-content .features-wrap .feature-info {
  width: calc(100% - 193px);
  margin-left: auto;
}
.about-area.style-two .about-content .about-card {
  padding: 20px 20px 20px;
}
.about-area.style-two .about-content .about-card h3 {
  margin-bottom: 16px;
}
.about-area.style-two .about-img-wrap {
  border-radius: 20px;
}
.about-area.style-two .about-img-wrap h3 {
  padding: 48px 35px 0;
}
.about-area.style-two .about-img-wrap .about-img {
  max-width: 85%;
  left: -55px;
}
.about-area.style-three .about-img-text {
  padding-top: 45px;
  margin-top: 50px;
  border-top: 1px solid #D9D9D9;
}
.about-area.style-three .about-content {
  padding-left: 48px;
  border-left: 1px solid #d9d9d9;
}
.about-area.style-three .about-content .section-title {
  margin-bottom: 30px;
}
.about-area.style-three .about-content h6 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
  margin-left: 65px;
}
.about-area.style-three .about-content .btn {
  margin-left: 65px;
  margin-bottom: 40px;
}
.about-area.style-three .about-content .counter-card-wrap .counter-card h4 {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 10px;
}

.promo-area.style-one .promo-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120%;
  z-index: 0;
  /*background: linear-gradient(270deg, rgba(0, 37, 44, 0.5) 32.62%, rgba(0, 37, 44, 0) 43.49%);*/
  background: linear-gradient(
  270deg,
  rgba(30, 27, 75, 0.5) 32.62%,
  rgba(30, 27, 75, 0) 43.49%
);
}
.promo-area.style-one .promo-box {
  width: 462px;
  border-radius: 20px 20px 0 0;
  padding: 39px 50px 90px;
  background: radial-gradient(ellipse closest-side at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  clip-path: polygon(0 0, calc(100% - 135px) 0, 100% 185px, 100% 100%, 0 100%);
}
.promo-area.style-one .promo-box .promo-list li {
  margin-bottom: 35px;
}
.promo-area.style-one .promo-box .promo-list li:last-child {
  margin-bottom: 0;
}

.promo-card-wrap.style-one .promo-card {
  width: 33.33%;
}

.promo-card.style-one {
  padding: 24px 0;
}
.promo-card.style-one span {
  font-size: 32px;
}
.promo-card.style-one p {
  margin-left: 20px;
  width: calc(100% - 105px);
}

.feature-list.style-one li {
  padding-left: 30px;
  margin-bottom: 7px;
}
.feature-list.style-one li:last-child {
  margin-bottom: 0;
}
.feature-list.style-one li img {
  top: 6px;
}

/*.feature-card.style-one {
  padding: 24px 30px 27px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 9px 2px #dadadaed;
}*/
.feature-card.style-one h3 {
  font-size: 30px;
  margin-bottom: 18px;
}
.feature-card.style-one {
    padding: 35px 30px 45px;
    border-top: 2px solid transparent; /* 👈 important */
    /*box-shadow: 0 2px 9px 2px #dadadaed;*/
    transition: all 0.3s ease;
    box-shadow: 0 0px 20px #00252c30;
}
.feature-card.style-one:hover {
    border-bottom: 3px solid #d9d9d9;
    border-bottom-color: var(--primaryColor);
    transform: translateY(-4px);
    box-shadow: rgba(0, 37, 44, 0.15) 0px 8px 28px;
}
/*---------------------------------
   Why Choose Us Section CSS
----------------------------------*/
.wh-card.style-one {
  background-color: var(--whiteColor);
  padding: 30px 25px 35px;
  box-shadow: 0 0px 20px #00252c30;
}
.wh-card.style-one h3 {
  font-size: 24px;
  line-height: 34px;
}
.wh-card.style-one .feature-list li {
  padding-left: 30px;
  margin-bottom: 10px;
}
.wh-card.style-one .feature-list li:last-child {
  margin-bottom: 0;
}
.wh-card.style-one .feature-list li img {
  top: 7px;
}
.wh-card.style-two {
  background-color: #043138;
  padding: 30px 25px 25px;
}
.wh-card.style-two h3 {
  font-size: 24px;
  line-height: 34px;
}
.wh-card.style-two .rating-box {
  background-color: #00252C;
  padding: 20px 15px 17px;
}
.wh-card.style-two .rating-box .rating li {
  margin-right: -4px;
}
.wh-card.style-two .feature-list li {
  padding-left: 16px;
  margin-bottom: 7px;
}
.wh-card.style-two .feature-list li:last-child {
  margin-bottom: 0;
}
.wh-card.style-two .feature-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
}

.wh-area.style-two .wh-content .feature-item-wrap .feature-item {
  margin-bottom: 42px;
}
.wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-icon {
  width: 55px;
}
.wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-info {
  width: calc(100% - 92px);
  margin-left: auto;
  padding-bottom: 42px;
  border-bottom: 1px solid #D9D9D9;
}
.wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-info h3 {
  margin-bottom: 15px;
}
.wh-area.style-two .wh-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}

.wh-box.style-one .wh-bg {
  border-radius: 0 20px 0 20px;
}
.wh-box.style-one .wh-bg img {
  border-radius: 0 20px 0 20px;
}
.wh-box.style-one .wh-content {
  padding: 0 80px;
}
.wh-box.style-one .wh-content .vertical-text {
  /*color: #043138;*/
  color: var(--whiteColor);
  font-size: 40px;
  position: absolute;
  top: -7px;
  left: 30px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.wh-box.style-one .wh-quote-box {
  padding: 22px 27px 25px 30px;
  border-radius: 0 0 20px 0;
}
.wh-box.style-one .wh-quote-box h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}
.wh-box.style-one .wh-quote-box span {
  padding-left: 42px;
}
.wh-box.style-one .wh-quote-box span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 25px;
  height: 1px;
  /*background-color: var(--titleColor);*/
  background-color: var(--primaryColor);
  transform: translateY(-50%);
}

.industry-category-wrap {
  margin-bottom: -50px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.industry-category-wrap a {
  margin-bottom: 50px;
}

.industry-card-wrap {
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 400px;
}
.industry-card-wrap.style-one .industry-category-card {
  width: calc(20% - 9px);
}

.industry-category-card.style-one {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border-radius: 20px;
  padding: 29px 30px 25px;
  clip-path: polygon(0 0, calc(100% - 77px) 0, 100% 45px, 100% 100%, 0 100%);
  transition: var(--transition);
}
.industry-category-card.style-one h3 {
  margin: 26px 0 0;
  display: inline-block;
}
.industry-category-card.style-one:hover {
  transform: translateY(-8px);
}

/*---------------------------------
   Service CSS
----------------------------------*/
.service-area.style-one {
  padding: 0 !important;
}
.service-area.style-one .service-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120%;
  /*background-color: rgba(0, 37, 44, 0.6);*/
  background-color: rgba(7, 1, 81, 0.4);
  z-index: 0;
}
.service-area.style-three .section-shape {
  left: 50%;
  transform: translateX(-50%);
}

.service-slider-one .slider-btn .prev-btn,
.service-slider-one .slider-btn .next-btn {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.service-slider-one .slider-btn .prev-btn {
  left: 10px;
}
.service-slider-one .slider-btn .next-btn {
  right: 10px;
}
.service-slider-one:hover .slider-btn .prev-btn,
.service-slider-one:hover .slider-btn .next-btn {
  visibility: visible;
  opacity: 1;
}

.service-card.style-one {
  padding: 50px 36px 43px;
  border-radius: 20px 20px 0 0;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  clip-path: polygon(0 0, calc(100% - 148px) 0, 100% 150px, 100% 100%, 0 100%);
  transform: translateY(55%);
  transition: var(--transition);
}
.service-card.style-one h3 {
  margin: 45px 0 62px;
  transition: var(--transition);
}
.service-card.style-one p {
  color: #EBF7FF;
  margin-bottom: 45px;
}
.service-card.style-one p, .service-card.style-one .btn {
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.service-card.style-one.active, .service-card.style-one:hover {
  transform: translateY(0);
}
.service-card.style-one.active h3, .service-card.style-one:hover h3 {
  margin: 114px 0 20px;
}
.service-card.style-one.active p, .service-card.style-one.active .btn, .service-card.style-one:hover p, .service-card.style-one:hover .btn {
  opacity: 1;
  visibility: visible;
}
.service-card.style-two {
  background-color: var(--whiteColor);
  padding: 40px 28px 25px;
}
.service-card.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  opacity: 0.15;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.service-card.style-two h3 {
  margin: 70px 0 15px;
}
.service-card.style-two .feature-list {
  margin-bottom: 42px;
}
.service-card.style-two:hover:after {
  width: 100%;
  transform: scaleX(1);
  transform-origin: left;
}
.service-card.style-three .service-img {
  border-radius: 20px 20px 0 0;
}
.service-card.style-three .service-img img {
  border-radius: 20px 20px 0 0;
}
.service-card.style-three .service-info {
  padding: 20px 30px 30px;
}
.service-card.style-three .service-info h3 {
  margin-bottom: 16px;
}
.service-card.style-three .service-info .feature-list {
  margin-bottom: 41px;
}

/*---------------------------------
   Case Studies CSS
----------------------------------*/
.case-area.style-one .case-bg-wrap {
  height: 100%;
  min-height: 650px;
  border-radius: 0 0 20px 0;
}
.case-area.style-one .case-bg-wrap .case-img {
  border-radius: 0 0 20px 0;
}
.case-area.style-one .case-content {
  padding: 120px 0 0;
}

.case-card.style-one {
  padding: 28px;
}
.case-card.style-one.bg-albastor {
  border: 1px solid #D9D9D9;
}
.case-card.style-one .case-img .case-counter {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 64px;
}
.case-card.style-one .case-info .job-info-wrap .employer-logo {
  width: 100px;
  height: 100px;
  padding: 15px;
}
.case-card.style-one .case-info .job-info-wrap .job-info {
  width: calc(100% - 115px);
  margin-left: auto;
}
.case-card.style-one .case-info .case-outcome-box {
  padding: 25px 20px;
}
.case-card.style-one .case-info .case-outcome-box .outcome-box {
  padding: 17px 16px 17px 20px;
}
.case-card.style-two .case-img, .case-card.style-four .case-img, .case-card.style-five .case-img, .case-card.style-six .case-img {
  margin-bottom: 21px;
}
.case-card.style-two .case-img .case-category, .case-card.style-four .case-img .case-category, .case-card.style-five .case-img .case-category, .case-card.style-six .case-img .case-category {
  bottom: 30px;
  left: 30px;
  padding: 5px 15px;
  background-color: var(--whiteColor);
  color: var(--titleColor);
  z-index: 2;
}
.case-card.style-two .case-img .case-category:hover, .case-card.style-four .case-img .case-category:hover, .case-card.style-five .case-img .case-category:hover, .case-card.style-six .case-img .case-category:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.case-card.style-three {
  background-color: var(--whiteColor);
  padding: 26px 30px 25px;
}
.case-card.style-three h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.case-card.style-three ul {
  margin-bottom: 35px;
}
.case-card.style-three ul li {
  padding: 0px 10px;
  margin-bottom: 10px;
}
.case-card.style-three ul li:last-child {
  margin-bottom: 0;
}

.view-all-case {
  display: block;
  max-width: 80%;
  margin-top: 120px;
  margin-left: auto;
}

.case-slider-one .slider-btn {
  position: relative;
  margin-top: 50px;
}
.case-slider-one .slider-btn:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: calc(100% - 145px);
  height: 1px;
  background-color: rgba(153, 168, 171, 0.3);
  transform: translateY(-50%);
}

/*-------------------------------
     Partner Brand  CSS
-------------------------------*/
.brand-logo.style-one {
  border: 1px solid #D9D9D9;
  min-height: 141px;
}
.brand-logo.style-two {
  background-color: var(--whiteColor);
  border: 1px solid #D9D9D9;
  min-height: 141px;
}

.brand-logo-wrap.style-one .brand-logo, .brand-logo-wrap.style-two .brand-logo {
  flex: 1;
}

/*-------------------------------
    Industry Section CSS
-------------------------------*/
.industry-area.style-one {
  background-image: url(../images/bg-1.png);
}
.industry-area.style-one:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(48.85% 50% at 48.85% 50%, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 100%);
  z-index: -1;
  transform: translate(-50%, -50%);
}
.industry-area.style-two .industry-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 37, 44, 0.5);
  z-index: 0;
}
.industry-area.style-two .industry-category-wrap {
  margin-top: 400px;
  margin-bottom: 30px;
}

/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text-wrapper.style-one {
  /*background-color: #91D089;*/
  background-color: var(--primaryColor);
}

.move-text ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: mymove 15s linear infinite alternate;
}
.move-text ul li {
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: var(--transition);
}
.move-text.style-one {
  height: 28px;
}
.move-text.style-one ul li {
  font-size: 24px;
  margin: 0 10px 0 0;
  position: relative;
}
.move-text.style-two {
  height: 95px;
}
.move-text.style-two ul li {
  font-size: 90px;
  margin: 0 55px 0 0;
  padding-right: 98px;
  position: relative;
}
.move-text.style-two ul li:after {
  position: absolute;
  top: calc(50% + 4px);
  right: 0;
  content: "";
  background-image: url(../images/star.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  color: var(--titleColor);
  transform: translateY(-50%);
}
.move-text.style-three {
  height: 145px;
}
.move-text.style-three ul li {
  font-size: 64px;
  margin: 0 55px 0 0;
  padding-right: 98px;
  position: relative;
}
.move-text.style-three ul li:after {
  position: absolute;
  top: calc(50% + 4px);
  right: 0;
  content: "";
  background-image: url(../images/star-white.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  color: var(--whiteColor);
  transform: translateY(-50%);
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
/*---------------------------------
   Pricing Card CSS
----------------------------------*/
.pricing-card.style-one {
  padding: 45px 28px 35px 25px;
  background-color: var(--whiteColor);
}
.pricing-card.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--secondaryColor);
  opacity: 0.15;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.pricing-card.style-one h5 {
  font-size: 24px;
  margin-bottom: 6px;
}
.pricing-card.style-one h2 {
  font-size: 64px;
  margin-bottom: 7px;
}
.pricing-card.style-one h2 span {
  font-size: 18px;
  margin-left: -12px;
  color: #888787;
}
.pricing-card.style-one p {
  color: #888787;
  margin-bottom: 38px;
}
.pricing-card.style-one h4 {
  font-size: 24px;
  margin-bottom: 18px;
}
.pricing-card.style-one .pricing-features {
  margin-bottom: 43px;
}
.pricing-card.style-one .pricing-features li {
  margin-bottom: 6px;
  padding-left: 28px;
  color: #888787;
}
.pricing-card.style-one .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card.style-one .pricing-features li img {
  position: absolute;
  top: 6px;
  left: 0;
}
.pricing-card.style-one:hover:after {
  width: 100%;
  transform: scaleX(1);
  transform-origin: left;
}

/*---------------------------------
   Blog CSS
----------------------------------*/
.blog-card.style-one .blog-img {
  border-radius: 20px 20px 0 0;
}
.blog-card.style-one .blog-img img {
  border-radius: 20px 20px 0 0;
}
.blog-card.style-one .blog-info {
  padding: 20px 25px 22px;
}
.blog-card.style-one .blog-info .blog-metainfo {
  margin-bottom: 8px;
}
.blog-card.style-two .blog-img .blog-category {
  top: 20px;
  left: 20px;
  background-color: var(--whiteColor);
  color: var(--titleColor);
  padding: 5px 11px;
  line-height: 16px;
  z-index: 2;
}
.blog-card.style-two .blog-img .blog-category:hover {
  background-color: var(--secondaryColor);
}
.blog-card.style-two .blog-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 37, 44, 0.15) 50%, #00252C 100%);
  z-index: 1;
}
.blog-card.style-two .blog-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 0 28px 21px;
  z-index: 1;
  transform: translateX(-50%);
}
.blog-card.style-two .blog-info .blog-metainfo {
  margin-bottom: 5px;
}
.blog-card.style-two .blog-info .blog-metainfo.style-two li {
  color: var(--whiteColor);
}
.blog-card.style-two .blog-info .blog-metainfo.style-two li i {
  color: var(--secondaryColor);
}
.blog-card.style-two .blog-info .blog-metainfo.style-two li a {
  color: var(--whiteColor);
}
.blog-card.style-two .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-three .blog-info {
  padding: 12px 0 0;
  z-index: 1;
}
.blog-card.style-three .blog-info .blog-metainfo {
  margin-bottom: 14px;
}
.blog-card.style-three .blog-info .blog-metainfo.style-two li {
  color: var(--paraColor);
}
.blog-card.style-three .blog-info .blog-metainfo.style-two li i {
  color: var(--titleColor);
}
.blog-card.style-three .blog-info .blog-metainfo.style-two li a {
  color: var(--paraColor);
}
.blog-card.style-three .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--primaryColor);
}
.blog-card.style-two .blog-img .blog-category, .blog-card.style-three .blog-img .blog-category {
  top: 20px;
  left: 20px;
  background-color: var(--whiteColor);
  color: var(--titleColor);
  padding: 5px 11px;
  line-height: 16px;
  z-index: 2;
}
.blog-card.style-two .blog-img .blog-category:hover, .blog-card.style-three .blog-img .blog-category:hover {
  background-color: var(--secondaryColor);
}
.blog-card.style-four .blog-img {
  width: 200px;
}
.blog-card.style-four .blog-info {
  width: calc(100% - 224px);
  margin-left: auto;
}
.blog-card.style-four .blog-info .blog-metainfo {
  margin-bottom: 14px;
}
.blog-card.style-four .blog-info .blog-metainfo.style-two li {
  color: var(--paraColor);
}
.blog-card.style-four .blog-info .blog-metainfo.style-two li i {
  color: var(--titleColor);
}
.blog-card.style-four .blog-info .blog-metainfo.style-two li a {
  color: var(--paraColor);
}
.blog-card.style-four .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--primaryColor);
}
.blog-card h3 {
  font-size: 22px;
  line-height: 30px;
}

.blog-card-wrap.style-one {
  padding-left: 26px;
  border-left: 1px solid #D9D9D9;
}
.blog-card-wrap.style-one .blog-card {
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #D9D9D9;
}
.blog-card-wrap.style-one .blog-card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.blog-metainfo.style-one li {
  display: inline-block;
  margin-right: 13px;
  padding-right: 21px;
}
.blog-metainfo.style-one li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  /*background-color: #91D089;*/
  background-color: var(--primaryColor);
  transform: translateY(-50%);
}
.blog-metainfo.style-one li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-metainfo.style-one li:last-child:after {
  display: none;
}
.blog-metainfo.style-one li a {
  color: var(--paraColor);
}
.blog-metainfo.style-one li a:hover {
  color: var(--primaryColor);
}
.blog-metainfo.style-two li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 27px;
}
.blog-metainfo.style-two li:last-child {
  margin-right: 0;
}
.blog-metainfo.style-two li i {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  color: var(--secondaryColor);
}
.blog-metainfo.style-three li {
  display: inline-block;
  margin-right: 18px;
  padding-right: 25px;
  line-height: 16px;
  border-right: 1.5px solid var(--paraColor);
}
.blog-metainfo.style-three li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.blog-metainfo.style-three li i {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  color: var(--secondaryColor);
}

.blog-slider-one .blog-pagination {
  margin-top: 11px;
}
.blog-slider-one .blog-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 1;
  background-color: #D9D9D9;
}
.blog-slider-one .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
}

/*---------------------------------
   Contact CSS
----------------------------------*/
.comp-map {
  width: 100%;
  height: 303px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}

.contact-area.style-one {
  /*background-color: #fff;*/
  /*background-color: var(--secondaryColor);*/
}

.contact-address.style-one .contact-icon {
  width: 75px;
  height: 75px;
  background-color: rgba(145, 208, 137, 0.75);
}
.contact-address.style-one .contact-icon i {
  font-size: 20px;
  line-height: 0.8;
  color: var(--titleColor);
}
.contact-address.style-one p {
  width: calc(100% - 90px);
  margin-left: auto;
  line-height: 36px;
}

.contact-form.style-one .form-group input,
.contact-form.style-one .form-group textarea {
  border: none;
  border-bottom: 1px solid #000;
  /*border-bottom: 1px solid var(--whiteColor);*/
}
.contact-form.style-one .form-group input::-moz-placeholder, .contact-form.style-one .form-group textarea::-moz-placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.contact-form.style-one .form-group input::placeholder,
.contact-form.style-one .form-group textarea::placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.contact-form.style-one .form-group input {
  padding: 0 0 18px;
}
.contact-form.style-one .form-group textarea {
  padding-bottom: 22px;
  height: 68px;
}
.contact-form.style-two .form-group input,
.contact-form.style-two .form-group textarea {
  border: none;
  border-bottom: 1px solid #D9D9D9;
}
.contact-form.style-two .form-group input::-moz-placeholder, .contact-form.style-two .form-group textarea::-moz-placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.contact-form.style-two .form-group input::placeholder,
.contact-form.style-two .form-group textarea::placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.contact-form.style-two .form-group input {
  padding: 0 0 18px;
}
.contact-form.style-two .form-group textarea {
  padding-bottom: 22px;
  height: 68px;
}
.contact-form.style-three .form-group input,
.contact-form.style-three .form-group textarea {
  border: none;
  border-bottom: 1px solid #D9D9D9;
}
.contact-form.style-three .form-group input::-moz-placeholder, .contact-form.style-three .form-group textarea::-moz-placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.contact-form.style-three .form-group input::placeholder,
.contact-form.style-three .form-group textarea::placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.contact-form.style-three .form-group input {
  padding: 0 0 18px;
}
.contact-form.style-three .form-group textarea {
  padding-bottom: 22px;
  height: 68px;
}

.contact-form.style-three {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.contact-form.style-three .service-btn-wrap {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.contact-form.style-three .service-btn-wrap .service-btn {
  flex: 1;
  cursor: pointer;
}
.contact-form.style-three .service-btn-wrap .service-btn input {
  display: none;
}
.contact-form.style-three .service-btn-wrap .service-btn label {
  background-color: #F7F7F7;
  padding: 12px 20px;
  cursor: pointer;
}
.contact-form.style-three .service-btn-wrap .service-btn .custom-control-input:checked + label {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.contact-form input [type=file] {
  background-color: #f7f7f7;
  border: none;
}

.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;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.checkbox.style-one label {
  padding-left: 30px;
}
.checkbox.style-one label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9;
  top: 2px;
  border-radius: 1px;
}

.checkbox.style-one input:checked + label:before,
.checkbox.style-two input:checked + label:before,
.checkbox.style-three input:checked + label:before {
  border-color: transparent;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox.style-one input:checked + label:after {
  top: 2px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: var(--primaryColor);
}

/*---------------------------------
   CTA Box CSS
----------------------------------*/
.cta-area.style-one .cta-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 37, 44, 0) 0%, #00252C 100%);
  z-index: 0;
}
.cta-area.style-one .cta-content {
  padding: 385px 0 120px;
}
.cta-area.style-two .cta-box {
  padding: 29px 0;
  border-radius: 0 0 10px 10px;
  /*background-color: #91D089;*/
  background-color: var(--primaryColor);
}

.cta-box.style-one {
  /*background-color: #00252C;*/
  background-color: var(--primaryColor);
  padding: 40px 25px 48px;
}
.cta-box.style-one .cta-shape-one {
  left: 8%;
}
.cta-box.style-one .cta-shape-two {
  right: 8%;
}
.cta-box.style-one p {
  color: #99A8AB;
  /*color: #fff;*/
  margin-bottom: 42px;
}
.cta-box.style-one .btn-wrap a:first-child {
  margin-right: 10px;
}

/*-------------------------------
        FAQ Section CSS
-------------------------------*/
/*.faq-area.style-one .faq-content {
  padding: 120px 0;
}*/
.faq-area.style-one .faq-bg-wrap {
  height: 100%;
}
.faq-area.style-one .faq-bg-wrap .faq-contact-box {
  left: 30px;
  bottom: 30px;
  padding: 25px 35px 25px 30px;
  max-width: 424px;
}
.faq-area.style-one .faq-bg-wrap .faq-contact-box p {
  color: #99A8AB;
}

.accordion.style-one .accordion-item, .accordion.style-two .accordion-item {
  margin: 0 0 10px;
  padding: 24px 0 23px 30px;
  transition: var(--transition);
  border-radius: 0;
  cursor: pointer;
}
.accordion.style-one .accordion-item:last-child, .accordion.style-two .accordion-item:last-child {
  margin: 0;
}
.accordion.style-one .accordion-item .accordion-header, .accordion.style-two .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button, .accordion.style-two .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-family: var(--secondaryFont);
  font-weight: 700;
  display: flex;
  align-items: flex-start !important;
  margin: 0;
  text-align: left;
  align-items: center;
  padding: 0 55px 0 0;
  background-color: transparent;
  border: none;
  color: var(--titleColor);
  box-shadow: none;
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button:after, .accordion.style-two .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button:focus, .accordion.style-two .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow, .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
  width: 30px;
  height: 30px;
  background-color: var(--whiteColor);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 29px;
  text-align: center;
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i, .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 51%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  /*color: var(--primaryColor);*/
  color: var(--whiteColor);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus, .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}
.accordion.style-one .accordion-item .accordion-body, .accordion.style-two .accordion-item .accordion-body {
  padding: 16px 0 0;
  border-top: none;
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-body p, .accordion.style-two .accordion-item .accordion-body p {
  margin-bottom: 0;
}
.accordion.style-one .accordion-item.collapsed .accordion-button .accord-arrow i.plus, .accordion.style-two .accordion-item.collapsed .accordion-button .accord-arrow i.plus {
  visibility: visible;
  opacity: 1;
}
.accordion.style-one .accordion-item:not(.collapsed) .accordion-button .accord-arrow i.minus, .accordion.style-two .accordion-item:not(.collapsed) .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion.style-one .accordion-item {
  border: 1px solid #91D089;
  background-color: transparent;
  border-radius: 20px;
}
.accordion.style-two .accordion-item {
  border: 1px solid #E3E3E3;
  background-color: var(--whiteColor);
  border-radius: 20px;
}
.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
  background-color: var(--primaryColor);
}

.accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  background-image: url(../images/error-bg.jpg);
  height: 100vh;
}
.error-wrap .error-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  padding: 20px 50px;
  height: 100%;
  /*background-color: rgba(1, 37, 44, 0.9);*/
  background-color: rgba(30, 27, 75, 0.9);
}
.error-wrap .error-content h2 {
  font-size: 400px;
  -webkit-text-stroke: 1px black var(--secondaryColor);
}

/*---------------------------------
   Testimonial CSS
----------------------------------*/
.testimonial-area.style-one .testimonial-content {
  padding: 120px 0;
}
.testimonial-area.style-one .testimonial-bg {
  height: 100%;
}
.testimonial-area.style-one .testimonial-bg .rating-box {
  position: absolute;
  bottom: 60px;
  left: 35px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  padding: 23px 25px 22px 30px;
  width: 250px;
  clip-path: polygon(0 0, calc(100% - 77px) 0, 100% 45px, 100% 100%, 0 100%);
}
.testimonial-area.style-one .testimonial-bg .rating-box .ratings span {
  font-size: 64px;
  line-height: 1;
}
.testimonial-area.style-one .testimonial-bg .rating-box .ratings .rating li {
  margin-left: -3px;
}
.testimonial-area.style-one .testimonial-bg .rating-box .ratings .rating li i {
  color: #FFD700;
}

.testimonial-slider-two .slider-btn {
  position: relative;
  margin-top: 52px;
}
.testimonial-slider-two .slider-btn:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: calc(100% - 135px);
  height: 1px;
  background-color: #99A8AB;
  transform: translateY(-50%);
  opacity: 0.3;
}

.testimonial-card.style-one {
  background-color: var(--whiteColor);
  padding: 20px;
  min-height: 372px;
}
.testimonial-card.style-one .rating {
  margin-bottom: 18px;
}
.testimonial-card.style-one .rating li {
  margin-left: -3px;
}
.testimonial-card.style-one .client-info-wrap .client-img {
  width: 75px;
  height: 75px;
}
.testimonial-card.style-one .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: auto;
}
.testimonial-card.style-two .rating {
  margin-bottom: 35px;
}
.testimonial-card.style-two .rating li {
  margin-right: -3px;
}
.testimonial-card.style-two .rating li i {
  color: #FFD700;
  font-size: 15px;
}
.testimonial-card.style-two p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 41px;
}
.testimonial-card.style-two .client-info-wrap .client-img {
  width: 75px;
  height: 75px;
}
.testimonial-card.style-two .client-info-wrap .client-info {
  width: calc(100% - 90px);
  margin-left: auto;
}

.success-box.style-one {
  padding: 22px 25px 22px;
}
.success-box.style-one .counter-card {
  margin-bottom: 33px;
  padding-bottom: 38px;
  border-bottom: 1px solid #fff;
}
.success-box.style-one .counter-card h4 {
  font-size: 64px;
  line-height: 1;
}
.success-box.style-one .ratings span {
  font-size: 64px;
  line-height: 1;
}
.success-box.style-one .ratings .rating li {
  margin-left: -3px;
}
.success-box.style-one .ratings .rating li i {
  /*color: var(--titleColor);*/
}

.funfact-area.style-one {
  background-color: #91D089;
}

.funfact-wrap.style-one {
  padding: 37px 0 16px;
}
.funfact-wrap.style-two {
  padding: 37px 0 16px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.funfact-card.style-one {
  padding-left: 30px;
}
.funfact-card.style-one h4 {
  font-size: 64px;
}
.funfact-card.style-one:before {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  content: "";
  width: 1px;
  height: 88px;
  background-color: rgba(247, 247, 247, 0.5);
  transform: translateY(-50%);
}

/*---------------------------------
   Team CSS
----------------------------------*/
.team-card.style-one .team-img {
  margin-bottom: 35px;
}
.team-card.style-one .team-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*background: linear-gradient(180deg, rgba(4, 49, 56, 0) 50%, #043138 100%);*/
  background: linear-gradient(180deg, rgba(7, 1, 81, 0) 50%, #070151 100%);
  border-radius: 20px;
  z-index: 0;
}
.team-card.style-one .team-img .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 1;
  transition: var(--transition);
}
.team-card.style-one .team-img .team-info .mail-link {
  width: 50px;
  height: 50px;
  background-color: var(--whiteColor);
}
.team-card.style-one .team-img .team-info .mail-link i {
  color: var(--titleColor);
}
.team-card.style-one .team-img .team-info .mail-link:hover {
  background-color: var(--secondaryColor);
}
.team-card.style-one .skill-list {
  margin-top: -10px;
}
.team-card.style-one .skill-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.team-card.style-one .skill-list li a {
  border-radius: 50px;
  display: inline-block;
  transition: var(--transition);
  background-color: var(--whiteColor);
  color: var(--titleColor);
  padding: 5px 19px;
}
.team-card.style-one .skill-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.team-card.style-one:hover .team-img .team-info {
  bottom: 10px;
}

/*---------------------------------
   Career CSS
----------------------------------*/
.job-feature-card {
  padding: 30px 30px 26px;
}
.job-feature-card h3 {
  margin: 22px 0 16px;
}

.job-card-wrap .job-card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.job-card-wrap .job-card:last-child {
  margin-bottom: 0;
}

.job-card.style-one .job-info-wrap {
  width: 34.5%;
}
.job-card.style-one .job-info-wrap .employer-logo {
  width: 100px;
  height: 100px;
  background-color: var(--whiteColor);
}
.job-card.style-one .job-info-wrap .job-info {
  width: calc(100% - 115px);
  margin-left: auto;
}
.job-card.style-one p {
  width: calc(65% - 205px);
}

.job-metainfo li {
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  line-height: 1;
  position: relative;
}
.job-metainfo li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--paraColor);
  transform: translateY(-50%);
}
.job-metainfo li:first-child::after, .job-metainfo li:last-child::after {
  display: none;
}
.job-metainfo li.job-nature {
  background-color: var(--secondaryColor);
  border-radius: 5px;
  padding: 5px 10px;
}

.career-desc .job-metainfo {
  padding-bottom: 30px;
  margin-bottom: 44px;
  border-bottom: 1px solid #D9D9D9;
}

/*-------------------------------
    Sidebar Widget CSS
-------------------------------*/
.sidebar .sidebar-widget {
  background-color: var(--whiteColor);
  padding: 27px 30px 30px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.search-widget input {
  padding: 12px 55px 12px 15px;
  border: 1px solid rgba(18, 18, 18, 0.1);
}
.search-widget input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.search-widget input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.search-widget button {
  padding: 4px 16px 4px 16px;
}
.search-widget button i {
  font-size: 20px;
  line-height: 0.8;
  transition: var(--transition);
}
.search-widget button:hover {
  background-color: var(--secondaryColor);
}
.search-widget button:hover i {
  color: var(--titleColor);
}

.search-box input {
  background-color: #f7f7f7;
  height: 54px;
  padding: 12px 60px 12px 18px;
}
.search-box input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.search-box input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.search-box button {
  padding: 10px 18px;
}
.search-box button i {
  color: var(--titleColor);
  font-size: 18px;
  transition: var(--transition);
}
.search-box button:hover {
  background-color: var(--primaryColor);
}
.search-box button:hover i {
  color: var(--whiteColor);
}

.category-widget ul li {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.category-widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.category-widget ul li a {
  color: var(--titleColor);
}
.category-widget ul li a:hover {
  padding-left: 10px;
  color: var(--grayColor);
}

.rp-post-wrap .rp-post-card {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.rp-post-wrap .rp-post-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.rp-post-card .rp-post-img {
  width: 100px;
}
.rp-post-card .rp-post-info {
  width: calc(100% - 120px);
  margin-left: auto;
  position: relative;
  top: -2px;
}
.rp-post-card .rp-post-info h5 {
  line-height: 26px;
}
.rp-post-card .rp-post-info .post-date {
  padding-left: 24px;
  color: #888787;
  position: relative;
}
.rp-post-card .rp-post-info .post-date i {
  color: var(--secondaryColor);
  position: absolute;
  top: -2px;
  left: 0;
}

.case-infolist li {
  margin-bottom: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  transition: var(--transition);
}
.case-infolist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.case-infolist li:hover {
  color: var(--titleColor);
  padding-left: 5px;
}

.service-list li {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.service-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.service-list li a {
  color: var(--titleColor);
  transition: var(--transition);
}
.service-list li a img {
  float: right;
}
.service-list li a:hover {
  font-weight: 600;
}

.tags-widget ul {
  margin-top: -12px;
}
.tags-widget ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tags-widget ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 12px;
  border-radius: 3px;
  color: var(--paraColor);
  background-color: #F7F7F7;
  transition: var(transition);
}
.tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*----------------------------------------
    Blog,Service & Case Details CSS
-----------------------------------------*/
.blog-desc p,
.service-desc p,
.case-desc p,
.career-desc p,
.terms-wrap p {
  margin-bottom: 22px;
}
.blog-desc p strong,
.blog-desc p b,
.service-desc p strong,
.service-desc p b,
.case-desc p strong,
.case-desc p b,
.career-desc p strong,
.career-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--titleColor);
}
.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.case-desc h2,
.case-desc h2,
.case-desc h3,
.case-desc h4,
.case-desc h5,
.case-desc h6,
.career-desc h1,
.career-desc h2,
.career-desc h3,
.career-desc h4,
.career-desc h5,
.career-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 600;
}
.blog-desc h1,
.service-desc h1,
.case-desc h2,
.career-desc h1,
.terms-wrap h1 {
  font-size: 40px;
}
.blog-desc h2,
.service-desc h2,
.case-desc h2,
.career-desc h2,
.terms-wrap h2 {
  font-size: 40px;
}
.blog-desc h3,
.service-desc h3,
.case-desc h3,
.career-desc h3,
.terms-wrap h3 {
  font-size: 32px;
}
.blog-desc h4,
.service-desc h4,
.case-desc h4,
.career-desc h4,
.terms-wrap h4 {
  font-size: 28px;
}
.blog-desc h5,
.service-desc h5,
.case-desc h5,
.career-desc h5,
.terms-wrap h5 {
  font-size: 24px;
}
.blog-desc h6,
.service-desc h6,
.case-desc h6,
.career-desc h6,
.terms-wrap h6 {
  font-size: 22px;
}
.blog-desc h6.fs-18,
.service-desc h6.fs-18,
.case-desc h6.fs-18,
.career-desc h6.fs-18,
.terms-wrap h6.fs-18 {
  font-size: 18px;
}
.blog-desc p:last-child,
.service-desc p:last-child,
.case-desc p:last-child,
.career-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
.blog-desc ol,
.service-desc ol,
.case-desc ol,
.career-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-desc ol li,
.service-desc ol li,
.case-desc ol li,
.career-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  padding-left: 3px;
}
.blog-desc .wp-blockquote,
.service-desc .wp-blockquote,
.case-desc .wp-blockquote,
.career-desc .wp-blockquote,
.terms-wrap .wp-blockquote {
  padding: 26px 30px 32px 30px;
}
.blog-desc .wp-blockquote p,
.service-desc .wp-blockquote p,
.case-desc .wp-blockquote p,
.career-desc .wp-blockquote p,
.terms-wrap .wp-blockquote p {
  margin-bottom: 40px;
}
.blog-desc .wp-blockquote h6,
.service-desc .wp-blockquote h6,
.case-desc .wp-blockquote h6,
.career-desc .wp-blockquote h6,
.terms-wrap .wp-blockquote h6 {
  padding-left: 60px;
  font-size: 20px;
}
.blog-desc .wp-blockquote h6:before,
.service-desc .wp-blockquote h6:before,
.case-desc .wp-blockquote h6:before,
.career-desc .wp-blockquote h6:before,
.terms-wrap .wp-blockquote h6:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--titleColor);
}
.blog-desc .wp-blockquote span,
.service-desc .wp-blockquote span,
.case-desc .wp-blockquote span,
.career-desc .wp-blockquote span,
.terms-wrap .wp-blockquote span {
  padding-left: 60px;
}
.blog-desc .single-para,
.service-desc .single-para,
.case-desc .single-para,
.career-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 35px;
}
.blog-desc .single-para:last-child,
.service-desc .single-para:last-child,
.case-desc .single-para:last-child,
.career-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}
.blog-desc .single-para p,
.service-desc .single-para p,
.case-desc .single-para p,
.career-desc .single-para p,
.terms-wrap .single-para p {
  margin-bottom: 16px;
}
.blog-desc .single-para p:last-child,
.service-desc .single-para p:last-child,
.case-desc .single-para p:last-child,
.career-desc .single-para p:last-child,
.terms-wrap .single-para p:last-child {
  margin-bottom: 0;
}
.blog-desc .features-list.style-one, .blog-desc .features-list.style-three,
.service-desc .features-list.style-one,
.service-desc .features-list.style-three,
.case-desc .features-list.style-one,
.case-desc .features-list.style-three,
.career-desc .features-list.style-one,
.career-desc .features-list.style-three,
.terms-wrap .features-list.style-one,
.terms-wrap .features-list.style-three {
  margin-left: 12px;
}
.blog-desc .features-list.style-one li, .blog-desc .features-list.style-three li,
.service-desc .features-list.style-one li,
.service-desc .features-list.style-three li,
.case-desc .features-list.style-one li,
.case-desc .features-list.style-three li,
.career-desc .features-list.style-one li,
.career-desc .features-list.style-three li,
.terms-wrap .features-list.style-one li,
.terms-wrap .features-list.style-three li {
  padding-left: 18px;
  margin-bottom: 8px;
}
.blog-desc .features-list.style-one li:last-child, .blog-desc .features-list.style-three li:last-child,
.service-desc .features-list.style-one li:last-child,
.service-desc .features-list.style-three li:last-child,
.case-desc .features-list.style-one li:last-child,
.case-desc .features-list.style-three li:last-child,
.career-desc .features-list.style-one li:last-child,
.career-desc .features-list.style-three li:last-child,
.terms-wrap .features-list.style-one li:last-child,
.terms-wrap .features-list.style-three li:last-child {
  margin-bottom: 0;
}
.blog-desc .features-list.style-one li:before, .blog-desc .features-list.style-three li:before,
.service-desc .features-list.style-one li:before,
.service-desc .features-list.style-three li:before,
.case-desc .features-list.style-one li:before,
.case-desc .features-list.style-three li:before,
.career-desc .features-list.style-one li:before,
.career-desc .features-list.style-three li:before,
.terms-wrap .features-list.style-one li:before,
.terms-wrap .features-list.style-three li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}
.blog-desc .features-list.style-two li,
.service-desc .features-list.style-two li,
.case-desc .features-list.style-two li,
.career-desc .features-list.style-two li,
.terms-wrap .features-list.style-two li {
  padding-left: 28px;
  margin-bottom: 4px;
}
.blog-desc .features-list.style-two li:last-child,
.service-desc .features-list.style-two li:last-child,
.case-desc .features-list.style-two li:last-child,
.career-desc .features-list.style-two li:last-child,
.terms-wrap .features-list.style-two li:last-child {
  margin-bottom: 0;
}
.blog-desc .features-list.style-two li img,
.blog-desc .features-list.style-two li i,
.service-desc .features-list.style-two li img,
.service-desc .features-list.style-two li i,
.case-desc .features-list.style-two li img,
.case-desc .features-list.style-two li i,
.career-desc .features-list.style-two li img,
.career-desc .features-list.style-two li i,
.terms-wrap .features-list.style-two li img,
.terms-wrap .features-list.style-two li i {
  position: absolute;
  top: 8px;
  left: 0;
}
.blog-desc .features-list.style-three li:before,
.service-desc .features-list.style-three li:before,
.case-desc .features-list.style-three li:before,
.career-desc .features-list.style-three li:before,
.terms-wrap .features-list.style-three li:before {
  background-color: var(--titleColor);
}

.post-share .social-profile li {
  margin-right: 15px;
}
.post-share .social-profile li:last-child {
  margin-right: 0;
}
.post-share .social-profile li a i {
  color: var(--paraColor);
}
.post-share .social-profile li a:hover i {
  color: var(--primaryColor);
}

.tag-list {
  margin-bottom: -8px;
}
.tag-list li {
  display: inline-block;
  margin: 0 8px 8px 0px;
}
.tag-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 12px;
  border-radius: 3px;
  color: var(--paraColor);
  background-color: var(--whiteColor);
  transition: var(transition);
}
.tag-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.post-pagination {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  padding: 25px 0;
}
.post-pagination .prev-post img,
.post-pagination .next-post img {
  position: relative;
  top: -2px;
}

.comment-item-wrap .comment-item {
  padding: 26px 25px 25px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid rgba(18, 18, 18, 0.1);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 60px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 80px;
  height: 80px;
}
.comment-item-wrap .comment-item .comment-author-info {
  width: calc(100% - 100px);
  margin-left: auto;
}
.comment-item-wrap .comment-item .comment-author-info ul li {
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid var(--paraColor);
}
.comment-item-wrap .comment-item .comment-author-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.comment-item-wrap .comment-item .comment-text {
  margin-top: 18px;
}
.comment-item-wrap .comment-item .comment-text:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */.navbar-top {
  padding: 10px 0;
}
.navbar-top.style-one .contact-info li, .navbar-top.style-two .contact-info li {
  margin-right: 28px;
}
.navbar-top.style-one .contact-info li:last-child, .navbar-top.style-two .contact-info li:last-child {
  margin-right: 0;
}
.navbar-top.style-two {
  background-color: var(--primaryColor);
}

.navbar-area {
  z-index: 999;
  transition: 1s;
}
.navbar-area.sticky {
  top: 0;
  left: 0;
  position: sticky !important;
  width: 100%;
  z-index: 999 !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #F9F4F0;
  transition: var(--transition);
}
.navbar-area .other-options .option-item {
  margin-left: 10px;
}
.navbar-area .other-options .option-item:first-child {
  margin-left: 0;
}
.navbar-area .other-options .option-item .mobile-options {
  width: 20px;
  margin-right: 15px;
}
.navbar-area .other-options .option-item .mobile-options button:after {
  display: none;
}
.navbar-area .other-options .option-item .mobile-options button i {
  font-size: 20px;
  line-height: 0.8;
  position: relative;
  top: 2px;
  color: var(--titleColor);
}
.navbar-area .other-options .option-item .mobile-options .dropdown-menu {
  background-color: transparent;
  padding: 0;
  min-width: 200px;
}
.navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item {
  width: 197px;
  padding: 0;
}
.navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.navbar-area .other-options .option-item .mobile-options .dropdown-menu-centered {
  top: calc(100% + 15px) !important;
  left: -25px !important;
  transform: translateX(-50%) !important;
}
.navbar-area .other-options .option-item .search-btn {
  width: 54px;
  height: 54px;
  position: relative;
  padding-bottom: 4px;
  transition: var(--transition);
}
.navbar-area .other-options .option-item .search-btn:after {
  display: none;
}
.navbar-area .other-options .option-item .search-btn img {
  position: relative;
  top: 3px;
  transition: var(--transition);
}
.navbar-area .other-options .option-item .search-btn i {
  font-size: 18px;
  line-height: 0.8;
  position: relative;
  top: 2px;
  color: var(--titleColor);
  transition: var(--transition);
}
.navbar-area .other-options .option-item .search-btn i:nth-child(2) {
  display: none;
  font-size: 22px;
  top: 2px;
}
.navbar-area .other-options .option-item .search-btn.show i:nth-child(1) {
  display: none;
}
.navbar-area .other-options .option-item .search-btn.show i:nth-child(2) {
  display: block;
}
.navbar-area .other-options .option-item .search-btn.bg_primary i {
  color: var(--whiteColor);
}
.navbar-area .other-options .option-item .search-btn.bg_primary:hover {
  background-color: var(--secondaryColor) !important;
}
.navbar-area .other-options .option-item .search-btn.bg_primary:hover i {
  color: var(--primaryColor);
}
.navbar-area .other-options .option-item .search-btn.bg_gradient {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border-radius: 27px;
}
.navbar-area .other-options .option-item .search-btn.bg_gradient i {
  color: var(--whiteColor);
}
.navbar-area .other-options .option-item .search-btn.bg_gradient:hover {
  background-color: var(--secondaryColor) !important;
}
.navbar-area .other-options .option-item .search-btn.bg_gradient:hover i {
  color: var(--primaryColor);
}
.navbar-area .other-options .option-item .search-btn:hover {
  background-color: var(--primaryColor) !important;
}
.navbar-area .other-options .option-item .search-btn:hover img {
  filter: brightness(0) invert(1);
}
.navbar-area .other-options .option-item .search-box {
  width: 270px;
  padding: 20px;
}
.navbar-area .other-options .option-item .search-box input {
  border: 1px solid rgba(85, 85, 85, 0.2);
  height: 48px;
  border-radius: 50px;
  padding: 10px 45px 10px 22px;
}
.navbar-area .other-options .option-item .search-box input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.navbar-area .other-options .option-item .search-box input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.navbar-area .other-options .option-item .search-box button {
  top: 0;
  right: 15px;
}
.navbar-area.style-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-area.style-one, .navbar-area.style-two {
  background-color: transparent;
}
.navbar-area.style-four {
  /*background-color: rgba(0, 37, 44, 0.5);*/
  /*background-color: rgba(7, 1, 81, 0.5);*/
  background-color: rgba(30, 27, 75, 0.5);
}
.navbar-area.style-four.sticky {
  /*background-color: rgb(0, 37, 44);*/
  /*background-color: rgb(7, 1, 81);*/
  background-color: var(--primaryColor);
}
.navbar-area.style-four .other-options .option-item .search-btn {
  background-color: #043138;
}
.navbar-area.style-four .other-options .option-item .search-btn i {
  color: var(--whiteColor);
}
.navbar-area.style-four .other-options .option-item .search-btn:hover {
  background-color: var(--secondaryColor) !important;
}
.navbar-area.style-four .other-options .option-item .search-btn:hover i {
  color: var(--titleColor);
}

.offcanvas-backdrop {
  background-color: rgba(25, 39, 43, 0.9) !important;
}

.menu > ul > li {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}
.menu > ul > li:last-child {
  margin-right: 0;
}
.menu > ul > li.menu-item-has-children a i {
  font-size: 16px;
  font-weight: 300;
  line-height: 0.8;
  margin-left: 2px;
}
.menu > ul > li .menu-column-1 {
  min-width: 15.6rem;
  max-width: 15.6rem;
}
.menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  /*background: #E5FFE1;*/
  background: var(--primaryColor);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
.menu > ul > li .menu-subs li a {
  padding: 13px 20px;
  display: block;
  line-height: 1.6;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgba(38, 38, 54, 0.08);
}
.menu > ul > li .menu-subs li a:hover, .menu > ul > li .menu-subs li a.active {
  /*padding-left: 25px;*/
  /*color: var(--primaryColor);*/
  color: var(--whiteColor);
  font-weight: 500;
  /*border-left-color: var(--primaryColor);*/
  border-left-color: var(--whiteColor);
}
.menu > ul > li .menu-subs li .menu-subs:before {
  display: none;
}
.menu > ul > li .menu-subs > li:last-child > a {
  border-bottom: none;
}
.menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.menu > ul > li .menu-subs > ul > li a {
  display: inline-block;
  border: none;
  outline: none;
  padding: 15px 0;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}
.menu > ul > li > a {
  position: relative;
  display: inline-block;
  /*padding: 41px 0;*/
  border: none;
  outline: none;
  z-index: 1;
}
.menu > ul > li > a:hover, .menu > ul > li > a.active {
  color: var(--primaryColor);
}
.menu > ul > li:last-child > a:before {
  display: none;
}
.menu ul li a {
  transition: var(--transition);
}
.menu ul li a.menu-item-has-children a.active, .menu ul li a.menu-item-has-children a:hover {
  color: var(--primaryColor);
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

.search-dropdown {
  min-width: 320px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
  transform: translate(0, 0) !important;
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  display: block !important;
}
.search-dropdown.dropdown-menu-right {
  left: auto !important;
  right: 0 !important;
}
.search-dropdown.dropdown-menu-right.show {
  visibility: visible;
  opacity: 1;
}
.search-dropdown .search-popup input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 50px;
}
.search-dropdown .search-popup input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.search-dropdown .search-popup input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.search-dropdown .search-popup input:focus {
  border-color: var(--primaryColor);
}
.search-dropdown .search-popup button {
  padding: 5px 12px;
}

@media only screen and (max-width: 767px) {
  .navbar-top.style-one .contact-info li, .navbar-top.style-two .contact-info li {
    margin-right: 18px;
  }
  .navbar-top.style-one .contact-info li:last-child, .navbar-top.style-two .contact-info li:last-child {
    margin-right: 0;
  }
  .navbar-area .navbar-brand img {
    max-width: 110px;
  }
  .navbar-area .other-options {
    margin-left: 10px;
  }
  .navbar-area .other-options .option-item {
    margin-left: 16px;
  }
  .navbar-area .other-options .option-item:first-child {
    margin-left: 0;
  }
  .navbar-area .other-options .option-item a i {
    font-size: 18px;
    line-height: 0.8;
  }
  .navbar-area .other-options .option-item .search-btn {
    width: 40px;
    height: 40px;
    padding-bottom: 4px;
  }
  .navbar-area .other-options .option-item .search-btn img {
    max-width: 16px;
  }
  .navbar-area.style-two .other-options {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area {
    z-index: 99;
  }
  .navbar-area.style-one, .navbar-area.style-two, .navbar-area.style-three, .navbar-area.style-four {
    padding: 8px 0;
  }
  .navbar-area.style-one .navbar-brand img, .navbar-area.style-two .navbar-brand img, .navbar-area.style-three .navbar-brand img, .navbar-area.style-four .navbar-brand img {
    max-width: 280px;
	  padding: 7px 0px;
  }
  .navbar-area.style-one .menu-mobile-trigger span, .navbar-area.style-two .menu-mobile-trigger span, .navbar-area.style-four .menu-mobile-trigger span {
    background: var(--whiteColor);
  }
  .navbar-area.style-one .other-options .option-item .mobile-options button i, .navbar-area.style-two .other-options .option-item .mobile-options button i, .navbar-area.style-four .other-options .option-item .mobile-options button i {
    color: var(--whiteColor);
  }
  .navbar-area.style-two .other-options .option-item .search-btn.bg_primary {
    background-color: var(--secondaryColor);
  }
  .navbar-area.style-two .other-options .option-item .search-btn.bg_primary i {
    color: var(--titleColor);
  }
  .navbar-area.sticky {
    top: 0 !important;
    background-color: var();
    border-bottom: 1px solid #fff;
  }
  .navbar-area .navbar .navbar-brand img {
    max-width: 105px;
  }
  .navbar-area .menu {
    border-radius: 0;
  }
  .navbar-area .menu ul li a {
    color: var(--whiteColor);
  }
  .navbar-area .menu ul li a.active, .navbar-area .menu ul li a:hover {
    color: var(--secondaryColor);
  }
  .navbar-area .menu ul li a i {
    float: right;
    font-size: 18px;
  }
  .navbar-area .other-options .option-item .search-dropdown {
    min-width: 290px;
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right {
    top: 60px !important;
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right.show {
    top: 51px !important;
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right {
    left: auto !important;
    right: -45px !important;
  }
  .navbar-area .menu-mobile-trigger span {
    background: var(--titleColor);
  }
  .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    background: 0 0;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
  }
  .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: var(--primaryColor);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .menu-mobile-trigger span:nth-child(1), .menu-mobile-trigger span:nth-child(2) {
    top: 0;
  }
  .menu-mobile-trigger span:nth-child(2), .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
    width: 80%;
    margin-left: 20%;
  }
  .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: var(--primaryColor);
    transform: translate(-100%);
    transition: all 0.5s ease-in-out;
  }
  .menu.active {
    transform: translate(0%);
  }
  .menu ul li a {
    color: var(--whiteColor);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none !important;
  }
  .menu ul li a:after {
    display: none;
  }
  .menu ul li a:hover, .menu ul li a.active {
    color: var(--secondaryColor);
    background-color: transparent !important;
  }
  .menu ul li .menu-subs li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu ul li .menu-subs li a:hover, .menu ul li .menu-subs li a.active {
    color: var(--secondaryColor);
  }
  .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .menu > ul > li .menu-subs {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem 0;
    padding-top: 50px;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(100%);
    box-shadow: none;
    transition: var(--transition);
    background: var(--primaryColor);
  }
  .menu > ul > li .menu-subs > ul > li a {
    color: var(--whiteColor);
    display: block;
  }
  .menu > ul > li .menu-subs.active {
    transform: translateX(0%);
  }
  .menu > ul > li > a {
    display: block;
    padding: 20px 25px;
  }
  .menu > ul > li > a i {
    position: absolute;
    font-size: 22px;
    top: 50%;
    right: 22px;
    text-align: center;
    transform: translateY(-50%) rotate(-90deg);
  }
  .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    background: var(--primaryColor);
  }
  .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.19);
    color: var(--whiteColor);
    text-align: center;
  }
  .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .menu .menu-mobile-header .menu-mobile-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--whiteColor);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .menu .menu-mobile-header .menu-mobile-close {
    font-size: 24px;
    cursor: pointer;
    width: 4.125rem;
    height: 3.125rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--whiteColor);
    text-align: center;
  }
  .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.3s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-area.style-one ul li a, .navbar-area.style-two ul li a, .navbar-area.style-three ul li a, .navbar-area.style-four ul li a {
    /*color: var(--titleColor);*/
    color: var(--whiteColor);
  }
  .navbar-area.style-one ul li a.active, .navbar-area.style-one ul li a:hover, .navbar-area.style-two ul li a.active, .navbar-area.style-two ul li a:hover, .navbar-area.style-three ul li a.active, .navbar-area.style-three ul li a:hover, .navbar-area.style-four ul li a.active, .navbar-area.style-four ul li a:hover {
    color: var(--primaryColor);
  }
  .navbar-area.style-one {
    background-color: transparent;
  }
  .navbar-area.style-one.sticky {
    background-color: var(--primaryColor);
  }
  .navbar-area.style-one .menu > ul > li > a {
    color: var(--whiteColor);
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-area.style-one .menu > ul > li > a.active, .navbar-area.style-one .menu > ul > li > a:hover {
    color: var(--secondaryColor);
  }
  .navbar-area.style-two {
    background-color: transparent;
    padding: 30px 0 0;
  }
  .navbar-area.style-two.sticky {
    padding: 15px 0;
    background-color: var(--primaryColor);
  }
  .navbar-area.style-two .menu {
    background-color: #043138;
    border-radius: 5px;
    padding: 0 20px;
    margin-left: 30px;
  }
  .navbar-area.style-two .menu > ul > li > a {
    color: var(--whiteColor);
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
  .navbar-area.style-two .menu > ul > li > a.active, .navbar-area.style-two .menu > ul > li > a:hover {
    color: var(--secondaryColor);
  }
  .navbar-area.style-three .menu > ul > li > a:after {
    position: absolute;
    bottom: 38px;
    left: 0;
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--primaryColor);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
  }
  .navbar-area.style-three .menu > ul > li > a.active, .navbar-area.style-three .menu > ul > li > a:hover {
    color: var(--primaryColor);
  }
  .navbar-area.style-three .menu > ul > li > a.active:after, .navbar-area.style-three .menu > ul > li > a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .navbar-area.style-four .menu > ul > li > a {
    color: var(--whiteColor);
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .navbar-area.style-four .menu > ul > li > a.active, .navbar-area.style-four .menu > ul > li > a:hover {
    color: var(--secondaryColor);
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right {
    top: 90px !important;
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right.show {
    top: 75px !important;
  }
  .menu ul > li > .menu-subs > li > .menu-subs {
    left: -100%;
    margin-top: -50px !important;
  }
  .menu ul li:hover > .menu-subs {
    margin-top: -2px;
    opacity: 1;
    visibility: visible;
  }
  .menu ul li.menu-item-has-children .menu-subs li.menu-item-has-children a i {
    float: right;
    top: 5px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .navbar-brand img {
    max-width: 180px;
  }
  .navbar-area .other-options .option-item {
    margin-left: 8px;
  }
  .navbar-area .other-options .option-item:first-child {
    margin-left: 0;
  }
  .navbar-area .other-options .option-item .btn .btn-icon-one,
  .navbar-area .other-options .option-item .btn .btn-icon-two {
    width: 46px;
    height: 46px;
  }
  .navbar-area .other-options .option-item .btn .btn-icon-one {
    margin-right: -10px;
  }
  .navbar-area .other-options .option-item .btn .btn-icon-two {
    margin-left: -46px;
  }
  .navbar-area .other-options .option-item .btn .btn-text {
    font-size: 14px;
    height: 46px;
    padding: 5px 15px;
  }
  .navbar-area .other-options .option-item .btn:hover .btn-icon-one {
    margin: 0;
  }
  .navbar-area .other-options .option-item .btn:hover .btn-icon-two {
    margin-left: -9px;
  }
  .navbar-area .other-options .option-item .btn:hover .btn-text {
    margin-left: -46px;
  }
  .navbar-area .other-options .option-item .search-btn {
    width: 46px;
    height: 46px;
  }
  .navbar-area.style-two .menu {
    margin-left: 22px;
  }
  .navbar-area.style-two .menu > ul > li {
    margin-right: 9px;
  }
  .navbar-area.style-two .menu > ul > li:last-child {
    margin-right: 0;
  }
  .navbar-area.style-two .menu > ul > li.menu-item-has-children a {
    font-size: 14px;
  }
  .navbar-area.style-two .menu > ul > li a {
    font-size: 14px;
  }
  .menu > ul > li {
    margin-right: 12px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
  .menu > ul > li.menu-item-has-children a {
    font-size: 15px;
  }
  .menu > ul > li.menu-item-has-children a i {
    margin-left: 1px;
  }
  .menu > ul > li .menu-column-1 {
    min-width: 13.9rem;
    max-width: 13.9rem;
  }
  .menu > ul > li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area .navbar-brand img {
    max-width: 240px;
	  
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-area .other-options .option-item {
    margin-left: 11px;
  }
  .navbar-area .other-options .option-item:first-child {
    margin-left: 0;
  }
  .navbar-area.style-two .menu {
    margin-left: 60px;
  }
  .menu > ul > li {
    margin-right: 25px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
  .menu > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1600px) {
  .menu > ul > li {
    margin-right: 28px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
  .menu > ul > li.menu-item-has-children a i {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1920px) {
  .navbar-area.style-two .menu {
    margin-left: 130px;
  }
}/*# sourceMappingURL=header.css.map */
/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-area.style-one {
  background-color: var(--primaryColor);
}
.footer-area.style-one .footer-bottom {
  padding: 18px 0;
}
.footer-area.style-two {
  background-color: var(--primaryColor);
}
.footer-area.style-two .footer-bottom {
  padding: 27px 0;
  border-top: 1px solid rgba(153, 168, 171, 0.35);
}
.footer-area .contact-num {
  font-size: 24px;
  line-height: 1.4em;
}
.footer-area .footer-bottom .footer-bottom-menu li {
  margin-right: 16px;
  padding-right: 23px;
  display: inline-block;
  position: relative;
}
.footer-copyright .footer-bottom .footer-bottom-menu li::after {
  position: absolute;
  top: 50%;
  right: -10px;
  content: "|";
  font-size: 18px;
  color: #fff;
  transform: translateY(-50%);
}


.footer-copyright .footer-bottom .footer-bottom-menu li:last-child::after{
    display: none !important;
}
.footer-area .footer-bottom .footer-bottom-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-area .footer-bottom .footer-bottom-menu li:last-child:after {
  display: none;
}
.footer-area .footer-bottom .footer-bottom-menu li a {
  /*color: var(--grayColor);*/
  color: var(--whiteColor);
}
.footer-copyright .footer-bottom .footer-bottom-menu li a {
  color: var(--whiteColor);
}
.footer-area .footer-bottom .footer-bottom-menu li a:hover {
  color: var(--grayColor);
}
.footer-area .logo-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  font-weight: 700;
  font-family: var(--secondaryFont);
  line-height: 1;
  font-size: clamp(14.7rem, 10vw, 5rem);
  line-height: 19vh;
  position: relative;
  left: -5px;
  letter-spacing: 0.02em;
}

.footer-widget .footer-menu.style-one {
  -moz-columns: 2;
       columns: 2;
}
.footer-widget .footer-menu li {
  margin-bottom: 8px;
}
.footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-menu li a {
  position: relative;
  color: var(--whiteColor);
}
.footer-widget .footer-menu li a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--whiteColor);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.footer-widget .footer-menu li a:hover {
  color: var(--whiteColor);
}
.footer-widget .footer-menu li a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer-widget .newsletter-form.style-one input {
  height: 54px;
  /*background-color: #043138;*/
  background-color: var(--secondaryColor);
  padding: 12px 16px;
}
.footer-widget .newsletter-form.style-one input::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 1;
}
.footer-widget .newsletter-form.style-one input::placeholder {
  color: var(--whiteColor);
  opacity: 1;
}
.footer-widget .newsletter-form.style-one button {
  padding: 9px 14px 6px;
}
.footer-widget .newsletter-form.style-one button i {
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 1;
}



@media only screen and (max-width: 767px) {
.social-profile.style-one li {
    margin-right: 0px;
}
  .feature-card.style-one h3 {
    font-size: 26px;
  }

  .footer-widget .footer-widget-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .footer-area .logo-text {
    /*font-size: clamp(2.2rem, 5vw, 3rem);*/
    font-size: clamp(1.8rem, 4vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .footer-bottom .footer-bottom-menu li {
    margin-right: 10px;
    padding-right: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .logo-text {
    /*font-size: clamp(1.8rem, 3vw, 3.8rem);*/
   font-size: clamp(3rem, 5vw, 6.5rem);
    line-height: 1.4;
  }
}

@media only screen and (min-width: 992px) {
  .footer-area.style-one {
    /*position: sticky;*/
    bottom: 0;
  }

  .footer-area .logo-text {
    font-size: clamp(3.2rem, 4vw, 4.2rem);
    line-height: 1.1;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-area .logo-text {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
  }

  .footer-area.style-two .logo {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 1400px) {
  .footer-area .logo-text {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
  }
}





/*# sourceMappingURL=footer.css.map */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .industry-card-wrap.style-one .industry-category-card {
    width: calc(50% - 9px) !important;
  }
}
@media only screen and (max-width: 991px) {
 .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
  .fs-xx-14 {
    font-size: 14px;
  }
  .fs-22 {
    font-size: 20px;
  }
  .fs-24 {
    font-size: 22px;
    line-height: 32px;
  }
  .fs-30 {
    font-size: 25px;
    line-height: 35px;
  }
  .fs-32 {
    font-size: 22px;
    line-height: 32px;
  }
  .fs-36 {
    font-size: 28px;
  }
  .fs-40 {
    font-size: 30px;
  }
  .fs-64 {
    font-size: 44px;
  }
  .pt-50 {
    padding-top: 30px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pt-95 {
    padding-top: 35px;
  }
  .pt-115 {
    padding-top: 55px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-90 {
    padding-bottom: 30px;
  }
  .pb-95 {
    padding-bottom: 35px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ptb-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mtb-120 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .mb-sm-6 {
    margin-bottom: 6px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-75,
  .mb-85 {
    margin-bottom: 45px;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
  }
  .section-title.style-one, .section-title.style-two, .section-title.style-three {
    font-size: 28px;
    line-height: 36px;
  }
  .section-title.style-one.mb-45, .section-title.style-one.mb-40, .section-title.style-one.mb-35, .section-title.style-two.mb-45, .section-title.style-two.mb-40, .section-title.style-two.mb-35, .section-title.style-three.mb-45, .section-title.style-three.mb-40, .section-title.style-three.mb-35 {
    margin-bottom: 30px;
  }
  .section-title.style-one small {
    min-width: 100%;
    width: 100%;
    max-height: auto;
    min-height: auto;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
  }
  .row.mb-65, .row.mb-45, .row.mb-40, .row.mb-35 {
    margin-bottom: 30px;
  }
  .btn .btn-icon-one,
  .btn .btn-icon-two {
    width: 44px;
    height: 44px;
  }
  .btn .btn-icon-one img,
  .btn .btn-icon-two img {
    max-width: 18px;
  }
  .btn .btn-icon-one {
    margin-right: -9px;
  }
  .btn .btn-icon-two {
    margin-left: -44px;
  }
  .btn .btn-text {
    font-size: 14px;
    height: 44px;
    padding: 5px 14px;
  }
  .btn:hover .btn-icon-two {
    margin-left: -9px;
  }
  .btn:hover .btn-text {
    margin-left: -44px;
  }
  .btn.style-three .btn-icon-one img,
  .btn.style-three .btn-icon-two img {
    max-width: 19px;
  }
  .btn.style-three:hover .btn-icon-two {
    margin-left: 0;
  }
  .btn.style-three:hover .btn-text {
    margin-left: -44px;
  }
  .progress-wrap {
    right: 10px;
    bottom: 15px;
  }
  .page-nav li a {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .page-nav li a i {
    font-size: 23px;
  }
  .slider-btn.style-one .prev-btn,
  .slider-btn.style-one .next-btn, .slider-btn.style-two .prev-btn,
  .slider-btn.style-two .next-btn, .slider-btn.style-three .prev-btn,
  .slider-btn.style-three .next-btn, .slider-btn.style-four .prev-btn,
  .slider-btn.style-four .next-btn {
    width: 44px;
    height: 44px;
  }
  .slider-btn.style-one .prev-btn img,
  .slider-btn.style-one .next-btn img, .slider-btn.style-two .prev-btn img,
  .slider-btn.style-two .next-btn img, .slider-btn.style-three .prev-btn img,
  .slider-btn.style-three .next-btn img, .slider-btn.style-four .prev-btn img,
  .slider-btn.style-four .next-btn img {
    max-width: 17px;
  }
  .slider-btn.style-one .prev-btn i,
  .slider-btn.style-one .next-btn i, .slider-btn.style-two .prev-btn i,
  .slider-btn.style-two .next-btn i, .slider-btn.style-three .prev-btn i,
  .slider-btn.style-three .next-btn i, .slider-btn.style-four .prev-btn i,
  .slider-btn.style-four .next-btn i {
    font-size: 22px;
  }
  .slider-btn.style-one .prev-btn, .slider-btn.style-two .prev-btn, .slider-btn.style-three .prev-btn, .slider-btn.style-four .prev-btn {
    margin-right: 10px;
  }
  [data-cue] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .breadcrumb-area.style-one {
    padding: 115px 0 60px;
    margin-top: -68px;
  }
  .breadcrumb-area.style-one .section-title {
    margin-bottom: 10px;
  }
  .hero-area.style-one {
    /*margin-top: -68px;*/
    margin-top: -108px;
  }
  .hero-area.style-two {
    margin-top: -68px;
    padding: 120px 0 70px;
  }
  .hero-area.style-two .hero-content {
    margin-bottom: 30px;
  }
  .hero-area.style-two .hero-content h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .hero-area.style-two .hero-content .hero-stat-wrapper .stat-card {
    width: 100%;
  }
  .hero-area.style-two .hero-content .hero-stat-wrapper .hero-para {
    width: 100%;
    margin: 20px 0 0;
  }
  .hero-area.style-two .hero-content .hero-stat-wrapper .hero-para p {
    margin-bottom: 28px;
  }
  .hero-area.style-two .hero-bg {
    position: relative !important;
    width: 100%;
    margin: 30px 0 0;
  }
  .hero-area.style-three {
    padding: 80px 0 50px;
  }
  .hero-area.style-three .hero-content {
    margin-bottom: 30px;
  }
  .hero-area.style-three .hero-content .hero-para {
    width: 100%;
    margin: 10px 0 20px;
  }
  .hero-area.style-three .hero-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-area.style-three .stat-card-wrap .stat-card {
    width: 100%;
    margin-bottom: 25px;
  }
  .hero-slide-item.style-one {
    padding: 170px 0 100px;
  }
  .hero-slide-item.style-one .hero-shape {
    /*top: 45%;
    left: 5%;*/
    max-width: 200px;
  }
  .hero-slide-item.style-one .hero-content h1 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 30px;
  }
/*  .hero-area,
.hero-bg,
.hero-bg img {
    min-height: 100vh;
}

.hero-bg img {
    object-fit: cover;
    object-position: center top;
}*/
  .hero-slide-item.style-one .hero-content .social-profile {
    flex-direction: row !important;
    justify-content: space-between;
  }
  .hero-slide-item.style-one .stat-card {
    margin: 30px 0 25px;
  }
  .hero-slide-item.style-one .hero-para {
    width: 95%;
    margin: 0;
  }
  .hero-slider-one .hero-pagination {
    bottom: 30px;
    left: 50%;
  }
  .hero-slider-one .hero-pagination .swiper-pagination-current {
    font-size: 40px;
  }
  .hero-slider-one .hero-pagination .swiper-separator {
    font-size: 23px;
  }
  .hero-slider-one .hero-pagination .swiper-pagination-total {
    font-size: 23px;
  }
  .about-area.style-one .about-content h3 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .about-area.style-one .about-content .counter-card-wrap .counter-card {
    width: 50%;
  }
  .about-area.style-one .about-content .counter-card-wrap .counter-card h4 {
    font-size: 44px;
  }
  .about-area.style-one .about-content .counter-card-wrap .counter-card h4 span {
    font-size: 44px;
  }
  .about-area.style-one .about-content .counter-card-wrap .counter-card span {
    font-size: 14px;
  }
  .about-area.style-one .about-content .achievement-box {
    padding: 30px 20px 30px 20px;
  }
  .about-area.style-one .about-content .achievement-box ul li {
    font-size: 16px;
  }
  .about-area.style-one .about-content .achievement-box ul li span {
    width: calc(100% - 45px);
  }
  .about-area.style-one .about-content .achievement-box ul li span:nth-child(2) {
    width: 45px;
  }
  .about-area.style-one .about-content .founders-box {
    padding: 30px 0 0;
  }
  .about-area.style-one .about-content .founders-box h6 {
    font-size: 22px;
    line-height: 32px;
    padding: 0 25px;
    margin-bottom: 20px;
  }
  .about-area.style-one .about-content .founders-box .ceo-info-wrap {
    padding: 0 20px 30px;
  }
  .about-area.style-one .about-content .founders-box .ceo-info-wrap .ceo-img {
    width: 65px;
    height: 65px;
  }
  .about-area.style-one .about-content .founders-box .ceo-info-wrap .ceo-info {
    width: calc(100% - 75px);
  }
  .about-area.style-one .about-content .founders-box .support-box {
    padding: 25px 1px;
  }
  .about-area.style-two .about-content {
    padding: 20px 20px 0;
  }
  .about-area.style-two .about-content .features-wrap .feature-img {
    width: 100%;
  }
  .about-area.style-two .about-content .features-wrap .feature-info {
    width: 100%;
    margin: 20px 0 0;
  }
  .about-area.style-two .about-img-wrap h3 {
    padding: 30px 22px 0;
  }
  .about-area.style-two .about-img-wrap .about-img {
    max-width: 80%;
    left: -55px;
  }
  .about-area.style-three .about-img-text {
    padding-top: 35px;
    margin-top: 40px;
  }
  .about-area.style-three .about-content {
    padding-left: 15px;
  }
  .about-area.style-three .about-content .section-title {
    margin-bottom: 20px;
  }
  .about-area.style-three .about-content h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-left: 25px;
  }
  .about-area.style-three .about-content .btn {
    margin-left: 25px;
    margin-bottom: 30px;
  }
  .about-area.style-three .about-content .counter-card-wrap {
    margin-bottom: -20px;
  }
  .about-area.style-three .about-content .counter-card-wrap .counter-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-area.style-three .about-content .counter-card-wrap .counter-card h4 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .promo-card-wrap.style-one {
    padding: 35px 0 10px;
  }
  .promo-card-wrap.style-one .promo-card {
    width: 100%;
  }
  .promo-card.style-one {
    padding: 0;
    margin-bottom: 25px;
  }
  .promo-card.style-one span {
    width: 100%;
  }
  .promo-card.style-one p {
    width: 100%;
    margin: 15px 0 0;
  }
  .wh-card.style-one {
    padding: 25px 20px 30px;
  }
  .wh-card.style-two {
    padding: 25px 20px 20px;
  }
  .wh-card.style-two .rating-box {
    padding: 20px 15px 24px;
  }
  .wh-area.style-two .wh-content .feature-item-wrap .feature-item {
    margin-bottom: 34px;
  }
  .wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-icon {
    width: 45px;
  }
  .wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-info {
    width: calc(100% - 65px);
    padding-bottom: 32px;
  }
  .wh-area.style-two .wh-content .feature-item-wrap .feature-item:last-child {
    margin-bottom: 0;
  }
  .wh-box.style-one .wh-content {
    padding: 0 15px 20px 45px;
  }
  .wh-box.style-one .wh-content .vertical-text {
    font-size: 26px;
    left: 8px;
  }
  .wh-box.style-one .wh-bg {
    border-radius: 0;
  }
  .wh-box.style-one .wh-bg img {
    border-radius: 0;
  }
  .wh-box.style-one .wh-quote-box {
    border-radius: 0 0 20px 20px;
    padding: 20px;
  }
  .move-text.style-two {
    height: 40px;
  }
  .move-text.style-two ul li {
    font-size: 30px;
    margin: 0 16px 0 0;
    padding-right: 35px;
  }
  .move-text.style-two ul li:after {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  .move-text.style-three {
    height: 70px;
  }
  .move-text.style-three ul li {
    font-size: 30px;
    margin: 0 16px 0 0;
    padding-right: 35px;
  }
  .move-text.style-three ul li:after {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  .service-slider-one .slider-btn .prev-btn,
  .service-slider-one .slider-btn .next-btn {
    top: 60%;
  }
  .service-card.style-one {
    padding: 30px 22px 35px;
    transform: translateY(3px);
  }
  .service-card.style-one h3 {
    margin: 35px 0 25px;
  }
  .service-card.style-one p {
    margin-bottom: 25px;
  }
  .service-card.style-one p, .service-card.style-one .btn {
    opacity: 1;
    visibility: visible;
  }
  .service-card.style-one.active, .service-card.style-one:hover {
    transform: translateY(0);
  }
  .service-card.style-one.active h3, .service-card.style-one:hover h3 {
    margin: 35px 0 25px;
  }
  .service-card.style-one.active p, .service-card.style-one.active .btn, .service-card.style-one:hover p, .service-card.style-one:hover .btn {
    opacity: 1;
    visibility: visible;
  }
  .funfact-wrap.style-one .funfact-card, .funfact-wrap.style-two .funfact-card {
    width: 50%;
  }
  .funfact-wrap.style-one .funfact-card h4, .funfact-wrap.style-two .funfact-card h4 {
    font-size: 40px;
  }
  .funfact-card.style-one {
    padding-left: 0;
  }
  .funfact-card.style-one:before {
    display: none;
  }
  .cta-area.style-one .cta-content {
    padding: 280px 0 55px;
  }
  .industry-card-wrap.style-one {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .industry-card-wrap.style-one .industry-category-card {
    width: 100% !important;
  }
/*  .faq-area.style-one .faq-content {
    padding: 60px 0 30px;
  }*/
  .faq-area.style-one .faq-bg-wrap .faq-contact-box {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .accordion.style-one .accordion-item, .accordion.style-two .accordion-item {
    padding: 24px 0 20px 20px;
  }
  .accordion.style-one .accordion-item .accordion-header .accordion-button, .accordion.style-two .accordion-item .accordion-header .accordion-button {
    padding: 0 45px 0 0;
  }
  .accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow, .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
    right: 20px;
  }
  .testimonial-area.style-one .testimonial-bg {
    height: 500px;
  }
  .testimonial-area.style-one .testimonial-bg .rating-box {
    left: 15px;
    bottom: 40px;
    width: 235px;
    padding: 23px 20px 22px 22px;
  }
  .testimonial-area.style-one .testimonial-content {
    padding: 30px 0 80px;
  }
  .case-area.style-one .case-bg-wrap {
    height: 400px;
  }
  .case-area.style-one .case-content {
    padding: 30px 15px 0;
  }
  .case-area.style-one .case-content .case-slider-one .slider-btn {
    margin-top: 20px;
    width: 100% !important;
  }
  .case-card.style-three {
    padding: 22px 22px 22px;
  }
  .promo-area.style-one .promo-bg:after {
    /*background-color: rgba(0, 37, 44, 0.6);*/
    background-color: rgba(30, 27, 75, 0.6);
    background: linear-gradient(270deg, rgba(0, 37, 44, 0.5) 32.62%, rgba(0, 37, 44, 0) 43.49%);
  }
  .promo-area.style-one .promo-box {
    /*width: 462px;*/
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 39px 50px 90px;
    background: radial-gradient(ellipse closest-side at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    clip-path: polygon(0 0, calc(100% - 135px) 0, 100% 185px, 100% 100%, 0 100%);
  }
  .promo-area.style-one .promo-box .promo-list li {
    margin-bottom: 35px;
  }
  .promo-area.style-one .promo-box .promo-list li:last-child {
    margin-bottom: 0;
  }
  .brand-logo-wrap.style-one .brand-logo {
    border-bottom: 1px solid #d9d9d9;
  }
  .brand-logo-wrap.style-one, .brand-logo-wrap.style-two {
    justify-content: center;
  }
  .brand-logo-wrap.style-one .brand-logo, .brand-logo-wrap.style-two .brand-logo {
    flex: 0 0 50%;
    min-height: 120px;
  }
  .case-card.style-one {
    padding: 20px;
  }
  .case-card.style-one .case-img .case-counter {
    top: 30px;
    right: 25px;
    font-size: 44px;
  }
  .case-card.style-one .case-info .job-info-wrap .employer-logo {
    width: 80px;
    height: 80px;
  }
  .case-card.style-one .case-info .job-info-wrap .job-info {
    width: calc(100% - 95px);
  }
  .case-card.style-one .case-info .case-outcome-box {
    padding: 25px;
  }
  .case-card.style-one .case-info .case-outcome-box .outcome-box {
    padding: 17px 16px 17px 20px;
  }
  .cta-box.style-one {
    padding: 34px 18px 26px;
  }
  .cta-box.style-one .btn-wrap a {
    margin-bottom: 14px;
  }
  .cta-box.style-one .btn-wrap a:first-child {
    margin-right: 0;
  }
  .blog-card-wrap.style-one {
    padding-left: 0;
    border-left: none;
  }
  .blog-card-wrap.style-one .blog-card {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .blog-card-wrap.style-one .blog-card:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .blog-card.style-two .blog-img .blog-category {
    top: 15px;
    left: 15px;
  }
  .blog-card.style-two .blog-img:after {
    background: linear-gradient(180deg, rgba(0, 37, 44, 0.75) 50%, #00252C 100%);
  }
  .blog-card.style-two .blog-info {
    padding: 15px 15px;
  }
  .blog-card.style-four .blog-img,
  .blog-card.style-four .blog-info {
    width: 100%;
  }
  .blog-card.style-four .blog-info {
    margin: 20px 0 0;
  }
  .sidebar .sidebar-widget {
    padding: 22px 20px 25px;
  }
  .category-widget ul li {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .category-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .rp-post-card .rp-post-img {
    width: 85px;
  }
  .rp-post-card .rp-post-info {
    width: calc(100% - 100px);
  }
  .blog-metainfo.style-three li {
    margin-right: 11px;
    padding-right: 14px;
  }
  .blog-metainfo.style-three li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .blog-desc p,
  .service-desc p,
  .career-desc p,
  .case-desc p,
  .terms-wrap p {
    margin-bottom: 17px;
  }
  .blog-desc h1,
  .service-desc h1,
  .career-desc h1,
  .case-desc h2,
  .terms-wrap h1 {
    font-size: 30px;
  }
  .blog-desc h2,
  .service-desc h2,
  .career-desc h2,
  .case-desc h2,
  .terms-wrap h2 {
    font-size: 28px;
  }
  .blog-desc h3,
  .service-desc h3,
  .career-desc h3,
  .case-desc h3,
  .terms-wrap h3 {
    font-size: 26px;
  }
  .blog-desc h4,
  .service-desc h4,
  .career-desc h4,
  .case-desc h4,
  .terms-wrap h4 {
    font-size: 24px;
  }
  .blog-desc h5,
  .service-desc h5,
  .career-desc h5,
  .case-desc h5,
  .terms-wrap h5 {
    font-size: 22px;
  }
  .blog-desc h6,
  .service-desc h6,
  .career-desc h6,
  .case-desc h6,
  .terms-wrap h6 {
    font-size: 20px;
  }
  .blog-desc p:last-child,
  .service-desc p:last-child,
  .career-desc p:last-child,
  .case-desc p:last-child,
  .terms-wrap p:last-child {
    margin-bottom: 0;
  }
  .blog-desc ol,
  .service-desc ol,
  .career-desc ol,
  .case-desc ol,
  .terms-wrap ol {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .blog-desc ol li,
  .service-desc ol li,
  .career-desc ol li,
  .case-desc ol li,
  .terms-wrap ol li {
    margin-bottom: 15px;
    padding-left: 3px;
  }
  .blog-desc .wp-blockquote,
  .service-desc .wp-blockquote,
  .career-desc .wp-blockquote,
  .case-desc .wp-blockquote,
  .terms-wrap .wp-blockquote {
    padding: 26px 30px 32px 30px;
  }
  .blog-desc .wp-blockquote p,
  .service-desc .wp-blockquote p,
  .career-desc .wp-blockquote p,
  .case-desc .wp-blockquote p,
  .terms-wrap .wp-blockquote p {
    margin-bottom: 40px;
  }
  .blog-desc .wp-blockquote h6,
  .service-desc .wp-blockquote h6,
  .career-desc .wp-blockquote h6,
  .case-desc .wp-blockquote h6,
  .terms-wrap .wp-blockquote h6 {
    padding-left: 60px;
    font-size: 20px;
  }
  .blog-desc .wp-blockquote h6:before,
  .service-desc .wp-blockquote h6:before,
  .career-desc .wp-blockquote h6:before,
  .case-desc .wp-blockquote h6:before,
  .terms-wrap .wp-blockquote h6:before {
    position: absolute;
    top: 14px;
    left: 0;
    content: "";
    width: 40px;
    height: 1px;
    background-color: var(--titleColor);
  }
  .blog-desc .wp-blockquote span,
  .service-desc .wp-blockquote span,
  .career-desc .wp-blockquote span,
  .case-desc .wp-blockquote span,
  .terms-wrap .wp-blockquote span {
    padding-left: 60px;
  }
  .blog-desc .single-para,
  .service-desc .single-para,
  .career-desc .single-para,
  .case-desc .single-para,
  .terms-wrap .single-para {
    margin-bottom: 35px;
  }
  .blog-desc .single-para:last-child,
  .service-desc .single-para:last-child,
  .career-desc .single-para:last-child,
  .case-desc .single-para:last-child,
  .terms-wrap .single-para:last-child {
    margin-bottom: 0;
  }
  .blog-desc .single-para p,
  .service-desc .single-para p,
  .career-desc .single-para p,
  .case-desc .single-para p,
  .terms-wrap .single-para p {
    margin-bottom: 16px;
  }
  .blog-desc .single-para p:last-child,
  .service-desc .single-para p:last-child,
  .career-desc .single-para p:last-child,
  .case-desc .single-para p:last-child,
  .terms-wrap .single-para p:last-child {
    margin-bottom: 0;
  }
  .blog-desc .features-list.style-one,
  .service-desc .features-list.style-one,
  .career-desc .features-list.style-one,
  .case-desc .features-list.style-one,
  .terms-wrap .features-list.style-one {
    margin-left: 12px;
  }
  .blog-desc .features-list.style-one li,
  .service-desc .features-list.style-one li,
  .career-desc .features-list.style-one li,
  .case-desc .features-list.style-one li,
  .terms-wrap .features-list.style-one li {
    padding-left: 18px;
    margin-bottom: 8px;
  }
  .blog-desc .features-list.style-one li:last-child,
  .service-desc .features-list.style-one li:last-child,
  .career-desc .features-list.style-one li:last-child,
  .case-desc .features-list.style-one li:last-child,
  .terms-wrap .features-list.style-one li:last-child {
    margin-bottom: 0;
  }
  .blog-desc .features-list.style-one li:before,
  .service-desc .features-list.style-one li:before,
  .career-desc .features-list.style-one li:before,
  .case-desc .features-list.style-one li:before,
  .terms-wrap .features-list.style-one li:before {
    position: absolute;
    top: 11px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--paraColor);
  }
  .blog-desc .features-list.style-two li,
  .service-desc .features-list.style-two li,
  .career-desc .features-list.style-two li,
  .case-desc .features-list.style-two li,
  .terms-wrap .features-list.style-two li {
    padding-left: 28px;
    margin-bottom: 4px;
  }
  .blog-desc .features-list.style-two li:last-child,
  .service-desc .features-list.style-two li:last-child,
  .career-desc .features-list.style-two li:last-child,
  .case-desc .features-list.style-two li:last-child,
  .terms-wrap .features-list.style-two li:last-child {
    margin-bottom: 0;
  }
  .blog-desc .features-list.style-two li img, .blog-desc .features-list.style-two li i,
  .service-desc .features-list.style-two li img,
  .service-desc .features-list.style-two li i,
  .career-desc .features-list.style-two li img,
  .career-desc .features-list.style-two li i,
  .case-desc .features-list.style-two li img,
  .case-desc .features-list.style-two li i,
  .terms-wrap .features-list.style-two li img,
  .terms-wrap .features-list.style-two li i {
    position: absolute;
    top: 8px;
    left: 0;
  }
  .blog-desc .counter-card-wrap,
  .service-desc .counter-card-wrap,
  .case-desc .counter-card-wrap {
    justify-content: center;
  }
  .blog-desc .counter-card-wrap .counter-card,
  .service-desc .counter-card-wrap .counter-card,
  .case-desc .counter-card-wrap .counter-card {
    text-align: center;
    margin-bottom: 20px;
    width: 50%;
  }
  .blog-desc .counter-card-wrap .counter-card h3,
  .service-desc .counter-card-wrap .counter-card h3,
  .case-desc .counter-card-wrap .counter-card h3 {
    font-size: 34px !important;
    line-height: 1;
    margin-bottom: 6px !important;
  }
  .blog-desc .counter-card-wrap .counter-card span,
  .service-desc .counter-card-wrap .counter-card span,
  .case-desc .counter-card-wrap .counter-card span {
    font-size: 14px;
  }
  .comment-item-wrap .comment-item {
    padding: 26px 20px 30px;
  }
  .comment-item-wrap .comment-item.reply {
    margin-left: 30px;
  }
  .comment-item-wrap .comment-item:last-child {
    margin-bottom: 0;
  }
  .comment-item-wrap .comment-item .comment-author-info {
    width: 100%;
    margin: 20px 0 0;
  }
  .comment-item-wrap .comment-item .comment-text {
    margin-bottom: 10px !important;
  }
  .contact-form.style-three {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .contact-form.style-three .service-btn-wrap .service-btn {
    flex: auto;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .contact-form.style-three .service-btn-wrap .service-btn input {
    display: none;
  }
  .contact-form.style-three .service-btn-wrap .service-btn label {
    font-size: 14px;
    padding: 12px 10px;
    cursor: pointer;
  }
  .contact-form.style-three .service-btn-wrap .service-btn .custom-control-input:checked + label {
    background-color: var(--secondaryColor);
  }
  .error-wrap {
    background-image: url(../images/error-bg.jpg);
    height: 100vh;
  }
  .error-wrap .error-content {
    width: 100%;
    padding: 60px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .hero-area.style-two .hero-bg {
    position: relative !important;
    background-image: url(../images/hero/hero-bg-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 400px;
    width: 100%;
    margin: 30px 0 0;
  }
  .about-area.style-one .achievement-box {
    padding: 35px 25px 35px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
  }
  .industry-category-wrap {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin: 0 0 -20px;
  }
  .industry-category-wrap a {
    margin-bottom: 20px;
  }
  .faq-area.style-one .faq-bg-wrap {
    min-height: 450px;
  }
  .job-card.style-one .job-info-wrap,
  .job-card.style-one .job-desc {
    width: 100%;
  }
  .job-card.style-one .job-info-wrap .employer-logo {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
  .job-card.style-one .job-info-wrap .job-info {
    width: calc(100% - 95px);
  }
  .job-card.style-one .job-desc {
    margin: 25px 0 0;
  }
  .job-card.style-one .btn {
    margin-top: 25px;
  }
  .contact-address.style-one .contact-icon {
    width: 55px;
    height: 55px;
  }
  .contact-address.style-one p {
    width: calc(100% - 70px);
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pt-95 {
    padding-top: 55px;
  }
  .pt-115 {
    padding-top: 75px;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pb-90 {
    padding-bottom: 50px;
  }
  .pb-95 {
    padding-bottom: 55px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .ptb-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mtb-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mb-120 {
    margin-bottom: 80px;
  }
  .fs-32 {
    font-size: 24px;
    line-height: 33px;
  }
  .section-title.style-one, .section-title.style-two, .section-title.style-three {
    font-size: 36px;
    line-height: 42px;
  }
 /* .breadcrumb-area.style-one {
    margin-top: -86px;
  }*/
  .hero-area.style-one {
    /*margin-top: -86px;*/
    margin-top: -106px;
  }
  .hero-area.style-two {
    margin-top: -80px;
    padding: 120px 0 70px;
  }
  .hero-area.style-two .hero-content {
    margin-bottom: 30px;
  }
  .hero-area.style-three {
    padding: 185px 0 80px;
  }
  .hero-area.style-three .hero-content {
    margin-bottom: 30px;
  }
  .hero-area.style-three .hero-content .hero-para {
    width: 80%;
    margin-bottom: 30px;
  }
  .hero-area.style-three .hero-content h1 {
    font-size: 64px;
    line-height: 78px;
  }
  .hero-slide-item.style-one {
    padding: 160px 0 110px;
  }
  .hero-slide-item.style-one .hero-shape {
    /*top: 45%;
    left: 5%;*/
    max-width: 300px;
  }
  .hero-slide-item.style-one .hero-content h1 {
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 30px;
  }
  .hero-slide-item.style-one .hero-content .social-profile {
    flex-direction: row !important;
  }
  .hero-slide-item.style-one .hero-content .social-profile li {
    margin-right: 25px;
  }
  .hero-slide-item.style-one .stat-card {
    margin: 30px 0 25px;
  }
  .hero-slide-item.style-one .hero-para {
    width: 75%;
    margin: 0;
  }
  .hero-slider-one .hero-pagination {
    bottom: 30px;
  }
  .brand-logo-wrap.style-two {
    justify-content: center;
  }
  .brand-logo-wrap.style-two .brand-logo {
    flex: 0 0 33.3333333333%;
  }
  .funfact-wrap.style-one .funfact-card, .funfact-wrap.style-two .funfact-card {
    width: 50%;
  }
 /* .faq-area.style-one .faq-content {
    padding: 80px 0 30px;
  }*/
  .case-area.style-one .case-bg-wrap {
    height: 450px;
  }
  .case-area.style-one .case-content {
    padding: 30px 15px 0;
  }
  .case-area.style-one .case-content .case-slider-one .slider-btn {
    width: 100% !important;
  }
  .wh-box.style-one .wh-content {
    padding: 0 80px 20px;
  }
  .wh-box.style-one .wh-content .vertical-text {
    font-size: 34px;
    left: 28px;
  }
  .wh-box.style-one .wh-bg {
    border-radius: 0;
  }
  .wh-box.style-one .wh-bg img {
    border-radius: 0;
  }
  .wh-box.style-one .wh-quote-box {
    border-radius: 0 0 20px 20px;
  }
  .testimonial-area.style-one .testimonial-bg {
    height: 600px;
  }
  .testimonial-area.style-one .testimonial-content {
    padding: 30px 0 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .position-md-sticky {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .promo-card-wrap.style-one .promo-card {
    width: 50%;
  }
  .industry-card-wrap.style-one .industry-category-card {
    width: calc(33.33% - 9px);
  }
  .cta-area.style-one .cta-content {
    padding: 320px 0 75px;
  }
  .move-text.style-two {
    height: 65px;
  }
  .move-text.style-two ul li {
    font-size: 60px;
    margin: 0 25px 0 0;
    padding-right: 55px;
  }
  .move-text.style-two ul li:after {
    background-size: 30px;
    height: 30px;
    width: 30px;
    transform: translteY(-50%);
  }
  .move-text.style-three {
    height: 90px;
  }
  .move-text.style-three ul li {
    font-size: 45px;
    margin: 0 16px 0 0;
    padding-right: 35px;
  }
  .move-text.style-three ul li:after {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .about-area.style-one .achievement-box {
    width: calc(100% + 340px);
    margin-left: -340px;
  }
  .case-card.style-four {
    max-width: 80%;
    margin-left: auto;
  }
  .case-card.style-five {
    max-width: 87%;
    margin-left: auto;
  }
  .case-card.style-six {
    max-width: 87%;
    margin-right: auto;
  }
  .case-card-wrap.style-one .case-card {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 70px;
  }
  .pt-95 {
    padding-top: 75px;
  }
  .pt-115 {
    padding-top: 95px;
  }
  .pt-120 {
    padding-top: 100px;
  }
  .pb-90 {
    padding-bottom: 70px;
  }
  .pb-95 {
    padding-bottom: 75px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
  .ptb-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-120 {
    margin-bottom: 100px;
  }
  .mtb-120 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .fs-24 {
    font-size: 22px;
  }
  .fs-32 {
    font-size: 26px;
    line-height: 36px;
  }
  .container-fluid.style-one {
    padding-right: calc((100% - 960px) / 2 + 12px);
  }
  .container-fluid.style-two {
    padding-left: calc((100% - 960px) / 2 + 12px);
  }
  .section-title.style-one, .section-title.style-two {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-area.style-two {
    padding: 185px 0 95px;
  }
  .hero-area.style-two .hero-bg {
    width: 43%;
  }
  .hero-area.style-two .hero-content h1 {
    font-size: 44px;
    line-height: 60px;
  }
  .hero-area.style-two .hero-content .hero-para {
    top: -8px;
  }
  .hero-area.style-two .hero-content .hero-stat-wrapper {
    width: calc(100% + 45px);
  }
  .hero-area.style-two .contact-info {
    margin-bottom: -5px;
  }
  .hero-area.style-three {
    padding: 235px 0 80px;
  }
  .hero-area.style-three .hero-content .hero-para {
    width: 80%;
  }
  .hero-area.style-three .hero-content h1 {
    font-size: 50px;
    line-height: 63px;
  }
  .hero-area.style-three .stat-card-wrap .stat-card {
    width: 215px;
  }
  .hero-area.style-three .stat-card-wrap .stat-card .client-list li {
    width: 46px;
    height: 46px;
  }
  .hero-slide-item.style-one {
    padding: 220px 0 110px;
  }
  .hero-slide-item.style-one .hero-shape {
    /*left: 10%;*/
    max-width: 400px;
  }
  .hero-slide-item.style-one .hero-content h1 {
    font-size: 40px;
    line-height: 58px;
    /*margin-bottom: 125px;*/
    margin-bottom: 30px;
  }
  .hero-slide-item.style-one .hero-para {
    /*width: calc(100% - 35px);*/
    width: calc(100% - 0px);
  }
  .hero-slider-one .hero-pagination {
    bottom: 50px;
  }
  .brand-logo-wrap.style-one {
    margin: 0 130px 0 0px;
  }
  .testimonial-area.style-one .testimonial-content {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container.style-two {
    max-width: 1170px;
  }
  .w-xl-75 {
    max-width: 75%;
  }
  .section-title.style-one small {
    min-width: 330px;
  }
  .container-fluid.style-one {
    padding-right: calc((100% - 1170px) / 2 + 12px);
  }
  .container-fluid.style-two {
    padding-left: calc((100% - 1170px) / 2 + 12px);
  }
  .about-area.style-two .about-img-wrap .about-img {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-logo-wrap.style-one {
    margin: 0 160px 0 98px;
  }
}
@media only screen and (min-width: 1400px) {
  .fs-xxl-18 {
    font-size: 18px;
    line-height: 26px;
  }
  .fs-xxl-20 {
    font-size: 20px;
    line-height: 30px;
  }
  .fs-xxl-24 {
    font-size: 24px;
  }
  .w-xxl-50 {
    max-width: 50%;
  }
  .container.style-one {
    max-width: 1330px;
  }
  .container.style-two {
    max-width: 1370px;
  }
  .container-fluid.style-one {
    padding-right: calc((100% - 1330px) / 2 + 12px);
  }
  .container-fluid.style-two {
    padding-left: calc((100% - 1330px) / 2 + 12px);
  }
  .section-title.style-three {
    font-size: 80px;
    line-height: 100px;
  }
  .breadcrumb-area.style-one {
    padding: 232px 0 144px;
  }
  .breadcrumb-area.style-one .section-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-area.style-two .hero-bg {
    width: 49%;
  }
  .hero-area.style-two .hero-content h1 {
    font-size: 56px;
    line-height: 75px;
  }
  .hero-area.style-two .hero-content .hero-para {
    top: -8px;
  }
  .hero-area.style-two .hero-content .hero-stat-wrapper {
    width: calc(100% + 45px);
  }
  .hero-area.style-two .contact-info {
    margin-bottom: -5px;
  }
  .hero-area.style-three {
    padding: 365px 0 115px;
  }
  .hero-area.style-three .hero-content .hero-para {
    width: 72%;
  }
  .hero-area.style-three .hero-content h1 {
    font-size: 64px;
    line-height: 76px;
  }
  .hero-slide-item.style-one {
    padding: 260px 0 80px;
  }
  .hero-slide-item.style-one .hero-content {
    padding-right: 20px;
  }
  .hero-slide-item.style-one .hero-content h1 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 30px;
  }
  .about-area.style-one .about-content {
    padding-left: 78px;
  }
  .about-area.style-one .about-content .counter-card-wrap {
    margin-bottom: 12px;
  }
  .about-area.style-one .about-content .achievement-box {
    width: calc(100% + 445px);
    /*margin-left: -445px;*/
    margin-left: -200px;
    padding: 45px 40px 50px 50px;
  }
  .about-area.style-one .about-content .founders-box {
    padding: 45px 0 0;
  }
  .about-area.style-one .about-content .founders-box h6 {
    padding: 0 30px;
  }
  .about-area.style-one .about-content .founders-box .ceo-info-wrap {
    padding: 0 30px 50px;
  }
  .about-area.style-one .about-content .founders-box .support-box {
    padding: 31px 1px;
  }
  .about-area.style-two .about-content {
    padding: 30px 30px 0;
  }
  .about-area.style-two .about-content .about-card {
    padding: 25px 25px 25px 30px;
  }
  .about-area.style-two .about-img-wrap h3 {
    padding: 47px 50px 0;
  }
  .about-area.style-three .about-content {
    padding-left: 66px;
  }
  .about-area.style-three .about-content .section-title {
    margin-bottom: 30px;
  }
  .about-area.style-three .about-content h6 {
    margin-bottom: 40px;
    margin-left: 111px;
  }
  .about-area.style-three .about-content .btn {
    margin-left: 111px;
    margin-bottom: 80px;
  }
  .promo-card.style-one span {
    font-size: 40px;
  }
  .promo-card.style-one p {
    max-width: 54%;
  }
  .case-area.style-one .case-bg-wrap {
    min-height: 892px;
  }
  .case-card.style-one {
    padding: 50px;
  }
  .case-card.style-one .case-img {
    width: calc(100% - 52px);
  }
  .case-card.style-one .case-info {
    width: calc(100% + 42px);
    margin-left: -40px;
  }
  .case-card.style-one .case-info .case-outcome-box {
    padding: 25px 25px;
  }
  .industry-card-wrap.style-one .industry-category-card {
    width: calc(16.66% - 9px);
  }
  .cta-area.style-one .cta-content {
    padding: 485px 0 120px;
  }
  .service-card.style-two {
    padding: 50px 30px 30px;
  }
  .service-card.style-three .service-info {
    padding: 35px 40px 50px;
  }
  .wh-card.style-one {
    padding: 43px 30px 30px;
    box-shadow: 0 0px 20px #00252c30;
  }
  .wh-card.style-two {
    padding: 43px 30px 40px;
  }
  .wh-card.style-two .rating-box {
    padding: 25px 15px 22px;
  }
  .wh-card.style-two .smiley-icon {
    padding: 0;
  }
  .wh-area.style-two .wh-content {
    padding-left: 105px;
  }
  .wh-box.style-one .wh-content {
    /*padding: 0 120px 0 135px;*/
    padding: 0 80px 0 75px;
  }
  .wh-box.style-one .wh-qute-box {
    padding: 26px 63px 27px 67px;
  }
  .brand-logo-wrap.style-one {
    margin: 0 184px 0 3px;
  }
  .pricing-card.style-one {
    padding: 45px 25px 35px 30px;
  }
  .pricing-card.style-one .pricing-features li {
    padding-left: 32px;
  }
  .team-card.style-one .team-img .team-info {
    padding: 0 28px 27px;
  }
  .testimonial-card.style-one {
    padding: 26px 25px 28px 30px;
  }
  .testimonial-card.style-one p {
    font-size: 18px;
    line-height: 26px;
  }
  .industry-category-wrap {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .blog-card h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .blog-card.style-one .blog-info {
    padding: 20px 30px 28px;
  }
  .blog-card-wrap.style-one {
    padding-left: 69px;
  }
  .contact-form.style-three {
    padding-left: 100px;
    padding-right: 100px;
  }
  .service-desc p,
  .career-desc p,
  .case-desc p,
  .terms-wrap p,
  .blog-desc p {
    font-size: 18px;
    line-height: 30px;
  }
  .service-desc ul li, .service-desc ol li,
  .career-desc ul li,
  .career-desc ol li,
  .case-desc ul li,
  .case-desc ol li,
  .terms-wrap ul li,
  .terms-wrap ol li,
  .blog-desc ul li,
  .blog-desc ol li {
    font-size: 18px;
    line-height: 30px;
  }
  .error-wrap .error-content {
    padding: 20px 130px;
    width: 50.5%;
  }
}
@media only screen and (min-width: 1600px) {
  .gx-xxl-18 {
    --bs-gutter-x: 1.8rem;
  }
  .gx-xxl-24 {
    --bs-gutter-x: 2.4rem;
  }
  .ps-xxl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-18 {
    padding-left: 1.8rem !important;
  }
  .px-xxl-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .container.style-two {
    max-width: 1530px;
  }
  .hero-area.style-two .hero-content h1 {
    font-size: 62px;
    line-height: 82px;
  }
  .hero-area.style-two .hero-content .hero-stat-wrapper {
    width: calc(100% + 65px);
  }
  .hero-area.style-three .hero-content .hero-para {
    width: 67%;
  }
  .hero-area.style-three .hero-content h1 {
    font-size: 80px;
    line-height: 90px;
  }
  .hero-slide-item.style-one {
    padding: 350px 0 110px;
  }
  .hero-slide-item.style-one .hero-content {
    padding-right: 40px;
  }
  .hero-slide-item.style-one .hero-content h1 {
    font-size: 64px;
    line-height: 84px;
    /*margin-bottom: 235px;*/
    margin-bottom: 20px;
  }
  .hero-slide-item.style-one .hero-para {
    /*width: calc(100% - 168px);*/
    width: calc(100% - 0px);
  }
  .hero-slide-item.style-one .hero-para p {
    margin-bottom: 42px;
  }
  .hero-slider-one .hero-pagination {
    bottom: 100px;
  }
  .case-area.style-one .case-bg-wrap {
    width: calc(100% - 102px);
  }
  .wh-box.style-one .wh-bg {
    width: calc(100% - 5px);
  }
  .wh-box.style-one .wh-content {
    position: relative;
    top: -4px;
  }
  .wh-box.style-one .wh-content .vertical-text {
    left: 50px;
  }
  .wh-box.style-one .wh-content,
  .wh-box.style-one .wh-quote-box {
    width: calc(100% + 7px);
    margin-left: -7px;
  }
  .wh-box.style-one .wh-quote-box {
    padding: 22px 56px 25px 65px;
    border: 2px solid var(--primaryColor);
  }
  .wh-box.style-one {
    box-shadow: 0 13px 30px #1e1b4b59;
}
  .faq-area.style-one .faq-bg-wrap {
    width: calc(100% - 75px);
    margin-left: auto;
  }
  .industry-card-wrap.style-one .industry-category-card {
    width: calc(12.5% - 9px);
  }
  .testimonial-area.style-one .testimonial-bg {
    width: calc(100% + 38px);
  }
  .testimonial-area.style-one .testimonial-bg .rating-box {
    left: 145px;
  }
  .testimonial-area.style-one .testimonial-content {
    width: calc(100% - 115px);
    margin-left: auto;
  }
  .testimonial-area.style-two .success-box {
    width: calc(100% - 68px);
  }
  .testimonial-area.style-two .testimonial-slider-one {
    width: calc(100% + 68px);
    margin-left: -68px;
  }
  .success-box.style-one {
    padding: 25px 30px 26px;
  }
}
@media only screen and (min-width: 1920px) {
  .container.style-two {
    max-width: 1630px;
  }
  .hero-area.style-two .hero-bg {
    height: calc(100% + 26px);
    top: -26px !important;
  }
  .hero-area.style-two .hero-content h1 {
    font-size: 64px;
    line-height: 84px;
  }
  .hero-area.style-two .hero-content .hero-stat-wrapper {
    width: calc(100% + 32px);
  }
  .hero-area.style-three .hero-content h1 {
    width: calc(100% + 35px);
    font-size: 90px;
    line-height: 100px;
  }
  .hero-area.style-three .hero-bg {
    padding-top: 35px;
    height: calc(100% + 25px) !important;
  }
  .hero-slide-item.style-one .hero-content {
    padding-right: 80px;
  }
  .promo-area.style-one .container-fluid {
    padding-right: 150px;
  }
  .cta-area.style-two .container-fluid {
    padding-right: 150px;
  }
  .promo-card-wrap.style-one .promo-card:nth-child(2) {
    padding-left: 85px;
  }
  .promo-card-wrap.style-one .promo-card:nth-child(3) {
    padding-left: 100px;
  }
  .case-area.style-two .container-fluid {
    max-width: 1920px;
    padding: 0 150px !important;
  }
  .funfact-area.style-one .container-fluid {
    max-width: 1920px;
    padding: 0 150px !important;
  }
}/*# sourceMappingURL=responsive.css.map */
/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 0;
  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;
  transition: 0.4s;
  height: 100%;
}
.slider:before {
  position: absolute;
  content: "DARK";
  height: 90px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 5px 0 0 5px;
  background-color: var(--aztechColor);
  color: var(--whiteColor);
  font-size: 12px;
  transition: 0.4s;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
}

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

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

input:checked + .slider:before {
  content: "LIGHT";
  transform: translateX(0);
  background-color: var(--whiteColor);
  color: var(--titleColor);
}

.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-light .img-dark {
  display: none !important;
}
.theme-light .img-light {
  display: block !important;
}

.theme-dark {
  /*------------------------------------------------
      Custom Cursor CSS
  ------------------------------------------------*/
  /*-------------------------------
      Header CSS
  -------------------------------*/
  /*------------------------------------------
      Breadcrumb CSS
  ------------------------------------------*/
  /*---------------------------------
  Hero Section CSS
  ----------------------------------*/
  /*---------------------------------
  About Section CSS
  ----------------------------------*/
  /*---------------------------------
  Why Choose Us Section CSS
  ----------------------------------*/
  /*---------------------------------
  Service CSS
  ----------------------------------*/
  /*---------------------------------
  Case Studies CSS
  ----------------------------------*/
  /*-------------------------------
      Partner Brand  CSS
  -------------------------------*/
  /*-------------------------------
      Industry Section CSS
  -------------------------------*/
  /*-------------------------------
      Moving Text Section CSS
  -------------------------------*/
  /*---------------------------------
  Pricing Card CSS
  ----------------------------------*/
  /*---------------------------------
  Blog CSS
  ----------------------------------*/
  /*---------------------------------
      Career CSS
  ----------------------------------*/
  /*---------------------------------
  Contact CSS
  ----------------------------------*/
  /*---------------------------------
  CTA Box CSS
  ----------------------------------*/
  /*-------------------------------
          FAQ Section CSS
  -------------------------------*/
  /*---------------------------------
  Testimonial CSS
  ----------------------------------*/
  /*---------------------------------
  Team CSS
  ----------------------------------*/
  /*---------------------------------
  Career CSS
  ----------------------------------*/
  /*---------------------------------
  Contact CSS
  ----------------------------------*/
  /*-------------------------------
      Sidebar Widget CSS
  -------------------------------*/
  /*----------------------------------------
      Blog,Service & Case Details CSS
  -----------------------------------------*/
}
.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 .img-light {
  display: none !important;
}
.theme-dark .img-dark {
  display: block !important;
}
.theme-dark body,
.theme-dark .bg-linen,
.theme-dark .responsive-navbar {
  background-color: #000;
  color: #E0E0E0;
}
.theme-dark .td-mild,
.theme-dark .bg_secondary,
.theme-dark .menu .menu-mobile-header {
  background-color: var(--aztechColor) !important;
}
.theme-dark .bg-albastor {
  background-color: #0F0F0F;
}
.theme-dark .btn.style-two .btn-icon-one,
.theme-dark .btn.style-two .btn-icon-two {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-two .btn-text {
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.theme-dark .btn.style-three .btn-icon-one,
.theme-dark .btn.style-three .btn-icon-two {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-three .btn-text {
  color: var(--whiteColor);
}
.theme-dark .btn.style-three:hover .btn-text {
  color: var(--titleColor);
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.theme-dark .link img {
  filter: brightness(0) invert(1);
}
.theme-dark .link.style-one {
  color: var(--primaryColor);
}
.theme-dark .link.style-one:after {
  background-color: var(--primaryColor);
}
.theme-dark .link.style-one:hover {
  color: var(--primaryColor);
}
.theme-dark .link.style-two {
  color: var(--primaryColor);
}
.theme-dark .link.style-two:after {
  background-color: var(--titleColor);
}
.theme-dark .link.style-two:hover {
  color: var(--titleColor);
}
.theme-dark .link.style-three {
  color: #fff;
}
.theme-dark .link.style-three:after {
  background-color: #fff;
}
.theme-dark .bg-optional,
.theme-dark .td-dark {
  background-color: #111 !important;
}
.theme-dark .text-title, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: var(--whiteColor);
}
.theme-dark .section-subtitle.style-one.text_secondary,
.theme-dark .section-subtitle.style-two.text_secondary {
  color: var(--secondaryColor);
}
.theme-dark .section-subtitle img {
  filter: brightness(0) invert(1);
}
.theme-dark .pagination-area .page-numbers {
  color: var(--offWhiteColor);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .pagination-area .page-numbers i {
  color: var(--offWhiteColor);
}
.theme-dark .pagination-area .page-numbers img {
  filter: brightness(0) invert(1);
}
.theme-dark .pagination-area .page-numbers.current, .theme-dark .pagination-area .page-numbers:hover {
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.theme-dark .social-profile.style-one li {
  border-right-color: rgba(255, 255, 255, 0.24);
}
.theme-dark .social-profile.style-one li a i {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark .social-profile.style-one li a:hover {
  border-color: transparent;
}
.theme-dark .social-profile.style-one li a:hover i {
  color: var(--secondaryColor);
}
.theme-dark .social-profile.style-two li {
  border-right-color: rgba(255, 255, 255, 0.22);
}
.theme-dark .social-profile.style-two li a i {
  color: var(--whiteColor);
}
.theme-dark .social-profile.style-two li a:hover i {
  color: var(--primaryColor);
}
.theme-dark .social-profile.style-three li a {
  background-color: var(--charcoalColor);
}
.theme-dark .social-profile.style-three li a i {
  color: var(--whiteColor);
}
.theme-dark .social-profile.style-three li a:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
}
.theme-dark .social-profile.style-four li a {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .social-profile.style-four li a i {
  color: var(--primaryColor);
}
.theme-dark .social-profile.style-four li a:hover {
  background-color: var(--primaryColor);
}
.theme-dark .social-profile.style-four li a:hover i {
  color: var(--whiteColor);
}
.theme-dark .link-hover-title:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor);
}
.theme-dark .link-hover-primary:hover {
  background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor)) !important;
  color: var(--secondaryColor) !important;
}
.theme-dark .link-hover-secondary:hover {
  background-image: linear-gradient(var(--offWhiteColor), var(--offWhiteColor));
  color: var(--primaryColor);
}
.theme-dark .hover-text-secondary:hover {
  color: var(--primaryColor) !important;
}
.theme-dark .link-hover-title:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor);
}
.theme-dark .link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor);
}
.theme-dark .hover-text-primary:hover {
  color: var(--secondaryColor) !important;
}
.theme-dark .hover-text-secondary:hover {
  color: var(--secondaryColor);
}
.theme-dark .slider-btn.style-one .prev-btn,
.theme-dark .slider-btn.style-one .next-btn {
  background: var(--charcoalColor);
  border: 1px solid var(--darkborder);
}
.theme-dark .slider-btn.style-one .prev-btn img,
.theme-dark .slider-btn.style-one .next-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .slider-btn.style-one .prev-btn:before,
.theme-dark .slider-btn.style-one .next-btn:before {
  background-color: var(--primaryColor);
}
.theme-dark .slider-btn.style-one .prev-btn i,
.theme-dark .slider-btn.style-one .next-btn i {
  color: var(--whiteColor);
}
.theme-dark .slider-btn.style-one .prev-btn:hover,
.theme-dark .slider-btn.style-one .next-btn:hover {
  border-color: transparent;
}
.theme-dark .slider-btn.style-three .prev-btn,
.theme-dark .slider-btn.style-three .next-btn {
  background-color: var(--charcoalColor);
  border: 1px solid var(--darkborder);
}
.theme-dark .slider-btn.style-three .prev-btn img,
.theme-dark .slider-btn.style-three .next-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .slider-btn.style-three .prev-btn:before,
.theme-dark .slider-btn.style-three .next-btn:before {
  background-color: var(--primaryColor);
}
.theme-dark .slider-btn.style-three .prev-btn i,
.theme-dark .slider-btn.style-three .next-btn i {
  color: var(--titleColor);
}
.theme-dark .link.style-one {
  color: var(--whiteColor);
}
.theme-dark .link.style-one:after {
  background-color: var(--primaryColor);
}
.theme-dark .link.style-one:hover {
  color: var(--primaryColor);
}
.theme-dark .link.style-two {
  color: var(--darkParaColor);
}
.theme-dark .link.style-two:after {
  background-color: var(--secondaryColor);
}
.theme-dark .link.style-two:hover {
  color: var(--secondaryColor);
}
.theme-dark .link.style-two:hover:after {
  background-color: var(--secondaryColor);
}
.theme-dark p,
.theme-dark .text-para {
  color: var(--darkParaColor);
}
.theme-dark .page-nav li a {
  background-color: var(--charcoalColor);
  color: var(--whiteColor);
}
.theme-dark .page-nav li a i {
  color: var(--whiteColor);
}
.theme-dark .page-nav li a.active, .theme-dark .page-nav li a:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.theme-dark .page-nav li a.active i, .theme-dark .page-nav li a:hover i {
  color: var(--whiteColor);
}
.theme-dark .booking-area.style-three::after,
.theme-dark .bg-dawn {
  background-color: #1a1a1a !important;
}
.theme-dark .progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
}
.theme-dark .progress-wrap::after {
  color: var(--whiteColor);
}
.theme-dark .progress-wrap svg.progress-circle path {
  stroke: var(--whiteColor);
}
.theme-dark .cursor {
  border: 1px solid var(--secondaryColor);
  color: var(--secondaryColor);
}
.theme-dark .cursor .cursor-text {
  background-color: var(--aztechColor) !important;
  color: var(--secondaryColor);
}
.theme-dark .cursor-inner {
  background-color: var(--secondaryColor);
}
.theme-dark .hover {
  background-color: var(--aztechColor);
}
.theme-dark .cursor.view {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .navbar-top.style-two {
  background-color: var(--aztechColor);
}
.theme-dark .navbar-area.sticky {
  background-color: var(--charcoalColor);
  transition: var(--transition);
}
.theme-dark .navbar-area .other-options .option-item .mobile-options button i {
  color: var(--whiteColor);
}
.theme-dark .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.theme-dark .navbar-area .other-options .option-item .search-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .navbar-area .other-options .option-item .search-btn i {
  color: var(--whiteColor);
}
.theme-dark .navbar-area .other-options .option-item .search-btn.bg_primary i {
  color: var(--whiteColor);
}
.theme-dark .navbar-area .other-options .option-item .search-btn.bg_primary:hover {
  background-color: var(--secondaryColor) !important;
}
.theme-dark .navbar-area .other-options .option-item .search-btn.bg_primary:hover i {
  color: var(--primaryColor);
}
.theme-dark .navbar-area .other-options .option-item .search-btn.bg_gradient {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.theme-dark .navbar-area .other-options .option-item .search-btn.bg_gradient i {
  color: var(--whiteColor);
}
.theme-dark .navbar-area .other-options .option-item .search-btn.bg_gradient:hover {
  background-color: var(--secondaryColor) !important;
}
.theme-dark .navbar-area .other-options .option-item .search-btn.bg_gradient:hover i {
  color: var(--primaryColor);
}
.theme-dark .navbar-area .other-options .option-item .search-btn:hover {
  background-color: var(--primaryColor) !important;
}
.theme-dark .navbar-area .other-options .option-item .search-btn:hover img {
  filter: brightness(0) invert(1);
}
.theme-dark .navbar-area .other-options .option-item .search-box input {
  border: 1px solid var(--borderColor);
}
.theme-dark .navbar-area .other-options .option-item .search-box input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .navbar-area .other-options .option-item .search-box input::placeholder {
  color: var(--whiteColor);
}
.theme-dark .navbar-area.style-one {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .navbar-area.style-one, .theme-dark .navbar-area.style-two {
  background-color: transparent;
}
.theme-dark .navbar-area.style-one.sticky, .theme-dark .navbar-area.style-two.sticky {
  background-color: var(--aztechColor);
}
.theme-dark .navbar-area.style-two.sticky .menu {
  background-color: var(--aztechColor);
  padding: 0;
}
.theme-dark .navbar-area.style-three {
  background-color: var(--aztechColor);
}
.theme-dark .navbar-area.style-four {
  background-color: rgba(0, 37, 44, 0.5);
}
.theme-dark .navbar-area.style-four.sticky {
  background-color: rgb(0, 37, 44);
}
.theme-dark .navbar-area.style-four .other-options .option-item .search-btn {
  background-color: #043138;
}
.theme-dark .navbar-area.style-four .other-options .option-item .search-btn i {
  color: var(--whiteColor);
}
.theme-dark .navbar-area.style-four .other-options .option-item .search-btn:hover {
  background-color: var(--secondaryColor) !important;
}
.theme-dark .navbar-area.style-four .other-options .option-item .search-btn:hover i {
  color: var(--titleColor);
}
.theme-dark .search-dropdown {
  background-color: var(--aztechColor);
}
.theme-dark .search-dropdown .search-popup input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.theme-dark .search-dropdown .search-popup input::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .search-dropdown .search-popup input::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .search-dropdown .search-popup input:focus {
  border-color: var(--primaryColor);
}
.theme-dark .search-dropdown .search-popup button img {
  filter: brightness(0) invert(1);
}
.theme-dark .search-dropdown .search-popup button i {
  color: var(--whiteColor);
}
.theme-dark .menu > ul > li .menu-subs {
  background: var(--charcoalColor);
}
.theme-dark .menu > ul > li .menu-subs li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-dark .menu > ul > li .menu-subs li a:hover, .theme-dark .menu > ul > li .menu-subs li a.active {
  color: var(--secondaryColor);
  border-left-color: var(--secondaryColor);
}
/*.theme-dark .menu > ul > li > a:after {
  background-color: var(--secondaryColor) !important;
}*/
.theme-dark .menu > ul > li > a:hover, .theme-dark .menu > ul > li > a.active {
  color: var(--secondaryColor) !important;
}
.theme-dark .menu ul li a {
  color: var(--whiteColor);
}
.theme-dark .menu ul li a.menu-item-has-children a.active, .theme-dark .menu ul li a.menu-item-has-children a:hover {
  color: var(--secondaryColor);
}
.theme-dark .menu ul li a.active, .theme-dark .menu ul li a:hover {
  color: var(--secondaryColor);
}
.theme-dark .breadcrumb-area.style-one .br-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120%;
  background: radial-gradient(48.7% 48.7% at 62.29% 33.22%, rgba(0, 37, 44, 0.2) 0%, rgba(0, 37, 44, 0.94) 75%);
  z-index: 0;
}
.theme-dark .breadcrumb-area .br-menu li {
  color: var(--secondaryColor);
}
.theme-dark .breadcrumb-area .br-menu li:after {
  color: var(--offwhiteColor) !important;
}
.theme-dark .breadcrumb-area .br-menu li a {
  color: var(--offwhiteColor) !important;
}
.theme-dark .breadcrumb-area .br-menu li a:hover {
  color: var(--secondaryColor) !important;
}
.theme-dark .hero-area.style-two .hero-bg:after {
  background: linear-gradient(180deg, rgba(0, 37, 44, 0) 49.88%, #00252C 100%);
}
.theme-dark .hero-area.style-three .hero-bg:after {
  background: radial-gradient(49.73% 49.73% at 50% 33.06%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.97) 75%);
}
.theme-dark .hero-slider-one .hero-pagination .swiper-pagination-total {
  color: #888787;
}
.theme-dark .hero-slide-item.style-one:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.8) 100%);
}
.theme-dark .hero-slide-item.style-one .stat-card.style-three {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
}
.theme-dark .stat-card.style-one, .theme-dark .stat-card.style-two, .theme-dark .stat-card.style-three {
  background-color: #043138;
}
.theme-dark .stat-card.style-one .client-list li, .theme-dark .stat-card.style-two .client-list li, .theme-dark .stat-card.style-three .client-list li {
  border: 2px solid var(--whiteColor);
}
.theme-dark .spotlight {
  background-image: radial-gradient(circle, transparent 60%, rgba(0, 0, 0, 0.2) 70%);
}
.theme-dark .about-area.style-one .about-content .achievement-box {
  background: linear-gradient(90deg, #000 0%, #0f0f0f 100%);
}
.theme-dark .about-area.style-one .about-content .achievement-box ul li {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .about-area.style-one .about-content .achievement-box ul li:last-child {
  border-bottom: none;
}
.theme-dark .about-area.style-one .about-content .founders-box .support-box {
  background-color: var(--charcoalColor);
}
.theme-dark .about-area.style-two .about-content.bg-white {
  background-color: var(--codColor) !important;
}
.theme-dark .about-area.style-three .about-img-text {
  border-top: 1px solid var(--borderColor);
}
.theme-dark .about-area.style-three .about-content {
  border-left: 1px solid var(--borderColor);
}
.theme-dark .promo-area.style-one .promo-bg:after {
  background: linear-gradient(270deg, rgba(0, 37, 44, 0.5) 32.62%, rgba(0, 37, 44, 0) 43.49%);
}
.theme-dark .feature-card.style-one {
  border: 1px solid var(--borderColor);
}
.theme-dark .wh-card.style-one {
  background-color: var(--charcoalColor);
}
.theme-dark .wh-card.style-two {
  background-color: var(--aztechColor);
}
.theme-dark .wh-card.style-two .rating-box {
  background-color: var(--primaryColor);
}
.theme-dark .wh-card.style-two .feature-list li:before {
  background-color: var(--titleColor);
}
.theme-dark .wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-info {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .wh-box.style-one .wh-content .vertical-text {
  color: var(--offWhiteColor);
}
.theme-dark .wh-box.style-one .wh-quote-box span:before {
  background-color: var(--slateGrayColor);
}
.theme-dark .industry-category-card.style-one {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
}
.theme-dark .service-area.style-one .service-bg:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.theme-dark .service-card.style-two {
  background-color: var(--aztechColor);
}
.theme-dark .service-card.style-two:after {
  background-color: var(--secondaryColor);
}
.theme-dark .service-card.style-three {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .case-card.style-one, .theme-dark .case-card.style-three {
  background-color: var(--aztechColor) !important;
}
.theme-dark .case-card.style-one.bg-white .case-info .case-outcome-box.bg-white {
  background-color: var(--aztechColor) !important;
}
.theme-dark .case-card.style-one.bg-white .case-info .case-outcome-box .outcome-box.style-one, .theme-dark .case-card.style-one.bg-white .case-info .case-outcome-box .outcome-box.style-two {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .case-card.style-one.bg-albastor {
  border: 1px solid var(--borderColor);
}
.theme-dark .case-card.style-one.bg-albastor .case-info .case-outcome-box.bg-white {
  background-color: var(--aztechColor) !important;
}
.theme-dark .case-card.style-one.bg-albastor .case-info .case-outcome-box .outcome-box.style-one, .theme-dark .case-card.style-one.bg-albastor .case-info .case-outcome-box .outcome-box.style-two {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .case-card.style-two .case-img .case-category, .theme-dark .case-card.style-four .case-img .case-category, .theme-dark .case-card.style-five .case-img .case-category, .theme-dark .case-card.style-six .case-img .case-category {
  background-color: var(--charcoalColor);
  color: var(--whiteColor);
}
.theme-dark .case-card.style-two .case-img .case-category:hover, .theme-dark .case-card.style-four .case-img .case-category:hover, .theme-dark .case-card.style-five .case-img .case-category:hover, .theme-dark .case-card.style-six .case-img .case-category:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .case-card.style-three ul li.bg_secondary {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .case-slider-one .slider-btn:after {
  background-color: rgba(153, 168, 171, 0.3);
}
.theme-dark .brand-logo img {
  filter: brightness(0) invert(1);
}
.theme-dark .brand-logo.style-one {
  border: 1px solid var(--borderColor);
}
.theme-dark .brand-logo.style-two {
  border: 1px solid var(--borderColor);
}
.theme-dark .brand-logo.bg-white {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .industry-area.style-one:after {
  background: radial-gradient(48.85% 50% at 48.85% 50%, rgba(0, 0, 0, 0.5) 0%, #0f0f0f 100%);
}
.theme-dark .industry-area.style-two .industry-bg:after {
  background: rgba(0, 0, 0, 0.5);
}
.theme-dark .move-text-wrapper.style-one {
  background-color: var(--charcoalColor);
}
.theme-dark .move-text.style-two ul li:after {
  background-image: url(../images/star-white.png);
  color: var(--whiteColor);
}
.theme-dark .move-text.style-three ul li:after {
  background-image: url(../images/star-white.png);
  color: var(--whiteColor);
  transform: translateY(-50%);
}
.theme-dark .pricing-card.style-one {
  background-color: var(--charcoalColor);
}
.theme-dark .pricing-card.style-one:after {
  background-color: var(--secondaryColor);
  opacity: 0.65;
}
.theme-dark .pricing-card.style-one h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark .pricing-card.style-one p {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark .pricing-card.style-one .pricing-features li {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark .blog-card.bg-white {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .blog-card.style-two .blog-img .blog-category {
  background-color: var(--charcoalColor);
  color: var(--whiteColor);
}
.theme-dark .blog-card.style-two .blog-img .blog-category:hover {
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.theme-dark .blog-card.style-two .blog-img:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 50%, #0f0f0f 100%);
}
.theme-dark .blog-card.style-two .blog-info .blog-metainfo.style-two li {
  color: var(--whiteColor);
}
.theme-dark .blog-card.style-two .blog-info .blog-metainfo.style-two li i {
  color: var(--secondaryColor);
}
.theme-dark .blog-card.style-two .blog-info .blog-metainfo.style-two li a {
  color: var(--whiteColor);
}
.theme-dark .blog-card.style-two .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--secondaryColor);
}
.theme-dark .blog-card.style-three .blog-info .blog-metainfo.style-two li {
  color: var(--paraColor);
}
.theme-dark .blog-card.style-three .blog-info .blog-metainfo.style-two li i {
  color: var(--secondaryColor);
}
.theme-dark .blog-card.style-three .blog-info .blog-metainfo.style-two li a {
  color: var(--paraColor);
}
.theme-dark .blog-card.style-three .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--primaryColor);
}
.theme-dark .blog-card.style-two .blog-img .blog-category, .theme-dark .blog-card.style-three .blog-img .blog-category {
  background-color: var(--charcoalColor);
  color: var(--offWhiteColor);
}
.theme-dark .blog-card.style-two .blog-img .blog-category:hover, .theme-dark .blog-card.style-three .blog-img .blog-category:hover {
  background-color: var(--primaryColor);
}
.theme-dark .blog-card.style-four .blog-info .blog-metainfo.style-two li {
  color: var(--offWhiteColor);
}
.theme-dark .blog-card.style-four .blog-info .blog-metainfo.style-two li i {
  color: var(--secondaryColor);
}
.theme-dark .blog-card.style-four .blog-info .blog-metainfo.style-two li a {
  color: var(--offWhiteColor);
}
.theme-dark .blog-card.style-four .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--primaryColor);
}
.theme-dark .blog-card-wrap.style-one {
  border-left: 1px solid var(--borderColor);
}
.theme-dark .blog-card-wrap.style-one .blog-card {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .blog-metainfo.style-one li:after {
  background-color: #91D089;
}
.theme-dark .blog-metainfo.style-one li a {
  color: var(--offwhiteColor);
}
.theme-dark .blog-metainfo.style-one li a:hover {
  color: var(--primaryColor);
}
.theme-dark .blog-metainfo.style-two li i {
  color: var(--secondaryColor);
}
.theme-dark .blog-metainfo.style-three li {
  border-right: 1.5px solid var(--borderColor);
}
.theme-dark .blog-metainfo.style-three li i {
  color: var(--secondaryColor);
}
.theme-dark .blog-slider-one .blog-pagination .swiper-pagination-bullet {
  background-color: var(--borderColor);
}
.theme-dark .blog-slider-one .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
}
.theme-dark .job-feature-card.bg-white {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .job-card-wrap .job-card {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .job-card.style-one .job-info-wrap .employer-logo {
  background-color: var(--whiteColor);
}
.theme-dark .job-metainfo li:after {
  background-color: var(--whiteColor);
}
.theme-dark .job-metainfo li.job-nature {
  background-color: var(--charcoalColor);
}
.theme-dark .career-desc .job-metainfo {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .appointment-form.bg-white,
.theme-dark .contact-form.bg-white {
  background-color: var(--slateGrayColor) !important;
}
.theme-dark .contact-form.style-three .service-btn-wrap .service-btn label {
  background-color: var(--slateGrayColor);
}
.theme-dark .contact-form.style-three .service-btn-wrap .service-btn .custom-control-input:checked + label {
  background-color: var(--secondaryColor);
}
.theme-dark .checkbox.style-one label:before {
  border: 1px solid var(--borderColor);
}
.theme-dark .checkbox.style-one input:checked + label:before,
.theme-dark .checkbox.style-two input:checked + label:before,
.theme-dark .checkbox.style-three input:checked + label:before {
  border-color: transparent;
}
.theme-dark .checkbox.style-one input:checked + label:after {
  background: var(--secondaryColor);
}
.theme-dark .cta-area.style-one .cta-bg:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0f0f0f 100%);
}
.theme-dark .cta-area.style-two .cta-box {
  background-color: var(--charcoalColor);
}
.theme-dark .cta-box.style-one {
  background-color: #00252C;
}
.theme-dark .cta-box.style-one p {
  color: #99A8AB;
}
.theme-dark .faq-area.style-one .faq-bg-wrap .faq-contact-box p {
  color: var(--offWhiteColor);
}
.theme-dark .accordion.style-one .accordion-item .accordion-header .accordion-button, .theme-dark .accordion.style-two .accordion-item .accordion-header .accordion-button {
  color: var(--whiteColor);
}
.theme-dark .accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow, .theme-dark .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
  background-color: var(--secondaryColor);
}
.theme-dark .accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i, .theme-dark .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
  color: var(--titleColor);
}
.theme-dark .accordion.style-one .accordion-item {
  border: 1px solid #91D089;
}
.theme-dark .accordion.style-two .accordion-item {
  background-color: var(--codColor) !important;
}
.theme-dark .testimonial-area.style-one .testimonial-bg .rating-box {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.theme-dark .testimonial-area.style-one .testimonial-bg .rating-box .ratings .rating li i {
  color: #FFD700;
}
.theme-dark .testimonial-slider-two .slider-btn:after {
  background-color: var(--slateGrayColor);
}
.theme-dark .testimonial-card.style-one {
  background-color: var(--charcoalColor);
}
.theme-dark .success-box.style-one .counter-card {
  border-bottom: 1px solid #91D089;
}
.theme-dark .success-box.style-one .ratings .rating li i {
  color: var(--whiteColor);
}
.theme-dark .funfact-area.style-one {
  background-color: var(--codColor);
}
.theme-dark .funfact-card.style-one:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .team-card.style-one .team-img:after {
  background: linear-gradient(180deg, rgba(4, 49, 56, 0) 50%, #043138 100%);
}
.theme-dark .team-card.style-one .team-img .team-info .mail-link {
  background-color: var(--charcoalColor);
}
.theme-dark .team-card.style-one .team-img .team-info .mail-link i {
  color: var(--whiteColor);
}
.theme-dark .team-card.style-one .team-img .team-info .mail-link:hover {
  background-color: var(--secondaryColor);
}
.theme-dark .team-card.style-one .skill-list li a {
  background-color: var(--charcoalColor);
  color: var(--whiteColor);
}
.theme-dark .team-card.style-one .skill-list li a:hover {
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.theme-dark .job-card-wrap .job-card {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .job-card.style-one .job-info-wrap .employer-logo {
  background-color: var(--charcoalColor);
}
.theme-dark .contact-area.style-one {
  background-color: var(--codColor);
}
.theme-dark .contact-address.style-one .contact-icon {
  background-color: rgba(145, 208, 137, 0.75);
}
.theme-dark .contact-address.style-one .contact-icon i {
  color: var(--whiteColor);
}
.theme-dark .contact-form.style-one .form-group input,
.theme-dark .contact-form.style-one .form-group textarea {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .contact-form.style-one .form-group input::-moz-placeholder, .theme-dark .contact-form.style-one .form-group textarea::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .contact-form.style-one .form-group input::placeholder,
.theme-dark .contact-form.style-one .form-group textarea::placeholder {
  color: var(--whiteColor);
}
.theme-dark .contact-form.style-two .form-group input,
.theme-dark .contact-form.style-two .form-group textarea {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .contact-form.style-two .form-group input::-moz-placeholder, .theme-dark .contact-form.style-two .form-group textarea::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .contact-form.style-two .form-group input::placeholder,
.theme-dark .contact-form.style-two .form-group textarea::placeholder {
  color: var(--whiteColor);
}
.theme-dark .contact-form.style-three .form-group input,
.theme-dark .contact-form.style-three .form-group textarea {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .contact-form.style-three .form-group input::-moz-placeholder, .theme-dark .contact-form.style-three .form-group textarea::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .contact-form.style-three .form-group input::placeholder,
.theme-dark .contact-form.style-three .form-group textarea::placeholder {
  color: var(--whiteColor);
}
.theme-dark .sidebar .sidebar-widget {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .search-widget input {
  border: 1px solid var(--borderColor);
}
.theme-dark .search-widget input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-widget input::placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-box input {
  background-color: var(--aztechColor);
}
.theme-dark .search-box input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-box input::placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-box button i {
  color: var(--whiteColor);
}
.theme-dark .search-box button:hover {
  background-color: var(--primaryColor);
}
.theme-dark .category-widget ul li {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .category-widget ul li a {
  color: var(--whiteColor);
}
.theme-dark .category-widget ul li a:hover {
  color: var(--secondaryColor);
}
.theme-dark .category-widget ul li:last-child {
  border-bottom: none;
}
.theme-dark .rp-post-wrap .rp-post-card {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .rp-post-card .rp-post-info .post-date {
  color: var(--offWhiteColor);
}
.theme-dark .rp-post-card .rp-post-info .post-date i {
  color: var(--secondaryColor);
}
.theme-dark .case-infolist li {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .case-infolist li:hover {
  color: var(--whiteColor);
}
.theme-dark .service-list li {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .service-list li a {
  color: var(--whiteColor);
}
.theme-dark .service-list li a i {
  color: var(--whiteColor);
}
.theme-dark .service-list li a img {
  filter: brightness(0) invert(1);
}
.theme-dark .tags-widget ul li a {
  color: var(--offWhiteColor);
  background-color: var(--charcoalColor);
}
.theme-dark .tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .blog-desc p strong,
.theme-dark .blog-desc p b,
.theme-dark .service-desc p strong,
.theme-dark .service-desc p b,
.theme-dark .career-desc p strong,
.theme-dark .career-desc p b,
.theme-dark .case-desc p strong,
.theme-dark .case-desc p b,
.theme-dark .terms-wrap p strong,
.theme-dark .terms-wrap p b {
  color: var(--whiteColor);
}
.theme-dark .blog-desc .wp-blockquote h6:before,
.theme-dark .service-desc .wp-blockquote h6:before,
.theme-dark .career-desc .wp-blockquote h6:before,
.theme-dark .case-desc .wp-blockquote h6:before,
.theme-dark .terms-wrap .wp-blockquote h6:before {
  background-color: var(--whiteColor);
}
.theme-dark .blog-desc .features-list.style-one li:before, .theme-dark .blog-desc .features-list.style-three li:before,
.theme-dark .service-desc .features-list.style-one li:before,
.theme-dark .service-desc .features-list.style-three li:before,
.theme-dark .career-desc .features-list.style-one li:before,
.theme-dark .career-desc .features-list.style-three li:before,
.theme-dark .case-desc .features-list.style-one li:before,
.theme-dark .case-desc .features-list.style-three li:before,
.theme-dark .terms-wrap .features-list.style-one li:before,
.theme-dark .terms-wrap .features-list.style-three li:before {
  background-color: var(--grayColor);
}
.theme-dark .blog-desc .features-list.style-three li:before,
.theme-dark .service-desc .features-list.style-three li:before,
.theme-dark .career-desc .features-list.style-three li:before,
.theme-dark .case-desc .features-list.style-three li:before,
.theme-dark .terms-wrap .features-list.style-three li:before {
  background-color: var(--whiteColor);
}
.theme-dark .post-share .social-profile li a i {
  color: var(--whiteColor);
}
.theme-dark .post-share .social-profile li a:hover i {
  color: var(--secondaryColor);
}
.theme-dark .post-pagination .prev-post img,
.theme-dark .post-pagination .next-post img {
  filter: brightness(0) invert(1);
}
.theme-dark .tag-list li a {
  color: var(--whiteColor);
  background-color: var(--charcoalColor);
}
.theme-dark .tag-list li a:hover {
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.theme-dark .post-pagination {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.theme-dark .comment-item-wrap .comment-item {
  border: 1px solid var(--borderColor);
}
.theme-dark .comment-item-wrap .comment-item .comment-author-info ul li {
  border-right: 1px solid var(--borderColor);
}
.theme-dark .footer-area.style-one {
  background-color: var(--aztechColor);
}
.theme-dark .footer-area.style-two {
  background-color: var(--aztechColor);
}
.theme-dark .footer-area.style-two .footer-bottom {
  border-top: 1px solid var(--borderColor);
}
.theme-dark .footer-area .footer-bottom .footer-bottom-menu li::after {
  color: var(--grayColor);
}
.theme-dark .footer-area .footer-bottom .footer-bottom-menu li a {
  color: var(--grayColor);
}
.theme-dark .footer-area .footer-bottom .footer-bottom-menu li a:hover {
  color: var(--secondaryColor);
}

@media only screen and (max-width: 991px) {
  .switch-theme-mode {
    top: 270px;
    right: 5px;
  }
  .theme-dark .navbar-area .menu-mobile-trigger span {
    background: var(--secondaryColor);
  }
  .theme-dark .navbar-area.style-one .menu > ul > li > a, .theme-dark .navbar-area.style-two .menu > ul > li > a, .theme-dark .navbar-area.style-three .menu > ul > li > a {
    color: var(--whiteColor);
  }
  .theme-dark .navbar-area.style-one .menu > ul > li > a.active, .theme-dark .navbar-area.style-one .menu > ul > li > a:hover, .theme-dark .navbar-area.style-two .menu > ul > li > a.active, .theme-dark .navbar-area.style-two .menu > ul > li > a:hover, .theme-dark .navbar-area.style-three .menu > ul > li > a.active, .theme-dark .navbar-area.style-three .menu > ul > li > a:hover {
    color: var(--secondaryColor);
  }
  .theme-dark .navbar-area.style-two .other-options .option-item .mobile-options button i, .theme-dark .navbar-area.style-three .other-options .option-item .mobile-options button i {
    color: var(--secondaryColor);
  }
  .theme-dark .navbar-area.style-two .menu-mobile-trigger span, .theme-dark .navbar-area.style-three .menu-mobile-trigger span {
    background: var(--whiteColor);
  }
  .theme-dark .menu-mobile-trigger span {
    background: var(--secondaryColor);
  }
  .theme-dark .menu {
    background: var(--aztechColor);
  }
  .theme-dark .menu ul li a {
    border-bottom: 1px solid var(--borderColor);
  }
  .theme-dark .menu ul li a:hover, .theme-dark .menu ul li a.active {
    color: var(--primaryColor);
  }
  .theme-dark .menu .menu-mobile-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: var(--aztechColor);
  }
  .theme-dark .menu .menu-mobile-header .menu-mobile-arrow {
    border-right: 1px solid var(--borderColor);
    color: var(--whiteColor);
  }
  .theme-dark .menu .menu-mobile-header .menu-mobile-title {
    color: var(--whiteColor);
  }
  .theme-dark .menu .menu-mobile-header .menu-mobile-close {
    border-left: 1px solid var(--borderColor);
    color: var(--whiteColor);
  }
}/*# sourceMappingURL=dark-theme.css.map */




.menu-section > li > a {
    position: relative;
    display: inline-block;
    padding-bottom: 2px; /* text niche thodi space */
}

/* Active line */
.menu-section > li.current-menu-item > a::after,
.menu-section > li.current_page_item > a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px; 
    width: 28px;
    height: 2px;
    border-radius: 50px;
    background: #ffffff;
}


/* Submenu Active Item - Left Border Line */
.menu ul.menu-subs li.current-menu-item > a,
.menu ul.menu-subs li.current_page_item > a,
.menu ul.menu-subs li.current-menu-ancestor > a {
  border-left: 3px solid var(--secondaryColor) !important;
  padding-left: 12px;
  color: #fff;
}


/* Services menu item પર active underline line દૂર કરો 
   જ્યારે submenu (children) હોય */
.navbar-area .menu > ul > li.menu-item-has-children.current-menu-item > a::after,
.navbar-area .menu > ul > li.menu-item-has-children.current-menu-ancestor > a::after,
.navbar-area .menu > ul > li.menu-item-has-children.current-menu-parent > a::after,
.navbar-area .menu > ul > li.menu-item-has-children.current_page_parent > a::after {
  display: none !important;
}

/* અથવા border/underline હોય તો */
.navbar-area .menu > ul > li.menu-item-has-children.current-menu-item > a,
.navbar-area .menu > ul > li.menu-item-has-children.current-menu-ancestor > a,
.navbar-area .menu > ul > li.menu-item-has-children.current-menu-parent > a,
.navbar-area .menu > ul > li.menu-item-has-children.current_page_parent > a {
  border-bottom: none !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; 
}

.inner-page-content a {
    color: var(--primaryColor);
}
.inner-page-content a:hover {
    color: var(--secondaryColor);
}