@charset "UTF-8";
/*
Template Name: Kleanix
Template URL: ''
Description: 'Cleaning service Html Template'
Author: themeholy 
Author URI: https://themeforest.net/user/themeholy 
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Faq
    4.00. Service
    4.00. Process
    4.00. Feature
    4.00. Gallery
    4.00. Category
    4.00. CTA
    4.00. Deal
    4.00. Tab Menu

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #007CFA;
  --theme-color2: #FFC702;
  --theme-color3: #8CC63F;
  --theme-color4:#54B435;
  --title-color: #1F1F1F;
  --body-color: #797E88;
  --smoke-color: #F7F7F7;
  --smoke-color2: #F6F6F6;
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #D8DDE1;
  --dark-color: #021526;
  --title-font: "Archivo", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}


p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 54px;
  line-height: 1.18;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.12;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.th-search {
  background-color: var(--smoke-color2);
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}

/* Small devices */

.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a {
  margin-bottom: 0;
}

/*-------- blog-navigation --------*/

/*== Header lang  Style start ------------------*/

/*== Header lang  Style End ------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media (min-width: 1560px) {
  .th-container2 {
    width: 100%;
    max-width: 1560px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .th-container2 .container {
    --main-container: 1220px;
  }
  .th-container3 {
    width: 100%;
    max-width: 1560px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .th-container3 .container {
    --main-container: 1220px;
  }
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .th-container3,
  .th-container2 {
    margin-right: auto;
  }
}

@media only screen and (min-width: 1300px) {
  
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1720px;
  }
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

/* Medium devices */

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid var(--th-border-color);
  color: var(--body-color);
  border-radius: 27px;
  font-size: 14px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: var(--white-color);
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--th-border-color);
  background-color: var(--smoke-color2);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-comment {
  margin-top: -2px;
}

.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color2);
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 50px 0 -7px 0;
  line-height: 10px;
  height: 10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  margin: 5px 7px;
  opacity: 1;
  background-color: var(--theme-color);
  position: relative;
  cursor: pointer;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid var(--theme-color);
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 4px;
  --swiper-pagination-bullet-horizontal-gap: 0px;
  margin: 0px;
  opacity: 1;
  background-color: var(--theme-color);
  position: relative;
  cursor: pointer;
  width: 20%;
  border-radius: 0;
  background-color: var(--th-border-color);
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet::before {
  inset: 0;
  border: 2px solid var(--theme-color);
}

.style-2.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.slider-area {
  position: relative;
}

.arrow-wrap {
  position: relative;
}

/* Extra large devices */

/* Medium Large devices */

/* Medium devices */
@media (max-width: 991px) {
  .slick-dots {
    margin: 40px 0 0 0;
  }
}

.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}

.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}

.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(50%, 0, -21px);
          transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
          transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
          transform: translate3d(-50%, 0, -21px);
}

.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}

.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
          transform: translate3d(-40%, 0, -23px);
}

/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
  content: '\f068';
}

.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--dark-color);
}

.preloader .th-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

@-webkit-keyframes animloader {
  0% {
    box-shadow: -38px -6px, -14px 6px,  14px -6px;
  }
  33% {
    box-shadow: -38px 6px, -14px -6px,  14px 6px;
  }
  66% {
    box-shadow: -38px -6px, -14px 6px, 14px -6px;
  }
  100% {
    box-shadow: -38px 6px, -14px -6px, 14px 6px;
  }
}

@keyframes animloader {
  0% {
    box-shadow: -38px -6px, -14px 6px,  14px -6px;
  }
  33% {
    box-shadow: -38px 6px, -14px -6px,  14px 6px;
  }
  66% {
    box-shadow: -38px -6px, -14px 6px, 14px -6px;
  }
  100% {
    box-shadow: -38px 6px, -14px -6px, 14px 6px;
  }
}

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 44px;
  min-width: 170px;
  border-radius: 30px;
  box-shadow: var(--theme-color) 0px 3px 8px -2px;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.th-btn.star-btn:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  height: 100%;
  width: 100%;
  background-color: none;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -ms-transform-origin: bottom center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA1OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl83NjBfMikiPgo8cGF0aCBkPSJNOSAyTDEwLjg5MDYgNy4xMDkzNkwxNiA5TDEwLjg5MDYgMTAuODkwNkw5IDE2TDcuMTA5MzYgMTAuODkwNkwyIDlMNy4xMDkzNiA3LjEwOTM2TDkgMloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggZD0iTTkgMkwxMC44OTA2IDcuMTA5MzZMMTYgOUwxMC44OTA2IDEwLjg5MDZMOSAxNkw3LjEwOTM2IDEwLjg5MDZMMiA5TDcuMTA5MzYgNy4xMDkzNkw5IDJaIiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9mXzc2MF8yKSI+CjxwYXRoIGQ9Ik01MS41IDM3TDUyLjcxNTQgNDAuMjg0Nkw1NiA0MS41TDUyLjcxNTQgNDIuNzE1NEw1MS41IDQ2TDUwLjI4NDYgNDIuNzE1NEw0NyA0MS41TDUwLjI4NDYgNDAuMjg0Nkw1MS41IDM3WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNNTEuNSAzN0w1Mi43MTU0IDQwLjI4NDZMNTYgNDEuNUw1Mi43MTU0IDQyLjcxNTRMNTEuNSA0Nkw1MC4yODQ2IDQyLjcxNTRMNDcgNDEuNUw1MC4yODQ2IDQwLjI4NDZMNTEuNSAzN1oiIGZpbGw9IndoaXRlIi8+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfNzYwXzIiIHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfNzYwXzIiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl83NjBfMiIgeD0iNDUiIHk9IjM1IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzc2MF8yIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.th-btn.star-btn:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 62%;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -ms-transform-origin: bottom center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCA1MyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl83NjBfMykiPgo8cGF0aCBkPSJNNC41IDJMNS4xNzUyMyAzLjgyNDc3TDcgNC41TDUuMTc1MjMgNS4xNzUyM0w0LjUgN0wzLjgyNDc3IDUuMTc1MjNMMiA0LjVMMy44MjQ3NyAzLjgyNDc3TDQuNSAyWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNNC41IDJMNS4xNzUyMyAzLjgyNDc3TDcgNC41TDUuMTc1MjMgNS4xNzUyM0w0LjUgN0wzLjgyNDc3IDUuMTc1MjNMMiA0LjVMMy44MjQ3NyAzLjgyNDc3TDQuNSAyWiIgZmlsbD0id2hpdGUiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZl83NjBfMykiPgo8cGF0aCBkPSJNNDcuNSAxNEw0OC40NDUzIDE2LjU1NDdMNTEgMTcuNUw0OC40NDUzIDE4LjQ0NTNMNDcuNSAyMUw0Ni41NTQ3IDE4LjQ0NTNMNDQgMTcuNUw0Ni41NTQ3IDE2LjU1NDdMNDcuNSAxNFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggZD0iTTQ3LjUgMTRMNDguNDQ1MyAxNi41NTQ3TDUxIDE3LjVMNDguNDQ1MyAxOC40NDUzTDQ3LjUgMjFMNDYuNTU0NyAxOC40NDUzTDQ0IDE3LjVMNDYuNTU0NyAxNi41NTQ3TDQ3LjUgMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzc2MF8zIiB4PSIwIiB5PSIwIiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl83NjBfMyIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9mXzc2MF8zIiB4PSI0MiIgeT0iMTIiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfNzYwXzMiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.th-btn i {
  font-size: 0.95em;
}

.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.th-btn:hover.star-btn::before, .th-btn.active.star-btn::before {
  top: 14%;
  left: 11%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.th-btn:hover.star-btn::after, .th-btn.active.star-btn::after {
  top: 15%;
  left: 62%;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.th-btn.btn-fw {
  width: 100%;
}

.th-btn.btn-fw:before, .th-btn.btn-fw:after {
  display: none;
}

.th-btn.btn-fw:hover {
  background-color: var(--title-color);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
  margin-top: -0.2em;
  text-transform: capitalize;
}

.sub-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  letter-spacing: 4px;
  color: var(--theme-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.34em;
  /* Large devices */
}

.sub-title::before {
  content: '';
  height: 2px;
  width: 60px;
  background: var(--theme-color);
  display: inline-block;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .sub-title::before {
    display: none;
  }
}

.sub-title::after {
  content: '';
  height: 2px;
  width: 60px;
  background: var(--theme-color);
  display: inline-block;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .sub-title::after {
    display: none;
  }
}

.sub-title:has(img) {
  margin-top: 0;
}

.sub-title.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}

.sub-title img {
  margin: -11px 10px 0 0;
}

.sub-title i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sub-title i {
    font-size: 24px;
  }
}

.sub-title2 {
  display: block;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color4);
  margin-bottom: 24px;
  padding-top: 5px;
  text-transform: uppercase;
  line-height: 28px;
}

.sub-title2:has(img) {
  margin-top: 0;
}

.sub-title2.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}

.sub-title2 img {
  margin: -14px 10px 0 0;
}

.sub-title2 i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sub-title2 i {
    font-size: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .title-area.text-center.text-xl-start .sub-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 18px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

hr.title-line {
  margin-top: 0;
  background-color: var(--th-border-color);
  opacity: 1;
}


.title-line {
  margin-bottom: var(--section-title-space);
}

.shadow-title {
  font-family: var(--title-font);
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
  background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: -0.55em 0 -0.45em -0.25em;
}

.title-area2 {
  padding: 50px 100px;
}

.title-area2 .subtitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: -0.4em;
  margin-bottom: 5px;
  display: block;
}

.title-area2 .title {
  color: var(--white-color);
  max-width: 430px;
  margin-bottom: -0.26em;
}

