@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Prata&display=swap');
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {
  --theme-color-light: #ffffff;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-dark: #1a3841;
  --theme-color-gray: #f1f1f2;
  --theme-color-gray2: #f8f5f2;
  --theme-color-light-green: #F0F7F3;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-silver: #C4C4C4;
  --theme-color1: #ba9a50;
  --theme-color1-rgb: 86, 154, 80;
  --theme-color2: #055555;
  --theme-color2-rgb: 26, 65, 55;
  --theme-color3: #102930;
  --theme-color3-rgb: 16, 41, 48;
  --theme-color4: #163839;
  --theme-color4-rgb: 22, 56, 57;
  --theme-color5: #001726;
  --theme-color5-rgb: 0, 23, 38;
  --theme-color6: #E34B1B;
  --theme-color6-rgb: 227, 75, 27;
  --theme-color7: #063232;
  --theme-color7-rgb: 6, 50, 50;
  --theme-color8: #B4E717;
  --theme-color9: #EDC701;
  --theme-color10: #122F2A;
  --theme-color11: #595B62;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --text-color-bg-theme-color1: var(--theme-color-dark);
  --text-color-bg-theme-color2: var(--theme-color-white);
  --text-color-bg-theme-color6: var(--theme-color-white);
  --text-color: #595b62;
  --text-color2: #636776;
  --text-color3: #6B7280;
  --headings-color: #051b05;
  --paragraph-light: var(--theme-color-silver);
  --review-color: #ffc737;
  --border-light: rgb(255 255 255 / 10%);
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --title-font: "Prata", serif;
  --text-font: "Figtree", sans-serif;
  --body-font-size: 18px;
  --body-line-height: 36px;
  --body-font-weight: 400;
  --h1-font-size: 90px;
  --h2-font-size: 48px;
  --h3-font-size: 32px;
  --h4-font-size: 24px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --line-height-heading-h1: 100px;
  --line-height-heading-h2: 60px;
  --line-height-heading-h3: 36px;
  --line-height-heading-h4: 36px;
  --line-height-heading-h5: 32px;
  --line-height-heading-h6: 28px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --container-width: 1344px;
  --small-container-width: 1000px;
  --large-container-width: 1760px;
}

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

::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

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

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  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(--text-font);
  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(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}

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-bottom: 1rem;
}

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

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

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

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

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

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

/* -------- 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;
}

/***

====================================================================
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;
}

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
  background-color: #ffffff;
}

.page-wrapper.gray-bg {
  background-color: #f4f3ee;
}

.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%;
}

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

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.html);
}

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

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

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

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

.bg-theme-color6 {
  background-color: var(--theme-color6);
}

.bg-theme-color7 {
  background-color: var(--theme-color7);
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  margin-left: -75px;
  margin-top: -30px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/favicon.png);
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var();
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color-white);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

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

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: var(--text-color);
  margin-right: 50px;
  margin-bottom: 7px;
  padding-left: 22px;
}

.list-style-one li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
  margin-top: 28px;
}

.list-style-two li {
  font-size: 16px;
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.list-style-two li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*======================
    Carousel Navs
======================*/
.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: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  color: var(--theme-color-dark);
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  border-color: var(--theme-color1);
}

.default-navs .owl-prev {
  margin-left: 0;
}

.disable-navs .owl-nav {
  display: none;
}

.disable-dots .owl-dots {
  display: none;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-btn {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-tabs .tab-btn:last-child {
  margin-right: 0;
}

.default-tabs .tab-btn.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.before-none:before,
.before_none:before {
  display: none;
}

.after-none:after,
.after_none:after {
  display: none;
}

.overlay-anim {
  position: relative;
}

.overlay-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;
}

.overlay-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

section {
  position: relative;
}


/*================================
    Swiper Slider
=================================*/
.swiper-dot .swiper-pagination-bullet,
.swiper-dot-light .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
  margin: 0 2px !important;
}

.swiper-dot .swiper-pagination-bullet::before,
.swiper-dot-light .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d6d1d1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--theme-color2);
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--theme-color1);
}

.swiper-dot-light .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
}

.swiper-dot-light .swiper-pagination-bullet::before {
  background-color: var(--white);
}

.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}

.swiper-dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.sticky-style {
  position: sticky;
  top: 100px;
}

.btn-one {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color1);
  color: var(--link-color);
  text-align: center;
  min-width: 220px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.btn-one::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}

.btn-one:hover {
  color: var(--link-hover-color);
}

.btn-one:hover::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-one {
    min-width: 150px;
    padding: 14px;
  }
}

.btn-one-rounded {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color1);
  color: var(--theme-color2);
  text-align: center;
  min-width: 208px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.btn-one-rounded i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-one-rounded::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}

.btn-one-rounded:hover {
  color: var(--theme-color2);
}

.btn-one-rounded:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-one-rounded:hover::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-one-rounded {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.btn-one-light {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color-white);
  color: var(--theme-color5);
  border: 1px solid var(--theme-color-black);
  text-align: center;
  min-width: 200px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.btn-one-light i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-one-light::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-black);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}

.btn-one-light:hover {
  color: var(--theme-color5);
}

.btn-one-light:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-one-light:hover::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-one-light {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.btn-two {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  text-align: center;
  min-width: 200px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.btn-two::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}

.btn-two:hover {
  color: var(--theme-color-white);
}

.btn-two:hover::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-two {
    min-width: 150px;
    padding: 14px;
  }
}

.btn-two-rounded {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  text-align: center;
  min-width: 220px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.btn-two-rounded i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-two-rounded::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}

.btn-two-rounded:hover {
  color: var(--theme-color-white);
}

.btn-two-rounded:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-two-rounded:hover::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-two-rounded {
    min-width: 150px;
    padding: 14px 25px;
  }
}

.btn-three {
  background-color: var(--theme-color6);
  border-radius: 30px;
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  max-width: 100%;
  min-width: 220px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.btn-three i {
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-three::after {
  position: absolute;
  left: -25%;
  top: 100%;
  width: 150%;
  padding-top: 150%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-three:hover {
  color: var(--theme-color-white);
}

.btn-three:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-three:hover::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .btn-three {
    min-width: 150px;
    padding: 14px 25px;
  }
}

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

.playbtnanim::after,
.playbtnanim::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 0.3;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.playbtnanim::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.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-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;
}

.splt-txt span {
  display: inline-block;
}

.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt.animated .char:first-child {
  text-transform: capitalize;
}

.imageUpToDown {
  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;
}

.imageUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageDownToUP {
  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;
}

.imageDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageLeftToRight {
  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;
}

.imageLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageRightToLeft {
  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;
}

.imageRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.sway__animation {
  -webkit-animation: sway 3s linear infinite alternate;
  animation: sway 3s linear infinite alternate;
}

@-webkit-keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes swayX {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.sway__animationX {
  -webkit-animation: swayX 3s linear infinite alternate;
  animation: swayX 3s linear infinite alternate;
}

@-webkit-keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }

  100% {
    margin-right: -200px;
  }
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }

  100% {
    margin-right: -200px;
  }
}

@-webkit-keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.sway_Y__animation {
  -webkit-animation: sway_Y 3s linear infinite alternate;
  animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.sway_Y__animationY {
  -webkit-animation: sway_YY 3s linear infinite alternate;
  animation: sway_YY 3s linear infinite alternate;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.animation__sunMove {
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

@-webkit-keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

.animation__floatBob {
  -webkit-animation-name: floatBob;
  animation-name: floatBob;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes arryUpDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes arryUpDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.animation__arryUpDown {
  -webkit-animation: arryUpDown 2s ease infinite alternate;
  animation: arryUpDown 2s ease infinite alternate;
}

@-webkit-keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes arryLeftRight {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.animation__arryLeftRight {
  -webkit-animation: arryLeftRight 2s ease infinite alternate;
  animation: arryLeftRight 2s ease infinite alternate;
}

@-webkit-keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.pxl-image-zoom {
  -webkit-animation: pxl_zoom_reverse 5s linear infinite;
  animation: pxl_zoom_reverse 5s linear infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
}

.pxl-image-zoom2 {
  -webkit-animation: zoom-in-zoom-out 20s linear infinite;
  animation: zoom-in-zoom-out 20s linear infinite;
}

@-webkit-keyframes pxl_zigzag {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes pxl_zigzag {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}

@-webkit-keyframes pxl_right_left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes pxl_right_left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}

@-webkit-keyframes pxl_left_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes pxl_left_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}

@-webkit-keyframes pxl_float_two {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes pxl_float_two {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.slide-up-down {
  -webkit-animation: pxl_float_two 2s ease infinite alternate;
  animation: pxl_float_two 2s ease infinite alternate;
}

@-webkit-keyframes pxl_bottom_top {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes pxl_bottom_top {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(40px, -5px);
    transform: translate(40px, -5px);
  }

  40% {
    -webkit-transform: translate(60px, 40px);
    transform: translate(60px, 40px);
  }

  60% {
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px);
  }

  80% {
    -webkit-transform: translate(-40px, 60px);
    transform: translate(-40px, 60px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pxl_effect1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(40px, -5px);
    transform: translate(40px, -5px);
  }

  40% {
    -webkit-transform: translate(60px, 40px);
    transform: translate(60px, 40px);
  }

  60% {
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px);
  }

  80% {
    -webkit-transform: translate(-40px, 60px);
    transform: translate(-40px, 60px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(-30px, 40px);
    transform: translate(-30px, 40px);
  }

  40% {
    -webkit-transform: translate(60px, 60px);
    transform: translate(60px, 60px);
  }

  60% {
    -webkit-transform: translate(70px, 40px);
    transform: translate(70px, 40px);
  }

  80% {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pxl_effect2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(-30px, 40px);
    transform: translate(-30px, 40px);
  }

  40% {
    -webkit-transform: translate(60px, 60px);
    transform: translate(60px, 60px);
  }

  60% {
    -webkit-transform: translate(70px, 40px);
    transform: translate(70px, 40px);
  }

  80% {
    -webkit-transform: translate(40px, -70px);
    transform: translate(40px, -70px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}

@-webkit-keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px);
  }

  45% {
    -webkit-transform: translate(80px, 90px);
    transform: translate(80px, 90px);
  }

  65% {
    -webkit-transform: translate(40px, 110px);
    transform: translate(40px, 110px);
  }

  75% {
    -webkit-transform: translate(20px, 800px);
    transform: translate(20px, 800px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pxl_effect3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px);
  }

  45% {
    -webkit-transform: translate(80px, 90px);
    transform: translate(80px, 90px);
  }

  65% {
    -webkit-transform: translate(40px, 110px);
    transform: translate(40px, 110px);
  }

  75% {
    -webkit-transform: translate(20px, 800px);
    transform: translate(20px, 800px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}

@-webkit-keyframes pxl_top_bottom {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes pxl_top_bottom {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
  animation: rotateY 30s linear infinite;
}

@-webkit-keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.animation__rotateAndScale {
  -webkit-animation: rotateAndScale 20s linear infinite;
  animation: rotateAndScale 20s linear infinite;
}

@-webkit-keyframes rotateAndScaleY {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(-180deg) scale(0.8);
    transform: rotate(-180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(-360deg) scale(1);
    transform: rotate(-360deg) scale(1);
  }
}

@keyframes rotateAndScaleY {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(-180deg) scale(0.8);
    transform: rotate(-180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(-360deg) scale(1);
    transform: rotate(-360deg) scale(1);
  }
}

.animation__rotateAndScaleY {
  -webkit-animation: rotateAndScaleY 20s linear infinite;
  animation: rotateAndScaleY 20s linear infinite;
}

@-webkit-keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.ring__animation {
  -webkit-animation: ring-animation 1.5s ease-in-out infinite;
  animation: ring-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
  }

  100% {
    -webkit-transform: translateY(-20px) scale(1);
    transform: translateY(-20px) scale(1);
  }
}

@keyframes bobble {
  0% {
    -webkit-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
  }

  100% {
    -webkit-transform: translateY(-20px) scale(1);
    transform: translateY(-20px) scale(1);
  }
}

.bobble__animation {
  -webkit-animation: bobble 3s ease-in-out infinite alternate;
  animation: bobble 3s ease-in-out infinite alternate;
}

@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
    transform: translate(400px, 200px);
    opacity: 30%;
  }

  17% {
    -webkit-transform: translate(600px, 400px);
    transform: translate(600px, 400px);
    opacity: 40%;
  }

  33% {
    -webkit-transform: translate(600px, 600px);
    transform: translate(600px, 600px);
    opacity: 70%;
  }

  50% {
    -webkit-transform: translate(400px, 800px);
    transform: translate(400px, 800px);
    opacity: 20%;
  }

  66% {
    -webkit-transform: translate(200px, 600px);
    transform: translate(200px, 600px);
    opacity: 60%;
  }

  83% {
    -webkit-transform: translate(200px, 400px);
    transform: translate(200px, 400px);
    opacity: 30%;
  }

  100% {
    -webkit-transform: translate(400px, 200px);
    transform: translate(400px, 200px);
    opacity: 30%;
  }
}

@keyframes goAll {
  0% {
    -webkit-transform: translate(400px, 200px);
    transform: translate(400px, 200px);
    opacity: 30%;
  }

  17% {
    -webkit-transform: translate(600px, 400px);
    transform: translate(600px, 400px);
    opacity: 40%;
  }

  33% {
    -webkit-transform: translate(600px, 600px);
    transform: translate(600px, 600px);
    opacity: 70%;
  }

  50% {
    -webkit-transform: translate(400px, 800px);
    transform: translate(400px, 800px);
    opacity: 20%;
  }

  66% {
    -webkit-transform: translate(200px, 600px);
    transform: translate(200px, 600px);
    opacity: 60%;
  }

  83% {
    -webkit-transform: translate(200px, 400px);
    transform: translate(200px, 400px);
    opacity: 30%;
  }

  100% {
    -webkit-transform: translate(400px, 200px);
    transform: translate(400px, 200px);
    opacity: 30%;
  }
}

@-webkit-keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }

  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }

  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }

  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }

  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}

@keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }

  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }

  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }

  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }

  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.animation__goLeft {
  -webkit-animation: left infinite 6s;
  animation: left infinite 6s;
}

@-webkit-keyframes top-bottom {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes top-bottom {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

.animation__topBottom {
  -webkit-animation: top-bottom 2s infinite;
  animation: top-bottom 2s infinite;
}

@-webkit-keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 100%;
  }

  33% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
    opacity: 30%;
  }

  66% {
    -webkit-transform: translate(0px, 200px);
    transform: translate(0px, 200px);
    opacity: 70%;
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}

@keyframes goAll3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 100%;
  }

  33% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
    opacity: 30%;
  }

  66% {
    -webkit-transform: translate(0px, 200px);
    transform: translate(0px, 200px);
    opacity: 70%;
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}

.animation__goAll {
  -webkit-animation: goAll 30s infinite linear;
  animation: goAll 30s infinite linear;
}

.animation__goAll2 {
  -webkit-animation: goAll2 50s infinite linear;
  animation: goAll2 50s infinite linear;
}

.animation__goAll3 {
  -webkit-animation: goAll3 30s infinite linear;
  animation: goAll3 30s infinite linear;
}

@-webkit-keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  40% {
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
  }
}

@keyframes iconHover1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  40% {
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
  }
}

@-webkit-keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes iconBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.gsap__parallax {
  overflow: hidden;
}

.gsap__parallax-zoom {
  overflow: hidden;
}

.accordion-area .accordion .accordion-item {
  border: none;
  border-radius: 7px;
}

.accordion-area .accordion .accordion-item .accordion-header button {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 30px 40px;
  padding-bottom: 10px;
  font-family: var(--title-font);
  color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-area .accordion .accordion-item .accordion-body {
  padding: 30px 40px;
  padding-top: 0;
}

.accordion-area .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.accordion-area .accordion .accordion-button {
  background-color: transparent;
}

.accordion-area .accordion .accordion-button::after {
  display: none;
}

.accordion-area .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 30px;
  right: 30px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--headings-color);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-area .accordion .accordion-button.collapsed {
  background-color: var(--theme-color-gray);
  padding: 25px 40px !important;
}

.accordion-area .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  background-color: var(--theme-color-gray);
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  position: relative;
}

.accordion-box .block .acc-btn {
  position: relative;
  color: var(--text-color-white);
  font-family: var(--title-font);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid rgba(4, 18, 31, 0.08);
}

.accordion-box .block .acc-btn .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 35px;
  line-height: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color2);
}

.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.accordion-box .block.active {
  -webkit-box-shadow: 0px 14px 50px rgba(4, 11, 17, 0.12);
  box-shadow: 0px 14px 50px rgba(4, 11, 17, 0.12);
}

.accordion-box .block .acc-content {
  display: none;
  position: relative;
}

.accordion-box .block .acc-content .content {
  padding: 25px 30px;
  position: relative;
}

.accordion-box .block .acc-content .content .text {
  display: block;
  font-family: var(--text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #6B7280;
  margin-bottom: 0;
}

.accordion-box .block .acc-content.current {
  display: block;
}

/*** 

====================================================================
  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-dark);
  opacity: 0.95;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  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-dark);
  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-dark);
}

.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;
}

/*** 

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

***/
.logo {
  width: 181px;
}

.logo a {
  display: block;
}

.logo a img {
  width: 100%;
}

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

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e8;
}

.header-top .auto-container {
  max-width: 1450px;
  padding: 0 20px;
  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;
}

.header-top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .top-left .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  color: var(--theme-color-black);
  font-size: 14px;
  font-weight: 500;
}

.header-top .top-left .info-list a {
  color: inherit;
  font-weight: 500;
}

.header-top .top-left .info-list i {
  color: #0c6460;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.header-top .top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header-top .top-right ul li a {
  color: var(--theme-color-black);
  font-size: 14px;
  font-weight: 500;
}

.header-top .top-right ul li a:hover {
  color: #0c6460;
}

.header-top .top-right ul.top-social-icon li a {
  display: inline-block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header-top .top-right ul.top-social-icon li a:hover {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
  position: relative;
}

.main-header {
  width: 100%;
  z-index: 999;
}

.main-header .logo {
  position: relative;
  display: block;
}

.main-header .logo img {
  max-width: 100%;
  height: auto;
}

.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.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: 25px 0px;
  margin-right: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-font);
  letter-spacing: 1.3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a:hover {
  color: var(--theme-color1);
}

.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;
  padding: 10px 0 0;
  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%;
  border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: var(--theme-color2);
  padding-left: 5px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 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;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: var(--theme-color2);
}

.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 .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-header .outer-box .header-btn {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px 0 38px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
}

.main-header .outer-box .header-btn span {
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}

.main-header .outer-box .header-btn span i {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  top: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-header .outer-box .header-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}

.main-header .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 17px;
  position: relative;
  right: 117px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  font-size: 16px;
  padding-left: 44px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  line-height: 20px;
}

.main-header .info-btn small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color1);
}

.main-header .info-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1em;
  margin-right: 20px;
  padding-right: 20px;
}

.main-header .info-btn:hover {
  color: var(--theme-color-light);
}

.main-menu .navigation>li.dropdown:hover>ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}

/*** 

====================================================================
    header-style-one
====================================================================

***/
.header-style-one.style-dark,
.style-dark.header-style-seven,
.style-dark.header-style-six,
.style-dark.header-style-five,
.style-dark.header-style-four,
.style-dark.header-style-three,
.style-dark.header-style-two {
  background-color: var(--theme-color-black1);
  position: relative;
}

.header-style-one.style-dark.style-home5 .main-box,
.style-dark.style-home5.header-style-seven .main-box,
.style-dark.style-home5.header-style-six .main-box,
.style-dark.style-home5.header-style-five .main-box,
.style-dark.style-home5.header-style-four .main-box,
.style-dark.style-home5.header-style-three .main-box,
.style-dark.style-home5.header-style-two .main-box {
  padding: 30px 40px;
}

@media (max-width: 991.98px) {

  .header-style-one.style-dark.style-home5 .main-box,
  .style-dark.style-home5.header-style-seven .main-box,
  .style-dark.style-home5.header-style-six .main-box,
  .style-dark.style-home5.header-style-five .main-box,
  .style-dark.style-home5.header-style-four .main-box,
  .style-dark.style-home5.header-style-three .main-box,
  .style-dark.style-home5.header-style-two .main-box {
    padding: 30px 15px;
  }
}

.header-style-one.style-dark.style-home5 .main-box.style-two,
.style-dark.style-home5.header-style-seven .main-box.style-two,
.style-dark.style-home5.header-style-six .main-box.style-two,
.style-dark.style-home5.header-style-five .main-box.style-two,
.style-dark.style-home5.header-style-four .main-box.style-two,
.style-dark.style-home5.header-style-three .main-box.style-two,
.style-dark.style-home5.header-style-two .main-box.style-two {
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  padding: 29px 40px 30px;
  margin-bottom: 94px;
}

@media (max-width: 1399.98px) {

  .header-style-one.style-dark.style-home5 .main-box.style-two,
  .style-dark.style-home5.header-style-seven .main-box.style-two,
  .style-dark.style-home5.header-style-six .main-box.style-two,
  .style-dark.style-home5.header-style-five .main-box.style-two,
  .style-dark.style-home5.header-style-four .main-box.style-two,
  .style-dark.style-home5.header-style-three .main-box.style-two,
  .style-dark.style-home5.header-style-two .main-box.style-two {
    padding: 29px 15px 30px;
  }
}

@media (max-width: 1199.98px) {

  .header-style-one.style-dark.style-home5 .main-box.style-two,
  .style-dark.style-home5.header-style-seven .main-box.style-two,
  .style-dark.style-home5.header-style-six .main-box.style-two,
  .style-dark.style-home5.header-style-five .main-box.style-two,
  .style-dark.style-home5.header-style-four .main-box.style-two,
  .style-dark.style-home5.header-style-three .main-box.style-two,
  .style-dark.style-home5.header-style-two .main-box.style-two {
    margin-bottom: 15px;
  }
}

.header-style-one.style-dark .header-top,
.style-dark.header-style-seven .header-top,
.style-dark.header-style-six .header-top,
.style-dark.header-style-five .header-top,
.style-dark.header-style-four .header-top,
.style-dark.header-style-three .header-top,
.style-dark.header-style-two .header-top {
  background-color: #1c1c1c;
  display: block;
  padding: 0;
}

@media (max-width: 991.98px) {

  .header-style-one.style-dark .header-top,
  .style-dark.header-style-seven .header-top,
  .style-dark.header-style-six .header-top,
  .style-dark.header-style-five .header-top,
  .style-dark.header-style-four .header-top,
  .style-dark.header-style-three .header-top,
  .style-dark.header-style-two .header-top {
    display: none;
  }
}

.header-style-one.style-dark .header-top .info-user,
.style-dark.header-style-seven .header-top .info-user,
.style-dark.header-style-six .header-top .info-user,
.style-dark.header-style-five .header-top .info-user,
.style-dark.header-style-four .header-top .info-user,
.style-dark.header-style-three .header-top .info-user,
.style-dark.header-style-two .header-top .info-user {
  background-color: var(--theme-color-white);
}

.header-style-one.style-dark .header-top .inner-box,
.style-dark.header-style-seven .header-top .inner-box,
.style-dark.header-style-six .header-top .inner-box,
.style-dark.header-style-five .header-top .inner-box,
.style-dark.header-style-four .header-top .inner-box,
.style-dark.header-style-three .header-top .inner-box,
.style-dark.header-style-two .header-top .inner-box {
  padding: 0;
}

.header-style-one.style-dark .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-seven .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-six .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-five .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-four .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-three .header-top .inner-box .top-right .social-icon-one li a,
.style-dark.header-style-two .header-top .inner-box .top-right .social-icon-one li a {
  color: var(--theme-color-white);
}

.header-style-one.style-dark .header-top .inner-box .top-left,
.style-dark.header-style-seven .header-top .inner-box .top-left,
.style-dark.header-style-six .header-top .inner-box .top-left,
.style-dark.header-style-five .header-top .inner-box .top-left,
.style-dark.header-style-four .header-top .inner-box .top-left,
.style-dark.header-style-three .header-top .inner-box .top-left,
.style-dark.header-style-two .header-top .inner-box .top-left {
  color: var(--theme-color-white);
}

.header-style-one.style-dark .header-top .inner-box .top-left span,
.style-dark.header-style-seven .header-top .inner-box .top-left span,
.style-dark.header-style-six .header-top .inner-box .top-left span,
.style-dark.header-style-five .header-top .inner-box .top-left span,
.style-dark.header-style-four .header-top .inner-box .top-left span,
.style-dark.header-style-three .header-top .inner-box .top-left span,
.style-dark.header-style-two .header-top .inner-box .top-left span {
  color: var(--theme-color-white);
  font-size: 16px;
  margin-right: 20px;
}

.header-style-one.style-dark .header-top .inner-box .top-left span .icon,
.style-dark.header-style-seven .header-top .inner-box .top-left span .icon,
.style-dark.header-style-six .header-top .inner-box .top-left span .icon,
.style-dark.header-style-five .header-top .inner-box .top-left span .icon,
.style-dark.header-style-four .header-top .inner-box .top-left span .icon,
.style-dark.header-style-three .header-top .inner-box .top-left span .icon,
.style-dark.header-style-two .header-top .inner-box .top-left span .icon {
  background-color: rgba(var(--theme-color-white-rgb), 1);
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: var(--theme-color1);
  margin-right: 7px;
}

