@charset "UTF-8";
/*
Template Name: Dride
Template URL: https://themeholy.com/wordpress/dride/
Description: Driving School & Courses WordPress Theme
Author: themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 1.0.0
Last Update: 14-09-2023
*/
/*=================================
    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. Slick 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. Pricing
    4.00. Project
    4.00. Process
    4.00. Feature
    4.00. Course
    4.00. Guideline

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #0073E6;
  --title-color: #191825;
  --body-color: #74757B;
  --smoke-color: #F7F7F7;
  --smoke-color2: #E8F3FF;
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E6E6E6;
  --title-font: "Raleway", sans-serif;
  --body-font: "Roboto", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

.theme-blue {
  --theme-color: #0052DA;
}

/*------------------- 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;
  -webkit-box-shadow: 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(--border-color);
}

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

td,
th {
  border: 1px solid var(--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%;
}

ins {
  text-decoration: none;
}

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

span.ajax-loader:empty,
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: 64px;
  line-height: 1.167;
}

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

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

/* Medium Large devices */
@media (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}
/* 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 -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}
.wp-block-search .wp-block-search__input:focus {
  border-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  min-width: 110px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  border-radius: 0 4px 4px 0;
}
.wp-block-search .wp-block-search__button.has-icon {
  min-width: 56px;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 8px 0 25px;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.wp-block-table.is-style-stripes {
  border: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: var(--border-color);
}

.admin-bar .header-layout8,
.admin-bar .sticky-wrapper.sticky,
.admin-bar .preloader .th-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header-layout8,
  .admin-bar .sticky-wrapper.sticky,
  .admin-bar .preloader .th-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .header-layout8,
  .admin-bar .sticky-wrapper.sticky,
  .admin-bar .preloader .th-btn {
    top: 0;
  }
}

.post-password-form {
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .post-password-form p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post-password-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  gap: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .post-password-form label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post-password-form input {
  width: 100%;
  border: none;
  height: 55px;
  padding-left: 25px;
  color: var(--body-color);
  border: 1px solid var(--border-color);
}
.post-password-form input[type=submit] {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 140px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  text-align: center;
}
.post-password-form input[type=submit]:hover {
  background-color: var(--title-color);
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  position: relative;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote .blog-meta, .blog-single.format-link .blog-meta, .blog-single.tag-sticky-2 .blog-meta, .blog-single.sticky .blog-meta {
  margin: -0.35em 0 10px 0;
  padding-right: 20px;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  right: 0;
  top: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0 10px 0 10px;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "\f08d";
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.nof-title {
  margin-top: -0.24em;
}

.th-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}
.th-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .th-search .search-grid-content {
    padding: 20px;
  }
}
.th-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.th-search .search-grid-title a {
  color: inherit;
}
.th-search .search-grid-title a:hover {
  color: var(--theme-color);
}
.th-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.th-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
  color: var(--body-color);
}

/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .th-comment-form {
    margin-top: 24px;
  }
}
/*=================================
    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-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .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-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}
@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1720px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -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: 30px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

.gx-0 {
  --bs-gutter-x: 0;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gy-10 {
  --bs-gutter-y: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--border-color);
  background-color: var(--smoke-color);
}
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;
}
.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

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

.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-color);
}
.form-group.has-label > i {
  top: 50px;
}

[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(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8B929C;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

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,
.was-validated input: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,
.was-validated input:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.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 -------------------*/
.slick-track > [class*=col] {
  -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);
}

.slick-track {
  min-width: 100%;
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--border-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
  z-index: 2;
}
.slick-dots button:before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--theme-color);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  z-index: -1;
  visibility: hidden;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--smoke-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--border-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 54px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 2;
  border-radius: 5px;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 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 {
  -webkit-box-shadow: none;
          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(--theme-color);
}
.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(--title-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);
          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 .th-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);
  -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
          box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.th-mobile-menu ul .th-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 .th-item-has-children.th-active > a .th-mean-expand:before {
  content: "\f068";
}
.th-mobile-menu ul .th-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);
}
.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.th-menu-toggle.style-text-white {
  color: var(--white-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(--white-color);
}
.preloader .th-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 0 auto;
}

.loader {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--white-color);
  background-image: url("data:image/svg+xml,%3Csvg width='101' height='101' viewBox='0 0 101 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8411 0.0601557C42.4528 0.460496 36.6594 1.80205 32.7965 3.31233C17.7304 9.20286 6.19776 22.2024 2.33176 37.6519C1.15065 42.372 0.869141 44.7577 0.869141 50.049C0.869141 55.3402 1.15065 57.7259 2.33176 62.4461C6.69142 79.8684 20.6695 93.9387 38.1205 98.4716C43.0691 99.7567 45.4298 100.049 50.8691 100.049C56.1604 100.049 58.5461 99.7675 63.2663 98.5864C80.6924 94.2256 94.758 80.2526 99.2917 62.7976C100.577 57.849 100.869 55.4884 100.869 50.049C100.869 44.6096 100.577 42.2489 99.2917 37.3003C94.3039 18.0976 78.1442 3.56028 58.3657 0.482874C56.1881 0.144073 48.8648 -0.124462 46.8411 0.0601557ZM57.5917 14.8989C72.0209 17.7282 83.1452 28.8699 86.0447 43.3965C86.7026 46.6921 86.7561 53.0924 86.1517 56.2029C84.6819 63.768 81.2939 70.2018 76.0223 75.4378C70.8521 80.5731 64.4861 83.8888 57.0231 85.3331C53.8311 85.9507 47.4874 85.8867 44.1558 85.203C29.5193 82.1997 18.6007 71.2661 15.6936 56.7015C14.975 53.1022 14.975 46.9957 15.6936 43.3965C17.7181 33.253 23.486 24.9703 32.4043 19.3991C36.2488 16.9975 41.7607 15.0997 46.7174 14.4711C49.2519 14.1495 54.9045 14.3719 57.5917 14.8989ZM45.2747 21.9788C42.5904 22.5586 40.7031 23.2179 38.2256 24.4409C35.2554 25.9073 32.5459 27.898 30.2526 30.2983C28.5544 32.0755 26.2506 35.1294 26.2568 35.5944C26.2586 35.7289 29.2461 37.0875 32.8959 38.6134L39.5316 41.3881L40.3332 40.4905C40.774 39.9971 41.589 39.2344 42.1442 38.796C43.108 38.0347 45.8607 36.59 46.8306 36.3365C47.2804 36.2188 47.2887 36.0847 47.2887 28.9229C47.2887 23.2275 47.2274 21.6329 47.009 21.6467C46.8552 21.6566 46.0747 21.8061 45.2747 21.9788ZM54.4496 28.9126C54.4496 36.085 54.4579 36.2188 54.9077 36.3365C55.8775 36.59 58.6302 38.0347 59.5941 38.796C60.1492 39.2344 60.9654 39.9982 61.4075 40.4934L62.2116 41.3937L68.846 38.6163C72.4949 37.0888 75.4814 35.7289 75.4826 35.5944C75.4868 35.131 73.1864 32.0784 71.5138 30.3278C67.1233 25.7323 61.6792 22.8552 55.2888 21.7535L54.4496 21.6087V28.9126ZM23.2289 42.7202C22.8435 43.782 22.4052 46.7735 22.3024 49.042C21.9878 55.9856 24.6092 63.4996 29.1331 68.6226C29.9188 69.5121 30.0602 69.5905 30.3466 69.2939C30.9016 68.7193 39.2326 58.5597 39.2326 58.4577C39.2326 58.4044 38.8869 57.7747 38.4644 57.0582C37.1801 54.8808 36.7165 53.174 36.6511 50.3849L36.5934 47.9237L30.1367 45.1952C26.5856 43.6945 23.6013 42.4609 23.5053 42.4535C23.409 42.4463 23.2846 42.5665 23.2289 42.7202ZM71.5687 45.218L65.0791 47.9651L65.1487 49.5106C65.2431 51.6078 64.6843 54.2824 63.768 56.1194L63.0087 57.6416L67.4789 63.3557C69.9375 66.4987 72.033 69.0702 72.1355 69.0702C72.5629 69.0702 75.3501 64.9752 76.4768 62.6925C78.6886 58.2106 79.3942 55.0574 79.3564 49.8252C79.3295 46.1187 78.8218 42.6712 78.282 42.5296C78.159 42.4973 75.1379 43.7071 71.5687 45.218ZM49.1908 43.0823C47.1367 43.622 45.6191 44.8264 44.5917 46.7315C43.8942 48.0251 43.8284 48.3104 43.8284 50.049C43.8284 51.7862 43.8944 52.0735 44.5888 53.3611C45.4356 54.9316 46.1378 55.6097 47.8242 56.486C48.7987 56.9924 49.247 57.0799 50.8691 57.0799C52.4913 57.0799 52.9395 56.9924 53.9141 56.486C55.6005 55.6097 56.3027 54.9316 57.1495 53.3611C57.8457 52.0699 57.9094 51.7909 57.905 50.049C57.9007 48.4326 57.8108 47.9752 57.3061 47.004C56.4341 45.3259 55.7506 44.6141 54.2375 43.8076C52.795 43.0387 50.5722 42.7191 49.1908 43.0823ZM56.307 63.1685C53.4764 64.5075 49.7415 64.687 46.6173 63.6339C45.5168 63.2629 44.8502 63.1416 44.6808 63.2815C44.3303 63.571 35.7815 73.968 35.6965 74.2083C35.5893 74.5109 40.4939 76.8113 42.5931 77.4431C48.1986 79.1299 54.1811 79.0538 59.7659 77.2244C62.0272 76.4837 65.8607 74.6465 66.3334 74.077C66.4992 73.8769 65.3716 72.283 62.1697 68.1916C59.7545 65.1055 57.7092 62.5891 57.6246 62.5992C57.54 62.6095 56.947 62.8657 56.307 63.1685Z' fill='%230073E6'/%3E%3C/svg%3E");
  -webkit-animation: spinPreloader 1s linear infinite;
          animation: spinPreloader 1s linear infinite;
  border-radius: 50%;
}

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

@keyframes spinPreloader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*------------------- 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: 500;
  line-height: 1;
  padding: 21px 30px;
  min-width: 166px;
  border-radius: 5px;
}
.th-btn:before, .th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 50%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 0;
}
.th-btn:before {
  -webkit-transform: scale(0) rotate(0);
          transform: scale(0) rotate(0);
}
.th-btn:after {
  width: calc(50% + 3px);
  -webkit-transform: scale(0) rotate(0);
          transform: scale(0) rotate(0);
  left: unset;
  right: -1px;
}
.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
  border-radius: 0;
  -webkit-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
}
.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 20px 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.th-btn.style2:hover {
  color: var(--title-color);
  border-color: var(--white-color);
}
.th-btn.style2:hover:before, .th-btn.style2:hover:after {
  background-color: var(--white-color);
}
.th-btn.style3:hover {
  color: var(--title-color);
}
.th-btn.style3:hover:before, .th-btn.style3:hover:after {
  background-color: var(--white-color);
}
.th-btn.style4 {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-btn.style4:hover {
  color: var(--white-color);
}
.th-btn.style4:hover:before, .th-btn.style4:hover:after {
  background-color: var(--title-color);
}
.th-btn.style5 {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-btn.style5:hover {
  color: var(--theme-color);
}
.th-btn.style5:hover:before, .th-btn.style5:hover:after {
  background-color: var(--white-color);
}
.th-btn.style6 {
  background-color: var(--title-color);
}
.th-btn.style6:hover {
  color: var(--theme-color);
}
.th-btn.style6:hover:before, .th-btn.style6:hover:after {
  background-color: var(--white-color);
}
.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);
}
.th-btn.btn-small {
  padding: 16px 25px;
  min-width: 152px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #f7f7f7);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.4em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  --icon-size: 40px;
  font-size: 14px;
  border: 1px solid;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--title-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--theme-color);
}
.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 45px;
}

.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);
          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);
  -webkit-box-shadow: none;
          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 .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.24em;
  text-transform: capitalize;
  font-weight: 800;
}

.sub-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--theme-color);
  margin-bottom: 30px;
  text-transform: capitalize;
  line-height: 24px;
  margin-top: -0.34em;
}
.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: 0 8px 0 0;
}
.sub-title i {
  font-size: 32px;
  margin-right: 8px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sub-title i {
    font-size: 24px;
  }
}
.sub-title .spin {
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}

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

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}
.box-title2 a {
  color: inherit;
}
.box-title2 a:hover {
  color: var(--theme-color);
}

.sec-text {
  max-width: 720px;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}
.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

.sec-btn,
.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-gradient(linear, left top, left bottom, from(rgba(226, 232, 250, 0.7)), color-stop(88.54%, rgba(226, 232, 250, 0)));
  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;
}
.shadow-title.color2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#232C47), color-stop(91.15%, rgba(20, 29, 56, 0)));
  background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}
.shadow-title.color3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), color-stop(93.75%, rgba(220, 214, 214, 0)));
  background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

.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;
  }
  .sec-btn,
  .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;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
  h4.sub-title {
    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;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  margin-bottom: 0 !important;
}
.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}
.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}
.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

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

.z-index-3 {
  z-index: 3;
}

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

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

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.25em 0.45em;
  font-size: 0.7em;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  background-color: var(--smoke-color);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 5px;
}
.th-social a:last-child {
  margin-right: 0;
}
.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}
.btn-group.justify-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

.th-bg-img {
  position: absolute;
  inset: 0;
}
.th-bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     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);
          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);
          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);
          transform: scale(0.7);
  opacity: 0;
}

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

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

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

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

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

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

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

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !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;
}

.gradient-body {
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg1 {
  background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
}

.gr-bg2 {
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg3 {
  background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.gr-bg4 {
  background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.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-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%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=smoke]:before {
  background-color: var(--smoke-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=overlay1]:before {
  background-color: #080E1C;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-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;
  }
}
.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
          animation: morph 8s ease-in-out infinite;
}

@-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%;
  }
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-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);
  }
}
.movingCar {
  -webkit-animation: movingCar 25s linear infinite;
          animation: movingCar 25s linear infinite;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .movingCar {
    -webkit-animation: movingCar 10s linear infinite;
            animation: movingCar 10s linear infinite;
  }
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(-100vw + 108%));
            transform: translateX(calc(-100vw + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
            transform: translateX(calc(-100vw + 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 + 108%));
            transform: translateX(calc(-100vw + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
            transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}
.moving {
  -webkit-animation: moving 8s linear infinite;
          animation: moving 8s linear infinite;
}

@-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);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-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);
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-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);
  }
}
.spin {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

@-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,
.color-animate {
  -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 animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.th-animated {
  --animation-name: scalein;
}

.slidetopleft.th-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.th-animated {
  --animation-name: slidebottomright;
}

.slideinleft.th-animated {
  --animation-name: slideinleft;
}

.slideinright.th-animated {
  --animation-name: slideinright;
}

.slideinup.th-animated {
  --animation-name: slideinup;
}

.slideindown.th-animated {
  --animation-name: slideindown;
}

.rollinleft.th-animated {
  --animation-name: rollinleft;
}

.rollinright.th-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.th-animated {
  opacity: 1;
}

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

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -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% {
    -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% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu > ul,
.widget_nav_menu .menu,
.widget_meta > ul,
.widget_meta .menu,
.widget_pages > ul,
.widget_pages .menu,
.widget_archive > ul,
.widget_archive .menu,
.widget_categories > ul,
.widget_categories .menu,
.wp-block-categories > ul,
.wp-block-categories .menu {
  margin: -20px 0 -20px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 16px 45px 19px 27px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 0;
  border-bottom: 1px solid var(--border-color);
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
  content: "\f07c";
  position: absolute;
  left: 0;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 500;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.wp-block-categories li:last-child a {
  border-bottom: none;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
  color: var(--body-color);
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a,
.wp-block-categories .sub-menu li a,
.wp-block-categories .children li a {
  border-bottom: 1px solid var(--border-color);
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  color: var(--theme-color);
}
.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.wp-block-categories a:hover ~ span {
  color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.wp-block-categories .children {
  margin-left: 10px;
}

.elementor-widget-wp-widget-categories ul,
.wp-block-categories-list,
.wp-block-categories {
  list-style: none;
  padding: 0;
  margin: -20px 0 -20px 0;
}

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

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

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.th-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
}
.widget[data-overlay]:before {
  z-index: -1;
}
.widget .th-social a {
  -webkit-box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
          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);
}
.widget textarea {
  min-height: 120px;
}
.widget .form-group > i {
  background-color: var(--white-color);
}

.elementor-widget-sidebar {
  padding-top: 0 !important;
}
.elementor-widget-sidebar .widget {
  margin-bottom: 40px !important;
}

.elementor-element.widget h5,
.wp-block-search__label,
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}
.elementor-element.widget h5:after, .elementor-element.widget h5:before,
.wp-block-search__label:after,
.wp-block-search__label:before,
.widget_title:after,
.widget_title:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: var(--border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.elementor-element.widget h5:after,
.wp-block-search__label:after,
.widget_title:after {
  background-color: var(--theme-color);
  width: 30px;
}

.widget-form {
  --bs-gutter-x: 20px;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget .search-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px 0 0 5px;
  padding-right: 25px;
  border: 1px solid var(--white-color);
}
.widget .search-form input:focus {
  border-color: var(--theme-color);
}
.widget .search-form button {
  border: none;
  font-size: 16px;
  font-size: 500;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 56px;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.widget .search-form button:hover {
  background-color: var(--title-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: capitalize;
  line-height: 1;
  padding: 13px 19px;
  margin-right: 6px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}

.wp-block-tag-cloud,
.tagcloud {
  margin-right: -10px;
  margin-bottom: -10px;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 320px;
}
.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}
.sidebar-gallery .gallery-btn:hover {
  color: var(--theme-color);
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.sidebar-gallery .gallery-thumb:before {
  content: "";
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: var(--title-color);
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  border: 1px solid var(--white-color);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
}
.sidebar-gallery .gallery-thumb:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sidebar-gallery .wp-block-image {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 100% !important;
}
.sidebar-gallery .wp-block-image img {
  width: 100%;
}

.recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 15px;
  width: 85px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.recent-post .media-img:after {
  content: "\f0c1";
  font-family: var(--icon-font);
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 85px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--theme-color);
  pointer-events: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 8px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recent-post:hover .media-img:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
}
.sidebar-area .wp-block-tag-cloud a,
.sidebar-area .tagcloud a {
  background-color: var(--white-color);
}
.sidebar-area .wp-block-tag-cloud a:hover,
.sidebar-area .tagcloud a:hover {
  background-color: var(--theme-color);
}
.sidebar-area .sidebar-gallery {
  margin-bottom: 0 !important;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.download-widget-wrap .th-btn {
  width: 100%;
}
.download-widget-wrap .th-btn:first-child {
  margin-bottom: 20px;
}
.download-widget-wrap .th-btn.style2 {
  color: var(--body-color);
}
.download-widget-wrap .th-btn.style2:before {
  background-color: var(--theme-color);
}
.download-widget-wrap .th-btn.style2:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.widget_call {
  background-color: var(--title-color);
  position: relative;
  padding: 0 !important;
}
.widget_call .widget_title {
  color: var(--white-color);
}

.widget-map iframe {
  min-height: 280px;
}

.widget-call {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  padding: 0 10px var(--widget-padding-y, 40px) 10px;
}
.widget-call:before {
  content: "";
  width: 368px;
  height: 368px;
  background-color: var(--theme-color);
  border: 6px solid var(--white-color);
  position: absolute;
  bottom: calc(100% - 120px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.widget-call .text {
  display: block;
  margin: 22px auto 25px auto;
  color: var(--white-color);
  max-width: 310px;
}
.widget-call .call {
  font-size: 30px;
  font-weight: 600;
  color: var(--white-color);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 30px auto 0 auto;
}
.widget-call .call:hover {
  color: var(--theme-color);
}
.widget-call .play-btn {
  --icon-size: 60px;
}
.widget-call .play-btn > i {
  font-size: 30px;
}
.widget-call .box-title {
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 35px;
  padding-top: 20px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .widget-call .title {
    font-size: 34px;
  }
}
.widget_info .th-btn {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.widget_info .th-video {
  margin-bottom: 20px;
}

.info-list {
  margin-top: -16px;
}
.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list i {
  color: var(--theme-color);
  width: 16px;
  margin-right: 2px;
  font-size: 16px;
}
.info-list strong {
  font-weight: 500;
  color: var(--title-color);
}
.info-list li {
  border-bottom: 1px dashed #D3DBEB;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.45em;
}

.price_slider_wrapper {
  margin-top: -0.5em;
}
.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
  height: 6px;
  position: relative;
  width: 100%;
  background-color: var(--theme-color);
  border: none;
  margin-top: 15px;
  margin-bottom: 25px;
  cursor: pointer;
  border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--title-color);
}
.price_slider_wrapper .ui-slider-handle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  cursor: pointer;
  position: absolute;
  margin-top: -5px;
  z-index: 2;
  background-color: var(--white-color);
  border: 3px solid var(--title-color);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  -webkit-box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
  text-align: center;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 7px 20px;
  min-width: 100px;
  font-size: 14px;
  border-radius: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  background-color: var(--title-color);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}
.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
  font-family: var(--title-font);
}
.widget_shopping_cart .amount {
  padding-left: 5px;
}
.widget_shopping_cart .th-btn {
  margin-right: 15px;
}
.widget_shopping_cart .th-btn:last-child {
  margin-right: 0;
}

.th-video-widget .video-thumb {
  position: relative;
}
.th-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.th-video-widget .play-btn i {
  font-size: 16px;
}
.th-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em;
}

.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}
.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  padding-left: 0;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}
.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}
.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}
.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment {
  line-height: 1.6;
}
.wp-block-latest-comments__comment a {
  color: var(--body-color);
}
.wp-block-latest-comments__comment a:hover {
  color: var(--theme-color);
}
.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: var(--title-color);
  font-weight: 500;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}