@media (max-width: 1700px) {
  .title-area2 {
    padding: 50px 50px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .shadow-title {
    font-size: 64px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  
  .title-line {
    --section-title-space: 55px;
  }
  .title-area2 .title {
    max-width: 300px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 60px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .title-area2 {
    text-align: center;
  }
  .title-area2 .title {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .shadow-title {
    font-size: 52px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 40px;
  }
  .title-area2 {
    padding: 40px 20px;
  }
}

.sec-text {
  max-width: 630px;
  font-size: 18px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .sec-text {
    max-width: 100%;
    display: block;
    margin: auto;
  }
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* color scheme ---------------------------------- */
.color-scheme {
  position: fixed;
  right: -1px;
  top: calc(50% - 100px);
  z-index: 99;
  background: var(--black-color);
  padding: 20px 30px;
  border-radius: 10px 0 0 10px;
  max-width: 300px;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.color-scheme .switchIcon {
  position: absolute;
  left: 0;
  top: 10px;
  border: 0;
  background: var(--theme-color);
  color: var(--white-color);
  height: 45px;
  width: 45px;
  border-radius: 5px 0 0 5px;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.color-scheme .color-switch-btns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}

.color-scheme .color-switch-btns button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 24px;
  color: var(--theme-color);
  text-align: left;
}

.color-scheme #thcolorpicker {
  padding: 0 !important;
  border: 2px solid var(--white-color);
  border-radius: 0;
  height: 25px;
  border-radius: 15px;
  overflow: hidden;
  max-width: 170px;
}

.color-scheme.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  background-color: transparent;
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 10px;
  border: 1px solid var(--th-border-color);
}

.th-social a:last-child {
  margin-right: 0;
}

.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.box-text {
  margin-bottom: -0.5em;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

.th-bg-img {
  position: absolute;
  inset: 0;
}

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

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: var(--white-color);
  right: -1px;
  top: -51px;
  text-align: right;
  width: 100%;
  background: var(--theme-color);
  height: 44px;
  width: 50px;
  text-align: center;
  margin-bottom: 0px;
  padding-right: 0;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 8px;
}

.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
  background: var(--theme-color2);
}

/*------------------- 3.6. Font -------------------*/

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

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

.bg-black2 {
  background-color: var(--black-color2) !important;
}

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

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-left {
  background-size: auto;
  background-position: top left;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}

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

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*------------------- 3.10. Animation -------------------*/

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes jumpReverseAni {
  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 jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

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

.bg-color-ani {
  -webkit-animation: bgColor 6s linear infinite;
          animation: bgColor 6s linear infinite;
}

@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@-webkit-keyframes zoom1 {
  0% {
    scale: 0.3;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.3;
  }
}

@-webkit-keyframes starani {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(0.35) translateY(40px);
            transform: scale(0.35) translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes starani {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(0.35) translateY(40px);
            transform: scale(0.35) translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes waveLine {
  0% {
    background-position: left 0 center;
  }
  50% {
    background-position: left 100% center;
  }
  100% {
    background-position: left 0 center;
  }
}

@keyframes waveLine {
  0% {
    background-position: left 0 center;
  }
  50% {
    background-position: left 100% center;
  }
  100% {
    background-position: left 0 center;
  }
}

@-webkit-keyframes bubble_ani {
  0% {
    opacity: 1;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
  }
}

@keyframes bubble_ani {
  0% {
    opacity: 1;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}


.fadein {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

.swiper-slide-active .bubble_ani {
  --animation-name: bubble_ani;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes bubble_ani {
  0% {
    opacity: 1;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu a {
  display: block;
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
  margin: 0 0 14px;
  padding: 17px 30px 17px 30px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 50px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.widget_nav_menu li {
  display: block;
  position: relative;
}

.widget_nav_menu li > span {
  color: var(--body-color);
  position: absolute;
  right: 30px;
  top: 17px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a {
  border-bottom: none;
  margin-bottom: 0;
}

.widget_nav_menu a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.widget_nav_menu a:hover ~ span {
  color: var(--white-color);
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children {
  margin-left: 10px;
}

.widget_nav_menu a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color2);
  margin-bottom: 40px;
  position: relative;
  border-radius: 30px;
}

.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
  border-radius: 30px;
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 32px 0;
}

/* Medium Large devices */

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 30px;
    border-radius: 10px;
  }
}

.widget:has(.author-widget-wrap) {
  padding: 0;
  overflow: hidden;
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 600;
  text-transform: capitalize;
  margin: -0.12em 0 32px 0;
  padding: 0 0 15px 0;
  position: relative;
}

.footer-widget .widget_title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 68px;
  height: 1px;
  background-color: var(--theme-color2);
}

.footer-widget .widget_title img {
  margin: -7px 10px 0 0;
}

 .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

 .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}

 .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 0px;
  margin-bottom: 18px;
  font-family: var(--body-font);
  color: var(--white-color);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  position: relative;
  border: 0;
}

 .footer-widget.widget_nav_menu a:before {
  content: "\f061";
  position: absolute;
  left: -23px;
  top: 2px;
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: Font Awesome\ 6 Pro;
  -webkit-transform: rotate(-41deg);
      -ms-transform: rotate(-41deg);
          transform: rotate(-41deg);
  color: var(--theme-color2);
  -webkit-transition: all .4s;
  transition: all .4s;
}

 .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color2);
}

 .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color2);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

 .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

 .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

/* Extra small devices */

/* Extra small devices */

.about-logo {
  margin-bottom: 15px;
}

.th-widget-about {
  max-width: 315px;
}

.th-widget-about .about-logo {
  margin-bottom: 40px;
}

.th-widget-about .about-text {
  margin-bottom: 30px;
  margin-top: -0.9em;
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
   .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin: -0.12em 0 25px 0;
    padding: 0 0 11px 0;
  }
  .th-widget-about .about-text {
    margin-bottom: 20px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu > ul > li {
  margin: 0 15px;
}

.main-menu > ul > li > a {
  padding: 22px 0;
}

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

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: var(--title-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f077";
  color: var(--theme-color);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\2b";
  float: right;
  top: 1px;
  display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f51a";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 9px;
  }
}

.menu-style1 > ul > li {
  margin: 0 14px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .menu-style1 > ul > li {
    margin: 0 10px;
  }
}

.menu-style1 > ul > li > a {
  padding: 17px 0;
  color: var(--white-color);
}

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

.menu-style1 ul li.menu-item-has-children > a:after {
  color: var(--white-color);
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
}

.header-links li:not(:last-child) {
  margin: 0 42px 0 0;
  /* Small devices */
}

@media (max-width: 767px) {
  .header-links li:not(:last-child) {
    margin: 0 0px 0 0;
  }
}

.header-links li:not(:last-child):after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: var(--theme-color2);
  position: absolute;
  top: 0px;
  right: -22px;
  margin-top: 7px;
  opacity: 0.4;
  /* Small devices */
}

@media (max-width: 767px) {
  .header-links li:not(:last-child):after {
    display: none;
  }
}

.header-links li > i {
  margin-right: 6px;
  color: var(--theme-color2);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color2);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-top {
  padding: 6px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.header-top a:hover {
  color: var(--theme-color2);
}

/* Header Default ---------------------------------- */

/* Extra small devices */
@media (max-width: 575px) {
  .header-logo img {
    max-width: 180px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-logo img {
    max-width: 160px;
  }
}

/* Header 1 ---------------------------------- */

/* Extra large devices */

/* Header 2 ---------------------------------- */

/* Extra large devices */

/* Header 3 ---------------------------------- */

.dropdown-toggle::after {
  content: "\f078";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--th-border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
}

.dropdown-menu a {
  color: var(--title-color) !important;
}

.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

.category-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  z-index: -1;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.category-menu ul {
  padding: 0;
  margin-bottom: 0;
}

.category-menu li {
  list-style: none;
  border-bottom: 1px solid #F5F7EB;
}

.category-menu li:last-child {
  border-bottom: none;
}

.category-menu li.menu-item-has-children {
  position: relative;
}

.category-menu li.menu-item-has-children > a:after {
  content: "\f054";
  float: right;
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 1px;
  font-size: 0.9em;
  color: var(--theme-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category-menu li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.category-menu li ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 0;
  left: 100%;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.category-menu li ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.category-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.category-menu a {
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--title-color);
  position: relative;
  padding: 14px 25px;
}

.category-menu a img {
  margin-right: 8px;
}

.category-menu a:hover {
  background-color: var(--smoke-color2);
  color: var(--theme-color);
}

.category-menu.close-category {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.category-menu.open-category {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .menu-expand {
    font-size: 15px;
  }
}

.menu-expand i {
  margin-right: 15px;
}

.menu-expand:hover {
  color: var(--white-color);
}

/* Header 2 ---------------------------------- */
.header-layout3 .header-top {
  background-color: #001524;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
}

.header-layout3 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout3 .header-links li:after {
  opacity: 0.35;
  width: 1px;
}

.header-layout3 .header-links li > i {
  color: var(--theme-color);
}

.header-layout3 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 36.5px 0;
}

.header-layout3 .main-menu ul li.menu-item-has-children > a:after {
  color: var(--white-color);
}

.header-layout3 .main-menu ul li.menu-item-has-children > a:hover:after {
  color: var(--theme-color);
}

.header-layout3 .main-menu a:hover {
  color: var(--theme-color);
}

.header-layout3 .main-menu a:hover:before {
  color: var(--theme-color);
}

.header-layout3 .menu-area {
  position: relative;
  z-index: 2;
}

.header-layout3 .header-logo {
  padding: 0;
}

.header-layout3 .sticky-wrapper {
  background-color: #001524;
}

.header-layout3 .th-menu-toggle {
  margin-left: auto;
}

.header-layout3 .header-button {
  gap: 35px;
}

@media (min-width: 1300px) {
  .header-layout3 {
    --main-container: 1680px;
  }
}

/* Medium Large devices */

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout3 .header-button .th-btn {
    display: none;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout3 .menu-top {
    padding: 15px 0;
  }
  .header-layout3 .header-logo {
    padding: 15px 0;
  }
  .header-layout3 .header-logo img {
    max-height: 46px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout3 .header-logo img {
    max-height: 38px;
  }
}

/* Header 1 ---------------------------------- */

/* Medium Large devices */

/* Extra small devices */

/* Extra small devices */

/* ------------------------------Header 1  Start ---------------------------------- */

/* Medium Large devices */

/* Extra small devices */

/* ------------------------------ Header 1  End ---------------------------------- */
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  --body-color: #788094;
  position: relative;
  z-index: 2;
  background-color: var(--title-color);
  overflow: hidden;
}

.footer-wrapper .th-social a {
  background-color: #1F2432;
  color: var(--white-color);
}

.footer-wrapper .th-social a:hover {
  background-color: var(--theme-color);
}

.widget-area {
  padding-top: 100px;
  padding-bottom: 40px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.copyright-wrap {
  padding: 66px 0 26px;
  background-position: bottom;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .copyright-wrap {
    background-color: var(--theme-color2);
    padding: 25px 0 20px;
  }
}

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

.copyright-wrap .copyright-text a {
  color: var(--theme-color);
}

.copyright-wrap .copyright-text a:hover {
  color: var(--title-color);
}

.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-text {
  margin: 0;
}

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

.copyright-text a:hover {
  color: var(--white-color);
}

.th-widget-contact {
  max-width: 265px;
}

.th-widget-schedule {
  width: 280px;
  max-width: 100%;
}

.th-widget-schedule .title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget-area {
    padding-bottom: 10px;
  }
}

/* Medium devices */

/* Small devices */

/* Extra small devices */
@media (max-width: 575px) {
  .widget-area {
    padding-bottom: 0px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 0px;
  }
  .copyright-text {
    text-align: center;
  }
}

/* Footer Default  ---------------------------------- */

.footer-widget .menu-all-pages-container .menu li {
  margin-left: 23px;
}

/* footer 1 ---------------------------------- */
.footer-layout1 {
  background-position: top center;
  background-color: transparent;
}

.footer-layout1 .widget-area {
  padding-top: 80px;
  padding-bottom: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .footer-layout1 .widget-area {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

/* footer 2 ---------------------------------- */
.footer-wrapper.footer-layout1 {
  overflow: initial;
  background-color: #0a1660;
}

.footer-layout1 .copyright-wrap {
  padding: 12px 0;
  background-color: var(--theme-color);
}

.footer-layout1 .th-social a {
  border-radius: 50%;
  background: transparent;
}

.footer-layout1 .th-social a:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
}

.footer-layout1 .copyright-wrap .copyright-text {
  color: var(--white-color);
}

.footer-layout1 .copyright-wrap .copyright-text a {
  color: var(--theme-color2);
}

.th-widget-contact {
  max-width: 280px;
}

/* footer 3 ---------------------------------- */

.footer-top-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .footer-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}

@media (max-width: 360px) {
  .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-contact .box-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(6, 143, 255, 0.3);
  color: var(--white-color);
  font-size: 36px;
  text-align: center;
  border-radius: 10px;
}

.footer-contact .box-title {
  color: var(--white-color);
  font-size: 18px;
  margin-bottom: 7px;
}

.footer-contact .box-content {
  max-width: 242px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .footer-contact .box-content {
    max-width: 235px;
  }
}

@media (max-width: 767px) {
  .footer-contact .box-content {
    max-width: 242px;
  }
}

.footer-contact .box-text {
  line-height: 24px;
}

.footer-contact .box-text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: inherit;
}

.footer-contact .box-text a:hover {
  color: var(--theme-color);
}

/*------------------- 4.4. Breadcumb  -------------------*/

/* Medium Large devices */

/* Large devices */

/* Small devices */

/* Extra small devices */

/* Extra small devices */

/*-- Unit Test breadcrumb  Start-----*/

/*-- Unit Test breadcrumb  End-----*/
/*------------------- 4.5. Pagination  -------------------*/

.th-pagination {
  margin-bottom: 30px;
}


.th-pagination ul {
  margin: 0;
  padding: 0;
}


.th-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}


.th-pagination li:last-child {
  margin-right: 0;
}


.th-pagination li:first-child {
  margin-left: 0;
}


.th-pagination span,
.th-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: transparent;
  width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid var(--th-border-color);
}


.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

/* Small devices */
@media (max-width: 767px) {
  
  .th-pagination span,
  .th-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/*------------------- 4.6. Blog  -------------------*/

/* Small devices */

/* Extra small devices */

/* Extra small devices */

/* Large devices */

/* Extra small devices */

.th-blog {
  margin-bottom: 30px;
}

@media (min-width: 1300px) {
  
  .th-comments-wrap,
  .th-comment-form {
    margin-right: 16px;
  }
}

/* Small devices */

/* Extra small devices */

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/*------------------- 4.7. Comments  -------------------*/
.th-comment-form {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  position: relative;
}

.th-comment-form .row {
  --bs-gutter-x: 20px;
}

.th-comment-form .form-group > i {
  color: inherit;
}

.th-comment-form,
.th-comments-wrap {
  padding: 40px;
  box-shadow: none;
  border-radius: 30px;
  border: 1px solid var(--th-border-color);
  /* Small devices */
}

@media (max-width: 767px) {
  .th-comment-form,
  .th-comments-wrap {
    border-radius: 10px;
  }
}

.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
  padding: 0;
  box-shadow: none;
  display: none;
}

.th-comments-wrap {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
}

.th-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.th-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.th-comments-wrap li {
  margin: 0;
}

.th-comments-wrap .th-post-comment {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  border: 1px solid var(--th-border-color);
  border-radius: 30px;
}

.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul {
  margin-bottom: 1rem;
}

.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
  margin-bottom: 0;
}