.header-style-one.style-dark .main-box,
.style-dark.header-style-seven .main-box,
.style-dark.header-style-six .main-box,
.style-dark.header-style-five .main-box,
.style-dark.header-style-four .main-box,
.style-dark.header-style-three .main-box,
.style-dark.header-style-two .main-box {
  background-color: transparent;
  padding: 30px 36px 30px 40px;
}

@media (max-width: 768px) {

  .header-style-one.style-dark .main-box,
  .style-dark.header-style-seven .main-box,
  .style-dark.header-style-six .main-box,
  .style-dark.header-style-five .main-box,
  .style-dark.header-style-four .main-box,
  .style-dark.header-style-three .main-box,
  .style-dark.header-style-two .main-box {
    padding: 24px 15px;
  }
}

.header-style-one.style-dark .mobile-nav-toggler,
.style-dark.header-style-seven .mobile-nav-toggler,
.style-dark.header-style-six .mobile-nav-toggler,
.style-dark.header-style-five .mobile-nav-toggler,
.style-dark.header-style-four .mobile-nav-toggler,
.style-dark.header-style-three .mobile-nav-toggler,
.style-dark.header-style-two .mobile-nav-toggler {
  color: var(--theme-color1);
  margin-left: 35px;
}

@media (max-width: 768px) {

  .header-style-one .auto-container,
  .header-style-seven .auto-container,
  .header-style-six .auto-container,
  .header-style-five .auto-container,
  .header-style-four .auto-container,
  .header-style-three .auto-container,
  .header-style-two .auto-container {
    padding: 0;
  }
}

.header-style-one .header-top,
.header-style-seven .header-top,
.header-style-six .header-top,
.header-style-five .header-top,
.header-style-four .header-top,
.header-style-three .header-top,
.header-style-two .header-top {
  padding: 8px 0;
}

.header-style-one .header-top::after,
.header-style-seven .header-top::after,
.header-style-six .header-top::after,
.header-style-five .header-top::after,
.header-style-four .header-top::after,
.header-style-three .header-top::after,
.header-style-two .header-top::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  content: "";
  background-color: var(--theme-color1);
  z-index: -1;
}

@media (max-width: 1199.98px) {

  .header-style-one .header-top::after,
  .header-style-seven .header-top::after,
  .header-style-six .header-top::after,
  .header-style-five .header-top::after,
  .header-style-four .header-top::after,
  .header-style-three .header-top::after,
  .header-style-two .header-top::after {
    width: 35%;
  }
}

@media (max-width: 991.98px) {

  .header-style-one .header-top,
  .header-style-seven .header-top,
  .header-style-six .header-top,
  .header-style-five .header-top,
  .header-style-four .header-top,
  .header-style-three .header-top,
  .header-style-two .header-top {
    display: none;
  }
}

.header-style-one .header-top .inner-box,
.header-style-seven .header-top .inner-box,
.header-style-six .header-top .inner-box,
.header-style-five .header-top .inner-box,
.header-style-four .header-top .inner-box,
.header-style-three .header-top .inner-box,
.header-style-two .header-top .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0 11px;
}

.header-style-one .header-top .inner-box .top-left span,
.header-style-seven .header-top .inner-box .top-left span,
.header-style-six .header-top .inner-box .top-left span,
.header-style-five .header-top .inner-box .top-left span,
.header-style-four .header-top .inner-box .top-left span,
.header-style-three .header-top .inner-box .top-left span,
.header-style-two .header-top .inner-box .top-left span {
  color: #adadad;
}

.header-style-one .header-top .inner-box .top-left span .icon,
.header-style-seven .header-top .inner-box .top-left span .icon,
.header-style-six .header-top .inner-box .top-left span .icon,
.header-style-five .header-top .inner-box .top-left span .icon,
.header-style-four .header-top .inner-box .top-left span .icon,
.header-style-three .header-top .inner-box .top-left span .icon,
.header-style-two .header-top .inner-box .top-left span .icon {
  color: var(--theme-color1);
  margin-right: 18px;
}

.header-style-one .header-top .inner-box .top-right .social-icon-one li a,
.header-style-seven .header-top .inner-box .top-right .social-icon-one li a,
.header-style-six .header-top .inner-box .top-right .social-icon-one li a,
.header-style-five .header-top .inner-box .top-right .social-icon-one li a,
.header-style-four .header-top .inner-box .top-right .social-icon-one li a,
.header-style-three .header-top .inner-box .top-right .social-icon-one li a,
.header-style-two .header-top .inner-box .top-right .social-icon-one li a {
  font-size: 16px;
  color: #adadad;
}

.header-style-one .header-top .social-icon-one li,
.header-style-seven .header-top .social-icon-one li,
.header-style-six .header-top .social-icon-one li,
.header-style-five .header-top .social-icon-one li,
.header-style-four .header-top .social-icon-one li,
.header-style-three .header-top .social-icon-one li,
.header-style-two .header-top .social-icon-one li {
  color: #adadad;
  margin-left: 0;
  margin-right: 18px;
}

.header-style-one .header-top .social-icon-one li:last-child,
.header-style-seven .header-top .social-icon-one li:last-child,
.header-style-six .header-top .social-icon-one li:last-child,
.header-style-five .header-top .social-icon-one li:last-child,
.header-style-four .header-top .social-icon-one li:last-child,
.header-style-three .header-top .social-icon-one li:last-child,
.header-style-two .header-top .social-icon-one li:last-child {
  margin-right: 0;
}

.header-style-one .header-top .info-language,
.header-style-seven .header-top .info-language,
.header-style-six .header-top .info-language,
.header-style-five .header-top .info-language,
.header-style-four .header-top .info-language,
.header-style-three .header-top .info-language,
.header-style-two .header-top .info-language {
  margin-left: 30px;
}

.header-style-one .header-top .info-language .select-language,
.header-style-seven .header-top .info-language .select-language,
.header-style-six .header-top .info-language .select-language,
.header-style-five .header-top .info-language .select-language,
.header-style-four .header-top .info-language .select-language,
.header-style-three .header-top .info-language .select-language,
.header-style-two .header-top .info-language .select-language {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  padding: 15.75px 20px;
  cursor: pointer;
}

.header-style-one .header-top .info-language .select-language .icon,
.header-style-seven .header-top .info-language .select-language .icon,
.header-style-six .header-top .info-language .select-language .icon,
.header-style-five .header-top .info-language .select-language .icon,
.header-style-four .header-top .info-language .select-language .icon,
.header-style-three .header-top .info-language .select-language .icon,
.header-style-two .header-top .info-language .select-language .icon {
  margin-left: 6px;
}

.header-style-one .header-top .info-user,
.header-style-seven .header-top .info-user,
.header-style-six .header-top .info-user,
.header-style-five .header-top .info-user,
.header-style-four .header-top .info-user,
.header-style-three .header-top .info-user,
.header-style-two .header-top .info-user {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color1);
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.header-style-one .main-box,
.header-style-seven .main-box,
.header-style-six .main-box,
.header-style-five .main-box,
.header-style-four .main-box,
.header-style-three .main-box,
.header-style-two .main-box {
  background-color: var(--theme-color-light);
  padding: 20px;
  max-width: 1450px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {

  .header-style-one .main-box,
  .header-style-seven .main-box,
  .header-style-six .main-box,
  .header-style-five .main-box,
  .header-style-four .main-box,
  .header-style-three .main-box,
  .header-style-two .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {

  .header-style-one .main-box,
  .header-style-seven .main-box,
  .header-style-six .main-box,
  .header-style-five .main-box,
  .header-style-four .main-box,
  .header-style-three .main-box,
  .header-style-two .main-box {
    padding: 24px 15px;
  }
}

.header-style-one .main-box .nav-outer .nav .navigation li,
.header-style-seven .main-box .nav-outer .nav .navigation li,
.header-style-six .main-box .nav-outer .nav .navigation li,
.header-style-five .main-box .nav-outer .nav .navigation li,
.header-style-four .main-box .nav-outer .nav .navigation li,
.header-style-three .main-box .nav-outer .nav .navigation li,
.header-style-two .main-box .nav-outer .nav .navigation li {
  margin-right: 50px;
}

.header-style-one .main-box .nav-outer .nav .navigation li:last-child,
.header-style-seven .main-box .nav-outer .nav .navigation li:last-child,
.header-style-six .main-box .nav-outer .nav .navigation li:last-child,
.header-style-five .main-box .nav-outer .nav .navigation li:last-child,
.header-style-four .main-box .nav-outer .nav .navigation li:last-child,
.header-style-three .main-box .nav-outer .nav .navigation li:last-child,
.header-style-two .main-box .nav-outer .nav .navigation li:last-child {
  margin-right: 0;
}

.header-style-one .main-box .nav-outer .nav .navigation li a:hover,
.header-style-seven .main-box .nav-outer .nav .navigation li a:hover,
.header-style-six .main-box .nav-outer .nav .navigation li a:hover,
.header-style-five .main-box .nav-outer .nav .navigation li a:hover,
.header-style-four .main-box .nav-outer .nav .navigation li a:hover,
.header-style-three .main-box .nav-outer .nav .navigation li a:hover,
.header-style-two .main-box .nav-outer .nav .navigation li a:hover {
  color: var(--theme-color2);
}

.header-style-one .outer-box,
.header-style-seven .outer-box,
.header-style-six .outer-box,
.header-style-five .outer-box,
.header-style-four .outer-box,
.header-style-three .outer-box,
.header-style-two .outer-box {
  margin-left: 0;
  margin-right: 0;
}

.header-style-one .outer-box .info-box,
.header-style-seven .outer-box .info-box,
.header-style-six .outer-box .info-box,
.header-style-five .outer-box .info-box,
.header-style-four .outer-box .info-box,
.header-style-three .outer-box .info-box,
.header-style-two .outer-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-one .outer-box .info-box .call-info,
.header-style-seven .outer-box .info-box .call-info,
.header-style-six .outer-box .info-box .call-info,
.header-style-five .outer-box .info-box .call-info,
.header-style-four .outer-box .info-box .call-info,
.header-style-three .outer-box .info-box .call-info,
.header-style-two .outer-box .info-box .call-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-one .outer-box .info-box .call-info i,
.header-style-seven .outer-box .info-box .call-info i,
.header-style-six .outer-box .info-box .call-info i,
.header-style-five .outer-box .info-box .call-info i,
.header-style-four .outer-box .info-box .call-info i,
.header-style-three .outer-box .info-box .call-info i,
.header-style-two .outer-box .info-box .call-info i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 18px;
  display: inline-block;
  background-color: var(--theme-color1);
}

.header-style-one .outer-box .info-box .call-info .title,
.header-style-seven .outer-box .info-box .call-info .title,
.header-style-six .outer-box .info-box .call-info .title,
.header-style-five .outer-box .info-box .call-info .title,
.header-style-four .outer-box .info-box .call-info .title,
.header-style-three .outer-box .info-box .call-info .title,
.header-style-two .outer-box .info-box .call-info .title {
  margin-bottom: 0;
  color: #0c6460;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
}

.header-style-one .outer-box .info-box .call-info a,
.header-style-seven .outer-box .info-box .call-info a,
.header-style-six .outer-box .info-box .call-info a,
.header-style-five .outer-box .info-box .call-info a,
.header-style-four .outer-box .info-box .call-info a,
.header-style-three .outer-box .info-box .call-info a,
.header-style-two .outer-box .info-box .call-info a {
  font-size: 16px;
  color: var(--theme-color-dark);
  font-weight: 600;
}

@media (max-width: 1399.98px) {

  .header-style-one .outer-box .info-box .call-info,
  .header-style-seven .outer-box .info-box .call-info,
  .header-style-six .outer-box .info-box .call-info,
  .header-style-five .outer-box .info-box .call-info,
  .header-style-four .outer-box .info-box .call-info,
  .header-style-three .outer-box .info-box .call-info,
  .header-style-two .outer-box .info-box .call-info {
    display: none;
  }
}

.header-style-one .outer-box .info-box .btn-two,
.header-style-seven .outer-box .info-box .btn-two,
.header-style-six .outer-box .info-box .btn-two,
.header-style-five .outer-box .info-box .btn-two,
.header-style-four .outer-box .info-box .btn-two,
.header-style-three .outer-box .info-box .btn-two,
.header-style-two .outer-box .info-box .btn-two {
  margin-left: 50px;
}

@media (max-width: 1199.98px) {

  .header-style-one .outer-box .info-box,
  .header-style-seven .outer-box .info-box,
  .header-style-six .outer-box .info-box,
  .header-style-five .outer-box .info-box,
  .header-style-four .outer-box .info-box,
  .header-style-three .outer-box .info-box,
  .header-style-two .outer-box .info-box {
    display: none;
  }
}

.header-style-one .outer-box .search-btn,
.header-style-seven .outer-box .search-btn,
.header-style-six .outer-box .search-btn,
.header-style-five .outer-box .search-btn,
.header-style-four .outer-box .search-btn,
.header-style-three .outer-box .search-btn,
.header-style-two .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 75px;
}