.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}
.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}
.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}
.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}
.wp-block-calendar table caption {
  color: var(--white-color);
}

ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}
.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}
.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}
.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}
.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

.textwidget {
  margin-top: -0.1em;
}

.sidebar-area .widget_shopping_cart .th-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

.sidebar-area .widget_shopping_cart .th-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .sidebar-area.faq-sidebar {
    padding-top: 0;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
.footer-widget {
  margin-bottom: 50px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}
.footer-widget .sidebar-gallery {
  max-width: 287px;
  gap: 11px;
}
.footer-widget .sidebar-gallery .gallery-thumb {
  border-radius: 5px;
}
.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  margin: -0.12em 0 38px 0;
  padding: 0 0 17px 0;
}
.footer-widget .widget_title:before {
  display: none;
}
.footer-widget .widget_title:after {
  border-radius: 10px;
  height: 3px;
  width: 112px;
  background-color: transparent;
  background-image: linear-gradient(to right, var(--theme-color) 0, var(--theme-color) 80px, transparent 80px, transparent 85px, var(--theme-color) 85px, var(--theme-color) 100px, transparent 100px, transparent 105px, var(--theme-color) 105px, var(--theme-color) 112px);
}
.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin-bottom: 21px;
  font-family: var(--body-font);
  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;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f061";
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .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_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.4em;
  margin-bottom: 20px;
}
.footer-widget .recent-post .media-img {
  max-width: 74px;
}
.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}
.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

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

.th-widget-about .about-logo {
  margin-bottom: 35px;
  margin-top: -8px;
}
.th-widget-about .about-text {
  margin-bottom: 30px;
  margin-top: -0.9em;
}

.footer-text {
  margin-top: -0.5em;
  margin-bottom: 25px;
}

.social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}
.icon-group a:last-child {
  margin-right: 0;
}

.newsletter-form {
  position: relative;
  max-width: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.newsletter-form .th-btn {
  min-width: 145px;
  padding: 21px 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .th-widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}
.th-header .icon-btn {
  border-radius: 99px;
}
.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-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 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: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: capitalize;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 17px;
}
.main-menu > ul > li > a {
  padding: 37px 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: "+";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: var(--theme-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: "\f068";
  -webkit-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);
          transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  border-top: 3px solid var(--theme-color);
  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;
  -webkit-box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
          box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-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: "+";
  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);
          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: "\f622";
  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 15px;
  }
}
.header-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header-button .th-btn {
  margin-left: 15px;
}
.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}
.header-button .icon-btn:hover .badge {
  background-color: var(--title-color);
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme-color);
}

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

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: "";
  height: 26px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 0px;
  right: -30px;
  opacity: 0.6;
}
.header-links li > i {
  margin-right: 6px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-notice {
  margin: 0;
}

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

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
  margin-bottom: -99px;
  --gap: 40px;
}
.header-layout1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #2A2F3C;
}
.header-layout1 .menu-area {
  position: relative;
  z-index: 2;
  background-color: var(--white-color);
  padding: 0 var(--gap);
  border: 3px solid var(--theme-color);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.header-layout1 .header-top {
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  padding: 12px var(--gap);
}
.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
}
.header-layout1 .th-menu-toggle {
  margin-left: auto;
}
.header-layout1 .main-menu > ul > li > a {
  padding: 35px 0;
}

.unittest-header:before {
  display: none;
}

@media (min-width: 1300px) {
  .header-layout1 .th-container {
    --main-container: 1520px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-button .th-btn {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout1 .header-links li:nth-child(2) {
    display: none;
  }
  .header-layout1 .header-button .icon-btn:last-child {
    display: none;
  }
  .unittest-header .main-menu a {
    font-size: 15px;
  }
  .unittest-header .main-menu > ul > li {
    margin: 0 8px;
  }
  .unittest-header .header-button .icon-btn:last-child {
    display: block;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 {
    --gap: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 {
    --gap: 15px;
  }
  .header-layout1 .header-top {
    padding: 12px 0;
  }
  .unittest-header .th-menu-toggle {
    margin: 10px 0px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .header-logo img {
    max-width: 160px;
  }
}
/* Header 2 ---------------------------------- */
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
}

.header-layout2 .menu-area {
  background-color: var(--white-color);
}
.header-layout2 .menu-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33.5%;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.header-layout2 .header-top {
  padding: 14px 0;
  background-color: var(--title-color);
  --body-color: #fff;
  position: relative;
  z-index: 2;
}
.header-layout2 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout2 .header-top:before {
  content: "";
  height: 100%;
  width: 35%;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  z-index: -1;
}
.header-layout2 .header-top .line-btn {
  --theme-color: #3D72FC;
}
.header-layout2 .header-links li > i {
  color: var(--theme-color);
}
.header-layout2 .header-links li:after {
  height: 56px;
  top: -15px;
  background-color: #2A2F3C;
  opacity: 1;
}
.header-layout2 .call-btn {
  gap: 30px;
  margin-left: 20px;
}
.header-layout2 .call-btn .icon-btn {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: relative;
  z-index: 2;
  line-height: 56px;
}
.header-layout2 .call-btn .icon-btn:before {
  content: "";
  position: absolute;
  inset: -15px;
  background-color: rgba(0, 115, 230, 0.3);
  border: 5px solid var(--white-color);
  border-radius: inherit;
  z-index: -1;
}
.header-layout2 .call-btn .icon-btn:hover {
  background-color: var(--title-color);
}
.header-layout2 .call-btn .icon-btn:hover:before {
  background-color: rgba(25, 24, 37, 0.3);
}
.header-layout2 .call-btn .link {
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
}
.header-layout2 .header-button {
  margin-left: 30px;
}

@media only screen and (min-width: 1300px) {
  .header-layout2 .th-container {
    --main-container: 1660px;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout2 .menu-area:before {
    width: 38%;
  }
  .header-layout2 .header-top:before {
    width: 37%;
  }
}
@media (max-width: 1700px) {
  .header-layout2 .header-top:before {
    width: 30%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout2 .header-top:before {
    width: 35%;
  }
  .header-layout2 .call-btn {
    display: none;
  }
  .header-layout2 .menu-area:before {
    width: 14%;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout2 .header-top:before {
    width: 50%;
  }
  .header-layout2 .header-button .th-btn {
    display: none;
  }
  .header-layout2 .header-links li:first-child {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout2 .header-top:before {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout2 .header-links li:nth-child(2) {
    display: none;
  }
}
/* Header 3 ---------------------------------- */
@media (min-width: 1300px) {
  .header-layout3 .th-container {
    --main-container: 1600px;
  }
}
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 25px;
}
.header-layout3 .header-logo {
  position: relative;
  z-index: 2;
}
.header-layout3 .header-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 358px;
  background-color: var(--white-color);
  border-radius: 10px 0 0 10px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 68px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 68px) 100%, 0% 100%);
}
.header-layout3 .main-menu {
  margin-left: 120px;
}
.header-layout3 .main-menu > ul > li > a {
  padding: 30px 0;
}
.header-layout3 .th-menu-toggle {
  position: relative;
  z-index: 3;
}

@media (max-width: 1700px) {
  .header-layout3 {
    padding-top: 12px;
  }
  .header-layout3 .header-logo {
    padding-left: 20px;
  }
  .header-layout3 .header-logo:before {
    left: 0;
    width: 300px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout3 .main-menu {
    margin-left: 50px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout3 .header-button .th-btn {
    display: none;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  --body-color: #BDBDBD;
  position: relative;
  z-index: 2;
  background-color: var(--title-color);
  overflow: hidden;
}
.footer-wrapper .th-social a {
  background-color: #3D4250;
  color: var(--white-color);
  margin-right: 2px;
}
.footer-wrapper .th-social a:hover {
  background-color: var(--theme-color);
}
.footer-wrapper .social-links a {
  margin: 0 30px 0 0;
}
.footer-wrapper .th-btn:hover {
  color: var(--theme-color);
}
.footer-wrapper .th-btn:before, .footer-wrapper .th-btn:after {
  background-color: var(--smoke-color);
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 66px;
}

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

.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.footer-links li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}
.footer-links a:hover {
  color: var(--theme-color);
}

.copyright-wrap {
  padding: 22px 0;
  background-size: 100% auto;
  background-color: #2A2F3C;
}

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

.footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding-left: 60px;
}
.footer-newsletter .newsletter-title {
  max-width: 425px;
  margin-bottom: 0;
}

.schedule-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.schedule-info:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

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

.newsletter-widget {
  max-width: 290px;
}
.newsletter-widget .newsletter-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.newsletter-widget .newsletter-form .th-btn {
  width: 100%;
}
.newsletter-widget .form-group {
  margin-bottom: 0;
}
.newsletter-widget .icon-btn {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 0;
  min-width: 56px;
  padding: 0;
}
.newsletter-widget .icon-btn:hover {
  background-color: var(--title-color);
}
.newsletter-widget .footer-text {
  margin-bottom: 25px;
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .copyright-text {
    text-align: center;
  }
}
/* footer 2 ---------------------------------- */
.newsletter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--theme-color);
  padding: 60px;
  border-radius: 10px;
}
.newsletter-wrap .newsletter-title {
  margin-top: -0.24em;
  margin-bottom: -0.24em;
  max-width: 510px;
  color: var(--white-color);
  font-weight: 600;
}
.newsletter-wrap .newsletter-text {
  margin-bottom: -0.5em;
  max-width: 400px;
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 428px;
  gap: 10px;
}
.newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.newsletter-form .form-group > i {
  color: var(--theme-color);
}
.newsletter-form input {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  width: 100%;
}
.newsletter-form input:focus {
  background-color: var(--white-color);
  color: var(--body-color);
}
.newsletter-form .th-btn {
  min-width: 150px;
}
.newsletter-form .newsletter-btn {
  display: inline-block;
  border: none;
  background-color: var(--theme-color);
  color: var(--title-color);
  width: 55px;
  height: 55px;
  line-height: 55px;
  min-width: 55px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-inner .footer-left {
  padding-right: var(--gap-x);
  border-right: 1px solid var(--border-color);
  padding-top: 105px;
  padding-bottom: 50px;
}
.footer-inner .footer-top {
  border-bottom: 1px solid var(--border-color);
  padding: var(--gap-y) 0 var(--gap-y) var(--gap-x);
}
.footer-inner .widget-area2 {
  padding-top: var(--gap-y);
  padding-left: var(--gap-x);
  padding-bottom: 10px;
}

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

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.info-box:last-child {
  margin-bottom: 0;
}
.info-box_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 32px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--theme-color);
  border-radius: 6px;
  text-align: center;
  margin-right: 10px;
}
.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
}
.info-box_link {
  display: inline-block;
  color: var(--body-color);
}
.info-box_link:hover {
  color: var(--theme-color);
}

.footer-layout2 {
  --border-color: #2A2F3C;
  --gap-x: 60px;
  --gap-y: 60px;
}
.footer-layout2 .copyright-wrap {
  border-top: 1px solid var(--border-color);
  background-color: var(--title-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .newsletter-wrap .newsletter-title {
    font-size: 34px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .newsletter-wrap {
    padding: 40px;
  }
  .newsletter-wrap .newsletter-title {
    font-size: 30px;
  }
  .newsletter-wrap .newsletter-text {
    font-size: 16px;
  }
  .footer-wrapper .newsletter-form {
    max-width: 400px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .newsletter-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
  .newsletter-wrap .newsletter-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-wrapper .newsletter-form {
    max-width: 550px;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-wrap {
    padding: 40px 20px;
  }
  .newsletter-wrap .newsletter-title {
    font-size: 24px;
  }
  .newsletter-wrap .newsletter-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-wrapper .newsletter-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* footer 3 ---------------------------------- */
.footer-layout3 {
  --border-color: #e0e0e0;
  --body-color: #74757B;
  background-color: #F7F4ED;
}
.footer-layout3 .footer-top {
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.footer-layout3 .footer-logo {
  width: 100%;
  padding: 27px 40px;
  position: relative;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0% 100%);
}
.footer-layout3 .widget-area {
  padding-top: 120px;
  padding-bottom: 70px;
}
.footer-layout3 .copyright-wrap {
  --body-color: #fff;
  background-color: var(--title-color);
}
.footer-layout3 .copyright-wrap a {
  color: var(--white-color);
}
.footer-layout3 .copyright-wrap a:hover {
  color: var(--theme-color);
}
.footer-layout3 .widget_title {
  color: var(--title-color);
}
.footer-layout3 .recent-post .post-title {
  color: var(--title-color);
}

/* Contact Media ---------------------------------- */
.contact-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 32px 60px;
}
.contact-media_text {
  font-size: 14px;
  display: block;
  margin-top: -0.5em;
  margin-bottom: 5px;
}
.contact-media .icon-btn {
  border: none;
  line-height: 56px;
  background-color: var(--white-color);
  border-radius: 10px;
  font-size: 36px;
  color: var(--theme-color);
  border-right: 2px solid var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}
.contact-media .box-title {
  margin-bottom: -0.24em;
}
.contact-media.has-border {
  border-left: 1px solid var(--border-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .contact-media {
    padding: 32px 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .contact-media {
    padding: 30px 15px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-layout3 .footer-logo {
    padding: 30px;
  }
  .footer-layout3 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .contact-media {
    padding: 30px 30px;
    border-left: 1px solid var(--border-color);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-media.has-border {
    border-top: 1px solid var(--border-color);
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .contact-media {
    gap: 15px;
  }
  .contact-media .box-title {
    font-size: 22px;
  }
}
@media (max-width: 340px) {
  .contact-media {
    padding: 30px 10px;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 35px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f054";
  position: relative;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--theme-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 18px;
  color: var(--white-color);
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.2em 0 -0.18em 0;
  line-height: 1.1;
  font-weight: 800;
}

.h1.breadcumb-title.breadcumb-post-title {
  font-size: 54px;
}

@media (min-width: 1200px) {
  .breadcumb-post-title {
    font-size: 54px;
  }
}
.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 215px 0 135px 0;
  overflow: hidden;
  text-align: center;
  margin-top: 56px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    margin-top: 55px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 200px 0 110px 0;
  }
  .breadcumb-menu {
    margin: 25px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 180px 0 90px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 34px;
  }
}
/*------------------- 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(--theme-color);
  background-color: var(--smoke-color);
  width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.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  -------------------*/
blockquote,
.wp-block-quote {
  font-size: 16px;
  line-height: 1.56;
  padding: 30px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 35px 0 45px 0;
  color: var(--title-color);
  font-family: var(--body-font);
  font-style: italic;
  border: 1px solid var(--gray-color) !important;
  border-radius: 10px;
}
blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 9px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote p a,
.wp-block-quote p a {
  color: inherit;
}
blockquote:before,
.wp-block-quote:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 33px;
  background-color: var(--white-color);
}
blockquote:after,
.wp-block-quote:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  width: 25px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
          clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
}
blockquote cite,
.wp-block-quote cite {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  font-family: var(--title-font);
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
  left: 80px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 7px 40px 7px 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
  border-radius: 5px;
}
blockquote cite br,
.wp-block-quote cite br {
  display: none;
}
blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
  padding: 40px;
  margin-bottom: 30px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}
blockquote:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}
blockquote p:has(cite),
.wp-block-quote p:has(cite) {
  padding-bottom: 10px;
}
blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}

.wp-block-pullquote {
  color: var(--white-color);
  padding: 0;
}

blockquote.has-very-dark-gray-color {
  color: var(--title-color) !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
  color: var(--title-color);
}

.wp-block-pullquote cite {
  position: absolute;
  color: var(--white-color) !important;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 40px 15px 40px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}
.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 40px 15px 40px 15px;
}
.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
  font-size: 14px;
  left: 20px;
}
.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
  bottom: 6px;
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
  bottom: 7px;
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
  background-color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
    left: 30px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.2em;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
    padding-left: 22px;
  }
  blockquote cite:before,
  .wp-block-quote cite:before {
    width: 20px;
  }
}
.blog-meta {
  display: block;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  margin-right: 20px;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.blog-meta a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 6px;
    padding-right: 15px;
  }
}
.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

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

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 25px;
}
.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

@media (min-width: 1300px) {
  .content-none-search,
  .search-wrap,
  .page-single,
  .blog-single,
  .th-comments-wrap,
  .th-comment-form {
    margin-right: 10px;
  }
}
.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
}
.blog-single .blog-title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
}
.blog-single .blog-text {
  margin-bottom: 27px;
}
.blog-single .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 3px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  font-size: 14px;
  color: var(--title-color);
  text-align: center;
  border-radius: 5px;
}
.blog-single .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.blog-single .blog-meta {
  margin: -0.35em 0 10px 0;
}
.blog-single .blog-content {
  margin: 0 0 0 0;
  position: relative;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  margin-bottom: 37px;
  border-radius: inherit;
}
.blog-single .blog-audio .play-btn,
.blog-single .blog-img .play-btn,
.blog-single .blog-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog-single .blog-audio .play-btn.style3 > i,
.blog-single .blog-img .play-btn.style3 > i,
.blog-single .blog-video .play-btn.style3 > i {
  --icon-size: 60px;
  font-size: 18px;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .line-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.share-links-title {
  font-size: 14px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
  text-transform: uppercase;
}

.share-links {
  margin: var(--blog-space-y, 35px) 0 0 0;
  padding: 20px;
  background-color: var(--smoke-color);
  border-radius: 10px;
}
.share-links > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 15px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}
.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
  background-color: var(--white-color);
}
.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background-color: var(--theme-color);
}