.th-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -30px;
}

.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.th-comments-wrap .name {
  margin-bottom: 12px;
  font-size: 18px;
}

.th-comments-wrap .text {
  margin-bottom: 0px;
}

.th-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .th-comments-wrap .children {
    margin-left: 50px;
  }
}

ul.comment-list .th-comment-item:last-child > .th-post-comment {
  border-bottom: 1px solid var(--th-border-color);
}

ul.comment-list .children .th-comment-item > .th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--th-border-color);
}

ul.comment-list:has(> .th-comment-item ~ .th-comment-item):first-child > .th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--th-border-color);
}

.th-comments-wrap.th-comment-form {
  margin: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-comment-form,
  .th-comments-wrap {
    padding: 40px 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .th-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .th-comment-form,
  .th-comments-wrap {
    padding: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-comment-form,
  .th-comments-wrap {
    padding: 40px 20px;
  }
  .th-comments-wrap .th-post-comment {
    display: block;
  }
  .th-comments-wrap .children {
    margin-left: 40px;
  }
  .th-comments-wrap .children {
    margin-left: 0px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-comment-form {
    --blog-space-x: 20px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
}

.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-title {
  font-size: 84px;
  font-weight: 600;
  line-height: 1.11;
  margin-bottom: 30px;
  margin-top: -0.2em;
}

.hero-title .title1,
.hero-title .title2 {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}

.hero-1 {
  margin-top: -8px;
}

.hero-1 .hero-img {
  position: absolute;
  right: 7%;
  bottom: 0;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1800px) {
  .hero-1 .hero-img {
    right: 5%;
  }
}

@media (max-width: 1650px) {
  .hero-1 .hero-img {
    right: 0%;
  }
}

@media (max-width: 1500px) {
  .hero-1 .hero-img {
    right: 6%;
    max-width: 650px;
  }
}

@media (max-width: 1299px) {
  .hero-1 .hero-img {
    right: 2%;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-img {
    max-width: 565px;
  }
}

.hero-1 .hero-img .hero-img-bg-shape-wrap {
  position: absolute;
  bottom: 0px;
  width: 654px;
  height: 700px;
  z-index: -1;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left {
  position: absolute;
  bottom: -8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 {
  position: absolute;
  bottom: 0;
  top: -25px;
  left: 205px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 .bg-shape {
  background: var(--theme-color);
  display: inline-block;
  height: 300px;
  margin-top: 76px;
  position: relative;
  width: 76px;
  border-top-left-radius: 2px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 .bg-shape:before {
  border-bottom: 67px solid var(--theme-color);
  border-left: 76px solid transparent;
  border-right: 0px solid transparent;
  content: "";
  height: 0px;
  left: 0px;
  position: absolute;
  top: -66px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-2 {
  position: absolute;
  bottom: 0;
  top: -140px;
  left: 295px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape {
  background: var(--theme-color2);
  display: inline-block;
  height: 300px;
  margin-top: 76px;
  position: relative;
  width: 76px;
  border-top-left-radius: 2px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape:before {
  border-bottom: 67px solid var(--theme-color2);
  border-left: 76px solid transparent;
  border-right: 0px solid transparent;
  content: "";
  height: 0px;
  left: 0px;
  position: absolute;
  top: -66px;
  width: 0;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right {
  position: absolute;
  bottom: -22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 27%;
  bottom: 98%;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 {
  position: absolute;
  bottom: 0;
  top: -85px;
  left: 254px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 .bg-shape {
  background: var(--theme-color2);
  display: inline-block;
  height: 300px;
  margin-top: 76px;
  position: relative;
  width: 76px;
  border-top-left-radius: 2px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 .bg-shape:before {
  border-bottom: 67px solid var(--theme-color2);
  border-left: 76px solid var(--theme-color2);
  border-right: 0px solid transparent;
  border-top: 66px solid transparent;
  content: "";
  height: 0px;
  left: 0px;
  position: absolute;
  top: -66px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-4 {
  position: absolute;
  bottom: 0;
  top: 54px;
  left: 343px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape {
  background: var(--theme-color);
  display: inline-block;
  height: 300px;
  margin-top: 76px;
  position: relative;
  width: 76px;
  border-top-left-radius: 2px;
}

.hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape:before {
  border-bottom: 67px solid var(--theme-color);
  border-left: 76px solid var(--theme-color);
  border-right: 0px solid transparent;
  border-top: 66px solid transparent;
  content: "";
  height: 0px;
  left: 0px;
  position: absolute;
  top: -66px;
}

.hero-1 .hero-shape4 {
  bottom: 0;
  left: 0;
}

.hero-1:hover path {
  -webkit-animation: fillAni 14s ease-in-out;
          animation: fillAni 14s ease-in-out;
}

.hero-1,
.hero-2 {
  overflow: hidden;
}

/* Large devices */

.svg-img path {
  fill-opacity: 1;
  stroke: var(--theme-color);
  fill: #CEE3C6;
  stroke-width: 1;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}

@-webkit-keyframes fillAni {
  0% {
    stroke-dashoffset: 5000;
    fill: transparent;
    opacity: 0.15;
  }
  99% {
    opacity: 0.2;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill: #CEE3C6;
    opacity: 1;
  }
}

@keyframes fillAni {
  0% {
    stroke-dashoffset: 5000;
    fill: transparent;
    opacity: 0.15;
  }
  99% {
    opacity: 0.2;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill: #CEE3C6;
    opacity: 1;
  }
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 358px 0 207px;
}

.hero-style1 .sub-title {
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: -0.4em;
  padding-top: 0;
  letter-spacing: normal;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  /* Medium devices */
}

.hero-style1 .sub-title::before {
  display: none;
}

@media (max-width: 991px) {
  .hero-style1 .sub-title::after {
    display: none;
  }
}

.hero-style1 .title-img {
  position: absolute;
  bottom: 72%;
  right: 5%;
}

@media (max-width: 1500px) {
  .hero-style1 {
    padding: 270px 0 125px;
  }
  .hero-title {
    font-size: 70px;
  }
  .hero-1 .hero-img .hero-img-bg-shape-wrap {
    position: absolute;
    bottom: -9%;
    width: 654px;
    height: 700px;
    z-index: -1;
    right: 12%;
  }
  .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 .bg-shape {
    height: 154px;
  }
  .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape {
    height: 250px;
  }
  .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 {
    top: 3px;
  }
  .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-2 {
    top: -110px;
  }
  .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 .bg-shape {
    height: 250px;
    margin-top: 218px;
  }
  .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape {
    height: 183px;
    margin-top: 195px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 55px;
  }
  .hero-style1 {
    padding: 270px 0 125px;
  }
  .hero-style1 .title-img {
    right: 3%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-1 .hero-img .hero-img-bg-shape-wrap {
    display: none;
  }
  .hero-1 .hero-img {
    position: static;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 0px auto;
  }
  .hero-1 .hero-shape2 {
    display: none;
  }
  .hero-style1 .sub-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-title {
    font-size: 60px;
    line-height: 1.2;
  }
  .hero-style1 {
    padding: 250px 0 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .title1,
  .hero-style1 .title2 {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .title-img {
    max-width: 40px;
    right: 5%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style1 {
    padding: 230px 0 50px;
  }
  .hero-title {
    font-size: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style1 .title-img {
    right: 3%;
  }
  .hero-title {
    font-size: 42px;
    line-height: 1.24;
    margin-bottom: 35px;
  }
  .hero-style1 .sub-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: 36px;
    line-height: 1.3;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 32px;
  }
}

/* Hero 2 --------------------------------------*/
.hero-2 {
  overflow: hidden;
}

.hero-2 .th-hero-bg2 {
  position: absolute;
  inset: 0;
}

.hero-2 .th-hero-bg2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-2 .hero-bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  height: 68px;
  background: var(--theme-color2);
}

.hero-2 .hero-bottom-shape img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn-group .arrow {
  -webkit-transform: translate(10px, 10px);
      -ms-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}

.hero-style2 {
  position: relative;
  z-index: 6;
  padding: 340px 0 265px;
  max-width: 690px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style2 {
    padding: 340px 0 245px;
  }
}

@media (max-width: 1199px) {
  .hero-style2 {
    padding: 300px 0 205px;
  }
}

@media (max-width: 991px) {
  .hero-style2 {
    padding: 271px 0 175px;
  }
}

@media (max-width: 767px) {
  .hero-style2 {
    padding: 240px 0 135px;
  }
}

@media (max-width: 375px) {
  .hero-style2 {
    padding: 210px 0 95px;
  }
}

.hero-style2 .hero-title {
  color: var(--white-color);
  margin-bottom: 12px;
  font-weight: 800;
  /* Extra large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .hero-style2 .hero-title {
    font-size: 84px;
  }
}

@media (max-width: 767px) {
  .hero-style2 .hero-title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .hero-style2 .hero-title {
    font-size: 45px;
  }
}

@media (max-width: 375px) {
  .hero-style2 .hero-title {
    font-size: 34px;
  }
}

.hero-style2 .sub-title {
  margin-bottom: 25px;
  color: var(--theme-color2);
  gap: 22px;
  letter-spacing: normal;
  text-transform: capitalize;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style2 .sub-title {
    margin-bottom: 14px;
  }
}

.hero-style2 .hero-text {
  color: var(--white-color);
  margin-bottom: 32px;
}

.hero-style2 .sub-title:before {
  background-color: var(--theme-color2);
}

.hero-style2 .sub-title::after {
  height: 8px;
  width: 8px;
  background-color: var(--theme-color2);
  position: absolute;
  left: 60px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@-webkit-keyframes roundFill {
  0% {
    width: 0;
  }
  60% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes roundFill {
  0% {
    width: 0;
  }
  60% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.hero2-bottom-from-area {
  background-color: var(--theme-color2);
  padding: 30px 0 47px;
}

.hero2-bottom-from-area .hero-from-top-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  z-index: 2;
  height: 95px;
  background: var(--theme-color2);
  /* Extra small devices */
}

@media (max-width: 1380px) {
  .hero2-bottom-from-area .hero-from-top-shape {
    top: -60px;
  }
}

@media (max-width: 650px) {
  .hero2-bottom-from-area .hero-from-top-shape {
    top: -37px;
    height: 60px;
  }
}

@media (max-width: 375px) {
  .hero2-bottom-from-area .hero-from-top-shape {
    display: none;
  }
}

.hero2-bottom-from-area .hero-form-wrap .form-group > i.fa-chevron-down {
  color: var(--smoke-color);
  background: transparent;
  z-index: 3;
}

.hero2-bottom-from-area select::-webkit-input-placeholder, .hero2-bottom-from-area .form-control::-webkit-input-placeholder, .hero2-bottom-from-area .form-select::-webkit-input-placeholder, .hero2-bottom-from-area textarea::-webkit-input-placeholder, .hero2-bottom-from-area input::-webkit-input-placeholder {
  font-size: 14px;
}

.hero2-bottom-from-area select::-moz-placeholder, .hero2-bottom-from-area .form-control::-moz-placeholder, .hero2-bottom-from-area .form-select::-moz-placeholder, .hero2-bottom-from-area textarea::-moz-placeholder, .hero2-bottom-from-area input::-moz-placeholder {
  font-size: 14px;
}

.hero2-bottom-from-area select:-ms-input-placeholder, .hero2-bottom-from-area .form-control:-ms-input-placeholder, .hero2-bottom-from-area .form-select:-ms-input-placeholder, .hero2-bottom-from-area textarea:-ms-input-placeholder, .hero2-bottom-from-area input:-ms-input-placeholder {
  font-size: 14px;
}

.hero2-bottom-from-area select::-ms-input-placeholder, .hero2-bottom-from-area .form-control::-ms-input-placeholder, .hero2-bottom-from-area .form-select::-ms-input-placeholder, .hero2-bottom-from-area textarea::-ms-input-placeholder, .hero2-bottom-from-area input::-ms-input-placeholder {
  font-size: 14px;
}

.hero2-bottom-from-area select::placeholder,
.hero2-bottom-from-area .form-control::placeholder,
.hero2-bottom-from-area .form-select::placeholder,
.hero2-bottom-from-area textarea::placeholder,
.hero2-bottom-from-area input::placeholder {
  font-size: 14px;
}

/*Babul Animation ============------- */
.hero2-animated-bubble {
  opacity: 0;
}

.hero2-animated-bubble {
  opacity: 1;
}

.hero2-animated-bubble .bubbles {
  position: absolute;
  z-index: 9;
}

.hero2-animated-bubble .bubbles:first-child {
  bottom: 20%;
  left: 10%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
          animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.hero2-animated-bubble .bubbles:nth-child(2) {
  bottom: 10%;
  left: 8%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
          animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.hero2-animated-bubble .bubbles:nth-child(3) {
  bottom: 5%;
  left: 12%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
          animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.hero2-animated-bubble .bubbles:nth-child(4) {
  bottom: 26%;
  left: 6%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
          animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.hero2-animated-bubble .bubbles:nth-child(5) {
  bottom: 44%;
  left: 11%;
  -webkit-animation: up 7.5s;
          animation: up 7.5s;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
          animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.hero2-animated-bubble .bubbles:nth-child(6) {
  top: 7%;
  left: 8%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
          animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.hero2-animated-bubble .bubbles:nth-child(7) {
  top: 35%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
          animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.hero2-animated-bubble .bubbles:nth-child(8) {
  bottom: 40%;
  left: 5%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
          animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.hero2-animated-bubble .bubbles:nth-child(9) {
  top: 1%;
  left: 12%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -2.09s;
          animation: bubble-animation 4.5s infinite ease-in -2.09s;
}

.hero2-animated-bubble .bubbles:nth-child(10) {
  bottom: 22%;
  left: 11.5%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -2.96s;
          animation: bubble-animation 4.5s infinite ease-in -2.96s;
}

.hero2-animated-bubble .bubbles:nth-child(11) {
  bottom: 28%;
  left: 11%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -1.126s;
          animation: bubble-animation 4.5s infinite ease-in -1.126s;
}

.hero2-animated-bubble .bubbles:nth-child(12) {
  top: 36%;
  left: 11%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -2.96s;
          animation: bubble-animation 4.5s infinite ease-in -2.96s;
}

@-webkit-keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}

@keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-2 {
    background-position: left center;
  }
  .hero-style2 .btn-group .arrow {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-2 .hero-shape2 {
    top: 19%;
    left: 34%;
  }
}

/* Hero 3 -------------------------------------*/

.hero-3 {
  max-width: 1760px;
  margin: 0 auto;
  border: 5px solid var(--black-color);
  border-radius: 45px;
  box-shadow: 5px 5px 0 var(--black-color);
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1800px) {
  .hero-3 {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .hero-3 {
    border-radius: 30px;
  }
}

@media (max-width: 575px) {
  .hero-3 {
    border-radius: 20px;
  }
}

.hero_3-right_shape {
  background: var(--theme-color3);
  height: 100%;
  right: 0;
  top: 0;
  width: 895px;
  z-index: 1;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1500px) {
  .hero_3-right_shape {
    width: 806px;
  }
}

@media (max-width: 1399px) {
  .hero_3-right_shape {
    width: 615px;
  }
}

@media (max-width: 1250px) {
  .hero_3-right_shape {
    width: 535px;
  }
}

@media (max-width: 1150px) {
  .hero_3-right_shape {
    width: 450px;
  }
}

@media (max-width: 1030px) {
  .hero_3-right_shape {
    width: 422px;
  }
}

@media (max-width: 991px) {
  .hero_3-right_shape {
    display: none;
  }
}

.hero_3-right_shape2 {
  background: var(--theme-color2);
  height: 100%;
  right: 0;
  top: 0;
  width: 916px;
  z-index: -1;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1500px) {
  .hero_3-right_shape2 {
    width: 835px;
  }
}

@media (max-width: 1399px) {
  .hero_3-right_shape2 {
    width: 655px;
  }
}

@media (max-width: 1250px) {
  .hero_3-right_shape2 {
    width: 565px;
  }
}

@media (max-width: 1150px) {
  .hero_3-right_shape2 {
    width: 480px;
  }
}

@media (max-width: 1080px) {
  .hero_3-right_shape2 {
    width: 422px;
  }
}

@media (max-width: 991px) {
  .hero_3-right_shape2 {
    display: none;
  }
}

.hero_3-main-img {
  right: 20px;
  z-index: 2;
  bottom: 0;
  /* Extra large devices */
  /* Medium devices */
}

@media (max-width: 1680px) {
  .hero_3-main-img {
    right: 0px;
    max-width: 690px;
  }
}

@media (max-width: 1550px) {
  .hero_3-main-img {
    right: 0px;
    max-width: 640px;
  }
}

@media (max-width: 1500px) {
  .hero_3-main-img {
    max-width: 550px;
  }
}

@media (max-width: 1270px) {
  .hero_3-main-img {
    max-width: 480px;
  }
}

@media (max-width: 1090px) {
  .hero_3-main-img {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .hero_3-main-img {
    display: none;
  }
}

.hero-style3 {
  width: 70%;
  font-weight: 600;
  font-size: 17px;
  padding: 204px 0 200px 125px;
  position: relative;
  z-index: 4;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style3 {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .hero-style3 {
    padding: 150px 0 150px 60px;
    width: 72%;
  }
}

@media (max-width: 991px) {
  .hero-style3 {
    width: 95%;
    padding: 130px 0 130px 60px;
  }
}

@media (max-width: 767px) {
  .hero-style3 {
    padding: 100px 0 100px;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 375px) {
  .hero-style3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.hero-style3 .hero-title {
  margin-bottom: 15px;
  /* Extra small devices */
}

.hero-style3 .hero-title span {
  color: var(--theme-color3);
  font-weight: 300;
}

@media (max-width: 375px) {
  .hero-style3 .hero-title {
    font-size: 25px;
  }
}

.hero-style3 .hero-text {
  max-width: 710px;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 30px;
  font-family: var(--title-font);
}

.hero-style3 .hero-bottom {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style3 .hero-bottom {
    margin-top: 80px;
  }
}

@media (max-width: 1199px) {
  .hero-style3 .hero-bottom {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .hero-style3 .hero-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
}

@media (max-width: 375px) {
  .hero-style3 .hero-bottom {
    margin-top: 30px;
    gap: 10px;
  }
}

.hero-style3 .hero-bottom .content {
  margin-right: 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-style3 .hero-bottom .content {
    margin-right: 0;
  }
}

.hero-style3 .hero-bottom .content .box-title {
  font-size: 14px;
  color: var(--theme-color3);
  margin: 0;
}

.hero-style3 .hero-bottom .content h5 {
  font-size: 16px;
  margin-bottom: -1px;
  font-weight: 600;
  margin-top: -.12em;
}

/* Hero 4 --------------------------------------*/
.hero-title4 {
  font-size: 84px;
  line-height: 1.12;
  margin-top: -0.2em;
  margin-bottom: 18px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-title4 {
    font-size: 64px;
  }
}

@media (max-width: 1199px) {
  .hero-title4 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-title4 {
    font-size: 52px;
  }
}

@media (max-width: 575px) {
  .hero-title4 {
    font-size: 44px;
  }
}

@media (max-width: 375px) {
  .hero-title4 {
    font-size: 36px;
  }
}

.hero-title4 .title1,
.hero-title4 .title2 {
  display: block;
}

@-webkit-keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.hero-4 {
  overflow: hidden;
}

.hero-4 .hero-img {
  position: absolute;
  bottom: 0;
  right: 8%;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1500px) {
  .hero-4 .hero-img {
    right: 0%;
  }
}

@media (max-width: 1299px) {
  .hero-4 .hero-img {
    max-width: 600px;
  }
}

@media (max-width: 1199px) {
  .hero-4 .hero-img {
    max-width: 560px;
  }
}

@media (max-width: 991px) {
  .hero-4 .hero-img {
    position: relative;
    top: unset;
    right: unset;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
}

.hero-4 .hero-shape1,
.hero-4 .hero-shape2,
.hero-4 .hero-shape3,
.hero-4 .hero-shape4,
.hero-4 .hero-shape5 {
  position: absolute;
  z-index: 2;
}

.hero-4 .hero-shape1 {
  top: 15%;
  left: 40%;
  -webkit-animation: spin 8s linear infinite;
          animation: spin 8s linear infinite;
}

.hero-4 .hero-shape2 {
  bottom: 12%;
  left: 48%;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}

@-webkit-keyframes heroBubble {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    opacity: 0.9;
    -webkit-transform: translate(100px, 20%);
            transform: translate(100px, 20%);
    bottom: 20%;
  }
  40% {
    opacity: 0.8;
    -webkit-transform: translate(0px, 40%);
            transform: translate(0px, 40%);
    bottom: 40%;
  }
  60% {
    opacity: 0.6;
    -webkit-transform: translate(80px, 60%);
            transform: translate(80px, 60%);
    bottom: 60%;
  }
  80% {
    opacity: 0.3;
    -webkit-transform: translate(0, 80%);
            transform: translate(0, 80%);
    bottom: 80%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100px, 100%) scale(0.3);
            transform: translate(100px, 100%) scale(0.3);
    bottom: 100%;
  }
}

@keyframes heroBubble {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    opacity: 0.9;
    -webkit-transform: translate(100px, 20%);
            transform: translate(100px, 20%);
    bottom: 20%;
  }
  40% {
    opacity: 0.8;
    -webkit-transform: translate(0px, 40%);
            transform: translate(0px, 40%);
    bottom: 40%;
  }
  60% {
    opacity: 0.6;
    -webkit-transform: translate(80px, 60%);
            transform: translate(80px, 60%);
    bottom: 60%;
  }
  80% {
    opacity: 0.3;
    -webkit-transform: translate(0, 80%);
            transform: translate(0, 80%);
    bottom: 80%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100px, 100%) scale(0.3);
            transform: translate(100px, 100%) scale(0.3);
    bottom: 100%;
  }
}

.hero-counter {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 30px;
  /* Extra small devices */
}

.hero-counter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 30px;
}

.hero-counter:last-of-type {
  border-right: none;
  padding-right: 0 !important;
}

@media (max-width: 575px) {
  .hero-counter {
    padding-right: 0 !important;
    border-right: none;
  }
}

.hero-counter .box-text {
  font-size: 13px;
}

@keyframes waveLine {
  0% {
    background-position: left 0 center;
  }
  50% {
    background-position: left 100% center;
  }
  100% {
    background-position: left 0 center;
  }
}

.hero-style4 {
  position: relative;
  z-index: 6;
  padding: 197px 0;
}

.hero-style4 .sub-title {
  margin-bottom: 30px;
}

.hero-style4 .hero-title {
  text-transform: capitalize;
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 36px;
}


.hero-style4 .box-text {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style4 {
    padding: 160px 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-style4 {
    padding: 120px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-counter-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-4 .hero-shape1 {
    left: 30px;
    top: 30px;
  }
  .hero-style4 {
    text-align: center;
    padding: 100px 0 40px 0;
  }
  .hero-style4 .title1,
  .hero-style4 .title2 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-counter {
    padding-right: 15px;
  }
  .hero-counter-wrap {
    gap: 15px;
  }
}

/* Hero 1 ---------------------------------- */
.hero-title {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.135;
  margin-bottom: 20px;
  margin-top: -0.2em;
}

.hero-title .title1,
.hero-title .title2 {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}

.text-transparent {
  -webkit-text-stroke: 2px var(--theme-color);
  color: transparent;
  /* Small devices */
}

@media (max-width: 767px) {
  .text-transparent {
    -webkit-text-stroke: 1px var(--theme-color);
  }
}

.hero-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--theme-color2);
  margin-top: -0.33em;
  margin-bottom: 32px;
}

.hero-heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-text {
  margin-bottom: 32px;
}

.hero-5 {
  overflow: hidden;
}

.hero-5 .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.hero-5 .shape-mockup {
  z-index: 2;
}

.hero-5 .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.hero-5 .hero-overlay img {
  height: 100%;
  object-fit: cover;
}

.hero-style5 {
  position: relative;
  z-index: 6;
  padding: 190px 0;
}

.hero-style5 .hero-title {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-style5 .hero-text {
  color: var(--white-color);
  max-width: 780px;
}

.hero-style5 .btn-group {
  gap: 45px;
}

.hero-style5 .sub-title {
  margin-bottom: 30px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-title {
    font-size: 64px;
  }
  .hero-style5 {
    padding: 150px 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 60px;
  }
  .hero-style5 .hero-text {
    max-width: 780px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 54px;
    line-height: 1.2;
  }
  .hero-style5 {
    padding: 110px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style5 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style5 .title1,
  .hero-style5 .title2 {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style5 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-5 .shape-mockup {
    display: none;
  }
  .hero-title {
    font-size: 48px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-title {
    font-size: 36px;
    line-height: 1.3;
  }
  .hero-subtitle {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .hero-5 .hero-overlay {
    opacity: 1;
  }
  .hero-style5 {
    padding: 100px 0;
  }
  .hero-style5 .btn-group {
    gap: 30px;
  }
}

/* hero-6 -----------*/
.hero-6 {
  overflow: hidden;
}

.hero-6 .slider-controller {
  position: absolute;
  top: 50%;
  left: 7.45%;
  width: 56px;
  height: 256px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  /* Hight Resoulation devices */
  /* Extra large devices */
}

@media (min-width: 1922px) {
  .hero-6 .slider-controller {
    right: 15%;
  }
}

@media (max-width: 1799px) {
  .hero-6 .slider-controller {
    left: 1%;
  }
}

@media (max-width: 1500px) {
  .hero-6 .slider-controller {
    display: none;
  }
}

.hero-6 .swiper-pagination-bullets {
  margin: 0;
}

.hero-6 .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 22px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hero-6 .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.hero-6 .swiper-horizontal > .swiper-pagination-bullets,
.hero-6 .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-6 .swiper-pagination-custom,
.hero-6 .swiper-pagination-fraction {
  top: 17%;
}

.hero-6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.hero-6 .shape-mockup {
  z-index: 2;
}

.hero-6 .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.hero-6 .hero-overlay img {
  height: 100%;
  object-fit: cover;
}

.hero-6 .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 990px;
  /* Medium Large devices */
  /* Medium Large devices */
}

@media (max-width: 1799px) {
  .hero-6 .hero-img {
    width: 800px;
  }
}

@media (max-width: 1399px) {
  .hero-6 .hero-img {
    width: 750px;
  }
}

@media (max-width: 1299px) {
  .hero-6 .hero-img {
    position: relative;
    display: block;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .hero-6 .hero-img {
    width: 100%;
  }
}

.hero-6 .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  left: -25px;
  -webkit-mask-image: url("../img/hero/hero-shape.png");
          mask-image: url("../img/hero/hero-shape.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hero-style6 {
  position: relative;
  z-index: 6;
  padding: 190px 0;
  max-width: 730px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-style6 {
    display: block;
    margin: auto;
    text-align: center;
    padding: 140px 0 70px 0;
  }
}

.hero-style6 .hero-title {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.hero-style6 .hero-text {
  color: var(--white-color);
  max-width: 780px;
}

.hero-style6 .btn-group {
  gap: 45px;
}

@media (max-width: 480px) {
  .hero-style6 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-style6 .sub-title {
  margin-bottom: 30px;
}

/*------------------- 4.9. Error  -------------------*/

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(5, 22, 52, 0.960784);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/

/*------------------- 4.00. Wocommerce  -------------------*/


.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 35px 40px 35px 40px;
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
  margin-bottom: 0;
  border-radius: 20px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
    border-radius: 10px;
  }
}


.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}


.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\e28b";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}

.rating-select p.stars a:hover ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\e28b";
  font-weight: 700;
}

/* Small devices */

/*------------------- 4.00. Products  -------------------*/
.th-product {
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: var(--white-color);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 18px;
}

#productCarousel .slick-arrow {
  top: 37.5%;
}

.mfp-content {
  margin: 1.5rem auto;
}

.mfp-content .product-details-img {
  padding-top: 15px;
}

.mfp-content .product-about {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mfp-content .container {
  position: relative;
}

.mfp-content .product-big-img {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.woosq-product .thumbnails .slick-list {
  display: block;
}

.woosq-product .thumbnails .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: var(--theme-color);
  opacity: 0.4;
}

.woosq-product .thumbnails .slick-dots li button:before {
  display: none;
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
  opacity: 1;
}

.th-sort-bar {
  padding: 10px;
  margin: 0 0 24px 0;
  background-color: var(--smoke-color2);
  border-radius: 10px;
}

.th-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.th-sort-bar select {
  height: 50px;
  border: 1px solid var(--th-border-color);
  background-color: var(--white-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  color: var(--body-color);
}

.th-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--th-border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px;
  border-radius: 5px;
}

.th-sort-bar .nav a.active, .th-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.product-big-img .slick-dots {
  margin: -11px 0 0 0 !important;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  --border-color: #c0c0c0;
}

.woocommerce-Reviews .th-post-comment {
  border-radius: 20px;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 60px;
  margin-right: 0 !important;
  box-shadow: none;
  /* Small devices */
}

@media (max-width: 767px) {
  .woocommerce-Reviews .th-comments-wrap {
    padding: 30px;
  }
}

.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color2);
  box-shadow: none;
  margin-right: 0 !important;
  margin-top: 28px;
  margin-bottom: 40px;
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
  background-color: var(--white-color);
}

.woocommerce-Reviews .comment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  margin: -12px !important;
  margin-bottom: 28px !important;
}

.woocommerce-Reviews .comment-list li {
  width: 50%;
  /* Medium devices */
}

@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list li {
    width: 100%;
  }
}

.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--th-border-color) !important;
  padding: 40px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin: 12px;
  border-radius: 10px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .th-post-comment {
    padding: 30px !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-Reviews .th-comment-form {
    padding: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .th-comment-form {
    padding: 40px 20px;
  }
}

#description {
  margin-bottom: 30px;
}

/* Medium Large devices */

/* Medium Large devices */

/* Large devices */
@media (max-width: 1199px) {
  .th-sort-bar select {
    min-width: auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .th-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .th-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .th-sort-bar .nav a:last-child:before {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-sort-bar {
    text-align: center;
    padding: 10px 15px 15px 15px;
  }
  .th-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .th-sort-bar select {
    margin: 0 auto;
  }
}

/* Extra small devices */

/* Extra small devices */

/*------------------- 4.00. Cart  -------------------*/

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Checkout  -------------------*/

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid transparent;
  padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  height: 56px;
  border: 1px solid transparent;
  background-color: var(--smoke-color2);
  border-radius: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  padding-left: 25px;
  padding-right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  line-height: 56px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

/* Small devices */

/*------------------- 4.00. Wishlist  -------------------*/

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Contact  -------------------*/
/* Contact Page ---------------------------------- */

.rounded-20 {
  border-radius: 20px;
  overflow: hidden;
}

.contact-form1 {
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  border-radius: 10px;
  margin-bottom: -180px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .contact-form1 {
    margin-bottom: 0;
  }
}

.contact-form1 .row {
  --bs-gutter-x: 20px;
}

.contact-form1 .input-wrap {
  padding: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .contact-form1 .input-wrap {
    padding: 20px;
  }
}

.contact-form1 .form-group > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.contact-form1 .form-control,
.contact-form1 .form-select {
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */

/* Large devices */

/* About 2 ---------------------------------- */

/* About 3 ---------------------------------- */

/* About 2 ---------------------------------- */

/*------------------- 4.00. Team  -------------------*/
/*team 1 ---------------------------------- */

/* Team 2 ---------------------------------- */

/* Team Details ---------------------------------- */

/* Team Card ---------------------------------- */

/* Small devices */

/* team-card3 ----------------------------*/

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
@media (min-width: 1200px) {
  .th-container-right {
    margin-right: -560px;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
}

/* Testimonial Card  2 ---------------------------------- */

/* Testimonial Card  3 ---------------------------------- */

/* Testimonial Box ---------------------------------- */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Testimonial Grid ---------------------------------- */

.testi-grid-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.testi-grid-thumb .swiper-slide-thumb-active .box-img {
  border-color: var(--theme-color);
}

/* Testimonial Grid ---------------------------------- */

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-card {
  --border-color: #D4D4D4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.counter-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1550px) {
  .counter-card-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .counter-card-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .counter-card-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.counter-card-wrap::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  width: 120%;
  height: 100%;
  background: var(--smoke-color2);
  z-index: -1;
  border-radius: 200px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1600px) {
  .counter-card-wrap::before {
    left: -5%;
    width: 110%;
  }
}

@media (max-width: 1450px) {
  .counter-card-wrap::before {
    left: -3%;
    width: 106%;
  }
}

@media (max-width: 1330px) {
  .counter-card-wrap::before {
    left: -2%;
    width: 104%;
  }
}

@media (max-width: 1299px) {
  .counter-card-wrap::before {
    left: -3%;
    width: 106%;
  }
}

@media (max-width: 991px) {
  .counter-card-wrap::before {
    left: -5%;
    width: 110%;
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  .counter-card-wrap::before {
    left: 0;
    width: 100%;
  }
}

.counter-card .box-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--body-color);
  /* Medium devices */
}

@media (max-width: 991px) {
  .counter-card .box-text {
    font-size: 16px;
  }
}

.counter-card .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-card {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .counter-card-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    /* Extra small devices */
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  .counter-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .counter-card:nth-child(1), .counter-card:nth-child(3) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* Counter  2 ---------------------------------- */

/* Counter 1 ---------------------------------- */
.counter-area .th-container {
  --main-container: 1599px;
}

.counter-card2 {
  text-align: center;
}

.counter-card2-wrap {
  --th-border-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}

.counter-card2 .box-icon {
  width: 92px;
  height: 92px;
  line-height: 92px;
  background-image: url('data:image/svg+xml,<svg width="93" height="94" viewBox="0 0 93 94" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M47.4858 2.35636C55.7133 4.1267 60.1559 12.7468 67.3926 17.0442C75.016 21.5713 87.0571 20.2067 90.9568 28.1713C94.8361 36.0941 86.759 44.7719 85.2223 53.459C83.7528 61.7668 86.6672 70.9505 82.1316 78.0633C77.3922 85.4958 69.1939 91.0143 60.4716 92.2735C52.0774 93.4854 45.0328 86.4302 36.7479 84.6152C27.5711 82.6048 16.5573 87.1208 9.36342 81.077C2.16678 75.0308 0.456568 64.0744 1.13757 54.6977C1.76262 46.0914 9.5601 40.1868 12.9106 32.2354C16.4065 23.9391 14.3822 12.9887 21.1928 7.10316C28.0716 1.15866 38.5991 0.444151 47.4858 2.35636Z" stroke="%23068FFF" stroke-width="2" stroke-dasharray="8 8"/></svg>');
  margin: 0 auto 20px auto;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}

.counter-card2 .box-icon:before {
  content: '';
  position: absolute;
  inset: 7px;
  background-color: var(--white-color);
  -webkit-clip-path: path("M39.3256 1.5968C46.2161 3.07946 49.9368 10.2988 55.9975 13.8979C62.3821 17.6893 72.4666 16.5465 75.7326 23.2168C78.9814 29.8521 72.2169 37.1198 70.93 44.3953C69.6992 51.353 72.14 59.0444 68.3415 65.0014C64.3722 71.226 57.5061 75.8478 50.2012 76.9024C43.171 77.9173 37.2712 72.0087 30.3326 70.4886C22.647 68.8049 13.4229 72.587 7.3981 67.5253C1.37092 62.4617 -0.0613862 53.2856 0.508951 45.4327C1.03243 38.2249 7.56282 33.2798 10.3689 26.6205C13.2967 19.6724 11.6013 10.5014 17.3052 5.57224C23.0662 0.59372 31.8829 -0.00467747 39.3256 1.5968Z");
          clip-path: path("M39.3256 1.5968C46.2161 3.07946 49.9368 10.2988 55.9975 13.8979C62.3821 17.6893 72.4666 16.5465 75.7326 23.2168C78.9814 29.8521 72.2169 37.1198 70.93 44.3953C69.6992 51.353 72.14 59.0444 68.3415 65.0014C64.3722 71.226 57.5061 75.8478 50.2012 76.9024C43.171 77.9173 37.2712 72.0087 30.3326 70.4886C22.647 68.8049 13.4229 72.587 7.3981 67.5253C1.37092 62.4617 -0.0613862 53.2856 0.508951 45.4327C1.03243 38.2249 7.56282 33.2798 10.3689 26.6205C13.2967 19.6724 11.6013 10.5014 17.3052 5.57224C23.0662 0.59372 31.8829 -0.00467747 39.3256 1.5968Z");
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-card2 .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-card2 .box-text {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 500;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .counter-card2 .box-text {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .counter-card2 .box-text {
    font-size: 15px;
  }
}

.counter-card2:hover .box-icon:before {
  -webkit-transform: rotate(-98deg);
      -ms-transform: rotate(-98deg);
          transform: rotate(-98deg);
}

.counter-card2:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Small devices */
@media (max-width: 767px) {
  .counter-card2 {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .counter-card2-wrap {
    text-align: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
  }
  .counter-card2-wrap:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: var(--th-border-color);
  }
  .counter-card2:nth-child(1), .counter-card2:nth-child(3) {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--th-border-color);
    margin-bottom: 30px;
  }
}

/* counter card --------------------*/
.counter-card3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

@media (max-width: 480px) {
  .counter-card3 {
    display: block;
    text-align: center;
  }
}

.counter-card3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .counter-card3-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .counter-card3-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.counter-card3 .box-icon {
  width: 92px;
  height: 92px;
  line-height: 92px;
  background-image: url('data:image/svg+xml,<svg width="93" height="94" viewBox="0 0 93 94" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M47.4858 2.35636C55.7133 4.1267 60.1559 12.7468 67.3926 17.0442C75.016 21.5713 87.0571 20.2067 90.9568 28.1713C94.8361 36.0941 86.759 44.7719 85.2223 53.459C83.7528 61.7668 86.6672 70.9505 82.1316 78.0633C77.3922 85.4958 69.1939 91.0143 60.4716 92.2735C52.0774 93.4854 45.0328 86.4302 36.7479 84.6152C27.5711 82.6048 16.5573 87.1208 9.36342 81.077C2.16678 75.0308 0.456568 64.0744 1.13757 54.6977C1.76262 46.0914 9.5601 40.1868 12.9106 32.2354C16.4065 23.9391 14.3822 12.9887 21.1928 7.10316C28.0716 1.15866 38.5991 0.444151 47.4858 2.35636Z" stroke="%23068FFF" stroke-width="2" stroke-dasharray="8 8"/></svg>');
  margin: auto;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media (max-width: 480px) {
  .counter-card3 .box-icon {
    margin-bottom: 20px;
  }
}

.counter-card3 .box-icon:before {
  content: '';
  position: absolute;
  inset: 7px;
  background-color: var(--white-color);
  -webkit-clip-path: path("M39.3256 1.5968C46.2161 3.07946 49.9368 10.2988 55.9975 13.8979C62.3821 17.6893 72.4666 16.5465 75.7326 23.2168C78.9814 29.8521 72.2169 37.1198 70.93 44.3953C69.6992 51.353 72.14 59.0444 68.3415 65.0014C64.3722 71.226 57.5061 75.8478 50.2012 76.9024C43.171 77.9173 37.2712 72.0087 30.3326 70.4886C22.647 68.8049 13.4229 72.587 7.3981 67.5253C1.37092 62.4617 -0.0613862 53.2856 0.508951 45.4327C1.03243 38.2249 7.56282 33.2798 10.3689 26.6205C13.2967 19.6724 11.6013 10.5014 17.3052 5.57224C23.0662 0.59372 31.8829 -0.00467747 39.3256 1.5968Z");
          clip-path: path("M39.3256 1.5968C46.2161 3.07946 49.9368 10.2988 55.9975 13.8979C62.3821 17.6893 72.4666 16.5465 75.7326 23.2168C78.9814 29.8521 72.2169 37.1198 70.93 44.3953C69.6992 51.353 72.14 59.0444 68.3415 65.0014C64.3722 71.226 57.5061 75.8478 50.2012 76.9024C43.171 77.9173 37.2712 72.0087 30.3326 70.4886C22.647 68.8049 13.4229 72.587 7.3981 67.5253C1.37092 62.4617 -0.0613862 53.2856 0.508951 45.4327C1.03243 38.2249 7.56282 33.2798 10.3689 26.6205C13.2967 19.6724 11.6013 10.5014 17.3052 5.57224C23.0662 0.59372 31.8829 -0.00467747 39.3256 1.5968Z");
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-card3 .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-card3 .box-text {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 500;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .counter-card3 .box-text {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .counter-card3 .box-text {
    font-size: 15px;
  }
}

.counter-card3:hover .box-icon:before {
  -webkit-transform: rotate(-98deg);
      -ms-transform: rotate(-98deg);
          transform: rotate(-98deg);
}

.counter-card3:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */

/* Medium devices */

/* Small devices */

/* Blog Card ---------------------------------- */

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Blog Box ---------------------------------- */

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Blog Box ---------------------------------- */

/* Blog Box 3---------------------------------- */

/* Blog Box ---------------------------------- */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Blog Grid ---------------------------------- */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */

/* Brand 2 ---------------------------------- */

/* Brand 3 ---------------------------------- */

/*------------------- 4.00. Simple Sections  -------------------*/

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.th-video {
  position: relative;
  border-radius: 10px;
}

.th-video img {
  border-radius: inherit;
}

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

.rounded-20 {
  border-radius: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}

/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */

/* Why 2 ---------------------------------- */

/* Why 4 ---------------------------------- */

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */

/* Large devices */

/* Extra small devices */

/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.th-service-1__shape-1 {
  left: 9%;
  top: 16%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .th-service-1__shape-1 {
    max-width: 55px;
    top: 3%;
  }
}

@media (max-width: 575px) {
  .th-service-1__shape-1 {
    max-width: 40px;
    top: 3%;
    left: 16%;
  }
}

.th-service-1__shape-2 {
  right: 5%;
  top: 17%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .th-service-1__shape-2 {
    max-width: 40px;
    top: 4%;
  }
}

@media (max-width: 575px) {
  .th-service-1__shape-2 {
    max-width: 40px;
    right: 8%;
  }
}

.th-service-1__shape-3 {
  bottom: 6%;
  left: 5%;
  /* Medium Large devices */
}

@media (max-width: 1600px) {
  .th-service-1__shape-3 {
    left: 3%;
    max-width: 40px;
  }
}

@media (max-width: 1399px) {
  .th-service-1__shape-3 {
    display: none;
  }
}

.th-service-1__shape-4 {
  bottom: 5%;
  right: 3%;
  /* Medium Large devices */
}

@media (max-width: 1600px) {
  .th-service-1__shape-4 {
    right: 3%;
    max-width: 40px;
  }
}

@media (max-width: 1399px) {
  .th-service-1__shape-4 {
    display: none;
  }
}

/* Service Card ---------------------------------- */

/* Service Card  2 ---------------------------------- */
.th-service-2__shape-1 {
  left: 6%;
  top: 7%;
  /* Extra large devices */
}

@media (max-width: 1800px) {
  .th-service-2__shape-1 {
    left: 4%;
  }
}

@media (max-width: 1500px) {
  .th-service-2__shape-1 {
    display: none;
  }
}

.th-service-2__shape-2 {
  left: 3%;
  bottom: 11%;
  /* Extra large devices */
}

@media (max-width: 1800px) {
  .th-service-2__shape-2 {
    left: 2%;
  }
}

@media (max-width: 1500px) {
  .th-service-2__shape-2 {
    display: none;
  }
}

.service-slider-2 .slider-pagination.swiper-pagination-progressbar {
  /* Small devices */
}

@media (max-width: 767px) {
  .service-slider-2 .slider-pagination.swiper-pagination-progressbar {
    display: none;
  }
}

.service-slider-2 .slider-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: 98%;
  left: 130px;
  background-color: var(--th-border-color);
  width: 100%;
}

.service-slider-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--theme-color);
}

/* Service Card  3 ---------------------------------- */

/* Service Details ---------------------------------- */

/*------------------- 4.00. MegaMenu -------------------*/
/*Mega menu area*********************/

/*Mega menu area end*********************/
/*------------------- 4.00. Process -------------------*/
/* Process box ---------------------------------- */

/* Process Card ---------------------------------- */

/* Large devices */

/* Small devices */

/* Process Card ---------------------------------- */

/* Process 2 ---------------------------------- */

/* Process 3 ---------------------------------- */

/*------------------- 4.00. Process -------------------*/
/* Price Sec1 ---------------------------------- */

/* switch animation Button ---------------*/
.pricing-tabs {
  margin-top: 31px;
  margin-bottom: 60px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .pricing-tabs {
    margin-bottom: 0px;
  }
}

/* Price 02 ---------------*/

/*------------------- 4.00. Feature -------------------*/
/* Feature List ---------------------------------- */

/* Large devices */

/* Medium devices */

/*------------------- 4.00. Gallery -------------------*/
/* Gallery Card -------------------------------*/

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  gap: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallery-wrapper {
    display: initial;
  }
}

.gallery-wrapper__item {
  height: 550px;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  will-change: transform;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallery-wrapper__item {
    border-radius: 20px;
    height: 150px;
    margin-bottom: 20px;
  }
}

.gallery-wrapper__item.active {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
      -ms-flex: 6;
          flex: 6;
  scroll-snap-align: start;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallery-wrapper__item.active {
    height: 400px;
  }
}

.gallery-wrapper__item.active img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
  width: 100%;
}

.gallery-wrapper__item img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  z-index: -1;
  border-radius: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallery-wrapper__item img {
    width: 100%;
  }
}

/* Gallery 3 ---------------------------------- */

/* Medium Large devices */

/* Large devices */

#gallerySlider1 .swiper-slide-active .gallery-card .box-img:after {
  opacity: 0.7;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#gallerySlider1 .swiper-slide-active .gallery-card .box-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

#gallerySlider1 .swiper-slide-active .gallery-card .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Project Details --------------------*/

/* Gallery Box -------------------------------*/

/*------------------- 4.00. Category -------------------*/
/* Category Card -------------------------------------*/

/* Category Box -------------------------------------*/

/*------------------- 4.00. CTA -------------------*/
/* Service Offer  01 ---------------------------------- */

/* Cta   02 ---------------------------------- */

/* Cta   03 ---------------------------------- */

/* Cta   04 ---------------------------------- */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Extra small devices */

/*------------------- 4.00. Deal -------------------*/

/* Deal sec 2 ---------------------------*/

/*------------------- 4.00. Tab Menu -------------------*/
/* Tab Menu 1 ------------------------------------*/

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/

/*-- Padding Right --*/

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

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/

/*-- margin Right --*/

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

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

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

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

.mt-n1 {
  margin-top: -.25rem;
}

.mt-n2 {
  margin-top: -.45rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -.25rem;
}

.mb-n2 {
  margin-bottom: -.45rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space {
  padding-top: var(--section-space);
}

.space {
  padding-bottom: var(--section-space);
}

/* Medium devices */
@media (max-width: 991px) {
  .space {
    padding-top: var(--section-space-mobile);
  }
  .space {
    padding-bottom: var(--section-space-mobile);
  }
}

/*------------------- rtl -------------------*/
/*------------------- Global -------------------*/
[dir="rtl"] {
  /*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
  /* Medium Large devices */
  /* Large devices */
  /****header-default****/
  /****header-layout1****/
  /****header-layout2 ****/
  /******footer layout1******/
  /* Large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
  /* Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

[dir="rtl"] .th-btn i {
  margin-right: 6px;
}

[dir="rtl"] select, [dir="rtl"] .form-control, [dir="rtl"] .form-select, [dir="rtl"] textarea, [dir="rtl"] input {
  direction: ltr;
}

[dir="rtl"] .th-menu-wrapper {
  direction: ltr;
}

[dir="rtl"] .preloader {
  direction: ltr;
}

[dir="rtl"] .th-social a {
  margin-left: 7px;
  margin-right: 0;
}

[dir="rtl"] .th-social a:last-child {
  margin-left: 0;
}

[dir="rtl"] .main-menu ul li.menu-item-has-children > a:after,
[dir="rtl"] .main-menu ul li:has(.mega-menu) > a:after,
[dir="rtl"] .main-menu ul li:has(.sub-menu) > a:after {
  margin-left: 0px;
  margin-right: 5px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

[dir="rtl"] .main-menu ul li.menu-item-has-children > a:hover:after,
[dir="rtl"] .main-menu ul li:has(.mega-menu) > a:hover:after,
[dir="rtl"] .main-menu ul li:has(.sub-menu) > a:hover:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

[dir="rtl"] .main-menu > ul > li:first-child {
  margin-left: 15px !important;
  margin-right: 0;
}

[dir="rtl"] .main-menu > ul > li:last-child {
  margin-right: 15px !important;
  margin-left: 0;
}

[dir="rtl"] .header-links li:not(:last-child) {
  margin-right: 0;
  margin-left: 42px;
}

[dir="rtl"] .header-links li:not(:last-child)::after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: var(--theme-color2);
  position: absolute;
  top: 0px;
  right: inherit;
  margin-top: 7px;
  opacity: 0.4;
  left: -22px;
}

[dir="rtl"] .header-links li > i {
  color: var(--theme-color2);
  margin-left: 6px;
  margin-right: 0;
}

[dir="rtl"] .footer-widget .widget_title:before,
[dir="rtl"] .footer-widget .widget_title:after {
  left: auto;
  right: 0;
}

[dir="rtl"] .footer-widget.widget_nav_menu a {
  padding: 0 0px 0 0px;
}

[dir="rtl"] .footer-widget.widget_nav_menu a:before {
  content: "\e09f";
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .footer-widget.widget_nav_menu a:hover:before {
  -webkit-transform: rotateY(180deg) rotate(45deg);
          transform: rotateY(180deg) rotate(45deg);
}

[dir="rtl"] .th-widget-contact .th-social a {
  margin: 0;
}

[dir="rtl"] .footer-widget.widget_nav_menu a {
  padding: 0 24px 0 0px;
}

[dir="rtl"] .hero-1 .hero-img {
  left: 2%;
  right: inherit;
}

[dir="rtl"] .hero-1 .hero-img .hero-img-bg-shape-wrap .left {
  position: absolute;
  bottom: 18%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -45%;
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  [dir="rtl"] .hero-1 .hero-img .hero-img-bg-shape-wrap .left {
    bottom: 14%;
    left: 3%;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .hero-1 .hero-img .hero-img-bg-shape-wrap .left {
    bottom: 5%;
    left: 11%;
  }
}

[dir="rtl"] .hero-1 .hero-img .hero-img-bg-shape-wrap .right {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 46%;
  bottom: 98%;
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  [dir="rtl"] .hero-1 .hero-img .hero-img-bg-shape-wrap .right {
    right: 17%;
    bottom: 100%;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .hero-1 .hero-img .hero-img-bg-shape-wrap .right {
    right: 15%;
    bottom: 88%;
  }
}

@media (min-width: 1200px) {
  [dir="rtl"] .th-container-right {
    margin-left: -560px;
    margin-right: inherit;
  }
}

[dir="rtl"] .service-slider-2 .slider-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  right: 138px;
  left: inherit;
}

[dir="rtl"] .hero_3-right_shape {
  left: 0;
  right: inherit;
}

[dir="rtl"] .hero_3-right_shape2 {
  left: 0;
  right: inherit;
}

[dir="rtl"] .hero_3-main-img {
  left: 20px;
  right: inherit;
}

[dir="rtl"] .hero-style3 {
  z-index: 4;
  padding: 204px 100px 200px 0px;
}

@media (max-width: 1199px) {
  [dir="rtl"] .hero-style3 {
    z-index: 4;
    padding: 150px 50px 150px 0px;
  }
}

@-webkit-keyframes scrollReverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100% - var(--gap)));
            transform: translateX(calc(100% - var(--gap)));
  }
}

@keyframes scrollReverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100% - var(--gap)));
            transform: translateX(calc(100% - var(--gap)));
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .hero-style3 {
    z-index: 4;
    padding: 150px 50px 150px 0px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .hero-style3 {
    z-index: 4;
    padding: 130px 50px 130px 0px;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .hero-style3 {
    padding: 100px 0 100px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

[dir="rtl"] .hero-4 .hero-img {
  position: absolute;
  bottom: 0;
  right: unset;
  left: 8%;
  /* Medium devices */
}

@media (max-width: 991px) {
  [dir="rtl"] .hero-4 .hero-img {
    position: relative;
    left: unset;
  }
}

[dir="rtl"] .hero-counter {
  padding-right: 30px;
}

[dir="rtl"] .hero-counter:last-of-type {
  border-right: 1px solid;
  padding-right: 30px !important;
}

[dir="rtl"] .hero-counter:first-child {
  border-right: none;
  padding-right: 0 !important;
}

[dir="rtl"] .hero-5 .hero-overlay {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  height: 100%;
}

[dir="rtl"] .header-logo {
  margin-top: -40px;
  margin-right: 80px;
  margin-left: unset;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (min-width: 1930px) {
  [dir="rtl"] .header-logo {
    margin-right: -40px;
  }
}

@media (max-width: 1699px) {
  [dir="rtl"] .header-logo {
    padding-left: unset;
    padding-right: 30px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .header-logo {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .header-logo {
    padding-left: unset;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .header-logo {
    padding-left: unset;
    padding-right: 0;
    margin-left: unset;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .header-logo {
    margin-left: unset;
    margin-right: -40px;
  }
}

@media (max-width: 768px) {
  [dir="rtl"] .header-logo {
    margin-left: unset;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .header-logo {
    margin-top: 0;
    margin-left: unset;
    margin-right: 40px;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .header-logo {
    margin-left: unset;
    margin-right: 60px;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .header-logo {
    margin-left: unset;
    margin-right: 0;
  }
}

[dir="rtl"] .slider-controller {
  left: unset;
  right: 7.45%;
  /* Hight Resoulation devices */
}

@media (min-width: 1922px) {
  [dir="rtl"] .slider-controller {
    right: unset;
    left: 15%;
  }
}

@media (max-width: 1799px) {
  [dir="rtl"] .slider-controller {
    left: unset;
    right: 1%;
  }
}

[dir="rtl"] .hero-6 .hero-img {
  left: 0;
  right: unset;
}

[dir="rtl"] .hero-6 .hero-img:before {
  left: 0;
  right: -25px;
  -webkit-mask-image: url("../img/hero/hero-shape1.png");
          mask-image: url("../img/hero/hero-shape1.png");
}