@media (max-width: 768px) {

  .header-style-one .outer-box .search-btn,
  .header-style-seven .outer-box .search-btn,
  .header-style-six .outer-box .search-btn,
  .header-style-five .outer-box .search-btn,
  .header-style-four .outer-box .search-btn,
  .header-style-three .outer-box .search-btn,
  .header-style-two .outer-box .search-btn {
    margin-right: 20px;
  }
}

.header-style-one .outer-box .search-btn::before,
.header-style-seven .outer-box .search-btn::before,
.header-style-six .outer-box .search-btn::before,
.header-style-five .outer-box .search-btn::before,
.header-style-four .outer-box .search-btn::before,
.header-style-three .outer-box .search-btn::before,
.header-style-two .outer-box .search-btn::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -52px;
  width: 1px;
  height: 40px;
  background-color: #ababab;
}

@media (max-width: 768px) {

  .header-style-one .outer-box .search-btn::before,
  .header-style-seven .outer-box .search-btn::before,
  .header-style-six .outer-box .search-btn::before,
  .header-style-five .outer-box .search-btn::before,
  .header-style-four .outer-box .search-btn::before,
  .header-style-three .outer-box .search-btn::before,
  .header-style-two .outer-box .search-btn::before {
    right: -20px;
  }
}

.header-style-one .outer-box .search-btn .flaticon-search,
.header-style-seven .outer-box .search-btn .flaticon-search,
.header-style-six .outer-box .search-btn .flaticon-search,
.header-style-five .outer-box .search-btn .flaticon-search,
.header-style-four .outer-box .search-btn .flaticon-search,
.header-style-three .outer-box .search-btn .flaticon-search,
.header-style-two .outer-box .search-btn .flaticon-search {
  font-size: 21px;
  color: #000000;
}

.header-style-one .outer-box .login-btn,
.header-style-seven .outer-box .login-btn,
.header-style-six .outer-box .login-btn,
.header-style-five .outer-box .login-btn,
.header-style-four .outer-box .login-btn,
.header-style-three .outer-box .login-btn,
.header-style-two .outer-box .login-btn {
  position: relative;
  margin-right: 18px;
  background-color: unset;
}

.header-style-one .outer-box .login-btn::before,
.header-style-seven .outer-box .login-btn::before,
.header-style-six .outer-box .login-btn::before,
.header-style-five .outer-box .login-btn::before,
.header-style-four .outer-box .login-btn::before,
.header-style-three .outer-box .login-btn::before,
.header-style-two .outer-box .login-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -1px;
  width: 1px;
  height: 27px;
  background-color: #000000;
}

.header-style-one .outer-box .login-btn .flaticon-user,
.header-style-seven .outer-box .login-btn .flaticon-user,
.header-style-six .outer-box .login-btn .flaticon-user,
.header-style-five .outer-box .login-btn .flaticon-user,
.header-style-four .outer-box .login-btn .flaticon-user,
.header-style-three .outer-box .login-btn .flaticon-user,
.header-style-two .outer-box .login-btn .flaticon-user {
  font-size: 21px;
  color: #000000;
}

.header-style-one .outer-box .header-btn,
.header-style-seven .outer-box .header-btn,
.header-style-six .outer-box .header-btn,
.header-style-five .outer-box .header-btn,
.header-style-four .outer-box .header-btn,
.header-style-three .outer-box .header-btn,
.header-style-two .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
  line-height: 45px;
  background-color: var(--theme-color1);
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  height: 50px;
}

.header-style-one .outer-box .header-btn:before,
.header-style-seven .outer-box .header-btn:before,
.header-style-six .outer-box .header-btn:before,
.header-style-five .outer-box .header-btn:before,
.header-style-four .outer-box .header-btn:before,
.header-style-three .outer-box .header-btn:before,
.header-style-two .outer-box .header-btn:before {
  display: none;
}

.header-style-one .main-menu .navigation>li,
.header-style-seven .main-menu .navigation>li,
.header-style-six .main-menu .navigation>li,
.header-style-five .main-menu .navigation>li,
.header-style-four .main-menu .navigation>li,
.header-style-three .main-menu .navigation>li,
.header-style-two .main-menu .navigation>li {
  padding: 0;
  margin-right: 58px;
}

.header-style-one .main-menu .navigation>li:last-child,
.header-style-seven .main-menu .navigation>li:last-child,
.header-style-six .main-menu .navigation>li:last-child,
.header-style-five .main-menu .navigation>li:last-child,
.header-style-four .main-menu .navigation>li:last-child,
.header-style-three .main-menu .navigation>li:last-child,
.header-style-two .main-menu .navigation>li:last-child {
  margin-right: 0;
}

.header-style-one .main-menu .navigation>li>a,
.header-style-seven .main-menu .navigation>li>a,
.header-style-six .main-menu .navigation>li>a,
.header-style-five .main-menu .navigation>li>a,
.header-style-four .main-menu .navigation>li>a,
.header-style-three .main-menu .navigation>li>a,
.header-style-two .main-menu .navigation>li>a {
  color: var(--headings-color);
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}

.header-style-one .main-menu .navigation>li>a:before,
.header-style-seven .main-menu .navigation>li>a:before,
.header-style-six .main-menu .navigation>li>a:before,
.header-style-five .main-menu .navigation>li>a:before,
.header-style-four .main-menu .navigation>li>a:before,
.header-style-three .main-menu .navigation>li>a:before,
.header-style-two .main-menu .navigation>li>a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color2);
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style-one .main-menu .navigation>li>a:hover:before,
.header-style-seven .main-menu .navigation>li>a:hover:before,
.header-style-six .main-menu .navigation>li>a:hover:before,
.header-style-five .main-menu .navigation>li>a:hover:before,
.header-style-four .main-menu .navigation>li>a:hover:before,
.header-style-three .main-menu .navigation>li>a:hover:before,
.header-style-two .main-menu .navigation>li>a:hover:before {
  width: 100%;
}

.header-style-one .main-menu .navigation>li>a:hover,
.header-style-seven .main-menu .navigation>li>a:hover,
.header-style-six .main-menu .navigation>li>a:hover,
.header-style-five .main-menu .navigation>li>a:hover,
.header-style-four .main-menu .navigation>li>a:hover,
.header-style-three .main-menu .navigation>li>a:hover,
.header-style-two .main-menu .navigation>li>a:hover {
  color: var(--theme-color2);
}

.header-style-one .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-seven .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-six .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-five .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-four .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-three .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-two .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: var(--headings-color);
}

.header-style-one .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-seven .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-six .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-five .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-four .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-three .main-menu .navigation li.dropdown ul .dropdown-btn,
.header-style-two .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}

.header-style-one .main-menu .navigation>li>ul>li>a:hover,
.header-style-seven .main-menu .navigation>li>ul>li>a:hover,
.header-style-six .main-menu .navigation>li>ul>li>a:hover,
.header-style-five .main-menu .navigation>li>ul>li>a:hover,
.header-style-four .main-menu .navigation>li>ul>li>a:hover,
.header-style-three .main-menu .navigation>li>ul>li>a:hover,
.header-style-two .main-menu .navigation>li>ul>li>a:hover {
  color: var(--theme-color-v2);
}

.header-style-one .mobile-nav-toggler,
.header-style-seven .mobile-nav-toggler,
.header-style-six .mobile-nav-toggler,
.header-style-five .mobile-nav-toggler,
.header-style-four .mobile-nav-toggler,
.header-style-three .mobile-nav-toggler,
.header-style-two .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  font-size: 24px;
  color: #000;
}

.header-style-one .sticky-header,
.header-style-seven .sticky-header,
.header-style-six .sticky-header,
.header-style-five .sticky-header,
.header-style-four .sticky-header,
.header-style-three .sticky-header,
.header-style-two .sticky-header {
  background-color: var(--theme-color-v2);
}

@media (max-width: 768px) {

  .header-style-one .sticky-header .auto-container,
  .header-style-seven .sticky-header .auto-container,
  .header-style-six .sticky-header .auto-container,
  .header-style-five .sticky-header .auto-container,
  .header-style-four .sticky-header .auto-container,
  .header-style-three .sticky-header .auto-container,
  .header-style-two .sticky-header .auto-container {
    padding: 0 15px;
  }
}

.header-style-one .sticky-header .mobile-nav-toggler,
.header-style-seven .sticky-header .mobile-nav-toggler,
.header-style-six .sticky-header .mobile-nav-toggler,
.header-style-five .sticky-header .mobile-nav-toggler,
.header-style-four .sticky-header .mobile-nav-toggler,
.header-style-three .sticky-header .mobile-nav-toggler,
.header-style-two .sticky-header .mobile-nav-toggler {
  display: none;
}

@media (max-width: 991.98px) {

  .header-style-one .sticky-header .mobile-nav-toggler,
  .header-style-seven .sticky-header .mobile-nav-toggler,
  .header-style-six .sticky-header .mobile-nav-toggler,
  .header-style-five .sticky-header .mobile-nav-toggler,
  .header-style-four .sticky-header .mobile-nav-toggler,
  .header-style-three .sticky-header .mobile-nav-toggler,
  .header-style-two .sticky-header .mobile-nav-toggler {
    color: var(--theme-color2);
    display: block;
  }
}

.header-style-one .sticky-header .main-menu .navigation>li>a,
.header-style-seven .sticky-header .main-menu .navigation>li>a,
.header-style-six .sticky-header .main-menu .navigation>li>a,
.header-style-five .sticky-header .main-menu .navigation>li>a,
.header-style-four .sticky-header .main-menu .navigation>li>a,
.header-style-three .sticky-header .main-menu .navigation>li>a,
.header-style-two .sticky-header .main-menu .navigation>li>a {
  color: var(--theme-color-black);
}

.header-style-one .sticky-header .main-menu .navigation>li.current>a,
.header-style-seven .sticky-header .main-menu .navigation>li.current>a,
.header-style-six .sticky-header .main-menu .navigation>li.current>a,
.header-style-five .sticky-header .main-menu .navigation>li.current>a,
.header-style-four .sticky-header .main-menu .navigation>li.current>a,
.header-style-three .sticky-header .main-menu .navigation>li.current>a,
.header-style-two .sticky-header .main-menu .navigation>li.current>a,
.header-style-one .sticky-header .main-menu .navigation>li:hover>a,
.header-style-seven .sticky-header .main-menu .navigation>li:hover>a,
.header-style-six .sticky-header .main-menu .navigation>li:hover>a,
.header-style-five .sticky-header .main-menu .navigation>li:hover>a,
.header-style-four .sticky-header .main-menu .navigation>li:hover>a,
.header-style-three .sticky-header .main-menu .navigation>li:hover>a,
.header-style-two .sticky-header .main-menu .navigation>li:hover>a {
  color: var(--headings-color);
}

.header-style-one .sticky-header .main-menu .navigation>li,
.header-style-seven .sticky-header .main-menu .navigation>li,
.header-style-six .sticky-header .main-menu .navigation>li,
.header-style-five .sticky-header .main-menu .navigation>li,
.header-style-four .sticky-header .main-menu .navigation>li,
.header-style-three .sticky-header .main-menu .navigation>li,
.header-style-two .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.header-style-one .sticky-header.fixed-header,
.header-style-seven .sticky-header.fixed-header,
.header-style-six .sticky-header.fixed-header,
.header-style-five .sticky-header.fixed-header,
.header-style-four .sticky-header.fixed-header,
.header-style-three .sticky-header.fixed-header,
.header-style-two .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.header-style-one .sticky-header .main-menu,
.header-style-seven .sticky-header .main-menu,
.header-style-six .sticky-header .main-menu,
.header-style-five .sticky-header .main-menu,
.header-style-four .sticky-header .main-menu,
.header-style-three .sticky-header .main-menu,
.header-style-two .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {

  .header-style-one .sticky-header .main-menu,
  .header-style-seven .sticky-header .main-menu,
  .header-style-six .sticky-header .main-menu,
  .header-style-five .sticky-header .main-menu,
  .header-style-four .sticky-header .main-menu,
  .header-style-three .sticky-header .main-menu,
  .header-style-two .sticky-header .main-menu {
    display: none;
  }
}