.blog-details .blog-single {
  background-color: transparent;
}
.blog-details .blog-content > p:last-child {
  margin-bottom: 0;
}
.blog-details .blog-content > ul:last-child {
  margin-bottom: 0;
}
.blog-details .blog-content .wp-block-tag-cloud,
.blog-details .blog-content .tagcloud {
  margin-bottom: 25px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }
  .share-links {
    --blog-space-x: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-single {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-audio,
  .blog-single .blog-img,
  .blog-single .blog-video {
    margin-bottom: 25px;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .share-links-title {
    margin: 0 15px 5px 0;
  }
}
/*------------------- 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 .blog-inner-title {
  margin-bottom: 0px;
}
.th-comment-form .form-title {
  margin-top: -0.35em;
}
.th-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.th-comment-form .form-text {
  margin-bottom: 25px;
}
.th-comment-form .form-group > i {
  color: var(--theme-color);
}

.blog-comment-area {
  margin-bottom: 25px;
}

.th-comment-form,
.th-comments-wrap {
  padding: 40px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
  padding: 0;
  -webkit-box-shadow: none;
          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 .comment-respond {
  margin: 30px 0;
}
.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 {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
  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 .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 8px;
}
.th-comments-wrap .comment-avater img {
  width: 100%;
}
.th-comments-wrap .comment-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
  position: relative;
}
.th-comments-wrap .commented-on {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color);
}
.th-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 0.9rem;
}
.th-comments-wrap .name {
  margin-bottom: 12px;
  font-size: 20px;
}
.th-comments-wrap .comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.th-comments-wrap .text {
  margin-bottom: 10px;
}
.th-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}
.th-comments-wrap .reply_and_edit {
  margin-top: 12px;
  margin-bottom: -0.46em;
}
.th-comments-wrap .reply_and_edit a {
  margin-right: 15px;
}
.th-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}
.th-comments-wrap .reply-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--body-color);
  display: inline-block;
}
.th-comments-wrap .reply-btn i {
  color: var(--theme-color);
  margin-right: 4px;
}
.th-comments-wrap .reply-btn:hover {
  color: var(--theme-color);
}
.th-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list .th-comment-item:last-child > .th-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}
ul.comment-list .children .th-comment-item > .th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--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(--border-color);
}

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

.comment-respond .must-log-in {
  margin-bottom: 0;
  margin-top: 8px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-comment-form, .th-comments-wrap {
    padding: 40px 20px;
  }
}
/* 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 .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .th-comments-wrap .comment-top {
    display: block;
  }
  .th-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .th-comments-wrap .children {
    margin-left: 40px;
  }
  .th-comments-wrap .children {
    margin-left: 30px;
  }
  .th-comments-wrap .children .children {
    margin-left: 0;
  }
}
/* 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-wrapper .slick-arrow {
  border: none;
}
.th-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.th-hero-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-subtitle {
  font-family: var(--title-font);
  color: var(--theme-color);
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  text-transform: uppercase;
  margin-top: -0.24em;
}

.hero-title {
  font-size: 74px;
  font-weight: 800;
  line-height: 1.135;
  margin-bottom: 0;
}
.hero-title:last-of-type {
  margin-bottom: 17px;
}

.hero-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-text {
    font-size: 16px;
  }
}

.hero-1 {
  overflow: hidden;
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 220px 0;
  max-width: 620px;
}
.hero-style1 .hero-title {
  color: var(--white-color);
}
.hero-style1 .hero-text {
  color: var(--white-color);
  font-weight: 400;
}
.hero-style1 .sub-title {
  margin-bottom: 15px;
}

@media (max-width: 1400px) {
  .hero-style1 {
    padding: 180px 0;
  }
  .hero-title {
    font-size: 68px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style1 {
    padding: 150px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 60px;
  }
  .hero-style1 {
    max-width: 600px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 54px;
    line-height: 1.2;
  }
  .hero-style1 {
    padding: 110px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style1 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-title {
    font-size: 48px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .hero-title {
    font-size: 38px;
    line-height: 1.24;
  }
  .hero-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 390px) {
  .hero-title {
    font-size: 34px;
    line-height: 1.3;
  }
}
@media (max-width: 330px) {
  .hero-title {
    font-size: 30px;
  }
}
/* Hero 2 ---------------------------------- */
.hero-2 {
  overflow-x: hidden;
}
.hero-2 .hero-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.hero-2 .hero-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-style2 .video-btn .play-btn {
  margin-right: 15px;
}
.hero-style2 .video-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.hero-style2 .video-btn .play-btn:before, .hero-style2 .video-btn .play-btn:after {
  background-color: var(--white-color);
}
.hero-style2 .video-btn .line-btn {
  --title-color: #fff;
}
.hero-style2 .btn-group {
  gap: 50px;
}
.hero-style2 .sub-title:before {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  margin-right: 10px;
  background-color: var(--theme-color);
  position: relative;
  top: -5px;
}

@media (min-width: 1300px) {
  .hero-has-header {
    padding-top: 100px;
  }
  .hero-has-header .hero-style2 {
    padding: 190px 0 190px 0;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .hero-2 .hero-img {
    right: -100px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-2 .hero-img {
    max-width: 57%;
  }
  .hero-has-header {
    padding-top: 100px;
  }
  .hero-has-header .hero-style2 {
    padding: 120px 0 120px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-has-header {
    padding-top: 100px;
  }
  .hero-has-header .hero-style2 {
    padding: 120px 0 120px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-2 .hero-img {
    display: none;
  }
  .hero-has-header {
    padding-top: 100px;
  }
  .hero-has-header .hero-style2 {
    padding: 90px 0 90px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-style2 .btn-group {
    gap: 30px 20px;
  }
}
/* Hero 3 ---------------------------------- */
.hero-title2 {
  font-size: 74px;
  line-height: 1.156;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: -0.24em;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.hero-title2:last-of-type {
  margin-bottom: 15px;
}
.hero-title2 b {
  color: var(--theme-color);
  font-weight: bold;
}
@media (max-width: 1299px) {
  .hero-title2 {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .hero-title2 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .hero-title2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-title2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-title2 {
    font-size: 44px;
  }
}
@media (max-width: 375px) {
  .hero-title2 {
    font-size: 38px;
  }
}

.hero-3 {
  background-color: #F7F4ED;
  overflow-x: hidden;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.hero-3 .hero-img {
  text-align: center;
  position: relative;
}
.hero-3 .hero-img .star {
  position: absolute;
  top: 25%;
  left: calc(50% - 30px);
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.hero-3 .hero-shape1,
.hero-3 .hero-shape2,
.hero-3 .hero-shape3,
.hero-3 .hero-shape4 {
  position: absolute;
  pointer-events: none;
}
.hero-3 .hero-shape1 {
  top: -300px;
  right: 220px;
}
.hero-3 .hero-shape2 {
  top: -200px;
  right: -200px;
}
.hero-3 .hero-shape3 {
  top: 0;
  right: 0;
}
.hero-3 .hero-shape4 {
  top: 0;
  left: 0;
}
.hero-3 .hero-shape4 .color-mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDEDC8;
  -webkit-animation: colorPosition 5s linear infinite;
          animation: colorPosition 5s linear infinite;
  opacity: 1;
  inset: 0;
}

@-webkit-keyframes colorPosition {
  0% {
    height: 0;
    width: 0;
    border-radius: 0 50% 50% 0;
  }
  100% {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
}

@keyframes colorPosition {
  0% {
    height: 0;
    width: 0;
    border-radius: 0 50% 50% 0;
  }
  100% {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
}
.hero-style3 {
  padding: 260px 0 32px 0;
  position: relative;
  z-index: 5;
  text-align: center;
}
.hero-style3 .hero-text {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.hero-style3 .btn-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-3 {
    -webkit-mask-size: 120% 100%;
            mask-size: 120% 100%;
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
  }
  .hero-3 .hero-img > img {
    max-width: 900px;
    width: 100%;
  }
  .hero-3 .hero-img .star {
    width: auto;
  }
  .hero-3 .hero-shape4 {
    display: none;
  }
  .hero-style3 {
    padding: 200px 0 32px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-3 .hero-img > img {
    max-width: 700px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-style3 {
    padding: 180px 0 32px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-3 {
    -webkit-mask-size: 180% 100%;
            mask-size: 180% 100%;
  }
  .hero-3 .hero-img .star {
    width: 40px;
    left: calc(50% - 20px);
  }
}
/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}

.error-img {
  text-align: center;
  margin-bottom: 45px;
}

.error-title {
  margin-bottom: 20px;
}

.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
  }
  .error-text {
    margin-bottom: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}
/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-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);
          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);
          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);
          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);
          transform: scale(1.001);
}
.popup-search-box form button:hover {
  -webkit-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);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .th-social a {
  background-color: transparent;
  border: 1px solid;
}
.sidemenu-wrapper .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content select,
.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content .form-select,
.sidemenu-wrapper .sidemenu-content .form-control,
.sidemenu-wrapper .sidemenu-content textarea {
  background-color: var(--smoke-color);
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.00. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px 11px 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  border-radius: 6px;
}
.woocommerce-message a,
.woocommerce-info a {
  color: var(--white-color);
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--title-color);
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 11px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.woocommerce-form-login-toggle .woocommerce-info a {
  color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--title-color);
}

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

.woocommerce-form-login {
  margin-bottom: 30px;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}
table.variations .label,
.woocommerce-grouped-product-list-item .label {
  border: none;
}
table.variations__label,
.woocommerce-grouped-product-list-item__label {
  border: none !important;
  font-weight: 600;
}
table.variations__price,
.woocommerce-grouped-product-list-item__price {
  border: none !important;
}
table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 18px !important;
}
table.variations del,
.woocommerce-grouped-product-list-item del {
  margin-left: 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}
.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
table.variations td {
  padding: 0;
}
table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}
table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
  width: auto !important;
}

.woocommerce-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after {
  display: none;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}
.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}
.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
  z-index: 1111;
}

table.woocommerce-product-attributes {
  margin-bottom: 30px;
}

#woosq-popup .product_meta {
  margin-top: 20px;
}
#woosq-popup .product_title {
  font-size: 24px;
  margin-bottom: 5px;
}
#woosq-popup .single-product .product .actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}
.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--theme-color);
  letter-spacing: 3px;
}

.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 */
@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px 10px 37px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: 16px;
    top: 10px;
    left: 15px;
  }
}
/*------------------- 4.00. Products  -------------------*/
.th-product {
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.th-product .product-title {
  font-size: 20px;
  margin: 10px 0 10px 0;
  font-weight: 600;
}
.th-product .product-title a {
  color: inherit;
}
.th-product .product-title a:hover {
  color: var(--theme-color);
}
.th-product .category {
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0 12px;
  z-index: 3;
  border-radius: 4px;
}
.th-product .price {
  display: block;
  color: var(--body-color);
  font-weight: 500;
  margin-bottom: -0.4em;
  font-family: var(--body-font);
}
.th-product .price del {
  margin-left: 10px;
  color: #a9a9a9;
}
.th-product .product-img {
  --space: 20px;
  background-color: var(--smoke-color);
  overflow: hidden;
  position: relative;
  margin: 0 0 25px 0;
  text-align: center;
  background-color: var(--smoke-color);
  z-index: 2;
  border-radius: 10px;
}
.th-product .product-img:before {
  --space: 20px;
  content: "";
  height: calc(100% - var(--space) * 2);
  width: calc(100% - var(--space) * 2);
  border-radius: inherit;
  position: absolute;
  top: var(--space);
  left: var(--space);
  background-color: var(--title-color);
  z-index: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-product .product-img img {
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.th-product .star-rating {
  margin: 0 auto 5px auto;
  width: 93px;
}
.th-product .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.th-product .actions .icon-btn {
  --btn-size: 40px;
  font-size: 14px;
  border-color: var(--white-color);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  color: var(--title-color);
  border-radius: 6px;
}
.th-product .actions .icon-btn:hover {
  color: var(--white-color);
  border-color: var(--white-color);
}
.th-product .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}
.th-product .actions > * > a {
  margin: 0;
}
.th-product .icon-btn {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}
.th-product .tinv-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}
.th-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-product .add_to_cart_button.added {
  display: none;
}
.th-product .added_to_cart {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--border-color);
}
.th-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}
.th-product .added_to_cart:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-product .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}
.th-product:hover .product-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.th-product:hover .product-img:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
  opacity: 0.7;
}
.th-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.th-product:hover .icon-btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.th-product.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  height: 100%;
}
.th-product.list-view .product-img {
  width: 100%;
  max-width: 200px;
  margin: 0;
  border-radius: 10px 0 0 10px;
}
.th-product.list-view .product-img:before {
  --space: 10px;
}
.th-product.list-view .category {
  top: 10px;
  right: 10px;
}
.th-product.list-view .star-rating {
  margin: 0 auto 10px 0;
  width: 93px;
}
.th-product.list-view .product-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid var(--border-color);
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 25px;
  border-radius: 0 10px 10px 0;
}
.th-product.list-view .actions {
  --icon-gap-x: 2px;
}
.th-product.list-view .actions .icon-btn {
  --btn-size: 35px;
  --btn-font-size: 13px;
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}
.th-product.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.th-product.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.th-product.list-view .added_to_cart:after {
  font-size: 16px;
}
.th-product.list-view .action-btn {
  padding: 8px 15px;
}
.th-product.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}
.th-product.list-view .product-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.th-product.list-view .product-price {
  font-size: 14px;
}

#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: 20px;
  margin-bottom: 20px;
}

.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-popup {
  border-radius: 10px;
}
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product .summary {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.woosq-product .thumbnails .slick-list {
  display: block;
}
.woosq-product .thumbnails .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-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;
}
.woosq-product .tinv-wraper {
  display: none;
}

.th-sort-bar {
  padding: 10px;
  margin: 0 0 24px 0;
  background-color: var(--smoke-color);
  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(--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 .woocommerce-result-count {
  padding-left: 15px;
  margin-bottom: 0;
  color: var(--body-color);
}
.th-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--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-thumb-area {
  position: relative;
  margin-right: 10px;
}
.product-thumb-area .product-thumb-tab {
  position: absolute;
  top: 0;
  left: 0;
}

.product-thumb-tab {
  --thumb: 120px;
  --gap: 10px;
  max-width: var(--thumb);
  margin-left: calc(0px - var(--thumb) / 2);
  position: relative;
  z-index: 3;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}
.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
}
.product-thumb-tab .tab-btn img {
  max-width: 100%;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.product-thumb-tab .indicator {
  position: absolute;
  top: calc(var(--pos-y) + var(--gap));
  left: calc(var(--pos-x) + var(--gap));
  width: calc(var(--width-set) - var(--gap) * 2);
  height: calc(var(--height-set) - var(--gap) * 2);
  border: 2px solid var(--theme-color);
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.product-big-img {
  background-color: var(--smoke-color2);
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
}
.product-big-img .img {
  width: 100%;
}
.product-big-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.product-big-img .slick-dots {
  margin: -11px 0 0 0 !important;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  --border-color: #c0c0c0;
}
.product-big-img:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none;
}
.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}
.product_meta > span:last-child {
  margin-bottom: 0;
}
.product_meta > span a {
  color: inherit;
}
.product_meta > span a:hover {
  color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-style1 {
  border-bottom: 1px solid var(--smoke-color2);
  margin: 95px auto 40px auto;
  padding-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}
.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-right: 0;
}
.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0;
}
.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
  background-color: var(--white-color);
}
.woocommerce-Reviews .th-comment-form .blog-inner-title {
  margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px;
}
.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--border-color) !important;
  padding: 40px !important;
  -webkit-box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
          box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin-bottom: 24px;
  border-radius: 10px;
}
.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}
.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

/* 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;
  }
}
#productTabContent {
  margin-bottom: -10px;
}

#additional_information {
  margin-bottom: 40px;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-inner-list li {
  position: relative;
  padding-left: 15px;
}
.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}
.share-title i {
  color: var(--theme-color);
}

.summary-content .product-title,
.product-about .product-title {
  margin: 0 0 14px 0;
}
.summary-content .product_title,
.product-about .product_title {
  margin-bottom: 20px !important;
}
.summary-content > .price,
.product-about > .price {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 800;
  color: var(--title-color);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 19px;
  margin-top: -0.2em;
}
.summary-content > .price del,
.product-about > .price del {
  color: var(--gray-color);
  font-weight: 500;
  margin-left: 15px;
}
.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 22px;
}
.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
  width: 80px;
  font-size: 12px;
  margin-right: 8px;
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
  margin: 29px 0 29px 0;
}
.summary-content .actions,
.product-about .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 35px 0 27px 0;
}
.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-color: var(--border-color);
}
.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.summary-content .share,
.product-about .share {
  margin-top: 25px;
}
.summary-content .th-social a,
.product-about .th-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 0;
}
.summary-content .th-social a:hover,
.product-about .th-social a:hover {
  border-color: var(--theme-color);
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 54px;
  height: 54px;
  line-height: 48px;
  display: inline-block;
  border-radius: 5px;
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
  position: relative;
}
.summary-content .quantity:after,
.product-about .quantity:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--border-color);
  position: absolute;
  top: 0;
  left: 55px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 112px;
  height: 56px;
  border: 1px solid var(--border-color);
  background-color: transparent;
  color: var(--title-color);
  padding: 0 21px;
  text-align: left;
  font-weight: 500;
  border-radius: 5px;
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--title-color);
  background-color: transparent;
  position: absolute;
  right: 21px;
  height: auto;
  width: auto;
  border: none;
}
.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
  bottom: 8px;
}
.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
  top: 8px;
}

.woocommerce-Reviews .th-post-comment {
  border-radius: 20px;
}
.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}
.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  margin-right: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  -webkit-box-shadow: none;
          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 .th-comment-form .blog-inner-title {
  margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
  display: -webkit-box;
  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(--border-color) !important;
  padding: 40px !important;
  -webkit-box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
          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;
}
.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

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

.product-details .th-comments-wrap {
  margin-top: 0;
}
.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-product.list-view .product-img {
    max-width: 150px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px;
  }
  .product-thumb-area {
    margin-right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .th-sort-bar select {
    min-width: auto;
  }
  .product-tab-style1 {
    margin: 55px 0 40px 0;
  }
  .summary-content,
  .product-about {
    padding-left: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
  }
  .product-thumb-tab {
    margin-left: -10px;
  }
  .th-product-box.list-view .product-img {
    max-width: 150px;
  }
  .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;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
}
/* 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;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .th-sort-bar select {
    margin: 0 auto;
  }
  .th-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }
  .th-product-box.list-view .product-img {
    max-width: 130px;
  }
  .th-product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }
  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-grid {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .th-product.list-view .product-img {
    max-width: 130px;
  }
  .th-product.list-view .product-content {
    padding: 0 15px;
  }
}
/*------------------- 4.00. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: #ecf0f1;
}
.cart_table thead th {
  border: none !important;
}
.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 800;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}
.cart_table .product-quantity {
  color: var(--title-color);
}
.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}
.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color);
}
.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}
.cart_table .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_table td.product-quantity {
  min-width: 155px;
}
.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px;
}
.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 60px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 3px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}
.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::-ms-input-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
  padding-left: 20px;
}
.cart_table .actions > .th-btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}
.cart_table .actions > .th-btn:last-child {
  margin-right: 0;
}
.cart_table .th-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart_table .th-cart-coupon input {
  width: calc(100% - 200px);
  margin-right: 10px;
}
.cart_table .th-cart-coupon .th-btn {
  font-size: 16px;
  padding: 20px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
  text-align: left;
}
.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
  text-align: left;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
  display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}
.cart_totals .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: var(--theme-color);
}

.empty-notice {
  margin: 40px auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .th-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .cart-productimage {
    max-width: 100px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .th-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .th-btn:last-child {
    margin-right: auto;
  }
  .cart_table .th-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .th-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/*------------------- 4.00. Checkout  -------------------*/
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: 0;
}
.woocommerce-checkout .select2-dropdown {
  border: none;
  border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 4px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
  color: var(--body-color);
}
.woocommerce-checkout .shipping_address {
  margin-top: -3px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  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,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .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-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  padding-left: 25px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

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

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}
.checkout-ordertable th {
  font-weight: 800;
  text-align: left;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}
