/* Structive | Technology Business HTML Template

Template Name: Structive
Version: 1.0.0
License: copyright commercial
/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / Two
5.  Sticky Header
6.  Mobile Menu
7.  Section Title
8.  Banner Section / Two
9.  About Section / Two

**********************************************/
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("gt-walsheim-pro.css");
@import url("fontawesome.css");
@import url("fontawesome-free.css");
@import url("structive-flats.css");
@import url("jquery-ui.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color1: #121c27;
  --theme-color2: #223035;
  --theme-color3: #1ede8f;
  --theme-color4: #d3ff55;
  --theme-color1-rgb: 18, 28, 39;
  --theme-color2-rgb: 34, 48, 53;
  --theme-color3-rgb: 30, 222, 143;
  --theme-color4-rgb: 211, 255, 85;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #000;
  --body-bg: #fff;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f2f8f9;
  --theme-color-gray: #f6f6f6;
  --theme-color-silver: #eee;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --text-color: #4e595d;
  --headings-color: var(--theme-color1);
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color2);
  --body-font-family: "GT Walsheim Pro", sans-serif;
  --heading-font-family: "GT Walsheim Pro", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 26px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.3em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 72px;
  --h2-font-size: 45px;
  --h3-font-size: 32px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 500;
  --h5-font-weight: 700;
  --h6-font-weight: 600;
  --light-font-weight: 300;
  --sec-title-subtitle-color: var(--text-color);
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--title-font);
  --sec-title-subtitle-font-weight: 600;
  --sec-title-subtitle-line-height: 1em;
  --small-font-size: 14px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f1f3f3;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1430px;
  --small-container-width: 1050px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
  --gradient-1: linear-gradient(to right, var(--theme-color2) 0%, rgba(255, 255, 255, 0) 100%);
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-black);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-black);
  color: #fff;
  text-shadow: none;
}

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

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

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

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

body {
  background-color: var(--body-bg);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

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

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

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

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

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

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

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

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

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

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

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

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

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

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

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-black) !important;
  --sec-title-color: var(--theme-color-white);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {
  color: var(--theme-color-white);
}
.dark-layout .preloader {
  background-color: var(--theme-color-black);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-black);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/***

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

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

/***

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

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

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

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

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

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.sticky-top {
  top: 100px;
  z-index: 1;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  padding: 17px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.list-style-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--light-font-weight);
  color: var(--theme-color-white);
  font-size: var(--sec-title-subtitle-font-size);
}
.list-style-one li:last-child {
  margin-right: 0;
}
.list-style-one li i {
  position: relative;
  top: 0px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  font-weight: normal;
  color: var(--theme-color-white);
  font-size: var(--sec-title-subtitle-font-size);
}
.list-style-one li a {
  color: var(--theme-color-white);
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color3);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  line-height: 20px;
  margin-bottom: 19px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--theme-color-white);
}
.list-style-two li:last-child {
  margin-bottom: 0;
}
.list-style-two li i {
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  color: var(--theme-color2);
  border-radius: 0px 50px 50px 50px;
  background-color: var(--theme-color1);
}
.list-style-two.light li,
.list-style-two.light i {
  color: var(--theme-color-white) !important;
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
}
@media (max-width: 991.98px) {
  .list-style-three {
    margin-top: 0px;
  }
}
.list-style-three li {
  position: relative;
  line-height: 20px;
  margin-bottom: 12px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--theme-color-white);
}
.list-style-three li:last-child {
  margin-bottom: 0;
}
.list-style-three li i {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.list-style-three.light li,
.list-style-three.light i {
  color: var(--theme-color-white) !important;
}

.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  display: inline-block;
}
.social-icon-one li a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: var(--theme-color-white);
}
.social-icon-one li a:hover {
  background-color: #2a3b44;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.play-btn {
  position: relative;
  display: inline-block;
}
.play-btn:hover .icon {
  color: var(--theme-color1);
}
.play-btn .icon {
  color: var(--theme-color2);
  font-size: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

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

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

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

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

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

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

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

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

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

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

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

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

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

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

.default-dots .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.default-dots .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  border: 2px solid #3d0de5;
  background-color: transparent;
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
}
.default-dots .owl-dots .owl-dot.active {
  background-color: #270ad9;
  border-radius: 50%;
  border: 2px solid #270ad9;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  z-index: 99999;
}
.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: var(--theme-color2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}
.preloader.two svg {
  fill: var(--theme-color1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}
.preloader .preloader-heading .load-text {
  z-index: 20;
  font-size: 60px;
  letter-spacing: 15px;
  text-transform: uppercase;
  color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .preloader .preloader-heading .load-text {
    font-size: 24px;
  }
}
.preloader .preloader-heading .load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}
.preloader .preloader-heading .load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.preloader .preloader-heading .load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.preloader .preloader-heading .load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader .preloader-heading .load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.preloader .preloader-heading .load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preloader .preloader-heading .load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.preloader .preloader-heading .load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*==========================
	Default Tabs
===========================*/
.default-tabs_two .buttons-outer {
  position: relative;
}

.default-tabs_two .tab-buttons {
  position: relative;
  margin-bottom: 60px;
  max-width: 403px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .default-tabs_two .tab-buttons {
    max-width: 100%;
  }
}

.default-tabs_two .tab-buttons li {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  padding: 22px 38px;
  border-radius: 12px;
  margin-bottom: 20px;
  display: block;
  color: var(--theme-color1);
  text-transform: capitalize;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .default-tabs_two .tab-buttons li {
    font-size: 20px;
  }
}
.default-tabs_two .tab-buttons li.active-btn {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.default-tabs_two .tab-buttons li:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.default-tabs_two .tab-buttons li:last-child {
  margin: 0;
}

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

.default-tabs_two .tab {
  display: none;
}
.default-tabs_two .tab .image {
  position: relative;
  overflow: hidden;
}
.default-tabs_two .tab .image img {
  width: 100%;
}

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

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

.default-tabs .tab-buttons {
  position: relative;
  text-align: center;
  border-radius: 50px;
  padding: 6px 6px;
  margin-bottom: 60px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.default-tabs .tab-buttons span {
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  color: var(--theme-color1);
  background-color: #f5f5f5;
  text-transform: capitalize;
}

.default-tabs .tab-buttons li {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin: 0px 2px;
  padding: 8px 22px;
  border-radius: 50px;
  border-radius: 80px;
  display: inline-block;
  color: var(--theme-color1);
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .default-tabs .tab-buttons li {
    padding: 8px 17px;
    font-size: 15px;
  }
}
.default-tabs .tab-buttons li.active-btn {
  background-color: #f5f5f5;
}
.default-tabs .tab-buttons li:hover {
  background-color: #f5f5f5;
}
.default-tabs .tab-buttons li:last-child {
  margin: 0;
}

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

.default-tabs .tab {
  display: none;
}
.default-tabs .tab .image {
  position: relative;
  overflow: hidden;
}
.default-tabs .tab .image img {
  width: 100%;
}

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

.blockquote-style-one {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color-black);
  padding: 13px 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--title-font);
  font-weight: 800;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: "";
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 25px;
}
.skills.style-two .skill-item .skill-bar {
  height: 10px;
}
.skills.style-two .skill-item .skill-bar .bar-inner {
  height: 10px;
  background-color: transparent;
  border: 1px solid #e6e0fa;
}
.skills.style-two .skill-item .skill-bar .bar-inner .bar {
  height: 10px;
}
.skills.style-two .skill-item .skill-bar .bar-inner .bar:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 5px solid var(--theme-color2);
  background-color: var(--theme-color-white);
}
.skills.style-two .skill-item .skill-bar .bar-inner .skill-percentage {
  color: var(--theme-color2);
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  z-index: 3;
  margin-bottom: 14px;
}
.skills .skill-item .skill-header .skill-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--theme-color3);
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 7px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
  background: #e6e0fa;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 6px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  background-color: var(--theme-color2);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--theme-color3);
}

.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* Custom Select */
.form-group .ui-selectmenu-button.ui-button {
  top: 0px;
  width: 100%;
  border: 0px;
  padding: 19px 25px 12px;
  font-weight: 500;
  line-height: 28px;
  font-size: 18px;
  color: #4e595d;
  background-color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .form-group .ui-selectmenu-button.ui-button {
    font-size: 16px;
  }
}
.form-group .ui-button .ui-icon {
  position: relative;
  width: 28px;
  height: 38px;
  text-indent: 0px;
  color: #a5a5a5;
}
.form-group .ui-menu .ui-menu-item {
  font-size: 14px;
}
.form-group .ui-menu .ui-menu-item:last-child {
  border: none;
}
.form-group .ui-menu .ui-menu-item:hover {
  background-color: var(--color-two);
}
.form-group .ui-menu .ui-menu-item .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  line-height: 24px;
  font-size: 14px;
}
.form-group .ui-state-active,
.form-group .ui-widget-content .ui-state-active {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .mobile-nav-toggler {
    margin-left: 0px;
    font-size: 22px;
  }
}