.header-style-one .sticky-header,
.header-style-seven .sticky-header,
.header-style-six .sticky-header,
.header-style-five .sticky-header,
.header-style-four .sticky-header,
.header-style-three .sticky-header,
.header-style-two .sticky-header {
  /*.main-menu .navigation > li.current > a,*/
}

.header-style-one .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-seven .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-six .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-five .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-four .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-three .sticky-header .main-menu .navigation li.dropdown .dropdown-btn,
.header-style-two .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: var(--headings-color);
}

.header-style-one .sticky-header .inner-container,
.header-style-seven .sticky-header .inner-container,
.header-style-six .sticky-header .inner-container,
.header-style-five .sticky-header .inner-container,
.header-style-four .sticky-header .inner-container,
.header-style-three .sticky-header .inner-container,
.header-style-two .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*** 

====================================================================
    header-style-two
====================================================================

***/
.header-style-two {
  background-color: var(--theme-color-gray2);
  border-bottom: 1px solid #e5e7eb;
}

.header-style-two .header-top {
  overflow: unset;
  padding: 0;
  background-color: var(--theme-color2);
  position: relative;
  z-index: 2;
}

.header-style-two .header-top .auto-container {
  padding: 0 12px;
  max-width: 1344px;
}

.header-style-two .header-top::after {
  display: none;
}

.header-style-two .header-top .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-two .header-top .select-box .nice-select {
  border: none;
  background-color: transparent;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
}

.header-style-two .header-top .select-box .nice-select::before {
  color: var(--theme-color-white);
  font-size: 12px;
}

.header-style-two .header-top .select-box .nice-select .current {
  font-size: 14px;
  color: var(--theme-color-white);
}

.header-style-two .header-top .select-box .nice-select .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.header-style-two .header-top .top-left .info-list li {
  color: var(--theme-color-white);
}

.header-style-two .header-top .top-left .info-list i {
  color: var(--theme-color1);
}

.header-style-two .header-top .top-left .info-list a {
  color: var(--theme-color-white);
}

.header-style-two .header-top .top-right .top-social-icon li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color-white);
}

.header-style-two .header-top .top-right .top-social-icon li a:hover {
  color: var(--theme-color1);
  -webkit-transform: unset;
  transform: unset;
}

.header-style-two .main-box {
  max-width: 1344px;
  padding: 20px 12px;
  background-color: var(--theme-color-gray2);
}

.header-style-two .main-box .outer-box .info-box .btn-one-light {
  min-width: 160px;
  padding: 16px;
}

.header-style-two .main-box .outer-box .mobile-nav-toggler {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #5c5c5b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color1);
  font-size: 20px;
}

.header-style-two .main-box .outer-box .mobile-nav-toggler:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

/*** 

====================================================================
    header-style-three
====================================================================

***/
.header-style-three {
  background-color: #faf0e7;
}

.header-style-three .header-top {
  padding: 2px 0;
  border: none;
}

.header-style-three .header-top .auto-container {
  padding: 0 12px;
  max-width: 1700px;
  margin: 0;
  padding-left: 60px !important;
}

.header-style-three .header-top .top-left {
  width: 88%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-style-three .header-top .top-left .info-list i {
  color: var(--theme-color2);
}

.header-style-three .header-top .top-left .info-list span {
  color: var(--theme-color1);
}

@media (max-width: 1599.98px) {
  .header-style-three .header-top .top-left {
    width: 100%;
  }
}

.header-style-three .header-top .top-right .top-social-icon {
  gap: 25px;
}

.header-style-three .header-top .top-right .top-social-icon li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color-white);
}

.header-style-three .header-top .top-right .top-social-icon li a:hover {
  -webkit-transform: unset;
  transform: unset;
  color: var(--theme-color1);
}

@media (max-width: 1599.98px) {
  .header-style-three .header-top .top-right {
    display: none;
  }
}

.header-style-three .header-top::after {
  background-color: var(--theme-color2);
  width: 20%;
}

@media (max-width: 1599.98px) {
  .header-style-three .header-top::after {
    display: none;
  }
}

.header-style-three .main-box {
  max-width: 1700px;
  margin: 0;
  padding-left: 60px !important;
  padding: 20px 12px;
  background-color: transparent;
}

.header-style-three .main-box .outer-box .info-box .con-btn {
  display: inline-block;
  margin-left: 50px;
  font-weight: 500;
  font-size: 16px;
  color: var(--headings-color);
  text-decoration: underline;
  text-transform: capitalize;
  padding-left: 5px;
}

.header-style-three .main-box .outer-box .info-box .con-btn i {
  display: inline-block;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style-three .main-box .outer-box .info-box .con-btn:hover i {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.header-style-three .main-box .outer-box .info-box .call-info .title {
  color: var(--headings-color);
}

.header-style-three .main-box .outer-box .info-box .call-info a {
  color: var(--theme-color2);
}

.header-style-three .main-box .nav-outer .nav {
  background-color: var(--theme-color-white);
  padding: 20px 70px;
  border-radius: 38px;
}

/*** 

====================================================================
    header-style-four
====================================================================

***/
.header-style-four {
  background-color: var(--theme-color2);
  border-bottom: 1px solid #29564a;
}

.header-style-four .main-box {
  background-color: var(--theme-color2);
  max-width: 100%;
  padding: 0;
}

.header-style-four .main-box .mobile-nav-toggler {
  border-right: 1px solid #29564a;
  padding: 35px 30px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color-white);
  margin-right: 20px;
}

.header-style-four .main-box .mobile-nav-toggler i {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .header-style-four .main-box .mobile-nav-toggler {
    width: 100%;
  }
}

.header-style-four .main-menu .navigation li a {
  color: var(--theme-color-white);
}

.header-style-four .main-menu .navigation li a:hover {
  color: var(--theme-color-white) !important;
}

.header-style-four .main-menu .navigation li .dropdown-btn {
  color: var(--theme-color-white) !important;
}

.header-style-four .main-menu .navigation li.dropdown ul li a {
  color: var(--headings-color) !important;
}

.header-style-four .sticky-header .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-four .sticky-header .main-menu .navigation li a:hover {
  color: var(--headings-color) !important;
}

.header-style-four .sticky-header .main-menu .navigation li .dropdown-btn {
  color: var(--headings-color) !important;
}

.header-style-four .outer-box .info-box .call-info {
  padding: 18px;
  padding-left: 25px;
  padding-right: 45px;
  border-left: 1px solid #29564a;
}

.header-style-four .outer-box .info-box .call-info i {
  color: var(--theme-color-white);
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}

.header-style-four .outer-box .info-box .call-info .title {
  color: var(--theme-color-white);
}

.header-style-four .outer-box .info-box .call-info a {
  color: var(--theme-color-white);
}

.header-style-four .outer-box .btn-one {
  border-radius: 0;
  min-width: 240px;
  padding: 38px 20px;
}

/*** 

====================================================================
    header-style-five
====================================================================

***/
.header-style-five {
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}

.header-style-five .main-box {
  background-color: var(--theme-color-light);
  max-width: 100%;
  padding: 0;
}

.header-style-five .main-box .logo-box {
  padding-left: 30px;
}

@media (max-width: 768px) {
  .header-style-five .main-box .logo-box {
    padding-left: 15px;
  }
}

.header-style-five .main-box .nav-outer {
  padding: 20px 0;
}

.header-style-five .main-box .mobile-nav-toggler {
  padding: 35px 30px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color-dark);
}