.checkout-ordertable input[type=hidden] ~ label {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout-payment {
  text-align: left;
}
.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 12px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
}
.woocommerce-checkout-payment ul input[type=radio] ~ label {
  margin-bottom: 17px;
  color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type=radio] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.th-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
}
/*------------------- 4.00. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.tinv-wishlist .tinv-header {
  margin-top: -0.6rem;
  text-transform: capitalize;
}
.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.tinv-wishlist table {
  border: none;
}
.tinv-wishlist table th {
  color: var(--title-color);
}
.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.tinv-wishlist table thead {
  background-color: var(--smoke-color);
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}
.tinv-wishlist .product-thumbnail {
  width: 110px;
}
.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}
.tinv-wishlist ins {
  text-decoration: none;
}
.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 5px;
  padding-top: 0;
}
.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
  display: none;
}
.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
  display: block;
}
.tinv-wishlist .product-stock span {
  display: inline;
}
.tinv-wishlist .product-stock i {
  margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tinv-wishlist button.button {
  border: none;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
  border-radius: 5px;
}
.tinv-wishlist button.button i {
  font-size: 18px !important;
  margin-right: 3px !important;
}
.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}
.tinv-wishlist .tinvwl-buttons-group button i {
  font-size: 14px;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
  color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

@media only screen and (min-width: 1024px) {
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
    float: left !important;
    width: 40% !important;
    margin-right: 4%;
  }
  .tinv-wishlist tfoot .tinvwl-to-right {
    float: right;
    width: auto;
    text-align: left;
  }
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
    margin-top: -10px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}
/*------------------- 4.00. Contact  -------------------*/
/* Contact 1 ---------------------------------- */
.appoitment-form1 {
  margin-left: auto;
}
.appoitment-form1 .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
.appoitment-form1 .form-row .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 230px;
}
.appoitment-form1 .form-row .form-btn .th-btn {
  min-width: auto;
  width: 190px;
}
.appoitment-form1 label {
  color: var(--title-color);
}
.appoitment-form1 select,
.appoitment-form1 .form-control,
.appoitment-form1 .form-select,
.appoitment-form1 textarea,
.appoitment-form1 input {
  background-color: var(--white-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .appoitment-form1 .form-row {
    gap: 20px;
  }
  .appoitment-form1 .form-row .form-btn .th-btn {
    width: auto;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .appoitment-form1 .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .appoitment-form1 .form-row .form-group {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: calc(50% - 10px);
  }
  .appoitment-form1 .form-row .form-btn {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: calc(50% - 10px);
  }
  .appoitment-form1 .form-row .form-btn .th-btn {
    max-width: 100%;
    width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .appoitment-form1 .form-row .form-group {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .appoitment-form1 .form-row .form-btn {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .contact-sec1 .title-area2 {
    padding: 30px 0;
  }
}
/* Contact Page ---------------------------------- */
.contact-feature {
  background-color: #F7F4ED;
  padding: 40px 10px;
  text-align: center;
  border-radius: 20px;
}
.contact-feature_icon {
  margin-bottom: 17px;
}
.contact-feature_subtitle {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.contact-feature .box-title {
  margin-bottom: -0.32em;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-feature .box-title {
    font-size: 22px;
  }
}
.contact-feature.bg-theme .contact-feature_subtitle {
  color: var(--white-color);
}
.contact-feature.bg-theme .contact-feature_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact-feature.bg-theme .box-title {
  color: var(--white-color);
}
.contact-feature.bg-theme .box-title a:hover {
  color: var(--title-color);
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  background-color: var(--white-color);
}
.contact-form .form-group > i {
  background-color: var(--white-color);
  color: var(--theme-color);
  width: 18px;
  text-align: right;
}

.quote-form-box {
  padding: 50px;
  /* Large devices */
}
.quote-form-box textarea {
  min-height: 120px;
}
.quote-form-box .form-title {
  margin-top: -0.24em;
  margin-bottom: 10px;
}
.quote-form-box .form-text {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .quote-form-box {
    text-align: center;
  }
}

.rounded-20 {
  border-radius: 20px;
  overflow: hidden;
}

.form-text {
  font-size: 16px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .quote-form-box {
    padding: 40px 20px;
  }
}
.contact-map {
  line-height: 0px;
  height: 100%;
}
.contact-map iframe {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  height: 100%;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .contact-map iframe {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    min-height: 260px;
  }
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
@media (min-width: 1300px) {
  .img-box1 {
    margin-right: 50px;
  }
}
.img-box1 {
  position: relative;
  z-index: 2;
  padding-bottom: 105px;
}
.img-box1:before {
  content: "";
  background-color: var(--smoke-color);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 195px;
  width: 444px;
  max-width: 100%;
  -webkit-clip-path: path("M270 0H444L175 195H0L270 0Z");
          clip-path: path("M270 0H444L175 195H0L270 0Z");
  z-index: -1;
}
.img-box1 img {
  border-radius: 10px;
}
.img-box1 .img1 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.img-box1 .img1 img {
  width: 100%;
}
.img-box1 .img2 {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 3;
}
.img-box1 .year-counter-wrap {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--smoke-color);
  -webkit-clip-path: path("M325 0V140L195 235H0L325 0Z");
          clip-path: path("M325 0V140L195 235H0L325 0Z");
  height: 235px;
  width: 325px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.year-counter {
  max-width: 135px;
  text-align: center;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  padding-top: 6px;
}
.year-counter_number {
  font-family: var(--title-font);
  font-size: 44px;
  font-weight: 600;
  color: var(--theme-color);
  line-height: 46px;
  padding-left: 5px;
}
.year-counter_text {
  margin-bottom: 0;
}

.video-checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.video-checklist .checklist {
  margin-top: -5px;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box1 .img1 {
    display: block;
    width: 70%;
  }
  .img-box1 .img1 img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img-box1 .year-counter-wrap {
    top: 100px;
    right: 100px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .img-box1 .year-counter-wrap {
    top: 50px;
    right: 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .img-box1 .year-counter-wrap {
    top: 0;
    right: 0;
  }
  .video-checklist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .img-box1 .year-counter-wrap {
    top: -1px;
    z-index: 3;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
            clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    height: 100px;
    width: 240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .img-box1 .year-counter {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    padding-top: 4px;
  }
  .img-box1 .img2 {
    max-width: 60%;
  }
  .video-checklist {
    gap: 13px;
  }
}
/* About 2 ---------------------------------- */
.about-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.about-feature-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  margin-bottom: 40px;
}
.about-feature_title {
  font-size: 18px;
  margin-bottom: 10px;
}
.about-feature_text {
  margin-bottom: -0.5em;
}

@media (min-width: 1300px) {
  .img-box3 {
    margin-right: 50px;
  }
}
.img-box3 {
  position: relative;
  z-index: 2;
  --space: 40px;
}
.img-box3:before {
  content: "";
  background-color: var(--theme-color);
  position: absolute;
  bottom: calc(var(--space) * -1);
  left: calc(var(--space) * -1);
  height: 200px;
  width: 212px;
  z-index: -1;
  border-radius: 10px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.img-box3 .img1 img {
  border-radius: 10px;
}
.img-box3 .img2 {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 10px 0 10px 10px;
  display: inline-block;
  border-radius: 10px;
  background-color: var(--white-color);
  -webkit-animation: jumpAni 5s linear infinite;
          animation: jumpAni 5s linear infinite;
}
.img-box3 .img2 img {
  border-radius: inherit;
}
.img-box3 .shape1 {
  position: absolute;
  top: calc(var(--space) * -1);
  left: calc(var(--space) * -1);
  z-index: -1;
  -webkit-animation: jumpReverseAni 5s linear infinite;
          animation: jumpReverseAni 5s linear infinite;
}
.img-box3 .year-counter {
  position: absolute;
  right: 0;
  bottom: 30px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 6px 20px rgba(191, 191, 191, 0.25);
          box-shadow: 0px 6px 20px rgba(191, 191, 191, 0.25);
  border-radius: 10px;
  z-index: 3;
  max-width: 205px;
  padding: 30px 35px;
}
.img-box3 .year-counter_number {
  padding-left: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .about-feature {
    max-width: 360px;
  }
  .about-feature-wrap {
    gap: 30px;
  }
  .img-box3 .img1 {
    display: inline-block;
    width: 80%;
  }
  .img-box3 .img1 img {
    width: 100%;
    max-height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-feature-wrap {
    grid-template-columns: auto;
  }
  .img-box3 .img1 {
    right: -42px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .img-box3 .img1 {
    right: 0;
    bottom: 25%;
  }
  .img-box3 .img1 img {
    max-width: 100%;
  }
}
/* About 3 ---------------------------------- */
.about-quote {
  padding-left: 19px;
  margin: -0.5em 0;
  font-style: italic;
  position: relative;
  font-weight: 600;
}
.about-quote:before {
  content: "";
  height: calc(100% - 15px);
  width: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: var(--theme-color);
}

@media (min-width: 1300px) {
  .img-box5 {
    margin-right: 50px;
  }
}
.img-box5 {
  -webkit-animation: jumpAni 4s linear infinite;
          animation: jumpAni 4s linear infinite;
}
.img-box5 img {
  width: 100%;
}

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
  position: relative;
}
.th-team .team-img {
  position: relative;
  overflow: hidden;
}
.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .team-desig {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color);
}
.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-team .box-title {
  margin-bottom: 0;
}

/* Team Card ---------------------------------- */
.team-card {
  position: relative;
}
.team-card .th-social {
  position: absolute;
  bottom: 32px;
  right: 40px;
  width: 40px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.team-card .th-social a {
  background-color: var(--white-color);
  color: var(--theme-color);
  margin-right: 0;
  margin-bottom: 10px;
}
.team-card .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team-card .box-title {
  margin-bottom: -0.32em;
}
.team-card .team-img {
  padding: 20px;
  margin-bottom: 20px;
}
.team-card .team-img:before, .team-card .team-img:after {
  content: "";
  height: 100%;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.team-card .team-img:before {
  left: 0;
  background-color: var(--smoke-color);
}
.team-card .team-img:after {
  height: calc(100% - 40px);
  right: 0;
  background-color: var(--border-color);
  -webkit-clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
          clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
}
.team-card .team-img img {
  border-radius: 10px;
}
.team-card .team-desig {
  margin-bottom: 8px;
}
.team-card:hover .team-img:before {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.team-card:hover .team-img:after {
  background-color: var(--white-color);
  border-color: var(--theme-color);
}
.team-card:hover .th-social {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-card {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* Team Box ---------------------------------- */
.team-box {
  position: relative;
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 15px rgba(191, 191, 191, 0.2);
          box-shadow: 0px 6px 15px rgba(191, 191, 191, 0.2);
}
.team-box .team-content {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-box .team-content .media-body {
  max-width: calc(100% - 46px);
}
.team-box .team-desig {
  font-size: 16px;
}
.team-box .box-title {
  margin-bottom: 3px;
}
.team-box .icon-btn {
  --btn-size: 46px;
  border-radius: 50%;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  cursor: pointer;
}
.team-box .th-social {
  position: absolute;
  bottom: 77px;
  right: 30px;
  width: 46px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.team-box .th-social a {
  --icon-size: 46px;
  background-color: var(--white-color);
  color: var(--theme-color);
  margin-right: 0;
  margin-bottom: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(174, 174, 174, 0.5);
          box-shadow: 0px 0px 10px rgba(174, 174, 174, 0.5);
}
.team-box .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team-box:hover .th-social {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.team-box:hover .team-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-box:hover .icon-btn {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Small devices */
@media (max-width: 767px) {
  .team-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Team Details ---------------------------------- */
.about-card-img {
  --space: 40px;
  padding: var(--space);
  position: relative;
  /* Large devices */
  /* Small devices */
}
.about-card-img:before, .about-card-img:after {
  content: "";
  height: 100%;
  width: calc(100% - var(--space) * 2);
  position: absolute;
  top: 0;
  border-radius: 10px;
  border: 1px solid var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.about-card-img:before {
  left: 0;
  background-color: var(--theme-color);
}
.about-card-img:after {
  height: calc(100% - var(--space) * 2);
  right: 0;
  background-color: var(--smoke-color);
  -webkit-clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
          clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
}
.about-card-img img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 1199px) {
  .about-card-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-card-img {
    --space: 25px;
  }
}

@media (min-width: 1300px) {
  .about-card {
    margin-left: 50px;
  }
}
.about-card_title {
  margin-bottom: 0;
}
.about-card_desig {
  color: var(--theme-color);
  margin-bottom: 2px;
  margin-top: -0.5em;
}
.about-card_text {
  margin-bottom: 23px;
  margin-top: 23px;
}
.about-card .th-social a {
  background-color: var(--border-color);
  color: var(--title-color);
}
.about-card .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-info {
  margin-bottom: 28px;
}
.team-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.team-info ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-info ul li:last-child {
  margin-bottom: 0;
}
.team-info ul li b {
  width: 100%;
  max-width: 200px;
  font-weight: 600;
  font-size: 18px;
  color: var(--title-color);
}
.team-info ul li span,
.team-info ul li a {
  color: var(--body-color);
}
.team-info ul li a:hover {
  color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-info ul li b {
    max-width: 140px;
  }
}
.team-contact-form {
  padding: 50px;
  background-color: var(--smoke-color);
  /* Extra small devices */
}
.team-contact-form textarea {
  height: 120px;
}
.team-contact-form .form-title {
  margin-top: -0.3em;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .team-contact-form {
    padding: 40px 20px;
  }
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
.testi-card {
  overflow: hidden;
  position: relative;
  padding: 34px 40px 30px 40px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 0px 15px rgba(191, 191, 191, 0.09);
          box-shadow: 0px 0px 15px rgba(191, 191, 191, 0.09);
  border-radius: 10px;
}
.testi-card:before {
  content: "";
  height: 90px;
  width: 108px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
          clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.testi-card_quote {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 36px;
  color: var(--theme-color);
}
.testi-card_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  gap: 10px;
}
.testi-card_avater {
  width: 60px;
  min-width: 60px;
  border: 5px solid var(--white-color);
  border-radius: 50%;
}
.testi-card_avater img {
  border-radius: 50%;
}
.testi-card_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testi-card_desig {
  margin-bottom: 0;
  display: block;
  color: var(--theme-color);
}
.testi-card_text {
  margin: 15px 0 19px 0;
  font-style: italic;
}
.testi-card_review {
  color: var(--theme-color);
  font-size: 16px;
}
.testi-card_review i {
  margin-right: 3px;
}
.testi-card_review i:last-child {
  margin-right: 0 !important;
}
.testi-card:hover:before {
  background-color: var(--title-color);
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-card {
    padding: 34px 20px 30px 20px;
    border-radius: 10px;
  }
  .testi-card_quote {
    right: 20px;
  }
}
/* Testimonial Box ---------------------------------- */
.testi-box {
  position: relative;
  z-index: 2;
  text-align: center;
  --theme-color: #3D72FC;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.testi-box_img {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.testi-box_img img {
  max-width: 140px;
  padding: 15px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}
.testi-box_img .play-btn {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 15px);
}
.testi-box_img .play-btn i {
  --icon-size: 30px;
  font-size: 18px;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.testi-box_img .play-btn:before, .testi-box_img .play-btn:after {
  background-color: var(--theme-color);
}
.testi-box_content {
  padding: 30px;
  position: relative;
  -webkit-filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
          filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), color-stop(50%, var(--white-color)));
  background-image: linear-gradient(to bottom, var(--theme-color), var(--white-color) 50%);
  z-index: 2;
  border-radius: 20px;
}
.testi-box_content:before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}
.testi-box_content:after {
  content: url("data:image/svg+xml,%3Csvg width='75' height='23' viewBox='0 0 75 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9937 11.0964L36.3597 1.39913C36.9599 0.608889 38.1483 0.608887 38.7486 1.39913L46.1146 11.0963C49.9909 16.1995 56.0306 19.1963 62.4391 19.1963H74.3326V21.6934H0.900391V19.1963H12.6692C19.0776 19.1963 25.1174 16.1995 28.9937 11.0964Z' fill='white' stroke='url(%23paint0_linear_348_82)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_348_82' x1='37.6165' y1='-1' x2='37.6165' y2='22.1934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233D72FC'/%3E%3Cstop offset='0.890779' stop-color='%233D72FC'/%3E%3Cstop offset='0.890947' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  left: calc(50% - 37.5px);
  bottom: calc(100% - 4px);
  height: 23px;
  width: 75px;
}
.testi-box_name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.testi-box_desig {
  margin-bottom: -0.5em;
  display: block;
  color: var(--theme-color);
}
.testi-box_text {
  margin-bottom: 18px;
  margin-top: -0.5em;
  font-style: italic;
}
.testi-box:hover {
  --theme-color: #191825;
}
.testi-box:hover .testi-box_content:after {
  content: url("data:image/svg+xml,%3Csvg width='75' height='23' viewBox='0 0 75 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9937 11.0964L36.3597 1.39913C36.9599 0.608889 38.1483 0.608887 38.7486 1.39913L46.1146 11.0963C49.9909 16.1995 56.0306 19.1963 62.4391 19.1963H74.3326V21.6934H0.900391V19.1963H12.6692C19.0776 19.1963 25.1174 16.1995 28.9937 11.0964Z' fill='white' stroke='url(%23paint0_linear_348_82)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_348_82' x1='37.6165' y1='-1' x2='37.6165' y2='22.1934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23191825'/%3E%3Cstop offset='0.887916' stop-color='%23191825' stop-opacity='0.99'/%3E%3Cstop offset='0.892968' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-box_content {
    padding: 30px 15px;
  }
}
/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-card {
  --border-color: #D4D4D4;
  border-right: 1px solid var(--border-color);
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.counter-card-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.counter-card:last-child {
  border-right: none;
}
.counter-card_number {
  font-size: 40px;
  color: var(--theme-color);
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: -0.24em;
}
.counter-card_number .counter-number {
  color: var(--white-color);
  font-weight: 700;
}
.counter-card_text {
  color: var(--light-color);
  display: block;
  margin-bottom: -0.45em;
}
.counter-card.style2 {
  --border-color: #0073E6;
}
.counter-card.style2 .counter-number {
  color: var(--white-color);
}
.counter-card.style2 .counter-card_text {
  color: var(--light-color);
  font-weight: 400;
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .counter-card:nth-child(even) {
    border-right: none;
  }
  .counter-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-color);
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .counter-card {
    padding: 50px 0;
  }
}
/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-card .blog-img {
  border-radius: 10px;
}
.blog-card .blog-content {
  -webkit-box-shadow: 0px 6px 20px rgba(182, 182, 182, 0.15);
          box-shadow: 0px 6px 20px rgba(182, 182, 182, 0.15);
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 30px;
  margin: -55px 15px 0 15px;
  position: relative;
  z-index: 3;
}
.blog-card .box-title {
  margin-bottom: 17px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 17px;
}
.blog-card .box-title a {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color)), to(var(--theme-color)));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.blog-card .box-title a:hover {
  background-size: 100% 2px;
}
.blog-card .blog-img {
  overflow: hidden;
}
.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-card .blog-meta {
  margin: -0.4em 0 18px 0;
}
.blog-card .blog-meta span > i,
.blog-card .blog-meta a > i {
  color: var(--theme-color);
}
.blog-card.style2 {
  --theme-color: #3D72FC;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-card.style2 .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style2 .blog-content {
  margin: 0;
  border-radius: 0 0 10px 10px;
}
.blog-card.style2 .line-btn {
  color: var(--theme-color);
}
.blog-card.style2 .line-btn:before {
  background-color: var(--theme-color);
}
.blog-card.style2:hover {
  --theme-color: #0073E6;
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .blog-card .blog-content {
    padding: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-card .blog-content {
    padding: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-card .box-title {
    font-size: 22px;
  }
  .blog-card .blog-content {
    padding: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-content {
    padding: 30px;
  }
  .blog-card .box-title {
    font-size: 24px;
  }
}
@media (max-width: 410px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .blog-card .blog-content {
    padding: 18px;
  }
  .blog-card .box-title {
    font-size: 20px;
  }
  .blog-card .blog-meta span,
  .blog-card .blog-meta a {
    margin-right: 0;
    padding-right: 10px;
  }
}
/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-box {
  text-align: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.brand-box:hover {
  -webkit-filter: none;
          filter: none;
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  color: var(--title-color);
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.checklist li > i {
  color: var(--theme-color);
}
.checklist li:not(:last-child) {
  margin-bottom: 8px;
}
.checklist.style2 li > i {
  font-size: 24px;
  color: var(--theme-color);
}
.checklist.mb-45 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 40px;
  }
}

.cta-sec1 {
  padding-top: 40px;
  max-width: 1480px;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.cta-sec1 .play-btn {
  position: absolute;
  top: -60px;
  left: calc(50% - 60px);
}
.cta-sec1 .play-btn i {
  --icon-size: 120px;
  font-size: 28px;
  padding-top: 25px;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.cta-sec1 .play-btn:before, .cta-sec1 .play-btn:after {
  background-color: var(--theme-color);
}

.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;
}
.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rounded-10 {
  border-radius: 10px !important;
}

.icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-box.has-right-line {
  position: relative;
}
.icon-box.has-right-line:after {
  content: "";
  width: 160px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(rgba(232, 58, 21, 0)));
  background: linear-gradient(90deg, var(--theme-color) 0%, rgba(232, 58, 21, 0) 100%);
  margin-left: 10px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .icon-box.has-right-line:after {
    display: none;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

.call-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: left;
}
.call-btn .play-btn > i {
  --icon-size: 46px;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-right: 0;
}
.call-btn .play-btn:before, .call-btn .play-btn:after {
  background-color: var(--theme-color);
}
.call-btn .play-btn:hover > i {
  background-color: var(--title-color);
}
.call-btn .play-btn:hover:before, .call-btn .play-btn:hover:after {
  background-color: var(--title-color);
}
.call-btn .btn-text {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: var(--body-color);
  margin-bottom: 5px;
}
.call-btn .btn-title {
  font-size: 20px;
  color: var(--title-color);
  font-weight: 500;
}
.call-btn a:hover {
  color: var(--theme-color) !important;
}

.cta-1 {
  padding: 120px 0 120px 150px;
}
.cta-1 .call-btn .btn-text {
  color: var(--light-color);
}

@media (max-width: 1700px) {
  .cta-1 {
    padding: 80px 0 80px 300px;
  }
  .cta-column {
    padding-left: 160px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .man-shape {
    margin-left: -6%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .man-shape {
    display: none;
  }
  .cta-1 {
    padding: 80px 0 80px 0;
  }
  .cta-column {
    padding-left: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cta-1 .call-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.img-half {
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
}
.img-half img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-half.img-left {
  left: 0;
}
.img-half.img-right {
  right: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-half {
    position: relative;
    width: 100%;
    height: auto;
  }
  .movingCar {
    max-width: 150px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}
/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
@media (min-width: 1300px) {
  .img-box2 {
    margin-left: 50px;
  }
}
.img-box2 {
  position: relative;
  z-index: 3;
}
.img-box2 img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.img-box2 .icon-btn {
  --btn-size: 120px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  position: absolute;
  bottom: 100%;
  right: -10px;
}

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

.choose-feature {
  background-color: var(--white-color);
  padding: 0 20px 30px 30px;
  border-radius: 10px;
  margin-top: 18px;
}
.choose-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.choose-feature_icon {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--theme-color);
  margin-top: -18px;
}
.choose-feature_icon i {
  background-color: var(--white-color);
  border-radius: 50%;
}
.choose-feature .box-title {
  margin-bottom: 10px;
}
.choose-feature_text {
  margin: 0 auto -0.5em auto;
}

.choose-counter-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--smoke-color);
  padding: 35px 0;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.choose-counter-wrap:before {
  content: "";
  height: 100%;
  width: 1570px;
  position: absolute;
  top: 0;
  left: -350px;
  z-index: -1;
  background-color: inherit;
}
.choose-counter_number {
  color: var(--theme-color);
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 0;
  margin-top: -0.3em;
}
.choose-counter .counter-number {
  font-weight: 600;
  color: var(--title-color);
}
.choose-counter_text {
  margin-bottom: -0.5em;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box2 img {
    max-width: 100%;
    width: 100%;
  }
  .img-box2 .icon-btn {
    top: 0;
    right: 0;
    bottom: unset;
  }
  .why-sec1 {
    background-position: bottom left;
    background-color: var(--title-color);
  }
  .choose-feature {
    padding: 0 30px 30px 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .choose-feature {
    padding: 0 15px 30px 15px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .choose-feature {
    padding: 0 30px 30px 30px;
  }
  .choose-feature-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .choose-counter-wrap {
    grid-template-columns: auto auto;
    gap: 30px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
/* Why 2 ---------------------------------- */
@media (min-width: 1300px) {
  .img-box4 {
    margin-left: 40px;
  }
}
.img-box4 {
  position: relative;
}
.img-box4 img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.img-box4 .play-btn {
  position: absolute;
  top: 6%;
  left: 6%;
}
.img-box4 .play-btn > i {
  --icon-size: 100px;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.img-box4 .play-btn:before, .img-box4 .play-btn:after {
  background-color: var(--theme-color);
}
.img-box4 .play-btn:hover {
  --theme-color: #191825;
}

.skill-feature {
  text-align: left;
}
.skill-feature:not(:last-child) {
  margin-bottom: 30px;
}
.skill-feature_title,
.skill-feature .progress-value {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: -0.2em;
  font-family: var(--title-font);
  color: var(--title-color);
}
.skill-feature .progress {
  position: relative;
  height: 10px;
  background-color: var(--border-color);
  overflow: visible;
  border-radius: 10px;
}
.skill-feature .progress-bar {
  background-color: var(--theme-color);
  height: 4px;
  margin: 3px;
  border-radius: inherit;
  overflow: visible;
  position: relative;
}
.skill-feature .progress-bar:before {
  content: "";
  height: 18px;
  width: 18px;
  background-color: var(--title-color);
  position: absolute;
  bottom: calc(100% - 8px);
  right: -10px;
  -webkit-clip-path: path("M7.5 14L0.138784 0.5H14.8612L7.5 14Z");
          clip-path: path("M7.5 14L0.138784 0.5H14.8612L7.5 14Z");
}
.skill-feature .progress-value {
  position: absolute;
  top: -34px;
  right: -8px;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box4 {
    margin-left: auto;
    margin-right: auto;
    max-height: 640px;
    max-width: 640px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .img-box4 .icon-btn {
    --btn-size: 80px;
  }
}
/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--smoke-color);
  text-align: left;
}
.accordion-card:not(:last-child) {
  margin-bottom: 30px;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 800;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: var(--smoke-color);
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 56px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "\f078";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--theme-color);
  font-weight: 700;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.accordion-card .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0px 30px 30px 30px;
}
.accordion-card .faq-text {
  margin-bottom: -0.48em;
}
.accordion-card.active {
  padding-top: 9px;
}

/* Large devices */
@media (max-width: 1199px) {
  .accordion-card:not(:last-child) {
    margin-bottom: 24px;
  }
  .faq-sec1 {
    background-position: right 50% center;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .faq-sec1 {
    background-position: left center;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}
.faq-sidebar .widget-form {
  --bs-gutter-x: 28px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .faq-sidebar .widget-form {
    --bs-gutter-x: 20px;
  }
}

/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.service-card {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 30px;
}
.service-card_img {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.service-card_img > img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card_icon {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 108px;
  height: 64px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M108 54V9V0.5L104.781 3.54026C101.068 7.04661 96.1551 9 91.0484 9H44.5747C41.1093 9 37.8909 10.7941 36.0687 13.7418L7.35074 60.1973C7.22604 60.399 7.09506 60.5966 6.93706 60.7734C6.26565 61.5248 4.07467 63.5925 0 64H5H98C103.523 64 108 59.5228 108 54Z");
          clip-path: path("M108 54V9V0.5L104.781 3.54026C101.068 7.04661 96.1551 9 91.0484 9H44.5747C41.1093 9 37.8909 10.7941 36.0687 13.7418L7.35074 60.1973C7.22604 60.399 7.09506 60.5966 6.93706 60.7734C6.26565 61.5248 4.07467 63.5925 0 64H5H98C103.523 64 108 59.5228 108 54Z");
  padding: 17px 10px 10px 47px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}
.service-card_text {
  margin-bottom: 14px;
}
.service-card:hover .shape {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-card:hover .service-card_img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-card:hover .service-card_icon {
  background-color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 375px) {
  .service-card {
    padding: 25px;
  }
}
/* Service Details ---------------------------------- */
.page-title {
  margin-top: -0.3em;
  font-size: 36px;
  margin-bottom: 20px;
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: -0.3em;
}
.title-wrap .page-title {
  margin-bottom: 0;
  margin-top: 0;
}

.page-img {
  margin-bottom: 40px;
  overflow: hidden;
}

.page-single {
  margin-bottom: 30px;
}

.service-feature {
  background-color: var(--smoke-color);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 10px;
}
.service-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.service-feature_icon {
  background: var(--white-color);
  -webkit-box-shadow: 0px 4px 20px rgba(159, 159, 159, 0.15);
          box-shadow: 0px 4px 20px rgba(159, 159, 159, 0.15);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  font-size: 44px;
  color: var(--theme-color);
}
.service-feature_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -0.3em;
}
.service-feature_text {
  margin-bottom: -0.5em;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .page-title {
    font-size: 34px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .service-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 25px;
    padding: 30px 10px;
  }
  .service-feature-wrap {
    gap: 24px;
  }
  .service-feature_text {
    margin-bottom: -0.5em;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .page-title {
    font-size: 32px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .page-title {
    font-size: 28px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .page-title {
    font-size: 24px;
  }
  .service-feature-wrap {
    grid-template-columns: auto;
  }
}
/*------------------- 4.00. Pricing -------------------*/
/* Pricing 1 ---------------------------------- */
.price-card {
  --space: 40px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 6px 30px rgba(172, 172, 172, 0.24);
          box-shadow: 0px 6px 30px rgba(172, 172, 172, 0.24);
  border-radius: 10px;
  padding: var(--space);
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.price-card .tag {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 40px;
  position: absolute;
  top: 20px;
  right: -40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.price-card_price {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin: -0.09em 0;
  color: var(--title-color);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.price-card_price .currency {
  color: var(--theme-color);
  font-size: 24px;
  vertical-align: text-top;
}
.price-card_price .duration {
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 0;
  position: relative;
  top: -1px;
  left: -4px;
}
.price-card_content {
  border-top: 1px solid var(--border-color);
  margin-top: 25px;
  padding-top: 30px;
}
.price-card .checklist {
  margin: -5px 0 25px 0;
}
.price-card .checklist li {
  font-weight: 400;
  color: var(--body-color);
}
.price-card .checklist li > i {
  color: var(--theme-color);
}
.price-card .th-btn {
  background-color: var(--title-color);
  width: 100%;
  padding: 17px 20px;
}
.price-card .th-btn:before, .price-card .th-btn:after {
  background-color: var(--theme-color);
}
.price-card_icon {
  width: 70px;
  height: 80px;
  background-color: var(--theme-color);
  text-align: center;
  border-radius: 0 0 99px 99px;
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 66px;
}
.price-card.active .th-btn {
  background-color: var(--theme-color);
}
.price-card.active .th-btn:before, .price-card.active .th-btn:after {
  background-color: var(--theme-color);
}
.price-card.active .price-card_icon {
  background-color: var(--theme-color);
}

.checklist li.unavailable {
  color: #C4C4C4;
}
.checklist li.unavailable > i {
  color: #C4C4C4;
}

/* Extra small devices */
@media (max-width: 375px) {
  .price-card_price {
    font-size: 30px;
  }
}
/*------------------- 4.00. Project -------------------*/
/* Project Card ---------------------------------- */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project-card .project-img {
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  height: 100%;
}
.project-card .project-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.project-card .project-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 24, 37, 0)), to(#191825));
  background: linear-gradient(180deg, rgba(25, 24, 37, 0) 0%, #191825 100%);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
  border-radius: inherit;
}
.project-card .project-content {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  padding: 0 75px 30px 30px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.project-card .box-title2 {
  color: var(--white-color);
  margin-bottom: -0.3em;
  font-weight: 500;
}
.project-card .box-title2 a:hover {
  color: var(--theme-color);
}
.project-card .project-subtitle {
  font-weight: 500;
  margin-top: -0.45em;
  margin-bottom: 10px;
  color: var(--theme-color);
}
.project-card .project-btn {
  position: absolute;
  right: -136px;
  bottom: -136px;
  width: 136px;
  height: 136px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 24px;
  padding: 36px 32px;
  border-radius: 50%;
  z-index: 3;
}
.project-card .project-btn:after, .project-card .project-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-card .project-btn:after {
  background-color: var(--theme-color);
  inset: 0;
}
.project-card .project-btn:hover:before {
  background-color: var(--title-color);
  left: 0;
}
.project-card .project-btn:hover:after {
  top: -9px;
  left: 0;
  z-index: -2;
}
.project-card:hover .project-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-card:hover .project-img:before {
  height: 100%;
  opacity: 1;
}
.project-card:hover .project-content {
  bottom: 0;
  opacity: 1;
}
.project-card:hover .project-btn {
  right: -58px;
  bottom: -47px;
}

/*------------------- 4.00. Process -------------------*/
/* Process Card ---------------------------------- */
.process-card {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(186, 186, 186, 0.15);
          box-shadow: 0px 0px 20px rgba(186, 186, 186, 0.15);
  border-radius: 10px;
  background-color: var(--white-color);
  position: relative;
  z-index: 2;
}
.process-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.process-card_number {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  background-color: var(--theme-color);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
}
.process-card_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.process-card_img > img {
  width: 115px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-card .box-title {
  margin-bottom: 10px;
}
.process-card_icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.process-card_text {
  margin-bottom: -0.5em;
}
.process-card:hover .process-card_img > img {
  opacity: 0.03;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Small devices */
@media (max-width: 767px) {
  .process-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*------------------- 4.00. Feature -------------------*/
/* Feature Card ---------------------------------- */
.line-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto 25px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
.line-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.line-icon:before, .line-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.line-icon:before {
  background-color: var(--smoke-color2);
  -webkit-clip-path: path("M13.3881 76.4603C4.65737 67.4651 0.294678 56.9287 0.294678 44.8461C0.294678 36.791 2.54587 29.3421 7.04826 22.4942C11.5453 15.6463 17.4822 10.278 24.8483 6.38399C32.209 2.49515 39.9834 0.548157 48.1661 0.548157C60.1689 0.548157 70.3234 4.44728 78.6512 12.2301C86.9683 20.0181 91.1322 30.4928 91.1322 43.6388C91.1322 56.528 86.834 67.4702 78.2429 76.4603C69.6465 85.4606 58.9385 89.9557 46.1245 89.9557C33.031 89.9557 22.1135 85.4606 13.3881 76.4603Z");
          clip-path: path("M13.3881 76.4603C4.65737 67.4651 0.294678 56.9287 0.294678 44.8461C0.294678 36.791 2.54587 29.3421 7.04826 22.4942C11.5453 15.6463 17.4822 10.278 24.8483 6.38399C32.209 2.49515 39.9834 0.548157 48.1661 0.548157C60.1689 0.548157 70.3234 4.44728 78.6512 12.2301C86.9683 20.0181 91.1322 30.4928 91.1322 43.6388C91.1322 56.528 86.834 67.4702 78.2429 76.4603C69.6465 85.4606 58.9385 89.9557 46.1245 89.9557C33.031 89.9557 22.1135 85.4606 13.3881 76.4603Z");
  inset: 4px;
}
.feature-card {
  padding: 35px 30px;
  background-color: var(--theme-color);
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.feature-card:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card .box-title2 {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card_text {
  max-width: 300px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin: 0 auto 14px auto;
}
.feature-card .line-btn {
  color: var(--title-color);
}
.feature-card .line-btn:before {
  background-color: var(--title-color);
}
.feature-card:hover:before {
  height: 0;
  border-color: transparent;
}
.feature-card:hover .box-title2 {
  color: var(--white-color);
}
.feature-card:hover .line-btn {
  color: var(--white-color);
}
.feature-card:hover .line-btn:before {
  background-color: var(--white-color);
}
.feature-card:hover .line-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.feature-card:hover .line-icon:before {
  background-color: var(--title-color);
}
.feature-card:hover .line-icon:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.feature-card:hover .feature-card_text {
  color: var(--white-color);
}

.feature-sec1 {
  background-size: 100% 250px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--smoke-color)), to(var(--smoke-color)));
  background-image: linear-gradient(to left, var(--smoke-color), var(--smoke-color));
}

/* Feature Box ---------------------------------- */
.feature-box {
  padding: 38px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.feature-box .line-icon {
  width: 95px;
  height: 95px;
  line-height: 95px;
  margin-bottom: 10px;
}
.feature-box .line-icon:before {
  -webkit-clip-path: path("M12.5183 72.3869C4.22412 63.8415 0.0795898 53.832 0.0795898 42.3535C0.0795898 34.7012 2.21821 27.6248 6.49546 21.1194C10.7676 14.6139 16.4076 9.51403 23.4054 5.81476C30.398 2.12038 37.7836 0.270752 45.5572 0.270752C56.9598 0.270752 66.6065 3.9749 74.5179 11.3685C82.419 18.7671 86.3747 28.718 86.3747 41.2067C86.3747 53.4513 82.2915 63.8463 74.13 72.3869C65.9634 80.9371 55.7909 85.2074 43.6176 85.2074C31.1789 85.2074 20.8074 80.9371 12.5183 72.3869Z");
          clip-path: path("M12.5183 72.3869C4.22412 63.8415 0.0795898 53.832 0.0795898 42.3535C0.0795898 34.7012 2.21821 27.6248 6.49546 21.1194C10.7676 14.6139 16.4076 9.51403 23.4054 5.81476C30.398 2.12038 37.7836 0.270752 45.5572 0.270752C56.9598 0.270752 66.6065 3.9749 74.5179 11.3685C82.419 18.7671 86.3747 28.718 86.3747 41.2067C86.3747 53.4513 82.2915 63.8463 74.13 72.3869C65.9634 80.9371 55.7909 85.2074 43.6176 85.2074C31.1789 85.2074 20.8074 80.9371 12.5183 72.3869Z");
}
.feature-box .box-title2 {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-box_text {
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-box:hover {
  border-color: var(--theme-color);
}
.feature-box:hover:before {
  width: 100%;
  left: 0;
  right: unset;
}
.feature-box:hover .box-title2 {
  color: var(--white-color);
}
.feature-box:hover .line-icon:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.feature-box:hover .line-btn {
  color: var(--white-color);
}
.feature-box:hover .line-btn:before {
  background-color: var(--white-color);
}
.feature-box:hover .feature-box_text {
  color: var(--white-color);
}

.feature-sec2 {
  background-color: var(--title-color);
  margin-top: -350px;
  padding-top: 350px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
/*------------------- 4.00. Course -------------------*/
/* Course Card ---------------------------------- */
.course-meta {
  display: inline-block;
}
.course-meta > a,
.course-meta > span {
  color: var(--body-color);
  font-weight: 500;
  margin-right: 25px;
}
.course-meta > a i,
.course-meta > span i {
  margin-right: 5px;
  color: var(--theme-color);
}
.course-meta > a:last-child,
.course-meta > span:last-child {
  margin-right: 0;
}
.course-meta .meta-box {
  border-right: 1px solid var(--border-color);
  padding-right: 12px;
  margin-right: 8px;
}
.course-meta .meta-box:last-child {
  border-right: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.course-meta a:hover {
  color: var(--theme-color);
}

.meta-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.meta-box .avater {
  border-radius: 50%;
  overflow: hidden;
}
.meta-box .icon {
  font-size: 36px;
  color: var(--theme-color);
}
.meta-box .title {
  font-size: 16px;
  margin-top: -0.4em;
  margin-bottom: 0;
}
.meta-box .info {
  font-size: 14px;
  display: block;
  margin-bottom: -0.4em;
  color: var(--theme-color);
}

.course-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 0px 15px rgba(193, 193, 193, 0.15);
          box-shadow: 0px 0px 15px rgba(193, 193, 193, 0.15);
  border-radius: 10px;
  padding: 30px;
}
.course-card_img {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.course-card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-card_content {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.course-card_text {
  margin-bottom: 23px;
}
.course-card .course-meta {
  margin-bottom: 30px;
}
.course-card .price-wrap {
  background-color: var(--theme-color);
  padding: 9px 28px;
  color: var(--white-color);
  border-radius: 35px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.course-card .price-wrap:before {
  content: "";
  height: 100%;
  width: 130px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
}
.course-card .price {
  color: var(--white-color);
  font-weight: 600;
  font-size: 24px;
}
.course-card .th-btn {
  background-color: var(--smoke-color);
  border: 1px solid var(--border-color);
  color: var(--title-color);
  font-weight: 600;
}
.course-card .th-btn:hover {
  color: var(--white-color);
  font-weight: 500;
}
.course-card.style2 {
  background-color: #2A2F3C;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 40px;
  gap: 40px;
}
.course-card.style2 .price-wrap {
  background-color: #2A2F3C;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 65px;
}
.course-card.style2 .price-wrap:before {
  background-color: var(--theme-color);
}
.course-card.style2 .course-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-card.style2 .box-title {
  font-size: 36px;
  color: var(--white-color);
}
.course-card.style2 .course-card_text {
  color: var(--white-color);
}
.course-card.style2 .meta-box {
  padding-right: 30px;
  margin-right: 26px;
}
.course-card.style2 .meta-box .title {
  color: var(--white-color);
  font-weight: 500;
}
.course-card.style2 .th-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .course-card_img {
    max-height: 340px;
  }
  .course-card.style2 .course-card_img {
    max-height: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .course-card.style2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course-card.style2 .course-card_img {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .course-card.style2 .course-card_content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .course-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course-card_img {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .course-card_content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .course-card .price-wrap {
    max-width: 280px;
  }
  .course-card.style2 .price-wrap {
    max-width: calc(100% + 20px);
    margin-right: -20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .course-card.style2 {
    padding: 20px;
  }
  .course-card.style2 .box-title {
    font-size: 24px;
  }
  .course-card.style2 .course-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .course-card.style2 .meta-box {
    border-right: none;
    padding-right: 12px;
    margin-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .course-card {
    padding: 20px;
  }
  .course-card.style2 .price-wrap {
    gap: 42px;
  }
  .course-card.style2 .price-wrap:before {
    width: 120px;
  }
}
/* Course Card ---------------------------------- */
.course-box {
  background: var(--white-color);
  -webkit-box-shadow: 0px 3px 15px rgba(193, 193, 193, 0.2);
          box-shadow: 0px 3px 15px rgba(193, 193, 193, 0.2);
  border-radius: 10px;
  padding: 30px;
}
.course-box_img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.course-box_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.course-box .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  line-height: 46px;
  padding-right: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 46px;
  width: 116px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M0 0H82.8871C90.8496 0 98.0536 4.72328 101.228 12.0255L116 46H10C4.47715 46 0 41.5228 0 36V0Z");
          clip-path: path("M0 0H82.8871C90.8496 0 98.0536 4.72328 101.228 12.0255L116 46H10C4.47715 46 0 41.5228 0 36V0Z");
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.course-box .course-meta {
  margin-bottom: 23px;
}
.course-box_text {
  margin-bottom: 23px;
}
.course-box .th-btn {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  color: var(--title-color);
}
.course-box .th-btn:before, .course-box .th-btn:after {
  background-color: var(--theme-color);
}
.course-box .th-btn:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}
.course-box:hover .price {
  background-color: var(--theme-color);
}
.course-box:hover .course-box_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 350px) {
  .course-box {
    padding: 20px;
  }
}
/* Course Details ---------------------------------- */
.course-feature {
  background-color: var(--smoke-color);
  padding: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.course-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.course-feature_icon {
  font-size: 44px;
  text-align: center;
  color: var(--theme-color);
}
.course-feature_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: -0.3em;
}
.course-feature_text {
  margin-bottom: -0.5em;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .course-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 30px 10px;
  }
  .course-feature-wrap {
    gap: 24px;
  }
  .course-feature_text {
    margin-bottom: -0.5em;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .course-feature-wrap {
    grid-template-columns: auto;
  }
}
.inner-box {
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  --space: 30px;
}
.inner-box .header {
  background-color: var(--theme-color);
  padding: var(--space);
}
.inner-box .box-title {
  color: var(--white-color);
  margin-bottom: 3px;
}
.inner-box .subtitle {
  font-size: 14px;
  color: var(--white-color);
  margin-bottom: -0.5em;
}
.inner-box .content {
  padding: var(--space);
  background-color: var(--smoke-color);
}
.inner-box .content .text {
  margin-bottom: -0.5em;
  margin-top: -0.5em;
}

.buy-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--title-color);
  padding: 30px;
  border-radius: 10px;
  gap: 15px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .buy-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.buy-area .buy-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
}

/*------------------- 4.00. Guideline -------------------*/
/* Guideline ---------------------------------- */
.guide-map {
  text-align: center;
}

.guide-map-phone {
  display: none;
}

.guide-feature {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  position: absolute;
}
.guide-feature_icon {
  max-width: 70px;
}
.guide-feature .box-title2 {
  margin-bottom: 3px;
}
.guide-feature_text {
  font-size: 14px;
  margin-bottom: -0.5em;
  max-width: 300px;
}
.guide-feature.right-align {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.guideline-area {
  position: relative;
  margin-bottom: 85px;
}
.guideline-area .one {
  top: 7%;
  left: 3%;
}
.guideline-area .two {
  top: 38%;
  left: -4%;
}
.guideline-area .three {
  bottom: 10%;
  left: -2%;
}
.guideline-area .four {
  bottom: -25%;
  left: 5%;
}
.guideline-area .five {
  top: 18%;
  right: 0.5%;
}
.guideline-area .six {
  top: 49%;
  right: 0.5%;
}
.guideline-area .seven {
  bottom: 0%;
  right: 1.5%;
}
.guideline-area .eight {
  bottom: -25%;
  left: 47%;
}

/* Large devices */
@media (max-width: 1199px) {
  .guide-map img {
    -webkit-transform: scalex(0.65);
            transform: scalex(0.65);
  }
  .guide-feature {
    max-width: 350px;
  }
  .guide-feature.right-align {
    margin-left: -30px;
  }
  .guide-feature.left-align {
    margin-right: -40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .guide-map {
    display: none;
  }
  .guide-map-phone {
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
  }
  .guide-map-phone img {
    border: 3px dashed var(--theme-color);
    padding: 16px;
    border-radius: 50%;
    background-color: var(--white-color);
  }
  .guide-map-phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 20px;
    border-top: 3px dashed var(--theme-color);
    border-left: 3px dashed var(--theme-color);
    border-radius: 15px 0 0 0;
    z-index: -1;
  }
  .guide-feature {
    position: relative;
    inset: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 0 35px 160px !important;
  }
  .guide-feature:last-child {
    margin-bottom: 0 !important;
  }
  .guide-feature.right-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .guide-feature:before {
    content: "";
    position: absolute;
    top: 20px;
    right: calc(100% + 30px);
    width: 130px;
    border-top: 3px dashed var(--theme-color);
  }
  .guide-feature:after {
    content: "";
    position: absolute;
    top: 17px;
    right: calc(100% + 30px);
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 50%;
  }
  .guide-feature_icon {
    width: 50px;
    text-align: center;
  }
  .guideline-area {
    margin-bottom: 0;
  }
  .guideline-area:before {
    content: "";
    height: calc(100% - 152px);
    width: 0;
    border-left: 3px dashed var(--theme-color);
    position: absolute;
    top: 152px;
    left: 0;
  }
  .guideline-area:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -3px;
    width: 9px;
    height: 9px;
    background-color: var(--theme-color);
    border-radius: 50%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .guide-feature {
    margin: 0 0 35px 50px !important;
  }
  .guide-feature:last-child {
    margin-bottom: 0 !important;
  }
  .guide-feature:before {
    width: 20px;
  }
  .guide-feature:after {
    right: calc(100% + 20px);
  }
}
/*=================================
    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 --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.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 --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

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

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.45rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.45rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}
/*=================================
    06. Updates
==================================*/
/*=================================
    Update 1
==================================*/
.th-hero-wrapper .social-links {
  position: absolute;
  z-index: 2;
  left: 0%;
  top: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.th-hero-wrapper .social-links a {
  color: var(--white-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 10px;
}
.th-hero-wrapper .social-links a:hover {
  color: var(--theme-color);
}
.th-hero-wrapper .social-links .social-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  letter-spacing: 0.06em;
}
.th-hero-wrapper .social-links .social-title:after {
  content: "";
  position: relative;
  background-color: var(--white-color);
  height: 1px;
  width: 90px;
  display: inline-block;
  top: -6px;
  margin-left: 15px;
}

.hero-1 .th-hero-bg img {
  height: 100%;
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
  /* Hight Resoulation devices */
}
@media (min-width: 1922px) {
  .hero-1 .th-hero-bg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.number-dots .slick-dots button {
  --size: 55px;
  font-size: 18px;
  padding: 0;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  background-color: transparent;
  border: 1px solid;
  color: var(--white-color);
  font-weight: 500;
}
.number-dots .slick-dots button:before {
  inset: -1px;
  background-color: var(--theme-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.number-dots .slick-dots .slick-active button {
  --size: 66px;
}

.th-hero-wrapper .slick-dots {
  left: unset;
  right: 8%;
  width: 66px;
  margin: 0;
}
.th-hero-wrapper .slick-dots li {
  margin-right: 0;
  margin: 10px 0;
}
.th-hero-wrapper .slick-arrow {
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  --pos-x: 5%;
  color: var(--white-color);
}
.th-hero-wrapper .slick-arrow:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

@media (max-width: 1800px) {
  .th-hero-wrapper .social-links {
    left: -11%;
  }
  .th-hero-wrapper .slick-arrow {
    --pos-x: 1%;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .th-hero-wrapper .social-links {
    left: 20px;
    bottom: 12px;
    top: unset;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .th-hero-wrapper .social-links a {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .th-hero-wrapper .social-links {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .th-hero-wrapper .social-links .social-title {
    margin-right: 5px;
  }
  .th-hero-wrapper .social-links .social-title:after {
    content: ":";
    width: auto;
    background-color: transparent !important;
    top: -1px;
    margin-left: 2px;
  }
  .th-hero-wrapper .social-links a {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 5px;
  }
}
/*=================================
    Hero 6
==================================*/
.sub-title.has-line:before {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  margin-right: 10px;
  background-color: var(--theme-color);
  position: relative;
  top: -5px;
}
.sub-title.has-line.text-theme2:before {
  background-color: var(--theme-color);
}

.hero-text .text-body {
  font-weight: 500;
}

.hero-6 .hero-img-wrap {
  position: absolute;
  bottom: 15px;
  right: 12%;
}
.hero-6 .social-links .social-title {
  color: var(--title-color);
}
.hero-6 .social-links .social-title:after {
  background-color: var(--title-color);
}
.hero-6 .social-links a {
  color: var(--title-color);
}
.hero-6 .social-links a:hover {
  color: var(--theme-color);
}

.hero-img-wrap {
  --img-size: 535px;
  --gap: 15px;
  width: 100%;
  max-width: var(--img-size);
  text-align: center;
}
.hero-img-wrap .img1 {
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 20px;
  left: 3px;
}
.hero-img-wrap .polygon {
  height: calc(var(--img-size) + 9%);
  width: var(--img-size);
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: path("M242.5 7.43376C257.97 -1.49788 277.03 -1.49788 292.5 7.43376L509.669 132.816C525.139 141.748 534.669 158.254 534.669 176.118V426.882C534.669 444.746 525.139 461.252 509.669 470.184L292.5 595.566C277.03 604.498 257.97 604.498 242.5 595.566L25.3312 470.184C9.86113 461.252 0.331177 444.746 0.331177 426.882V176.118C0.331177 158.254 9.86112 141.748 25.3312 132.816L242.5 7.43376Z");
          clip-path: path("M242.5 7.43376C257.97 -1.49788 277.03 -1.49788 292.5 7.43376L509.669 132.816C525.139 141.748 534.669 158.254 534.669 176.118V426.882C534.669 444.746 525.139 461.252 509.669 470.184L292.5 595.566C277.03 604.498 257.97 604.498 242.5 595.566L25.3312 470.184C9.86113 461.252 0.331177 444.746 0.331177 426.882V176.118C0.331177 158.254 9.86112 141.748 25.3312 132.816L242.5 7.43376Z");
}
.hero-img-wrap .polygon1 {
  opacity: 0.25;
}
.hero-img-wrap .polygon2 {
  height: calc(var(--img-size) + 9% - var(--gap) * 2);
  width: calc(var(--img-size) - var(--gap) * 2);
  left: var(--gap);
  bottom: var(--gap);
  -webkit-clip-path: path("M228 7.43376C243.47 -1.49788 262.53 -1.49789 278 7.43375L480.013 124.066C495.483 132.998 505.013 149.504 505.013 167.368V400.632C505.013 418.496 495.483 435.002 480.013 443.934L278 560.566C262.53 569.498 243.47 569.498 228 560.566L25.9866 443.934C10.5166 435.002 0.986603 418.496 0.986603 400.632V167.368C0.986603 149.504 10.5165 132.998 25.9866 124.066L228 7.43376Z");
          clip-path: path("M228 7.43376C243.47 -1.49788 262.53 -1.49789 278 7.43375L480.013 124.066C495.483 132.998 505.013 149.504 505.013 167.368V400.632C505.013 418.496 495.483 435.002 480.013 443.934L278 560.566C262.53 569.498 243.47 569.498 228 560.566L25.9866 443.934C10.5166 435.002 0.986603 418.496 0.986603 400.632V167.368C0.986603 149.504 10.5165 132.998 25.9866 124.066L228 7.43376Z");
}
.hero-img-wrap .star {
  --star-size: 200px;
  width: var(--star-size);
  height: var(--star-size);
  background-color: var(--title-color);
  opacity: 0.1;
  position: absolute;
  -webkit-animation: spin 8s linear infinite;
          animation: spin 8s linear infinite;
  -webkit-clip-path: path("M100 0L107.452 62.5373L138.268 7.61205L121.221 68.2407L170.711 29.2893L131.759 78.7791L192.388 61.7317L137.463 92.5482L200 100L137.463 107.452L192.388 138.268L131.759 121.221L170.711 170.711L121.221 131.759L138.268 192.388L107.452 137.463L100 200L92.5482 137.463L61.7317 192.388L78.7791 131.759L29.2893 170.711L68.2407 121.221L7.61205 138.268L62.5373 107.452L0 100L62.5373 92.5482L7.61205 61.7317L68.2407 78.7791L29.2893 29.2893L78.7791 68.2407L61.7317 7.61205L92.5482 62.5373L100 0Z");
          clip-path: path("M100 0L107.452 62.5373L138.268 7.61205L121.221 68.2407L170.711 29.2893L131.759 78.7791L192.388 61.7317L137.463 92.5482L200 100L137.463 107.452L192.388 138.268L131.759 121.221L170.711 170.711L121.221 131.759L138.268 192.388L107.452 137.463L100 200L92.5482 137.463L61.7317 192.388L78.7791 131.759L29.2893 170.711L68.2407 121.221L7.61205 138.268L62.5373 107.452L0 100L62.5373 92.5482L7.61205 61.7317L68.2407 78.7791L29.2893 29.2893L78.7791 68.2407L61.7317 7.61205L92.5482 62.5373L100 0Z");
}
.hero-img-wrap .star1 {
  top: 28%;
  right: -70px;
}
.hero-img-wrap .star2 {
  bottom: 8%;
  left: -70px;
}
.hero-img-wrap .line-shape,
.hero-img-wrap .line-shape2 {
  height: 97px;
  width: 298px;
  position: absolute;
  background-color: var(--theme-color);
  top: 7%;
  left: -106px;
  -webkit-clip-path: path("M288.076 71.4605C283.819 65.847 276.626 58.4099 266.366 50.5859C261.25 46.6638 255.399 42.5423 249.007 38.368C242.592 34.1904 235.567 29.9501 227.787 26.3188C223.901 24.4797 219.824 22.8046 215.565 21.4137C211.312 19.976 206.865 18.8927 202.289 18.2204C197.717 17.5248 193.011 17.2636 188.329 17.6738C183.634 18.0106 178.993 18.9754 174.502 20.558C174.252 20.6418 174.022 20.7523 173.772 20.8362C173.956 21.0531 174.166 21.2499 174.326 21.4635C177.798 25.558 180.549 30.1947 182.466 35.1665C184.387 40.1149 185.647 45.3515 185.865 50.703C186.038 56.0478 185.289 61.5008 183.292 66.6814C181.278 71.812 178.079 76.7269 173.55 80.4275C171.396 82.3412 168.848 84.0081 165.976 85.2713C163.107 86.511 159.774 87.3271 156.313 87.1946C149.298 86.9164 143.304 83.1324 139.468 78.4136C135.486 73.5547 133.981 67.52 134.022 62.0145C134.05 56.4356 135.443 51.1455 137.498 46.2354C139.579 41.3052 142.487 36.7548 145.968 32.7147C150.308 27.6513 155.556 23.4086 161.336 20.1239C160.154 19.2168 158.919 18.3498 157.596 17.5898C149.903 12.8493 141.083 10.3351 132.489 9.42749C123.871 8.51657 115.462 9.16214 107.784 10.6987C100.127 12.262 93.1878 14.6428 87.227 17.5202C81.2395 20.4176 76.0134 23.8285 71.4347 27.2118C62.1872 33.9418 55.4928 40.8189 50.2225 46.7287C45.0356 52.7219 41.2362 57.838 38.5507 62.1576C35.775 66.4406 33.8928 69.8004 32.5037 72.3712C31.271 74.5108 30.5017 76.0719 29.862 77.2219C30.4524 76.9239 31.0162 76.6459 31.5832 76.3445C36.5132 73.846 40.9929 71.6654 44.8157 69.9166C52.4612 66.4191 57.4319 64.6421 57.94 65.4299C58.448 66.2176 54.3997 69.3898 47.4194 73.9121C43.9308 76.1615 39.7251 78.7627 34.9924 81.5515C34.3953 81.8964 33.7983 82.2413 33.1979 82.6095C32.5242 82.9912 31.7737 83.4098 30.7929 83.7718C30.2925 83.9395 29.7654 84.1273 29.1315 84.2283C28.4708 84.3494 27.6766 84.4039 26.949 84.3246C25.4671 84.1862 24.0314 83.5534 22.9091 82.5593C20.9116 80.6777 20.4261 79.0581 19.7207 77.813C19.0286 76.4742 18.3398 75.1121 17.6309 73.7233C6.43931 51.6191 -1.23134 33.0915 0.543331 32.3409C2.31469 31.6137 12.8241 48.945 24.0157 71.0492C24.4973 72.0241 24.9822 72.9755 25.4637 73.9504C25.7629 72.8476 26.1822 71.5709 26.8314 70.0167C27.9032 67.1623 29.5714 63.462 32.2132 58.7783C34.7883 54.0613 38.5772 48.5142 43.8804 42.0365C49.2671 35.6422 56.1946 28.2971 65.9989 21.0018C70.8776 17.3508 76.4305 13.6522 83.0618 10.4166C89.7164 7.18424 97.2827 4.58211 105.751 2.84741C114.216 1.13609 123.563 0.432523 133.282 1.47565C142.978 2.51547 153.192 5.4421 162.192 11.0596C164.7 12.5362 167.088 14.3538 169.329 16.3654C170.313 15.9799 171.27 15.6146 172.271 15.2792C177.322 13.609 182.587 12.6134 187.82 12.3528C193.039 12.0187 198.205 12.3928 203.135 13.2584C208.095 14.0805 212.822 15.3706 217.289 16.9817C221.786 18.5494 226.003 20.4114 229.986 22.4073C237.976 26.4025 245.059 30.9133 251.414 35.3449C257.766 39.7999 263.493 44.1187 268.573 48.298C278.71 56.6533 285.706 64.6352 289.573 70.6468C291.532 73.6442 292.809 76.0679 293.595 77.7539C294.331 79.4567 294.656 80.3617 294.505 80.412C294.108 80.5227 292.363 77.0306 288.076 71.4605ZM167.68 26.1524C167.149 25.5283 166.611 24.9511 166.05 24.3705C160.409 27.508 155.321 31.6303 151.238 36.5631C148.218 40.215 145.735 44.2771 143.978 48.6089C142.243 52.944 141.136 57.5589 141.188 62.0755C141.242 66.5686 142.525 70.9733 145.321 74.2803C148.088 77.6308 152.305 79.9939 156.37 80.0688C160.405 80.1872 164.708 78.0771 168.095 75.026C171.637 72.0683 174.096 68.1699 175.683 64.0287C177.254 59.8375 177.844 55.3402 177.649 50.8272C177.431 46.3108 176.299 41.8558 174.626 37.6821C173.007 33.4683 170.607 29.5494 167.68 26.1524Z");
          clip-path: path("M288.076 71.4605C283.819 65.847 276.626 58.4099 266.366 50.5859C261.25 46.6638 255.399 42.5423 249.007 38.368C242.592 34.1904 235.567 29.9501 227.787 26.3188C223.901 24.4797 219.824 22.8046 215.565 21.4137C211.312 19.976 206.865 18.8927 202.289 18.2204C197.717 17.5248 193.011 17.2636 188.329 17.6738C183.634 18.0106 178.993 18.9754 174.502 20.558C174.252 20.6418 174.022 20.7523 173.772 20.8362C173.956 21.0531 174.166 21.2499 174.326 21.4635C177.798 25.558 180.549 30.1947 182.466 35.1665C184.387 40.1149 185.647 45.3515 185.865 50.703C186.038 56.0478 185.289 61.5008 183.292 66.6814C181.278 71.812 178.079 76.7269 173.55 80.4275C171.396 82.3412 168.848 84.0081 165.976 85.2713C163.107 86.511 159.774 87.3271 156.313 87.1946C149.298 86.9164 143.304 83.1324 139.468 78.4136C135.486 73.5547 133.981 67.52 134.022 62.0145C134.05 56.4356 135.443 51.1455 137.498 46.2354C139.579 41.3052 142.487 36.7548 145.968 32.7147C150.308 27.6513 155.556 23.4086 161.336 20.1239C160.154 19.2168 158.919 18.3498 157.596 17.5898C149.903 12.8493 141.083 10.3351 132.489 9.42749C123.871 8.51657 115.462 9.16214 107.784 10.6987C100.127 12.262 93.1878 14.6428 87.227 17.5202C81.2395 20.4176 76.0134 23.8285 71.4347 27.2118C62.1872 33.9418 55.4928 40.8189 50.2225 46.7287C45.0356 52.7219 41.2362 57.838 38.5507 62.1576C35.775 66.4406 33.8928 69.8004 32.5037 72.3712C31.271 74.5108 30.5017 76.0719 29.862 77.2219C30.4524 76.9239 31.0162 76.6459 31.5832 76.3445C36.5132 73.846 40.9929 71.6654 44.8157 69.9166C52.4612 66.4191 57.4319 64.6421 57.94 65.4299C58.448 66.2176 54.3997 69.3898 47.4194 73.9121C43.9308 76.1615 39.7251 78.7627 34.9924 81.5515C34.3953 81.8964 33.7983 82.2413 33.1979 82.6095C32.5242 82.9912 31.7737 83.4098 30.7929 83.7718C30.2925 83.9395 29.7654 84.1273 29.1315 84.2283C28.4708 84.3494 27.6766 84.4039 26.949 84.3246C25.4671 84.1862 24.0314 83.5534 22.9091 82.5593C20.9116 80.6777 20.4261 79.0581 19.7207 77.813C19.0286 76.4742 18.3398 75.1121 17.6309 73.7233C6.43931 51.6191 -1.23134 33.0915 0.543331 32.3409C2.31469 31.6137 12.8241 48.945 24.0157 71.0492C24.4973 72.0241 24.9822 72.9755 25.4637 73.9504C25.7629 72.8476 26.1822 71.5709 26.8314 70.0167C27.9032 67.1623 29.5714 63.462 32.2132 58.7783C34.7883 54.0613 38.5772 48.5142 43.8804 42.0365C49.2671 35.6422 56.1946 28.2971 65.9989 21.0018C70.8776 17.3508 76.4305 13.6522 83.0618 10.4166C89.7164 7.18424 97.2827 4.58211 105.751 2.84741C114.216 1.13609 123.563 0.432523 133.282 1.47565C142.978 2.51547 153.192 5.4421 162.192 11.0596C164.7 12.5362 167.088 14.3538 169.329 16.3654C170.313 15.9799 171.27 15.6146 172.271 15.2792C177.322 13.609 182.587 12.6134 187.82 12.3528C193.039 12.0187 198.205 12.3928 203.135 13.2584C208.095 14.0805 212.822 15.3706 217.289 16.9817C221.786 18.5494 226.003 20.4114 229.986 22.4073C237.976 26.4025 245.059 30.9133 251.414 35.3449C257.766 39.7999 263.493 44.1187 268.573 48.298C278.71 56.6533 285.706 64.6352 289.573 70.6468C291.532 73.6442 292.809 76.0679 293.595 77.7539C294.331 79.4567 294.656 80.3617 294.505 80.412C294.108 80.5227 292.363 77.0306 288.076 71.4605ZM167.68 26.1524C167.149 25.5283 166.611 24.9511 166.05 24.3705C160.409 27.508 155.321 31.6303 151.238 36.5631C148.218 40.215 145.735 44.2771 143.978 48.6089C142.243 52.944 141.136 57.5589 141.188 62.0755C141.242 66.5686 142.525 70.9733 145.321 74.2803C148.088 77.6308 152.305 79.9939 156.37 80.0688C160.405 80.1872 164.708 78.0771 168.095 75.026C171.637 72.0683 174.096 68.1699 175.683 64.0287C177.254 59.8375 177.844 55.3402 177.649 50.8272C177.431 46.3108 176.299 41.8558 174.626 37.6821C173.007 33.4683 170.607 29.5494 167.68 26.1524Z");
}
.hero-img-wrap .line-shape2 {
  background-color: var(--theme-color);
  -webkit-animation: widthAni 7s linear infinite;
          animation: widthAni 7s linear infinite;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.hero-style6 {
  max-width: 680px;
}

@-webkit-keyframes widthAni {
  from {
    width: 298px;
  }
  to {
    width: 0;
  }
}

@keyframes widthAni {
  from {
    width: 298px;
  }
  to {
    width: 0;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .hero-6 .hero-img-wrap {
    right: 5%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-6 .hero-img-wrap {
    right: -1%;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    bottom: -7%;
  }
  .hero-6 .hero-text {
    max-width: 580px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-6 .hero-img-wrap {
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: 0;
    right: unset;
    margin: 60px auto -70px auto;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-img-wrap {
    --img-size: 100vw;
    margin: 50px auto -100px auto;
  }
  .hero-img-wrap .img1 {
    bottom: 40px;
  }
  .hero-img-wrap .line-shape,
  .hero-img-wrap .line-shape2 {
    left: 0;
  }
  .hero-img-wrap .polygon {
    -webkit-clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
            clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
  }
}
/*=================================
    Header 4
==================================*/
.header-logo {
  position: relative;
  z-index: 3;
}

.header-layout4 {
  --top-bg: 34%;
  --logo-bg: 26%;
}
.header-layout4 .header-top:before {
  width: var(--top-bg);
  background-color: #AD5700;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 100%, 0% 100%);
}
.header-layout4 .header-top:after {
  content: "";
  height: 100%;
  width: calc(var(--top-bg) - 10px);
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
  z-index: -1;
}
.header-layout4 .menu-area:before {
  display: none;
}
.header-layout4 .main-menu {
  margin-left: 150px;
}
.header-layout4 .header-button {
  margin-left: 0;
}
.header-layout4 .logo-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--logo-bg);
  height: 100%;
  z-index: 0;
}
.header-layout4 .logo-bg:after, .header-layout4 .logo-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--border-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 46px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 46px) 100%, 0% 100%);
  z-index: -1;
}
.header-layout4 .logo-bg:before {
  background-color: #F7F4ED;
  -webkit-clip-path: polygon(0 0, calc(100% - 52px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 52px) 0%, 100% 100%, 0% 100%);
}

@media (min-width: 1300px) {
  .header-layout4 .th-container {
    --main-container: 1610px;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout4 {
    --top-bg: 37%;
    --logo-bg: 32%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout4 {
    --logo-bg: 21%;
  }
  .header-layout4 .main-menu {
    margin-left: 40px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout4 {
    --top-bg: 40%;
    --logo-bg: 26%;
  }
  .header-layout4 .main-menu {
    margin-left: 0;
  }
  .header-layout4 .header-button .th-btn {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout4 {
    --top-bg: 50%;
    --logo-bg: 30%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout4 {
    --logo-bg: 56%;
  }
  .header-layout4 .header-top {
    padding: 12px 0;
  }
  .header-layout4 .header-top:after, .header-layout4 .header-top:before {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout4 {
    --logo-bg: 65%;
  }
  .header-layout4 .header-links li:nth-child(2) {
    display: none;
  }
  .header-layout4 .header-logo img {
    max-width: 160px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .header-layout4 {
    --logo-bg: 70%;
  }
}
/*=================================
    Header 5
==================================*/
.header-layout5 {
  --logo-bg: 26%;
  --top-height: 50px;
}
.header-layout5 .header-top {
  --body-color: #191825;
  background-color: var(--white-color);
  padding: 12px 0;
}
.header-layout5 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout5 .header-top .container {
  padding-left: 356px;
}
.header-layout5 .header-links li:after {
  opacity: 0.2;
}
.header-layout5 .header-links li > i {
  color: var(--theme-color);
}
.header-layout5 .menu-area {
  background-color: var(--title-color);
}
.header-layout5 .main-menu > ul > li > a {
  color: var(--white-color);
}
.header-layout5 .main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.header-layout5 .header-button .th-btn {
  margin-right: 15px;
}
.header-layout5 .header-button .icon-btn {
  background-color: #2A2F3C;
  border-color: #2A2F3C;
  color: var(--white-color);
}
.header-layout5 .header-button .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.header-layout5 .logo-bg {
  height: calc(100% + var(--top-height));
  width: var(--logo-bg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-layout5 .logo-bg:before, .header-layout5 .logo-bg:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
}
.header-layout5 .logo-bg:before {
  background-color: #BE5F00;
  height: var(--top-height);
  width: calc(100% + 12px);
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 12px) 0%, 100% 100%, 0% 100%);
}
.header-layout5 .header-logo {
  margin-top: -44px;
}
.header-layout5 .sticky .header-logo {
  margin-top: 0;
}

@media (min-width: 1300px) {
  .header-layout5 .th-container {
    --main-container: 1500px;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout5 {
    --logo-bg: 32%;
  }
}
@media (max-width: 1700px) {
  .header-layout5 {
    --logo-bg: 21%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout5 {
    --logo-bg: 20%;
  }
  .header-layout5 .header-top .container {
    padding-left: 320px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout5 {
    --logo-bg: 26%;
  }
  .header-layout5 .header-links li:first-child {
    display: none;
  }
  .header-layout5 .header-button .th-btn {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout5 {
    --logo-bg: 30%;
  }
  .header-layout5 .header-links li:nth-child(2) {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout5 {
    --logo-bg: 56%;
  }
  .header-layout5 .logo-bg {
    height: 100%;
  }
  .header-layout5 .logo-bg:before {
    height: 100%;
  }
  .header-layout5 .header-logo {
    margin-top: 0;
  }
  .header-layout5 .header-top .container {
    padding-left: 12px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout5 {
    --logo-bg: 65%;
  }
  .header-layout5 .header-logo img {
    max-width: 160px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .header-layout5 {
    --logo-bg: 70%;
  }
}
/*=================================
    Header 6
==================================*/
.header-layout6 {
  --logo-bg: 21.8%;
}
.header-layout6 .logo-bg {
  height: 100%;
  width: var(--logo-bg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-layout6 .logo-bg:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F7F4ED;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
}
.header-layout6 .main-menu {
  margin-left: 100px;
}
.header-layout6 .header-button .th-btn {
  margin-right: 15px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout6 {
    --logo-bg: 32%;
  }
}
@media (max-width: 1700px) {
  .header-layout6 {
    --logo-bg: 21%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout6 {
    --logo-bg: 20%;
  }
  .header-layout6 .main-menu {
    margin-left: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout6 {
    --logo-bg: 26%;
  }
  .header-layout6 .header-button .th-btn {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout6 {
    --logo-bg: 30%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout6 {
    --logo-bg: 56%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout6 {
    --logo-bg: 65%;
  }
  .header-layout6 .header-logo img {
    max-width: 160px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .header-layout6 {
    --logo-bg: 70%;
  }
}
/*=================================
    Global
==================================*/
.slideinzoom.th-animated {
  --animation-name: bgZoom;
}

.slideinzoom {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  opacity: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

@-webkit-keyframes bgZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes bgZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*=================================
    Header 7
==================================*/
.header-layout7 .header-top {
  background-color: var(--title-color);
  padding: 11.5px 0;
}
.header-layout7 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout7 .header-top .container {
  padding-left: 340px;
}
.header-layout7 .header-links li:after {
  opacity: 0.2;
}
.header-layout7 .header-links li > i {
  color: var(--theme-color);
}
.header-layout7 .header-logo {
  position: relative;
  padding: 17px 30px;
  z-index: 2;
  max-width: 260px;
}
.header-layout7 .header-logo:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: var(--theme-color);
  background-image: repeating-linear-gradient(-45deg, var(--theme-color) 0, var(--theme-color) 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 11px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 150px, 50% 100%, 0 150px);
          clip-path: polygon(0 0, 100% 0, 100% 150px, 50% 100%, 0 150px);
  z-index: -1;
}
.header-layout7 .main-menu {
  margin-left: 34px;
}
.header-layout7 .icon-btn {
  --icon-bg: #EFF3FA;
  border-color: transparent;
}

@media (min-width: 1300px) {
  .header-layout7 .th-container {
    --main-container: 1500px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout7 .header-top .container {
    padding-left: 320px;
  }
  .header-layout7 .main-menu {
    margin-left: 24px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout7 .header-button .th-btn {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout7 .header-links li:first-child {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout7 .header-links li:nth-child(2) {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout7 .header-logo {
    padding: 15px 20px;
  }
  .header-layout7 .header-logo:before {
    height: 150px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96px, 50% 100%, 0 96px);
            clip-path: polygon(0 0, 100% 0, 100% 96px, 50% 100%, 0 96px);
  }
  .header-layout7 .header-top .container {
    padding-left: 12px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout7 .header-logo img {
    max-width: 160px;
  }
  .header-layout7 .header-logo:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83px, 50% 100%, 0 83px);
            clip-path: polygon(0 0, 100% 0, 100% 83px, 50% 100%, 0 83px);
  }
}
/*=================================
    Header 8
==================================*/
.header-layout8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-layout8:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white-color);
  height: 100%;
  width: 50%;
  z-index: -1;
}
.header-layout8 .header-top {
  background-color: var(--title-color);
  padding: 14px 0;
}
.header-layout8 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout8 .header-top .line-btn {
  --title-color: #0073E6;
}
.header-layout8 .header-links li:after {
  height: 56px;
  top: -15px;
  background-color: #2A2F3C;
  opacity: 1;
}
.header-layout8 .header-links li > i {
  color: var(--theme-color);
}
.header-layout8 .header-logo {
  padding: 17px 40px;
  background-color: var(--theme-color);
  max-width: 280px;
}
.header-layout8 .header-logo a {
  color: var(--white-color);
}
.header-layout8 .menu-area {
  background-color: var(--white-color);
}
.header-layout8 .main-menu {
  margin-left: 34px;
}
.header-layout8 .icon-btn {
  background-color: var(--white-color);
}
.header-layout8 .icon-btn:hover {
  background-color: var(--theme-color);
}
.header-layout8.unittest-header {
  background-color: var(--white-color);
}
.header-layout8.unittest-header .header-logo {
  padding: 21px 40px;
}

@media (min-width: 1300px) {
  .header-layout8 .th-container {
    --main-container: 1600px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout8 .header-button .th-btn {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout8 .header-links li:first-child {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout8 .header-links li:nth-child(2) {
    display: none;
  }
  .header-layout8 .header-logo {
    padding: 17px 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout8 .header-logo {
    padding: 15px 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout8 .header-logo img {
    max-width: 160px;
  }
}
/*=================================
    Header 9
==================================*/
.dropdown-link {
  position: relative;
  display: inline-block;
}
.dropdown-link > a {
  color: var(--white-color);
}
.dropdown-link > a i {
  color: var(--theme-color);
  margin-right: 6px;
}

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

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--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);
          transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.header-layout9 {
  --logo-bg: 26%;
}
.header-layout9 .header-top {
  background-color: var(--title-color);
  padding: 10px 0;
}
.header-layout9 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout9 .header-links li:first-child:after {
  display: none;
}
.header-layout9 .header-links li:after {
  opacity: 0.2;
}
.header-layout9 .header-links li > i {
  color: var(--theme-color);
}
.header-layout9 .dropdown-link {
  padding: 5px 14px 3px 12px;
  background-color: #2A2F3C;
  border-radius: 5px;
  margin-right: -25px;
}
.header-layout9 .icon-btn {
  --icon-bg: #EFF3FA;
  border-color: transparent;
}
.header-layout9 .main-menu {
  margin-left: 125px;
}
.header-layout9 .logo-bg {
  height: 100%;
  width: var(--logo-bg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-layout9 .logo-bg:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  background-image: repeating-linear-gradient(-45deg, var(--theme-color) 0, var(--theme-color) 10px, rgba(255, 255, 255, 0.07) 10px, rgba(255, 255, 255, 0.07) 11px);
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, calc(100% - 53px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 15px) 0, calc(100% - 53px) 100%, 0 100%);
}
.header-layout9 .logo-bg .bg-shape {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.header-layout9 .logo-bg .bg-shape:before, .header-layout9 .logo-bg .bg-shape:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, calc(100% - 35px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 35px) 0%, 100% 100%, 0% 100%);
  opacity: 0.25;
}
.header-layout9 .logo-bg .bg-shape:after {
  opacity: 1;
  right: 15px;
}

@media (min-width: 1300px) {
  .header-layout9 .th-container {
    --main-container: 1500px;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout9 {
    --logo-bg: 32%;
  }
}
@media (max-width: 1700px) {
  .header-layout9 {
    --logo-bg: 21%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout9 {
    --logo-bg: 20%;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout9 .header-button .th-btn {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout9 {
    --logo-bg: 26%;
  }
  .header-layout9 .main-menu {
    margin-left: 90px;
  }
  .header-layout9 .header-links li:nth-child(2) {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout9 {
    --logo-bg: 30%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout9 {
    --logo-bg: 56%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout9 {
    --logo-bg: 65%;
  }
  .header-layout9 .header-logo img {
    max-width: 160px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .header-layout9 {
    --logo-bg: 70%;
  }
}
/*=================================
    Hero 7
==================================*/
.hero-7 .hero-shape-wrap {
  position: absolute;
  z-index: 3;
  top: 12%;
  left: 45%;
}
.hero-7 .hero-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-title3 {
  font-size: 94px;
  font-weight: 900;
  line-height: 1.106;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.hero-title3:last-of-type {
  margin-bottom: 16px;
}
@media (max-width: 1399px) {
  .hero-title3 {
    font-size: 84px;
  }
}
@media (max-width: 1199px) {
  .hero-title3 {
    font-size: 74px;
  }
}
@media (max-width: 991px) {
  .hero-title3 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .hero-title3 {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .hero-title3 {
    font-size: 44px;
  }
}
@media (max-width: 375px) {
  .hero-title3 {
    font-size: 40px;
  }
}

.hero-style7 {
  padding: 220px 0 180px 0;
}
.hero-style7 .hero-text,
.hero-style7 .hero-title3 {
  color: var(--white-color);
}
.hero-style7 .hero-text {
  font-size: 18px;
  max-width: 745px;
  font-family: var(--title-font);
}
.hero-style7 .line-btn {
  --title-color: #fff;
}
.hero-style7 .video-btn .play-btn {
  margin-right: 15px;
}
.hero-style7 .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.hero-style7 .play-btn:before, .hero-style7 .play-btn:after {
  background-color: var(--theme-color);
}
.hero-style7 .play-btn:hover > i {
  background-color: var(--theme-color);
}
.hero-style7 .play-btn:hover:before, .hero-style7 .play-btn:hover:after {
  background-color: var(--theme-color);
}
.hero-style7 .sub-title {
  margin-bottom: 15px;
}
.hero-style7 .sub-title:before {
  background-color: var(--theme-color);
}

.btn-group:has(.video-btn) {
  gap: 45px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group:has(.video-btn) {
    gap: 25px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-style7 {
    padding: 200px 0 120px 0;
  }
  .hero-style7 .hero-text {
    max-width: 600px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-7 .hero-shape-wrap {
    top: 9%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-7 .hero-shape-wrap {
    margin-top: 110px;
    position: relative;
    left: unset;
    top: unset;
  }
  .hero-7 .hero-shape {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style7 {
    padding: 0px 0 100px 0;
    text-align: center;
  }
  .hero-style7 .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*=================================
    Hero 8
==================================*/
.hero-8 {
  margin-top: 56px;
}
.hero-8 .slick-dots {
  padding-top: 80px;
  left: 8%;
  width: 66px;
  margin: 0;
}
.hero-8 .form-title {
  color: var(--white-color);
}

.hero-form {
  --bs-gutter-x: 14px;
  position: absolute;
  top: 260px;
  right: 8%;
  max-width: 400px;
  background-color: rgba(252, 252, 252, 0.2);
  border: 1px solid rgba(252, 252, 252, 0.47);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 10px;
  text-align: center;
  padding: 46px;
}
.hero-form .form-title {
  margin-top: -0.24em;
}

.hero-style8 {
  padding: 315px 0 215px 0;
}
.hero-style8 .hero-text,
.hero-style8 .hero-title3 {
  color: var(--white-color);
}
.hero-style8 .hero-text {
  font-size: 18px;
  max-width: 680px;
  font-family: var(--title-font);
}
.hero-style8 .sub-title {
  margin-bottom: 15px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-8 .slick-dots {
    left: 2%;
  }
  .hero-8 .hero-form {
    right: 2%;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-8 .slick-dots {
    display: none !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-form {
    max-width: 360px;
    padding: 40px;
  }
  .hero-8 .hero-form {
    top: 160px;
  }
  .hero-style8 {
    padding: 240px 0 140px 0;
  }
  .hero-style8 .hero-text {
    max-width: 540px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-8 .hero-form {
    position: relative;
    max-width: 100%;
    margin: 0 36px 100px 36px;
    top: 0;
    right: 0;
  }
  .hero-style8 {
    padding: 200px 0 40px 0;
    text-align: center;
  }
  .hero-style8 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style8 .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-8 .hero-form {
    margin-left: 12px;
    margin-right: 12px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .hero-form {
    padding: 40px 20px;
  }
}
/*=================================
    Hero 9
==================================*/
.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-overlay img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-9 .slick-arrow {
  position: absolute;
  top: 45%;
  --pos-x: 5%;
}
.hero-9 .hero-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.hero-9 .hero-shape img {
  width: 100%;
}

.hero-style9 {
  padding: 240px 0 305px 0;
  text-align: center;
}
.hero-style9 .btn-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.hero-style9 .hero-title3 {
  color: var(--white-color);
  text-transform: uppercase;
}
.hero-style9 .sub-title {
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: uppercase;
}
.hero-style9 .sub-title:before {
  background-color: var(--theme-color);
  top: -7px;
}
.hero-style9 .sub-title:after {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  margin-left: 10px;
  background-color: var(--theme-color);
  position: relative;
  top: -7px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-9 .slick-arrow {
    --pos-x: 2%;
  }
  .hero-style9 {
    padding: 190px 0 250px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-9 .slick-arrow {
    display: none;
  }
  .hero-style9 {
    padding: 120px 0 160px 0;
  }
  .hero-style9 .sub-title {
    font-size: 20px;
  }
  .hero-style9 .sub-title:before, .hero-style9 .sub-title:after {
    top: -5px;
  }
  .hero-style9 .btn-group {
    margin-top: 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-style9 .hero-title3 {
    font-size: 46px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-style9 .hero-title3 {
    font-size: 38px;
  }
  .hero-style9 .sub-title:before, .hero-style9 .sub-title:after {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .hero-style9 .hero-title3 {
    font-size: 34px;
  }
}
.about-feature .box-title {
  margin-bottom: 8px;
}

.recent-post .post-title,
.project-card .box-title2,
.skill-feature_title,
.skill-feature .progress-value {
  font-weight: 600;
}

.counter-number,
.price-card_price {
  font-weight: 800;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

.number-line {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

.course-feature_title,
.testi-box_name,
.counter-number,
.counter-card_number .counter-number {
  font-weight: 700 !important;
}

.service-feature_title,
.th-product .product-title {
  font-weight: 700;
}

.page-title,
.blog-single .blog-title {
  font-weight: 800;
}

.feature-sec1.style2 {
  background-size: 100% 430px;
}

.counter-card.style2 {
  border-color: #74757B;
}
.counter-card.style2 .counter-number {
  color: var(--white-color);
}

.accordion-card.style2 {
  background-color: rgba(255, 255, 255, 0.2);
}
.accordion-card.style2:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-card.style2 .accordion-button {
  background-color: transparent;
  color: var(--white-color);
}
.accordion-card.style2 .faq-text {
  color: var(--white-color);
}

.faq-form {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 10px 40px rgba(191, 191, 191, 0.3);
          box-shadow: 0px 10px 40px rgba(191, 191, 191, 0.3);
  border-radius: 10px;
  padding: 50px;
  margin-bottom: -18px;
  /* Extra small devices */
  /* Extra small devices */
}
.faq-form .form-title {
  margin-bottom: 30px;
}
.faq-form .row {
  --bs-gutter-x: 16px;
}
.faq-form .form-title {
  margin-top: -0.24em;
}
.faq-form .form-control,
.faq-form .form-select {
  -webkit-box-shadow: 0px 0px 30px rgba(191, 191, 191, 0.3);
          box-shadow: 0px 0px 30px rgba(191, 191, 191, 0.3);
}
.faq-form textarea.form-control,
.faq-form textarea {
  min-height: 180px;
}
@media (max-width: 575px) {
  .faq-form {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .faq-form {
    padding: 40px 20px;
  }
}

.cta-sec1.style2 {
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}

.newsletter-wrap .newsletter-title {
  margin-top: -0.2em;
  margin-bottom: -0.2em;
  max-width: 540px;
  font-weight: 700;
}

.faq-sec2 {
  background-size: auto;
  background-position: top left;
  /* Small devices */
}
@media (max-width: 767px) {
  .faq-sec2 {
    background-size: cover;
  }
}

.faq-img1 {
  /* Large devices */
}
.faq-img1 img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 30px 0 0 0;
}
@media (max-width: 1199px) {
  .faq-img1 img {
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.contact-sec2 {
  max-width: 1340px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 60px 10px;
  position: relative;
  z-index: 3;
}
.contact-sec2 .form-control,
.contact-sec2 .form-select {
  background-color: #2A2F3C;
  color: var(--light-color);
}
.contact-sec2 .form-control::-moz-placeholder,
.contact-sec2 .form-select::-moz-placeholder {
  color: var(--light-color);
}
.contact-sec2 .form-control::-webkit-input-placeholder,
.contact-sec2 .form-select::-webkit-input-placeholder {
  color: var(--light-color);
}
.contact-sec2 .form-control:-ms-input-placeholder,
.contact-sec2 .form-select:-ms-input-placeholder {
  color: var(--light-color);
}
.contact-sec2 .form-control::-webkit-input-placeholder, .contact-sec2 .form-select::-webkit-input-placeholder {
  color: var(--light-color);
}
.contact-sec2 .form-control::-moz-placeholder, .contact-sec2 .form-select::-moz-placeholder {
  color: var(--light-color);
}
.contact-sec2 .form-control:-ms-input-placeholder, .contact-sec2 .form-select:-ms-input-placeholder {
  color: var(--light-color);
}
.contact-sec2 .form-control::-ms-input-placeholder, .contact-sec2 .form-select::-ms-input-placeholder {
  color: var(--light-color);
}
.contact-sec2 .form-control::placeholder,
.contact-sec2 .form-select::placeholder {
  color: var(--light-color);
}
.contact-sec2 .form-select {
  background-image: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.859375 0.699219C0.950521 0.608073 1.0599 0.553385 1.1875 0.535156C1.29688 0.535156 1.39714 0.571615 1.48828 0.644531L6.875 5.59375L12.2617 0.644531C12.4805 0.480469 12.6901 0.489583 12.8906 0.671875C13.0547 0.890625 13.0456 1.10026 12.8633 1.30078L7.17578 6.55078C6.97526 6.69661 6.77474 6.69661 6.57422 6.55078L0.886719 1.30078C0.704427 1.11849 0.695312 0.917969 0.859375 0.699219Z" fill="%23BDBDBD"/></svg>');
}

.footer-widget .widget_title {
  font-weight: 600;
}

.footer-widget .recent-post .post-title {
  font-weight: 600;
}

.footer-layout3 .footer-top {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.footer-layout3.black {
  --body-color: #bdbdbd;
  --border-color: #2A2F3C;
}
.footer-layout3.black .recent-post .post-title,
.footer-layout3.black .box-title,
.footer-layout3.black .widget_title {
  --title-color: #fff;
}
.footer-layout3.black .copyright-wrap {
  background-color: #2A2F3C;
}

.th-btn.style7 {
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.th-btn.style7:before, .th-btn.style7:after {
  background-color: var(--smoke-color);
}
.th-btn.style7:hover {
  color: var(--white-color);
}
.th-btn.style7:hover:before, .th-btn.style7:hover:after {
  background-color: var(--title-color);
}

.header-layout4 .header-top:before {
  background-color: #004489;
}
.header-layout4 .logo-bg:before {
  background-color: #d9ebff;
}

.header-layout5 .logo-bg:before {
  background-color: #0452a1;
}

@media (min-width: 993px) {
  .footer-layout3 .footer-logo {
    padding: 32px 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-layout3 .footer-top {
    border-left: 1px solid var(--border-color);
  }
  .footer-layout3 .contact-media {
    border-left: none;
  }
  .footer-layout3 .footer-logo {
    text-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, 45px 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, 45px 100%);
  }
}
.contact-feature {
  background-color: var(--smoke-color2);
}

.video-link .play-btn {
  --icon-size: 56px;
  margin-right: 20px;
}
.video-link .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.video-link .play-btn:before, .video-link .play-btn:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.video-link .btn-text {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--white-color);
}
.video-link:hover .btn-text {
  color: var(--theme-color);
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}

/*-----------------------------------------------------*/
.main-menu a .new-label {
  font-size: 13px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

/* Header 5 ---------------------------------- */
.header-link {
  display: inline-block;
  color: var(--white-color);
  margin-right: 40px;
}
.header-link:last-child {
  margin-right: 0;
}
.header-link:hover {
  color: var(--theme-color);
}
.header-link .icon-btn {
  margin-right: 10px;
  font-size: 14px;
  border: none;
  line-height: 45px;
}

.icon-btn.style2 {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  line-height: 54px;
}
.icon-btn.style2:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.icon-btn.style3 {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 2px dashed var(--white-color);
  color: var(--white-color);
  line-height: 54px;
}
.icon-btn.style3:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.header-layout10 .top-area {
  background-color: var(--title-color);
}
.header-layout10 .top-area .header-link {
  line-height: 40px;
}
.header-layout10 .top-area .icon-btn {
  --btn-size: 40px;
  line-height: 40px;
}
.header-layout10 .header-top {
  padding: 12px 0;
  --body-color: #fff;
  border-bottom: 1px solid #202c3c;
  background-color: transparent;
}
.header-layout10 .header-top a,
.header-layout10 .header-top li,
.header-layout10 .header-top p,
.header-layout10 .header-top span,
.header-layout10 .header-top i {
  color: var(--white-color);
}
.header-layout10 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout10 .menu-top {
  padding: 20px 0;
}
.header-layout10 .menu-top .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-layout10 .header-link {
  color: var(--white-color);
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #202c3c;
}
.header-layout10 .header-link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header-layout10 .header-link:hover {
  color: var(--theme-color);
}
.header-layout10 .th-social a {
  --icon-size: 40px;
  border-radius: 99px;
  background-color: #1B1B1B;
  border: 1px solid #343434;
  color: var(--white-color);
}
.header-layout10 .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.header-layout10 .simple-icon {
  color: var(--white-color);
}
.header-layout10 .dropdown-menu {
  --body-color: #74787c;
}
.header-layout10 .logo-shape {
  display: inline-block;
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white-color);
  background-size: auto;
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
.header-layout10 .icon-style2 {
  color: var(--title-color);
}
.header-layout10 .badge {
  background-color: var(--title-color);
}
.header-layout10 .menu-area {
  position: relative;
  background-color: var(--theme-color);
  z-index: 2;
}
.header-layout10 .menu-area .container {
  --main-container: 1478px;
  margin-left: auto;
  margin-right: 66px;
  /* Hight Resoulation devices */
  /* Medium Large devices */
}
@media (min-width: 1922px) {
  .header-layout10 .menu-area .container {
    margin-right: auto;
  }
}
@media (max-width: 1399px) {
  .header-layout10 .menu-area .container {
    margin-right: auto;
  }
}
.header-layout10 .main-menu > ul > li {
  margin: 0 14px;
}
.header-layout10 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 39px 0;
}
.header-layout10 .main-menu > ul > li.menu-item-has-children > a:after {
  color: inherit;
}
.header-layout10 .th-menu-toggle {
  margin: 20px 0;
  background-color: var(--title-color);
}
.header-layout10 .header-button {
  margin-left: 130px;
}

.wishlist-custom-btn .icon-btn {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 2px dashed var(--white-color);
  color: var(--white-color);
  line-height: 54px;
}
.wishlist-custom-btn .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

@media (max-width: 1700px) {
  .header-layout10 .logo-shape {
    width: 22%;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout10 .header-button {
    margin-left: 60px;
  }
}
@media (max-width: 1300px) {
  .header-layout10 .header-button {
    margin-left: 20px;
  }
  .header-layout10 .logo-shape {
    width: 26%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout10 .header-link:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .header-layout10 .logo-shape {
    width: 32%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout10 .logo-shape {
    width: 60%;
  }
  .header-layout10 .header-link {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-notice {
    text-align: center;
    font-size: 14px;
  }
  .header-layout10 .menu-top {
    padding: 12px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout10 .logo-shape {
    width: 280px;
  }
}
/* Header 6 ---------------------------------- */
.dropdown-link {
  position: relative;
}
.dropdown-link > a {
  color: var(--white-color);
}

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

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--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);
          transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.simple-icon {
  border: none;
  background-color: transparent;
}
.simple-icon.style2 {
  font-size: 28px;
}
.simple-icon:hover {
  color: var(--theme-color);
}

/* Header 1 ---------------------------------- */
.header-layout11 {
  --main-container: 1440px;
}
.header-layout11 .container {
  margin-left: auto;
  margin-right: 100px;
}
.header-layout11 .simple-icon {
  color: var(--white-color);
}
.header-layout11 .dropdown-menu {
  --body-color: #74787c;
}
.header-layout11 .logo-shape {
  display: inline-block;
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
  z-index: -1;
}
.header-layout11 .menu-area {
  position: relative;
  background-color: var(--title-color);
  background-size: auto;
  background-repeat: repeat;
  z-index: 2;
}
.header-layout11 .main-menu {
  margin-left: 140px;
}
.header-layout11 .main-menu > ul > li {
  margin: 0 18px;
}
.header-layout11 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 41.5px 0;
}
.header-layout11 .as-menu-toggle {
  margin: 20px 0;
  background-color: var(--theme-color);
  color: var(--title-color);
}
.header-layout11 .header-button {
  margin-left: 10px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout11 .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1800px) {
  .header-layout11 .logo-shape {
    width: 25%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout11 .logo-shape {
    width: 20%;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout11 .container {
    margin-left: auto;
    margin-right: auto;
  }
  .header-layout11 .main-menu {
    margin-left: 70px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout11 .logo-shape {
    width: 25%;
  }
  .header-layout11 .th-btn {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout11 .logo-shape {
    width: 300px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout11 .logo-shape {
    width: 60%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-layout11 .header-layout11 .header-top {
    padding: 8px 0;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .header-layout11 .logo-shape {
    width: 70%;
  }
  .header-layout11 .header-logo img {
    max-width: 170px;
  }
}
/* Header 7 ---------------------------------- */
.header-layout12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --main-container: 1920px;
}
.header-layout12 .container {
  padding-left: 0;
  padding-right: 0;
}
.header-layout12 .header-logo {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 100px 15px 50px;
  border-right: 5px solid var(--theme-color);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 355px;
}
.header-layout12 .header-top {
  background-color: transparent;
  padding: 15px 0;
  --body-color: #fff;
}
.header-layout12 .header-top a,
.header-layout12 .header-top li,
.header-layout12 .header-top p,
.header-layout12 .header-top span,
.header-layout12 .header-top i {
  color: var(--white-color);
}
.header-layout12 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout12 .top-left {
  padding-left: 50px;
}
.header-layout12 .top-right {
  width: 1080px;
  padding-right: 50px;
}
.header-layout12 .simple-icon {
  color: var(--white-color);
}
.header-layout12 .dropdown-menu {
  --body-color: #74787c;
}
.header-layout12 .menu-area {
  position: relative;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1080px;
}
.header-layout12 .main-menu > ul > li {
  margin: 0 18px;
}
.header-layout12 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 36.5px 0;
}
.header-layout12 .th-menu-toggle {
  margin: 15px 0;
}
.header-layout12 .header-button {
  margin-left: 10px;
  gap: 30px;
}
.header-layout12 .sticky-wrapper.sticky {
  background-color: var(--title-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout12 .header-logo {
    padding: 15px 100px 15px 30px;
  }
  .header-layout12 .top-left {
    padding-left: 30px;
  }
  .header-layout12 .top-right {
    width: 900px;
    padding-right: 30px;
  }
  .header-layout12 .menu-area {
    padding: 0 30px;
    width: 900px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout12 .container {
    max-width: 100%;
  }
  .header-layout12 .top-right {
    width: 687px;
  }
  .header-layout12 .menu-area {
    width: 100%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout12 .header-logo {
    padding: 15px 60px 15px 15px;
  }
  .header-layout12 .top-left {
    padding-left: 15px;
  }
  .header-layout12 .top-right {
    width: 680px;
    padding-right: 15px;
  }
  .header-layout12 .menu-area {
    padding: 0 24px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout12 .top-left {
    padding-left: 15px;
  }
  .header-layout12 .top-right {
    width: 100%;
  }
  .header-layout12 .top-right .row {
    --bs-gutter-x: 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-layout12 .header-logo {
    padding: 15px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .header-logo img {
    max-width: 170px;
  }
}
/*---------------------------------------------------------*/
.th-hero-wrapper .text-bg {
  position: relative;
  display: inline-block;
  color: var(--theme-color);
  padding: 0 33px 0 30px;
  z-index: 2;
  /* Extra small devices */
}
.th-hero-wrapper .text-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url("../img/pattern_bg_1.png") repeat;
  z-index: -1;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media (max-width: 375px) {
  .th-hero-wrapper .text-bg {
    padding: 0 25px 0 25px;
  }
}

.hero-img-wrap .line-shape2 {
  background-color: var(--title-color);
}

.scroll-bottom {
  color: var(--white-color);
  border: 2px solid;
  padding: 29px 9px 2px 9px;
  border-radius: 999px;
  position: relative;
}
.scroll-bottom:before {
  content: "";
  height: 15px;
  width: 2px;
  background-color: var(--white-color);
  position: absolute;
  top: 10px;
  left: 15px;
  border-radius: 10px;
  -webkit-animation: lineDown 1.5s infinite;
          animation: lineDown 1.5s infinite;
}
.scroll-bottom:hover {
  color: var(--theme-color);
}
.scroll-bottom:hover::before {
  background-color: var(--theme-color);
}

@-webkit-keyframes lineDown {
  0% {
    -webkit-transform: 0;
            transform: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}

@keyframes lineDown {
  0% {
    -webkit-transform: 0;
            transform: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}
/* Hero 5 ---------------------------------- */
.hero-10 {
  padding-right: 80px;
}
.hero-10 .slick-dots {
  --dots-bg: #fff;
  margin: 0;
  position: absolute;
  top: 55%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Extra large devices */
}
.hero-10 .slick-dots li {
  display: block;
  margin: 30px 0;
}
.hero-10 .slick-dots button:before {
  border-color: var(--white-color);
}
.hero-10 .slick-dots .slick-active button {
  background-color: var(--white-color);
}
@media (max-width: 1500px) {
  .hero-10 .slick-dots {
    left: 1%;
  }
}
.hero-10 .hero-shape {
  display: inline-block;
  height: 350px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 140px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 140px) 100%, 0 100%, 0 0);
  z-index: -1;
}
.hero-10 .scroll-bottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-slider-10 .th-hero-slide {
  padding: 230px 0;
}

.hero-style10,
.hero-style11,
.hero-style12 {
  padding-left: 40px;
  position: relative;
  z-index: 4;
}
.hero-style10 .hero-subtitle,
.hero-style11 .hero-subtitle,
.hero-style12 .hero-subtitle {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: var(--white-color);
  margin-top: -0.36em;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.hero-style10 .hero-title,
.hero-style11 .hero-title,
.hero-style12 .hero-title {
  color: var(--white-color);
  margin-bottom: 0;
}
.hero-style10 .hero-title:last-of-type,
.hero-style11 .hero-title:last-of-type,
.hero-style12 .hero-title:last-of-type {
  margin-bottom: 30px;
}
.hero-style10 .hero-text,
.hero-style11 .hero-text,
.hero-style12 .hero-text {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
  margin-bottom: 36px;
  margin-top: -5px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-10 {
    padding-right: 40px;
  }
  .hero-10 .slick-dots {
    right: 10%;
    left: unset;
  }
  .hero-10 .hero-shape {
    width: 40px;
  }
  .hero-slider-10 .th-hero-slide {
    padding: 190px 0 190px 0;
  }
  .hero-style10 {
    padding-left: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-slider-10 .th-hero-slide {
    padding: 150px 0 150px 0;
  }
  .hero-style10 .hero-text {
    font-size: 16px;
    max-width: 600px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-1 .scroll-bottom {
    display: none;
  }
  .hero-slider-10 .th-hero-slide {
    padding: 100px 0 100px 0;
  }
  .hero-style10 .hero-subtitle,
  .hero-style11 .hero-subtitle,
  .hero-style12 .hero-subtitle {
    margin-bottom: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-10 {
    padding-right: 0;
  }
  .hero-10 .hero-shape {
    display: none;
  }
  .hero-style10,
  .hero-style11,
  .hero-style12 {
    text-align: center;
    padding-left: 0;
  }
  .hero-style10 .btn-wrap,
  .hero-style10 .btn-group,
  .hero-style11 .btn-wrap,
  .hero-style11 .btn-group,
  .hero-style12 .btn-wrap,
  .hero-style12 .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .hero-style10 .hero-title:last-of-type,
  .hero-style11 .hero-title:last-of-type,
  .hero-style12 .hero-title:last-of-type {
    margin-bottom: 25px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-style10 .hero-subtitle,
  .hero-style11 .hero-subtitle,
  .hero-style12 .hero-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .hero-style10 .hero-title,
  .hero-style12 .hero-title {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Hero 6 ---------------------------------- */
.hero-11 .icon-box {
  position: absolute;
  top: 50%;
  right: 115px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-11 .icon-box .slick-arrow {
  --pos-x: 0;
  border-radius: 0;
  margin: 5px 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white-color);
}
.hero-11 .icon-box .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.hero-11 .icon-box .slick-arrow:first-child {
  margin-right: 0;
}

.hero-slider-11 .th-hero-slide {
  padding: 245px 0;
}

.hero-style11 {
  padding-left: 0;
}
.hero-style11 .hero-title {
  font-weight: 800;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-11 .icon-box {
    right: 40px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-slider-11 .th-hero-slide {
    padding: 150px 0 150px 0;
  }
  .hero-style11 .hero-title {
    font-size: 46px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-slider-11 .th-hero-slide {
    padding: 100px 0 100px 0;
  }
  .hero-style11 .checklist {
    margin-bottom: 34px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-11 .icon-box {
    display: none;
  }
  .th-hero-wrapper .checklist ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style11 .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-slider-11 .th-hero-slide {
    padding: 90px 0;
  }
  .hero-style11 .hero-title {
    font-size: 38px;
  }
}
@media (max-width: 440px) {
  .hero-style11 .hero-title {
    font-size: 32px;
    max-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .hero-style11 .hero-title {
    font-size: 28px;
  }
}
/* Hero 7 ---------------------------------- */
.hero-slider-12 .slick-dots {
  position: absolute;
  top: 54%;
  right: unset;
  left: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}
.hero-slider-12 .slick-dots li {
  display: block;
  margin: 30px 0;
}
.hero-slider-12 .slick-dots button {
  border-radius: 0 !important;
  visibility: visible;
  opacity: 1;
}
.hero-slider-12 .slick-dots button:before {
  border-radius: 0 !important;
}

.hero-style12 {
  max-width: unset;
}

.hero-slider-12 .th-hero-slide {
  padding: 365px 0 225px 0;
}
.hero-slider-12 .hero-style12 {
  padding-left: 478px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-slider-12 .slick-dots {
    left: 35px;
  }
  .hero-slider-12 .hero-style12 {
    padding-left: 518px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-slider-12 .th-hero-slide {
    padding: 315px 0 155px 0;
  }
  .hero-slider-12 .hero-style12 {
    padding-left: 400px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-slider-12 .hero-style12 {
    padding-left: 160px;
  }
  .hero-slider-12 .hero-text {
    max-width: 500px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-slider-12 .th-hero-slide {
    padding: 230px 0 100px 0;
  }
  .hero-slider-12 .hero-style12 {
    padding-left: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-style12 .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style12 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-slider-12 .hero-style12 .hero-text {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .hero-style12 .hero-title {
    font-size: 26px;
  }
}/*# sourceMappingURL=style.css.map */