.main-header.header-style-three .mobile-nav-toggler {
  color: var(--theme-color-white);
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color-black);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 50px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--theme-color-white);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--theme-color-black);
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color-black);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: var(--theme-color-black);
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

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

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

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color-black);
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color-black);
  font-weight: 500;
  text-transform: uppercase;
}
.contact-list-one li a {
  color: var(--theme-color-black);
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-black);
}
.contact-list-one li .text a {
  color: var(--theme-color-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/***

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

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

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--theme-color-black);
  height: 100%;
}
.hidden-bar .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.hidden-bar .upper-box .nav-logo img {
  max-height: 40px;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}
.hidden-bar .text-box .title {
  color: var(--theme-color-white);
}
.hidden-bar .text-box .text {
  color: var(--theme-color-white);
}

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

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

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

.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--theme-color-black);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
    Accordion Style
====================================================================

***/
.accordion-box {
  position: relative;
}
.accordion-box .block {
  background-color: var(--theme-color1);
  margin-bottom: 15px;
  padding: 30px 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .accordion-box .block {
    padding: 20px 20px;
  }
}
.accordion-box .block:last-child {
  margin-bottom: 0px;
}
.accordion-box .block .acc-btn {
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  color: var(--theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn .title {
  color: var(--theme-color-white);
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-btn .title {
    font-size: 24px;
  }
}
.accordion-box .block .acc-btn .icon-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Font Awesome 5 Pro";
  font-size: var(--body-font-size);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon-outer .icon {
  color: var(--theme-color-white);
  font-family: "flaticon-finance";
  font-size: 54px;
  line-height: 1em;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon-outer .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 22px 0px 0px 0px;
}
.accordion-box .block .acc-content .content .text {
  position: relative;
}
.accordion-box .block .acc-content .content .text p {
  opacity: 0.8;
  line-height: 30px;
  font-size: 18px;
  color: #e8e8e8;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box.style-two {
  max-width: 750px;
}
@media (max-width: 1199.98px) {
  .accordion-box.style-two {
    max-width: 100%;
  }
}
.accordion-box.style-two .block {
  background-color: var(--theme-color-white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 32px;
  padding: 0px 0px 32px;
}
.accordion-box.style-two .block .text {
  color: #4e595d;
}
.accordion-box.style-two .block.active-block .acc-btn .icon-outer {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}
.accordion-box.style-two .block .acc-btn {
  font-size: 20px;
}
.accordion-box.style-two .block .acc-btn .icon-outer {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  display: block;
  height: 40px;
  line-height: 38px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 40px;
}
.accordion-box.style-three {
  max-width: 750px;
}
@media (max-width: 1199.98px) {
  .accordion-box.style-three {
    max-width: 100%;
  }
}
.accordion-box.style-three .block {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 32px;
  padding: 0px 0px 32px;
}
.accordion-box.style-three .block .text {
  color: #4e595d;
}
.accordion-box.style-three .block.active-block .acc-btn .icon-outer {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-white);
  line-height: 34px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-box.style-three .block .acc-btn {
  font-size: 20px;
  padding-right: 45px;
}
.accordion-box.style-three .block .acc-btn .icon-outer {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  color: var(--theme-color1);
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 40px;
}

/* Buttons Effect */
.button-theme1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 8px 8px 8px 25px;
  background-color: var(--theme-color1);
}
.button-theme1 .left-arrow {
  position: absolute;
  left: 8px;
  top: 8px;
  opacity: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.button-theme1 .left-arrow:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.button-theme1 .theme-btn {
  position: relative;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.button-theme1 .theme-btn:hover {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.button-theme1 .right-arrow {
  position: relative;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.button-theme1 .right-arrow:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.button-theme1:hover .left-arrow {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.button-theme1:hover .theme-btn {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
}
.button-theme1:hover .right-arrow {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.button-theme-white {
  position: relative;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 0px;
  background-color: var(--theme-color-white);
}
.button-theme-white:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color3);
}
.button-theme-white .left-arrow {
  position: absolute;
  left: 8px;
  top: 8px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color1);
}
.button-theme-white .theme-btn {
  position: relative;
  font-size: 16px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
  padding: 0px 12px 0px 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--theme-color-black);
}
@media (max-width: 575.98px) {
  .button-theme-white .theme-btn {
    font-size: 14px;
  }
}
.button-theme-white .right-arrow {
  position: relative;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color1);
}
.button-theme-white .right-arrow:hover {
  color: var(--theme-color3-text-color);
  background-color: var(--theme-color3);
}
.button-theme-white:hover .left-arrow {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.button-theme-white:hover .theme-btn {
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
  padding: 0px 30px 0px 12px;
  color: var(--theme-color2);
}
.button-theme-white:hover .right-arrow {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.button-theme-border1 {
  position: relative;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 8px 7px 0px;
  border: 1px solid var(--theme-color-white);
}
.button-theme-border1 .left-arrow {
  position: absolute;
  left: 7px;
  top: 7px;
  opacity: 0;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color-white);
}
.button-theme-border1 .left-arrow:hover {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.button-theme-border1 .theme-btn {
  position: relative;
  font-size: 16px;
  border-radius: 50px;
  display: inline-block;
  padding: 0px 12px 0px 28px;
  text-transform: capitalize;
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button-theme-border1 .right-arrow {
  position: relative;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color-white);
}
.button-theme-border1 .right-arrow:hover {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.button-theme-border1:hover .left-arrow {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.button-theme-border1:hover .theme-btn {
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}
.button-theme-border1:hover .right-arrow {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.button-theme-border2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 7px 8px 7px 30px;
  border: 1px solid var(--theme-color1);
}
.button-theme-border2:hover {
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
}
.button-theme-border2 .left-arrow {
  position: absolute;
  left: 7px;
  top: 7px;
  opacity: 0;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color-white);
}
.button-theme-border2 .left-arrow:hover {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.button-theme-border2 .theme-btn {
  position: relative;
  font-size: 18px;
  padding-right: 12px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .button-theme-border2 .theme-btn {
    font-size: 15px;
  }
}
.button-theme-border2 .theme-btn:hover {
  color: var(--theme-color1-text-color);
}
.button-theme-border2 .right-arrow {
  position: relative;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color1);
}
.button-theme-border2 .right-arrow:hover {
  color: var(--theme-color2);
  background-color: var(--theme-color-white);
}
.button-theme-border2:hover .left-arrow {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.button-theme-border2:hover .theme-btn {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
  color: var(--theme-color-white);
}
.button-theme-border2:hover .right-arrow {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.button-theme-border3 {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 8px 7px 30px;
  border: 1px solid rgba(78, 89, 93, 0.2);
}
.button-theme-border3:hover {
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
}
.button-theme-border3 .left-arrow {
  position: absolute;
  left: 7px;
  top: 7px;
  opacity: 0;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color-white);
}
.button-theme-border3 .left-arrow:hover {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.button-theme-border3 .theme-btn {
  position: relative;
  font-size: 18px;
  padding-right: 12px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button-theme-border3 .theme-btn:hover {
  color: var(--theme-color1-text-color);
}
.button-theme-border3 .right-arrow {
  position: relative;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color1);
}
.button-theme-border3 .right-arrow:hover {
  color: var(--theme-color2);
  background-color: var(--theme-color-white);
}
.button-theme-border3:hover .left-arrow {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.button-theme-border3:hover .theme-btn {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
  color: var(--theme-color-white);
}
.button-theme-border3:hover .right-arrow {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-z {
  -webkit-animation: fa-spin 70s infinite;
  animation: fa-spin 70s infinite;
}

.reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-top.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-bottom {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-anim {
  position: relative;
}
.btn-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.btn-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
.funfact-circle,
.steps-one_circle,
.about-four .info-outer .circle span,
.funfact-section .funfact-options .circle span,
.award-section .sec-title_two .right-box .circle span,
.slider-two .outer-box .content-column .inner-column .circle span,
.banner-section .outer-box .content-column .inner-column .circle span {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.icon-bounce {
  animation: icon-bounce 1s infinite ease;
  /* Only -webkit- prefix is still somewhat relevant for very old mobile browsers */
  -webkit-animation: icon-bounce 1s infinite ease;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
/*** 

====================================================================
    Main Header
====================================================================

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

.main-header {
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top .top-left {
  position: relative;
}
.header-top .top-right {
  position: relative;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.header-top .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 12px;
  color: #75767a;
  line-height: 20px;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:first-child:before {
  display: none;
}
.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}
.header-top .useful-links li a {
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color-white);
}

.main-header .header-lower {
  position: relative;
  background-color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
  padding: 26px 0px;
}

.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

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

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

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

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 29px 0px;
  margin-right: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .main-menu .navigation > li {
    margin-right: 25px;
  }
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  opacity: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  font-size: var(--h6-font-size);
  color: var(--theme-color1);
  font-weight: var(--h4-font-weight);
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color3);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color3);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  line-height: 29px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color-white);
  background-color: var(--theme-color3);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li.dropdown > a {
  border: none;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  opacity: 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child a {
  border: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  line-height: 29px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color1);
  color: var(--theme-color-white) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color3);
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a {
  border: none;
}

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

.main-header .ui-btn {
  position: relative;
  display: block;
  width: 49px;
  height: 49px;
  font-size: 18px;
  background: none;
  line-height: 49px;
  border-radius: 50px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(34, 48, 53, 0.2);
}
.main-header .ui-btn:hover {
  color: var(--theme-color-white);
  border-color: var(--theme-color3);
  background-color: var(--theme-color3);
}

.sidebar-nav {
  position: relative;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar-nav:hover {
  background-color: var(--theme-color3);
}
@media (max-width: 991.98px) {
  .sidebar-nav {
    display: none;
  }
}

.info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
}
.info-btn .icon {
  position: relative;
  font-size: 20px;
  line-height: 1em;
  color: var(--theme-color1);
}
.info-btn .phone {
  position: relative;
  color: #2B2B5E;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -3%;
}
.info-btn .phone:hover {
  color: var(--theme-color1);
}

.header-search {
  position: relative;
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-search .form-group {
  position: relative;
}
.header-search .form-group input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 20px;
  padding: 5px 0;
  padding-left: 30px;
  color: var(--text-color);
  background: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid transparent;
}
.header-search .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::-moz-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit]):-ms-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::-ms-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit]):focus {
  border-bottom: 1px solid var(--theme-color-white);
}
.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: var(--theme-color-black);
  background: none;
}

/*** 

====================================================================
  Header Style One
====================================================================

***/
.main-header {
  position: relative;
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 1199px) {
  .main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
  }
}
.main-header .auto-container {
  max-width: 1790px;
}
.main-header .header-top {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .main-header .header-top {
    display: none;
  }
}
.main-header .header-top .inner-container .top-right {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-header .header-top .inner-container .top-right .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.main-header .header-top .inner-container .top-right .header-socials {
  position: relative;
  padding: 16px 0px;
  padding-left: 20px;
}
.main-header .header-top .inner-container .top-right .header-socials:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 27px;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--theme-color1);
}
.main-header .header-top .inner-container .top-right .header-socials li {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}
.main-header .header-top .inner-container .top-right .header-socials li a {
  position: relative;
  font-size: 16px;
  color: var(--theme-color1);
}
.main-header .header-top .inner-container .nav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.main-header .header-top .inner-container .nav-list li {
  position: relative;
  font-size: var(--small-font-size);
}
.main-header .header-top .inner-container .nav-list a {
  position: relative;
  color: var(--theme-color3);
  font-weight: var(--h6-font-weight);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-top .inner-container .nav-list a:hover {
  color: var(--theme-color1);
}
.main-header .header-lower .nav-outer {
  position: relative;
}
.main-header .header-lower .outer-box {
  position: relative;
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .main-header .header-lower .outer-box {
    gap: 12px;
  }
}
.main-header .header-lower .outer-box .btn-box {
  position: relative;
  gap: 10px;
}
.main-header .header-lower .outer-box .btn-box .login-btn {
  position: relative;
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-block;
  color: var(--theme-color2);
  text-transform: uppercase;
  font-size: var(--small-font-size);
  font-weight: var(--h1-font-weight);
  background-color: var(--theme-color4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .outer-box .btn-box .login-btn:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
@media (max-width: 620px) {
  .main-header .header-lower .outer-box .btn-box {
    display: none !important;
  }
}
.main-header .header-lower .outer-box .ui-btn-box {
  position: relative;
}
.main-header .header-lower .outer-box .cart-btn {
  position: relative;
  font-weight: var(--h4-font-weight);
  font-size: var(--h5-font-size);
  color: var(--theme-color2);
}

.header-style-two .header-lower {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.header-style-two .header-lower .auto-container {
  max-width: 1850px;
}
.header-style-two .header-lower .auto-container .inner-container {
  padding: 0px 25px;
  border-radius: 15px 15px;
  background-color: var(--theme-color-white);
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .auto-container .inner-container {
    padding: 0px 15px;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower .auto-container .inner-container {
    padding: 0px 10px;
  }
}

.header-style-three {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 150px;
  background: none;
}
.header-style-three .auto-container {
  max-width: 1430px;
}
.header-style-three .header-top {
  background-color: var(--theme-color-white);
}
.header-style-three .header-top .list-style-one li {
  color: var(--theme-color1);
}
.header-style-three .header-top .list-style-one li i {
  color: var(--theme-color1);
}
.header-style-three .header-top .list-style-one li a {
  color: var(--theme-color1);
}
.header-style-three .header-top .social-icon-one li a {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.header-style-three .header-top .social-icon-one li a:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.header-style-three .header-lower {
  background: none;
}
.header-style-three .header-lower .main-menu .navigation li a {
  color: var(--theme-color-white);
}
.header-style-three .header-lower .ui-btn {
  color: var(--theme-color-white);
  border-color: var(--theme-color-white);
}
.header-style-three .header-lower .header-search_btn a {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.header-style-three .header-lower .sidebar-nav {
  background-color: var(--theme-color-white);
}

.header-search_btn {
  position: relative;
}
@media (max-width: 575.98px) {
  .header-search_btn {
    display: none;
  }
}
.header-search_btn a {
  position: relative;
  padding: 12px 34px;
  border-radius: 50px;
  display: inline-block;
  color: var(--theme-color-white);
  font-size: var(--body-font-size);
  background-color: var(--theme-color1);
}
.header-search_btn a:hover {
  background-color: var(--theme-color3);
}

/* Header Search Box */
@media (max-width: 1399.98px) {
  .header-search-box {
    display: none;
  }
}
.header-search-box .form-group {
  position: relative;
  margin: 0px;
}
.header-search-box .form-group input[type=text],
.header-search-box .form-group input[type=search] {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  width: 220px;
  background: none;
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 10px 50px 10px 25px;
  color: var(--text-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header-search-box .form-group input::-webkit-input-placeholder, .header-search-box .form-group textarea::-webkit-input-placeholder {
  color: var(--text-color);
}
.header-search-box .form-group input::-moz-placeholder, .header-search-box .form-group textarea::-moz-placeholder {
  color: var(--text-color);
}
.header-search-box .form-group input:-ms-input-placeholder, .header-search-box .form-group textarea:-ms-input-placeholder {
  color: var(--text-color);
}
.header-search-box .form-group input::-ms-input-placeholder, .header-search-box .form-group textarea::-ms-input-placeholder {
  color: var(--text-color);
}
.header-search-box .form-group input::placeholder,
.header-search-box .form-group textarea::placeholder {
  color: var(--text-color);
}
.header-search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 56px;
  width: 56px;
  display: block;
  cursor: pointer;
  line-height: 56px;
  font-weight: normal;
  border-radius: 0px;
  color: var(--text-color);
  background: none;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Language Dropdown */
.language-dropdown {
  position: relative;
  line-height: 1em;
}
@media (max-width: 575.98px) {
  .language-dropdown {
    display: none;
  }
}
.language-dropdown button {
  position: relative;
  background: none;
  font-weight: 400;
  font-size: 18px;
  z-index: 1;
  padding: 0;
  border: none;
  cursor: pointer;
  color: var(--theme-color1);
  text-transform: capitalize;
}
.language-dropdown button:focus, .language-dropdown button:hover {
  color: var(--theme-color2);
}
.language-dropdown button .flag {
  position: relative;
  margin-right: 5px;
}
.language-dropdown button:after {
  display: none;
}
.language-dropdown button .fa {
  font-size: 14px;
}
.language-dropdown button .flag-icon {
  position: relative;
  margin-right: 10px;
}
.language-dropdown .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-top: 8px !important;
  border-top: 4px solid var(--color-two);
}
.language-dropdown .dropdown-menu li {
  position: relative;
  border: none !important;
}
.language-dropdown .dropdown-menu li:last-child a {
  border: none;
}
.language-dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
  font-size: 14px;
  padding: 16px 15px;
  text-transform: capitalize;
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
.language-dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}

/*** 

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

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .sticky-header {
    padding: 5px 0;
  }
}

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

.sticky-header .logo {
  padding: 18px 0px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .nav-outer .mobile-nav-toggler {
  color: var(--theme-color1);
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-black);
}

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

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

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/* Animate 1 */
.swiper .animate-8,
.swiper .animate-7,
.swiper .animate-6,
.swiper .animate-5,
.swiper .animate-4,
.swiper .animate-3,
.swiper .animate-2,
.swiper .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.swiper .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.swiper .swiper-slide-active .animate-x {
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swiper .swiper-slide-active .animate-x,
.swiper .swiper-slide-active .animate-8,
.swiper .swiper-slide-active .animate-7,
.swiper .swiper-slide-active .animate-6,
.swiper .swiper-slide-active .animate-5,
.swiper .swiper-slide-active .animate-4,
.swiper .swiper-slide-active .animate-3,
.swiper .swiper-slide-active .animate-2,
.swiper .swiper-slide-active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.swiper .swiper-slide-active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper .swiper-slide-active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.swiper .swiper-slide-active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.swiper .swiper-slide-active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.swiper .swiper-slide-active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.swiper .swiper-slide-active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.swiper .swiper-slide-active .animate-8 {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

/*** 

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

***/
.banner-section {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color1);
}
.banner-section .auto-container {
  max-width: 1790px;
}
.banner-section .boxes {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 300px;
  height: 300px;
  opacity: 0.7;
  background-repeat: no-repeat;
}
.banner-section .banner-swiper-pagination {
  position: absolute;
  right: 70px;
  top: 50%;
  left: auto;
  width: 40px;
  z-index: 10;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media (max-width: 991.98px) {
  .banner-section .banner-swiper-pagination {
    display: none;
  }
}
.banner-section .banner-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 5px;
  height: 5px;
  opacity: 1;
  z-index: 1;
  margin: 10px 10px;
  border-radius: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color-white);
}
.banner-section .banner-swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  opacity: 0;
  border-radius: 50px;
  border: 1px solid var(--theme-color-white);
}
.banner-section .banner-swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 1;
  color: var(--theme-color-white);
}
.banner-section .banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: var(--theme-color-white);
}
.banner-section .banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  color: var(--theme-color-white);
}
.banner-section .inner-container {
  position: relative;
  overflow: hidden;
}
.banner-section .bg-slide-1 {
  background-image: url(../images/banner/slide-1.jpg);
}
.banner-section .bg-slide-1::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(18, 28, 39, 0.8)), color-stop(rgba(18, 28, 39, 0.3)), to(rgba(18, 28, 39, 0.3)));
  background-image: linear-gradient(to right, rgba(18, 28, 39, 0.8), rgba(18, 28, 39, 0.3), rgba(18, 28, 39, 0.3));
}
.banner-section .bg-slide-2 {
  background-image: url(../images/banner/slide-1.jpg);
}
.banner-section .bg-slide-2::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(18, 28, 39, 0.8)), color-stop(rgba(18, 28, 39, 0.3)), to(rgba(18, 28, 39, 0.3)));
  background-image: linear-gradient(to right, rgba(18, 28, 39, 0.8), rgba(18, 28, 39, 0.3), rgba(18, 28, 39, 0.3));
}
.banner-section .bg-slide-3 {
  background-image: url(../images/banner/slide-1.jpg);
}
.banner-section .bg-slide-3::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(18, 28, 39, 0.8)), color-stop(rgba(18, 28, 39, 0.3)), to(rgba(18, 28, 39, 0.3)));
  background-image: linear-gradient(to right, rgba(18, 28, 39, 0.8), rgba(18, 28, 39, 0.3), rgba(18, 28, 39, 0.3));
}
.banner-section .outer-box {
  position: relative;
  padding: 190px 0px 400px;
}
@media (max-width: 767.98px) {
  .banner-section .outer-box {
    padding-top: 120px;
    padding-bottom: 350px;
  }
}
.banner-section .outer-box .inner-box {
  position: relative;
}
.banner-section .outer-box .content-column .inner-column {
  position: relative;
  max-width: 720px;
}
.banner-section .outer-box .content-column .inner-column .title {
  position: relative;
  line-height: 82px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--theme-color-white);
}
@media (max-width: 991.98px) {
  .banner-section .outer-box .content-column .inner-column .title {
    max-width: 100%;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .outer-box .content-column .inner-column .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .outer-box .content-column .inner-column .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner-section .outer-box .content-column .inner-column .text {
  position: relative;
  line-height: 30px;
  margin-top: 25px;
  padding-left: 60px;
  margin-bottom: 35px;
  font-size: var(--h6-font-size);
  color: var(--theme-color-white);
  font-weight: var(--light-font-weight);
}
@media (max-width: 575.98px) {
  .banner-section .outer-box .content-column .inner-column .text {
    padding-left: 0px;
  }
}
.banner-section .outer-box .content-column .inner-column .text::before {
  position: absolute;
  left: 0px;
  top: 10px;
  content: "\f061";
  font-size: 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-family: "Font Awesome 6 Pro";
}
@media (max-width: 575.98px) {
  .banner-section .outer-box .content-column .inner-column .text::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-section .outer-box .content-column .inner-column .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.banner-section .outer-box .content-column .inner-column .button-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*** 

====================================================================
  Banner Two
====================================================================

***/
.banner-two {
  position: relative;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.banner-two .auto-container {
  max-width: 1850px;
}
.banner-two .content {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 90px 70px 0px 70px;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .banner-two .content {
    padding: 90px 30px 0px 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-two .content {
    padding: 90px 20px 0px 20px;
  }
}
.banner-two .content .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .banner-two .content .shape {
    display: none;
  }
}
.banner-two .content .subtitle {
  position: relative;
  color: #2a333d;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .banner-two .content .subtitle {
    letter-spacing: 0px;
    font-size: 16px;
  }
}
.banner-two .content .title {
  position: relative;
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 25px;
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .banner-two .content .title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 575.98px) {
  .banner-two .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner-two .content .text {
  position: relative;
  line-height: 30px;
  margin-top: 25px;
  padding-left: 70px;
  margin-bottom: 40px;
  font-size: var(--h6-font-size);
  color: #4e595d;
  max-width: 600px;
  font-weight: var(--light-font-weight);
}
@media (max-width: 575.98px) {
  .banner-two .content .text {
    padding-left: 0px;
  }
}
.banner-two .content .text::before {
  position: absolute;
  left: 0px;
  top: 10px;
  content: "\f061";
  font-size: 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-family: "Font Awesome 6 Pro";
}
@media (max-width: 575.98px) {
  .banner-two .content .text::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .banner-two .content .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.banner-two .content .button-box {
  position: relative;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-two .content .lower-box {
  position: relative;
  margin-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.banner-two .content .lower-box .count-one {
  position: relative;
  max-width: 240px;
  padding: 30px 30px 25px;
  background-color: #ece6e1;
}
.banner-two .content .lower-box .count-one .count-box {
  position: relative;
  font-weight: 700;
  line-height: 1em;
  font-size: 64px;
  color: var(--theme-color1);
}
.banner-two .content .lower-box .count-one .count-texts {
  position: relative;
  font-size: 16px;
  color: #4e595d;
  line-height: 28px;
  margin-top: 10px;
  text-transform: uppercase;
}
.banner-two .content .lower-box .count-two {
  position: relative;
  max-width: 240px;
  padding: 40px 30px 35px;
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .banner-two .content .lower-box .count-two {
    display: none;
  }
}
.banner-two .content .lower-box .count-two .star {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 90px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  border-radius: 90px;
  background-color: var(--theme-color1);
  border: 10px solid var(--theme-color-white);
  -webkit-animation: rotateStar 6s linear infinite;
          animation: rotateStar 6s linear infinite;
}
@-webkit-keyframes rotateStar {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateStar {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.banner-two .content .lower-box .count-two .count-box {
  position: relative;
  font-weight: 700;
  line-height: 1em;
  font-size: 64px;
  color: var(--theme-color-white);
}
.banner-two .content .lower-box .count-two .count-texts {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--theme-color-white);
}
.banner-two .content .lower-box .count-two .authors {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-two .content .lower-box .count-two .authors li {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--theme-color-white);
}
.banner-two .content .lower-box .count-two .authors li:first-child {
  margin: 0px;
}
.banner-two .content .lower-box .count-two .authors li span {
  width: 45px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.banner-two .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 12px 12px;
  height: 100%;
  background-color: var(--theme-color-white);
}
@media (max-width: 1199.98px) {
  .banner-two .image-box {
    display: none;
  }
}
.banner-two .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}

/*** 

====================================================================
  Banner Three
====================================================================

***/
.banner-three {
  position: relative;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.banner-three .color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 804px;
  background-color: var(--theme-color1);
}
.banner-three .shapes {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 804px;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .banner-three .shapes {
    display: none;
  }
}
.banner-three .shapes .vector-1 {
  position: absolute;
  right: 0px;
  top: 60px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
.banner-three .shapes .vector-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
.banner-three .shapes .vector-3 {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
.banner-three .shapes .vector-4 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
.banner-three .outer-box {
  position: relative;
  padding-top: 300px;
}
@media (max-width: 1199.98px) {
  .banner-three .outer-box {
    padding-top: 240px;
  }
}
@media (max-width: 991.98px) {
  .banner-three .outer-box {
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  .banner-three .outer-box {
    padding-top: 150px;
  }
}
.banner-three .outer-box .subtitle {
  position: relative;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .banner-three .outer-box .subtitle {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
.banner-three .outer-box .title {
  position: relative;
  font-size: 60px;
  max-width: 650px;
  line-height: 66px;
  color: var(--theme-color-white);
}
@media (max-width: 1199.98px) {
  .banner-three .outer-box .title {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .banner-three .outer-box .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner-three .outer-box .text {
  position: relative;
  line-height: 30px;
  color: #e8e8e8;
  margin-bottom: 30px;
  font-size: var(--h6-font-size);
  font-weight: var(--light-font-weight);
}
@media (max-width: 767.98px) {
  .banner-three .outer-box .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.banner-three .outer-box .reviews {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .banner-three .outer-box .reviews {
    gap: 25px;
  }
}
.banner-three .outer-box .reviews .options {
  position: relative;
}
.banner-three .outer-box .reviews .options:before {
  position: absolute;
  content: "";
  right: -45px;
  top: 0px;
  width: 1px;
  bottom: 0px;
  opacity: 0.1;
  background-color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .banner-three .outer-box .reviews .options:before {
    display: none;
  }
}
.banner-three .outer-box .reviews .stars {
  position: relative;
  color: #ff9728;
  margin-bottom: 8px;
}
.banner-three .outer-box .reviews .rating {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  color: var(--theme-color-white);
}
.banner-three .outer-box .reviews .rating span {
  display: block;
  font-size: 16px;
  color: #e8e8e8;
  margin-top: 5px;
}
.banner-three .outer-box .authors {
  position: relative;
  border-radius: 100px;
  padding: 10px 12px 2px;
  background-color: rgba(255, 255, 255, 0.05);
}
.banner-three .outer-box .authors li {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-align: center;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 2px solid var(--theme-color1);
}
.banner-three .outer-box .authors li:first-child {
  margin-left: 0px;
}
.banner-three .outer-box .authors li:last-child {
  border: none;
  line-height: 48px;
  font-size: 16px;
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.banner-three .image-box {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
  border-radius: 12px;
}
.banner-three .image-box .circle {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 332px;
  height: 293px;
  z-index: 1;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.banner-three .image-box img {
  width: 100%;
  display: block;
}
.banner-three .image-box .image-content {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 100%;
  bottom: 40px;
  overflow: hidden;
  max-width: 416px;
  border-radius: 12px;
  padding: 35px 0px 35px 35px;
  backdrop-filter: blur(25px);
}
@media (max-width: 767.98px) {
  .banner-three .image-box .image-content {
    display: none;
  }
}
.banner-three .image-box .image-content .inner-column:first-child .counts {
  margin-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.banner-three .image-box .image-content .counts {
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
  color: #f6f4f1;
}
.banner-three .image-box .image-content .count-texts {
  display: block;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.5;
  text-transform: uppercase;
}

/*** 

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

***/
.about-section {
  position: relative;
  padding: 110px 0px 90px;
}
.about-section .auto-container {
  max-width: 1630px;
}
.about-section .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-section .sec-title .left-box {
  max-width: 800px;
}
@media (max-width: 1199.98px) {
  .about-section .sec-title .left-box {
    max-width: 100%;
  }
}
.about-section .sec-title .text {
  margin-top: 0px;
  margin-bottom: 27px;
}
@media (max-width: 1199.98px) {
  .about-section .sec-title .text br {
    display: none;
  }
}
.about-section .counter-outer {
  position: relative;
  z-index: 10;
  margin-right: 175px;
  padding: 40px 40px 40px;
  background-color: #f5f5f5;
}
@media (max-width: 1399.98px) {
  .about-section .counter-outer {
    margin-right: 0px;
  }
}
@media (max-width: 575.98px) {
  .about-section .counter-outer {
    padding: 25px 25px;
  }
}
.about-section .counter-outer .about-count {
  position: relative;
  font-weight: 800;
  font-size: 60px;
  line-height: 1em;
  padding-top: 20px;
  margin-bottom: 25px;
  color: var(--theme-color1);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 575.98px) {
  .about-section .counter-outer .about-count {
    font-size: 44px;
  }
}
.about-section .counter-outer .about-count:last-child {
  margin-bottom: 0px;
}
.about-section .counter-outer .about-count .count-text {
  position: relative;
  padding-left: 25px;
}
.about-section .counter-outer .about-count .count-text:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 4px;
  height: 25px;
  background-color: var(--theme-color1);
}
.about-section .counter-outer .about-count .text {
  position: relative;
  margin-top: 15px;
  font-weight: var(--light-font-weight);
  font-size: var(--h6-font-size);
  color: var(--theme-color2);
}
@media (max-width: 1399.98px) {
  .about-section .counter-outer .about-count .text {
    max-width: 330px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .counter-outer .about-count .text {
    max-width: 100%;
  }
}
.about-section .image-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-left: -168px;
}
@media (max-width: 1399.98px) {
  .about-section .image-box {
    margin-left: 0px;
  }
}
.about-section .image-box:before {
  z-index: 1;
  content: "";
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.about-section .image-box img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .column {
  position: relative;
  margin-bottom: 30px;
}

/*** 

====================================================================
  About Two
====================================================================

***/
.about-two {
  position: relative;
  padding: 110px 0px 30px;
  background-color: #f5f5f5;
}
.about-two .inner-container {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.about-two .column {
  margin-bottom: 30px;
}
.about-two .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 50px;
  margin-top: 5px;
}
@media (max-width: 1399.98px) {
  .about-two .image-box {
    margin-right: 0px;
  }
}
.about-two .image-box::before {
  z-index: 1;
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.about-two .image-box img {
  width: 100%;
  display: block;
}
.about-two .sec-title {
  margin-bottom: 30px;
}
.about-two .content {
  position: relative;
}
.about-two .list {
  position: relative;
}
@media (max-width: 767.98px) {
  .about-two .list {
    margin-bottom: 15px;
  }
}
.about-two .list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  font-size: 18px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .about-two .list li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.about-two .list li:before {
  position: absolute;
  content: "\f101";
  left: 0px;
  top: -1px;
  font-family: "Font Awesome 6 Pro";
}
.about-two .list li:last-child {
  margin-bottom: 0px;
}
.about-two .about-two_btn {
  position: relative;
  margin-top: 35px;
}

/***

====================================================================
  About Three
====================================================================

***/
.about-three {
  position: relative;
  padding: 0px 0px 0px;
  background-color: #f5f5f5;
}
.about-three .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.about-three .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 85px 0px 35px;
  background-color: var(--theme-color-white);
}
.about-three .outer-container .inner-container .column {
  margin-bottom: 30px;
}
.about-three .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .about-three .image-box {
    display: block;
  }
  .about-three .image-box img {
    width: 100%;
  }
}
.about-three .image-box:before {
  opacity: 0.5;
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.about-three .content-outer {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1399.98px) {
  .about-three .content-outer {
    padding-left: 0px;
  }
}
.about-three .feature {
  position: relative;
  font-size: 18px;
  color: #2a333d;
  line-height: 30px;
  margin-bottom: 25px;
  padding-right: 20px;
}
@media (max-width: 1399.98px) {
  .about-three .feature {
    padding-right: 0px;
  }
}
.about-three .feature strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--theme-color1);
}
.about-three .content-box {
  position: relative;
  padding: 35px 35px;
  border-radius: 12px;
  background-color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .about-three .content-box {
    margin-top: 30px;
  }
}
.about-three .content-box .title {
  font-weight: 500;
  color: var(--theme-color-white);
}
.about-three .content-box .content-text {
  font-size: 18px;
  margin-top: 12px;
  line-height: 30px;
  color: #e8e8e8;
  margin-bottom: 80px;
}
.about-three .content-box .drop {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: var(--theme-color-white);
}
.about-three .content-box .drop:hover {
  color: var(--theme-color3);
}
@media (max-width: 575.98px) {
  .about-three .content-box .drop {
    font-size: 20px;
  }
}
.about-three .content-box .drop .arrow {
  position: absolute;
  right: 0px;
  top: -10px;
  width: 42px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color-white);
}
.about-three .content-box .drop .arrow:hover {
  background-color: var(--theme-color3);
}

/*** 

====================================================================
  Client Section
====================================================================

***/
.clients-section {
  position: relative;
}
.clients-section .sec-title {
  margin-bottom: 60px;
}
.clients-section .auto-container {
  max-width: 1790px;
}
.clients-section .auto-container .inner-container {
  position: relative;
  padding: 70px 70px 40px;
  background-color: #f5f5f5;
}
@media (max-width: 1399.98px) {
  .clients-section .auto-container .inner-container {
    padding: 70px 30px 40px;
  }
}
@media (max-width: 767.98px) {
  .clients-section .auto-container .inner-container {
    padding: 25px 25px;
  }
}
.clients-section .outer-container {
  position: relative;
  margin-bottom: 25px;
  padding: 72px 80px 72px;
  background-color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .clients-section .outer-container {
    padding: 50px 20px 50px;
  }
}
.clients-section.style-two {
  background-color: #f5f5f5;
}
.clients-section.style-two .auto-container {
  max-width: 1850px;
}
.clients-section.style-two .inner-container {
  padding: 0px 0px;
}
.clients-section.style-two .inner-container .outer-container {
  margin-bottom: 0px;
  padding-left: 200px;
  padding-right: 200px;
}
@media (max-width: 1199.98px) {
  .clients-section.style-two .inner-container .outer-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/***

====================================================================
  Clients Two
====================================================================

***/
.clients-two {
  position: relative;
  padding: 0px 0px 0px;
  background-color: #f5f5f5;
}
.clients-two .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.clients-two .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 85px 0px 35px;
  background-color: var(--theme-color-white);
}
.clients-two .outer-container .inner-container .column {
  margin-bottom: 30px;
}
.clients-two .title-outer {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 1399.98px) {
  .clients-two .title-outer {
    padding-right: 0px;
  }
}
.clients-two .client-two_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .clients-two .client-two_blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.client-block_one {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  min-height: 405px;
  margin-left: 10px;
  overflow: hidden;
  max-width: 112px;
  will-change: flex;
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-box-flex: 1;
  margin-right: 10px;
  background-color: #f5f5f5;
  -webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
  transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}
@media (max-width: 1199.98px) {
  .client-block_one {
    min-height: 425px;
  }
}
@media (max-width: 991.98px) {
  .client-block_one {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-height: auto;
    max-width: 100%;
    width: 100%;
  }
  .client-block_one .content-box {
    opacity: 1;
  }
  .client-block_one .content-box-hover {
    opacity: 0;
  }
}
.client-block_one.active {
  max-width: 100%;
}
.client-block_one.active .content-box-hover {
  opacity: 0;
  visibility: hidden;
}
.client-block_one.active .content-box {
  opacity: 1;
  visibility: visible;
}
.client-block_one:hover {
  max-width: 100%;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.client-block_one:hover .steps-block_one-bg {
  opacity: 1 !important;
}
.client-block_one:hover .content-box-hover {
  opacity: 0;
  visibility: hidden;
}
.client-block_one.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.client-block_one .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #f5f5f5;
}
.client-block_one .inner-box:hover .contents {
  opacity: 1;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.client-block_one .inner-box:hover .content-box {
  opacity: 1;
}
.client-block_one .inner-box:hover .image {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.client-block_one .content-box-hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  padding: 30px 15px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.client-block_one .content-box-hover .content-box-number {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color1);
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
      writing-mode: sideways-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.client-block_one .content-box-hover .title {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: tb-rl;
  writing-mode: sideways-lr;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.client-block_one .content-box-hover .title a {
  color: var(--theme-color1);
}
.client-block_one .content-box {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.98px) {
  .client-block_one .content-box {
    position: relative;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .client-block_one .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.client-block_one .content-box .twitter-icon {
  position: absolute;
  right: 0px;
  top: 30px;
}
.client-block_one .content-box .image {
  position: relative;
  width: 225px;
  opacity: 0;
  display: inline-block;
  clip-path: polygon(0 0, 10% 0, 10% 100%, 0% 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .client-block_one .content-box .image {
    width: 200px;
  }
}
.client-block_one .content-box .image::before {
  z-index: 1;
  content: "";
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--theme-color1);
}
.client-block_one .content-box .image img {
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .client-block_one .content-box .image {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media only screen and (max-width: 767px) {
  .client-block_one .content-box {
    opacity: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .client-block_one .content-box {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .client-block_one .content-box {
    padding: 20px 20px;
  }
}
.client-block_one .content-box .contents {
  position: relative;
  width: 350px;
  opacity: 0;
  padding-left: 30px;
  clip-path: polygon(0 0, 10% 0, 10% 100%, 0% 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1199.98px) {
  .client-block_one .content-box .contents {
    width: 450px;
  }
}
@media (max-width: 991.98px) {
  .client-block_one .content-box .contents {
    opacity: 1;
    width: 600px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767.98px) {
  .client-block_one .content-box .contents {
    padding-left: 0px;
    padding-top: 20px;
    width: 100%;
  }
}
.client-block_one .content-box .lower-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.client-block_one .content-box .lower-box .rating {
  position: relative;
  color: #FF9728;
  font-size: 18px;
}
.client-block_one .content-box .lower-box .quote {
  position: relative;
  line-height: 1em;
  opacity: 0.5;
  font-size: 60px;
  color: #4e595d;
}
.client-block_one .content-box .title {
  position: relative;
  font-weight: 500;
  margin: 20px 0px 25px;
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .client-block_one .content-box .title {
    margin-top: 0px;
  }
}
.client-block_one .content-box .title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #4E595D;
}
.client-block_one .content-box .title a {
  position: relative;
  color: var(--theme-color1);
}
.client-block_one .content-box .title a:hover {
  color: var(--theme-color3);
}
.client-block_one .content-box .text {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
  color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .client-block_one .content-box .text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .client-block_one .content-box .text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .client-block_one .content-box .text {
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .client-block_one .content-box .text {
    font-size: 16px;
    line-height: 28px;
  }
}
.client-block_one .content-box .text span {
  opacity: 0.5;
}
.client-block_one .content-box .lower-box {
  position: relative;
}
.client-block_one .active .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.client-block_one.active .contents {
  opacity: 1;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.client-block_one.active .image {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/*** 

====================================================================
    Project Section
====================================================================

***/
.project-one {
  position: relative;
  padding: 80px 80px 80px;
  background-color: #f5f5f5;
}
@media (max-width: 1599.98px) {
  .project-one {
    padding: 80px 0px 80px;
  }
}
.project-one .auto-container {
  max-width: 1790px;
}
.project-one .inner-container {
  position: relative;
  padding-top: 90px;
}
.project-one .inner-container:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 455px;
  background-color: var(--theme-color1);
}
.project-one .project-one_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 255px;
  height: 255px;
  font-size: 24px;
  letter-spacing: 1px;
  border-radius: 150px;
  text-align: center;
  line-height: 235px;
  text-transform: uppercase;
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  border: 10px solid var(--theme-color-white);
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
}
.project-one .project-one_upper-box {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom: 20px;
}
.project-one .project-one_upper-box .scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scrollLeft linear infinite;
          animation: scrollLeft linear infinite;
}
.project-one .project-one_upper-box .scroll-wrapper .project-block_one {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.project-one .project-one_upper-box:hover .scroll-wrapper {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.project-one .project-one_lower-box {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.project-one .project-one_lower-box .scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scrollRight linear infinite;
          animation: scrollRight linear infinite;
}
.project-one .project-one_lower-box .scroll-wrapper .project-block_one {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.project-one .project-one_lower-box:hover .scroll-wrapper {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.project-block_one {
  position: relative;
  z-index: 1;
}
.project-block_one .inner {
  position: relative;
}
.project-block_one .inner:hover .image:before {
  opacity: 0;
}
.project-block_one .inner:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.project-block_one .inner .image {
  position: relative;
  overflow: hidden;
}
.project-block_one .inner .image:before {
  z-index: 1;
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color1);
}
.project-block_one .inner .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block_one .inner:hover .image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.project-block_one .overlay-box {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(18, 28, 39, 0.8);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.project-block_one .overlay-box .tag {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 18px;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.project-block_one .overlay-box .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--theme-color1);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: var(--theme-color-white);
}
.project-block_one .overlay-box .arrow:before {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.project-block_one .overlay-box .arrow:hover {
  background-color: var(--theme-color3);
}
.project-block_one .overlay-box .title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  text-align: center;
  font-weight: 500;
}
.project-block_one .overlay-box .title a {
  display: inline-block;
  color: var(--theme-color-white);
}
.project-block_one .overlay-box .title a:hover {
  color: var(--theme-color3);
}

/*** 

====================================================================
    Project Two
====================================================================

***/
.project-two {
  position: relative;
  padding: 120px 0px 90px;
  background-color: #f5f5f5;
}
.project-two .title-outer {
  padding-right: 60px;
}
@media (max-width: 1199.98px) {
  .project-two .title-outer {
    padding-right: 0px;
  }
}
.project-two .sec-title .text {
  max-width: 520px;
}
@media (max-width: 1199.98px) {
  .project-two .sec-title .text {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .project-two .title-outer {
    margin-bottom: 40px;
  }
}

.project-block_two {
  position: relative;
  margin-bottom: 30px;
}
.project-block_two .inner {
  position: relative;
  overflow: hidden;
  padding: 30px 30px;
  border-radius: 12px;
  background-color: #ece6e1;
}
@media (max-width: 767.98px) {
  .project-block_two .inner {
    padding: 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .project-block_two .inner {
    padding: 15px 15px;
  }
}
.project-block_two .inner:hover .image-box img {
  -webkit-transform: scale(1.07, 1.07) rotate(1deg);
          transform: scale(1.07, 1.07) rotate(1deg);
}
.project-block_two .inner .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.project-block_two .inner .image-box img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block_two .inner .image-box:before {
  opacity: 0.8;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}
.project-block_two .inner .content-outer {
  position: absolute;
  left: 35px;
  z-index: 10;
  right: 35px;
  bottom: 35px;
}
@media (max-width: 575.98px) {
  .project-block_two .inner .content-outer {
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
}
.project-block_two .inner .content-outer .content .title {
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .project-block_two .inner .content-outer .content .title {
    font-size: 22px;
    line-height: 32px;
    display: none;
  }
}
.project-block_two .inner .content-outer .content .title a {
  color: var(--theme-color-white);
}
.project-block_two .inner .content-outer .content .title a:hover {
  color: var(--theme-color3);
}

/***

====================================================================
  Service Section
====================================================================

***/
.service-section {
  position: relative;
  z-index: 1;
}
.service-section .auto-container {
  max-width: 1790px;
}
.service-section .inner-container {
  position: relative;
  padding: 80px 80px;
  margin-top: -205px;
  background-color: #f5f5f5;
}
@media (max-width: 1399.98px) {
  .service-section .inner-container {
    padding: 40px 40px;
  }
}
@media (max-width: 1199.98px) {
  .service-section .inner-container {
    padding: 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .service-section .inner-container {
    padding: 15px 15px;
  }
}
.service-section .upper-box {
  position: relative;
}
.service-section .upper-box .row {
  margin: 0px -6px;
}
.service-section .upper-box .row .column {
  padding: 0px 6px;
}
.service-section .service-content {
  position: relative;
  padding: 80px 80px;
  margin-top: 80px;
  background-color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .service-section .service-content {
    padding: 40px 40px;
  }
}
@media (max-width: 1199.98px) {
  .service-section .service-content {
    padding: 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .service-section .service-content {
    padding: 15px 15px;
  }
}
.service-section .service-content .vector-1 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
.service-section .service-content .vector-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
.service-section .video-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .service-section .video-image {
    display: block;
  }
  .service-section .video-image img {
    width: 100%;
    display: block;
  }
}
.service-section .video-image .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: var(--theme-color-white);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.service-section .video-image .play .icon {
  position: relative;
  width: 80px;
  height: 80px;
  font-size: 18px;
  text-align: center;
  line-height: 80px;
  border-radius: 150px;
  display: inline-block;
  backdrop-filter: blur(500px);
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.service-section .blocks-outer {
  position: relative;
}
@media (max-width: 1199.98px) {
  .service-section .blocks-outer {
    margin-top: 40px;
  }
}
.service-section .blocks-outer:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  border-right: 3px solid var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .service-section .blocks-outer:before {
    display: none;
  }
}
.service-section .blocks-outer:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  border-bottom: 3px solid var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .service-section .blocks-outer:after {
    display: none;
  }
}

.service-block_one {
  position: relative;
}
.service-block_one .inner {
  position: relative;
  text-align: center;
  min-height: 334px;
  padding: 40px 40px 40px;
}
@media (max-width: 575.98px) {
  .service-block_one .inner {
    padding: 30px 15px 30px;
  }
}
.service-block_one .inner:hover .text {
  max-height: 84px;
  opacity: 1;
}
.service-block_one .inner:hover:before {
  bottom: 0px;
}
.service-block_one .inner:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.service-block_one .inner:hover .lines:before {
  opacity: 1;
}
.service-block_one .inner:hover .lines:after {
  opacity: 1;
}
.service-block_one .inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color-white);
}
.service-block_one .icon {
  position: relative;
  font-size: 74px;
  line-height: 1em;
  display: inline-block;
  color: var(--theme-color1);
  font-family: "flaticon-finance";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block_one .title {
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .service-block_one .title {
    font-size: 20px;
  }
}
.service-block_one .title a {
  color: var(--theme-color1);
}
.service-block_one .title a:hover {
  color: var(--theme-color3);
}
.service-block_one .text {
  position: relative;
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  line-height: 28px;
  font-size: var(--h6-font-size);
  color: var(--theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block_one .lines {
  position: relative;
  width: 80px;
  height: 8px;
  margin: 0 auto;
  margin-top: 25px;
}
.service-block_one .lines:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 2px;
  opacity: 0.3;
  background-color: var(--theme-color1);
}
.service-block_one .lines:after {
  position: absolute;
  content: "";
  left: 15px;
  bottom: 0px;
  right: 15px;
  height: 2px;
  opacity: 0.3;
  background-color: var(--theme-color1);
}

.service-block_two {
  position: relative;
}
@media (max-width: 1199.98px) {
  .service-block_two {
    margin-bottom: 30px;
  }
}
.service-block_two .inner {
  position: relative;
  padding: 40px 45px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 1599.98px) {
  .service-block_two .inner {
    padding: 35px 25px;
  }
}
@media (max-width: 1399.98px) {
  .service-block_two .inner {
    padding: 30px 20px 30px 15px;
  }
}
@media (max-width: 1199.98px) {
  .service-block_two .inner {
    padding: 0px 15px;
    border: none;
  }
}
@media (max-width: 575.98px) {
  .service-block_two .inner {
    padding: 0px 0px;
  }
}
.service-block_two .inner:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.service-block_two .inner:hover .read-more {
  color: var(--theme-color3);
}
.service-block_two .inner:hover .read-more span {
  color: var(--theme-color1);
  border-color: var(--theme-color-white);
  background-color: var(--theme-color-white);
}
.service-block_two .inner:hover::before {
  top: 0%;
}
.service-block_two .inner::before {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0px;
  bottom: 0px;
  content: "";
  opacity: 0.15;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color2)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color2));
}
@media (max-width: 1199.98px) {
  .service-block_two .inner::before {
    display: none;
  }
}
.service-block_two .inner .icon {
  position: relative;
  min-height: 50px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block_two .inner .title {
  position: relative;
  margin-top: 40px;
}
.service-block_two .inner .title a {
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block_two .inner .title a:hover {
  color: var(--theme-color3);
}
.service-block_two .inner .text {
  position: relative;
  color: #e8e8e8;
  margin-top: 15px;
  opacity: 0.8;
}
@media (max-width: 1399.98px) {
  .service-block_two .inner .text {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .service-block_two .inner .text {
    font-size: 16px;
  }
}
.service-block_two .inner .read-more {
  position: relative;
  margin-top: 35px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block_two .inner .read-more {
    font-size: 14px;
  }
}
.service-block_two .inner .read-more span {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 14px;
  margin-left: 5px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/***

====================================================================
  Service Two
====================================================================

***/
.service-two {
  position: relative;
  padding: 0px 0px 0px;
  background-color: #f5f5f5;
}
.service-two .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.service-two .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding-bottom: 60px;
  background-color: var(--theme-color-white);
}
.service-two .upper-box {
  position: relative;
  text-align: center;
  padding: 70px 0px 70px;
}
.service-two .upper-box .title {
  position: relative;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .service-two .upper-box .title {
    font-size: 24px;
  }
}
.service-two .upper-box .solution-box {
  position: relative;
  border-radius: 8px;
  max-width: 766px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
  .service-two .upper-box .solution-box {
    max-width: 100%;
  }
}
.service-two .upper-box .solution-box .select-box {
  position: relative;
  padding-right: 200px;
}
@media (max-width: 767.98px) {
  .service-two .upper-box .solution-box .select-box {
    padding-right: 0px;
  }
}
.service-two .upper-box .solution-box .submit-btn {
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 18px;
  padding: 13px 25px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .service-two .upper-box .solution-box .submit-btn {
    position: relative;
    right: 0px;
    top: 0px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.service-two .upper-box .solution-box .submit-btn:hover {
  background-color: var(--theme-color3);
}

.service-block_three {
  position: relative;
  margin-bottom: 30px;
}
.service-block_three .inner {
  position: relative;
  padding: 40px 35px;
  overflow: hidden;
  text-align: center;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 1399.98px) {
  .service-block_three .inner {
    padding: 40px 20px;
  }
}
@media (max-width: 575.98px) {
  .service-block_three .inner {
    padding: 25px 25px;
  }
}
.service-block_three .inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: #f5f5f5;
  -webkit-transform: scale(0.2, 1);
          transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block_three .inner:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.service-block_three .inner:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.service-block_three .inner .icon {
  position: relative;
  width: 80px;
  height: 80px;
  font-size: 44px;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  color: var(--theme-color1);
  background-color: #f3f3f4;
  font-family: "flaticon-finance";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block_three .title {
  font-weight: 500;
  font-size: 22px;
  margin-top: 35px;
}
@media (max-width: 1399.98px) {
  .service-block_three .title {
    font-size: 20px;
  }
}
.service-block_three .title a {
  color: var(--theme-color1);
}
.service-block_three .text {
  position: relative;
  color: #4e595d;
  font-size: 16px;
  margin-top: 15px;
  line-height: 28px;
  margin-bottom: 25px;
}
.service-block_three .more {
  position: relative;
  font-size: 18px;
  border-radius: 8px;
  text-transform: capitalize;
  padding: 8px 8px 8px 15px;
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.service-block_three .more .arrow {
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.service-block_three .more .arrow:before {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service-block_three .more:hover {
  color: var(--theme-color-white);
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
}
.service-block_three .more:hover .arrow {
  color: var(--theme-color1);
  border-color: var(--theme-color-white);
  background-color: var(--theme-color-white);
}

/***

====================================================================
  Service Three
====================================================================

***/
.service-three {
  position: relative;
  padding: 60px 0px 80px;
  background-color: #f5f5f5;
}

.service-block_four {
  position: relative;
  margin-bottom: 30px;
}
.service-block_four .inner {
  position: relative;
  text-align: center;
}
.service-block_four .inner:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}
.service-block_four .inner .icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-radius: 12px;
  font-family: "flaticon-finance";
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block_four .title {
  font-weight: 500;
  margin-top: 28px;
}
.service-block_four .title a {
  color: var(--theme-color1);
}
.service-block_four .title a:hover {
  color: var(--theme-color3);
}
.service-block_four .text {
  position: relative;
  color: #4e595d;
  font-size: 18px;
  margin-top: 14px;
  line-height: 32px;
  padding: 0px 30px;
}
@media (max-width: 1199.98px) {
  .service-block_four .text {
    padding: 0px 0px;
  }
}
@media (max-width: 575.98px) {
  .service-block_four .text {
    padding: 0px 0px;
  }
}

/***

====================================================================
  Service Four
====================================================================

***/
.service-four {
  position: relative;
  padding: 100px 0px 70px;
  background-color: #f5f5f5;
}
@media (max-width: 1199.98px) {
  .service-four .service-four_btn {
    margin-bottom: 40px;
  }
}

.service-block_five {
  margin-bottom: 30px;
  position: relative;
}
.service-block_five .inner {
  background-color: var(--theme-color-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  padding: 15px 15px;
  position: relative;
  text-align: center;
}
.service-block_five .inner:before {
  background-color: #ece6e1;
  bottom: 0px;
  content: "";
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transform: scale(0.2, 1);
          transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block_five .inner:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.service-block_five .inner:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.service-block_five .image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.service-block_five .image:before {
  opacity: 0.3;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.service-block_five .image img {
  position: relative;
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
  
}
.service-block_five .content {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.service-block_five .content .icon {
  background-color: var(--theme-color1);
  border: 8px solid var(--theme-color-white);
  border-radius: 15px;
  color: var(--theme-color-white);
  font-family: "flaticon-finance";
  font-size: 36px;
  height: 90px;
  line-height: 76px;
  margin: 0 auto;
  margin-top: -45px;
  position: relative;
  text-align: center;
  width: 90px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.service-block_five .content .title {
  position: relative;
  margin-top: 25px;
  padding-bottom: 25px;
}
.service-block_five .content .title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 100px;
  height: 1px;
  opacity: 0.25;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--theme-color1);
}
.service-block_five .content .title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 50px;
  height: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--theme-color1);
}
.service-block_five .content .title a {
  color: var(--theme-color1);
}
.service-block_five .content .title a:hover {
  color: var(--theme-color3);
}
.service-block_five .content .text {
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
  padding: 0px 25px;
  position: relative;
}
@media (max-width: 575.98px) {
  .service-block_five .content .text {
    padding: 0px 0px;
  }
}

/***

====================================================================
  Service Five
====================================================================

***/
.service-five {
  position: relative;
  padding: 100px 0px 100px;
  background-color: #f5f5f5;
}
.service-five .button-box {
  margin-top: 30px;
}
.service-five .column:nth-child(2) .service-block_six .inner .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-five .column:nth-child(2) .service-block_six .inner .content .upper-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.service-five .column:nth-child(2) .service-block_six .inner .content .title {
  margin-top: 0px;
  margin-bottom: 40px;
}
.service-five .column:nth-child(2) .service-block_six .inner .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.service-block_six {
  position: relative;
  margin-bottom: 30px;
}
.service-block_six .inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 25px 25px;
  border-radius: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--theme-color-white);
}
.service-block_six .inner:hover .arrow {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.service-block_six .inner .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-block_six .inner .upper-box .more {
  position: relative;
  padding: 8px 18px;
  border-radius: 50px;
  display: inline-block;
  color: var(--theme-color1);
  text-transform: capitalize;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.service-block_six .inner .upper-box .more:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.service-block_six .inner .upper-box .arrow {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color1);
}
.service-block_six .inner .upper-box .arrow:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color3);
}
.service-block_six .inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: #ece6e1;
  -webkit-transform: scale(0.2, 1);
          transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block_six .inner:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.service-block_six .image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.service-block_six .image:before {
  opacity: 0.5;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.service-block_six .image img {
  position: relative;
  width: 100%;
  display: block;
}
.service-block_six .content {
  position: relative;
  z-index: 1;
}
.service-block_six .content .title {
  position: relative;
  margin-top: 40px;
  font-weight: 500;
  max-width: 300px;
  line-height: 34px;
}
.service-block_six .content .title a {
  color: var(--theme-color1);
}
.service-block_six .content .title a:hover {
  color: var(--theme-color3);
}

/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-one {
  position: relative;
  padding: 110px 0px 80px;
}
.contact-one .column {
  position: relative;
  margin-bottom: 30px;
}
.contact-one .auto-container {
  max-width: 1630px;
}
.contact-one .sec-title .text {
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .contact-one .sec-title .text {
    max-width: 100%;
  }
}
.contact-one .image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .contact-one .image {
    display: none;
  }
}
.contact-one .image img {
  opacity: 0.4;
}
.contact-one .form-outer {
  position: relative;
  padding: 45px 45px;
  margin-left: 80px;
  background-color: #f5f5f5;
}
@media (max-width: 1199.98px) {
  .contact-one .form-outer {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .contact-one .form-outer {
    padding: 30px 25px;
  }
}

/* Contact Form */
.contact-form {
  position: relative;
}
.contact-form .form-group {
  margin-bottom: 35px;
}
.contact-form .form-group label {
  position: relative;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  color: var(--theme-color1);
  text-transform: capitalize;
}
.contact-form .form-group:last-child {
  margin-bottom: 0px;
}
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=password],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=email],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 0px 0px 10px;
  height: 55px;
  font-weight: 400;
  color: var(--text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: var(--body-font-size);
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form .form-group input[type=text]:focus,
.contact-form .form-group input[type=password]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group input[type=email]:focus,
.contact-form .form-group select:focus {
  border-color: var(--theme-color2);
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  resize: none;
  line-height: 26px;
  padding: 0px 0px 20px;
  color: var(--text-color);
  font-size: var(--body-font-size);
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group textarea:focus {
  border-color: var(--theme-color1);
}
.contact-form button {
  margin-top: 40px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--theme-color1);
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}
.contact-form.style-two label {
  color: var(--theme-color-white);
}
.contact-form.style-two input {
  color: var(--theme-color-white) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.contact-form.style-two textarea {
  height: 110px;
  padding-top: 15px;
  color: var(--theme-color-white) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.contact-form.style-two button {
  margin-top: 15px;
  background: none;
}

/*** 

====================================================================
    Contact Two
====================================================================

***/
.contact-two {
  position: relative;
  padding: 110px 0px 80px;
  background-color: #f5f5f5;
}
.contact-two .column {
  position: relative;
  margin-bottom: 15px;
}
.contact-two .image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: inline-block;
  background-color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .contact-two .image {
    display: block;
    height: 100%;
  }
  .contact-two .image img {
    width: 100%;
  }
}
@media (max-width: 1399.98px) and (max-width: 1399.98px) {
  .contact-two .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact-two .image img {
  opacity: 0.5;
}
.contact-two .form-outer {
  position: relative;
  padding: 45px 45px;
  border-radius: 12px;
  background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .contact-two .form-outer {
    padding: 25px 25px;
  }
}
.contact-two .socials-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .contact-two .socials-box {
    display: block;
  }
}
.contact-two .socials-box a {
  position: relative;
  font-size: 18px;
  width: 100%;
  padding: 18px 20px;
  border-radius: 8px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--theme-color1);
  background-color: #ece6e1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .contact-two .socials-box a {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.contact-two .socials-box a span {
  position: absolute;
  right: 25px;
}
.contact-two .socials-box a:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}

/*** 

====================================================================
    Contact Three
====================================================================

***/
.contact-three {
  position: relative;
  padding-top: 35px;
  background-color: #f5f5f5;
}
.contact-three .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.contact-three .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 90px 0px 75px;
  background-color: var(--theme-color-white);
}
.contact-three .image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: inline-block;
  background-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .contact-three .image {
    margin-bottom: 40px;
    display: none;
  }
}
.contact-three .image img {
  opacity: 0.4;
}
.contact-three .form-outer {
  position: relative;
  padding: 45px 45px;
  margin-left: 50px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f5f5f5;
}
@media (max-width: 1199.98px) {
  .contact-three .form-outer {
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .contact-three .form-outer {
    padding: 30px 25px;
  }
}

/*** 

====================================================================
    Pricing Section
====================================================================

***/
.pricing-one {
  position: relative;
  padding: 120px 0px 90px;
}
.pricing-one .column {
  position: relative;
  margin-bottom: 30px;
}

.price-block_one {
  position: relative;
}
.price-block_one .inner {
  position: relative;
  padding: 35px 35px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .price-block_one .inner {
    padding: 20px 20px;
  }
}
.price-block_one .inner:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  -webkit-transform: scale(0.3, 1);
          transform: scale(0.3, 1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color1);
}
.price-block_one .inner:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.price-block_one .inner:hover .icon {
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.06);
}
.price-block_one .inner:hover .tag {
  color: var(--theme-color-white);
  border-color: rgba(255, 255, 255, 0.02);
  background-color: rgba(255, 255, 255, 0.06);
}
.price-block_one .inner:hover .title {
  color: var(--theme-color-white);
}
.price-block_one .inner:hover .price {
  color: var(--theme-color-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.price-block_one .inner:hover .text {
  color: var(--theme-color-white);
}
.price-block_one .inner:hover .choose-box a {
  color: var(--theme-color1);
  border-color: var(--theme-color-white);
  background-color: var(--theme-color-white);
}
.price-block_one .inner:hover .list {
  background-color: rgba(255, 255, 255, 0.04);
}
.price-block_one .inner:hover .list li {
  color: var(--theme-color-white);
}
.price-block_one .inner:hover .access-box a {
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.04);
}
.price-block_one .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-block_one .upper-box .icon {
  position: relative;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: var(--theme-color1);
  font-family: "flaticon-finance";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: rgba(18, 28, 39, 0.06);
}
.price-block_one .upper-box .tag {
  position: relative;
  padding: 8px 15px;
  color: var(--theme-color1);
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(18, 28, 39, 0.1);
}
.price-block_one .title {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color1);
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.price-block_one .price {
  position: relative;
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  margin-top: 15px;
  padding-bottom: 20px;
  color: var(--theme-color1);
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 575.98px) {
  .price-block_one .price {
    font-size: 38px;
  }
}
.price-block_one .price sub {
  position: relative;
  left: -10px;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 400;
}
.price-block_one .text {
  position: relative;
  color: #4e595d;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.price-block_one .choose-box {
  position: relative;
  margin-bottom: 25px;
}
.price-block_one .choose-box a {
  position: relative;
  padding: 12px 15px;
  text-align: center;
  display: block;
  font-size: 18px;
  color: var(--theme-color1);
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.price-block_one .choose-box a:hover {
  color: var(--theme-color1);
  border-color: var(--theme-color-white);
  background-color: var(--theme-color-white);
}
.price-block_one .list {
  position: relative;
  padding: 25px 25px;
  margin-bottom: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .price-block_one .list {
    padding: 20px 20px;
  }
}
.price-block_one .list li {
  position: relative;
  margin-bottom: 12px;
  color: #4e595d;
  padding-left: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .price-block_one .list li {
    font-size: 15px;
  }
}
.price-block_one .list li:before {
  position: absolute;
  content: "\f101";
  left: 0px;
  top: 1px;
  font-family: "Font Awesome 6 Pro";
}
.price-block_one .list li:last-child {
  margin-bottom: 0px;
}
.price-block_one .access-box {
  position: relative;
}
.price-block_one .access-box a {
  position: relative;
  padding: 14px 15px;
  text-align: center;
  display: block;
  font-size: 18px;
  color: var(--theme-color1);
  text-transform: capitalize;
  background-color: #f1eeeb;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .price-block_one .access-box a {
    font-size: 16px;
  }
}
.price-block_one .access-box a:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color3);
}

/*** 

====================================================================
    Pricing Two
====================================================================

***/
.pricing-two {
  position: relative;
  padding-top: 35px;
  background-color: #f5f5f5;
}
.pricing-two .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.pricing-two .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 85px 0px 60px;
  background-color: var(--theme-color-white);
}
.pricing-two .outer-container .inner-container .vector-one {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .pricing-two .outer-container .inner-container .vector-one {
    display: none;
  }
}
.pricing-two .outer-container .inner-container .vector-two {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .pricing-two .outer-container .inner-container .vector-two {
    display: none;
  }
}

.pricing-tabs {
  position: relative;
}
.pricing-tabs .title-column {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.pricing-tabs .tab-buttons {
  position: relative;
  text-align: center;
  display: inline-block;
}
.pricing-tabs .tab-buttons .tab-btn {
  position: relative;
  float: left;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 47px;
  cursor: pointer;
  color: var(--text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .pricing-tabs .tab-buttons .tab-btn {
    margin: 0px 10px;
    font-size: 14px;
  }
}
.pricing-tabs .tab-buttons .tab-btn:hover, .pricing-tabs .tab-buttons .tab-btn.active-btn {
  color: var(--theme-color1);
}
.pricing-tabs .tab-buttons .boll {
  position: relative;
  width: 92px;
  height: 45px;
  padding: 8px 8px;
  border-radius: 50px;
  text-align: left;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  background-color: var(--theme-color2);
}
.pricing-tabs .tab-buttons .boll .round {
  position: relative;
  width: 30px;
  height: 29px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-tabs .tab-buttons .boll .round.boll-right {
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}
.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.price-block_two {
  position: relative;
  margin-bottom: 30px;
}
.price-block_two .inner {
  position: relative;
  padding: 40px 35px;
  border-radius: 12px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .price-block_two .inner {
    padding: 20px 20px;
  }
}
.price-block_two .title {
  position: relative;
  color: #4e595d;
  font-size: 18px;
}
.price-block_two .price {
  position: relative;
  font-size: 48px;
  line-height: 1em;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 55px;
  color: var(--theme-color1);
}
.price-block_two .price sub {
  opacity: 0.9;
  font-size: 18px;
  line-height: 1em;
  font-weight: 300;
}
.price-block_two .btn-box {
  position: relative;
  padding: 13px 40px;
  border-radius: 50px;
  display: inline-block;
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .price-block_two .btn-box {
    padding: 13px 30px;
  }
}
.price-block_two .btn-box:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color3);
}
.price-block_two .price-two_list {
  position: relative;
  padding-left: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 767.98px) {
  .price-block_two .price-two_list {
    border: none;
    margin-top: 30px;
    padding-left: 0px;
  }
}
.price-block_two .price-two_list li {
  position: relative;
  margin-bottom: 15px;
  color: #4e595d;
  font-size: 18px;
  padding-left: 34px;
}
.price-block_two .price-two_list li:before {
  position: absolute;
  content: "\f00c";
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.price-block_two .price-two_list li:last-child {
  margin-bottom: 0px;
}

/*** 

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
}
.team-section .auto-container {
  max-width: 1790px;
}
.team-section .auto-container .inner-container {
  position: relative;
  padding: 70px 70px;
  background-color: #f5f5f5;
}
@media (max-width: 1399.98px) {
  .team-section .auto-container .inner-container {
    padding: 90px 20px 70px;
  }
}
.team-section .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-section .sec-title .left-box {
  max-width: 700px;
}
@media (max-width: 1199.98px) {
  .team-section .sec-title .left-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.team-section .sec-title .text {
  margin-top: 0px;
  margin-bottom: 27px;
}
@media (max-width: 1199.98px) {
  .team-section .sec-title .text br {
    display: none;
  }
}

.team-block_one {
  position: relative;
  margin-bottom: 30px;
}
.team-block_one .inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 30px 30px;
  background-color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .team-block_one .inner {
    padding: 40px 15px 30px;
  }
}
.team-block_one .inner:hover .content .title a {
  color: var(--theme-color-white);
}
.team-block_one .inner:hover .content .designation {
  color: var(--theme-color-white);
}
.team-block_one .inner:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 73px;
  height: 74px;
  z-index: 2;
  background: url(../images/icons/team-vector.png) no-repeat;
}
.team-block_one .inner:hover .member-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.team-block_one .inner:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 120%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color2)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color2));
}
.team-block_one .inner:hover::after {
  top: 60%;
  opacity: 1;
}
.team-block_one .inner .member-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate(-50%, -70%) scale(1);
          transform: translate(-50%, -70%) scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 575.98px) {
  .team-block_one .inner .member-image {
    width: 170px;
    height: 170px;
  }
}
.team-block_one .inner .content {
  position: relative;
  margin-top: 305px;
  z-index: 11;
}
.team-block_one .inner .content .title {
  position: relative;
  font-weight: 500;
}
.team-block_one .inner .content .title a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block_one .inner .content .designation {
  position: relative;
  color: #4e595d;
  font-size: 18px;
  margin-top: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-block_one .inner .content .designation {
    font-size: 14px;
  }
}
.team-block_one .inner .plus {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 48px;
  height: 48px;
  z-index: 10;
  border-radius: 6px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background-color: var(--theme-color-white);
}

/***

====================================================================
  Team Two
====================================================================

***/
.team-two {
  position: relative;
  padding: 0px 0px 0px;
  background-color: #f5f5f5;
}
.team-two .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.team-two .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 85px 0px 35px;
  background-color: var(--theme-color-white);
}
.team-two .outer-container .inner-container .column {
  margin-bottom: 30px;
}
.team-two .outer-container .title-outer {
  padding-right: 80px;
}
@media (max-width: 1199.98px) {
  .team-two .outer-container .title-outer {
    padding-right: 0px;
  }
}

.team-block_two {
  position: relative;
}
.team-block_two .inner {
  position: relative;
  text-align: center;
}
.team-block_two .inner:hover .image img {
  -webkit-transform: scale(1.04, 1.04) rotate(2deg);
          transform: scale(1.04, 1.04) rotate(2deg);
}
.team-block_two .inner:hover .image .team-socials {
  opacity: 1;
  bottom: 20px;
}
.team-block_two .inner .image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.team-block_two .inner .image:before {
  z-index: 1;
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.team-block_two .inner .image img {
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block_two .inner .image .team-socials {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -80px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block_two .inner .image .team-socials a {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 18px;
  margin: 0px 1px;
  overflow: hidden;
  line-height: 48px;
  border-radius: 12px;
  display: inline-block;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--theme-color-white);
}
.team-block_two .inner .image .team-socials a:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color3);
}
.team-block_two .inner .content {
  position: relative;
  padding-top: 30px;
}
.team-block_two .inner .content .title {
  position: relative;
}
.team-block_two .inner .content .title a {
  color: var(--theme-color1);
}
.team-block_two .inner .content .title a:hover {
  color: var(--theme-color3);
}
.team-block_two .inner .content .designation {
  position: relative;
  color: #4e595d;
  margin-top: 5px;
}

/*** 

====================================================================
    Team Three
====================================================================

***/
.team-three {
  position: relative;
  padding: 120px 0px 70px;
  background-color: #f5f5f5;
}
.team-three .sec-title {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-three .sec-title .left-box {
  max-width: 700px;
}
@media (max-width: 1199.98px) {
  .team-three .sec-title .left-box {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.team-three .sec-title .text {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 27px;
}
@media (max-width: 1199.98px) {
  .team-three .sec-title .text {
    max-width: 100%;
  }
}

.team-three .column:nth-child(2) .team-block_three {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media (max-width: 1199.98px) {
  .team-three .column:nth-child(2) .team-block_three {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.team-block_three {
  position: relative;
  margin-bottom: 30px;
}
.team-block_three .inner {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
}
.team-block_three .inner:hover .image img {
  -webkit-transform: scale(1.04, 1.04) rotate(2deg);
          transform: scale(1.04, 1.04) rotate(2deg);
}
.team-block_three .inner:hover .team-socials {
  opacity: 1;
}
.team-block_three .inner:hover .content {
  opacity: 1;
  bottom: 20px;
}
.team-block_three .inner .image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.team-block_three .inner .image:before {
  opacity: 0.8;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--theme-color1)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--theme-color1));
}
.team-block_three .inner .image img {
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block_three .inner .team-socials {
  position: relative;
  margin-top: 22px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block_three .inner .team-socials a {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 18px;
  margin: 0px 1px;
  overflow: hidden;
  line-height: 48px;
  border-radius: 8px;
  display: inline-block;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
}
.team-block_three .inner .team-socials a:hover {
  color: var(--theme-color-white);
  border-color: var(--theme-color3);
  background-color: var(--theme-color3);
}
.team-block_three .inner .content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block_three .inner .content .title {
  position: relative;
}
.team-block_three .inner .content .title a {
  color: var(--theme-color-white);
}
.team-block_three .inner .content .title a:hover {
  color: var(--theme-color3);
}
.team-block_three .inner .content .designation {
  position: relative;
  color: #e8e8e8;
  margin-top: 5px;
}

/***====================================================================
    Map Section CSS
====================================================================***/
.map-section {
  position: relative;
}

/*** 

====================================================================
    Faq Section
====================================================================

***/
.faq-section {
  position: relative;
  padding: 110px 0px 80px;
}
.faq-section .auto-container {
  max-width: 1490px;
}
.faq-section .sec-title {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-section .sec-title .left-box {
  max-width: 800px;
}
@media (max-width: 1199.98px) {
  .faq-section .sec-title .left-box {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.faq-section .sec-title .text {
  margin-top: 0px;
  margin-bottom: 27px;
}
@media (max-width: 1199.98px) {
  .faq-section .sec-title .text br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .faq-section .faq-image {
    display: none;
  }
}

/*** 

====================================================================
    Faq Two
====================================================================

***/
.faq-two {
  position: relative;
  padding: 110px 0px 80px;
  background-color: #f5f5f5;
}
.faq-two .content-outer {
  position: relative;
  padding: 30px 0px 0px 30px;
}
@media (max-width: 1199.98px) {
  .faq-two .content-outer {
    padding: 0px 0px;
  }
}
.faq-two .question-box {
  position: relative;
  padding: 35px 35px;
  border-radius: 10px;
  background-color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .faq-two .question-box {
    padding: 20px 20px;
  }
}
.faq-two .question-box .content {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 575.98px) {
  .faq-two .question-box .content {
    padding-left: 0px;
  }
}
.faq-two .question-box .content .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 85px;
  height: 85px;
  font-size: 38px;
  line-height: 85px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  color: var(--theme-color1);
  font-family: "flaticon-finance";
  background-color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .faq-two .question-box .content .icon {
    position: relative;
    margin-bottom: 20px;
  }
}
.faq-two .question-box .content .title-outer {
  position: relative;
  max-width: 350px;
}
.faq-two .question-box .content .title-outer .title {
  font-weight: 500;
  font-size: 24px;
  color: #efefef;
}
.faq-two .question-box .content .title-outer .text {
  font-size: 18px;
  margin-top: 10px;
  color: #dadada;
}
.faq-two .question-box .touch {
  position: relative;
  padding: 16px 15px;
  display: block;
  font-size: 18px;
  margin-top: 35px;
  text-align: center;
  border-radius: 8px;
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.faq-two .question-box .touch:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color3);
}

/*** 

====================================================================
    Faq Three
====================================================================

***/
.faq-three {
  position: relative;
  padding-top: 35px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.faq-three .sec-title {
  margin-bottom: 70px;
}
.faq-three .row {
  margin: 0px -50px;
}
@media (max-width: 1199.98px) {
  .faq-three .row {
    margin: 0px -15px;
  }
}
.faq-three .row .column {
  padding: 0px 50px;
}
@media (max-width: 1199.98px) {
  .faq-three .row .column {
    padding: 0px 15px;
  }
}
.faq-three .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.faq-three .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 85px 0px 60px;
  background-color: var(--theme-color-white);
}
.faq-three .outer-container .inner-container .vector-one {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .faq-three .outer-container .inner-container .vector-one {
    display: none;
  }
}
.faq-three .outer-container .inner-container .vector-two {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .faq-three .outer-container .inner-container .vector-two {
    display: none;
  }
}
.faq-three .accordion-box .acc-btn .icon-outer {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.faq-three .accordion-box .block .acc-content .content .text {
  max-width: 450px;
}
@media (max-width: 1199.98px) {
  .faq-three .accordion-box .block .acc-content .content .text {
    max-width: 100%;
  }
}

/*** 

====================================================================
    News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 120px 0px 90px;
}
@media (max-width: 991.98px) {
  .news-section {
    padding-bottom: 50px;
  }
}
.news-section .auto-container {
  max-width: 1790px;
}
.news-section .sec-title {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-section .sec-title .left-box {
  max-width: 800px;
}
@media (max-width: 1199.98px) {
  .news-section .sec-title .left-box {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.news-section .sec-title .text {
  margin-top: 0px;
  margin-bottom: 27px;
}
@media (max-width: 1199.98px) {
  .news-section .sec-title .text br {
    display: none;
  }
}

.news-block_one {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .news-block_one {
    margin-bottom: 60px;
  }
}
.news-block_one.style-two .inner .image {
  overflow: hidden;
  border-radius: 12px;
}
.news-block_one .inner {
  position: relative;
}
.news-block_one .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-block_one .upper-box .info {
  position: relative;
  gap: 15px;
  color: #4e595d;
  font-size: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.news-block_one .upper-box .info strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .news-block_one .upper-box .info strong {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .news-block_one .upper-box .info strong {
    font-size: 18px;
  }
}
.news-block_one .upper-box .date {
  position: relative;
  font-size: 18px;
  color: var(--theme-color1);
}
@media (max-width: 1399.98px) {
  .news-block_one .upper-box .date {
    font-size: 16px;
  }
}
.news-block_one .upper-box .date span {
  font-weight: normal;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .news-block_one .upper-box .date {
    display: none;
  }
}
.news-block_one .meta-options {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .news-block_one .meta-options {
    font-size: 15px;
    gap: 15px;
  }
}
.news-block_one .meta-options li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 16px;
  color: var(--text-color);
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .news-block_one .meta-options li {
    text-transform: capitalize;
  }
}
.news-block_one .image {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-color1);
}
.news-block_one .image img {
  opacity: 0.5;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block_one:hover .image img {
  -webkit-transform: scale(1.06, 1.06);
          transform: scale(1.06, 1.06);
}
.news-block_one .content {
  position: relative;
  margin-top: 30px;
}
.news-block_one .content .title {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .news-block_one .content .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.news-block_one .content .title a {
  color: var(--theme-color1);
}
.news-block_one .content .title a:hover {
  color: var(--theme-color3);
}
.news-block_one .content .text {
  color: #2a333d;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .news-block_one .content .text {
    font-size: 16px;
  }
}
.news-block_one .content .read-more {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-top: 25px;
  display: block;
  color: var(--theme-color1);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.news-block_one .content .read-more:hover::before {
  width: 100%;
}
.news-block_one .content .read-more:hover span {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.news-block_one .content .read-more::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -1px;
  width: 120px;
  height: 1px;
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block_one .content .read-more span {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  background-color: #e8e9ea;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    News Two
====================================================================

***/
.news-two {
  position: relative;
  padding: 120px 0px 90px;
  background-color: #f5f5f5;
}
.news-two .sec-title {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-two .sec-title .left-box {
  max-width: 800px;
}
@media (max-width: 1199.98px) {
  .news-two .sec-title .left-box {
    margin-bottom: 20px;
  }
}
.news-two .sec-title .text {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 27px;
}
@media (max-width: 1199.98px) {
  .news-two .sec-title .text {
    max-width: 100%;
  }
}

.news-block_two {
  position: relative;
  margin-bottom: 30px;
}
.news-block_two .inner {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  border-radius: 12px;
  background-color: #ece6e1;
}
@media (max-width: 767.98px) {
  .news-block_two .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-block_two .inner:hover .image-box img {
  -webkit-transform: scale(1.04, 1.04) rotate(2deg);
          transform: scale(1.04, 1.04) rotate(2deg);
}
.news-block_two .image-box {
  width: 198px;
  min-width: 198px;
  border-radius: 12px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .news-block_two .image-box {
    width: 100%;
    display: none;
  }
}
.news-block_two .image-box::before {
  opacity: 0.3;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.news-block_two .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block_two .content-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 20px 20px;
  border-radius: 12px;
  background-color: var(--theme-color-white);
}
@media (max-width: 1199.98px) {
  .news-block_two .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .news-block_two .content-box {
    width: 100%;
  }
}
.news-block_two .content-box .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-block_two .content-box .info {
  position: relative;
  gap: 15px;
  color: #4e595d;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.news-block_two .content-box .info .author-image {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50px;
}
.news-block_two .content-box .info strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
}
.news-block_two .content-box .date {
  position: relative;
  font-size: 16px;
  color: var(--theme-color1);
}
.news-block_two .content-box .date span {
  font-weight: normal;
  margin-right: 5px;
}
.news-block_two .content-box .title {
  position: relative;
  margin-top: 25px;
}
.news-block_two .content-box .title a {
  color: var(--theme-color1);
}
.news-block_two .content-box .title a:hover {
  color: var(--theme-color3);
}
.news-block_two .content-box .text {
  position: relative;
  margin-top: 10px;
  color: #2a333d;
  margin-bottom: 20px;
}
.news-block_two .content-box .read-more {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  display: block;
  color: var(--theme-color1);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.news-block_two .content-box .read-more:hover::before {
  width: 100%;
}
.news-block_two .content-box .read-more:hover span {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.news-block_two .content-box .read-more::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -1px;
  width: 120px;
  height: 1px;
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block_two .content-box .read-more span {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  background-color: #e8e9ea;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  overflow: hidden;
  padding: 110px 0px 0px;
  background-color: var(--theme-color1);
  /* Newsletter Box */
}
.main-footer .auto-container {
  max-width: 1630px;
}
.main-footer .vector-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
.main-footer .vector-2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
.main-footer .footer-title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--theme-color-white);
}
.main-footer .footer-title:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100px;
  background-color: var(--theme-color-white);
}
.main-footer .footer-title:after {
  position: absolute;
  content: "";
  left: 15%;
  bottom: 0px;
  width: 30px;
  height: 3px;
  border-left: 8px solid var(--theme-color1);
  background-color: var(--theme-color-white);
  border-right: 8px solid var(--theme-color1);
}
.main-footer .widgets-section {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .main-footer .widgets-section {
    padding-bottom: 40px;
  }
}
.main-footer .widgets-section .column {
  position: relative;
  margin-bottom: 30px;
}
.main-footer .widgets-section .footer-logo {
  position: relative;
  margin-bottom: 60px;
}
.main-footer .widgets-section .info-outer {
  position: relative;
  padding-left: 280px;
}
@media (max-width: 1399.98px) {
  .main-footer .widgets-section .info-outer {
    padding-left: 0px;
  }
}
.main-footer .widgets-section .info-outer .big-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1em;
}
@media (max-width: 1399.98px) {
  .main-footer .widgets-section .info-outer .big-arrow {
    display: none;
  }
}
.main-footer .widgets-section .footer-info_list {
  position: relative;
  margin-right: 25px;
}
@media (max-width: 1199.98px) {
  .main-footer .widgets-section .footer-info_list {
    margin-right: 0px;
    margin-bottom: 35px;
  }
}
.main-footer .widgets-section .footer-info_list li {
  position: relative;
  color: #c4c7cb;
  font-size: 16px;
  padding-right: 50px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1199.98px) {
  .main-footer .widgets-section .footer-info_list li {
    padding-right: 0px;
  }
}
.main-footer .widgets-section .footer-info_list li a {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
  text-transform: capitalize;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer .widgets-section .footer-info_list li a:hover {
  color: var(--theme-color3);
}
.main-footer .widgets-section .footer-info_list li a.phone {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 1599.98px) {
  .main-footer .widgets-section .footer-info_list li a.phone {
    font-size: 26px;
    font-weight: 400;
  }
}
.main-footer .widgets-section .footer-info_list li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.main-footer .widgets-section .lists-outer {
  position: relative;
  padding-left: 100px;
  margin-left: -50px;
}
@media (max-width: 767.98px) {
  .main-footer .widgets-section .lists-outer .inner-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 1599.98px) {
  .main-footer .widgets-section .lists-outer {
    padding: 0px;
    margin: 0px;
  }
  .main-footer .widgets-section .lists-outer:before {
    display: none;
  }
}
.main-footer .widgets-section .lists-outer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -110px;
  bottom: 0px;
  width: 1px;
  height: 165%;
  opacity: 0.08;
  background-color: var(--theme-color-white);
}
.main-footer .widgets-section .footer-list {
  position: relative;
}
.main-footer .widgets-section .footer-list li {
  margin-bottom: 15px;
}
.main-footer .widgets-section .footer-list li a {
  position: relative;
  color: #c4c7cb;
  font-size: 18px;
  padding-left: 22px;
  text-transform: capitalize;
}
.main-footer .widgets-section .footer-list li a:before {
  position: absolute;
  content: "\f101";
  left: 0px;
  top: 4px;
  font-size: 16px;
  line-height: 1em;
  font-family: "Font Awesome 6 Pro";
}
.main-footer .widgets-section .footer-list li a:hover {
  color: var(--theme-color3);
}
.main-footer .widgets-section .footer-list li:last-child {
  margin-bottom: 0px;
}
.main-footer .widgets-section .newsletter-text {
  position: relative;
  font-size: 17px;
  width: 288px;
  color: #c4c7cb;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1599.98px) {
  .main-footer .widgets-section .newsletter-text {
    width: 100%;
  }
}
.main-footer .newsletter-box {
  position: relative;
}
.main-footer .newsletter-box .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}
.main-footer .newsletter-box .form-group input[type=text],
.main-footer .newsletter-box .form-group input[type=email] {
  position: relative;
  line-height: 43px;
  display: block;
  height: 56px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 10px 25px;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .newsletter-box .form-group button {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #29323c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer .newsletter-box .form-group button:hover {
  color: white;
  background-color: var(--theme-color3);
}
.main-footer .footer-email {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .main-footer .footer-email {
    font-size: 16px;
    font-weight: normal;
  }
}
.main-footer .footer-email span {
  font-weight: normal;
  margin-right: 5px;
}
.main-footer .footer-email:hover {
  color: var(--theme-color3);
}
.main-footer .footer-bottom {
  position: relative;
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.main-footer .footer-bottom .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer .footer-bottom .copyright {
  font-size: 18px;
  color: var(--theme-color-white);
}
@media (max-width: 991.98px) {
  .main-footer .footer-bottom .copyright {
    margin-bottom: 15px;
  }
}
.main-footer .footer-bottom .footer_socials {
  position: relative;
}
.main-footer .footer-bottom .footer_socials a {
  position: relative;
  font-size: 18px;
  padding: 8px 22px;
  border-radius: 50px;
  display: inline-block;
  color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1199.98px) {
  .main-footer .footer-bottom .footer_socials a {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .main-footer .footer-bottom .footer_socials a {
    margin: 5px;
  }
}
.main-footer .footer-bottom .footer_socials a span {
  position: relative;
  margin-right: 5px;
}
.main-footer .footer-bottom .footer_socials a:hover {
  color: var(--theme-color1);
  border-color: var(--theme-color3);
  background-color: var(--theme-color3);
}
.main-footer .footer-navs {
  position: relative;
  margin-top: 35px;
}
.main-footer .footer-navs li {
  position: relative;
  margin-right: 25px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .main-footer .footer-navs li {
    margin-right: 15px;
  }
}
.main-footer .footer-navs li a {
  position: relative;
  color: #f0f2f4;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .main-footer .footer-navs li a {
    font-size: 16px;
  }
}
.main-footer .footer-navs li a:hover {
  color: var(--theme-color3);
}
.main-footer .footer-navs li:last-child {
  margin-right: 0px;
}
.main-footer .bold-text {
  position: relative;
  font-size: 26px;
  max-width: 550px;
  line-height: 36px;
  margin-bottom: 80px;
  color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .main-footer .bold-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
}
.main-footer.style-two .widgets-section {
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .main-footer.style-two .widgets-section {
    padding-bottom: 0px;
  }
}
.main-footer.style-two .widgets-section .lists-outer {
  padding: 0px 0px;
  margin: 0px 0px;
}
.main-footer.style-two .widgets-section .lists-outer::before {
  display: none;
}
.main-footer.style-two .inner-column {
  position: relative;
  margin-bottom: 60px;
}
.main-footer.style-two .newsletter-box {
  max-width: 530px;
}
.main-footer.style-two .newsletter-box .newsletter-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--theme-color-white);
}
@media (max-width: 991.98px) {
  .main-footer.style-two .newsletter-box {
    max-width: 100%;
  }
}
.main-footer.style-two .info-outer {
  padding-left: 0px;
}
.main-footer.style-two .social-icons {
  position: relative;
}
.main-footer.style-two .social-icons .share {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--theme-color-white);
}
.main-footer.style-two .social-icons li {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
.main-footer.style-two .social-icons li a {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.05);
}
.main-footer.style-two .social-icons li a:hover {
  background-color: var(--theme-color3);
}
.main-footer.style-two .footer-bottom .inner-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/***

==================================================================
	Footer Style Two
==================================================================

***/
.footer-style_two {
  position: relative;
  overflow: hidden;
  padding: 110px 0px 0px;
  background-color: var(--theme-color1);
  /* Newsletter Box */
}
.footer-style_two .circle {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 141px;
  height: 426px;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .footer-style_two .circle {
    display: none;
  }
}
.footer-style_two .circle-one {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 46%;
  border-radius: 0px 0px 0px 95%;
  background-color: rgba(255, 255, 255, 0.03);
}
@media (max-width: 991.98px) {
  .footer-style_two .circle-one {
    display: none;
  }
}
.footer-style_two .circle-two {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 54%;
  border-radius: 0px 0px 95% 0px;
  background-color: rgba(255, 255, 255, 0.015);
}
@media (max-width: 991.98px) {
  .footer-style_two .circle-two {
    display: none;
  }
}
.footer-style_two .vector-1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 92px;
  height: 92px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .footer-style_two .vector-1 {
    display: none;
  }
}
.footer-style_two .vector-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 92px;
  height: 92px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .footer-style_two .vector-2 {
    display: none;
  }
}
.footer-style_two .auto-container {
  max-width: 1530px;
}
.footer-style_two .footer-title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--theme-color-white);
}
.footer-style_two .footer-title:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100px;
  background-color: var(--theme-color-white);
}
.footer-style_two .footer-title:after {
  position: absolute;
  content: "";
  left: 50px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  border-left: 8px solid var(--theme-color1);
  background-color: var(--theme-color-white);
  border-right: 8px solid var(--theme-color1);
}
.footer-style_two .widgets-section {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .footer-style_two .widgets-section {
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .footer-style_two .widgets-section {
    padding-bottom: 80px;
  }
}
.footer-style_two .widgets-section > .row {
  margin: 0px -70px;
}
@media (max-width: 1199.98px) {
  .footer-style_two .widgets-section > .row {
    margin: 0px -15px;
  }
}
.footer-style_two .widgets-section > .row .big-column {
  padding: 0px 70px;
}
@media (max-width: 1199.98px) {
  .footer-style_two .widgets-section > .row .big-column {
    padding: 0px 15px;
  }
}
.footer-style_two .widgets-section .column {
  position: relative;
  margin-bottom: 30px;
}
.footer-style_two .widgets-section .logo {
  margin-bottom: 70px;
}
.footer-style_two .links-widget {
  position: relative;
  margin-bottom: 60px;
}
.footer-style_two .footer-list {
  position: relative;
}
.footer-style_two .footer-list li {
  margin-bottom: 15px;
}
.footer-style_two .footer-list li a {
  position: relative;
  color: #f0f2f4;
  font-size: 18px;
  padding-left: 22px;
  text-transform: capitalize;
}
.footer-style_two .footer-list li a:before {
  position: absolute;
  content: "\f101";
  left: 0px;
  top: 1px;
  line-height: 1em;
  font-family: "Font Awesome 6 Pro";
}
.footer-style_two .footer-list li a:hover {
  color: var(--theme-color3);
}
.footer-style_two .footer-list li:last-child {
  margin-bottom: 0px;
}
.footer-style_two .newsletter-box {
  position: relative;
  margin-bottom: 70px;
}
.footer-style_two .newsletter-box .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}
.footer-style_two .newsletter-box .form-group input[type=text],
.footer-style_two .newsletter-box .form-group input[type=email] {
  position: relative;
  line-height: 43px;
  display: block;
  height: 56px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border-radius: 12px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 10px 25px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
}
.footer-style_two .newsletter-box .form-group button {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: white;
}
.footer-style_two .newsletter-box .form-group button:hover {
  color: white;
  background-color: var(--theme-color3);
}
.footer-style_two .footer-info_list {
  position: relative;
  margin-right: 25px;
}
@media (max-width: 1399.98px) {
  .footer-style_two .footer-info_list {
    margin-right: 0px;
  }
}
.footer-style_two .footer-info_list li {
  position: relative;
  color: #ece6e1;
  font-size: 16px;
  padding-right: 50px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-style_two .footer-info_list li a {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-style_two .footer-info_list li a:hover {
  color: var(--theme-color3);
}
.footer-style_two .footer-info_list li a.phone {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .footer-style_two .footer-info_list li a.phone {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .footer-style_two .footer-info_list li a.phone {
    font-size: 22px;
  }
}
.footer-style_two .footer-info_list li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-style_two .social-icons {
  position: relative;
}
.footer-style_two .social-icons .share {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--theme-color-white);
}
.footer-style_two .social-icons li {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
@media (max-width: 1399.98px) {
  .footer-style_two .social-icons li {
    margin-right: 0px;
  }
}
.footer-style_two .social-icons li:last-child {
  margin-right: 0px;
}
.footer-style_two .social-icons li a {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: var(--theme-color-white);
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1399.98px) {
  .footer-style_two .social-icons li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
.footer-style_two .social-icons li a:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.footer-style_two .footer-bottom {
  position: relative;
  padding: 33px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-style_two .footer-bottom .inner-container {
  position: relative;
  text-align: center;
}
.footer-style_two .footer-bottom .copyright {
  font-size: 18px;
  color: var(--theme-color-white);
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-one {
  position: relative;
}
.testimonial-one .single-item-pagination {
  position: relative;
  margin-top: 45px;
}
.testimonial-one .single-item-pagination .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 1;
  z-index: 1;
  margin-right: 6px;
  border-radius: 50px;
  background-color: #d9d9d9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonial-one .single-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--theme-color1);
}
.testimonial-one .auto-container {
  position: relative;
  max-width: 1760px;
}
.testimonial-one .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-attachment: fixed;
}
.testimonial-one .bg-image:before {
  content: "";
  z-index: 1;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.testimonial-one .inner-container {
  position: relative;
  padding: 70px 70px 70px;
}
@media (max-width: 991.98px) {
  .testimonial-one .inner-container {
    padding: 70px 0px 70px;
  }
}
.testimonial-one .carousel-outer {
  position: relative;
  max-width: 570px;
  width: 100%;
  z-index: 2;
  padding: 30px 40px 40px;
  background-color: var(--theme-color-white);
}
@media (max-width: 767.98px) {
  .testimonial-one .carousel-outer {
    max-width: 100%;
    padding: 25px 25px;
  }
}
.testimonial-one .carousel-outer .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-one .carousel-outer .upper-box .title {
  position: relative;
  font-size: 26px;
  padding-bottom: 15px;
  color: var(--theme-color1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .testimonial-one .carousel-outer .upper-box .title {
    font-size: 18px;
  }
}
.testimonial-one .carousel-outer .upper-box .quote {
  position: relative;
}
@media (max-width: 575.98px) {
  .testimonial-one .carousel-outer .upper-box .quote {
    display: none;
  }
}
.testimonial-one .total-reviews {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-one .total-reviews .reviews-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color1);
}
.testimonial-one .total-reviews .reviews-inner .stars {
  position: relative;
  color: #e52421;
  display: inline-block;
}
.testimonial-one .total-reviews .reviews-inner .totals {
  position: relative;
  font-weight: 300;
  color: #4e595d;
  margin-top: 4px;
}
@media (max-width: 575.98px) {
  .testimonial-one .total-reviews .reviews-inner .totals {
    font-size: 14px;
  }
}

.testimonial-block_one {
  position: relative;
}
.testimonial-block_one .inner {
  position: relative;
}
.testimonial-block_one .inner .text {
  font-size: 28px;
  line-height: 40px;
  color: #4e595d;
  margin-bottom: 30px;
}
.testimonial-block_one .inner .text span {
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .testimonial-block_one .inner .text {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-block_one .inner .info {
  position: relative;
  gap: 15px;
  color: #4e595d;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 575.98px) {
  .testimonial-block_one .inner .info {
    font-size: 14px;
  }
}
.testimonial-block_one .inner .info strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--theme-color1);
}

/*** 

====================================================================
    Testimonial Two
====================================================================

***/
.testimonial-two {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.testimonial-two .circle {
  position: absolute;
  right: 0px;
  top: 300px;
  width: 233px;
  height: 472px;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (max-width: 1399.98px) {
  .testimonial-two .circle {
    display: none;
  }
}
.testimonial-two .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.testimonial-two .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 90px 0px 90px;
  background-color: var(--theme-color1);
}
.testimonial-two .outer-container .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-two .outer-container .sec-title h2 {
  max-width: 600px;
}
@media (max-width: 991.98px) {
  .testimonial-two .outer-container .sec-title .left-box {
    margin-bottom: 30px;
  }
}
.testimonial-two .clients-box {
  position: relative;
  padding-top: 70px;
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.testimonial-two .clients-box .client-title {
  position: relative;
  margin-bottom: 50px;
  color: var(--theme-color-white);
}
.testimonial-two .clients-box .image img {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-two .clients-box .image img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.testimonial-block_two {
  position: relative;
}
.testimonial-block_two .inner {
  position: relative;
}
.testimonial-block_two .inner .column {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-block_two .inner .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .testimonial-block_two .inner .image-box {
    display: none;
  }
}
.testimonial-block_two .inner .image-box::before {
  content: "";
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.testimonial-block_two .inner .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.testimonial-block_two .inner .upper-box .rating {
  position: relative;
  color: #e8e8e8;
  font-size: 18px;
  padding-left: 145px;
}
@media (max-width: 575.98px) {
  .testimonial-block_two .inner .upper-box .rating {
    padding-left: 0px;
  }
}
.testimonial-block_two .inner .upper-box .rating .stars {
  color: #e52421;
  margin-bottom: 5px;
}
.testimonial-block_two .inner .upper-box .rating strong {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .testimonial-block_two .inner .upper-box .rating strong {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
}
.testimonial-block_two .inner .upper-box .upper-text {
  position: relative;
  color: #e8e8e8;
  font-size: 18px;
  line-height: 30px;
  max-width: 368px;
}
@media (max-width: 1199.98px) {
  .testimonial-block_two .inner .upper-box .upper-text {
    max-width: 100%;
    margin-top: 15px;
  }
}
.testimonial-block_two .inner .text {
  position: relative;
  font-size: 28px;
  line-height: 44px;
  padding-right: 40px;
  margin-bottom: 40px;
  color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .testimonial-block_two .inner .text br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-block_two .inner .text {
    font-size: 20px;
    line-height: 34px;
    padding-right: 0px;
  }
}
.testimonial-block_two .inner .info {
  position: relative;
  gap: 15px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #e8e8e8;
}
.testimonial-block_two .inner .info strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--theme-color-white);
}

/*** 

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

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-black);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-white);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-black);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-black);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

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

***/
.sec-title {
  position: relative;
  margin-bottom: 40px;
}
.sec-title .sub-title {
  position: relative;
  color: #2a333d;
  margin-bottom: 15px;
  letter-spacing: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: var(--h6-font-size);
}
@media (max-width: 575.98px) {
  .sec-title .sub-title {
    letter-spacing: 0px;
    font-size: 16px;
  }
}
.sec-title h2 {
  position: relative;
  display: block;
  margin-bottom: 0;
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .sec-title h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .sec-title h2 br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.sec-title .text {
  position: relative;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color2);
}
@media (max-width: 767.98px) {
  .sec-title .text br {
    display: none;
  }
}
.sec-title.light .sub-title,
.sec-title.light h2 {
  color: var(--theme-color-white);
}
.sec-title.light .text {
  color: var(--theme-color-white);
}
.sec-title.centered {
  text-align: center;
}

/*** 

====================================================================
  Section Title Two
====================================================================

***/
.sec-title_two {
  position: relative;
  margin-bottom: 50px;
}
.sec-title_two .sub-title {
  position: relative;
  font-size: 16px;
  padding-left: 130px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--theme-color2);
  font-size: var(--small-font-size);
}
@media (max-width: 575.98px) {
  .sec-title_two .sub-title {
    padding-left: 0px;
    font-size: 14px;
  }
}
.sec-title_two .sub-title.style-two {
  padding: 0px;
}
.sec-title_two .sub-title.style-two::before {
  display: none;
}
.sec-title_two .sub-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 9px;
  width: 100px;
  height: 1px;
  background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
  .sec-title_two .sub-title:before {
    display: none;
  }
}
.sec-title_two .title {
  margin-top: 15px;
  color: var(--theme-color2);
}
@media (max-width: 991.98px) {
  .sec-title_two .title {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 767.98px) {
  .sec-title_two .title {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .sec-title_two .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.sec-title_two .text {
  font-size: 22px;
  line-height: 32px;
  margin-top: 30px;
  color: var(--text-color);
}
@media (max-width: 767.98px) {
  .sec-title_two .text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .sec-title_two .text {
    font-size: 16px;
    line-height: 26px;
  }
  .sec-title_two .text br {
    display: none;
  }
}
.sec-title_two.light .sub-title,
.sec-title_two.light h1 {
  color: var(--theme-color-white);
}
.sec-title_two.light .text {
  color: var(--theme-color-white);
}
.sec-title_two.light .sub-title:before {
  background-color: var(--theme-color-white);
}
.sec-title_two.centered {
  text-align: center;
}

.text_invert > div {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(18, 28, 39)), color-stop(50%, rgb(89, 96, 104)));
  background-image: linear-gradient(to right, rgb(18, 28, 39) 50%, rgb(89, 96, 104) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-light > div {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(184, 187, 190)));
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(184, 187, 190) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/*** 

====================================================================
    Business Action
====================================================================

***/
.business-section {
  position: relative;
}
.business-section .vector-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .business-section .vector-1 {
    display: none;
  }
}
.business-section .vector-2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .business-section .vector-2 {
    display: none;
  }
}
.business-section .vector-3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .business-section .vector-3 {
    display: none;
  }
}
.business-section .vector-4 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .business-section .vector-4 {
    display: none;
  }
}
.business-section .auto-container {
  max-width: 1790px;
}
.business-section .inner-container {
  position: relative;
  padding: 95px 70px;
  background-color: #f5f5f5;
}
@media (max-width: 1599.98px) {
  .business-section .inner-container {
    padding: 90px 30px;
  }
}
@media (max-width: 575.98px) {
  .business-section .inner-container {
    padding: 90px 20px;
  }
}
.business-section .inner-container .lower-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-section .blocks-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-section .blocks-outer .business-block_one {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.business-section .blocks-outer .business-block_one:nth-child(-n+5) {
  width: calc((100% - 120px) / 5);
}
@media (max-width: 1599.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(-n+5) {
    width: 25%;
  }
}
@media (max-width: 1199.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(-n+5) {
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(-n+5) {
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(-n+5) {
    width: 100%;
  }
}
.business-section .blocks-outer .business-block_one:nth-child(n+6):nth-child(-n+9) {
  width: calc((100% - 390px) / 4);
}
@media (max-width: 1599.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(n+6):nth-child(-n+9) {
    width: 25%;
  }
}
@media (max-width: 1199.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(n+6):nth-child(-n+9) {
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(n+6):nth-child(-n+9) {
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(n+6):nth-child(-n+9) {
    width: 100%;
  }
}
.business-section .blocks-outer .business-block_one:nth-child(n+10) {
  width: calc((100% - 660px) / 3);
}
@media (max-width: 1599.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(n+10) {
    width: 25%;
  }
}
@media (max-width: 1199.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(n+10) {
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(n+10) {
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .business-section .blocks-outer .business-block_one:nth-child(n+10) {
    width: 100%;
  }
}

.business-block_one {
  position: relative;
}
.business-block_one .inner {
  position: relative;
  padding: 12px 12px;
  border-radius: 6px;
  border: 1px solid #ece6e1;
}
.business-block_one .inner:hover .image img {
  -webkit-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}
.business-block_one .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-block_one .content .image {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.business-block_one .content .image:before {
  content: "";
  z-index: 1;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.business-block_one .content .image img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.business-block_one .content .title {
  position: relative;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-word;
}
@media (max-width: 575.98px) {
  .business-block_one .content .title {
    font-size: 18px;
  }
}
.business-block_one .content .title a {
  color: var(--theme-color1);
}
.business-block_one .content .title a:hover {
  color: var(--theme-color3);
}

/*** 

====================================================================
    Business Two
====================================================================

***/
.business-two {
  position: relative;
  padding: 0px 0px 0px;
  background-color: #f5f5f5;
}
.business-two .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.business-two .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 85px 0px 50px;
  background-color: var(--theme-color-white);
}
.business-two .outer-container .inner-container .column {
  margin-bottom: 30px;
}
.business-two .outer-container .upper-title-box .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business-two .outer-container .upper-title-box .sec-title .right-box {
  max-width: 485px;
}
@media (max-width: 1199.98px) {
  .business-two .outer-container .upper-title-box .sec-title .right-box {
    max-width: 100%;
  }
}
.business-two .lower-box {
  position: relative;
  padding-top: 80px;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.business-two .lower-box .sec-title .text {
  max-width: 600px;
}
.business-two .lower-box .list {
  position: relative;
}
@media (max-width: 575.98px) {
  .business-two .lower-box .list {
    margin-bottom: 15px;
  }
}
.business-two .lower-box .list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  font-size: 18px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.business-two .lower-box .list li:before {
  position: absolute;
  content: "\f101";
  left: 0px;
  top: -1px;
  font-family: "Font Awesome 6 Pro";
}
.business-two .lower-box .list li:last-child {
  margin-bottom: 0px;
}
.business-two .image-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.business-two .image-box:before {
  z-index: 1;
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.business-two .image-box img {
  width: 100%;
  display: block;
}

.business-block_two {
  position: relative;
}
.business-block_two .inner {
  position: relative;
  padding: 35px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .business-block_two .inner {
    padding: 25px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business-block_two .inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
          transform: scale(1, 0.3);
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.business-block_two .inner:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.business-block_two .inner:hover .icon {
  color: var(--theme-color1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: var(--theme-color-white);
}
.business-block_two .inner:hover .title,
.business-block_two .inner:hover .text {
  color: var(--theme-color-white);
}
.business-block_two .inner .icon {
  position: relative;
  width: 60px;
  height: 60px;
  font-size: 26px;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  font-family: "flaticon-finance";
  color: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme-color1);
}
.business-block_two .inner .title {
  color: var(--theme-color1);
}
.business-block_two .inner .text {
  position: relative;
  margin-top: 12px;
  font-size: 18px;
  line-height: 32px;
  color: #4e595d;
  max-width: 250px;
}

/*** 

====================================================================
    Case Section
====================================================================

***/
.case-one {
  position: relative;
  padding: 110px 0px 90px;
  background-color: #f5f5f5;
}
.case-one .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-one .sec-title .left-box {
  max-width: 800px;
}
@media (max-width: 1199.98px) {
  .case-one .sec-title .left-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.case-one .sec-title .text {
  max-width: 355px;
  margin-top: 0px;
  margin-bottom: 27px;
}
@media (max-width: 1199.98px) {
  .case-one .sec-title .text {
    max-width: 100%;
  }
}

.case-block_one {
  position: relative;
  margin-bottom: 25px;
}
.case-block_one .inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.case-block_one .inner:hover .image-box img {
  -webkit-transform: scale(1.05, 1.05) rotate(1deg);
          transform: scale(1.05, 1.05) rotate(1deg);
}
.case-block_one .inner .image-box {
  position: relative;
}
.case-block_one .inner .image-box img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1199.98px) {
  .case-block_one .inner .image-box img {
    min-height: 590px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .case-block_one .inner .image-box img {
    min-height: 450px;
    max-height: 450px;
  }
}
@media (max-width: 575.98px) {
  .case-block_one .inner .image-box img {
    min-height: 350px;
    max-height: 350px;
  }
}
.case-block_one .inner .image-box:before {
  opacity: 0.5;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}
.case-block_one .inner .content-outer {
  position: absolute;
  left: 20px;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 25px 25px;
  background-color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .case-block_one .inner .content-outer {
    padding: 15px 20px;
  }
}
@media (max-width: 575.98px) {
  .case-block_one .inner .content-outer .content .title {
    font-size: 18px;
  }
}
.case-block_one .inner .content-outer .content .title a {
  color: var(--theme-color1);
}
.case-block_one .inner .content-outer .content .title a:hover {
  color: var(--theme-color3);
}
.case-block_one .inner .content-outer .content .text {
  font-size: 18px;
  margin-top: 6px;
}
@media (max-width: 575.98px) {
  .case-block_one .inner .content-outer .content .text {
    display: none;
  }
}
.case-block_one .inner .content-outer .arrow {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 12px;
  color: var(--theme-color1);
  background-color: #e8e9ea;
}
.case-block_one .inner .content-outer .arrow:before {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.case-block_one .inner .content-outer .arrow:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .case-block_one .inner .content-outer .arrow {
    display: none;
  }
}

/*** 

====================================================================
  Process Section
====================================================================

***/
.process-one {
  position: relative;
  overflow: hidden;
  padding: 120px 0px 90px;
}
.process-one .sec-title {
  max-width: 500px;
}
@media (max-width: 1199.98px) {
  .process-one .sec-title {
    max-width: 100%;
  }
}
.process-one .auto-container {
  max-width: 1630px;
}
.process-one .process-content {
  position: relative;
  padding: 30px 40px;
  margin-top: 70px;
  z-index: 2;
  margin-right: -600px;
  background-color: #f5f5f5;
}
@media (max-width: 1599.98px) {
  .process-one .process-content {
    margin-right: -570px;
  }
}
@media (max-width: 1399.98px) {
  .process-one .process-content {
    padding: 25px 25px 25px;
  }
}
@media (max-width: 1399.98px) {
  .process-one .process-content {
    margin-right: 0px;
  }
}
@media (max-width: 1399.98px) {
  .process-one .process-content {
    padding: 25px 25px 25px;
  }
}
@media (max-width: 1199.98px) {
  .process-one .process-content {
    padding: 25px 25px 0px;
  }
}
@media (max-width: 575.98px) {
  .process-one .process-content {
    padding: 15px 15px 0px;
  }
}
.process-one .image-box {
  position: relative;
  margin-top: -325px;
  margin-left: 50px;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .process-one .image-box {
    margin-top: 50px;
    margin-left: 0px;
    display: none;
  }
}
@media (max-width: 991.98px) {
  .process-one .image-box {
    display: none;
  }
}
.process-one .image-box img {
  width: 100%;
  display: block;
}
.process-one .image-box:before {
  opacity: 0.6;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}

.process-block_one {
  position: relative;
}
@media (max-width: 1199.98px) {
  .process-block_one {
    margin-bottom: 30px;
  }
}
.process-block_one .inner {
  position: relative;
  padding: 30px 30px;
  overflow: hidden;
  background-color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .process-block_one .inner {
    padding: 30px 25px;
  }
}
.process-block_one .inner:hover .number {
  opacity: 1;
}
.process-block_one .inner:hover .content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.process-block_one .inner:hover .more {
  opacity: 1;
}
.process-block_one .inner .number {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  color: #4e595d;
  opacity: 0.2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block_one .content {
  position: relative;
  margin-top: 70px;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block_one .content .title {
  position: relative;
}
.process-block_one .content .title a {
  position: relative;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block_one .content .title a:hover {
  color: var(--theme-color3);
}
.process-block_one .content .text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-top: 12px;
  color: var(--text-color);
}
@media (max-width: 575.98px) {
  .process-block_one .content .text {
    font-size: 15px;
    line-height: 26px;
  }
}
.process-block_one .content .more {
  position: relative;
  display: block;
  opacity: 0;
  font-size: 18px;
  margin-top: 30px;
  padding: 15px 15px;
  text-align: center;
  text-transform: capitalize;
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block_one .content .more:hover {
  background-color: var(--theme-color2);
}

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

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

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

====================================================================
  Consult Section
====================================================================

***/
.counter-blocks {
  position: relative;
}
.counter-blocks .column:nth-child(2) .counter-block .inner {
  background-color: var(--theme-color1);
}
.counter-blocks .column:nth-child(2) .counter-block .inner .count-box {
  color: var(--theme-color-white);
}
.counter-blocks .column:nth-child(2) .counter-block .inner .text {
  color: #e8e8e8;
}
.counter-blocks .column:nth-child(2) .counter-block .inner .sub-title {
  color: var(--theme-color-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.counter-blocks .column:nth-child(4) .counter-block .inner {
  background-color: #4e595d;
}
.counter-blocks .column:nth-child(4) .counter-block .inner .count-box {
  color: var(--theme-color-white);
}
.counter-blocks .column:nth-child(4) .counter-block .inner .text {
  color: #e8e8e8;
}
.counter-blocks .column:nth-child(4) .counter-block .inner .sub-title {
  color: var(--theme-color-white);
  border-color: rgba(255, 255, 255, 0.1);
}

.counter-block {
  position: relative;
  margin-bottom: 30px;
}
.counter-block .inner {
  position: relative;
  padding: 40px 40px;
  background-color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .counter-block .inner {
    padding: 25px 25px;
  }
}
.counter-block .inner .count-box {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .counter-block .inner .count-box {
    font-size: 50px;
  }
}
.counter-block .inner .text {
  color: #2a333d;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .counter-block .inner .text {
    font-size: 16px;
  }
}
.counter-block .inner .sub-title {
  color: #2a333d;
  font-size: 18px;
  margin-top: 155px;
  padding-top: 25px;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/***

====================================================================
  Facts Two
====================================================================

***/
.facts-two {
  position: relative;
  padding: 0px 0px 0px;
  background-color: #f5f5f5;
}
.facts-two .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.facts-two .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 85px 0px 50px;
  background-color: var(--theme-color-white);
}
@media (max-width: 991.98px) {
  .facts-two .outer-container .inner-container {
    padding: 85px 20px 50px;
  }
}
@media (max-width: 991.98px) {
  .facts-two .outer-container .inner-container {
    padding: 75px 10px 50px;
  }
}
@media (max-width: 767.98px) {
  .facts-two .outer-container .inner-container {
    padding: 75px 0px 50px;
  }
}
.facts-two .outer-container .inner-container .column {
  margin-bottom: 30px;
}
.facts-two .title-outer {
  max-width: 550px;
}
@media (max-width: 1199.98px) {
  .facts-two .title-outer {
    max-width: 100%;
  }
}
.facts-two .facts-outer {
  position: relative;
  margin-top: 20px;
  margin-left: 110px;
}
@media (max-width: 1399.98px) {
  .facts-two .facts-outer {
    margin-left: 0px;
  }
}
.facts-two .facts-info {
  position: relative;
  margin-top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  padding: 22px 40px 30px;
  color: var(--theme-color1);
  border-radius: 15px 15px 0px 0px;
  background-color: var(--theme-color4);
}
@media (max-width: 575.98px) {
  .facts-two .facts-info {
    padding: 32px 20px 42px;
  }
}
.facts-two .facts-info sub {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .facts-two .facts-info sub {
    font-size: 16px;
    text-transform: capitalize;
  }
}
.facts-two .facts-info strong {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .facts-two .facts-info strong {
    font-size: 16px;
    text-transform: capitalize;
  }
}
.facts-two .facts-info:nth-child(2n+0) {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.facts-two .facts-info:nth-child(2n+0) strong {
  color: var(--theme-color-white);
}
.facts-two .facts-info:first-child {
  margin-left: 250px;
}
@media (max-width: 1399.98px) {
  .facts-two .facts-info:first-child {
    margin-left: 0px;
  }
}
.facts-two .facts-info:nth-child(3) {
  margin-left: 140px;
}
@media (max-width: 1399.98px) {
  .facts-two .facts-info:nth-child(3) {
    margin-left: 0px;
  }
}
.facts-two .facts-info:nth-child(4) {
  margin-left: 240px;
}
@media (max-width: 1399.98px) {
  .facts-two .facts-info:nth-child(4) {
    margin-left: 0px;
  }
}

/*** 

====================================================================
    Choose One
====================================================================

***/
.choose-one {
  position: relative;
  padding: 0px 0px 0px;
  background-color: #f5f5f5;
}
.choose-one .outer-container {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 15px;
}
.choose-one .outer-container .inner-container {
  position: relative;
  border-radius: 15px;
  padding: 85px 0px 60px;
  background-color: var(--theme-color-white);
}
.choose-one .outer-container .inner-container .vector-one {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .choose-one .outer-container .inner-container .vector-one {
    display: none;
  }
}
.choose-one .outer-container .inner-container .vector-two {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .choose-one .outer-container .inner-container .vector-two {
    display: none;
  }
}
.choose-one .default-tabs_two {
  position: relative;
  padding-left: 520px;
}
@media (max-width: 1399.98px) {
  .choose-one .default-tabs_two {
    padding-left: 450px;
  }
}
@media (max-width: 1199.98px) {
  .choose-one .default-tabs_two {
    padding-left: 0px;
  }
}
.choose-one .default-tabs_two .tab-buttons {
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 1199.98px) {
  .choose-one .default-tabs_two .tab-buttons {
    position: relative;
    margin-bottom: 30px;
  }
}

.choose-block_one {
  position: relative;
  margin-bottom: 30px;
}
.choose-block_one .inner {
  position: relative;
  padding: 35px 35px;
  border-radius: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 575.98px) {
  .choose-block_one .inner {
    padding: 20px 20px;
  }
}
.choose-block_one .inner:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.choose-block_one .inner:hover .number {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.choose-block_one .inner .number {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  color: var(--theme-color1);
  background-color: #e8e9ea;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.choose-block_one .inner .title {
  margin-top: 25px;
  font-weight: 500;
  color: var(--theme-color1);
}
.choose-block_one .inner .text {
  color: #2a333d;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

/*** 

====================================================================
    CTA Section
====================================================================

***/
.cta-section {
  position: relative;
  background-color: #ece6e1;
}
.cta-section .title-outer {
  padding: 55px 0px 55px;
  max-width: 550px;
}
.cta-section .buttons-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-section .image {
  position: relative;
  height: 100%;
}
.cta-section .image img {
  width: 100%;
  display: block;
}
@media (max-width: 1199.98px) {
  .cta-section .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cta-section .image::before {
  opacity: 0.5;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color1);
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: var(--review-color);
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color1);
  margin-left: 18px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}
.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}
.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.product-details .product-info .product-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}
.product-details .product-info .product-details__social .title h3 {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 10px;
  height: 60px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 60px;
  border: 1px solid #e0e4e8;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
}
.product-details__quantity .quantity-box button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: var(--theme-color1);
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--headings-color);
  background-color: var(--theme-color2);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-discription {
  position: relative;
  display: block;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-discription .product-description__list ul {
  position: relative;
  display: block;
}
.product-discription .product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  margin: 0;
  font-weight: 600;
  color: var(--headings-color);
}
.product-discription .product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  color: #fff;
  background-color: var(--theme-color1);
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}
/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}
.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.html);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}
.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.html);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.html);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.html);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.html);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.html);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block h4 a:hover {
  color: var(--theme-color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
  color: var(--theme-color1);
}
.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:before {
  background: #f0e2e3;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:before {
  background: #f1ede1;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.html);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.html) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5",GradientType=0 );
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}

.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color1);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.html) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--theme-color1);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--theme-color1);
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.tbl-shopping-cart img, table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
table.tbl-shopping-cart th,
table.tbl-shopping-cart td, table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}
table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
  color: var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}
table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}
table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #444;
}

.payment-method .accordion-box .block {
  background: #f4f5f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}
.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}
.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--text-color-bg-theme-color2);
}
.payment-method .payment-method h3 {
  margin-bottom: 32px;
}

.shop-sidebar {
  position: relative;
  display: block;
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  position: relative;
  margin: 0px;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  position: relative;
  width: 100%;
  height: 52px;
  background-color: var(--theme-light-background);
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  padding: 10px 60px 10px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: var(--theme-color1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}
.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background-color: var(--theme-light-background);
  padding: 35px 30px 37px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.shop-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  color: #646578;
  font-weight: 400;
  padding-left: 20px;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color1);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color1);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
  position: relative;
  padding-left: 90px;
  padding-bottom: 24px;
  margin-bottom: 23px;
  min-height: 108px;
  border-bottom: 1px solid #e1e1e1;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #646578;
  margin-bottom: 7px;
}
.shop-sidebar .post-widget .post .price {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0a267a;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}

.range-slider {
  position: relative;
}
.range-slider .title {
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.range-slider .title:before {
  position: absolute;
  content: "$";
  left: -5px;
  top: -19px;
  color: #646578;
  font-size: 18px;
}
.range-slider p {
  position: relative;
  display: inline-block;
  color: #646578;
  margin-right: 10px !important;
}
.range-slider .input {
  color: #646578;
  max-width: 75px;
  font-size: 18px;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 14px;
  background-color: #d0d4dd;
  border-radius: 2px;
}
.range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background-color: var(--theme-color1);
}
.range-slider .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color1);
  position: absolute;
}
.range-slider .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider .ui-widget-content .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color1);
}
.range-slider .ui-widget-content .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider input[type=submit] {
  position: relative;
  display: block;
  background: var(--theme-color1);
  color: #ffffff;
  float: right;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  text-transform: capitalize;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  background-color: var(--theme-color2);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-title:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 32, 33, 0.9)), to(transparent));
  background: linear-gradient(180deg, rgba(17, 32, 33, 0.9), transparent);
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 34px;
  }
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color3);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

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

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--theme-color3);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color2);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  border: 1px solid var(--theme-color-black);
  display: block;
  position: relative;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .accordion .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a:hover i, .service-list li a.current i {
  width: 60px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #f5faff;
  border-radius: 15px;
  padding: 19px 40px;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color1);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  color: var(--theme-color1);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color1);
}

.service-details-help {
  background-color: var(--theme-color1);
  border-radius: 15px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  padding: 57px 55px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}

.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__details-box {
  position: relative;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 43px 50px 50px;
  z-index: 1;
}

.project-details__details-list {
  position: relative;
  display: block;
}
.project-details__details-list li {
  position: relative;
  display: block;
}
.project-details__details-list li + li {
  margin-top: 24px;
}

.project-details__client {
  font-size: 16px;
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: 16px;
  line-height: 24px;
}

.project-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

.project-list li {
  color: #0A1222;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 19px;
  margin-bottom: 30px;
}

.project-list i {
  color: var(--theme-color2);
  margin-right: 10px;
}

.project-list-item .icon {
  color: var(--theme-color2);
  font-size: 26px;
}

.project-list-item .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.project-list-item .text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-color2);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.project-details__pagination-box {
  padding: 40px 0;
  position: relative;
}
.project-details__pagination-box li a {
  font-size: 16px;
  color: #696969;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination-box li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination-box li a:hover i {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  border: 2px solid var(--theme-color2);
}
.project-details__pagination-box li .title,
.project-details__pagination-box li .title a {
  color: #0A1222;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project-details__pagination-box li .title:hover,
.project-details__pagination-box li .title a:hover {
  text-decoration-line: underline;
}

.project-details__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .project-details__pagination {
    gap: 10px;
  }
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.next .title {
  float: right;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous .content {
  text-align: right;
}
.project-details__pagination li.previous .title {
  float: left;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details__date .day {
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-color-white);
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color3);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ece9e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 49px;
  padding: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  background-color: var(--theme-color1);
  border-radius: 35px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 12px;
  font-weight: var(--body-font-weight-bold);
  padding: 5px 30px 5px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--theme-color-white);
}
.blog-details__social-list a:hover:after {
  background-color: var(--theme-color3);
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--text-color-bg-theme-color1);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  -webkit-box-flex: 110px;
      -ms-flex: 110px 0 0px;
          flex: 110px 0 0;
  margin-right: 20px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  border-radius: 10px;
  width: 110px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color3);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: var(--theme-color3);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color3);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--theme-color3);
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  background: #ffffff;
  border-radius: 30px;
  color: #0e2207;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  padding: 5px 28px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__tags-list a:hover {
  background: var(--theme-color3);
  color: #fff;
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  background-color: var(--theme-light-background);
  border-radius: 10px;
  color: var(--theme-light-background-text-color);
  display: block;
  overflow: hidden;
  padding: 46px 50px 43px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  display: block;
  padding-left: 65px;
  position: relative;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box h5 {
  color: #757873;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}
.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-black);
  margin-bottom: 24px;
}
.comment-one .comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}
.comment-one .comment-one__btn {
  border: 1px solid var(--theme-color1);
  font-size: 14px;
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
      -ms-flex: 100px 0 0px;
          flex: 100px 0 0;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  display: block;
  margin-left: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  display: block;
  margin-top: -11px;
  position: relative;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  color: var(--theme-color1);
  font-size: 16px;
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-white);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  background-color: #eef0f6;
  border-radius: 7px;
  height: 13px;
  margin-bottom: 22px;
  position: relative;
  width: 100%;
}
.team-details__progress .bar-inner {
  background-color: var(--theme-color3);
  border-radius: 7px;
  display: block;
  height: 13px;
  position: relative;
  width: 0px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color1);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--headings-color);
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: var(--theme-color-white);
}
.team-contact-form textarea {
  background-color: var(--theme-color-white);
  height: 180px;
}