.header-style-five .main-box .mobile-nav-toggler i {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .header-style-five .main-box .mobile-nav-toggler {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header-style-five .main-box .mobile-nav-toggler {
    padding: 30px 15px;
  }
}

.header-style-five .outer-box .search-btn {
  position: relative;
  background-color: unset;
  margin-right: 25px;
  color: var(--link-color);
}

@media (max-width: 991.98px) {
  .header-style-five .outer-box .search-btn {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .header-style-five .outer-box .search-btn {
    display: none;
  }
}

.header-style-five .outer-box .search-btn::before {
  display: none;
}

.header-style-five .outer-box .search-btn .flaticon-search {
  font-size: 20px;
  color: #000000;
}

.header-style-five .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-five .main-menu .navigation li a:hover {
  color: var(--headings-color) !important;
}

.header-style-five .main-menu .navigation li .dropdown-btn {
  color: var(--headings-color) !important;
}

.header-style-five .main-menu .navigation li.dropdown ul li a {
  color: var(--headings-color) !important;
}

.header-style-five .sticky-header .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-five .sticky-header .main-menu .navigation li a:hover {
  color: var(--headings-color) !important;
}

.header-style-five .sticky-header .main-menu .navigation li .dropdown-btn {
  color: var(--headings-color) !important;
}

.header-style-five .outer-box .info-box .call-info {
  padding: 18px;
  padding-left: 25px;
  padding-right: 45px;
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}

.header-style-five .outer-box .info-box .call-info i {
  color: var(--theme-color-dark);
  background-color: rgba(var(--theme-color-black-rgb), 0.05);
}

.header-style-five .outer-box .info-box .call-info .title {
  color: var(--theme-color-dark);
}

.header-style-five .outer-box .info-box .call-info a {
  color: var(--theme-color-dark);
}

.header-style-five .outer-box .btn-one {
  border-radius: 0;
  min-width: 240px;
  padding: 38px 20px;
}

/*** 

====================================================================
    header-style-six
====================================================================

***/
.header-style-six {
  background-color: var(--theme-color7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  left: 0;
  max-width: 1350px;
  margin: 0 auto;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 30px;
}

@media (max-width: 991.98px) {
  .header-style-six {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-style-six .main-box {
  background-color: var(--theme-color7);
  border-radius: 50px;
  max-width: 100%;
  padding: 0;
}

.header-style-six .main-box .mobile-nav-toggler {
  border-right: 1px solid #29564a;
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 20px;
  padding: 35px 30px;
}

.header-style-six .main-box .mobile-nav-toggler i {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .header-style-six .main-box .mobile-nav-toggler {
    border: none;
    margin-right: 0;
    padding: 20px 10px;
    width: 100%;
  }
}

.header-style-six .main-menu .navigation li a {
  color: var(--theme-color-white);
}

.header-style-six .main-menu .navigation li a:hover {
  color: var(--theme-color-white) !important;
}

.header-style-six .main-menu .navigation li .dropdown-btn {
  color: var(--theme-color-white) !important;
}

.header-style-six .main-menu .navigation li.dropdown ul li a {
  color: var(--headings-color) !important;
}

.header-style-six .sticky-header .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-six .sticky-header .main-menu .navigation li a:hover {
  color: var(--headings-color) !important;
}

.header-style-six .sticky-header .main-menu .navigation li .dropdown-btn {
  color: var(--headings-color) !important;
}

.header-style-six .outer-box .info-box .call-info {
  padding: 18px;
  padding-left: 25px;
  padding-right: 45px;
  border-left: 1px solid #29564a;
}

.header-style-six .outer-box .info-box .call-info i {
  color: var(--theme-color-white);
  background-color: rgba(var(--theme-color-white-rgb), 0.05);
}

.header-style-six .outer-box .info-box .call-info .title {
  color: var(--theme-color-white);
}

.header-style-six .outer-box .info-box .call-info a {
  color: var(--theme-color-white);
}

.header-style-six .outer-box .btn-one {
  border-radius: 0;
  min-width: 240px;
  padding: 38px 20px;
}

/*** 

====================================================================
    header-style-seven
====================================================================

***/
.header-style-seven {
  position: absolute;
  /*   top: 30px;
  left: 25px;
  right: 25px; */
  top: 0px;
  left: 20px;
  right: 25px;
  width: auto;
}

.header-style-seven .main-box {
  max-width: 100%;
  padding: 0;
  padding-right: 40px;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .header-style-seven .main-box {
    padding: 10px 0;
    padding-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-style-seven .main-box .logo-box {
  position: relative;
  max-width: 214px;
  height: 76px;
  line-height: 76px;
  width: 100%;
  margin-top: -20px;
  border-radius: 0px 0px 30px 0px;
  background-color: #F4F3EE;
}

/* .header-style-seven .main-box .logo-box::after {
  position: absolute;
  bottom: -30px;
  left: -18px;
  width: 50px;
  height: 50px;
  content: "";
  background-color: transparent;
  border: solid;
  border-top-width: 20px;
  border-left-width: 20px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-color: #F4F3EE;
  border-radius: 48px 0 0 0;
} */
.header-style-seven .main-box .logo-box::before {
  position: absolute;
  top: -18px;
  right: -30px;
  width: 50px;
  height: 50px;
  content: "";
  background-color: transparent;
  border: solid;
  border-top-width: 20px;
  border-left-width: 20px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-color: #F4F3EE;
  border-radius: 48px 0 0 0;
}

@media (max-width: 991.98px) {
  .header-style-seven .main-box .nav-outer {
    margin-right: 0;
  }
}

.header-style-seven .main-box .mobile-nav-toggler {
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 500;
  margin-left: 0;
  border-radius: 15px;
  color: var(--theme-color-white);
  background-color: var(--theme-color4);
}

.header-style-seven .main-box .mobile-nav-toggler i {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .header-style-seven .main-box .mobile-nav-toggler {
    width: 100%;
  }
}

.header-style-seven .main-menu {
  padding: 20px 48px;
  border-radius: 30px;
  margin: 10px 0;
  background-color: rgba(5, 27, 5, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.header-style-seven .main-menu .navigation li a {
  color: var(--theme-color-white);
}

.header-style-seven .main-menu .navigation li a:hover {
  color: var(--theme-color-white) !important;
}

.header-style-seven .main-menu .navigation li .dropdown-btn {
  color: var(--theme-color-white) !important;
}

.header-style-seven .main-menu .navigation li.dropdown ul li a {
  color: var(--headings-color) !important;
}

.header-style-seven .sticky-header .main-menu {
  background-color: transparent;
}

.header-style-seven .sticky-header .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-seven .sticky-header .main-menu .navigation li a:hover {
  color: var(--headings-color) !important;
}

.header-style-seven .sticky-header .main-menu .navigation li .dropdown-btn {
  color: var(--headings-color) !important;
}

.header-style-seven .outer-box .info-box .call-info {
  padding: 18px;
  padding-left: 25px;
  padding-right: 45px;
}

.header-style-seven .outer-box .info-box .call-info i {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}

.header-style-seven .outer-box .info-box .call-info .title {
  color: var(--theme-color-white);
}

.header-style-seven .outer-box .info-box .call-info a {
  color: var(--theme-color-white);
}

.header-style-seven .outer-box .btn-one {
  border-radius: 0;
  min-width: 240px;
  padding: 38px 20px;
}

/*** 

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

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

.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .logo img {
  max-height: 40px;
}

.sticky-header .nav-outer {
  background: none;
  margin-left: auto;
  position: relative;
}

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

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

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

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0;
  margin-left: 30px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .mobile-nav-toggler {
    margin-left: 20px;
  }
}

.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: 15px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 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: #222;
  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 .content-box {
  padding: 30px 20px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.mobile-menu-visible .mobile-menu .content-box .title {
  color: var(--theme-color-white);
  margin-bottom: 10px;
}

.mobile-menu-visible .mobile-menu .content-box .text {
  font-size: 16px;
  line-height: 28px;
  color: rgba(var(--theme-color-white-rgb), 0.5);
  margin-bottom: 0;
  max-width: 245px;
}

.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(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: #ffffff;
}

.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: #ffffff;
  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(255, 255, 255, 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: #ffffff;
}

.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color1);
  font-weight: 400;
  text-transform: uppercase;
}

.contact-list-one li a {
  color: #fff;
}

.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li .text a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-box {
  color: #fff;
}

.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;
  background: #222;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -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-dark);
  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-light);
}

.hidden-bar .text-box .text {
  color: var(--theme-color-light);
}

.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-dark);
  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-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/*** 

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

***/
.sec-title .sub-title {
  min-width: 156px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  background-color: var(--theme-color1);
  border-radius: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}

.sec-title .sub-title.style-red {
  background-color: var(--theme-color6);
  color: var(--theme-color-white);
}

.sec-title .title {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .sec-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.sec-title .title.light {
  color: var(--theme-color-light);
}

.sec-title .text {
  margin-top: 20px;
  margin-bottom: 0;
}

.sec-title .text.fs-16 {
  font-size: 16px;
  line-height: 28.8px;
}

.sec-title .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-title .flex-content .flex-text {
  max-width: 540px;
  margin-bottom: 0;
}

.sec-title.center {
  text-align: center;
}

.sec-title.center .sub-title {
  margin: 0 auto;
  margin-bottom: 10px;
}

/***

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

***/


.banner-section {
  overflow: hidden;
  position: relative;
  margin: 20px;
  border-radius: 25px;
}

.banner-section .banner-slider {
  background-color: var(--theme-color7);
  position: relative;
}

.banner-section .banner-slider .banner-slide {
  height: 100%;
  position: relative;
   background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
}

.banner-section .banner-slider .banner-slide .outer-box:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  -webkit-filter: blur(150px);
  filter: blur(150px);
  height: 947.86px;
  left: -134px; 
  position: absolute;
  top: 0px;
  width: 50%;
  z-index:1;
}
/* 
.banner-section .banner-slider .banner-slide:after {
  background-image: url(../images/banner/home6-banne-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  z-index:101;
}
 */
.banner-section .banner-slider .banner-slide .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1650px;
  padding: 0px 0px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .banner-section .banner-slider .banner-slide .outer-box {
    display: block;
  }
}

@media (max-width: 768px) {
  .banner-section .banner-slider .banner-slide .outer-box {
    display: block;
    padding: 130px 0 0;
  }
}

.banner-section .banner-slider .banner-slide .outer-box .stroke-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: linear-gradient(360deg, rgba(6, 50, 50, 0.2) 1.34%, rgba(250, 250, 250, 0) 100%);
  bottom: -70px;
  font-size: clamp(64px, 17.93vw, 287px);
  line-height: 1.04;
  left: calc(50% + 0px);
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0.12;
  position: absolute;
  text-edge: cap;
  text-transform: lowercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

@media (max-width: 991.98px) {
  .banner-section .banner-slider .banner-slide .outer-box .stroke-title {
    bottom: -20px;
  }
}


.banner-section .banner-slider .content-column {
  position: relative;
  padding:17% 0;
}

@media (max-width: 767.98px) {
  .banner-section .banner-slider .content-column {
    padding: 10% 0;
  }
}

.banner-section .banner-slider .content-column .content-box {
  left: 0%;
  position: relative;
  width: 50%;
  z-index:2;
}

@media (max-width: 1199.98px) {
  .banner-section .banner-slider .content-column .content-box {
    left: 15px;
  }
}

@media (max-width: 768px) {
  .banner-section .banner-slider .content-column .content-box {
    margin-left: 0;
    padding-right: 20px;
    width: 100%;
  }
}

.banner-section .banner-slider .content-column .content-box .image-shape-1 {
  left: -200px;
  position: absolute;
  top: -100px;
}

@media (max-width: 767.98px) {
  .banner-section .banner-slider .content-column .content-box .image-shape-1 {
    display: none;
  }
}

.banner-section .banner-slider .content-column .content-info {
  position: relative;
}

@media (max-width: 1499.98px) {
  .banner-section .banner-slider .content-column .content-info {
    margin-top: 100px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-slider .content-column .content-info {
    margin-top: 0px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-slider .content-column .content-info {
  
  }
}

@media (max-width: 768px) {
  .banner-section .banner-slider .content-column .content-info {
    left: 0;
  }
}

.banner-section .banner-slider .content-column .content-info .title {
  color: var(--theme-color-white);
  font-size: 70px;
  letter-spacing: -0.02em;
  line-height: 80px;
  margin-bottom: 34px;
  font-size: clamp(30px, 2.62vw, 90px);
  line-height: 1.11;
  text-transform: capitalize;
}

.banner-section .banner-slider .content-column .content-info .title span {
  font-weight: 300;
}

.banner-section .banner-slider .content-column .content-info .btn-wrp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media (max-width: 1199.98px) {
  .banner-section .banner-slider .content-column .content-info .btn-wrp {
    display: block;
  }
}

.banner-section .banner-slider .content-column .content-info .btn-wrp .btn-two-rounded {
  background-color: var(--theme-color7);
  border: 1px solid var(--theme-color-white);
}


@media (max-width: 768px) {
  .banner-section .banner-slider .content-column .content-info .btn-wrp {
    gap: 10px;
  }

}

.banner-section .content-column .sub-title {
  display: inline-block;
  color: #101249;
  background-color: var(--theme-color1);
  padding: 15px 40px;
  text-transform: inherit;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size:23px;
}


.hzAccordion-area {
  overflow: hidden;
  background-color: var(--theme-color7);
}

.hzAccordion-area .outer-box {
  padding: 0px 50px;
}

@media (max-width: 768px) {
  .hzAccordion-area .outer-box {
    padding: 0px;
  }
}

.hzAccordion__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1399.98px) {
  .hzAccordion__wrp {
    height: 450px;
  }
}

@media (max-width: 991.98px) {
  .hzAccordion__wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.hzAccordion__item {
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
  min-width: 190px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.hzAccordion__item:last-child .content .wrp {
  padding-right: 0;
}

.hzAccordion__item .head .head-title {
  margin: 0;
  padding-left: 25px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-left: 1px solid var(--border-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hzAccordion__item .head .head-title .title {
  display: block;
  max-height: 410px;
  text-align: left;
  color: var(--theme-color-white);
}

.hzAccordion__item .head .head-title .number {
  font-size: 150px;
  line-height: 150px;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color-white);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hzAccordion__item .head .head-title:hover .number {
  color: var(--theme-color-white);
}

.hzAccordion__item .content {
  display: none;
  height: 100%;
  margin-left: 180px;
  position: relative;
  z-index: 1;
}

.hzAccordion__item .content .image {
  height: 100%;
  max-width: 450px;
}

.hzAccordion__item .content .image img {
  height: 100%;
}

.hzAccordion__item .content .wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
  gap: 60px;
  height: 100%;
}

.hzAccordion__item .content .content-wrp {
  max-width: 330px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hzAccordion__item .content .arry-btn {
  font-size: 70px;
  color: var(--theme-color-silver);
}

.hzAccordion__item .content .arry-btn i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hzAccordion__item .content .arry-btn i:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hzAccordion__item .content .shape {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.hzAccordion__item .content .text {
  color: var(--paragraph-light);
}

.hzAccordion__item.last-child .head .head-title {
  padding-left: 0;
  border: 1px solid transparent;
}

.hzAccordion__item.last-child.active .head .head-title {
  padding-left: 25px;
  border-left: 1px solid var(--border-light);
}

.hzAccordion__item.active .head .number {
  -webkit-text-fill: var(--theme-color-white);
  color: var(--theme-color-white);
}

.hzAccordion__item.active {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.hzAccordion__item.active .content {
  display: block;
}

@media (max-width: 1399.98px) {
  .hzAccordion__item {
    min-width: 75px;
  }

  .hzAccordion__item .head .head-title {
    padding-left: 5px;
  }

  .hzAccordion__item .head .head-title .title {
    font-size: 18px;
    line-height: 30px;
    max-height: 280px;
  }

  .hzAccordion__item .head .head-title .number {
    font-size: 50px;
    line-height: 50px;
  }

  .hzAccordion__item .content {
    margin-left: 75px;
  }

  .hzAccordion__item .content .wrp {
    padding: 0 20px;
    gap: 10px;
  }

  .hzAccordion__item .content .arry-btn {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .hzAccordion__item .head .head-title {
    position: unset;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    -webkit-transform: unset;
    transform: unset;
    border: none;
    padding: 0;
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 30px;
    padding-bottom: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .hzAccordion__item .head .head-title .number {
    font-size: 30px;
    line-height: 40px;
  }

  .hzAccordion__item .content {
    margin-left: 0;
  }

  .hzAccordion__item .content .wrp {
    padding: 20px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hzAccordion__item.active .head .head-title {
    margin-bottom: 0px;
  }

  .hzAccordion__item.last-child .head .head-title {
    margin-bottom: 0;
  }

  .hzAccordion__item.last-child.active .head .head-title {
    padding-left: 0;
    border-left: none;
  }
}



.about-section {
  overflow: hidden;
  padding-bottom: 172px;
}

.about-section .rectangle-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.about-section .image-column .inner-column {
  position: relative;
  z-index: 1;
  margin-right: -40px;
}

.about-section .image-column .inner-column .image1 {
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
  box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
}

.about-section .image-column .inner-column .image1 img {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .inner-column .image1:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.about-section .image-column .inner-column .image2 {
  max-width: 275px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
  box-shadow: 0px 5px 20px 0px rgba(var(--theme-color-black-rgb), 0.1);
  position: absolute;
  bottom: -52px;
  right: 0;
}

.about-section .image-column .inner-column .image2 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .inner-column .image2:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 991.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .about-section .image-column .inner-column {
    margin-bottom: 0;
  }

  .about-section .image-column .inner-column .image2 {
    position: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}

.about-section .content-column .inner-column {
  padding-left: 70px;
  margin-left: -70px;
  border-left: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}

.about-section .content-column .inner-column .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-section .content-column .inner-column .list::before {
  position: absolute;
  bottom: 0;
  left: -70px;
  width: calc(100% + 70px);
  height: 1px;
  content: "";
  background: rgba(var(--theme-color-black-rgb), 0.1);
}

.about-section .content-column .inner-column .info {
  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;
  gap: 20px;
  max-width: 450px;
}

.about-section .content-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.about-section .content-column .inner-column .info .user .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 67px;
  width: 100%;
  height: 67px;
  padding: 7px;
  border: 1px solid var(--theme-color9);
}

.about-section .content-column .inner-column .info .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.about-section .content-column .inner-column .info .user .sub-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0c6460;
  margin-bottom: 0;
}


/*** 

====================================================================
    Funfact Sectiom Two
====================================================================

***/
.funfact-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.funfact-section.have-after::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42%;
  content: "";
  background-color: var(--theme-color-gray2);
  z-index: -1;
}

.funfact-section .sec-title .list {
  margin-top: 30px;
}

.funfact-section .sec-title .list li {
  color: #d1d5db;
  font-weight: 500;
}

.funfact-section .sec-title .list li:not(:last-child) {
  margin-bottom: 10px;
}

.funfact-section .sec-title .list li i {
  color: var(--theme-color1);
  margin-right: 5px;
}

@media (max-width: 768px) {
  .funfact-section .sec-title .list {
    margin-top: 20px;
  }

  .funfact-section .sec-title .list li {
    font-size: 14px;
  }

  .funfact-section .sec-title .list li:not(:last-child) {
    margin-bottom: 0px;
  }
}

.funfact-section .outer-box {
  background-color: var(--theme-color2);
  border-radius: 26px 0 0 26px;
  overflow: hidden;
  /* padding: 60px 80px; */
  margin-right: -23%;
}

@media (max-width: 1399.98px) {
  .funfact-section .outer-box {
    margin-right: -10%;
  }
}

@media (max-width: 991.98px) {
  .funfact-section .outer-box {
    margin-right: 0;
    border-radius: 25px;
    padding: 15px;
  }
}

.funfact-section .sec-shape {
  position: absolute;
  right: -200px;
  bottom: -150px;
}

.funfact-block .inner-box {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 45px;
  border-radius: 20px;
}

.funfact-block .inner-box .icon {
  margin-bottom: 20px;
}

.funfact-block .inner-box .icon svg,
.funfact-block .inner-box .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 10px;
}

.funfact-block .inner-box .icon svg path,
.funfact-block .inner-box .icon i path {
  fill: #fff;
}

.funfact-block .inner-box .icon {
  position: relative;
  z-index: 1;
  border:solid 1px #fff;width:fit-content;padding:10px;border-radius:50%;
}

.funfact-block .inner-box .icon::after {
  position: absolute;
  width: 50px;
  height: 50px;
  
  content: "";
  left: 0px;
  bottom: 0;
  opacity: 0.1;
  border-top-left-radius: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 40px;
  z-index: -1;
}

.funfact-block .inner-box .content-box .title {
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  color: var(--theme-color-white);
}

.funfact-block .inner-box .content-box .sub-title {
  color: var(--theme-color-white);
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .funfact-block .inner-box {
    padding: 10px;
    text-align: center;
  }

  .funfact-block .inner-box .icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.funfact-block:hover .inner-box {
  background-color: var(--theme-color1);
}

.funfact-block:hover .inner-box .icon svg {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.funfact-block:hover .inner-box .icon svg path {
  fill: var(--theme-color-black);
}

.funfact-block:hover .inner-box .content-box .title {
  color: var(--headings-color);
}

.funfact-block:hover .inner-box .content-box .sub-title {
  color: var(--headings-color);
}




.case-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.case-section.white-bg {
  margin: 0px 30px;
  border-radius: 30px;
  background-color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .case-section.white-bg .title br {
    display: none;
  }
}

.case-section.white-bg .outer-box {
  padding: 0 20px;
}

.case-section .outer-box {
  padding: 0 50px;
}

@media (max-width: 767.98px) {
  .case-section .outer-box {
    padding: 0 12px;
  }
}

.case-section.have-combine::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color-gray);
}

.case-block .inner-box {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.case-block .inner-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}

.case-block .inner-box .content-box {
  background-color: rgba(var(--theme-color-white-rgb), 0.93);
  backdrop-filter: blur(89px);
  border-radius: 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
  width: 90%;
  padding: 30px;
  opacity: 0.95;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.case-block .inner-box .content-box .sub-title {
  font-weight: 600;
  color: var(--theme-color-dark);
  font-size: 14px;
  line-height: 30px;
}

.case-block .inner-box .content-box .title {
  max-width: 300px;
  margin-bottom: 0;
}

.case-block .inner-box .hover-content {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  width: 85%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.case-block .inner-box .hover-content .sub-title {
  font-weight: 600;
  color: var(--theme-color-white);
  font-size: 14px;
  line-height: 30px;
}

.case-block .inner-box .hover-content .title {
  max-width: 300px;
  color: var(--theme-color-white);
  margin-bottom: 0;
}

.case-block .inner-box .hover-content {
  opacity: 0;
  visibility: hidden;
}

.case-block .inner-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(19.36%, rgba(0, 0, 0, 0)), color-stop(71.26%, #163839), to(#163839));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.36%, #163839 71.26%, #163839 100%);
  z-index: 0;
  content: "";
}

.case-block .inner-box .arry-btn {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color1);
  position: absolute;
  top: 48%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  color: #163839;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-block .inner-box .arry-btn i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-block .inner-box .arry-btn::after {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color-white);
  position: absolute;
  top: -3px;
  left: 1px;
  border-radius: 50%;
  content: "";
  z-index: -1;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.case-block .inner-box .arry-btn:hover i {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.case-block .inner-box .arry-btn:hover::after {
  top: 0;
  left: 0;
}

.case-block .inner-box:hover::after {
  height: 90%;
  opacity: 1;
  visibility: visible;
}

.case-block .inner-box:hover .image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.case-block .inner-box:hover .arry-btn {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.case-block .inner-box:hover .content-box {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.case-block .inner-box:hover .hover-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}



.service-section-five {
  position: relative;
  z-index: 9;
  margin: 0 30px;
  border-radius: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

@media (max-width: 767.98px) {
  .service-section-five .title br {
    display: none;
  }
  .service-section-five {  margin: 0 10px;}
}

.service-section-five:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background: linear-gradient(280.47deg, rgba(20, 68, 67, 0.85) 15.04%, #144443 65.71%);
}

.service-section-five .shape-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.service-section-five .service-wrapper {
  margin: 0px 15px;
}

.service-section-five .service-know-box {
  border-radius: 100px;
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  max-width: 705px;
  margin: 60px auto 0;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 767.98px) {
  .service-section-five .service-know-box {
    display: block;
    margin: 40px auto 0;
    text-align: center;
    padding: 14px;
  }
}

.service-section-five .service-know-box .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  background-color: var(--theme-color1);
}

@media (max-width: 767.98px) {
  .service-section-five .service-know-box .icon {
    margin: 0 auto;
  }
}

.service-section-five .service-know-box p {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: var(--theme-color-white);
  text-transform: capitalize;
  margin-bottom: 0;
}

.service-section-five .service-know-box p a {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  color: var(--theme-color1);
  text-decoration: underline;
  margin-left: 20px;
}

.service-section-five .service-know-box p a i {
  margin-left: 15px;
  font-size: 19px;
}

.service-card-items {
  margin-top: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px;
  padding-bottom: 30px;
}

@media (max-width: 1599.98px) {
  .service-card-items {
    padding: 35px;
  }
}

@media (max-width: 768px) {
  .service-card-items {
    padding: 10px;
  }
}


.service-card-items .icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(99deg, #C8F169 0%, #039397 93.92%);
}

.service-card-items .icon svg {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.service-card-items .content {
  margin-top: 0px;
}

.service-card-items .content h3 a {
  color: #fff;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.service-card-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.service-card-items .content p {
  color: #C4C4C4;
}

.service-card-items .content .link-btn {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
}

.service-card-items .content .link-btn:hover {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.service-card-items:hover .icon svg {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}


/***

==================================================================
    Offer Section One
==================================================================

***/
.objective-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.objective-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background-color: var(--theme-color-gray2);
  z-index: -1;
  content: "";
}

.objective-section .content-column .inner-column {
  padding: 50px;
  background-color: var(--theme-color-white);
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  overflow: hidden;
  height: 100%;
}

.objective-section .content-column .inner-column .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.objective-section .content-column .inner-column .content .image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.objective-section .content-column .inner-column .content .image img {
  width: 100%;
}

.objective-section .content-column .inner-column .content .image .btn-play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.objective-section .content-column .inner-column .content .image .btn-play::after,
.objective-section .content-column .inner-column .content .image .btn-play::before {
  opacity: 1;
  border: 20px solid rgba(var(--theme-color2-rgb), 0.5);
}

.objective-section .content-column .inner-column .content ul li {
  font-size: 16px;
}

.objective-section .content-column .inner-column .progress .progress-title {
  font-size: 18px;
  font-weight: 700;
  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;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.objective-section .content-column .inner-column .progress .bar {
  height: 2.21px;
  border-radius: 3px;
}

.objective-section .content-column .inner-column .progress .bar .bar-inner {
  border-radius: 3px;
  background-color: var(--theme-color1);
}

.objective-section .content-column .inner-column .nav.nav-tabs {
  border-bottom: 1px solid rgba(2, 6, 38, 0.102);
}

.objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link {
  padding: 8px 50px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
  border-radius: 2px;
  color: var(--headings-color);
  background-color: transparent;
  border: none;
}

.objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
}

@media (max-width: 768px) {
  .objective-section .content-column .inner-column .nav.nav-tabs .nav-item .nav-link {
    padding: 6px 20px;
  }
}

@media (max-width: 768px) {
  .objective-section .content-column .inner-column .nav.nav-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .objective-section .content-column .inner-column {
    padding: 30px 12px;
  }
}

@media (max-width: 768px) {
  .objective-section .content-column .inner-column .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .objective-section .content-column .inner-column .content .image {
    width: 100%;
  }
}

.objective-block {
  padding: 70px 45px;
  padding-bottom: 90px;
  /* background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 5px; */
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
}

.objective-block .title {
  padding-left: 15px;
  border-left: 2.25px solid var(--theme-color1);
}

.objective-block .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* Three equal columns */
  gap: 10px;
  -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: 1180px) {
  .objective-block{padding:0px;}
   .objective-block .outer-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .objective-block .outer-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.objective-block .outer-box .item {
  width: 100%;
  text-align: center;
  border: solid 0px red;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 5px;
  text-transform: capitalize;
  padding: 10px;
}

.objective-block .outer-box .item .icon {
  margin-bottom: 10px;
}

@media (max-width: 499.98px) {
  .objective-block .outer-box .item {}
}

.objective-block .outer-box .item:not(:first-child) {
  /* border-left: 0px solid #ebebeb; */
}

@media (max-width: 499.98px) {
  .objective-block .outer-box .item:not(:first-child) {
    border: none;
  }
}

.objective-block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.objective-block .info .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.09);
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0901960784);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0901960784);
}

.objective-block .info .text {
  color: var(--headings-color);
  margin-bottom: 0;
}

.objective-block .info .text a {
  font-weight: 500;
  text-decoration: underline;
}

.objective-block .triangle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .objective-block {
    padding: 30px 12px;
  }

  .objective-block .triangle {
    display: none;
  }
}


/*** 

====================================================================
		FAQ's Section
====================================================================

***/
.faq-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color4);
}

.faq-section .sec-title .text {
  font-size: 16px;
  line-height: 28.8px;
}

.faq-section .image-column .inner-column {
  height: 100%;
}

.faq-section .image-column .inner-column .image {
  height: 100%;
}

.faq-section .image-column .inner-column .image img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.faq-section .content-column .inner-column {
  padding: 120px 80px;
  position: relative;
  z-index: 1;
}

.faq-section .content-column .inner-column .map-shape {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

@media (max-width: 1399.98px) {
  .faq-section .content-column .inner-column {
    padding: 60px 30px;
  }
}

@media (max-width: 1399.98px) {
  .faq-section .content-column .inner-column {
    padding: 60px 15px;
  }
}

.faq-section:hover .image-column .image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.faq-accordion .accordion .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #0f2727;
  overflow: hidden;
}

.faq-accordion .accordion .accordion-item .accordion-header button {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 15px 30px;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-accordion .accordion .accordion-item .accordion-body {
  padding: 30px;
}

.faq-accordion .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: rgba(var(--theme-color-white-rgb), 0.52);
}

.faq-accordion .accordion .accordion-button {
  background-color: #00715d;
}

.faq-accordion .accordion .accordion-button::after {
  display: none;
}

.faq-accordion .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 15px;
  right: 15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--theme-color-white);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-accordion .accordion .accordion-button.collapsed {
  background-color: transparent;
}

.faq-accordion .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*** 

====================================================================
		FAQ's Section two
====================================================================

***/
.faq-section-two {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
  margin-top: -20%;
}

@media (max-width: 1199.98px) {
  .faq-section-two {
    margin-top: 0;
    padding: 60px 0;
  }
}

.faq-section-two .sec-title {
  max-width: 570px;
}

.faq-section-two .sec-title .text {
  font-size: 16px;
  line-height: 30px;
}

.faq-section-two .image-column .inner-column {
  position: relative;
  z-index: 1;
}

.faq-section-two .image-column .inner-column .image {
  border-radius: 40px;
  overflow: hidden;
}

.faq-section-two .image-column .inner-column .image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.faq-section-two .image-column .inner-column .info {
  position: absolute;
  bottom: -60px;
  left: -145px;
}

.faq-section-two .image-column .inner-column .shape {
  position: absolute;
  top: -60px;
  left: -60px;
}

.faq-section-two .image-column .inner-column::after {
  position: absolute;
  bottom: 110px;
  left: -40px;
  width: 12px;
  height: 535px;
  border-radius: 12px;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .faq-section-two .image-column .inner-column .info {
    left: -70px;
  }
}

@media (max-width: 768px) {
  .faq-section-two .image-column .inner-column .info {
    left: -10px;
  }

  .faq-section-two .image-column .inner-column .info img {
    max-width: 200px;
  }

  .faq-section-two .image-column .inner-column .shape {
    display: none;
  }

  .faq-section-two .image-column .inner-column::after {
    display: none;
  }
}

.faq-section-two .content-column .inner-column {
  margin-left: -110px;
  margin-bottom: 8px;
  padding: 70px;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .faq-section-two .content-column .inner-column {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .faq-section-two .content-column .inner-column {
    padding: 30px 12px;
  }
}

.faq-two-accordion .accordion .accordion-item {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-two-accordion .accordion .accordion-item .accordion-header button {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 15px 20px;
  padding-bottom: 0;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--headings-color);
}

.faq-two-accordion .accordion .accordion-item .accordion-header button .number {
  font-size: 20px;
  color: var(--headings-color);
  font-weight: 600;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color1);
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 768px) {
  .faq-two-accordion .accordion .accordion-item .accordion-header button .number {
    display: none;
  }
}

.faq-two-accordion .accordion .accordion-item .accordion-body {
  padding: 30px;
  padding-left: 90px;
  padding-top: 0;
}

.faq-two-accordion .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

@media (max-width: 768px) {
  .faq-two-accordion .accordion .accordion-item .accordion-body {
    padding-left: 20px;
    padding-top: 15px;
  }

  .faq-two-accordion .accordion .accordion-item .accordion-body .text {
    font-size: 14px;
    line-height: 26px;
  }
}

.faq-two-accordion .accordion .accordion-button {
  background-color: transparent;
}

.faq-two-accordion .accordion .accordion-button::after {
  display: none;
}

.faq-two-accordion .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 15px;
  right: 15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--headings-color);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-two-accordion .accordion .accordion-button.collapsed {
  background-color: transparent;
  padding-bottom: 15px !important;
}

.faq-two-accordion .accordion .accordion-button.collapsed .number {
  background-color: rgba(var(--theme-color2-rgb), 0.3) !important;


}

.faq-two-accordion .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*** 

====================================================================
		FAQ's Section three
====================================================================

***/
.faq-section-three {
  position: relative;
  z-index: 1;
}

.faq-section-three .sec-title {
  max-width: 570px;
}

.faq-section-three .sec-title .text {
  font-size: 16px;
  line-height: 30px;
}

.faq-section-three .image-column .inner-column {
  position: relative;
  z-index: 1;
}

.faq-section-three .image-column .inner-column .image {
  border-radius: 40px;
  overflow: hidden;
}

.faq-section-three .image-column .inner-column .image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.faq-section-three .image-column .inner-column .info {
  position: absolute;
  bottom: -60px;
  left: -145px;
}

.faq-section-three .image-column .inner-column .shape {
  position: absolute;
  top: -60px;
  left: -60px;
}

@media (max-width: 768px) {
  .faq-section-three .image-column .inner-column .shape {
    display: none;
  }
}

.faq-section-three .image-column .inner-column::after {
  position: absolute;
  bottom: 110px;
  left: -40px;
  width: 12px;
  height: 535px;
  border-radius: 12px;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .faq-section-three .image-column .inner-column .info {
    left: -70px;
  }
}

@media (max-width: 768px) {
  .faq-section-three .image-column .inner-column .info {
    left: -10px;
  }

  .faq-section-three .image-column .inner-column .info img {
    max-width: 200px;
  }

  .faq-section-three .image-column .inner-column .shape {
    display: none;
  }

  .faq-section-three .image-column .inner-column::after {
    display: none;
  }
}

.faq-section-three .content-column .inner-column {
  margin-left: -110px;
}

@media (max-width: 1199.98px) {
  .faq-section-three .content-column .inner-column {
    margin-left: 0;
    padding: 50px 30px;
    margin-bottom: 80px;
  }
}

.faq-section-three .content-column .inner-column {
  margin-bottom: 8px;
  padding: 70px;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .faq-section-three .content-column .inner-column {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .faq-section-three .content-column .inner-column {
    padding: 70px 12px;
  }
}


/***

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

***/
.main-footer {
  position: relative;
  background-color: var(--theme-color2);
  /* Widget Section */
}

.main-footer .widgets-section {
  padding: 60px 0 100px;
}

@media (max-width: 991.98px) {
  .main-footer .widgets-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .main-footer .footer-column {
    margin-bottom: 30px;
  }
}

.main-footer .footer-widget.about-widget {
  max-width: 300px;
}


@media (max-width: 991.98px) {
  .main-footer .footer-widget.about-widget {
    max-width: 100%;
  }
}

.main-footer .footer-widget.contact-widget .user-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.main-footer .footer-widget.contact-widget .user-links li i {
  color: var(--theme-color1);
  font-size: 14px;
}

.main-footer .widget-title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 20px;
}

.main-footer .widget-content .text {
  color: #d1d5db;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}


/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 30px 0;
  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;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom .inner-container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: rgba(var(--theme-color-white-rgb), 0.45);
  font-size: 16px;
}

.footer-bottom .copyright-text span {
  color: var(--theme-color-white);
}

.footer-bottom .copyright-text a {
  color: var(--theme-color-white);
}

.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-white);
}

.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
}

.footer-bottom .footer-nav li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
}

.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .footer-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 0;
    padding-top: 30px;
  }

  .footer-bottom .copyright-text {
    font-size: 14px;
  }
}

.footer-bottom .goTop-btn {
  overflow: hidden;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 14px;
  color: var(--headings-color);
  background-color: var(--theme-color1);
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

.footer-bottom .goTop-btn i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

.footer-bottom .goTop-btn i:first-child {
  position: absolute;
  top: 0;
  left: 23px;
}

.footer-bottom .goTop-btn i:last-child {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.footer-bottom .goTop-btn:hover i:first-child {
  top: -60px;
}

.footer-bottom .goTop-btn:hover i:last-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


.footer-style-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer-style-two .sec-shape {
  position: absolute;
  bottom: -30px;
  right: -320px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .footer-style-two .sec-shape {
    display: none;
  }
}

.footer-style-two .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-style-two .footer-top .logo {
  width: 300px;
  background-color: var(--theme-color1);
  padding: 40px 59px;
}


@media (max-width: 991.98px) {
  .footer-style-two .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-style-two .footer-top .logo {
    margin: 0 auto;
  }

  .footer-style-two .footer-top {
    padding-bottom: 30px;
  }
}

.footer-style-two .widgets-section {
  padding: 80px 0;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  position: relative;
  z-index: 1;
}

.footer-style-two .widgets-section::after {
  position: absolute;
  top: 0;
  left: 66%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  width: 1px;
  height: 100%;
  content: "";
}

@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-style-two .widgets-section {
    padding: 60px 0;
  }
}

.footer-style-two .footer-widget.about-widget {
  max-width: 590px;
}

.footer-style-two .footer-widget.about-widget .widget-title {
  font-size: 32px;
  margin-bottom: 30px;
}

.footer-style-two .footer-widget.about-widget .text {
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 550px;
}

.footer-style-two .footer-widget.about-widget .input-feild {
  max-width: 280px;
}

.footer-style-two .footer-widget.about-widget .input-feild input {
  border-radius: 38px;
}

.footer-style-two .footer-widget.about-widget .input-feild .btn-one-rounded {
  min-width: 100%;
  color: var(--theme-color-black);
  margin-top: 20px;
}

.footer-style-two .footer-widget .widget-content .user-links li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-weight: 500;
}

.footer-style-two .footer-widget .widget-content .user-links li a::before {
  display: none;
}

.footer-style-two .footer-widget .widget-content .user-links li a:hover {
  color: var(--theme-color-white);
}

.footer-style-two .footer-widget.contact-widget {
  max-width: 250px;
  margin-left: auto;
}

.footer-style-two .footer-widget.contact-widget .text {
  margin-bottom: 0;
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
}

.footer-style-two .footer-widget.contact-widget a {
  font-weight: 500;
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-size: 20px;
  line-height: 35px;
}

.footer-style-two .footer-widget.contact-widget a:hover {
  color: var(--theme-color-white);
}

.footer-style-two .footer-widget.contact-widget .nuber a {
  color: var(--theme-color-white);
  font-weight: 700;
  line-height: 45px;
}

@media (max-width: 768px) {
  .footer-style-two .footer-widget.contact-widget {
    margin: 0;
  }
}

.footer-style-two .footer-bottom .footer-nav {
  gap: 15px;
}

.footer-style-two .footer-bottom .footer-nav li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
  color: var(--theme-color-white);
  font-size: 15px;
}

.footer-style-two .footer-bottom .footer-nav li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
}


/*** 
====================================================================
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-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 110px;
  position: relative;
}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
  content: "";
  mix-blend-mode: normal;
}

.page-title:after {
  background: url(../images/background/page-title-pattern.png);
  content: "";
  height: 100%;
  mix-blend-mode: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.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);
}

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



.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);
}

.nr-list {
  position: relative;
  border: solid 1px var(--theme-color1);
  background:#fff;
    padding: 15px;
    border-radius: 25px;
}

.nr-list .title {
  font-style: normal;
  font-family: var(--title-font);
  font-size: 18px;
  line-height: 28px;
}

.nr-list .title span {
  color: transparent;
  font-size: 34px;
  margin-right: 25px;
  -webkit-text-stroke: 1px rgba(10, 18, 34, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nr-list .title:hover span {
  color: #d9d9d9;
}

.outcome-list li {
  color: #6B7280;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.outcome-list li i {
  color: var(--theme-color2);
  font-size: 22px;
}


/* 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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 30px;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}

.nav-links .prev .thumb {
  margin-right: 20px;
}

.nav-links .next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 100%;
  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;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  width: 60px;
}

.nav-links>div .thumb a {
  display: inline-block;
}

.nav-links>div>a {
  background-color: var(--theme-color-gray);
  border-radius: 10px;
  color: var(--theme-light-background-text-color);
  display: inline-block;
  font-size: 20px;
  font-weight: var(--body-font-weight-bold);
  line-height: 1.637;
  padding: 52px 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .nav-links>div>a {
    padding: 30px;
  }
}

.nav-links>div>a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
}


/*==================================================
=            Bootstrap 5 Media Queries             =
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
==================================================*/
/*==========  Mobile First Method  ==========*/
/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 60px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

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

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

  .pt-100 {
    padding-top: 50px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

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

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

  .pt-80 {
    padding-top: 40px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

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

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

  .pt-50 {
    padding-top: 25px !important;
  }

  .pb-50 {
    padding-bottom: 25px !important;
  }

  .pt-60 {
    padding-top: 30px !important;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }

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

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

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

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

/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 3.3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 3.1rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

.number {
  font-size: 51px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--font-title);
}
 .service-card-items h4{font-size: 21px;}
.specBg{
  background: var(--theme-color-gray) url('../images/service-shape.png') left top no-repeat;;
}
 .mbanner{display:none;}
@media only screen and (max-width: 767px) {
  .number {font-size: 40px;}
  .banner-section .content-column .sub-title{padding: 15px 20px;font-size: 19px;}
  .banner-section .banner-slider .banner-slide{background:none;}
  .mbanner{display:block;}
  .about-section{padding-bottom:50px;}
}