@charset "UTF-8";
/*
Template Name: Ruffer
Template URL: http://themeholy.com/html/Ruffer
Description: Roof Construction & Repair HTML Template
Author: themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 2.3.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. 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. Video
    4.00. Faq
    4.00. CTA
    4.00. Service
    4.00. Pricing
    4.00. Gallery
    4.00. Skill
    4.00. Process
    4.00. Award
    4.00. Feature

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #E63A27;
  --title-color: #141422;
  --body-color: #6F6E77;
  --smoke-color: #F3F1F2;
  --smoke-color2: #EFECFF;
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #E6E6E6;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #CDCDCD;
  --title-font: 'Manrope', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

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

body {
  min-width: 375px;
  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;
}

body.home-sidemenu {
  /* Extra small devices */
}

@media (min-width: 1200px) {
  body.home-sidemenu {
    margin-left: 315px;
  }
}

@media (max-width: 375px) {
  body.home-sidemenu .th-btn {
    padding: 17.5px 24px;
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 5rem;
  line-height: 1.125;
}

.h2,
h2 {
  font-size: 2.8125rem;
  line-height: 1.222;
}

.h3,
h3 {
  font-size: 1.875rem;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 1.5rem;
  line-height: 1.416;
}

.h5,
h5 {
  font-size: 1.375rem;
  line-height: 1.636;
}

.h6,
h6 {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .h2,
  h2 {
    font-size: 42px;
  }
}

/* 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 -------------------*/
.admin-bar .th-header .sticky-wrapper.sticky {
  top: 32px;
}

@media (max-width: 1200px) {
  .admin-bar .header-layout8 .th-menu-wrapper2 .th-mobile-menu2 {
    top: 132px;
  }
}

@media (max-width: 991px) {
  .admin-bar .header-layout8 .th-menu-wrapper2 .th-mobile-menu2 {
    top: 146px;
  }
}

@media (max-width: 1200px) {
  .admin-bar .header-layout8 .th-menu-wrapper2.sticky .th-mobile-menu2 {
    top: 100px;
  }
}

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

.wp-block-search__label:after {
  content: '';
  height: 1px;
  width: calc(100% + 100px);
  background-color: var(--th-border-color);
  display: block;
  margin-top: 15px;
  position: relative;
  left: -50px;
}

.wp-block-search__label:before {
  content: '';
  height: 1px;
  width: 40px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: lineMove 10s linear infinite;
          animation: lineMove 10s linear infinite;
}

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

.page--item .th-comment-form {
  padding: 0;
}

.page--item .th-comments-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}

.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: .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: .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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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;
}

.wp-block-search .wp-block-search__button {
  margin: 0;
  min-width: 110px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-search .wp-block-search__button.has-icon {
  min-width: 55px;
}

.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
}

.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(--th-border-color);
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .th-btn {
  top: 32px;
}

@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .th-btn {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .th-btn {
    top: 0;
  }
}

.post-password-form {
  margin-bottom: 30px;
  margin-top: 20px;
}

.post-password-form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .post-password-form p {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.post-password-form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -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 {
    -webkit-flex-wrap: wrap;
        -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(--th-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, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  border: none;
}

.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:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: '\f0c1';
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}

.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "\f08d";
  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 0 0 4px;
}

.blog-single.format-quote:before {
  content: "\f10e";
  top: 0;
}

.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 .blog-content p:last-child {
  margin-bottom: 0;
}

.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, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  background-color: transparent;
}

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

.blog-single .wp-block-tag-cloud {
  margin-bottom: 20px;
}

.blog-single .wp-block-tag-cloud a {
  background-color: var(--smoke-color);
  color: var(--title-color);
}

.th-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote:before {
    top: 15px;
  }
}

/* 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;
    padding: 8px 16px;
  }
}

@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .th-comment-form {
    margin-top: 24px;
  }
}

.wcu-img-half img {
  min-height: 646px;
}

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

@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: 1605px;
  }
}

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

.th-container2 {
  max-width: 1790px;
}

.th-container3 {
  max-width: 1520px;
}

.round-container {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Large devices */
@media (max-width: 1199px) {
  .round-container {
    border-radius: 0;
  }
}

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

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

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

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

.gx-10 {
  --bs-gutter-x: 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: 51px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (min-width: 576px) {
  select,
  .form-control,
  .form-select,
  textarea,
  input {
    height: 60px;
  }
}

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

select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}

select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: transparent;
  border: 1px solid var(--th-border-color);
  border-radius: 4px;
}

select.style-border::-webkit-input-placeholder, .form-control.style-border::-webkit-input-placeholder, .form-select.style-border::-webkit-input-placeholder, textarea.style-border::-webkit-input-placeholder, input.style-border::-webkit-input-placeholder {
  color: #fff;
}

select.style-border::-moz-placeholder, .form-control.style-border::-moz-placeholder, .form-select.style-border::-moz-placeholder, textarea.style-border::-moz-placeholder, input.style-border::-moz-placeholder {
  color: #fff;
}

select.style-border:-ms-input-placeholder, .form-control.style-border:-ms-input-placeholder, .form-select.style-border:-ms-input-placeholder, textarea.style-border:-ms-input-placeholder, input.style-border:-ms-input-placeholder {
  color: #fff;
}

select.style-border::-ms-input-placeholder, .form-control.style-border::-ms-input-placeholder, .form-select.style-border::-ms-input-placeholder, textarea.style-border::-ms-input-placeholder, input.style-border::-ms-input-placeholder {
  color: #fff;
}

select.style-border::placeholder,
.form-control.style-border::placeholder,
.form-select.style-border::placeholder,
textarea.style-border::placeholder,
input.style-border::placeholder {
  color: #fff;
}

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

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.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: 21px;
  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(--th-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;
  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] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.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: 12px;
  height: 12px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--th-border-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:hover {
  border-color: var(--theme-color);
}

.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  margin: -10px 0 0 -10px;
  background-color: var(--theme-color);
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.slick-dots .slick-active button {
  background-color: var(--theme-color);
}

.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -100px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  font-size: var(--icon-font-size, 16px);
  margin-top: calc(var(--icon-size, 60px) / -2);
  z-index: 2;
  border-radius: 99px;
}

.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-style2 .slick-arrow {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

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

.arrow-wrap.style2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.arrow-wrap.style2 .slick-arrow {
  opacity: 1;
  visibility: visible;
  position: initial;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  margin: 0;
}

.arrow-wrap.style2 .slick-arrow:hover {
  color: var(--white-color);
}

.arrow-wrap.style3 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.arrow-wrap.style3 .slick-arrow {
  opacity: 1;
  visibility: visible;
  position: initial;
  margin: 0;
}

.arrow-wrap.style3 .slick-arrow:hover {
  color: var(--white-color);
}

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

/*------------------- 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(--theme-color);
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.th-mobile-menu ul .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);
  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: 4px;
}

.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(--theme-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%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  width: 48px;
  height: 48px;
  position: relative;
}

.loader::before, .loader::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48em;
  height: 48em;
  background-image: -webkit-radial-gradient(circle 10px, #FFF 100%, transparent 0), -webkit-radial-gradient(circle 10px, #FFF 100%, transparent 0), -webkit-radial-gradient(circle 10px, #FFF 100%, transparent 0), -webkit-radial-gradient(circle 10px, #FFF 100%, transparent 0), -webkit-radial-gradient(circle 10px, #FFF 100%, transparent 0), -webkit-radial-gradient(circle 10px, #FFF 100%, transparent 0), -webkit-radial-gradient(circle 10px, #FFF 100%, transparent 0), -webkit-radial-gradient(circle 10px, #FFF 100%, transparent 0);
  background-image: radial-gradient(circle 10px, #FFF 100%, transparent 0), radial-gradient(circle 10px, #FFF 100%, transparent 0), radial-gradient(circle 10px, #FFF 100%, transparent 0), radial-gradient(circle 10px, #FFF 100%, transparent 0), radial-gradient(circle 10px, #FFF 100%, transparent 0), radial-gradient(circle 10px, #FFF 100%, transparent 0), radial-gradient(circle 10px, #FFF 100%, transparent 0), radial-gradient(circle 10px, #FFF 100%, transparent 0);
  background-position: 0em -18em, 0em 18em, 18em 0em, -18em 0em,
 13em -13em, -13em -13em, 13em 13em, -13em 13em;
  background-repeat: no-repeat;
  font-size: 0.5px;
  border-radius: 50%;
  -webkit-animation: blast 1s ease-in infinite;
          animation: blast 1s ease-in infinite;
}

.loader::after {
  font-size: 1px;
  background: #fff;
  -webkit-animation: bounce 1s ease-in infinite;
          animation: bounce 1s ease-in infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    font-size: 0.75px;
  }
  50% {
    font-size: 1.5px;
  }
}

@keyframes bounce {
  0%, 100% {
    font-size: 0.75px;
  }
  50% {
    font-size: 1.5px;
  }
}

@-webkit-keyframes blast {
  0%, 40% {
    font-size: 0.5px;
  }
  70% {
    opacity: 1;
    font-size: 4px;
  }
  100% {
    font-size: 6px;
    opacity: 0;
  }
}

@keyframes blast {
  0%, 40% {
    font-size: 0.5px;
  }
  70% {
    opacity: 1;
    font-size: 4px;
  }
  100% {
    font-size: 6px;
    opacity: 0;
  }
}

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 21.5px 34px;
  min-width: 144px;
  border-radius: 4px;
}

.th-btn:before, .th-btn:after {
  content: "";
  position: absolute;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.th-btn:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.th-btn:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

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

.th-btn:hover:before, .th-btn.active:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.th-btn:hover:after, .th-btn.active:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.th-btn.style2 {
  background-color: var(--white-color);
  color: var(--title-color);
  padding: 20px 40px;
  box-shadow: none;
}

.th-btn.style2:hover {
  color: var(--white-color);
}

.th-btn.style2:hover:before, .th-btn.style2:hover:after {
  background-color: var(--title-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(--title-color);
  color: var(--white-color);
}

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

.th-btn.style4:hover:before, .th-btn.style4:hover:after {
  background-color: var(--white-color);
}

.th-btn.style5 {
  background-color: var(--white-color);
  color: var(--title-color);
  box-shadow: none;
}

.th-btn.style5:hover {
  color: var(--white-color);
}

.th-btn.style5:hover:before, .th-btn.style5:hover:after {
  background-color: var(--title-color);
}

.th-btn.style6 {
  background-color: var(--white-color);
  color: var(--title-color);
  box-shadow: none;
}

.th-btn.style6:hover {
  color: var(--white-color);
}

.th-btn.style6:hover:before, .th-btn.style6:hover:after {
  background-color: var(--theme-color);
}

.th-btn.style7 {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-btn.style7:hover:before, .th-btn.style7:hover:after {
  background-color: var(--theme-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-fw2 {
  width: 100%;
}

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

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

.th-btn.style-border {
  padding: 16.5px 34px;
  border: 1px solid var(--theme-color);
  background: transparent;
  color: var(--theme-color);
}

@media (min-width: 576px) {
  .th-btn.style-border {
    padding: 20.5px 34px;
  }
}

.th-btn.style-border:before, .th-btn.style-border:after {
  background: var(--theme-color);
}

.th-btn.style-border:hover {
  color: var(--white-color);
  border-color: var(--theme-color) !important;
}

.th-btn.style-radius {
  border-radius: 30px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .th-btn {
    padding: 17.5px 34px;
  }
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    height: 20px;
    width: 20px;
  }
  100% {
    left: 50%;
    height: calc(300px*1.5);
    width: calc(300px*1.5);
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    height: 20px;
    width: 20px;
  }
  100% {
    left: 50%;
    height: calc(300px*1.5);
    width: calc(300px*1.5);
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    height: 20px;
    width: 20px;
  }
  100% {
    right: 50%;
    height: calc(300px*1.5);
    width: calc(300px*1.5);
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    height: 20px;
    width: 20px;
  }
  100% {
    right: 50%;
    height: calc(300px*1.5);
    width: calc(300px*1.5);
  }
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 60px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, var(--theme-color));
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  border: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.icon-btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--white-color);
}

.icon-btn.style2 {
  border: 1px solid var(--theme-color);
  background: transparent;
  color: var(--theme-color);
  /* Extra small devices */
}

.icon-btn.style2:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 575px) {
  .icon-btn.style2 {
    --btn-size: 50px;
  }
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.1em);
  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 {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}

.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--theme-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);
}

.play-btn.style4 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}

.play-btn.style4:before, .play-btn.style4:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style4:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style4:hover:before, .play-btn.style4:hover:after {
  background-color: var(--white-color);
}

.play-btn.style5 i {
  background: var(--theme-color);
  color: var(--white-color);
}

.play-btn.style5:before, .play-btn.style5:after {
  background-color: transparent;
  border: 1px solid var(--theme-color);
}

.play-btn.style5:hover:before, .play-btn.style5:hover:after {
  background-color: var(--theme-color);
}

.link-btn {
  font-weight: 700;
  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(--theme-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(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:hover {
  color: var(--title-color);
}

.line-btn:hover::before {
  background-color: var(--title-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);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

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

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

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

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

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

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 10px);
  margin-top: -0.32em;
  font-weight: 800;
}

.sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 27px;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: -0.34em;
  position: relative;
  padding-left: 40px;
}

.sub-title:before, .sub-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 2px;
  width: 20px;
  background: var(--theme-color);
}

.sub-title:before {
  width: 30px;
  top: auto;
  bottom: 7px;
}

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

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

.sub-title.style2 {
  padding-left: 0;
}

.sub-title.style2:before, .sub-title.style2:after {
  display: none;
}

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

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

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

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

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

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

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

.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-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: -0.55em 0 -0.45em -0.25em;
}

.shadow-title.color2 {
  background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
  background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}

.shadow-title.color3 {
  background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
  background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

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

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

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

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

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

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

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

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

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

.z-index-n2 {
  z-index: -2;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 45px);
  height: var(--icon-size, 45px);
  line-height: var(--icon-size, 45px);
  background-color: #363739;
  color: var(--white-color);
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}

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

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

.th-social.style2 {
  gap: 15px;
}

.th-social.style2 a {
  width: auto;
  height: auto;
  line-height: normal;
  color: var(--title-color);
  background-color: transparent;
}

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

.th-social.style3 a {
  color: var(--title-color);
  background-color: var(--smoke-color);
}

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

.th-social.style-border a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
}

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

.th-social.style-white a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: var(--white-color);
  color: var(--title-color);
}

.th-social.style-white a:hover {
  border-color: var(--theme-color);
  color: var(--white-color);
  background-color: var(--theme-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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

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

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

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

.icon-invert-white img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}

/*******Magnific Image*******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

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

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

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

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

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

/*------------------- 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: -webkit-linear-gradient(349.38deg, 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%);
  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: -webkit-linear-gradient(10deg, 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%);
  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: -webkit-linear-gradient(349.38deg, 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%);
  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: -webkit-linear-gradient(339.41deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
  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: -webkit-linear-gradient(344.56deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
  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;
}

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

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

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}

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

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

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

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

[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="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);
  }
}

.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 15s linear infinite;
          animation: spin 15s 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);
  }
}

.th-animation {
  --th-animation-name: null;
  --th-animation-delay: null;
  --th-animation-duration: 1s;
  --th-animation-iteration: 1;
  --th-animation-timing-function: linear;
  -webkit-animation: var(--th-animation-name) var(--th-animation-duration) var(--th-animation-timing-function) var(--th-animation-iteration);
          animation: var(--th-animation-name) var(--th-animation-duration) var(--th-animation-timing-function) var(--th-animation-iteration);
}

.th-animation.pulse {
  --th-animation-name: pulse;
  --th-animation-duration: 1.2s;
  --th-animation-iteration: infinite;
}

.th-animation.pulse-1, .th-animation.pulse-2 {
  --th-animation-name: pulse;
  --th-animation-iteration: infinite;
}

.th-animation.pulse-1 {
  --th-animation-delay: 300ms;
  --th-animation-duration: 1.5s;
}

.th-animation.pulse-2 {
  --th-animation-delay: 600ms;
  --th-animation-duration: 1.8s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

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

.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: -17px 0 0px 0;
}

.widget_nav_menu .menu > li:last-child a,
.widget_nav_menu > ul > li:last-child a,
.widget_meta .menu > li:last-child a,
.widget_meta > ul > li:last-child a,
.widget_pages .menu > li:last-child a,
.widget_pages > ul > li:last-child a,
.widget_archive .menu > li:last-child a,
.widget_archive > ul > li:last-child a,
.widget_categories .menu > li:last-child a,
.widget_categories > ul > li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  border: none;
  margin: 0;
  padding: 15px 25px 15px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--body-color);
  position: relative;
  border-bottom: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
  content: '\f324';
  font-family: var(--icon-font);
  color: var(--body-color);
  font-weight: 400;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 0;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
  padding-left: 25px;
}

.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
  color: var(--theme-color);
  opacity: 1;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 13px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: var(--theme-color);
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

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

.widget[data-overlay]:before {
  z-index: -1;
}

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

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

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
  padding-right: 25px;
  background: var(--white-color);
}

.widget .search-form button {
  border: none;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 60px;
  text-align: center;
  border-radius: 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: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
}

.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-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);
  border: 1px solid var(--th-border-color);
}

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

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  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);
      -ms-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: 0px;
}

.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);
      -ms-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);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.recent-post .media-img {
  margin-right: 20px;
  overflow: hidden;
  border-radius: 0;
}

.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 8px 0 0 0;
  font-family: var(--title-font);
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
}

.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);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.sidebar-area .widget_title:after {
  content: '';
  height: 1px;
  width: calc(100% + 100px);
  background-color: var(--th-border-color);
  display: block;
  margin-top: 15px;
  position: relative;
  left: -50px;
}

.sidebar-area .widget_title:before {
  content: '';
  height: 1px;
  width: 40px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: lineMove 10s linear infinite;
          animation: lineMove 10s linear infinite;
}

.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 .widget {
  overflow: hidden;
}

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

@-webkit-keyframes lineMove {
  0% {
    left: -40px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -40px;
  }
}

@keyframes lineMove {
  0% {
    left: -40px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -40px;
  }
}

.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, .download-widget-wrap .th-btn.style2:after {
  background-color: var(--theme-color);
}

.download-widget-wrap .th-btn.style2:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.widget_banner {
  background-color: var(--title-color);
  position: relative;
}

.widget_banner .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.widget_banner .widget_title {
  color: var(--white-color);
}

.widget_banner:has(.widget-map) {
  padding: 0;
  line-height: 0px;
}

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

.widget-banner {
  height: 370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 360px) {
  .widget-banner {
    height: 280px;
  }
}

.widget-banner .icon-btn {
  --btn-size: 70px;
  border-radius: 50%;
  background: var(--white-color);
  border: 0;
  margin-bottom: 12px;
}

.widget-banner .text {
  display: block;
  margin-top: -0.4em;
  margin-bottom: 15px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
}

.widget-banner .title {
  color: var(--white-color);
  margin-bottom: 28px;
  position: relative;
}

.widget-banner .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  background: var(--white-color);
  height: 2px;
  width: 50px;
}

.widget-banner .link {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
}

.widget-banner .link ~ .link {
  margin-top: 5px;
}

.widget-banner .link:hover {
  color: var(--title-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .widget-banner .title {
    font-size: 34px;
  }
}

.faq-widget {
  --bs-gutter-x: 10px;
}

.faq-widget textarea.form-control, .faq-widget textarea {
  min-height: 177px;
}

.project-info-list .contact-feature {
  padding: 0px;
  text-align: start;
}

.project-info-list .contact-feature:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.project-info-list .contact-feature .contact-feature_label {
  font-size: 14px;
  font-weight: 700;
  color: var(--body-color);
  margin-bottom: 0;
}

.project-info-list .contact-feature .contact-feature_link {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  margin-bottom: -0.3em;
}

.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);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}

.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  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);
      -ms-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: 5px;
  -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%);
      -ms-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: -webkit-inline-flex;
  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;
}

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

.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 #eee;
  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-calender***/
.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}

.wp-block-calendar table caption {
  color: var(--white-color);
}

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

/******widget_recent_entries******/
.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_rss*******/
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);
}

@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) {
  .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: 40px;
}

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

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

.footer-widget .sidebar-gallery {
  max-width: 287px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  margin: -0.12em 0 40px 0;
}

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

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

.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: "\f324";
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.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: 280px;
  margin-top: -0.3em;
  margin-bottom: 20px;
  border-bottom: 0;
  padding-bottom: 0;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: -0.3em;
  margin-top: 4px;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
  line-height: 1.2;
  color: #9B9B9C;
  font-family: var(--title-font);
}

.footer-widget .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

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

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

.th-widget-about .about-text {
  margin-bottom: 27px;
  margin-top: -0.5em;
}

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

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

/* Extra small devices */
@media (max-width: 575px) {
  .footer-widget .recent-post {
    max-width: 310px;
  }
}

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

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

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

@-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;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: var(--title-color);
  text-transform: uppercase;
}

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

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

.main-menu > ul > li > a {
  padding: 31.5px 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: "\2b";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 1em;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

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

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

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

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

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

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

.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

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

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

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

.main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
  content: "\f068";
}

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

.main-menu ul.sub-menu li a:before {
  content: "\f105";
  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: 16px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 600;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.main-menu ul.sub-menu li a:hover:before {
  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;
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative;
}

.simple-icon .badge {
  padding: 0.20em 0.40em;
  font-size: 0.5em;
  top: -5px;
  right: 0px;
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

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

.header-button .th-btn {
  margin-left: 10px;
}

.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: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 20px 0 0;
}

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

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

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

.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}

.header-links li:not(:last-child):after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: var(--body-color);
  opacity: 0.15;
  position: absolute;
  top: 2px;
  right: -30px;
}

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

.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-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --body-color: #6F6E77;
}

.header-info .icon {
  font-size: 35px;
  color: var(--theme-color);
}

.header-info .header-info-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white-color);
}

.header-info .header-info-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--th-border-color);
}

.dropdown-link {
  position: relative;
}

.dropdown-link > a {
  color: var(--white-color);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-link > a img {
  margin-right: 10px;
}

.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% + 12px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--th-border-color);
}

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

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

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

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

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

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

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

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

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
}

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

.header-layout1 .header-top .container {
  padding-left: 385px;
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.header-layout1 .header-button .icon-btn {
  color: var(--white-color);
}

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

.header-layout1 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  height: 100%;
  z-index: 0;
}

.header-layout1 .logo-bg:before, .header-layout1 .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% - 40px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  z-index: -1;
}

.header-layout1 .logo-bg:after {
  background-color: #A01707;
  left: 30px;
  height: 50px;
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
  z-index: -2;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout1 .logo-bg {
    width: 30%;
  }
}

@media (max-width: 1600px) {
  .header-layout1 .logo-bg {
    width: 19%;
  }
  .header-layout1 .header-logo {
    padding-left: 20px;
  }
  .header-layout1 .header-top .container {
    padding-left: 370px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1 .logo-bg {
    width: 21.2%;
  }
  .header-layout1 .header-logo {
    padding-left: 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-button .th-btn {
    display: none;
  }
  .header-layout1 .header-logo {
    padding-left: 25px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout1 .logo-bg {
    width: 24%;
  }
  .header-layout1 .header-logo {
    padding-left: 0;
  }
  .header-layout1 .header-top .container {
    padding-left: 300px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 27%;
  }
  .header-layout1 .header-links ul li:first-child {
    display: none;
  }
  .header-layout1 .main-menu {
    margin-left: 27px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 50%;
    height: calc(100% - 50px);
    top: unset;
    bottom: 0;
  }
  .header-layout1 .logo-bg:after {
    display: none;
  }
  .header-layout1 .header-logo {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-layout1 .header-logo img {
    max-height: 70px;
  }
  .header-layout1 .header-top .container {
    padding-left: 12px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .logo-bg {
    width: 70%;
  }
}

/*******header-layout2*********/
.header-layout2 .menu-area {
  background: var(--theme-color);
  border-radius: 4px;
  padding: 0 30px;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  margin-top: -90px;
}

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

.header-layout2 .header-button .th-btn {
  border-radius: 4px;
  padding: 21.5px 40px;
}

.header-layout2 .simple-icon {
  color: var(--white-color);
}

.header-layout2 .badge {
  background: var(--white-color);
  color: var(--theme-color);
}

@media (max-width: 1600px) {
  .header-layout2 .th-container {
    --main-container: 1405px;
  }
}

@media (max-width: 1200px) {
  .header-layout2 .header-button .th-btn {
    display: none;
  }
  .header-layout2 .menu-area {
    padding: 0 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .menu-area {
    padding: 0 25px;
  }
  .header-layout2 .menu-area .header-logo {
    width: 174px;
  }
  .header-layout2 .sticky-wrapper .th-container {
    max-width: none;
    padding: 0;
  }
  .header-layout2 .sticky-wrapper .menu-area {
    border-radius: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout2 .menu-area {
    margin-top: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0 15px;
  }
  .header-layout2 .menu-area .th-menu-toggle {
    height: 40px;
    width: 40px;
    background: var(--title-color);
  }
}

/*******header-layout3*********/
.header-layout3 .header-top {
  padding: 18.5px 40px 18.5px 320px;
}

.header-layout3 .header-top .th-social a:hover {
  color: var(--white-color);
}

.header-layout3 .header-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-layout3 .header-links li:not(:last-child):after {
  height: 35px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  right: -40px;
}

.header-layout3 .header-links li:not(:last-child) {
  margin-right: 80px;
}

.header-layout3 .menu-area {
  border-radius: 4px;
  padding: 0 0 0 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-layout3 .menu-area-left {
  width: -webkit-fill-available;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
  background: var(--white-color);
}

.header-layout3 .menu-area-left:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
  height: 100%;
  width: 227px;
  background: var(--white-color);
  -webkit-clip-path: path("M208.829 67.0989C208.338 68.8161 206.769 70 204.983 70H4C1.79086 70 0 68.2091 0 66V4C0 1.79086 1.79086 0 4 0H222.697C225.355 0 227.273 2.54362 226.543 5.09888L208.829 67.0989Z");
          clip-path: path("M208.829 67.0989C208.338 68.8161 206.769 70 204.983 70H4C1.79086 70 0 68.2091 0 66V4C0 1.79086 1.79086 0 4 0H222.697C225.355 0 227.273 2.54362 226.543 5.09888L208.829 67.0989Z");
  z-index: -1;
}

.header-layout3 .main-menu {
  margin-left: -135px;
}

.header-layout3 .main-menu > ul > li > a {
  padding: 21.5px 0;
}

.header-layout3 .header-logo {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-top: -71px;
}

.header-layout3 .header-btn {
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  position: relative;
  z-index: 2;
  padding: 26.5px 50px 26.5px 56px;
  -webkit-clip-path: path("M18.1711 2.90112C18.6617 1.18391 20.2313 0 22.0172 0H223C225.209 0 227 1.79086 227 4V66C227 68.2091 225.209 70 223 70H4.30291C1.6454 70 -0.273252 67.4564 0.456824 64.9011L18.1711 2.90112Z");
          clip-path: path("M18.1711 2.90112C18.6617 1.18391 20.2313 0 22.0172 0H223C225.209 0 227 1.79086 227 4V66C227 68.2091 225.209 70 223 70H4.30291C1.6454 70 -0.273252 67.4564 0.456824 64.9011L18.1711 2.90112Z");
}

.header-layout3 .logo-bg {
  position: absolute;
  top: -90px;
  left: 0;
  width: 18.8%;
  height: calc(100% + 90px);
  z-index: 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%);
}

.header-layout3 .sticky-wrapper.sticky .header-logo {
  margin-top: 0;
  padding: 19.5px 0 19.5px 40px;
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-layout3 .sticky-wrapper.sticky .header-btn:hover {
  color: var(--white-color);
}

.header-layout3 .sticky-wrapper.sticky .header-btn:hover:after, .header-layout3 .sticky-wrapper.sticky .header-btn:hover:before {
  background-color: var(--title-color);
}

@media (max-width: 1600px) {
  .header-layout3 .logo-bg {
    width: 19.8%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout3 .th-container3 {
    max-width: 1380px;
  }
  .header-layout3 .logo-bg {
    width: 22%;
  }
  .header-layout3 .main-menu {
    margin-left: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout3 .th-container3 {
    padding: 0;
  }
  .header-layout3 .menu-area {
    padding: 0 0 0 30px;
  }
  .header-layout3 .header-top {
    padding: 18.5px 40px 18.5px 290px;
  }
  .header-layout3 .logo-bg {
    width: 19.5%;
  }
  .header-layout3 .main-menu {
    margin-left: 42px;
  }
  .header-layout3 .sticky-wrapper.sticky {
    padding-right: 15px;
  }
  .header-layout3 .sticky-wrapper.sticky .header-logo {
    padding: 19.5px 0 19.5px 30px;
  }
}

@media (max-width: 1200px) {
  .header-layout3 .sticky-wrapper.sticky .header-logo {
    padding: 20px 12px;
  }
  .header-layout3 .sticky-wrapper.sticky .header-logo img.logo2 {
    width: 200px;
  }
  .header-layout3 .main-menu {
    margin-left: 30px;
  }
  .header-layout3 .header-btn {
    padding: 26.5px 30px 26.5px 46px;
  }
  .header-layout3 .logo-bg {
    width: 22%;
  }
  .header-layout3 .sticky-wrapper.sticky .main-menu {
    margin-left: 25px;
  }
  .header-layout3 .sticky-wrapper.sticky .logo-bg {
    width: 21%;
  }
  .header-layout3 .main-menu > ul > li {
    margin: 0 12px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout3 .header-logo {
    padding-left: 30px;
  }
  .header-layout3 .header-top {
    padding: 18.5px 40px 18.5px 270px;
  }
  .header-layout3 .logo-bg {
    height: 90px;
    width: 25%;
    background-position: top right !important;
  }
  .header-layout3 .menu-area {
    padding: 0;
  }
  .header-layout3 .sticky-wrapper.sticky .header-btn {
    display: none;
  }
  .header-layout3 .sticky-wrapper.sticky .menu-area-left {
    padding-right: 0;
    margin-right: 0;
  }
  .header-layout3 .sticky-wrapper.sticky .logo-bg {
    top: 0;
    width: 23%;
  }
  .header-layout3 .header-links li:not(:last-child) {
    margin-right: 60px;
  }
  .header-layout3 .header-links li:not(:last-child):after {
    right: -30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout3 .header-top {
    padding: 18.5px 40px 18.5px 40px;
  }
  .header-layout3 .header-logo {
    margin-top: 0;
    padding: 10px 0 10px 30px;
  }
  .header-layout3 .logo-bg {
    top: 0;
    height: 100%;
    width: 35%;
  }
  .header-layout3 .menu-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-layout3 .menu-area-left {
    padding: 7px 20px 7px 0;
    margin-right: 0;
  }
  .header-layout3 .menu-area-left:after {
    display: none;
  }
  .header-layout3 .header-btn {
    display: none;
  }
  .header-layout3 .sticky-wrapper.sticky .logo-bg {
    width: 32%;
  }
  .header-layout3 .sticky-wrapper.sticky .header-logo {
    padding: 12px;
  }
  .header-info .icon {
    font-size: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout3 .header-top {
    display: none;
  }
  .header-layout3 .menu-area {
    margin-top: 0px;
  }
  .header-layout3 .sticky-wrapper.sticky .logo-bg,
  .header-layout3 .logo-bg {
    width: 45%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout3 .sticky-wrapper.sticky .logo-bg,
  .header-layout3 .logo-bg {
    width: 63%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout3 .sticky-wrapper.sticky .logo-bg,
  .header-layout3 .logo-bg {
    width: 65%;
  }
  .header-layout3 .header-logo {
    padding: 10px 0 10px 15px;
  }
  .header-layout3 .menu-area-left {
    padding: 7px 15px 7px 0;
  }
}

@media (max-width: 320px) {
  .header-layout3 .sticky-wrapper.sticky .logo-bg,
  .header-layout3 .logo-bg {
    width: 73%;
  }
}

/* Header 4 ---------------------------------- */
.header-layout4 {
  position: relative;
}

.header-layout4 .main-menu {
  margin-left: 45px;
}

.header-layout4 .header-top {
  background: transparent;
  position: relative;
  z-index: 1;
}

.header-layout4 .header-top:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: var(--title-color);
  height: 100%;
  width: calc(100% - 150px);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}

.header-layout4 .header-top .container {
  padding-left: 55px;
}

.header-layout4 .header-logo {
  position: relative;
  z-index: 2;
}

.header-layout4 .header-button .icon-btn {
  color: var(--white-color);
}

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

.header-layout4 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: -1;
}

.header-layout4 .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, calc(100% - 50px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.header-layout4 .sticky-wrapper.sticky .header-top {
  display: none;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout4 .logo-bg {
    width: 31%;
  }
  .header-layout4 .header-top:after {
    width: calc(100% - 350px);
  }
}

@media (max-width: 1600px) {
  .header-layout4 .logo-bg {
    width: 18%;
  }
  .header-layout4 .header-top:after {
    width: 100%;
  }
  .header-layout4 .main-menu {
    margin-left: 60px;
  }
}

@media (max-width: 1200px) {
  .header-layout4 .header-top .container {
    padding-left: 30px;
  }
  .header-layout4 .header-logo {
    max-width: 175px;
  }
  .header-layout4 .main-menu {
    margin-left: 12px;
  }
  .header-layout4 .main-menu > ul > li {
    margin: 0 12px;
  }
  .header-layout4 .main-menu a {
    font-size: 14px;
  }
  .header-layout4 .logo-bg {
    width: 22%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout4 .header-button .th-btn {
    display: none;
  }
  .header-layout4 .logo-bg {
    width: 27%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout4 .logo-bg {
    width: 37%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout4 .logo-bg {
    width: 46%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout4 .logo-bg {
    width: 53%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout4 .logo-bg {
    width: 60%;
  }
}

@media (max-width: 320px) {
  .header-layout4 .logo-bg {
    width: 70%;
  }
}

/* Header 5 ---------------------------------- */
.header-layout5 .sticky-wrapper {
  background: transparent;
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 68px;
}

.header-layout5 .sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  background: var(--title-color);
}

.header-layout5 .sticky-wrapper.sticky .header-logo {
  margin-top: 0;
}

.header-layout5 .header-top {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 11px 68px 11px 30px;
  margin-left: 332px;
}

.header-layout5 .header-logo {
  margin-top: -50px;
}

.header-layout5 .main-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 55px;
  padding-left: 40px;
}

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

.header-layout5 .header-button {
  height: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
}

.header-layout5 .header-button .simple-icon {
  color: var(--white-color);
}

.header-layout5 .header-links li {
  font-weight: 500;
}

.header-layout5 .header-links li:not(:last-child):after {
  width: 1px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout5 .sticky-wrapper {
    padding: 0 40px;
  }
  .header-layout5 .main-menu {
    margin-left: 30px;
  }
  .header-layout5 .header-top {
    margin-left: 279px;
    padding: 11px 42px 11px 30px;
  }
}

@media (max-width: 1200px) {
  .header-layout5 .header-top {
    margin-left: 249px;
    padding: 11.5px 42px 11.5px 30px;
  }
  .header-layout5 .header-logo {
    margin-top: 0px;
  }
  .header-layout5 .header-button .th-btn {
    display: none;
  }
  .header-layout5 .header-links li {
    font-size: 14px;
  }
  .header-layout5 .main-menu {
    margin-left: 0px;
  }
  .header-layout5 .main-menu a {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout5 .header-button {
    padding-left: 22px;
  }
  .header-layout5 .sticky-wrapper {
    top: 0px;
    padding: 9px 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout5 .sticky-wrapper {
    padding: 9px 20px;
  }
  .header-layout5 .header-logo {
    margin-top: 0px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout5 .sticky-wrapper {
    padding: 4px 0;
  }
}

.unittest-header .header-logo {
  margin: 0;
}

.unittest-header .main-menu {
  margin-left: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .unittest-header .main-menu > ul > li {
    margin: 0 10px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .unittest-header .header-logo {
    margin-top: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .admin-bar .th-header .sticky-wrapper.sticky {
    top: 0;
  }
  .unittest-header .header-logo .logo {
    font-size: 36px;
  }
}

/* Header 6 ---------------------------------- */
.header-layout6 .sticky-wrapper {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  /* Medium devices */
}

@media (min-width: 1200px) {
  .header-layout6 .sticky-wrapper {
    top: 50px;
  }
}

.header-layout6 .sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  background: var(--white-color);
}

.header-layout6 .sticky-wrapper.sticky .header-logo {
  margin-top: 0;
}

.header-layout6 .sticky-wrapper:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--white-color);
  width: calc(100% - 250px);
  height: 100%;
  z-index: -2;
  /* Hight Resoulation devices */
  /* Extra small devices */
}

@media (min-width: 1922px) {
  .header-layout6 .sticky-wrapper:after {
    width: calc(100% - 550px);
  }
}

@media (max-width: 575px) {
  .header-layout6 .sticky-wrapper:after {
    width: calc(100% - 200px);
  }
}

@media (max-width: 991px) {
  .header-layout6 .sticky-wrapper {
    top: 0;
  }
}

.header-layout6 .main-menu {
  margin-left: 100px;
  /* Medium Large devices */
}

.header-layout6 .main-menu > ul > li > a {
  padding: 37px 0;
}

@media (max-width: 1299px) {
  .header-layout6 .main-menu {
    margin-left: 70px;
  }
}

.header-layout6 .menu-area {
  position: relative;
  padding-left: 60px;
  /* Medium devices */
  /* Extra small devices */
}

.header-layout6 .menu-area .logo-bg {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .header-layout6 .menu-area {
    margin-left: -35px;
    padding-left: 50px;
  }
  .header-layout6 .menu-area .logo-bg {
    max-width: 270px;
  }
}

@media (max-width: 575px) {
  .header-layout6 .menu-area {
    margin-left: -12px;
    padding-left: 35px;
  }
  .header-layout6 .menu-area .logo-bg {
    max-width: 240px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout6 .main-menu a {
    font-size: 14px;
  }
}

/* Header 7 ---------------------------------- */
.header-layout7 {
  position: relative;
}

.header-layout7 .menu-area {
  position: relative;
  z-index: 2;
  padding: 0 307px 0 65px;
}

.header-layout7 .menu-area .main-menu {
  margin-left: 140px;
}

.header-layout7 .header-top {
  padding: 16.5px 307px 16.5px 350px;
  background: var(--white-color);
  border-bottom: 1px solid #E6E6E6;
}

.header-layout7 .header-links li, .header-layout7 .header-links span, .header-layout7 .header-links p, .header-layout7 .header-links a {
  color: var(--title-color);
  font-weight: 500;
  font-size: 16px;
}

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

.header-layout7 .header-links li:not(:last-child):after {
  display: none;
}

.header-layout7 .header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}

.header-layout7 .header-logo {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

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

.header-layout7 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.8%;
  height: 100%;
  z-index: 0;
}

.header-layout7 .logo-bg:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  -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-layout7 .sticky-wrapper.sticky .header-logo {
  margin-top: 0;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout7 .logo-bg {
    width: 14.8%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout7 .header-top {
    padding: 16.5px 70px 16.5px 350px;
  }
  .header-layout7 .menu-area {
    padding: 0 70px 0 65px;
  }
  .header-layout7 .logo-bg {
    width: 26.8%;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout7 .header-top {
    padding: 16.5px 50px 16.5px 300px;
  }
  .header-layout7 .menu-area {
    padding: 0 50px;
  }
  .header-layout7 .logo-bg {
    width: 24.8%;
  }
  .header-layout7 .menu-area .main-menu {
    margin-left: 100px;
  }
}

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

/* Large devices */
@media (max-width: 1199px) {
  .header-layout7 .header-top {
    padding: 16.5px 40px 16.5px 255px;
  }
  .header-layout7 .menu-area {
    padding: 18px 40px 18px 30px;
  }
  .header-layout7 .menu-area .main-menu {
    margin-left: 60px;
  }
  .header-layout7 .logo-bg {
    width: 27%;
  }
  .header-layout7 .logo-bg:before {
    -webkit-clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 100%, 0% 100%);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout7 .logo-bg {
    width: 37%;
  }
  .header-layout7 .header-top {
    display: none;
  }
  .header-layout7 .header-logo {
    margin-top: 0;
  }
  .header-layout7 .menu-area {
    padding: 0px 40px 0px 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout7 .logo-bg {
    width: 50%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout7 .menu-area {
    padding: 0 15px;
  }
  .header-layout7 .logo-bg {
    width: 60%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout7 .logo-bg {
    width: 72%;
  }
  .header-layout7 .logo-bg:before {
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
  }
}

/* Header 8 ---------------------------------- */
/* Header 8 ---------------------------------- */
.header-layout8 .th-menu-wrapper2 {
  position: relative;
}

@media (min-width: 1200px) {
  .header-layout8 .th-menu-wrapper2 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
    background: transparent;
  }
}

.header-layout8 .th-menu-wrapper2.sticky-wrapper.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}

@media (min-width: 1200px) {
  .header-layout8 .th-menu-wrapper2.sticky-wrapper.sticky {
    -webkit-animation: none;
            animation: none;
  }
}

.header-layout8 .th-menu-wrapper2 .th-menu-toggle2 {
  position: initial;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 0px;
  display: none;
  border: none;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.header-layout8 .th-menu-wrapper2 .th-menu-toggle2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.header-layout8 .th-menu-wrapper2 .th-menu-area2 {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  max-width: 315px;
  width: 100%;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header-layout8 .th-menu-wrapper2 .th-menu-area2 .th-social {
  margin-top: 60px;
  gap: 30px;
}

.header-layout8 .th-menu-wrapper2 .mobile-logo {
  background: transparent;
  padding-top: 70px;
}

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

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 ul {
  margin: 0;
  padding: 0 0;
}

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

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

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 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;
}

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

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

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

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 ul li ul li {
  padding-left: 20px;
}

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

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 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);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

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

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 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;
}

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

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

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 > ul {
  padding: 0 60px;
}

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

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2::-webkit-scrollbar {
  display: none;
}

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 ul li:not(:last-child) {
  margin-bottom: 40px;
  border: 0;
}

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 ul li a {
  border: 1px solid var(--gray-color);
  padding: 12px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 ul li a:before {
  display: none;
}

.header-layout8 .th-menu-wrapper2 .th-mobile-menu2 ul li a:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout8 .th-menu-wrapper2 .th-mobile-menu2 {
    z-index: -1;
    opacity: 0;
    position: fixed;
    left: -100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 100px;
    max-height: 100vh;
    background: var(--white-color);
    margin-top: 0;
    padding-top: 33px;
    border-right: 3px solid var(--theme-color);
    width: 270px;
    visibility: hidden;
  }
  .header-layout8 .th-menu-wrapper2 .th-mobile-menu2 > ul {
    padding: 0 40px;
  }
  .header-layout8 .th-menu-wrapper2.th-body-visible2 .th-mobile-menu2 {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .header-layout8 .th-menu-wrapper2 .mobile-logo {
    display: block;
    padding: 0px;
  }
  .header-layout8 .th-menu-wrapper2 .th-menu-area2 {
    padding: 20px;
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-layout8 .th-menu-wrapper2 .th-menu-area2 a:focus .th-mobile-menu2 {
    opacity: 0;
    left: -100px;
    visibility: hidden;
  }
  .header-layout8 .th-menu-wrapper2 .th-menu-toggle2 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    display: block;
  }
}

.th-header {
  --link-border-color: var(--th-border-color);
}

.th-header.layout9 .header-top {
  z-index: 1;
  position: relative;
}

.th-header.layout9 .header-top::before {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  width: calc(27% - 14px);
  background-color: var(--theme-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%);
}

.th-header.layout9 .header-links li > i {
  color: white;
}

.th-header.layout9 .header-links li a:hover {
  color: white;
}

.th-header.layout9 .header-links li:not(:last-child)::after {
  opacity: 1;
  height: 1rem;
  background-color: var(--link-border-color);
}

.th-header.layout9 .header-links.sep-none li:not(:last-child)::after {
  display: none;
}

@media (min-width: 1480px) {
  .th-header.layout10 .container-fluid, .th-header.layout15 .container-fluid {
    --bs-gutter-x: 175px;
  }
}

.th-header.layout10 .sticky-wrapper:not(.sticky), .th-header.layout15 .sticky-wrapper:not(.sticky) {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.th-header.layout10 .sticky-wrapper:not(.sticky) .simple-icon, .th-header.layout15 .sticky-wrapper:not(.sticky) .simple-icon {
  color: #fff;
}

.th-header.layout10 .sticky-wrapper:not(.sticky) .badge, .th-header.layout15 .sticky-wrapper:not(.sticky) .badge {
  background-color: var(--title-color);
}

@media (min-width: 768px) {
  .th-header.layout10 .sticky-wrapper:not(.sticky) .th-menu-toggle, .th-header.layout15 .sticky-wrapper:not(.sticky) .th-menu-toggle {
    color: var(--theme-color);
    background-color: #fff;
  }
}

.th-header.layout10 .sticky-wrapper.sticky .th-btn {
  color: #fff;
  background-color: var(--theme-color);
}

.th-header.layout10 .sticky-wrapper.sticky .header-button .simple-icon {
  color: var(--title-color);
}

@media (min-width: 1200px) {
  .th-header.layout10 .sticky-wrapper:not(.sticky) {
    top: 16px;
  }
}

.th-header.layout10 .sticky-wrapper:not(.sticky) .th-menu-toggle {
  color: #fff;
  background-color: var(--theme-color);
}

@media (min-width: 992px) {
  .th-header.layout10 .sticky-wrapper:not(.sticky) .th-menu-toggle {
    color: var(--theme-color);
    background-color: #fff;
  }
}

.th-header.layout10 .sticky-wrapper .header-button .simple-icon {
  color: var(--title-color);
}

@media (min-width: 992px) {
  .th-header.layout10 .sticky-wrapper .header-button .simple-icon {
    color: #fff;
  }
}

.th-header.layout11 .header-logo {
  z-index: 1;
  position: relative;
}

@media (min-width: 1380px) {
  .th-header.layout11 .header-logo {
    padding-bottom: 30px;
  }
}

.th-header.layout11 .header-logo::before {
  content: "";
  left: 50%;
  z-index: -1;
  bottom: 0px;
  width: 275px;
  height: 165px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--title-color);
  -webkit-clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 0 100%, 0 50%);
}

@media (min-width: 768px) {
  .th-header.layout11 .header-logo::before {
    -webkit-clip-path: polygon(50% 50%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
            clip-path: polygon(50% 50%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  }
}

@media (min-width: 1200px) {
  .th-header.layout11 .header-logo::before {
    bottom: -5px;
    height: 195px;
  }
}

@media (min-width: 1380px) {
  .th-header.layout11 .header-logo::before {
    bottom: 0px;
    width: 335px;
  }
}

.th-header.layout11 .sticky-wrapper:not(.sticky) {
  position: relative;
}

.th-header.layout11 .sticky-wrapper:not(.sticky) .header-logo {
  margin-top: -15px;
}

.th-header.layout11 .sticky-wrapper:not(.sticky) .header-logo::before {
  height: 135px;
}

@media (min-width: 1200px) {
  .th-header.layout11 .sticky-wrapper:not(.sticky) .header-logo::before {
    bottom: -12px;
    height: 185px;
  }
}

@media (min-width: 1380px) {
  .th-header.layout11 .sticky-wrapper:not(.sticky) .header-logo::before {
    bottom: -5px;
  }
}

@media (min-width: 1480px) {
  .th-header.layout12 .container-fluid {
    --bs-gutter-x: 120px;
  }
}

@media (min-width: 992px) {
  .th-header.layout12 .header-top {
    z-index: 3;
    position: relative;
  }
}

.th-header.layout12 .sticky-wrapper:not(.sticky) {
  position: relative;
}

@media (min-width: 1200px) {
  .th-header.layout12 .sticky-wrapper:not(.sticky) .header-logo {
    margin-top: -60px;
  }
}

.th-header.layout12 .header-links li:not(:last-child) {
  margin: 0 30px 0 0;
}

.th-header.layout12 .header-links li:not(:last-child)::after {
  right: -15px;
}

.th-header.layout12 .logo-mask {
  top: -59px;
  left: 0px;
  z-index: 4;
  height: 141px;
  position: absolute;
  width: calc(21% + 120px);
  background-color: var(--theme-color);
}

@media (min-width: 575px) {
  .th-header.layout12 .logo-mask {
    width: calc(21% + 100px);
  }
}

@media (min-width: 992px) {
  .th-header.layout12 .logo-mask {
    width: calc(21% + 60px);
  }
}

@media (min-width: 1200px) {
  .th-header.layout12 .logo-mask {
    top: -51px;
    width: calc(21% - 30px);
  }
}

@media (min-width: 1400px) {
  .th-header.layout12 .logo-mask {
    width: calc(21% + 34px);
  }
}

.th-header.layout12 .header-logo {
  z-index: 4;
  position: relative;
}

.th-header.layout13 .sticky-wrapper.sticky, .th-header.layout14 .sticky-wrapper.sticky {
  background-color: var(--title-color);
}

.th-header.layout13 .sticky-wrapper.sticky .main-menu ul.sub-menu, .th-header.layout14 .sticky-wrapper.sticky .main-menu ul.sub-menu {
  background-color: var(--title-color);
}

.th-header.layout13 .sticky-wrapper:not(.sticky), .th-header.layout14 .sticky-wrapper:not(.sticky) {
  top: 0;
  width: 100%;
  position: absolute;
}

@media (min-width: 768px) {
  .th-header.layout13 .sticky-wrapper:not(.sticky), .th-header.layout14 .sticky-wrapper:not(.sticky) {
    top: 50px;
  }
}

.th-header.layout13 .sticky-wrapper:not(.sticky) .sub-menu a, .th-header.layout14 .sticky-wrapper:not(.sticky) .sub-menu a {
  color: var(--title-color);
}

.th-header.layout13 .sticky-wrapper .main-menu a,
.th-header.layout13 .sticky-wrapper .simple-icon, .th-header.layout14 .sticky-wrapper .main-menu a,
.th-header.layout14 .sticky-wrapper .simple-icon {
  color: #fff;
}

.th-header.layout14 .sticky-wrapper:not(.sticky) {
  top: 14px;
}

.th-header.layout14 .sticky-wrapper .th-btn:hover {
  color: var(--theme-color);
}

.th-header.layout14 .sticky-wrapper .th-btn::before, .th-header.layout14 .sticky-wrapper .th-btn::after {
  background-color: #fff;
}

.th-header.layout14 .sticky-wrapper .header-button .simple-icon {
  color: #fff;
}

@media (min-width: 1200px) {
  .th-header.layout15 .container-fluid {
    --bs-gutter-x: 30px;
  }
}

@media (min-width: 1380px) {
  .th-header.layout15 .container-fluid {
    --bs-gutter-x: 100px;
  }
}

@media (min-width: 1520px) {
  .th-header.layout15 .container-fluid {
    --bs-gutter-x: 208px;
  }
}

.th-header.layout15 .sticky-wrapper.sticky {
  background-color: var(--title-color);
}

.th-header.layout15 .sticky-wrapper.sticky .main-menu a,
.th-header.layout15 .sticky-wrapper.sticky .simple-icon {
  color: #fff;
}

.th-header.layout15 .sticky-wrapper.sticky .main-menu ul.sub-menu {
  background-color: var(--title-color);
}

.th-header.layout15 .sticky-wrapper:not(.sticky) {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-color: var(--title-color);
}

@media (min-width: 1200px) {
  .th-header.layout15 .sticky-wrapper:not(.sticky) {
    background-color: transparent;
  }
}

.th-header.layout15 .sticky-wrapper:not(.sticky) .th-btn {
  color: #fff;
  background-color: var(--theme-color);
}

.th-header.layout15 .sticky-wrapper:not(.sticky) .simple-icon {
  color: var(--title-color);
}

@media (max-width: 1200px) {
  .th-header.layout15 .sticky-wrapper:not(.sticky) .simple-icon {
    color: #fff;
  }
}

@media (max-width: 1200px) {
  .th-header.layout15 .sticky-wrapper:not(.sticky) .simple-icon .badge {
    background-color: var(--theme-color);
  }
}

.th-header.layout15 .sticky-wrapper:not(.sticky) .badge {
  background-color: var(--title-color);
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
}

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

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

.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;
  margin-bottom: -0.3em;
  margin-top: -0.3em;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.footer-contact-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-contact_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  min-width: 70px;
  font-size: 30px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.footer-contact_icon:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--title-color);
  border-radius: inherit;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-contact_icon:hover:before {
  top: 0;
  left: 0;
}

.footer-contact_text {
  display: block;
  color: var(--body-color);
  margin-bottom: 5px;
}

.footer-contact_link {
  display: inline-block;
  color: var(--body-color);
  font-size: 20px;
  font-weight: 600;
}

.footer-contact_link:hover {
  color: var(--title-color);
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.info-box:last-child {
  margin-bottom: -5px;
}

.info-box_icon {
  font-size: 20px;
  background-color: transparent;
  color: var(--theme-color);
  text-align: center;
  margin-right: 10px;
}

.info-box_title {
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -0.5em;
}

.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.35em;
  margin-bottom: 0;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

.footer-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding-left: 60px;
}

.footer-newsletter .newsletter-title {
  max-width: 425px;
  margin-bottom: 0;
}

.footer-layout1 {
  background-color: #080e1c;
  --body-color: #CDCDCD;
  overflow: hidden;
}

.footer-layout1 .footer-top {
  background-color: var(--theme-color);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

.footer-layout1 .footer-logo {
  padding: 45px 45px 45px 0;
}

.footer-layout1 .shape-left,
.footer-layout1 .shape-right {
  position: absolute;
  z-index: -1;
}

.footer-layout1 .shape-left {
  top: 0;
  left: 0;
}

.footer-layout1 .shape-right {
  bottom: 65px;
  right: 0;
}

.footer-layout1 .logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  height: 100%;
  width: 33%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
}

.footer-layout1 .logo-bg:before {
  content: "";
  height: 100%;
  width: calc(100% - 10px);
  background-color: var(--title-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
}

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

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

/* Extra small devices */
@media (max-width: 575px) {
  .copyright-wrap {
    background-size: cover;
  }
}

.footer-widget .contact-feature {
  padding: 0 !important;
  background-color: transparent;
  box-shadow: none;
  gap: 15px;
}

.footer-widget .contact-feature:not(:last-child) {
  margin-bottom: 28px;
}

.footer-widget .contact-feature .icon-btn {
  --btn-size: 44px;
  font-size: 16px;
}

.footer-widget .contact-feature_label {
  margin-top: -0.4em;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
}

.footer-widget .contact-feature_link {
  font-size: 18px;
  margin-bottom: -0.4em;
  display: block;
}

.newsletter-widget {
  max-width: 300px;
}

.newsletter-widget .newsletter-form {
  gap: 0;
  position: relative;
}

.newsletter-widget .form-group {
  margin-bottom: 0;
}

.newsletter-widget input {
  border-radius: 4px;
  padding: 0 65px 0 20px;
}

.newsletter-widget input::-webkit-input-placeholder {
  color: #9B9B9C;
}

.newsletter-widget input::-moz-placeholder {
  color: #9B9B9C;
}

.newsletter-widget input:-ms-input-placeholder {
  color: #9B9B9C;
}

.newsletter-widget input::-ms-input-placeholder {
  color: #9B9B9C;
}

.newsletter-widget input::placeholder {
  color: #9B9B9C;
}

.newsletter-widget .th-btn {
  position: absolute;
  right: 0;
  min-width: auto;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 12px;
}

@media (min-width: 576px) {
  .newsletter-widget .th-btn {
    padding: 16.5px 17px;
  }
}

/* footer 2 ---------------------------------- */
.footer-layout2 {
  background-color: var(--title-color);
  --body-color: #CDCDCD;
  -webkit-animation: footer-bg-anime 80s linear infinite;
          animation: footer-bg-anime 80s linear infinite;
  background-repeat: repeat-x;
}

.footer-layout2 .footer-top {
  padding: 60px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-bottom: -91.5px;
  margin-top: 91.5px;
}

.footer-layout2 .sub-title {
  margin-bottom: 17px;
}

.footer-layout2 .sec-title {
  font-size: 30px;
}

.footer-layout2 .copyright-wrap {
  background: #0A0A18;
}

@-webkit-keyframes footer-bg-anime {
  0% {
    background-position: top right;
  }
  100% {
    background-position: top right 2000px;
  }
}

@keyframes footer-bg-anime {
  0% {
    background-position: top right;
  }
  100% {
    background-position: top right 2000px;
  }
}

/* footer 3 ---------------------------------- */
.footer-layout3 {
  --body-color: #363739;
  background-color: var(--smoke-color);
  background-position: bottom;
}

.footer-layout3 .footer-widget .recent-post .post-title,
.footer-layout3 .footer-widget .widget_title {
  color: var(--title-color);
}

.footer-layout3 .copyright-wrap {
  --body-color: #CDCDCD;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout2 .footer-top {
    margin-bottom: -112px;
    margin-top: 112px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .newsletter-form {
    max-width: 400px;
  }
  .newsletter-wrap .newsletter-title {
    font-size: 24px;
  }
  .newsletter-wrap .newsletter-text {
    font-size: 14px;
  }
  .footer-layout2 .footer-top {
    margin-bottom: -131px;
    margin-top: 131px;
    padding: 50px 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .newsletter-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    border-left: none;
    gap: 20px;
  }
  .newsletter-wrap .newsletter-title {
    text-align: center;
  }
  .footer-wrapper .newsletter-form {
    max-width: 550px;
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-layout2 .footer-top {
    margin-bottom: -150px;
    margin-top: 150px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .footer-wrapper .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-layout2 .footer-top {
    margin-bottom: -170px;
    margin-top: 170px;
    padding: 50px 35px;
  }
}

/* footer 5 ---------------------------------- */
.footer-layout5 {
  background-color: #080e1c;
  --body-color: #CDCDCD;
  overflow: hidden;
}

.footer-layout5 .footer-top {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  border-bottom: 1px solid #363739;
}

/* footer 6 ---------------------------------- */
.footer-layout6 {
  background-color: #080e1c;
  --body-color: #CDCDCD;
  overflow: hidden;
}

.footer-layout6 .footer-top {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  border-bottom: 1px solid #363739;
}

.footer-layout6 .info-box_title {
  color: var(--white-color);
}

.footer-layout6 .copyright-wrap {
  background: #0A0A18;
}

.footer-wrapper .contact-link {
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .footer-wrapper .contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .footer-wrapper .contact-link {
    gap: 40px;
  }
}

.footer-wrapper .contact-link li {
  position: relative;
}

@media (min-width: 768px) {
  .footer-wrapper .contact-link li:not(:first-child)::after {
    top: 50%;
    width: 1px;
    left: -10px;
    height: 10px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #363739;
  }
}

@media (min-width: 992px) {
  .footer-wrapper .contact-link li:not(:first-child)::after {
    left: -20px;
    height: 20px;
  }
}

.footer-wrapper .contact-link li a {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: var(--gray-color);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media (min-width: 1200px) {
  .footer-wrapper .contact-link li a {
    font-size: 16px;
  }
}

.footer-wrapper .contact-link li a:hover {
  color: var(--theme-color);
}

.footer-wrapper .contact-link li a i {
  margin-right: .625rem;
  color: var(--theme-color);
}

.footer-wrapper.layout-7 {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-color: var(--title-color);
}

.footer-wrapper.layout-7 .footer-top {
  padding: 30px;
  border: 1px solid #43434e;
}

@media (min-width: 1200px) {
  .footer-wrapper.layout-7 .footer-top {
    padding: 30px 40px;
  }
}

@media (min-width: 992px) {
  .footer-wrapper.layout-7 .contact-link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer-wrapper.layout-7 .footer-widget.widget_nav_menu a {
  color: var(--th-border-color);
}

.footer-wrapper.layout-7 .footer-text {
  color: #fff;
}

.footer-wrapper.layout-7 .footer-links a,
.footer-wrapper.layout-7 .copyright-text {
  color: #CDCDCD;
}

.footer-wrapper.layout-7 .copyright-wrap {
  background-color: #0A0A18;
}

.footer-wrapper.layout-8 {
  background-color: var(--title-color);
}

.footer-wrapper.layout-8 .footer-top {
  padding: 30px;
  padding-top: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--theme-color);
}

@media (min-width: 992px) {
  .footer-wrapper.layout-8 .footer-top {
    padding: 60px;
  }
}

.footer-wrapper.layout-8 .footer-text,
.footer-wrapper.layout-8 .footer-widget.widget_nav_menu a {
  color: #CDCDCD;
}

.footer-wrapper.layout-8 .contact-link li {
  gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrapper.layout-8 .contact-link li::after {
  display: none;
}

.footer-wrapper.layout-8 .contact-link li i {
  color: #fff;
  font-size: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.footer-wrapper.layout-8 .contact-link li h6 {
  margin: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.footer-wrapper.layout-8 .contact-link li a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

.footer-wrapper.layout-8 .copyright-wrap {
  background-color: #0A0A18;
}

/* footer 7 ---------------------------------- */
.footer-layout7 {
  background-color: #141422;
}

.footer-layout7 .footer-widget.widget_nav_menu a,
.footer-layout7 .copyright-text,
.footer-layout7 .about-text {
  color: #CDCDCD;
}

.footer-layout7 .copyright-wrap {
  background-color: #0A0A18;
}

.phone-card {
  gap: 18px;
  padding: 7px;
  padding-right: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #363739;
}

.phone-card:hover a {
  color: var(--theme-color);
}

.phone-card .icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--theme-color);
  background-color: #fff;
}

.phone-card .icon i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.phone-card a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

/* footer 8 ---------------------------------- */
.footer-layout8 .info-box_text,
.footer-layout8 .info-box_link,
.footer-layout8 .copyright-text,
.footer-layout8 .footer-links a,
.footer-layout8 .th-widget-about .about-text,
.footer-layout8 .footer-widget.widget_nav_menu a {
  color: #CDCDCD;
}

.footer-layout8 .info-box_title {
  color: #fff;
}

.footer-layout8 .copyright-wrap {
  background-color: #0A0A18;
}

.footer-layout8 .newsletter {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer-layout8 .newsletter {
    margin-bottom: 40px;
  }
}

.footer-layout8 .newsletter .form-control {
  color: #fff;
  background-color: transparent;
  border: 1px solid var(--gray-color);
}

.footer-layout8 .newsletter .form-control::-webkit-input-placeholder {
  color: var(--gray-color);
}

.footer-layout8 .newsletter .form-control::-moz-placeholder {
  color: var(--gray-color);
}

.footer-layout8 .newsletter .form-control:-ms-input-placeholder {
  color: var(--gray-color);
}

.footer-layout8 .newsletter .form-control::-ms-input-placeholder {
  color: var(--gray-color);
}

.footer-layout8 .newsletter .form-control::placeholder {
  color: var(--gray-color);
}

@media (min-width: 1200px) {
  .footer-layout8 .newsletter-title {
    color: #fff;
    font-size: 30px;
    max-width: 338px;
    line-height: 40px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 50px;
  }
}

/* footer 9 ---------------------------------- */
.footer-layout9 {
  padding-top: 80px;
  background-color: #141422;
}

.footer-layout9 .widget-area {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #363739;
}

@media (min-width: 1200px) {
  .footer-layout9 .widget-area {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .footer-layout9 .newsletter-form,
  .footer-layout9 .newsletter-widget {
    max-width: none;
  }
}

.footer-layout9 .copyright-text,
.footer-layout9 .footer-widget.widget_nav_menu a,
.footer-layout9 .footer-links a {
  color: #CDCDCD;
}

/* footer 11 ---------------------------------- */
.footer-layout11 {
  position: relative;
  background-color: var(--title-color);
}

.footer-layout11::before, .footer-layout11::after {
  display: none;
}

@media (min-width: 992px) {
  .footer-layout11::before, .footer-layout11::after {
    z-index: 1;
    content: "";
    right: 0px;
    display: block;
    position: absolute;
  }
}

.footer-layout11::after {
  top: 0;
  width: 50px;
  height: 100%;
  background-color: var(--theme-color);
}

@media (min-width: 1480px) {
  .footer-layout11::after {
    width: 100px;
  }
}

.footer-layout11::before {
  content: '';
  top: auto;
  left: auto;
  width: 30%;
  bottom: 0px;
  height: 100px;
  background-color: var(--theme-color);
}

.footer-layout11 .info-box_title {
  color: #fff;
}

.footer-layout11 .footer-widget.widget_nav_menu a,
.footer-layout11 .th-widget-about .about-text,
.footer-layout11 .copyright-text,
.footer-layout11 .info-box_text,
.footer-layout11 .info-box_link {
  color: #CDCDCD;
}

.footer-layout11 .copyright-wrap {
  position: relative;
  background-color: #0A0A18;
}

.footer-layout11 .copyright-wrap .th-social {
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .footer-layout11 .copyright-wrap .th-social {
    margin-top: -35px;
    padding-right: 90px;
  }
}

@media (min-width: 1480px) {
  .footer-layout11 .copyright-wrap .th-social {
    padding-right: 0px;
  }
}

.footer-layout11 .copyright-wrap .th-social a {
  color: var(--title-color);
  background-color: #fff;
}

.footer-layout11 .copyright-wrap .th-social a:hover {
  color: var(--theme-color);
  background-color: #fff;
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 32px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}

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

.breadcumb-menu li:after {
  content: "\f101";
  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: 700;
  font-family: var(--title-font);
  font-size: 20px;
  color: var(--white-color);
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.22em 0 -0.14em 0;
  line-height: 1.1;
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 138px 0;
  overflow: hidden;
}

.breadcumb-wrapper:before {
  z-index: -1;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }
  .breadcumb-menu {
    margin: 20px 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: 120px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

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

/*------------------- 4.5. Pagination  -------------------*/
.th-pagination {
  margin-bottom: 40px;
  padding-top: 20px;
}

.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: 1px solid var(--theme-color);
  color: var(--theme-color);
  background-color: transparent;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
}

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

/* Medium devices */
@media (max-width: 991px) {
  .th-pagination {
    padding-top: 0;
  }
}

/* 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 ---------------------*/
blockquote,
.wp-block-quote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  background-color: var(--smoke-color);
  padding: 40px 40px 30px;
  margin: 30px 0 40px;
  line-height: 30px;
  border: none !important;
  border-radius: 0px;
}

blockquote p,
blockquote pre,
.wp-block-quote p,
.wp-block-quote pre {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: -0.5em;
  margin-bottom: 0;
}

blockquote p a,
blockquote pre a,
.wp-block-quote p a,
.wp-block-quote pre a {
  color: inherit;
}

blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 80px;
  bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: normal;
  color: var(--theme-color);
  background-color: transparent;
  width: auto;
  height: auto;
  text-align: center;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

blockquote cite,
.wp-block-quote cite {
  display: inline-block;
  font-size: 18px !important;
  font-family: var(--title-font);
  position: relative;
  padding-left: 40px;
  line-height: 1;
  font-weight: 700;
  margin-top: 20px;
  font-style: normal;
  color: var(--title-color);
  white-space: nowrap;
}

blockquote cite:before,
.wp-block-quote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 4px;
  border-top: 4px solid var(--theme-color);
}

blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.has-text-align-right {
  padding: 50px 40px 38px 165px;
}

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 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.is-large p, blockquote.is-style-large p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  margin-bottom: -0.4em;
}

blockquote.is-large cite:before, blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  top: unset;
  bottom: 10px;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  content: "\f10d";
  right: unset;
  left: 80px;
}

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

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

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 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: 100px 15px 30px 15px;
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    font-size: 16px;
  }
  blockquote cite,
  .wp-block-quote cite {
    margin-top: 23px;
  }
  blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right,
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 30px 120px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right,
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.has-text-align-right {
    padding: 100px 20px 30px 20px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
}

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  position: relative;
  margin-right: 16px;
}

.blog-meta span:after,
.blog-meta a:after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: var(--th-border-color);
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  display: none;
}

.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

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

.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: 32px;
  font-size: 24px;
}

.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 8px;
}

.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  background-color: var(--smoke-color);
  overflow: hidden;
}

.blog-single .blog-title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.333;
  font-weight: 700;
}

.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(--smoke-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 11px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 40px;
  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);
}

.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
}

.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

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

.blog-details .blog-single {
  background: transparent;
  border: 1px solid var(--th-border-color);
}

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

.share-links {
  margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border-top: 1px solid var(--th-border-color);
  border-bottom: 1px solid var(--th-border-color);
  padding: 30px 0;
}

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 20px;
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
  background: var(--smoke-color);
}

.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background: var(--theme-color);
}

.blog-author {
  background: var(--smoke-color);
  margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.blog-author .auhtor-img {
  border-radius: 50%;
}

.blog-author .auhtor-img img {
  border-radius: 50%;
}

.blog-author .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}

.blog-author .media .media-body .th-social {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-author .author-name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3px;
}

.blog-author .author-name a {
  color: var(--title-color);
}

.blog-author .author-name a:hover {
  color: var(--theme-color);
}

.blog-author .author-desig {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
}

.blog-author .author-text {
  margin-bottom: -0.3em;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-content {
    padding: 40px 20px;
  }
  .blog-single .blog-title {
    font-size: 28px;
  }
  .share-links {
    --blog-space-x: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-author {
    display: block;
    --blog-space-y: 20px;
  }
  .blog-author .auhtor-img {
    margin-bottom: 25px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-single .blog-content {
    padding: 40px;
  }
  .blog-author,
  .share-links {
    --blog-space-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-author,
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single .blog-content {
    padding: 30px 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
  .blog-single .blog-meta span,
  .blog-single .blog-meta a {
    padding-right: 3px;
  }
  .blog-single .blog-meta span:after,
  .blog-single .blog-meta a:after {
    display: none;
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  blockquote,
  .wp-block-quote {
    padding: 20px 20px 30px;
  }
  blockquote:before,
  .wp-block-quote:before {
    right: 30px;
  }
  .blog-author {
    padding: 20px;
  }
}

.card.card-blog {
  --th-card-border-radius: 10px;
  --th-card-title-font-size: 24px;
  --th-card-title-line-height: 34px;
}

.card.card-blog .date {
  left: 30px;
  bottom: -32px;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 9.8px 12px 24.2px;
  background-color: var(--theme-color);
}

.card.card-blog .date > span,
.card.card-blog .date p {
  color: #fff;
}

.card.card-blog .date > span {
  top: 50%;
  left: -5px;
  line-height: 1;
  display: inline;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.card.card-blog .date p {
  font-size: 18px;
  line-height: 1;
}

.card.card-blog .date p span {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.card.card-blog .clip-art {
  right: 0;
  bottom: 0;
  z-index: -1;
  padding: 4px;
  position: absolute;
}

.card.card-blog .card-img-top {
  position: relative;
  border-top-left-radius: var(--th-card-border-radius);
  border-top-right-radius: var(--th-card-border-radius);
  border-bottom: 4px solid var(--theme-color);
}

.card.card-blog .card-img-top img {
  width: 100%;
  border-radius: inherit;
}

.card.card-blog .card-body {
  z-index: 1;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  border: 1px solid var(--th-border-color);
  border-top: 0;
  border-bottom-left-radius: var(--th-card-border-radius);
  border-bottom-right-radius: var(--th-card-border-radius);
}

.card.card-blog .card-body p {
  color: #363739;
  margin-top: 15px;
  margin-bottom: 18px;
}

.card.card-blog .card-title {
  font-weight: bold;
  margin-bottom: 14px;
  background-size: 0 2px;
  color: var(--title-color);
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-position: bottom left;
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
}

.card.card-blog .card-title:hover {
  background-size: 100% 2px;
}

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

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

.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: var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
}

.th-comments-wrap {
  --border-color: #cdcdcd;
  padding-top: 0px;
  margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--th-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;
}

.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: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.th-comments-wrap .comment-avater img {
  width: 100%;
  border-radius: 50%;
}

.th-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.th-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--body-color);
}

.th-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
  color: var(--theme-color);
}

.th-comments-wrap .name {
  margin-bottom: 8px;
  font-size: 20px;
}

.th-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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-bottom: -0.46em;
}

.th-comments-wrap .reply_and_edit a {
  margin-right: 0px;
}

.th-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.th-comments-wrap .reply_and_edit .comment-edit-link {
  -webkit-transform: translate(-105px, 0);
      -ms-transform: translate(-105px, 0);
          transform: translate(-105px, 0);
}

.th-comments-wrap .reply_and_edit .comment-edit-link:first-child {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.th-comments-wrap .reply-btn {
  font-weight: 700;
  font-size: 14px;
  color: var(--white-color);
  display: inline-block;
  background: var(--title-color);
  border-radius: 4px;
  text-transform: uppercase;
  padding: 5px 17px;
  position: absolute;
  right: 0;
  top: 0;
}

.th-comments-wrap .reply-btn i {
  margin-right: 7px;
}

.th-comments-wrap .reply-btn:hover {
  background: 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(--th-border-color);
}

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

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

/* Large devices */
@media (max-width: 1199px) {
  .blog-comment-area {
    --blog-space-y: 20px;
    --blog-space-x: 20px;
  }
  .th-comments-wrap,
  .th-comment-form {
    --blog-space-x: 20px;
  }
  .th-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-comment-area {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
  .th-comment-form, .th-comments-wrap {
    --blog-space-x: 40px;
  }
  .th-comments-wrap .comment-avater {
    margin-right: 20px;
  }
  .th-comments-wrap .name {
    font-size: 18px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-comment-area {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .th-comment-form, .th-comments-wrap {
    --blog-space-x: 20px;
  }
  .th-comments-wrap .name {
    font-size: 16px;
  }
  .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;
  }
}

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

.th-hero-wrapper .slick-arrow {
  --pos-x: 110px;
  box-shadow: none;
}

.th-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

.th-hero-wrapper .slick-dots li {
  display: block;
  margin: 0;
}

.th-hero-wrapper .slick-dots li ~ li {
  margin: 15px 0 0 0;
}

.th-hero-wrapper .slick-dots button {
  height: 6px;
  width: 6px;
  background: var(--theme-color);
}

.th-hero-wrapper .slick-dots button:before {
  background: transparent;
  border: 2px solid var(--theme-color);
}

@media (max-width: 1600px) {
  .th-hero-wrapper .slick-arrow {
    --pos-x: 50px
    ;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .th-hero-wrapper .slick-arrow {
    --pos-x: 40px;
  }
}

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

@-webkit-keyframes anim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes anim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.th-hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
}

/* Hero 1 ---------------------------------- */
.hero-slider-1 .slick-arrow {
  --pos-x: 110px;
  box-shadow: none;
  -webkit-transform: translate(0, calc(50% + 5px));
      -ms-transform: translate(0, calc(50% + 5px));
          transform: translate(0, calc(50% + 5px));
}

.hero-slider-1 .slick-arrow.slick-next {
  left: var(--pos-x);
  -webkit-transform: translate(0, calc(-50% - 5px));
      -ms-transform: translate(0, calc(-50% - 5px));
          transform: translate(0, calc(-50% - 5px));
}

.hero-video-1 .play-btn > i {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  color: var(--title-color);
  font-size: var(--icon-font-size, 20px);
}

.hero-video-1 .play-btn > i:hover {
  color: var(--white-color);
}

.hero-subtitle {
  font-family: var(--body-font);
  color: var(--theme-color);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: -0.24em;
}

.hero-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 0;
}

.hero-title:last-of-type {
  margin-bottom: 35px;
}

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

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 200px 0;
  max-width: 710px;
}

/************hero-2***********/
.hero-2 {
  background: #F3F1F2;
  position: relative;
  overflow: hidden;
}

.hero-2 .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}

.hero-style2 {
  padding: 273px 0 185px;
}

.hero-style2 .hero-title {
  font-weight: 800;
  margin-bottom: 18px;
}

.hero-style2 .hero-text {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  max-width: 630px;
}

.hero-3 {
  margin-top: -160px;
}

.hero-3 .th-hero-bg {
  z-index: 0;
}

.hero-style3 {
  padding: calc(160px + 173px) 0 270px;
}

.hero-style4 {
  position: relative;
  z-index: 6;
  padding: 200px 0;
  max-width: 710px;
}

.hero-style5 {
  padding: 330px 0 180px;
}

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

.hero-style5 .hero-text {
  max-width: 700px;
}

@media (max-width: 1600px) {
  .hero-slider-1 .slick-arrow {
    --pos-x: 50px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-1 .th-hero-bg {
    background-position: -150px center;
  }
  .hero-2 .banner-anime-img img {
    object-fit: cover;
    object-position: left;
  }
}

@media (max-width: 1400px) {
  .hero-style4,
  .hero-style1 {
    padding: 180px 0;
  }
  .hero-title {
    font-size: 66px;
    line-height: normal;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-2 .banner-anime-img {
    margin: 0;
  }
  .hero-2 .banner-anime-img img {
    object-fit: cover;
    object-position: center;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style1 {
    padding: 150px 0;
  }
  .hero-1 .th-hero-bg {
    background-position: -118px center;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 60px;
  }
  .hero-style3 {
    padding: calc(160px + 120px) 0 221px;
  }
  .hero-1 .th-hero-bg {
    background-position: -115px center;
  }
  .hero-style4 {
    padding: 120px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 45px;
    line-height: 1.2;
  }
  .hero-1 .hero-slider-1 .th-hero-slide {
    padding-bottom: 110px;
  }
  .hero-style1 {
    padding: 110px 0 50px;
    text-align: center;
  }
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style1 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-video-1 .play-btn > i {
    --icon-size: 60px
    ;
  }
  .hero-style2 .hero-text {
    font-size: 16px;
  }
  .hero-style2 {
    padding: 140px 0;
  }
  .hero-style3 {
    padding: calc(175px + 120px) 0 221px;
  }
  .hero-style5 {
    padding: 250px 0 150px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-title {
    font-size: 48px;
  }
  .hero-style2 {
    text-align: center;
    padding: 140px 0 80px;
  }
  .hero-style2 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style3 {
    padding: 120px 0 215px;
  }
  .hero-3 {
    margin-top: 0;
  }
  .hero-4 .th-hero-bg {
    background-position: left;
  }
  .hero-style4 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }
  .hero-style4 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-2 .banner-img {
    background-position: left;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .hero-title {
    font-size: 42px;
    line-height: 1.24;
  }
  .hero-title:last-of-type {
    margin-bottom: 30px;
  }
  .hero-text {
    margin-bottom: 28px;
  }
  .hero-2 .banner-anime-img img {
    object-position: left;
  }
  .hero-style2 {
    padding: 120px 0;
  }
  .hero-style4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-style5 {
    padding: 208px 0 120px;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: 40px;
    line-height: 1.3;
  }
  .hero-style4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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

/************hero-6***********/
.hero-6 {
  position: relative;
  /* Medium devices */
}

.hero-6 .th-hero-bg {
  z-index: 0;
}

.hero-6 .hero-slider-indicator {
  position: absolute;
  right: 150px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 10px));
      -ms-transform: translateY(calc(-50% + 10px));
          transform: translateY(calc(-50% + 10px));
  /* Medium Large devices */
  /* Large devices */
}

.hero-6 .hero-slider-indicator .indicator-btn {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 10px;
}

.hero-6 .hero-slider-indicator .indicator-btn img {
  border-radius: 50%;
}

.hero-6 .hero-slider-indicator .indicator {
  position: absolute;
  height: 100px;
  width: 100px;
  border: 4px solid var(--theme-color);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: var(--pos-x);
  top: calc(var(--pos-y) + 10px);
}

@media (max-width: 1600px) {
  .hero-6 .hero-slider-indicator {
    right: 80px;
  }
}

@media (max-width: 1399px) {
  .hero-6 .hero-slider-indicator {
    right: 50px;
  }
  .hero-6 .hero-slider-indicator .indicator-btn img {
    width: 80px;
  }
  .hero-6 .hero-slider-indicator .indicator {
    height: 80px;
    width: 80px;
  }
}

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

@media (max-width: 991px) {
  .hero-6 .th-hero-slide {
    padding-bottom: calc(178px + 70px);
  }
}

.hero-style6 {
  padding: 258px 0 250px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-style6 {
    padding: 200px 0 50px;
  }
}

/************hero-7***********/
.hero-7 {
  background-position: bottom left;
}

.hero-7 .hero-7-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.hero-7 .hero-7-thumb img {
  object-fit: cover;
  object-position: left;
  height: 100%;
}

.hero-style7 {
  padding: 200px 0;
}

.hero-style7 .hero-title {
  font-weight: 800;
  margin-top: -0.2em;
}

.hero-style7 .hero-title:last-of-type {
  margin-bottom: 18px;
}

.hero-style7 .hero-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  max-width: 567px;
  margin-bottom: 30px;
}

.hero-style7 .newsletter-form {
  max-width: 464px;
  background: var(--theme-color);
  border-radius: 4px;
  position: relative;
  padding-left: 4px;
  margin-bottom: 35px;
}

.hero-style7 .newsletter-form input {
  border: 0 !important;
  padding: 0 170px 0 30px;
}

.hero-style7 .newsletter-form .th-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 17px 30px;
}

.hero-style7 .hero-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-style7 .hero-profile .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 2px;
}

.hero-style7 .hero-profile .ratting {
  font-size: 16px;
  font-weight: 300;
  color: var(--white-color);
}

.hero-style7 .hero-profile .ratting span {
  margin-right: 8px;
}

.hero-style7 .hero-profile .ratting i {
  color: #F8BC26;
  font-size: 15px;
}

@media (max-width: 1700px) {
  .hero-7 .hero-7-thumb {
    width: 800px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-7 .hero-7-thumb {
    width: 680px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-style7 {
    padding: 150px 0;
  }
  .hero-7 .hero-7-thumb {
    width: 610px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-7 {
    background-position: center;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-7 .hero-7-thumb {
    width: 480px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style7 {
    padding: 120px 0;
  }
  .hero-7 .hero-7-thumb {
    width: 360px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-7 {
    background-position: left;
  }
  .hero-7 .hero-7-thumb {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style7 {
    padding: 100px 0;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style7 .newsletter-form {
    background: transparent;
    padding: 0;
  }
  .hero-style7 .newsletter-form .th-btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
    top: 0;
    right: 0;
  }
  .hero-style7 .newsletter-form input {
    padding: 0 30px;
  }
  .hero-style7 .hero-profile .title {
    font-size: 18px;
  }
}

/************hero-8***********/
.hero-8 {
  position: relative;
  /* Medium Large devices */
  /* Small devices */
}

.hero-8 .th-hero-bg {
  z-index: 0;
}

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

.hero-8 .hero-slider-indicator {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 10px));
      -ms-transform: translateY(calc(-50% + 10px));
          transform: translateY(calc(-50% + 10px));
  /* Medium Large devices */
  /* Large devices */
}

.hero-8 .hero-slider-indicator .indicator-btn {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 10px;
  height: 80px;
  width: 80px;
}

.hero-8 .hero-slider-indicator .indicator-btn img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-8 .hero-slider-indicator .indicator {
  position: absolute;
  height: 80px;
  width: 80px;
  border: 4px solid var(--theme-color);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: var(--pos-x);
  top: calc(var(--pos-y) + 10px);
}

.hero-8 .hero-slider-indicator .indicator ~ .indicator {
  display: none !important;
}

@media (max-width: 1600px) {
  .hero-8 .hero-slider-indicator {
    right: 80px;
  }
}

@media (max-width: 1399px) {
  .hero-8 .hero-slider-indicator {
    right: 50px;
  }
  .hero-8 .hero-slider-indicator .indicator-btn img {
    width: 80px;
  }
  .hero-8 .hero-slider-indicator .indicator {
    height: 80px;
    width: 80px;
  }
}

@media (max-width: 1199px) {
  .hero-8 .hero-slider-indicator {
    display: none;
  }
}

.hero-8 .hero-video-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--title-color);
  position: absolute;
  right: 0;
  bottom: 0;
  gap: 30px;
  padding: 0 50px 0 0;
}

.hero-8 .hero-video-wrap .play-btn > i {
  border-radius: 0;
  --icon-size: 140px;
  --icon-font-size: 24px;
  background: var(--theme-color);
  color: var(--white-color);
}

.hero-8 .hero-video-wrap .play-btn:after, .hero-8 .hero-video-wrap .play-btn:before {
  border-radius: 0;
  display: none;
}

.hero-8 .hero-video-wrap .hero-contact-wrap .title {
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.hero-8 .hero-video-wrap .hero-contact-wrap .title i {
  color: var(--theme-color);
  margin-right: 10px;
}

.hero-8 .hero-video-wrap .hero-contact-wrap h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.hero-8 .hero-video-wrap .hero-contact-wrap h6 a {
  color: var(--gray-color);
}

.hero-8 .hero-video-wrap .hero-contact-wrap h6 a:hover {
  color: var(--theme-color);
}

.hero-8 .hero-video-wrap .hero-contact-wrap:not(:last-child) {
  border-right: 1px solid var(--body-color);
  padding-right: 30px;
}

@media (max-width: 1399px) {
  .hero-8 .hero-video-wrap .play-btn > i {
    --icon-size: 90px;
  }
}

@media (max-width: 767px) {
  .hero-8 .hero-video-wrap {
    display: none;
  }
}

.hero-style8 {
  padding: 233px 0 250px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

.hero-style8 .hero-title {
  font-weight: 800;
}

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

@media (max-width: 1399px) {
  .hero-style8 {
    padding: 163px 0 250px;
  }
  .hero-style8 .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 1299px) {
  .hero-style8 .hero-title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .hero-style8 {
    padding: 113px 0 120px;
  }
  .hero-style8 .hero-title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-style8 {
    padding: 93px 0 100px;
  }
}

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

/************hero-9***********/
.hero-9 {
  padding: 60px 0px;
}

@media (min-width: 992px) {
  .hero-9 {
    padding: 120px 0px;
  }
}

@media (min-width: 1200px) {
  .hero-9 {
    padding: 0px;
  }
}

.hero-9 .shape-mockup {
  z-index: 1;
  position: absolute;
}

@media (min-width: 1200px) {
  .hero-9 .info p {
    max-width: 600px;
  }
}

.hero-9 .hero-thumb {
  margin-left: -155px;
}

@media (min-width: 1560px) {
  .hero-9 .hero-thumb {
    margin-left: -45px;
  }
}

.hero-9 .card {
  --th-card-padding-x: 15px;
  --th-card-border-radius: 8px;
}

@media (min-width: 575px) {
  .hero-9 .card {
    --th-card-padding-x: 40px;
    --th-card-padding-y: 40px;
  }
}

@media (min-width: 1200px) {
  .hero-9 .card {
    bottom: 0;
    width: 395px;
    right: -118px;
    position: absolute;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media (min-width: 1300px) {
  .hero-9 .card {
    right: -118px;
  }
}

@media (min-width: 1560px) {
  .hero-9 .card {
    right: -225px;
  }
}

.hero-9 .card .form-control {
  color: #fff;
  height: 50px;
  border-color: #fff;
  padding: 0px 30px 0px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-9 .card .form-control::-webkit-input-placeholder {
  color: inherit;
}

.hero-9 .card .form-control::-moz-placeholder {
  color: inherit;
}

.hero-9 .card .form-control:-ms-input-placeholder {
  color: inherit;
}

.hero-9 .card .form-control::-ms-input-placeholder {
  color: inherit;
}

.hero-9 .card .form-control::placeholder {
  color: inherit;
}

.hero-9 .card textarea.form-control {
  padding-top: 20px;
}

.hero-9 .card .th-btn {
  padding-left: 0px;
  padding-right: 0px;
}

/************hero-10***********/
.hero-10 {
  z-index: 1;
  padding-top: 80px;
  position: relative;
}

@media (min-width: 1200px) {
  .hero-10 {
    padding-top: 120px;
  }
}

@media (min-width: 1400px) {
  .hero-10 {
    padding-top: 120px;
  }
}

.hero-10 .content-right {
  display: none;
}

@media (min-width: 992px) {
  .hero-10 .content-right {
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    position: absolute;
    width: calc(31% + 30px);
    background-color: var(--theme-color);
  }
}

.hero-10 .content-slider-bg {
  top: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .hero-10 .content-slider-bg {
    width: 80%;
  }
}

@media (min-width: 1400px) {
  .hero-10 .content-slider-bg {
    width: calc(80% + 80px);
  }
}

.hero-10 .content-slider-bg .shape-mockup {
  z-index: 2;
}

.hero-10 .hero-thumb {
  display: none;
  position: relative;
}

@media (min-width: 992px) {
  .hero-10 .hero-thumb {
    z-index: 3;
    display: block;
  }
}

.hero-10 .marquee-area {
  z-index: -1;
  position: relative;
  background-color: var(--smoke-color);
}

.hero-10 .marquee-wrap {
  padding: 45px 0;
}

.hero-10 .marquee-wrap .marquee__group .m-item {
  margin-bottom: 0;
  margin-right: 25px;
  display: inline-block;
}

@media (min-width: 768px) {
  .hero-10 .marquee-wrap .marquee__group .m-item {
    margin-right: 50px;
  }
}

.hero-10 .marquee-wrap .marquee__group .m-item img {
  margin-right: 20px;
  margin-bottom: 8px;
}

.hero-10 .marquee-wrap .marquee__group .m-item a {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.25em;
  -webkit-text-stroke: 1px;
  color: var(--title-color);
  font-family: var(--title-font);
  -webkit-text-fill-color: transparent;
}

.hero-style10 {
  z-index: 6;
  padding: 80px 0px;
  position: relative;
}

@media (min-width: 768px) {
  .hero-style10 {
    max-width: 575px;
  }
}

@media (min-width: 992px) {
  .hero-style10 {
    max-width: 710px;
  }
}

.hero-slider-10 .slick-arrow {
  --pos-x: 110px;
  --icon-size: 40px;
  --border-pos: 0deg;
  box-shadow: none;
  border-radius: 0px;
  color: var(--theme-color);
  -webkit-transform: translate(0, calc(50% + 5px));
      -ms-transform: translate(0, calc(50% + 5px));
          transform: translate(0, calc(50% + 5px));
}

.hero-slider-10 .slick-arrow.slick-prev::before, .hero-slider-10 .slick-arrow.slick-next::before {
  left: 50%;
  content: '';
  width: 2px;
  height: 54px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-linear-gradient(var(--border-pos), var(--theme-color) 0%, rgba(230, 58, 39, 0) 100%);
  background: linear-gradient(var(--border-pos), var(--theme-color) 0%, rgba(230, 58, 39, 0) 100%);
}

.hero-slider-10 .slick-arrow.slick-next::before {
  bottom: calc(100% + 10px);
}

.hero-slider-10 .slick-arrow.slick-prev::before {
  --border-pos: 180deg;
  top: calc(100% + 10px);
}

.hero-slider-10 .slick-arrow.slick-next {
  left: var(--pos-x);
  -webkit-transform: translate(0, calc(-50% - 5px));
      -ms-transform: translate(0, calc(-50% - 5px));
          transform: translate(0, calc(-50% - 5px));
}

.hero-slider-10 .slick-arrow:hover {
  color: #fff;
}

/************hero-11 ***********/
.hero-11 {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.hero-11 .slider-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 576px) {
  .hero-11 .slider-content {
    padding-top: 170px;
  }
}

@media (min-width: 1200px) {
  .hero-11 .slider-content {
    padding-bottom: 180px;
  }
}

@media (min-width: 992px) {
  .hero-11 .slider-content .hero-subtitle {
    color: #fff;
  }
}

.hero-11 .slider-content .hero-text {
  max-width: 630px;
}

@media (min-width: 992px) {
  .hero-11 .hero-mask {
    z-index: 1;
    position: relative;
  }
}

@media (min-width: 992px) {
  .hero-11 .hero-mask img {
    top: -140px;
    position: absolute;
  }
}

.hero-11 .slick-arrow {
  --pos-x: 110px;
  box-shadow: none;
  left: auto;
  right: var(--pos-x);
  -webkit-transform: translate(0, calc(50% + 5px));
      -ms-transform: translate(0, calc(50% + 5px));
          transform: translate(0, calc(50% + 5px));
}

.hero-11 .slick-arrow.slick-next {
  right: var(--pos-x);
  -webkit-transform: translate(0, calc(-50% - 5px));
      -ms-transform: translate(0, calc(-50% - 5px));
          transform: translate(0, calc(-50% - 5px));
}

/************hero-12***********/
.hero-12 {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.hero-12 .th-hero-bg {
  z-index: 0;
}

.hero-12 .th-hero-bg::before {
  inset: 0;
  z-index: -1;
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(left, rgba(243, 241, 242, 0.98) 0%, rgba(243, 241, 242, 0.24) 34%);
  background: linear-gradient(90deg, rgba(243, 241, 242, 0.98) 0%, rgba(243, 241, 242, 0.24) 34%);
}

.hero-12 .th-hero-bg img {
  left: 0px;
  z-index: -1;
  bottom: -178px;
  position: absolute;
}

.hero-12 .hero-slider-indicator {
  display: none;
}

@media (min-width: 992px) {
  .hero-12 .hero-slider-indicator {
    top: 50%;
    right: 100px;
    display: block;
    position: absolute;
    -webkit-transform: translateY(calc(-50% + 10px));
        -ms-transform: translateY(calc(-50% + 10px));
            transform: translateY(calc(-50% + 10px));
  }
}

@media (min-width: 992px) {
  .hero-12 .hero-slider-indicator .indicator-btn {
    display: block;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .hero-12 .hero-slider-indicator .indicator-btn img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
}

@media (min-width: 1200px) {
  .hero-12 .hero-slider-indicator .indicator-btn img {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 992px) {
  .hero-12 .hero-slider-indicator .indicator {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: var(--pos-x);
    position: absolute;
    border-radius: 50%;
    top: calc(var(--pos-y) + 10px);
    border: 4px solid var(--theme-color);
  }
}

@media (min-width: 992px) {
  .hero-12 .hero-slider-indicator .indicator {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-12 .hero-slider-indicator .indicator {
    width: 100px;
    height: 100px;
  }
}

.hero-12 .hero-slider-indicator .indicator ~ .indicator {
  display: none !important;
}

.hero-12 .slider-content {
  padding: 90px 0px;
}

@media (min-width: 992px) {
  .hero-12 .slider-content {
    padding: 180px 0px;
  }
}

.hero-12 .slider-content .hero-title {
  font-weight: 800;
}

.hero-12 .slider-content .hero-text {
  font-size: 18px;
  color: #363739;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .hero-12 .slider-content .hero-text {
    max-width: 600px;
  }
}

/************hero-13***********/
.hero-13 .mask-clip {
  display: none;
}

@media (min-width: 768px) {
  .hero-13 .mask-clip {
    top: 0;
    right: 0px;
    z-index: 1;
    display: block;
    position: absolute;
  }
}

.hero-style9 {
  z-index: 6;
  max-width: 710px;
  position: relative;
  padding: 120px 0px;
}

@media (min-width: 768px) {
  .hero-style9 {
    padding-top: 160px;
  }
}

@media (min-width: 992px) {
  .hero-style9 {
    padding-top: 188px;
    padding-bottom: 230px;
  }
}

@media (min-width: 992px) {
  .hero-style9 .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

.hero-style9 .hero-title span {
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
}

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

/************hero-15***********/
.hero-14 .mask {
  display: none;
}

@media (min-width: 1480px) {
  .hero-14 .mask {
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    display: block;
    position: absolute;
  }
}

@media (min-width: 1480px) {
  .hero-14 .mask img {
    height: 100%;
  }
}

.hero-14 .hero-content {
  padding: 120px 0px;
  padding-top: 160px;
}

@media (min-width: 1200px) {
  .hero-14 .hero-content {
    padding-top: 284px;
    padding-bottom: 194px;
  }
}

.hero-14 .hero-content .hero-text {
  font-size: 18px;
  line-height: 30px;
  max-width: 600px;
}

.hero-14 .hero-frame {
  position: relative;
}

@media (min-width: 992px) {
  .hero-14 .hero-frame {
    right: 30px;
    position: absolute;
    top: calc(50% + 35px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.hero-14 .hero-frame .mask-cover {
  width: 100%;
  height: 100%;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin: 0px auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (min-width: 576px) {
  .hero-14 .hero-frame .mask-cover {
    width: 480px;
    height: 480px;
  }
}

@media (min-width: 992px) {
  .hero-14 .hero-frame .mask-cover {
    margin: 0px;
  }
}

@media (min-width: 1380px) {
  .hero-14 .hero-frame .mask-cover {
    width: 671px;
    height: 671px;
  }
}

@media (min-width: 576px) {
  .hero-14 .hero-frame .bg {
    z-index: 2;
    max-width: 580px;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 20px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1380px) {
  .hero-14 .hero-frame .bg {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .hero-14 .hero-frame img {
    max-width: none;
  }
}

/************hero-15***********/
.hero-15 {
  z-index: 1;
  padding-top: 80px;
  position: relative;
}

@media (min-width: 768px) {
  .hero-15 {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .hero-15::before {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    width: calc(23% + 34px);
    background-color: var(--theme-color);
  }
}

.hero-15 .social-link {
  display: none;
}

@media (min-width: 1200px) {
  .hero-15 .social-link {
    gap: 20px;
    left: 50px;
    top: 222px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero-15 .social-link a {
  color: #fff;
}

.hero-15 .hero-content {
  padding-top: 60px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .hero-15 .hero-content {
    z-index: 2;
    padding-top: 80px;
    margin-left: auto;
    width: calc(100% - 116px);
  }
}

.hero-15 .hero-style15 {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .hero-15 .hero-style15 {
    margin-bottom: 90px;
  }
}

.hero-15 .hero-cover-bg {
  display: grid;
  place-items: center;
  padding: 120px 0px;
}

@media (min-width: 1200px) {
  .hero-15 .hero-cover-bg {
    margin-left: -120px;
    padding: 200px 0px;
  }
}

.hero-15 .hero-cover-bg .play-btn {
  --icon-size: 90px;
}

.hero-15 .marquee-area {
  position: relative;
}

@media (min-width: 1480px) {
  .hero-15 .marquee-area .container-fluid {
    --bs-gutter-x: 108px;
  }
}

.hero-15 .marquee-wrap {
  padding: 45px 0;
}

.hero-15 .marquee-wrap .marquee__group .m-item {
  margin-bottom: 0;
  margin-right: 25px;
  display: inline-block;
}

@media (min-width: 768px) {
  .hero-15 .marquee-wrap .marquee__group .m-item {
    margin-right: 50px;
  }
}

.hero-15 .marquee-wrap .marquee__group .m-item img {
  margin-right: 20px;
  margin-bottom: 8px;
}

.hero-15 .marquee-wrap .marquee__group .m-item a {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.25em;
  -webkit-text-stroke: 1px;
  color: var(--title-color);
  font-family: var(--title-font);
  -webkit-text-fill-color: transparent;
}

/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}

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

.error-title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
  margin-top: -0.25em;
}

.error-text {
  margin-bottom: 40px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #363739;
}

/* 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%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------- 4.00. Popup Side Menu  -------------------*/
.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;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  padding: 30px;
  margin-left: auto;
  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;
  background-color: var(--white-color);
}

@media (min-width: 575px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .sidemenu-wrapper .sidemenu-content {
    padding: 80px 30px;
  }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  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 .buttons {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 575px) {
  .sidemenu-wrapper .sidemenu-content .buttons {
    gap: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sidemenu-wrapper .sidemenu-content .buttons .th-btn {
  width: 100%;
}

@media (min-width: 575px) {
  .sidemenu-wrapper .sidemenu-content .buttons .th-btn {
    width: auto;
  }
}

.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: 600;
  margin-bottom: 15px;
  border-radius: 5px;
}

.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);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
  margin-bottom: 0;
  border-radius: 10px;
  /* 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: 5px;
  font-weight: 700;
  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;
  -webkit-align-items: 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(--th-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-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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  -webkit-justify-content: 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;
  position: relative;
}

.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 .product-title {
  font-size: 20px;
  margin: 10px 0 10px 0;
}

.th-product .product-title a {
  color: inherit;
}

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

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

.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);
      -ms-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);
      -ms-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%);
      -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.th-product .actions .icon-btn {
  --btn-size: 40px;
  font-size: 14px;
  border-color: var(--white-color);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  color: var(--white-color);
}

.th-product .actions .icon-btn:hover {
  color: var(--title-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);
      -ms-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(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
}

.th-product .tinv-wishlist a:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

.th-product .add_to_cart_button.added {
  display: none;
}

.th-product .added_to_cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 50%;
}

.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(--title-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);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.th-product:hover .product-img:before {
  -webkit-transform: scaleX(1);
      -ms-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);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.th-product.list-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  height: 100%;
}

.th-product.list-view .product-img {
  width: 100%;
  max-width: 200px;
  margin: 0;
}

.th-product.list-view .star-rating {
  margin: 0 auto 10px 0;
  width: 93px;
}

.th-product.list-view .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid var(--th-border-color);
  border-left: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 25px;
}

.th-product.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px;
}

.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 {
  max-height: 600px;
  max-width: 1220px;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product .thumbnails img {
  padding: 10px;
}

.woosq-product .thumbnails .slick-list {
  display: block;
}

.woosq-product .thumbnails .slick-dots {
  bottom: 20px;
  margin-top: 0px;
}

.woosq-product .thumbnails .slick-dots li ~ li {
  margin-left: 5px;
}

.woosq-product .thumbnails .slick-dots li button {
  background: var(--theme-color);
  position: relative;
}

.woosq-product .thumbnails .slick-dots li button:before {
  display: none;
}

.th-sort-bar {
  padding: 10px;
  margin: 0 0 24px 0;
  background-color: var(--smoke-color);
  border-radius: 5px;
}

.th-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.th-sort-bar select {
  height: 50px;
  border: 1px solid var(--th-border-color);
  background-color: var(--white-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  color: var(--body-color);
}

.th-sort-bar .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(--th-border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px;
}

.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;
  -webkit-align-content: center;
      -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);
  border-radius: 10px;
}

.product-thumb-tab .tab-btn img {
  max-width: 100%;
  border-radius: inherit;
}

.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);
  border-radius: 10px;
  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;
  border-radius: 10px;
  overflow: hidden;
}

.product-big-img .img {
  width: 100%;
}

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

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  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;
  -webkit-align-self: center;
      -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;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.woocommerce-Reviews {
  margin-bottom: 40px;
}

.woocommerce-Reviews .th-post-comment {
  border-bottom: 0;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  box-shadow: none;
  margin-right: 0;
  margin-left: 0;
}

.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  box-shadow: none;
  border-radius: 10px;
  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 {
  padding: 40px !important;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border-radius: 8px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

.woocommerce-Reviews .th-post-comment .comment-content {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.product-img-slider .slick-dots {
  margin-bottom: 30px;
}

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

.summary-content > .price,
.product-about > .price {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 800;
  color: var(--title-color);
  display: inline-block;
  margin-bottom: 14px;
}

.summary-content > .price del,
.product-about > .price del {
  color: var(--th-border-color);
  font-weight: 500;
  margin-left: 15px;
}

.summary-content .product-rating,
.product-about .product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: 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: 14px;
}

.summary-content .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: 30px 0 40px 0;
}

.summary-content .actions,
.product-about .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin: 33px 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(--th-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(--th-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: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 4px;
}

.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(--white-color);
  color: var(--title-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(--th-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(--th-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;
}

#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(--th-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;
    -webkit-justify-content: 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 {
    border-radius: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-thumb-tab .indicator {
    border-radius: 6px;
  }
  .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;
  }
}

/*------------------- 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%);
      -ms-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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  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: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 10px;
  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;
}

.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: -webkit-flex;
  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;
}

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

.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 .shipping-calculator-form .th-btn {
  padding: 5px 30px;
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

/* 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;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
}

/* 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;
    -webkit-justify-content: 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: -35px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}

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

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

.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: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  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: 60px;
  line-height: 60px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  background-position: right 13px center;
}

.shipping-calculator-form .th-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

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

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  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(--th-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: 0;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  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: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}

.tinv-wishlist button.button.mask-btn {
  padding: 0;
}

.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.tinv-wishlist button.button i {
  font-size: 14px !important;
  margin-right: 3px !important;
}

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

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: none !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(--th-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(--th-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(--th-border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -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 ---------------------------------- */
.th-contact-form {
  padding: 50px;
}

.th-contact-form .form-group {
  --bs-gutter-x: 20px;
}

.th-contact-form.style2 {
  border: 1px solid var(--gray-color);
}

.th-contact-form.style3 {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.14);
}

@media (min-width: 992px) {
  .th-contact-form.style3 {
    padding: 60px;
  }
}

.th-contact-form.style3 .blog-inner-title {
  color: #fff;
  margin-bottom: 25px;
}

.contact-feature {
  padding: 40px 30px 35px;
  background: var(--smoke-color);
  text-align: center;
}

.contact-feature .icon-btn {
  --btn-size: 100px;
  background-color: var(--white-color);
  color: var(--theme-color);
  margin-bottom: 30px;
  font-size: 30px;
  border-radius: 50%;
  border: none;
}

.contact-feature_label {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-top: -0.5em;
}

.contact-feature_link {
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
  font-family: var(--body-font);
  display: block;
  line-height: 26px;
}

.contact-feature_link:hover {
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .contact-feature {
    padding: 20px;
  }
}

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

/* Extra small devices */
@media (max-width: 575px) {
  .contact-feature {
    padding: 22px;
  }
  .contact-feature-wrap {
    grid-template-columns: auto;
  }
  .th-contact-form {
    padding: 30px;
  }
}

/* Quote Form faq page ----------------------- */
.quote-form {
  background: var(--white-color);
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  border-radius: 5px;
  padding: 50px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .quote-form {
    padding: 40px 20px;
  }
}

.quote-form select,
.quote-form .form-control,
.quote-form .form-select,
.quote-form textarea,
.quote-form input {
  background-color: var(--smoke-color2);
}

.quote-form .form-group > i {
  background-color: var(--smoke-color2);
  width: 18px;
  text-align: right;
}

/* Contact Page ---------------------------------- */
.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
  border-radius: 5px;
  background-color: var(--white-color);
  padding: 40px;
}

.contact-info .box-title {
  margin-bottom: 10px;
}

.contact-info_icon {
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 40px;
  position: relative;
  box-shadow: 0px 6px 20px rgba(104, 77, 244, 0.6);
  border-radius: 5px;
}

.contact-info_text {
  min-width: 180px;
  display: block;
  margin-bottom: -0.5em;
  font-family: var(--body-font);
}

.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-info_text a {
  color: var(--body-color);
}

.contact-info_text a:hover {
  color: var(--theme-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;
}

.map-sec {
  line-height: 0px;
}

.map-sec iframe {
  height: 550px;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .map-sec iframe {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .map-sec iframe {
    height: 300px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-info {
    padding: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Contact area 2 ---------------------------------- */
.map-thumb {
  position: relative;
}

.map-branch {
  background: var(--theme-color);
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 21px 29px;
}

.map-branch .map-branch_num {
  color: var(--white-color);
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0;
}

.map-branch .map-branch_text {
  color: var(--white-color);
  font-size: 18px;
  margin-bottom: 0;
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.img-box1 {
  position: relative;
  z-index: 2;
}

.img-box1 .img1 {
  margin-right: 260px;
}

.img-box1 .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.img-box1 .about-grid {
  position: absolute;
  top: 0;
  right: 0;
  padding: 35px 33px 35px 35px;
}

.img-box1 .about-grid .about-grid_year {
  font-size: 45px;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 2px;
  margin-top: -0.3em;
}

.img-box1 .about-grid .about-grid_text {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: -0.6em;
}

.img-box1 .about-grid .about-grid_thumb {
  padding: 23px 0 13px;
}

.img-box2 {
  height: 100%;
  position: relative;
  z-index: 2;
  margin-right: 56px;
}

.img-box2 .img2 {
  position: absolute;
  right: 0;
  top: 0;
}

.img-box2 .img3 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.img-box2 .img3 img {
  border-top: 10px solid var(--white-color);
  border-left: 10px solid var(--white-color);
}

.img-box3 {
  text-align: right;
  padding-left: 195px;
  position: relative;
  margin-left: 90px;
}

.img-box3 .img-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.img-box3 .play-btn {
  position: absolute;
  top: 29px;
  left: 35px;
}

.img-box3 .play-btn i {
  --icon-size: 90px;
}

.img-box4 {
  text-align: end;
  position: relative;
  height: 100%;
}

.img-box4 .customer-wrap {
  right: auto;
  text-align: start;
  left: -110px;
  top: 56px;
  padding: 32px 35px 31px 30px;
}

.img-box4 .customer-wrap .customer-wrap-icon {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-right: -10px;
}

.img-box4 .customer-wrap .customer-wrap-text {
  margin-right: 0;
}

.img-box4 .img1 {
  height: 100%;
}

.img-box4 .img1 img {
  height: 100%;
  object-fit: cover;
}

.img-box5 {
  padding-bottom: 64px;
  margin-right: 56px;
}

.img-box5 .about-grid {
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px 35px 35px 35px;
}

.img-box5 .about-grid .about-grid_year {
  font-size: 45px;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 2px;
  margin-top: -0.3em;
}

.img-box5 .about-grid .about-grid_text {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: -0.6em;
}

.img-box5 .about-grid .about-grid_thumb {
  padding: 32px 0 23px;
}

.img-box5 .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-bg-shape1 {
  width: 49.5%;
  height: 100%;
  min-height: 717px;
}

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

.about-feature {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.about-feature ~ .about-feature {
  border-top: 1px solid var(--gray-color);
  padding-top: 30px;
}

.about-feature-wrap {
  margin-bottom: 50px;
  max-width: 470px;
}

.about-feature_icon {
  height: 70px;
  width: 70px;
  line-height: 68px;
  border-radius: 10px;
  background: var(--theme-color);
  text-align: center;
}

.about-feature_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-feature_title {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: -0.3em;
}

.about-feature_text {
  margin-bottom: -0.5em;
}

.about-feature:hover .about-feature_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about-feature2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: var(--smoke-color);
  gap: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-feature2 .box-title {
  margin-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-feature2 .feature_icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.about-feature2 .about-feature_text {
  margin-bottom: -0.6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-feature2:hover {
  background: var(--title-color);
}

.about-feature2:hover .box-title {
  color: var(--white-color);
}

.about-feature2:hover .about-feature_text {
  color: var(--white-color);
}

.about-feature2:hover .feature_icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.about-feature-wrap3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-feature3 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about-feature3 .about-feature_title {
  margin-bottom: -0.3em;
  font-size: 22px;
  font-weight: 700;
}

.about-feature3 .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-feature3 ~ .about-feature3 {
  border-left: 1px solid #CDCDCD;
  padding-left: 50px;
  margin-left: 12px;
}

.about-feature3:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-profile .avater img {
  border-radius: 50%;
}

.about-profile .title {
  font-size: 18px;
  margin-bottom: 6px;
}

.about-profile .desig {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
}

.about-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.about-grid-wrap .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.about-grid-wrap .about-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

.about-grid-wrap .about-grid_year {
  font-size: 60px;
  margin-bottom: 0;
  margin-top: -0.15em;
}

.about-grid-wrap .about-grid_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.about-grid-wrap.style2 {
  padding: 40px 40px 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.about-grid-wrap.style2 .about-grid_year {
  font-weight: 800;
  margin-top: -0.25em;
}

.about-grid-wrap.style2 .about-grid_text {
  font-size: 16px;
  line-height: 26px;
}

.about-grid-wrap.style2 .details {
  border-right: 1px solid #CDCDCD;
  padding-right: 40px;
}

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

.about-info-wrap .icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color);
  text-align: center;
  background: var(--white-color);
}

.about-info-wrap .about-info-title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.about-info-wrap .about-info-link {
  font-size: 20px;
  font-weight: 500;
  color: var(--white-color);
}

.about-info-wrap .about-info-link:hover {
  color: var(--theme-color);
}

.about-info-wrap.style2 .icon {
  background: var(--title-color);
  color: var(--white-color);
}

.about-info-wrap.style2 .about-info-link {
  color: var(--title-color);
}

.about-info-wrap.style2 .about-info-link:hover {
  color: var(--theme-color);
}

.about-info-wrap.style3 .icon {
  background: var(--smoke-color);
  color: var(--theme-color);
}

.about-info-wrap.style3 .about-info-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0;
}

.about-info-wrap.style3 .about-info-link {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
}

.about-info-wrap.style4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-info-wrap.style4 .icon {
  background: rgba(230, 58, 39, 0.1);
  color: var(--theme-color);
}

.about-info-wrap.style4 .about-info-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

.about-info-wrap.style4 .about-info-link {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
}

.about-grid2,
.about-grid5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--th-border-color);
  padding-top: 40px;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.about-grid2 .about-grid_year,
.about-grid5 .about-grid_year {
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  background-position: center;
  color: transparent;
  display: inline-block;
  border-right: 1px solid var(--th-border-color);
  padding-right: 25px;
  margin-right: 30px;
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: -0.04em;
  line-height: 80px;
}

.about-grid2 .about-grid_text,
.about-grid5 .about-grid_text {
  font-size: 20px;
  font-weight: 600;
  color: #363739;
  line-height: 30px;
}

.about-thumb-4 img {
  object-position: top right;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .img-box2 {
    margin-right: 40px;
  }
  .about-bg-shape2 {
    right: -35% !important;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .img-box1 .img1 img {
    height: 603px;
  }
  .img-box2 {
    margin-right: 20px;
  }
  .img-box2 .img1 {
    margin-right: 240px;
  }
  .img-box5 {
    margin-right: 20px;
    padding-right: 229px;
    padding-bottom: 177px;
  }
}

@media (max-width: 1200px) {
  .img-box1 .img1 {
    margin-right: 260px;
  }
  .img-box3 {
    padding-bottom: 100px;
  }
  .about-grid2 .about-grid_year {
    font-size: 80px;
    line-height: 63px;
  }
  .about-feature2 {
    padding: 30px;
  }
  .about-feature2 .about-feature_text {
    font-size: 15px;
  }
  .img-box5 {
    margin-right: 0;
    padding-right: 219px;
    padding-bottom: 211px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box1 {
    display: inline-block;
  }
  .img-box2 {
    margin-right: 20px;
    display: inline-block;
    padding-bottom: 60px;
  }
  .img-box2 .img1 img {
    width: 660px;
  }
  .img-box2 .img3 img {
    width: 560px;
  }
  .about-grid-wrap {
    max-width: 530px;
  }
  .img-box3 {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .about-feature2 {
    padding: 40px;
  }
  .about-feature2 .about-feature_text {
    font-size: 16px;
  }
  .img-box4 {
    display: inline-block;
    margin-left: 140px;
  }
  .about-feature3 ~ .about-feature3 {
    border-left: 0;
    padding-left: 0;
    margin-left: 28px;
  }
  .img-box5 {
    display: inline-block;
    padding-right: 229px;
    padding-bottom: 65px;
  }
  .img-box1 .img1 img {
    width: 570px;
    object-fit: cover;
  }
  .about-grid2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .img-box2 {
    margin-right: 0;
  }
  .about-grid-wrap .about-grid_year {
    font-size: 45px;
  }
  .about-feature2 {
    padding: 25px;
    display: block;
  }
  .about-feature2 .feature_icon {
    margin-bottom: 15px;
    display: inline-block;
  }
  .about-feature2 .box-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-feature2 .about-feature_text {
    font-size: 14px;
  }
  .about-thumb-4.img-half {
    position: initial;
    width: calc(100% - 50px);
    margin-bottom: 50px;
  }
  .img-box2 .img3 img,
  .img-box2 .img1 img,
  .img-box1 .img1 img {
    width: auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .img-box2 {
    padding-right: 225px;
    padding-bottom: 250px;
  }
  .img-box2 .img1 {
    margin-right: 0;
  }
  .img-box3 {
    padding-bottom: 140px;
  }
  .img-box5 {
    padding-bottom: 269px;
  }
  .about-grid-wrap.style2 .details {
    border-right: 0;
    padding: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .img-box1 {
    display: block;
  }
  .img-box1 .img1 {
    margin: 0;
    padding-bottom: 30px;
  }
  .img-box1 .img1 img {
    width: 100%;
  }
  .img-box1 .img2 {
    position: initial;
  }
  .img-box1 .img2 img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
  .img-box2 {
    padding: 0;
  }
  .img-box2 .img1 {
    margin-bottom: 20px;
  }
  .img-box2 .img2 {
    position: initial;
    width: 48%;
    display: inline-block;
  }
  .img-box2 .img2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .img-box2 .img3 {
    position: initial;
    width: 47%;
    display: inline-block;
    margin-left: 13px;
  }
  .img-box2 .img3 img {
    width: 100%;
    border: 0;
    height: 250px;
    object-fit: cover;
  }
  .about-feature-wrap {
    display: block;
  }
  .about-grid-wrap {
    display: block;
  }
  .about-grid-wrap .thumb {
    margin-bottom: 20px;
  }
  .img-box3 {
    padding-left: 125px;
  }
  .img-box3 .play-btn i {
    --icon-size: 60px;
  }
  .about-grid2 .about-grid_year {
    font-size: 60px;
  }
  .about-grid2 .about-grid_text {
    font-size: 16px;
    line-height: inherit;
  }
  .img-box4 {
    margin-left: 90px;
  }
  .img-box4 .customer-wrap {
    right: auto;
    text-align: start;
    left: -50px;
    padding: 12px 20px 11px 20px;
  }
  .about-feature3 .about-feature_title {
    font-size: 16px;
  }
  .about-thumb-4.img-half {
    width: calc(100% - 15px);
  }
  .img-box5 {
    padding-bottom: 378px;
  }
  .about-grid-wrap.style2 .details {
    margin-bottom: 20px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .img-box2 .img2 {
    width: 47%;
  }
  .img-box3 {
    padding-bottom: 200px;
  }
  .about-feature-wrap3 {
    display: block;
  }
  .about-feature3 ~ .about-feature3 {
    margin: 30px 0 0;
  }
  .about-grid-wrap.style2 {
    padding: 30px 30px 23px;
  }
  .img-box5 {
    padding: 0;
  }
  .img-box5 .about-grid {
    position: initial;
    margin: 20px 0;
  }
  .img-box5 .img2 {
    position: initial;
  }
}

@media (max-width: 320px) {
  .img-box3 {
    padding-bottom: 255px;
    padding-left: 120px;
  }
}

/*******about area 6 ******/
.img-box6 {
  margin-right: 140px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

.img-box6 .img2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.img-box6 .img2 img {
  border-radius: 300px;
}

.img-box6 .img2:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  height: calc(100% + 13px);
  width: 100%;
  border-radius: 300px;
  border: 1px dashed var(--theme-color);
  z-index: -1;
}

@media (max-width: 1399px) {
  .img-box6 {
    margin-right: 90px;
  }
}

@media (max-width: 1199px) {
  .img-box6 {
    display: inline-block;
    padding-right: 300px;
  }
}

@media (max-width: 767px) {
  .img-box6 {
    padding-right: 128px;
  }
}

@media (max-width: 575px) {
  .img-box6 .img2 img {
    max-width: 167px;
  }
}

@media (max-width: 375px) {
  .img-box6 {
    padding-right: 0;
    display: block;
    margin-right: 0;
  }
  .img-box6 .img2 {
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
    display: inline-block;
  }
}

.about-grid-wrap.style3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-grid4 {
  padding: 40px;
  /* Extra small devices */
}

.about-grid4 .about-grid_year {
  font-size: 30px;
  font-weight: 800;
  margin-top: -0.65em;
  margin-bottom: -6px;
}

.about-grid4 .about-grid_year .counter-number {
  font-size: 70px;
}

.about-grid4 .about-grid_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: -0.6em;
  display: block;
}

@media (max-width: 575px) {
  .about-grid4 {
    display: inline-block;
    margin-bottom: 30px;
  }
}

.about-experience-wrap {
  position: absolute;
  top: 50%;
  right: -90px;
  display: inline-block;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Extra small devices */
}

.about-experience-wrap .about-experience-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 375px) {
  .about-experience-wrap {
    right: 0;
  }
}

.about-experience-tag {
  background: var(--white-color);
  display: inline-block;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color);
  line-height: 12px;
  text-align: center;
  animation: spin 10s infinite alternate-reverse;
}

.about-experience-tag:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent;
  border: 36px solid var(--theme-color);
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.about-experience-tag span {
  --rotate-letter: 10deg;
  height: 80px;
  position: absolute;
  width: 80px;
  left: 28px;
  top: 5px;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(var(--rotate-letter));
      -ms-transform: rotate(var(--rotate-letter));
          transform: rotate(var(--rotate-letter));
}

.about-experience-tag span.char2 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
      -ms-transform: rotate(calc(var(--rotate-letter) * 2));
          transform: rotate(calc(var(--rotate-letter) * 2));
}

.about-experience-tag span.char3 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
      -ms-transform: rotate(calc(var(--rotate-letter) * 3));
          transform: rotate(calc(var(--rotate-letter) * 3));
}

.about-experience-tag span.char4 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
      -ms-transform: rotate(calc(var(--rotate-letter) * 4));
          transform: rotate(calc(var(--rotate-letter) * 4));
}

.about-experience-tag span.char5 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
      -ms-transform: rotate(calc(var(--rotate-letter) * 5));
          transform: rotate(calc(var(--rotate-letter) * 5));
}

.about-experience-tag span.char6 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
      -ms-transform: rotate(calc(var(--rotate-letter) * 6));
          transform: rotate(calc(var(--rotate-letter) * 6));
}

.about-experience-tag span.char7 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
      -ms-transform: rotate(calc(var(--rotate-letter) * 7));
          transform: rotate(calc(var(--rotate-letter) * 7));
}

.about-experience-tag span.char8 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
      -ms-transform: rotate(calc(var(--rotate-letter) * 8));
          transform: rotate(calc(var(--rotate-letter) * 8));
}

.about-experience-tag span.char9 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
      -ms-transform: rotate(calc(var(--rotate-letter) * 9));
          transform: rotate(calc(var(--rotate-letter) * 9));
}

.about-experience-tag span.char10 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
      -ms-transform: rotate(calc(var(--rotate-letter) * 10));
          transform: rotate(calc(var(--rotate-letter) * 10));
}

.about-experience-tag span.char11 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
      -ms-transform: rotate(calc(var(--rotate-letter) * 11));
          transform: rotate(calc(var(--rotate-letter) * 11));
}

.about-experience-tag span.char12 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
      -ms-transform: rotate(calc(var(--rotate-letter) * 12));
          transform: rotate(calc(var(--rotate-letter) * 12));
}

.about-experience-tag span.char13 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
      -ms-transform: rotate(calc(var(--rotate-letter) * 13));
          transform: rotate(calc(var(--rotate-letter) * 13));
}

.about-experience-tag span.char14 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
      -ms-transform: rotate(calc(var(--rotate-letter) * 14));
          transform: rotate(calc(var(--rotate-letter) * 14));
}

.about-experience-tag span.char15 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
      -ms-transform: rotate(calc(var(--rotate-letter) * 15));
          transform: rotate(calc(var(--rotate-letter) * 15));
}

.about-experience-tag span.char16 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
      -ms-transform: rotate(calc(var(--rotate-letter) * 16));
          transform: rotate(calc(var(--rotate-letter) * 16));
}

.about-experience-tag span.char17 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
      -ms-transform: rotate(calc(var(--rotate-letter) * 17));
          transform: rotate(calc(var(--rotate-letter) * 17));
}

.about-experience-tag span.char18 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
      -ms-transform: rotate(calc(var(--rotate-letter) * 18));
          transform: rotate(calc(var(--rotate-letter) * 18));
}

.about-experience-tag span.char19 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
      -ms-transform: rotate(calc(var(--rotate-letter) * 19));
          transform: rotate(calc(var(--rotate-letter) * 19));
}

.about-experience-tag span.char20 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
      -ms-transform: rotate(calc(var(--rotate-letter) * 20));
          transform: rotate(calc(var(--rotate-letter) * 20));
}

.about-experience-tag span.char21 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
      -ms-transform: rotate(calc(var(--rotate-letter) * 21));
          transform: rotate(calc(var(--rotate-letter) * 21));
}

.about-experience-tag span.char22 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
      -ms-transform: rotate(calc(var(--rotate-letter) * 22));
          transform: rotate(calc(var(--rotate-letter) * 22));
}

.about-experience-tag span.char23 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
      -ms-transform: rotate(calc(var(--rotate-letter) * 23));
          transform: rotate(calc(var(--rotate-letter) * 23));
}

.about-experience-tag span.char24 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
      -ms-transform: rotate(calc(var(--rotate-letter) * 24));
          transform: rotate(calc(var(--rotate-letter) * 24));
}

.about-experience-tag span.char25 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
      -ms-transform: rotate(calc(var(--rotate-letter) * 25));
          transform: rotate(calc(var(--rotate-letter) * 25));
}

.about-experience-tag span.char26 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
      -ms-transform: rotate(calc(var(--rotate-letter) * 26));
          transform: rotate(calc(var(--rotate-letter) * 26));
}

.about-experience-tag span.char27 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
      -ms-transform: rotate(calc(var(--rotate-letter) * 27));
          transform: rotate(calc(var(--rotate-letter) * 27));
}

.about-experience-tag span.char28 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
      -ms-transform: rotate(calc(var(--rotate-letter) * 28));
          transform: rotate(calc(var(--rotate-letter) * 28));
}

.about-experience-tag span.char29 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
      -ms-transform: rotate(calc(var(--rotate-letter) * 29));
          transform: rotate(calc(var(--rotate-letter) * 29));
}

.about-experience-tag span.char30 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
      -ms-transform: rotate(calc(var(--rotate-letter) * 30));
          transform: rotate(calc(var(--rotate-letter) * 30));
}

.about-experience-tag span.char31 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
      -ms-transform: rotate(calc(var(--rotate-letter) * 31));
          transform: rotate(calc(var(--rotate-letter) * 31));
}

.about-experience-tag span.char32 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
      -ms-transform: rotate(calc(var(--rotate-letter) * 32));
          transform: rotate(calc(var(--rotate-letter) * 32));
}

.about-experience-tag span.char33 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
      -ms-transform: rotate(calc(var(--rotate-letter) * 33));
          transform: rotate(calc(var(--rotate-letter) * 33));
}

.about-experience-tag span.char34 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
      -ms-transform: rotate(calc(var(--rotate-letter) * 34));
          transform: rotate(calc(var(--rotate-letter) * 34));
}

/* About 7 ---------------------------------- */
.img-box7 {
  position: relative;
  margin-right: 45px;
  padding-bottom: 45px;
}

.img-box7 .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.img-box7 .play-btn {
  position: absolute;
  right: 87px;
  top: 12px;
}

.img-box7 .play-btn > i {
  --icon-size: 90px;
}

.about-counter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  border-top: 1px solid var(--th-border-color);
  margin-top: 40px;
  padding-top: 40px;
}

.about-counter-wrap .about-counter_title {
  margin-top: -0.3em;
  font-size: 30px;
  font-weight: 800;
}

.about-counter-wrap .about-counter_text {
  display: block;
  margin-bottom: -0.3em;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .img-box7 {
    margin-right: 0;
    padding-bottom: 117px;
  }
  .img-box7 .play-btn {
    right: 47px;
    top: 62px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box7 {
    margin-right: 0;
    padding-bottom: 113px;
    padding-right: 70px;
  }
  .img-box7 .play-btn {
    right: 17px;
    top: 112px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .img-box7 {
    display: inline-block;
    padding-right: 190px;
  }
  .img-box7 .play-btn {
    right: 37px;
    top: 72px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .img-box7 .play-btn {
    right: 47px;
    top: 52px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .img-box7 {
    padding-right: 60px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .img-box7 {
    padding-bottom: 170px;
  }
  .img-box7 .img2 {
    margin-left: 30px;
  }
}

/* About 8 ---------------------------------- */
.about-area-8 .about-content-wrap {
  padding-left: 30px;
}

.img-box8 {
  position: relative;
  z-index: 2;
}

.img-box8 .img1 {
  margin-right: 260px;
}

.img-box8 .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.img-box8 .img3 {
  position: absolute;
  right: 0;
  top: 0;
}

.img-box8 .about-grid {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding: 35px 33px 35px 35px;
}

.img-box8 .about-grid .about-grid_year {
  font-size: 45px;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 2px;
  margin-top: -0.3em;
}

.img-box8 .about-grid .about-grid_text {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: -0.6em;
}

.img-box8 .about-grid .about-grid_thumb {
  padding: 23px 0 13px;
}

.about-feature-wrap4,
.about-feature-wrap5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.about-feature-wrap4 .about-feature3,
.about-feature-wrap5 .about-feature3 {
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 30px;
}

.about-feature-wrap4 .about-feature3 .icon,
.about-feature-wrap5 .about-feature3 .icon {
  width: 40px;
}

.about-feature-wrap4 .about-feature3 ~ .about-feature3,
.about-feature-wrap5 .about-feature3 ~ .about-feature3 {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .img-box8 .img1 {
    margin-right: 203px;
  }
  .img-box8 .img3 {
    width: 180px;
  }
  .img-box8 .img2 {
    width: 180px;
  }
  .img-box8 .about-grid {
    top: 55%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .about-area-8 .about-content-wrap {
    padding-left: 0px;
  }
  .about-feature-wrap4 {
    gap: 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .img-box8 {
    display: inline-block;
  }
  .img-box8 .img1 {
    margin-right: 303px;
  }
  .img-box8 .img3,
  .img-box8 .img2 {
    width: auto;
  }
  .img-box8 .about-grid {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .img-box8 .img1 {
    margin-right: 295px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .img-box8 .img1 {
    margin-right: 225px;
  }
  .img-box8 .img3,
  .img-box8 .img2 {
    width: 180px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .img-box8 .img1 {
    margin-right: 0;
  }
  .img-box8 .about-grid {
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 20px 0 0;
  }
  .img-box8 .img3,
  .img-box8 .img2 {
    width: 100%;
    position: initial;
    margin: 15px 0;
  }
  .img-box8 .img3 img, .img-box8 .img2 img {
    width: 100%;
  }
  .about-feature-wrap4 {
    display: block;
  }
  .about-feature-wrap4 .about-feature3 {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about-feature-wrap4 .about-feature3:last-child {
    margin-bottom: 0;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .img-box8 {
    display: block;
  }
  .img-box8 .img1 img {
    width: 100%;
  }
}

/* About 9 ---------------------------------- */
.about-area-9 .card {
  --th-card-title-font-size: 20px;
  --th-card-title-line-height: 30px;
}

.about-area-9 .card p {
  color: #363739;
}

.img-box9,
.img-box16 {
  position: relative;
}

@media (min-width: 992px) {
  .img-box9 > img,
  .img-box16 > img {
    max-width: none;
  }
}

@media (min-width: 1400px) {
  .img-box9 > img,
  .img-box16 > img {
    margin-left: -160px;
  }
}

@media (min-width: 1680px) {
  .img-box9 > img,
  .img-box16 > img {
    margin-left: -390px;
  }
}

.img-box9 .about-grid,
.img-box16 .about-grid {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .img-box9 .about-grid,
  .img-box16 .about-grid {
    padding: 35px 33px 35px 35px;
  }
}

.img-box9 .about-grid .about-grid_year,
.img-box16 .about-grid .about-grid_year {
  font-size: 45px;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 2px;
  margin-top: -0.3em;
}

.img-box9 .about-grid .about-grid_text,
.img-box16 .about-grid .about-grid_text {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: -0.6em;
}

.img-box9 .about-grid .about-grid_thumb,
.img-box16 .about-grid .about-grid_thumb {
  padding: 23px 0 13px;
}

.img-box9 .content,
.img-box16 .content {
  top: 30px;
  right: 0px;
  padding: 30px;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid var(--theme-color);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .img-box9 .content,
  .img-box16 .content {
    right: 214px;
  }
}

@media (min-width: 1400px) {
  .img-box9 .content,
  .img-box16 .content {
    right: 20px;
  }
}

/* About 10 ---------------------------------- */
.img-box11 {
  position: relative;
  text-align: center;
}

@media (min-width: 576px) {
  .img-box11::before {
    content: "";
    width: 500px;
    height: 580px;
    bottom: -15px;
    position: absolute;
    left: calc(50% - 26px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 3px solid var(--theme-color);
  }
}

@media (min-width: 768px) {
  .img-box11::before {
    width: 550px;
    height: 609px;
    bottom: -36px;
  }
}

@media (min-width: 1200px) {
  .img-box11::before {
    left: calc(50% + 22px);
  }
}

@media (min-width: 1400px) {
  .img-box11::before {
    left: calc(50% - 26px);
  }
}

.img-box11 .mask-a {
  position: relative;
}

@media (max-width: 767px) {
  .img-box11 .mask-a {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
}

@media (min-width: 768px) {
  .img-box11 .mask-a {
    width: 560px;
    height: 600px;
    margin: 0px auto;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}

.img-box11 .mask-a img {
  width: 100%;
}

@media (min-width: 768px) {
  .img-box11 .mask-b {
    top: 0px;
    right: 70px;
    right: 70px;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .img-box11 .mask-b {
    right: 190px;
  }
}

@media (min-width: 1200px) {
  .img-box11 .mask-b {
    right: -122px;
  }
}

@media (min-width: 1400px) {
  .img-box11 .mask-b {
    right: -22px;
  }
}

.img-box11 img {
  z-index: 1;
  position: relative;
}

.img-box11 .about-experience-wrap {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-area-11 .author {
  gap: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .about-area-11 .author {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-area-11 .author .img img {
  border-radius: 50%;
  border: 2px solid var(--theme-color);
}

.about-area-11 .author .info h3 {
  margin: 0px;
  font-size: 20px;
  line-height: 30px;
}

.about-area-11 .author .info span {
  color: #363739;
  font-size: 16px;
  line-height: 28px;
}

.img-box12 .about-experience-wrap {
  right: 60px;
  top: calc(50% - 75px);
}

.img-box13 {
  overflow: hidden;
  position: relative;
}

.img-box13::before {
  top: 50%;
  left: 50%;
  width: 150%;
  content: "";
  height: 120px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.img-box13 .play-btn {
  --icon-size: 90px;
  --icon-font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* About 12 ---------------------------------- */
.about-grid5 {
  margin: 0px;
  border: 0px;
  padding: 0px;
  margin-bottom: 40px;
}

.about-grid5 .about-grid_year {
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 80px;
}

.about-grid5 .about-grid_text {
  font-size: 18px;
}

.checklist li:not(:last-child) {
  margin-bottom: 15px;
}

.about-profile .desig {
  color: #363739;
}

.card.abt-feature-info1 {
  --th-card-padding-x: 25px;
  --th-card-padding-y: 25px;
  --th-card-icon-width: 60px;
  --th-card-icon-height: 60px;
  --th-card-icon-bg-color: transparent;
  --th-card-title-font-size: 22px;
  --th-card-title-line-height: 32px;
  box-shadow: 0px 0px 30px 0px #0000000F;
}

.card.abt-feature-info1 .card-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0px;
}

.card.abt-feature-info1 .card-icon img {
  width: 100%;
  height: 100%;
}

.card.abt-feature-info1 .card-body {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 35px;
}

.img-box14 {
  position: relative;
}

.img-box14::before, .img-box14::after {
  z-index: -1;
  content: "";
  width: 96px;
  height: 108px;
  position: absolute;
  background-color: var(--theme-color);
}

.img-box14::before {
  left: -6px;
  bottom: -6px;
}

.img-box14::after {
  right: -6px;
  top: -6px;
}

.img-box14 img {
  width: 100%;
}

.img-box15 {
  position: relative;
}

@media (max-width: 575px) {
  .img-box15 .mask-cover {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
}

@media (min-width: 576px) {
  .img-box15 .mask-cover {
    top: 50%;
    left: 50%;
    width: 551px;
    height: 514px;
    -webkit-mask-size: cover;
            mask-size: cover;
    position: absolute;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  .img-box15 .mask-cover {
    left: auto;
    right: 50px;
    top: calc(50% - 10px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* About 14 ---------------------------------- */
.about-feature-wrap5 {
  gap: 80px;
  padding: 30px;
  margin-top: 50px;
  border-top: 3px solid var(--theme-color);
  box-shadow: 0px 0px 30px 0px #0000000F;
}

@media (max-width: 575px) {
  .about-feature-wrap5 {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-feature-wrap5 .about-feature3 {
  border: 0px;
  padding: 0px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-feature-wrap5 .about-feature3:last-child::before {
  content: "";
  top: 50%;
  width: 1px;
  left: -40px;
  height: 90px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #E6E6E6;
}

.about-feature-wrap5 .about-feature3 .media-body .about-feature_title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.about-feature-wrap5 .about-feature3 .media-body p {
  margin: 0px;
  color: #141422;
}

.img-box.box-1 {
  z-index: 1;
  position: relative;
}

.img-box.box-1::before {
  display: none;
}

@media (min-width: 768px) {
  .img-box.box-1::before {
    content: "";
    z-index: -1;
    width: 500px;
    bottom: -30px;
    height: 564px;
    display: block;
    position: absolute;
    right: calc(50% - 85px);
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    border: 5px solid var(--theme-color);
  }
}

@media (min-width: 1200px) {
  .img-box.box-1::before {
    right: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1380px) {
  .img-box.box-1::before {
    right: 60px;
  }
}

.img-box.box-1 .mask-cover {
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.img-box.box-1 .about-experience-wrap {
  display: none;
}

@media (min-width: 576px) {
  .img-box.box-1 .about-experience-wrap {
    top: 0px;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    left: calc(50% - 180px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 575px) {
  .img-box.box-1 .about-experience-wrap .about-experience-icon {
    top: auto;
    left: auto;
    z-index: 3;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1200px) {
  .img-box.box-1 .about-experience-wrap {
    top: 0px;
    left: 80px;
  }
}

/* About 15 ---------------------------------- */
.about-profile.about-profile-3 .avater {
  border-radius: 50%;
  border: 2px solid var(--theme-color);
}

.about-profile.about-profile-3 .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}

.about-profile.about-profile-3 .desig {
  color: #141422;
}

.about-frame .mask {
  left: 0px;
  z-index: -1;
  left: -15px;
  bottom: -15px;
  position: absolute;
}

.about-frame.img-box16 > img {
  margin-left: 0px;
}

.about-frame .content {
  padding: 20px;
  border-style: dashed;
}

@media (min-width: 1200px) {
  .about-frame .content {
    left: auto;
    right: 35px;
  }
}

.about-frame .content .about-grid {
  padding: 30px;
  background-color: #141422;
}

.about-frame .content .about-grid-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

/*------------------- 4.00. Team  -------------------*/
/* Team 1 ---------------------------------- */
.team-card .team-img-wrap {
  margin-bottom: 24px;
  position: relative;
}

.team-card .team-img-wrap .team-thumb {
  overflow: hidden;
}

.team-card .team-img-wrap img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card .team-img-wrap:after {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  background: var(--title-color);
  opacity: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card .team-img img {
  width: 100%;
}

.team-card .team-title {
  font-size: 22px;
  margin-bottom: 5px;
}

.team-card .team-title a {
  color: var(--white-color);
}

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

.team-card .team-desig {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: -0.3em;
  display: block;
  color: var(--th-border-color);
}

.team-card .team-social {
  position: absolute;
  background: var(--white-color);
  width: 50px;
  right: 30px;
  bottom: -50px;
  z-index: 1;
  padding: 7px 0 30px;
  border-radius: 25px 25px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.team-card .team-social a {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: var(--title-color);
}

.team-card .team-social a:hover {
  color: var(--theme-color);
}

.team-card .team-social a:last-child {
  border-bottom: 0;
}

.team-card .team-social-hover_btn {
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 52px;
  border-radius: 50%;
  background: var(--theme-color);
  right: 30px;
  text-align: center;
  color: var(--white-color);
  font-size: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}

.team-card .team-social-hover_btn i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card .team-social-hover_btn i:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card .team-social-hover:hover .team-social-hover_btn i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.team-card .team-social-hover:hover .team-social-hover_btn i:before {
  content: "\f068";
}

.team-card .team-social-hover:hover .team-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  bottom: 0;
}

.team-card:hover .team-img-wrap img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-card:hover .team-img-wrap:after {
  opacity: 0.7;
  height: 100%;
}

.team-card.style2 .team-title a {
  color: var(--title-color);
}

.team-card.style2 .team-title a:hover {
  color: var(--theme-color);
}

.team-card.style2 .team-desig {
  color: var(--body-color);
}

.team-box {
  text-align: center;
}

.team-box .team-img {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

.team-box .team-img img {
  border-radius: 50%;
}

.team-box .team-content {
  background: -webkit-linear-gradient(top, rgba(243, 241, 242, 0) 0%, #F3F1F2 100%);
  background: linear-gradient(180deg, rgba(243, 241, 242, 0) 0%, #F3F1F2 100%);
  padding: 132px 30px 40px;
  position: relative;
  margin-top: -132px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-box .team-content .bg-shape-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-box .team-content .team-desig {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-box .team-content .box-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 17px;
}

.team-box .team-content .th-social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-box:hover .team-content {
  background: var(--title-color);
}

.team-box:hover .team-content .bg-shape-thumb {
  height: 100%;
}

.team-box:hover .team-content .team-desig {
  color: #E6E6E6;
}

.team-box:hover .team-content .box-title a {
  color: var(--white-color);
}

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

/* Small devices */
@media (max-width: 767px) {
  .team-box .team-content .box-title {
    font-size: 18px;
  }
}

/******team-details******/
.team-details-area {
  position: relative;
}

.team-details-thumb {
  position: absolute;
  height: 100%;
  display: block;
}

.team-details-thumb .thumb {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
  margin-left: 20px;
}

.team-details-thumb .thumb:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: 66px 0;
  width: 100%;
  z-index: -1;
  background: var(--theme-color);
}

.team-details-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 80px;
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: 60px;
}

.team-experience-wrap {
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: 60px;
}

.team-experience-wrap .skill-feature .progress {
  background: var(--th-border-color);
}

.team-experience-wrap .skill-feature .progress .progress-bar {
  position: relative;
}

.team-experience-wrap .skill-feature .progress .progress-bar:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  background: var(--theme-color);
  border-radius: 50%;
  right: 0;
  border: 4px solid var(--smoke-color);
}

.team-experience-wrap .skill-feature:not(:last-child) {
  margin-bottom: 35px;
}

.team-experience-wrap .skill-feature_title, .team-experience-wrap .skill-feature .progress-value {
  font-family: var(--body-font);
}

/* Large devices */
@media (max-width: 1199px) {
  .team-details-thumb {
    margin-right: calc(1.5rem / 2);
  }
  .team-details-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .team-details-thumb {
    position: relative;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .team-details-thumb .thumb {
    position: relative;
    top: auto;
  }
  .team-details-info-wrap {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-details-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .team-details-thumb {
    margin-bottom: 30px;
  }
  .team-details-thumb .thumb:after {
    margin: 30px 0;
  }
}

/*team area 4**************/
.team-card.style3 {
  padding-top: 15px;
  text-align: center;
}

.team-card.style3 .team-img-wrap {
  border-radius: 50%;
}

.team-card.style3 .team-img-wrap .team-thumb {
  border-radius: 50%;
}

.team-card.style3 .team-img-wrap .team-thumb .team-border {
  position: absolute;
  top: -15px;
  left: -8px;
  right: -8px;
  z-index: 2;
  height: 50%;
  background: var(--smoke-color);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style3 .team-img-wrap .team-thumb .team-border:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(top, #E63A27 0%, rgba(1, 1, 1, 0.65) 100%);
  background: linear-gradient(180deg, #E63A27 0%, rgba(1, 1, 1, 0.65) 100%);
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style3 .team-img-wrap .team-thumb .team-border img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
}

.team-card.style3 .team-img-wrap:after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.team-card.style3 .team-social-hover_btn {
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  opacity: 0;
}

.team-card.style3 .team-social {
  background: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 50%;
  bottom: 50%;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0.5) translate(100%, 50%);
      -ms-transform: scaleX(0.5) translate(100%, 50%);
          transform: scaleX(0.5) translate(100%, 50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.team-card.style3 .team-social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--white-color);
  display: inline-block;
  color: var(--title-color);
}

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

.team-card.style3 .team-social-hover:hover .team-social {
  bottom: 50%;
  -webkit-transform: scaleX(1) translate(50%, 50%);
      -ms-transform: scaleX(1) translate(50%, 50%);
          transform: scaleX(1) translate(50%, 50%);
}

.team-card.style3 .team-social-hover:hover .team-social-hover_btn {
  opacity: 0;
  visibility: hidden;
}

.team-card.style3 .team-title a {
  color: var(--title-color);
}

.team-card.style3 .team-title a:hover {
  color: var(--theme-color);
}

.team-card.style3 .team-desig {
  color: var(--body-color);
}

.team-card.style3:hover .team-img-wrap .team-thumb .team-border:after {
  opacity: 1;
}

.team-card.style3:hover .team-social-hover_btn {
  opacity: 1;
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-card.style3 {
    padding: 15px 8px 0;
  }
}

/*team area 5**************/
.team-slider-arrow1 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.team-card.style4 {
  background: var(--white-color);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.team-card.style4 .team-title a {
  color: var(--title-color);
}

.team-card.style4 .team-title a:hover {
  color: var(--theme-color);
}

.team-card.style4 .team-desig {
  color: var(--body-color);
}

.team-card.style4 .team-content {
  text-align: center;
  padding-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.team-card.style4 .team-content:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30px;
  height: 1px;
  width: 43px;
  background: var(--theme-color);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.team-card.style5 {
  height: 100%;
  margin-top: 40px;
  position: relative;
  width: calc(100% - 40px);
}

.team-card.style5:hover .mask {
  background-color: var(--theme-color);
}

.team-card.style5:hover .mask img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.team-card.style5:hover .team-img-wrap::after {
  display: none;
}

.team-card.style5 .mask {
  top: -40px;
  left: 40px;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  -webkit-transform: all 0.3s linear;
      -ms-transform: all 0.3s linear;
          transform: all 0.3s linear;
  background-color: #F3F1F2;
}

.team-card.style5 .mask img {
  top: 0;
  right: 0px;
  position: absolute;
}

.team-card.style5 .team-img-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.team-card.style5 .team-content {
  z-index: 2;
  bottom: 0px;
  padding: 25px;
  position: absolute;
  text-align: center;
  width: calc(100% - 40px);
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 30px 0px #0000000F;
}

.team-card.style5 .team-content .team-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
}

.team-card.style5 .team-content .team-title a {
  color: var(--title-color);
}

.team-card.style5 .team-content .team-desig {
  color: #6F6E77;
}

.team-card.style5 .team-content ul {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-card.style5 .team-content ul a {
  color: var(--title-color);
}

.team-card.style5 .team-content ul a:hover {
  color: var(--theme-color);
}

.team-card.style6 {
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0px 0px 30px 0px #0000000F;
}

.team-card.style6::before {
  inset: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
}

.team-card.style6:hover {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.team-card.style6:hover::before {
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  background-color: var(--theme-color);
}

.team-card.style6:hover .team-img-wrap img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.team-card.style6 .team-img-wrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}

.team-card.style6 .team-img-wrap::after {
  display: none;
}

.team-card.style6 .team-img-wrap img {
  width: 100%;
}

.team-card.style6 .team-content {
  padding: 25px 0px;
  text-align: center;
  background-color: #fff;
}

.team-card.style6 .team-content .team-title a {
  color: var(--title-color);
}

.team-card.style6 .team-content .team-desig {
  color: #6F6E77;
}

.team-card.style6 .team-content ul {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-card.style6 .team-content ul li a {
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team-card.style6 .team-content ul li a:hover {
  color: var(--theme-color);
}

.team-card.style7:hover .team-img-wrap img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 992px) {
  .team-card.style7 .team-img-wrap {
    width: 135px;
    height: 150px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    overflow: hidden;
  }
}

.team-card.style7 .team-img-wrap::after {
  display: none;
}

.team-card.style7 .team-content {
  padding: 30px;
  overflow: visible;
  background-color: var(--smoke-color);
}

@media (min-width: 992px) {
  .team-card.style7 .team-content {
    padding-top: 0px;
    margin-top: 40px;
  }
}

.team-card.style7 .team-content .top {
  gap: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.team-card.style7 .team-content .top .team-img-wrap {
  margin: 0px;
}

@media (min-width: 992px) {
  .team-card.style7 .team-content .top .team-img-wrap {
    margin-top: -35px;
  }
}

.team-card.style7 .team-content .top .social-link {
  gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-card.style7 .team-content .top .social-link a {
  font-size: 14px;
  line-height: 16px;
  color: var(--title-color);
}

.team-card.style7 .team-content .top .social-link a:hover {
  color: var(--theme-color);
}

.team-card.style7 .team-content .top .personal-info li:first-child a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: var(--title-color);
}

.team-card.style7 .team-content .top .personal-info li:first-child a:hover {
  color: var(--theme-color);
}

.team-card.style7 .team-content .top .personal-info li:last-child a {
  font-size: 16px;
  color: #363739;
  line-height: 28px;
}

.team-card.style7 .team-content .team-title {
  margin-bottom: 10px;
}

.team-card.style7 .team-content .team-title a {
  color: var(--title-color);
}

.team-card.style7 .team-content .team-text {
  margin: 0px;
  color: #363739;
}

.team-card.style8 .team-img-wrap {
  margin: 0px;
  z-index: 2;
  margin-bottom: -135px;
}

.team-card.style8 .team-img-wrap::after {
  display: none;
}

.team-card.style8 .team-thumb {
  width: calc(100% - 80px);
}

.team-card.style8 .team-social-hover .team-social-hover_btn {
  right: 45px;
}

.team-card.style8 .team-social-hover .team-social {
  right: 45px;
  box-shadow: 0px 0px 30px 0px #0000000F;
}

.team-card.style8 .team-content {
  position: relative;
  padding: 160px 30px 30px;
  border: 1px solid var(--gray-color);
}

.team-card.style8 .team-content .team-title a {
  color: var(--title-color);
}

.team-card.style8 .team-content .team-desig {
  color: #6F6E77;
}

.team-card.style8 .team-content .mask {
  right: 0px;
  bottom: 0px;
  z-index: -1;
  position: absolute;
}

.card-team.variant-1 {
  --th-card-padding-x: 35px;
  --th-card-padding-y: 40px;
  --th-card-title-font-size: 22px;
  --th-card-title-line-height: 32px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-color: red;
}

.card-team.variant-1 .card-title {
  margin-bottom: 0px;
}

.card-team.variant-1 .card-title:hover a {
  color: var(--theme-color);
}

.card-team.variant-1 .card-title a {
  color: #fff;
}

.card-team.variant-1 .card-img-top {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card-team.variant-1 .card-img-top img {
  width: 100%;
}

.card-team.variant-1 .card-body {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  position: absolute;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-team.variant-1 .card-body .info p {
  color: #CDCDCD;
  font-size: 14px;
  line-height: 24px;
}

.card-team.variant-1:hover .card-img-top {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.social-link {
  --th-social-btn-width: 50px;
  --th-social-btn-height: 50px;
  --th-social-btn-font-size: 20px;
  --th-social-btn-line-height: 1.6;
  --th-social-btn-border-radius: 50%;
  --th-social-btn-color: var(--white-color);
  --th-social-btn-bg-color: var(--theme-color);
  --th-social-btn-icon-color: var(--white-color);
  z-index: 1;
  position: relative;
}

.social-link > button {
  border: 0;
  outline: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: grid;
  font-size: 20px;
  line-height: 52px;
  border-radius: 50%;
  place-items: center;
  color: var(--th-social-bt-link-color);
  background: var(--th-social-btn-bg-color);
}

.social-link > button::before {
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../../assets/img/bg/pattern-1.svg") center center/cover no-repeat;
}

.social-link > button i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: var(--th-social-btn-icon-color);
}

.social-link > button:hover i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.social-link > button:hover i::before {
  content: "\f068";
}

.social-link-menu {
  left: 50%;
  opacity: 0;
  z-index: -1;
  bottom: 0px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  position: absolute;
  visibility: hidden;
  padding-bottom: 0px;
  border-radius: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white-color);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.social-link-menu a {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: var(--title-color);
}

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

.social-link-menu a:last-child {
  border-bottom: 0;
}

.social-link:hover .social-link-menu {
  opacity: 1;
  visibility: visible;
  padding-bottom: 60px;
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
.testi-area-1 {
  padding-top: 213px;
}

.testi-area-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.testi-area-2.bg-smoke .testi-card.style2 {
  background: var(--white-color);
}

.testi-area-4 {
  padding-bottom: 300px;
}

.testimonial-slider-arrow1 {
  --pos-x: 0;
}

.testimonial-slider-arrow1 .slick-arrow {
  position: relative;
  margin-top: 0;
}

.testimonial-slider-arrow1 .slick-arrow.slick-next {
  margin-left: 6px;
}

.testi-slider1 {
  margin-right: -220px;
}

.testi-card {
  background: var(--white-color);
  overflow: hidden;
  position: relative;
}

.testi-card:after {
  content: '';
  position: absolute;
  left: -36px;
  top: -93px;
  border-radius: 80px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: var(--theme-color);
  width: 139.95px;
  height: 280px;
  z-index: -1;
}

.testi-card_bg-shape {
  display: inline-block;
  width: 70%;
}

.testi-card_bg-shape img {
  width: 100%;
}

.testi-card_profile {
  padding: 40px 40px 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.testi-card .media-left {
  text-align: center;
}

.testi-card .media-left .testi-card_quote {
  margin-top: 39px;
}

.testi-card_avater {
  border-radius: 99px;
  overflow: hidden;
}

.testi-card_avater img {
  border-radius: 50%;
}

.testi-card_name {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--body-font);
  margin-bottom: 3px;
  margin-top: -0.28em;
}

.testi-card_desig {
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--theme-color);
}

.testi-card_text {
  margin-bottom: -0.4em;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  line-height: 30px;
}

.testi-card.style2 {
  background: var(--smoke-color);
  position: relative;
  overflow: inherit;
}

.testi-card.style2:after {
  content: '';
  position: absolute;
  height: 42px;
  width: 35px;
  background: #C61A07;
  left: 80px;
  border-radius: 30px 30px 30px 25px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: -9px;
  top: auto;
  z-index: -1;
}

.testi-card.style2 .testi-card_profile {
  padding: 40px 40px 35px;
  gap: 30px;
}

.testi-card.style2 .testi-box_review {
  background: var(--theme-color);
  display: inline-block;
  padding: 25px 24px 27px 14px;
  position: absolute;
  left: 40px;
  bottom: -10px;
  -webkit-clip-path: path("M1.24733e-06 101.464C7.54374e-07 112.742 9.64074 122.398 22.8834 124.384L24.2065 124.583L24.2765 124.687L60 130C50.3414 127.407 43.5887 119.841 43.5887 111.134L43.5796 98.7621L43.5658 98.7621L43.5658 33.021C43.5658 1.7437 33.9248 5.08731 20.6824 3.10161L0.000256056 0L1.24733e-06 101.464Z");
          clip-path: path("M1.24733e-06 101.464C7.54374e-07 112.742 9.64074 122.398 22.8834 124.384L24.2065 124.583L24.2765 124.687L60 130C50.3414 127.407 43.5887 119.841 43.5887 111.134L43.5796 98.7621L43.5658 98.7621L43.5658 33.021C43.5658 1.7437 33.9248 5.08731 20.6824 3.10161L0.000256056 0L1.24733e-06 101.464Z");
}

.testi-card.style2 .testi-box_review i {
  display: block;
  color: var(--white-color);
  font-size: 14px;
}

.testi-card.style2 .testi-box_review i ~ i {
  margin-top: 2px;
}

.testi-card.style2 .testi-card_text {
  margin-top: -0.3em;
  color: var(--title-color);
  padding-bottom: 24px;
  margin-bottom: 27px;
  border-bottom: 1px solid rgba(20, 20, 34, 0.1);
}

.testi-card.style2 .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.testi-block {
  background: var(--smoke-color);
  padding: 40px;
  position: relative;
}

.testi-block .review-rating {
  background: var(--theme-color);
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
  color: var(--white-color);
  padding: 7px 40px 7px 20px;
  display: inline-block;
}

.testi-block .quote-icon {
  font-size: 20px;
  color: var(--white-color);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 20% 85%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 20% 85%, 0 100%);
  background: var(--title-color);
  display: inline-block;
  border-radius: 3px 3px 0 0;
  position: absolute;
  right: 40px;
  top: 40px;
  padding: 0px 11.4px 4px;
  line-height: 36px;
}

.testi-block_subtitle {
  font-weight: 500;
  font-family: var(--body-font);
  margin-top: 20px;
  font-size: 20px;
}

.testi-block_text {
  font-size: 18px;
  color: var(--title-color);
}

.testi-block_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  gap: 30px;
  padding: 10px 0;
}

.testi-block_profile:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  background: var(--white-color);
  height: 100%;
  width: 120px;
  z-index: -1;
  border-radius: 0 50px 50px 0;
  border-left: 2px solid var(--theme-color);
}

.testi-block_avater img {
  border-radius: 50%;
}

.testi-block .box-title {
  font-size: 20px;
  margin-bottom: 3px;
}

.testi-block_desig {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--title-font);
}

.testi-block.style2 {
  background: var(--white-color);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.testi-block.style2 .testi-block_profile {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: block;
  padding: 0;
}

.testi-block.style2 .testi-block_profile:after {
  display: none;
}

.testi-block.style2 .quote-icon {
  background: transparent;
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  line-height: normal;
  -webkit-clip-path: none;
          clip-path: none;
  margin-top: 30px;
  padding-top: 83px;
}

.testi-block.style2 .quote-icon:after {
  content: '';
  position: absolute;
  height: 53px;
  width: 4px;
  background: var(--smoke-color);
  left: 50%;
  top: 0;
}

.testi-block.style2 .testi-block_text {
  color: var(--body-color);
  margin-top: -0.3em;
  margin-bottom: 20px;
}

.testi-block.style2 .testi-block_desig {
  margin-bottom: -0.4em;
}

@media (max-width: 1600px) {
  .testi-slider1 {
    margin-right: -150px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .testi-slider1 {
    margin-right: -50px;
  }
  .testimonial-slider-arrow1 .slick-arrow {
    --pos-x: 0px;
  }
  .testi-card_text {
    font-size: 15px;
    line-height: inherit;
  }
  .testi-card_avater {
    width: 90px;
  }
  .testi-card:after {
    left: -41px;
    top: -114px;
    width: 110px;
    height: 280px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .testi-slider1 {
    margin-right: -12px;
  }
}

@media (max-width: 1200px) {
  .testi-slider1 {
    margin-right: -12px;
  }
  .testi-block_text {
    font-size: 16px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-block.style2 .testi-block_text {
    font-size: 18px;
  }
  .testi-block.style2 .quote-icon {
    padding-top: 60px;
    margin-top: 20px;
  }
  .testi-block.style2 .quote-icon:after {
    height: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .testi-area-1 {
    padding-top: 80px;
  }
  .testimonial-slider-arrow1 .slick-arrow {
    margin: 0;
  }
  .testi-card.style2 .testi-card_text {
    font-size: 18px;
    line-height: 30px;
  }
  .testi-block.style2 .quote-icon {
    padding-bottom: 3px;
    position: absolute;
    bottom: 0;
  }
  .testi-block.style2 .quote-icon:after {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-card_avater {
    width: 80px;
  }
  .testi-card:after {
    left: -47px;
    top: -122px;
    width: 105px;
    height: 280px;
  }
  .testi-card.style2 .testi-card_text {
    font-size: 16px;
    line-height: inherit;
  }
  .testi-card.style2 .testi-card_profile {
    display: block;
  }
  .testi-card.style2 .testi-card_profile .testi-card_avater {
    margin-bottom: 20px;
  }
  .testi-card.style2 .media {
    margin-left: 65px;
    margin-top: 40px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-card_profile {
    display: block;
  }
  .testi-card .media-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .testi-card_name {
    font-size: 18px;
  }
  .testi-card.style2 .testi-card_profile .testi-card_avater {
    margin-bottom: 0;
  }
  .testi-card.style2 .media-left {
    margin-bottom: 30px;
  }
  .testi-card.style2 .testi-card_profile {
    padding: 30px;
  }
  .testi-card.style2 .media {
    display: block;
    text-align: end;
  }
  .testi-card.style2 .media .testi-box_quote {
    margin-bottom: 20px;
  }
  .testi-block {
    padding: 30px;
  }
  .testi-block .quote-icon {
    top: 30px;
    right: 30px;
  }
  .testi-block .testi-block_profile:after {
    left: -30px;
    width: 110px;
  }
  .testi-block .testi-block_subtitle {
    font-size: 18px;
  }
  .testi-block .box-title {
    font-size: 18px;
  }
  .testi-block.style2 {
    padding: 30px;
    display: block;
  }
  .testi-block.style2 .testi-block_profile {
    margin-bottom: 20px;
  }
  .testi-block.style2 .quote-icon {
    right: 0;
  }
  .testi-block.style2 .testi-block_text {
    font-size: 16px;
  }
  .testi-card_profile {
    padding: 40px 30px 30px 30px;
  }
}

/*********testimonial area 5********/
.testi-block.style3 {
  background: var(--white-color);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.testi-block.style3 .testi-block_profile {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: block;
  padding: 0;
}

.testi-block.style3 .testi-block_profile:after {
  display: none;
}

.testi-block.style3 .quote-icon {
  background: transparent;
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  line-height: normal;
  -webkit-clip-path: none;
          clip-path: none;
  margin-top: 30px;
  padding-top: 83px;
}

.testi-block.style3 .quote-icon img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}

.testi-block.style3 .quote-icon:after {
  content: '';
  position: absolute;
  height: 53px;
  width: 4px;
  background: var(--smoke-color);
  left: 50%;
  top: 0;
}

.testi-block.style3 .testi-block_text {
  color: var(--body-color);
  margin-top: -0.3em;
  margin-bottom: 20px;
}

.testi-block.style3 .testi-block_desig {
  margin-bottom: -0.4em;
  color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-block.style3 .testi-block_text {
    font-size: 18px;
  }
  .testi-block.style3 .quote-icon {
    padding-top: 60px;
    margin-top: 20px;
  }
  .testi-block.style3 .quote-icon:after {
    height: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .testi-block.style3 .quote-icon {
    padding-bottom: 3px;
    position: absolute;
    bottom: 0;
  }
  .testi-block.style3 .quote-icon:after {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-block.style3 {
    padding: 30px;
    display: block;
  }
  .testi-block.style3 .testi-block_profile {
    margin-bottom: 20px;
  }
  .testi-block.style3 .quote-icon {
    right: 0;
  }
  .testi-block.style3 .testi-block_text {
    font-size: 16px;
  }
}

.testi-slider5 {
  margin-bottom: 7px;
  /* Large devices */
}

.testi-slider5 .slick-dots {
  text-align: left;
  margin-left: 10px;
  margin-top: 25px;
}

.testi-slider5 .slick-dots button {
  width: 6px;
  height: 6px;
  background: var(--theme-color);
}

.testi-slider5 .slick-dots button:before {
  background: transparent;
  border: 2px solid var(--theme-color);
}

@media (max-width: 1199px) {
  .testi-slider5 {
    margin-bottom: -50px;
  }
}

.testi-thumb5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: -190px;
  margin-right: -130px;
  margin-left: -250px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  .testi-thumb5 {
    margin-right: -50px;
    margin-left: -300px;
  }
}

@media (max-width: 1399px) {
  .testi-thumb5 {
    margin-left: -350px;
    margin-right: -30px;
  }
}

@media (max-width: 1299px) {
  .testi-thumb5 {
    margin-left: -260px;
    margin-right: 0;
    margin-top: -60px;
  }
}

@media (max-width: 1199px) {
  .testi-thumb5 {
    display: none;
  }
}

/*********testimonial area 6********/
.testi-thumb6-wrap {
  display: inline-block;
  position: relative;
  padding: 40px 0;
  margin-top: -214px;
}

.testi-thumb6-wrap .quote-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testi-thumb6-wrap .testi-thumb6-indicator {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn {
  cursor: pointer;
  height: 404px;
  width: 404px;
  border: 1px dashed var(--th-border-color);
  border-radius: 50%;
  -webkit-animation: spin 20s 0.4s infinite;
          animation: spin 20s 0.4s infinite;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn img {
  position: absolute;
  right: 30px;
  top: 117px;
  -webkit-animation: spin2 20s 0.4s infinite;
          animation: spin2 20s 0.4s infinite;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 60px;
  border-radius: 50%;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(2) {
  height: 300px;
  width: 300px;
  position: absolute;
  top: 52px;
  left: 52px;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(2) img {
  right: 220px;
  top: -54px;
  width: 50px;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(3) {
  height: 196px;
  width: 196px;
  position: absolute;
  left: 104px;
  top: 104px;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(3) img {
  right: 260px;
  top: 130px;
  width: 50px;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(4) {
  height: 94px;
  width: 94px;
  position: absolute;
  left: 155px;
  top: 155px;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(4) img {
  right: -20px;
  top: 163px;
  width: 40px;
}

.testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn.active img {
  width: 70px;
}

.testi-block.style4 {
  background: transparent;
  padding: 30px;
  border: 1px solid var(--gray-color);
  background: var(--white-color);
}

.testi-block.style4 .testi-block_review {
  color: var(--yellow-color);
  margin-bottom: 17px;
  margin-top: -4px;
}

.testi-block.style4 .testi-block_text {
  color: var(--body-color);
  margin-bottom: 24px;
}

.testi-block.style4 .testi-block_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.testi-block.style4 .testi-block_content .testi-block_avater {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.testi-block.style4 .testi-block_content .testi-block_avater img {
  border-radius: 50%;
}

.testi-block.style4 .testi-block_content .testi-block_profile {
  display: block;
  padding: 0;
}

.testi-block.style4 .testi-block_content .testi-block_profile:after {
  display: none;
}

.testi-block.style4 .testi-block_content .testi-block_profile .testi-block_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.testi-block.style4 .testi-block_content .testi-block_profile .testi-block_desig {
  font-size: 14px;
  font-weight: 500;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .testi-slider6 {
    margin-right: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-thumb6-wrap {
    margin-top: -30px;
    margin-left: 30px;
  }
  .testi-slider6 {
    margin-right: 0px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn {
    height: 304px;
    width: 304px;
  }
  .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(2) {
    height: 200px;
    width: 200px;
  }
  .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(3) {
    height: 96px;
    width: 96px;
  }
  .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(4) {
    border: 0;
    left: 105px;
    top: 105px;
  }
  .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn img {
    right: 24px;
  }
  .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(2) img {
    top: 65px;
  }
  .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(3) img {
    right: 70px;
    top: -60px;
  }
  .testi-thumb6-wrap .testi-thumb6-indicator .testi-indicator-btn:nth-child(4) img {
    top: 168px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-thumb6-wrap {
    display: none;
  }
}

/*********testimonial area 8********/
.testi-block.style5 {
  z-index: 1;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {
  .testi-block.style5 {
    padding: 45px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .testi-block.style5 {
    padding-bottom: 100px;
  }
}

.testi-block.style5 .mask {
  z-index: -1;
  position: absolute;
}

.testi-block.style5 .mask.one {
  right: 50px;
  bottom: 30px;
}

.testi-block.style5 .mask.two {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testi-block.style5 .mask.two img {
  width: inherit;
  height: inherit;
}

.testi-block.style5 .testi-block_profile {
  display: inline;
}

.testi-block.style5 .testi-block_profile::after {
  display: none;
}

.testi-block.style5 .testi-block_title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}

.testi-block.style5 .testi-block_text {
  margin-bottom: 0px;
}

.testi-block.style5 .testi-block_desig {
  font-size: 14px;
  line-height: 24px;
}

.testi-block.style5 .testi-block_content h4 {
  font-size: 30px;
  line-height: 40px;
}

.testi-block.style5 .testi-block_review i {
  color: var(--theme-color);
}

.testi-block.style6 {
  text-align: center;
  padding: 70px 30px 40px;
  background-color: #fff;
  border-top: 4px solid var(--theme-color);
  box-shadow: 0px 0px 30px 0px #0000000F;
}

.testi-block.style6:hover {
  border-color: var(--title-color);
}

.testi-block.style6:hover .quote-icon {
  background-color: var(--title-color);
}

.testi-block.style6 .quote-icon {
  top: -34px;
  left: 50%;
  width: 68px;
  height: 68px;
  display: grid;
  -webkit-clip-path: none;
          clip-path: none;
  position: absolute;
  place-items: center;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: var(--theme-color);
}

.testi-block.style6 .review-rating {
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}

.testi-block.style6 .review-rating i {
  color: #F8BC26;
}

.testi-block.style6 .testi-block_text {
  font-size: 16px;
  color: #363739;
  margin-bottom: 25px;
}

.testi-block.style6 .testi-block_profile {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testi-block.style6 .testi-block_profile::after {
  display: none;
}

.testi-block.style6 .testi-block_avater {
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 50%;
}

.testi-block.style7 {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 30px 40px 40px;
  border: 1px solid var(--gray-color);
}

.testi-block.style7 .mask {
  z-index: -1;
  bottom: 40px;
  right: 40px;
  position: absolute;
}

.testi-block.style7 .testi-block_review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.testi-block.style7 .testi-block_review i {
  color: #F8BC26;
  font-size: 14px;
}

.testi-block.style7 .testi-block_text {
  color: #6F6E77;
  font-size: 16px;
  line-height: 28px;
}

.testi-block.style7 .testi-block_profile {
  gap: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.testi-block.style7 .testi-block_profile::after {
  display: none;
}

.testi-block.style7 .testi-block_profile .testi-block_title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}

.testi-block.style8 {
  padding: 30px;
  margin-bottom: 32px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.07);
  border-bottom: 3px solid var(--theme-color);
}

.testi-block.style8 .testi-block_review i {
  color: #F8BC26;
}

.testi-block.style8 .testi-block_text {
  font-size: 16px;
  color: #6F6E77;
  line-height: 28px;
}

.testi-block.style8 .testi-block_avater {
  width: 70px;
  height: 70px;
  right: 30px;
  bottom: -35px;
  border-radius: 5px;
  position: absolute;
  border: 3px solid var(--theme-color);
}

.testi-block.style8 .testi-block_avater img {
  border-radius: 0px;
}

.testi-block.style8 .testi-block_profile {
  gap: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.testi-block.style8 .testi-block_profile::after {
  display: none;
}

.testi-block.style8 .testi-block_title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}

.testi-block.style9, .testi-block.style10 {
  padding: 0px;
  text-align: center;
  background-color: transparent;
}

.testi-block.style9 .testi-block_profile:after, .testi-block.style10 .testi-block_profile:after {
  display: none;
}

.testi-block.style9 .testi-block_profile, .testi-block.style10 .testi-block_profile {
  gap: 25px;
  padding: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testi-block.style9 .testi-block_avater, .testi-block.style10 .testi-block_avater {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
}

.testi-block.style9 .testi-block_name, .testi-block.style10 .testi-block_name {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}

.testi-block.style9 .testi-block_text, .testi-block.style10 .testi-block_text {
  margin-bottom: 30px;
}

.testi-block.style9 .testi-box_review i, .testi-block.style10 .testi-box_review i {
  color: #F8BC26;
}

.testi-block.style10 {
  max-width: 700px;
  margin: 0px auto;
}

.testi-slider7 .slick-dots {
  margin: 0;
  left: 65px;
  width: auto;
  bottom: 55px;
  position: absolute;
}

.testi-slider7 .slick-dots button {
  width: 30px;
  height: 8px;
  border-radius: 0px;
  background-color: var(--th-border-color);
}

.testi-slider7 .slick-dots button::before {
  display: none;
}

.testi-slider7 .slick-dots .slick-active button {
  width: 50px;
  background-color: var(--theme-color);
}

.img-box10 {
  position: relative;
}

.img-box10 .mask.upper {
  top: calc(50% - 94px);
  left: calc(50% + 28px);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-box10 .info-content {
  left: 0;
  gap: 15px;
  z-index: 3;
  bottom: 45px;
  width: 290px;
  padding: 18px;
  text-align: start;
  border-radius: 6px;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.img-box10 .info-content h3, .img-box10 .info-content p {
  margin: 0;
  color: var(--title-color);
}

.img-box10 .info-content h3 {
  font-size: 45px;
  line-height: 55px;
}

.img-box10 .info-content p {
  font-size: 16px;
  line-height: 22px;
}

.img-box10 .info-content .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/*********testimonial area 9********/
.testi-area-10[data-overlay="black"]::before {
  z-index: -1;
}

.card.testimonial-card {
  --th-card-border-radius: 10px;
  overflow: hidden;
}

.card.testimonial-card:hover .author-details .avatar {
  border-color: var(--theme-color);
}

.card.testimonial-card:hover .author-details .mask-bg {
  background-color: var(--theme-color);
}

.card.testimonial-card:hover .author-details span {
  color: #fff;
}

.card.testimonial-card .message {
  text-align: center;
  padding: 30px 30px 40px 30px;
}

.card.testimonial-card .message-icon {
  margin-bottom: 35px;
}

.card.testimonial-card .message-text {
  font-size: 16px;
  line-height: 28px;
  color: var(--black-color);
}

.card.testimonial-card .author-details {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card.testimonial-card .author-details .avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
  border: 3px solid var(--title-color);
}

.card.testimonial-card .author-details span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  color: var(--theme-color);
}

.card.testimonial-card .author-details ul {
  gap: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.testimonial-card .author-details ul a {
  color: #fff;
  line-height: 1;
  font-size: 16px;
}

.card.testimonial-card .author-details ul a:hover {
  color: var(--title-color);
}

.card.testimonial-card .author-details .mask-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 175px;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transform: all 0.3s linear;
      -ms-transform: all 0.3s linear;
          transform: all 0.3s linear;
  background-color: var(--title-color);
}

.thumb-map {
  width: 100%;
  height: 455px;
  position: relative;
  background-size: contain;
}

.thumb-map .testi-indicator-btn {
  width: auto;
  cursor: pointer;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.thumb-map .testi-indicator-btn.active {
  box-shadow: 0px 0px 30px 0px #0000000F;
}

@media (min-width: 768px) {
  .thumb-map .testi-indicator-btn:nth-child(1) {
    top: 84px;
    left: 88px;
    height: 60px;
  }
}

.thumb-map .testi-indicator-btn:nth-child(2) {
  left: 217px;
  bottom: 135px;
  height: 70px;
}

@media (min-width: 768px) {
  .thumb-map .testi-indicator-btn:nth-child(3) {
    height: 40px;
    left: 300px;
    bottom: 21px;
  }
}

@media (min-width: 992px) {
  .thumb-map .testi-indicator-btn:nth-child(3) {
    left: 480px;
  }
}

@media (min-width: 1200px) {
  .thumb-map .testi-indicator-btn:nth-child(3) {
    left: 302px;
  }
}

@media (min-width: 768px) {
  .thumb-map .testi-indicator-btn:nth-child(4) {
    right: 230px;
    height: 60px;
    bottom: 170px;
  }
}

@media (min-width: 768px) {
  .thumb-map .testi-indicator-btn:nth-child(5) {
    top: 94px;
    right: 302px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .thumb-map .testi-indicator-btn:nth-child(6) {
    top: 54px;
    right: 76px;
    height: 60px;
  }
}

@media (min-width: 768px) {
  .thumb-map .testi-indicator-btn:nth-child(7) {
    top: -25px;
    left: 150px;
    height: 60px;
  }
}

@media (min-width: 992px) {
  .thumb-map .testi-indicator-btn:nth-child(7) {
    left: 300px;
  }
}

@media (min-width: 1200px) {
  .thumb-map .testi-indicator-btn:nth-child(7) {
    left: 136px;
  }
}

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-area-1 {
  padding: 60px;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  margin-top: -93px;
}

.counter-area-3 {
  padding: 80px;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  margin-top: -125px;
  position: relative;
  z-index: 3;
}

.counter-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.counter-card_icon {
  text-align: center;
  position: relative;
  padding-left: 0px;
  margin-bottom: 2px;
  z-index: 2;
}

.counter-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-card_number {
  font-size: 45px;
  color: var(--white-color);
  font-weight: 800;
  margin-bottom: 8px;
  margin-top: -0.25em;
}

.counter-card_text {
  font-weight: 700;
  font-size: 14px;
  color: var(--white-color);
  display: block;
  margin-bottom: -0.4em;
}

.counter-card:hover .counter-card_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.counter-card-wrap.style2:after {
  display: none;
}

.counter-card-wrap.style2 ~ .counter-card-wrap {
  position: relative;
}

.counter-card-wrap.style2 ~ .counter-card-wrap:after {
  content: '';
  position: absolute;
  left: -50px;
  display: block;
  top: 50%;
  width: 1px;
  height: 60px;
  border-left: 1px dashed #c6c6c6;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.counter-card.style2 .counter-card_text {
  color: #363739;
  font-size: 16px;
  font-weight: 600;
}

.counter-card.style2 .counter-card_number {
  color: var(--title-color);
  margin-bottom: 0;
}

.counter-card-wrap2 .counter-card_text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
}

.counter-card.style3 {
  margin-top: -0.7em;
}

.counter-card.style3 .counter-card_number {
  font-size: 55px;
  font-weight: 700;
  margin-top: 0;
}

.counter-card.style3 .media-body {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .counter-card-wrap ~ .counter-card-wrap.style2:after {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-area-3 {
    padding: 60px;
    margin-top: -100.5px;
  }
  .counter-card.style3 .counter-card_number {
    font-size: 45px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-area-3,
  .counter-area-1 {
    padding: 60px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .counter-card.style3 {
    margin-top: -0.4em;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-area-1 {
    padding: 40px;
  }
  .counter-card_number {
    font-size: 35px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .counter-area-1 {
    padding: 40px 20px;
  }
  .counter-card {
    display: block;
    text-align: center;
  }
  .counter-card_icon {
    margin-bottom: 20px;
  }
  .counter-area-3 {
    text-align: center;
  }
  .counter-card.style3 {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .counter-card.style3 .counter-card_icon {
    margin-bottom: 0px;
  }
  .counter-card.style3 .counter-card_number {
    margin-top: -0.3em;
    margin-bottom: 0;
  }
  .counter-card-wrap2 .counter-card_text {
    margin-top: 16px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .counter-card_number {
    font-size: 36px;
  }
  .counter-card_text {
    font-size: 14px;
  }
  .counter-area-1 {
    padding: 40px 10px;
  }
}

/********counter-area-4********/
.counter-area-4 {
  padding-top: 210px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .counter-area-4 {
    padding-top: 90px;
  }
}

.client-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Medium devices */
  /* Extra small devices */
}

.client-grid-wrap .client-grid-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.client-grid-wrap .client-grid_text {
  font-size: 18px;
  font-weight: 800;
  color: #363739;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .client-grid-wrap {
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 375px) {
  .client-grid-wrap {
    display: block;
    text-align: center;
  }
  .client-grid-wrap .client-grid-thumb {
    margin-bottom: 20px;
  }
}

.counter-card.style4 {
  display: block;
  text-align: center;
  background: var(--smoke-color);
  padding: 40px;
}

.counter-card.style4 .counter-card_icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: rgba(230, 58, 39, 0.1);
  line-height: 100px;
  margin: auto auto 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card.style4 .counter-card_icon img {
  max-width: 50px;
}

.counter-card.style4 .counter-card_number {
  color: var(--title-color);
  margin-bottom: 5px;
}

.counter-card.style4 .counter-card_text {
  color: var(--title-color);
  text-align: center;
}

.counter-card.style4:hover .counter-card_icon {
  background: #e63a27;
}

.counter-card.style4:hover .counter-card_icon img {
  -webkit-filter: brightness(99);
          filter: brightness(99);
}

/* Counter 5 ---------------------------------- */
.counter-area-5 {
  background-size: contain;
  background-position: left;
  padding-bottom: 320px;
}

.counter-area-5 .counter-card-wrap.style2 ~ .counter-card-wrap:after {
  left: -80px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .counter-area-5 {
    padding-bottom: 120px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-area-5 {
    padding-bottom: 80px;
  }
}

/* Counter 6 ---------------------------------- */
.counter-card.style5 {
  gap: 12px;
  min-width: 180px;
}

.counter-card.style5 .counter-card_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.counter-card-wrap.style5 ~ .counter-card-wrap {
  position: relative;
}

@media (min-width: 992px) {
  .counter-card-wrap.style5 ~ .counter-card-wrap::after {
    top: 50%;
    content: '';
    width: 1px;
    left: -30px;
    height: 60px;
    display: block;
    position: absolute;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    border-left: 1px dashed #c6c6c6;
  }
}

@media (min-width: 1200px) {
  .counter-card-wrap.style5 ~ .counter-card-wrap::after {
    left: -100px;
  }
}

.counter-card-wrap.style6 {
  text-align: center;
}

.counter-card-wrap.style6 .counter-card {
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .counter-card-wrap.style6 .counter-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.counter-card-wrap.style6 .counter-card_number {
  margin-bottom: 0px;
}

.counter-card-wrap.style6 .counter-card_text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

/* Counter 7 ---------------------------------- */
.counter-area-7 {
  padding: 60px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .counter-area-7 {
    margin-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .counter-area-7 {
    z-index: 2;
    position: relative;
    margin-bottom: -100px;
  }
}

.counter-area-7 .counter-card_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-title {
  font-size: 30px;
}

.blog-card {
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  border-radius: 0px;
  background-color: var(--white-color);
}

.blog-card .box-title {
  margin-bottom: 24px;
}

.blog-card .box-title a {
  background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
  background-image: linear-gradient(to left, var(--white-color), var(--white-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;
  border-radius: 0px;
}

.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-bottom: 13px;
}

.blog-card .blog-meta span > i,
.blog-card .blog-meta a > i {
  color: var(--theme-color);
}

.blog-card .blog-content {
  padding: 33px 40px 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 0;
}

.blog-card .blog-content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: var(--white-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.blog-card .blog-content .blog-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-card .blog-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid var(--th-border-color);
  padding-top: 30px;
}

.blog-card .author {
  color: var(--body-color);
}

.blog-card .author img {
  margin-right: 5px;
}

.blog-card .author:hover {
  color: var(--theme-color);
}

.blog-card .blog-text {
  margin-top: -0.5em;
  margin-bottom: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .link-btn {
  color: var(--title-color);
}

.blog-card .link-btn:before {
  background-color: var(--theme-color);
}

.blog-card .link-btn:hover {
  color: var(--theme-color);
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.blog-card:hover .blog-meta span, .blog-card:hover .blog-meta a {
  color: var(--th-border-color);
}

.blog-card:hover .box-title a {
  color: var(--white-color);
}

.blog-card:hover .blog-text {
  color: var(--th-border-color);
}

.blog-card:hover .link-btn {
  color: var(--theme-color);
}

.blog-card:hover .blog-content:after {
  background: var(--title-color);
  height: 100%;
}

.blog-card.style2 {
  box-shadow: none;
}

.blog-card.style2 .blog-img {
  position: relative;
}

.blog-card.style2 .blog-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--black-color);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card.style2 .blog-content {
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  margin-top: -127px;
  padding: 30px;
}

.blog-card.style2 .blog-content:after {
  display: none;
}

.blog-card.style2:hover .blog-img:after {
  opacity: 0.7;
}

.blog-card.style2:hover .blog-meta span, .blog-card.style2:hover .blog-meta a {
  color: var(--body-color);
}

.blog-card.style2:hover .box-title a {
  color: var(--title-color);
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style2:hover .blog-text {
  color: var(--body-color);
}

.blog-card.style3 .blog-meta, .blog-card.style12 .blog-meta {
  margin-bottom: 5px;
}

.blog-card.style3 .blog-title, .blog-card.style12 .blog-title {
  font-weight: 800;
  margin-bottom: 23px;
}

.blog-card.style3 .blog-title a, .blog-card.style12 .blog-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), 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.style3 .blog-title a:hover, .blog-card.style12 .blog-title a:hover {
  background-size: 100% 2px;
}

.blog-card.style3 .blog-text, .blog-card.style12 .blog-text {
  color: var(--body-color);
  margin-bottom: 32px;
}

.blog-card.style3 .blog-content, .blog-card.style12 .blog-content {
  padding: 39px 40px 20px;
}

.blog-card.style3 .blog-content:after, .blog-card.style12 .blog-content:after {
  display: none;
}

.blog-card.style3 .blog-bottom, .blog-card.style12 .blog-bottom {
  padding-top: 20px;
}

.blog-card.style3:hover .blog-content, .blog-card.style12:hover .blog-content {
  background: var(--white-color);
}

.blog-card.style3:hover .blog-meta span,
.blog-card.style3:hover .blog-meta a, .blog-card.style12:hover .blog-meta span,
.blog-card.style12:hover .blog-meta a {
  color: var(--title-color);
}

.blog-card.style3:hover .blog-meta span:hover,
.blog-card.style3:hover .blog-meta a:hover, .blog-card.style12:hover .blog-meta span:hover,
.blog-card.style12:hover .blog-meta a:hover {
  color: var(--theme-color);
}

.blog-card.style4 {
  padding: 20px 20px 0 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}

.blog-card.style4 .blog-img {
  position: relative;
}

.blog-card.style4 .blog-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.blog-card.style4 .blog-img .icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.blog-card.style4 .blog-content {
  padding: 33px 20px 40px;
}

.blog-card.style4 .blog-content:after {
  display: none;
}

.blog-card.style4 .blog-text {
  margin-bottom: -0.5em;
}

.blog-card.style4:hover .blog-content {
  background: transparent;
}

.blog-card.style4:hover .blog-meta span, .blog-card.style4:hover .blog-meta a {
  color: var(--title-color);
}

.blog-card.style4:hover .box-title a {
  color: var(--title-color);
}

.blog-card.style4:hover .box-title a:hover {
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style4:hover .blog-text {
  color: var(--body-color);
}

.blog-card.style4:hover .blog-img .icon-btn, .blog-card.style4:hover .blog-img:after {
  opacity: 1;
}

.blog-card.style5 .blog-img {
  position: relative;
}

.blog-card.style5 .blog-img .blog-date {
  background: var(--theme-color);
  position: absolute;
  left: 40px;
  top: 0px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 11px 3.7px 3px;
  width: 60px;
}

.blog-card.style5 .blog-img .blog-date::first-line {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.blog-card.style5 .blog-content {
  padding: 40px 40px 35px;
}

.blog-card.style5 .blog-content .blog-meta {
  margin-bottom: 18px;
}

.blog-card.style5 .blog-content .blog-meta a {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
}

.blog-card.style5 .blog-content .blog-meta a:hover {
  color: var(--theme-color);
}

.blog-card.style5 .blog-content .blog-meta-author img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  border: 4px solid var(--gray-color);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

.blog-card.style5 .blog-content .box-title a {
  color: var(--title-color);
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style5 .blog-content .blog-text {
  color: var(--body-color);
}

.blog-card.style5 .blog-content .link-btn {
  font-size: 16px;
}

.blog-card.style5 .blog-content:after {
  display: none;
}

.blog-card.style6 {
  border-top: 2px solid var(--theme-color);
  background: transparent;
  box-shadow: none;
}

.blog-card.style6 .blog-content {
  text-align: center;
  padding: 30px 30px 25px;
  margin: 0 20px;
  background: var(--white-color);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  margin-top: -55px;
  position: relative;
}

.blog-card.style6 .blog-content .box-title {
  margin-bottom: 23px;
}

.blog-card.style6 .blog-content .box-title a {
  color: var(--title-color);
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style6 .blog-content .blog-text {
  color: var(--body-color);
  margin-bottom: 13px;
}

.blog-card.style6 .blog-content .blog-date {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, -44px);
      -ms-transform: translate(-50%, -44px);
          transform: translate(-50%, -44px);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
}

.blog-card.style6 .blog-content .blog-date::first-line {
  font-size: 24px;
  font-weight: 700;
}

.blog-card.style6 .blog-content .blog-date:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: transparent;
  width: 140px;
  height: 80px;
  border-bottom: solid 80px var(--theme-color);
  border-left: solid 70px transparent;
  border-right: solid 70px transparent;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.blog-card.style6 .blog-content:after {
  display: none;
}

.blog-card.style7 {
  box-shadow: none;
  border-radius: 10px;
}

.blog-card.style7:hover .blog-img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.blog-card.style7:hover .blog-content::after {
  display: none;
}

.blog-card.style7 .box-title {
  margin-bottom: 15px;
}

.blog-card.style7 .box-title a {
  font-weight: bold;
  margin-bottom: 14px;
  background-size: 0 2px;
  color: var(--title-color);
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-position: bottom left;
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style7 .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card.style7 .blog-img {
  overflow: visible;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 4px solid var(--theme-color);
}

.blog-card.style7 .blog-img img {
  width: 100%;
  border-radius: inherit;
}

.blog-card.style7 .blog-content {
  overflow: hidden;
  padding-top: 60px;
  padding: 60px 30px 30px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid var(--th-border-color);
  border-top: 0;
}

.blog-card.style7 .blog-date {
  left: 30px;
  width: 66px;
  height: 70px;
  bottom: -35px;
  border-radius: 5px;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 9.8px 12px 24.2px;
  background-color: var(--theme-color);
}

.blog-card.style7 .blog-date > span,
.blog-card.style7 .blog-date p {
  color: #fff;
}

.blog-card.style7 .blog-date > span {
  top: 50%;
  left: -5px;
  line-height: 1;
  display: inline;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.blog-card.style7 .blog-date p {
  line-height: 1;
  font-size: 18px;
}

.blog-card.style7 .blog-date p span {
  line-height: 1;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.blog-card.style7 .clip-art {
  right: 0;
  bottom: 0;
  z-index: -1;
  padding: 4px;
  position: absolute;
}

.blog-card.style7 .blog-text {
  color: #000000;
}

.blog-card.style7 .link-btn {
  font-size: 16px;
}

.blog-card.style8 {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.blog-card.style8:hover .blog-content::after {
  display: none;
}

.blog-card.style8:hover .blog-text {
  color: var(--body-color);
}

.blog-card.style8:hover .blog-meta a {
  color: #363739;
}

.blog-card.style8::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 35%;
  position: absolute;
  background-color: var(--smoke-color);
}

.blog-card.style8 .box-title {
  margin-bottom: 15px;
}

.blog-card.style8 .box-title a {
  font-weight: bold;
  margin-bottom: 14px;
  background-size: 0 2px;
  color: var(--title-color);
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-position: bottom left;
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style8 .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card.style8 .blog-text {
  margin: 0;
}

.blog-card.style8 .blog-img {
  padding: 10px;
  height: 260px;
  position: relative;
  padding-bottom: 0px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blog-card.style8 .blog-img img {
  border-radius: inherit;
}

.blog-card.style8 .blog-meta {
  left: 50%;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 8px 18px;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: calc(100% - 60px);
}

@media (min-width: 576px) {
  .blog-card.style8 .blog-meta {
    min-width: 300px;
  }
}

@media (min-width: 992px) {
  .blog-card.style8 .blog-meta {
    margin: 0px;
    min-width: 330px;
  }
}

.blog-card.style8 .blog-meta::before {
  top: 0;
  left: 0px;
  width: 65px;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--title-color);
}

.blog-card.style8 .blog-meta .date {
  width: 65px;
  font-weight: bold;
  text-align: center;
  padding-right: 30px;
}

.blog-card.style8 .blog-meta .date p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.blog-card.style8 .blog-meta ul {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card.style8 .blog-meta ul a {
  white-space: nowrap;
}

.blog-card.style8 .blog-meta ul a i {
  color: var(--theme-color);
}

.blog-card.style8 .blog-content {
  padding: 24px;
}

@media (mi-width: 992px) {
  .blog-card.style8 .blog-content {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .blog-card.style8 .blog-content {
    padding-bottom: 35px;
  }
}

.blog-card.style8 .blog-content > div {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--th-border-color);
}

.blog-card.style8 .link-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-card.style8 .link-btn:hover::before {
  display: none;
}

.blog-card.style9 {
  box-shadow: none;
  border-radius: 0px;
  position: relative;
  background-color: transparent;
}

.blog-card.style9::before {
  top: 0;
  right: -15px;
  content: "";
  z-index: -1;
  width: 100%;
  position: absolute;
  background: #F3F1F2;
  height: calc(100% + 10px);
  -webkit-transform: all 0.3s linear;
      -ms-transform: all 0.3s linear;
          transform: all 0.3s linear;
}

@media (min-width: 768px) {
  .blog-card.style9::before {
    right: -30px;
  }
}

.blog-card.style9:hover::before {
  background-color: var(--theme-color);
}

.blog-card.style9:hover .blog-content::after {
  display: none;
}

.blog-card.style9:hover .link-btn {
  color: #fff;
}

.blog-card.style9 .box-title {
  margin-bottom: 20px;
}

.blog-card.style9 .box-title a {
  font-weight: bold;
  margin-bottom: 14px;
  background-size: 0 2px;
  color: var(--title-color);
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-position: bottom left;
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style9 .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card.style9 .blog-img {
  overflow: visible;
  position: relative;
  border-radius: 0px;
}

.blog-card.style9 .blog-img img {
  width: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.blog-card.style9 .blog-content {
  overflow: hidden;
  margin-left: 15px;
  position: relative;
  padding: 60px 30px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
}

@media (min-width: 768px) {
  .blog-card.style9 .blog-content {
    margin-left: 30px;
  }
}

.blog-card.style9 .blog-date {
  z-index: 1;
  left: 30px;
  bottom: -32px;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 9.8px 12px 24.2px;
  background-color: var(--theme-color);
}

@media (mi-width: 768px) {
  .blog-card.style9 .blog-date {
    left: 60px;
  }
}

.blog-card.style9 .blog-date > span,
.blog-card.style9 .blog-date p {
  color: #fff;
}

.blog-card.style9 .blog-date > span {
  top: 50%;
  left: -5px;
  line-height: 1;
  display: inline;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.blog-card.style9 .blog-date p {
  font-size: 18px;
  line-height: 1;
}

.blog-card.style9 .blog-date p span {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.blog-card.style9 .blog-text {
  color: #363739;
  margin-bottom: 0px;
}

.blog-card.style9 .link-btn {
  font-size: 16px;
  margin: 20px 0px 0px 45px;
}

@media (min-width: 768px) {
  .blog-card.style9 .link-btn {
    margin: 20px 0px 0px 60px;
  }
}

.blog-card.style10 {
  border-radius: 0px;
}

.blog-card.style10:hover .blog-img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.blog-card.style10:hover .blog-content::after {
  display: none;
}

.blog-card.style10 .box-title {
  margin-bottom: 25px;
}

.blog-card.style10 .box-title a {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  background-size: 0 2px;
  color: var(--title-color);
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-position: bottom left;
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style10 .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card.style10 .link-btn {
  font-size: 16px;
  line-height: 26px;
}

.blog-card.style10 .blog-img {
  overflow: visible;
  position: relative;
}

.blog-card.style10 .blog-img img {
  width: 100%;
  border-radius: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
}

.blog-card.style10 .blog-content {
  border: 0px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}

@media (min-width: 992px) {
  .blog-card.style10 .blog-content {
    padding: 70px 30px 30px;
  }
}

.blog-card.style10 .blog-meta {
  gap: 30px;
  left: 0px;
  margin: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 992px) {
  .blog-card.style10 .blog-meta {
    bottom: -16px;
  }
}

.blog-card.style10 .blog-meta .blog-date span {
  color: #fff;
  margin: 0px;
}

.blog-card.style10 .blog-meta .blog-date span::after {
  display: none;
}

.blog-card.style10 .blog-meta a {
  color: #6F6E77;
}

.blog-card.style10 .blog-date {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 28px 14.8px 17px 30px;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%);
}

.blog-card.style10 .blog-date > span,
.blog-card.style10 .blog-date p {
  color: #fff;
}

.blog-card.style10 .blog-date > span {
  left: 0px;
  line-height: 1;
  display: inline;
  font-size: 10px;
  position: absolute;
  top: calc(50% + 6px);
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.blog-card.style10 .blog-date p {
  font-size: 18px;
  line-height: 1;
}

.blog-card.style10 .blog-date p span {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.blog-card.style10 .clip-art {
  right: 0px;
  bottom: 0px;
  z-index: -1;
  position: absolute;
}

.blog-card.style10 .blog-text {
  color: #6F6E77;
}

.blog-card.style11 {
  box-shadow: none;
  position: relative;
  background-color: transparent;
}

.blog-card.style11:hover .blog-content::after {
  display: none;
}

.blog-card.style11:hover .blog-text {
  color: var(--body-color);
}

.blog-card.style11:hover .blog-meta a {
  color: #363739;
}

.blog-card.style11 .box-title {
  margin-bottom: 15px;
}

.blog-card.style11 .box-title a {
  font-weight: bold;
  margin-bottom: 14px;
  background-size: 0 2px;
  color: var(--title-color);
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-position: bottom left;
  background-image: -webkit-linear-gradient(right, var(--title-color), var(--title-color));
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}

.blog-card.style11 .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card.style11 .blog-text {
  margin: 0;
  color: #363739;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .blog-card.style11 .blog-text {
    margin-bottom: 30px;
  }
}

.blog-card.style11 .blog-img {
  height: 280px;
  position: relative;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media (min-width: 1200px) {
  .blog-card.style11 .blog-img {
    height: auto;
    width: calc(100% - 218px);
  }
}

.blog-card.style11 .blog-img img {
  border-radius: inherit;
}

.blog-card.style11 .blog-meta {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  overflow: hidden;
  padding: 8px 18px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .blog-card.style11 .blog-meta {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: calc(100% - 220px);
  }
}

.blog-card.style11 .blog-meta::before {
  top: 0;
  left: 0px;
  width: 65px;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--theme-color);
}

.blog-card.style11 .blog-meta .date {
  width: 65px;
  font-weight: bold;
  text-align: center;
  padding-right: 30px;
}

.blog-card.style11 .blog-meta .date p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.blog-card.style11 .blog-meta ul {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card.style11 .blog-meta ul a {
  font-size: 16px;
  color: #363739;
  line-height: 28px;
  font-weight: normal;
}

.blog-card.style11 .blog-meta ul a i {
  color: var(--theme-color);
}

.blog-card.style11 .blog-content {
  padding: 30px;
  padding-top: 45px;
  background-color: #F3F1F2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 1200px) {
  .blog-card.style11 .blog-content {
    top: 50%;
    right: 0px;
    padding: 40px;
    position: absolute;
    border-radius: 10px;
    width: calc(100% - 212px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.blog-card.style11 .blog-content::after {
  display: none;
}

.blog-card.style11 .link-btn {
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
}

.blog-card.style12 .blog-content, .blog-card.style13 .blog-content {
  padding: 40px;
}

.blog-card.style12 .blog-content .blog-date, .blog-card.style13 .blog-content .blog-date {
  top: -35px;
  right: 51.8px;
}

.blog-card.style12 .blog-date, .blog-card.style13 .blog-date {
  width: 66px;
  height: 70px;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 9.8px 12px 24.2px;
  background-color: var(--theme-color);
}

.blog-card.style12 .blog-date > span,
.blog-card.style12 .blog-date p, .blog-card.style13 .blog-date > span,
.blog-card.style13 .blog-date p {
  color: #fff;
}

.blog-card.style12 .blog-date > span, .blog-card.style13 .blog-date > span {
  top: 50%;
  left: -5px;
  line-height: 1;
  display: inline;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.blog-card.style12 .blog-date p, .blog-card.style13 .blog-date p {
  line-height: 1;
  font-size: 18px;
}

.blog-card.style12 .blog-date p span, .blog-card.style13 .blog-date p span {
  line-height: 1;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.blog-card.style12 .blog-meta, .blog-card.style13 .blog-meta {
  margin-bottom: 20px;
}

.blog-card.style12 .blog-meta a, .blog-card.style13 .blog-meta a {
  color: #6F6E77;
  margin-right: 0px;
}

.blog-card.style12 .blog-meta a::after, .blog-card.style13 .blog-meta a::after {
  margin: 0px 10px;
}

.blog-card.style12 .blog-meta-author img, .blog-card.style13 .blog-meta-author img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-card.style12 .blog-title, .blog-card.style13 .blog-title {
  font-size: 20px;
  line-height: 30px;
}

.blog-card.style12 .blog-text, .blog-card.style13 .blog-text {
  color: #363739;
  margin-bottom: 30px;
}

.blog-card.style12 .blog-bottom, .blog-card.style13 .blog-bottom {
  border: 0px;
  padding: 0px;
}

.blog-card.style12 .blog-bottom .link-btn, .blog-card.style13 .blog-bottom .link-btn {
  font-size: 16px;
  line-height: 1.625;
  color: var(--theme-color);
}

.blog-card.style13 {
  overflow: hidden;
  position: relative;
}

.blog-card.style13::before {
  inset: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background: -webkit-linear-gradient(91.96deg, #141422 1.26%, rgba(20, 20, 34, 0) 52.32%);
  background: linear-gradient(358.04deg, #141422 1.26%, rgba(20, 20, 34, 0) 52.32%);
}

.blog-card.style13 .blog-meta {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card.style13 .blog-meta a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blog-card.style13 .blog-meta .blog-date p span {
  color: #fff;
}

.blog-card.style13 .blog-meta li:last-child {
  position: relative;
}

.blog-card.style13 .blog-meta li:last-child::before {
  content: "";
  top: 50%;
  left: -10px;
  width: 1px;
  height: 13px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #CDCDCD;
}

.blog-card.style13 .blog-date {
  left: auto;
  position: relative;
  top: auto !important;
  right: auto !important;
}

.blog-card.style13 .blog-date > span {
  margin: 0px;
}

.blog-card.style13 .blog-date > span::after {
  display: none;
}

.blog-card.style13 .blog-content {
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
}

.blog-card.style13 .blog-content::after {
  display: none;
}

.blog-card.style13 .blog-content .blog-text,
.blog-card.style13 .blog-content .blog-title {
  color: #fff;
}

.blog-card.style13 .blog-content .blog-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0px;
}

.blog-card.style13 .blog-content .blog-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), 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.style13 .blog-content .blog-title a:hover {
  background-size: 100% 2px;
}

.blog-grid-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  gap: 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
}

.blog-grid-card .blog-img {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  position: relative;
}

.blog-grid-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid-card .blog-img .blog-date {
  background: var(--theme-color);
  position: absolute;
  right: 30px;
  top: 30px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 11px 6.5px 3px;
}

.blog-grid-card .blog-img .blog-date::first-line {
  font-size: 22px;
  line-height: 20px;
}

.blog-grid-card .blog-meta {
  margin-bottom: 13px;
}

.blog-grid-card .box-title {
  margin-bottom: 11px;
}

.blog-grid-card .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), 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-grid-card .box-title a:hover {
  background-size: 100% 2px;
}

.blog-grid-card .blog-content {
  padding: 24px 40px 20px 0;
}

.blog-grid-card .blog-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid var(--th-border-color);
  padding-top: 20px;
}

.blog-grid-card .link-btn {
  color: var(--title-color);
}

.blog-grid-card .link-btn:before {
  background-color: var(--theme-color);
}

.blog-grid-card .link-btn:hover {
  color: var(--theme-color);
}

.blog-grid-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.blog-grid-card.style2, .blog-grid-card.style3, .blog-grid-card.style4 {
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .blog-grid-card.style2, .blog-grid-card.style3, .blog-grid-card.style4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 575px) {
  .blog-grid-card.style2 .blog-img, .blog-grid-card.style3 .blog-img, .blog-grid-card.style4 .blog-img {
    height: 200px;
  }
}

.blog-grid-card.style2 .blog-img img, .blog-grid-card.style3 .blog-img img, .blog-grid-card.style4 .blog-img img {
  height: 100%;
}

.blog-grid-card.style2 .blog-img .blog-date, .blog-grid-card.style3 .blog-img .blog-date, .blog-grid-card.style4 .blog-img .blog-date {
  top: 20px;
  left: 20px;
}

.blog-grid-card.style2 .blog-content, .blog-grid-card.style3 .blog-content, .blog-grid-card.style4 .blog-content {
  padding: 32px 30px 28px;
}

.blog-grid-card.style2 .blog-meta, .blog-grid-card.style3 .blog-meta, .blog-grid-card.style4 .blog-meta {
  margin-bottom: 20px;
}

.blog-grid-card.style2 .blog-meta a, .blog-grid-card.style3 .blog-meta a, .blog-grid-card.style4 .blog-meta a {
  color: #6F6E77;
  margin-right: 0px;
}

.blog-grid-card.style2 .blog-meta a::after, .blog-grid-card.style3 .blog-meta a::after, .blog-grid-card.style4 .blog-meta a::after {
  margin: 0px 10px;
}

.blog-grid-card.style2 .blog-meta-author img, .blog-grid-card.style3 .blog-meta-author img, .blog-grid-card.style4 .blog-meta-author img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.blog-grid-card.style2 .blog-date, .blog-grid-card.style3 .blog-date, .blog-grid-card.style4 .blog-date {
  width: 66px;
  height: 70px;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 9.8px 12px 24.2px;
  background-color: var(--theme-color);
}

.blog-grid-card.style2 .blog-date > span,
.blog-grid-card.style2 .blog-date p, .blog-grid-card.style3 .blog-date > span,
.blog-grid-card.style3 .blog-date p, .blog-grid-card.style4 .blog-date > span,
.blog-grid-card.style4 .blog-date p {
  color: #fff;
}

.blog-grid-card.style2 .blog-date > span, .blog-grid-card.style3 .blog-date > span, .blog-grid-card.style4 .blog-date > span {
  top: 50%;
  left: -5px;
  line-height: 1;
  display: inline;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.blog-grid-card.style2 .blog-date p, .blog-grid-card.style3 .blog-date p, .blog-grid-card.style4 .blog-date p {
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}

.blog-grid-card.style2 .blog-date p span, .blog-grid-card.style3 .blog-date p span, .blog-grid-card.style4 .blog-date p span {
  line-height: 1;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.blog-grid-card.style2 .blog-bottom, .blog-grid-card.style3 .blog-bottom, .blog-grid-card.style4 .blog-bottom {
  border: 0px;
  padding: 0px;
}

.blog-grid-card.style2 .box-title, .blog-grid-card.style3 .box-title, .blog-grid-card.style4 .box-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
}

.blog-grid-card.style2 .blog-text, .blog-grid-card.style3 .blog-text, .blog-grid-card.style4 .blog-text {
  color: #363739;
}

.blog-grid-card.style2 .link-btn, .blog-grid-card.style3 .link-btn, .blog-grid-card.style4 .link-btn {
  font-size: 16px;
  line-height: 26px;
}

.blog-grid-card.style3 .blog-img {
  width: 100%;
}

.blog-grid-card.style3 .blog-img .blog-date {
  top: auto;
  left: 25px;
  bottom: 25px;
}

.blog-grid-card.style3 .blog-content {
  padding: 25px;
}

.blog-grid-card.style3 .blog-meta {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-grid-card.style3 .blog-meta-author {
  padding: 0px;
}

.blog-grid-card.style3 .blog-meta-author img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.blog-grid-card.style3 .blog-meta a {
  font-size: 14px;
  line-height: 20px;
}

.blog-grid-card.style3 .blog-meta a::after {
  left: 10px;
  margin: 0px;
}

.blog-grid-card.style3 .blog-text {
  color: #6F6E77;
  font-size: 16px;
}

.blog-grid-card.style3 .link-btn {
  color: var(--theme-color);
}

@media (max-width: 767px) {
  .blog-grid-card.style4 .blog-img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .blog-grid-card.style4 .blog-content .blog-meta {
    gap: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.blog-navigation {
  border-top: 1px solid var(--th-border-color);
  border-bottom: 1px solid var(--th-border-color);
  padding: 40px 0;
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-navigation .nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-navigation .nav-btn:hover .icon-btn {
  background: transparent;
  color: var(--theme-color);
}

.blog-navigation .icon-btn {
  --btn-size: 60px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}

.blog-navigation .nav-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  display: block;
  margin-bottom: 8px;
}

.blog-navigation .nav-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--body-color);
  font-family: var(--title-font);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .blog-card .blog-content {
    padding: 30px 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-grid-card {
    gap: 30px;
  }
  .blog-grid-card .box-title {
    font-size: 22px;
  }
  .blog-grid-card .blog-content {
    padding: 24px 30px 20px 0;
  }
}

@media (max-width: 1200px) {
  .blog-card.style2 .blog-content {
    margin: 0;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  }
  .blog-grid-card .blog-img {
    width: 200px;
  }
  .blog-grid-card .blog-img img {
    height: 100%;
    object-fit: cover;
  }
  .blog-card.style4 .blog-content {
    padding: 33px 10px 40px;
  }
  .blog-card.style5 .blog-content {
    padding: 30px 30px 25px;
  }
  .blog-card.style5 .blog-img .blog-date {
    left: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-card.style2 .blog-content {
    margin: -127px 30px 0;
  }
  .blog-grid-card .blog-content {
    width: 100%;
  }
  .blog-grid-card .blog-img {
    width: auto;
    height: 200px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-card .blog-content {
    padding: 30px 30px;
  }
  .blog-card .box-title {
    font-size: 22px;
  }
  .blog-card.style2 .blog-content {
    margin: 0;
  }
  .blog-grid-card .blog-img {
    height: 231px;
  }
  .blog-meta span:after,
  .blog-meta a:after {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-content {
    padding: 30px 40px;
  }
  .blog-card .box-title {
    font-size: 24px;
  }
  .blog-card.style2 .blog-content {
    margin: -127px 30px 0;
  }
  .blog-card.style3 .blog-content {
    padding: 29px 30px 20px;
  }
  .blog-card.style3 .blog-title {
    font-size: 24px;
  }
  .blog-grid-card .blog-img {
    height: 259px;
    width: 185px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-grid-card {
    display: block;
  }
  .blog-grid-card .blog-img {
    width: 100%;
    height: auto;
  }
  .blog-grid-card .blog-content {
    padding: 24px 30px 20px;
  }
  .blog-card.style6 .box-title {
    font-size: 20px;
  }
  .blog-card.style6 .blog-content {
    padding: 30px 20px 25px;
  }
}

@media (max-width: 410px) {
  .blog-card .blog-content {
    padding: 30px 30px;
  }
  .blog-card .box-title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .blog-card.style2 .blog-content {
    margin: 0;
    padding: 30px 20px;
  }
  .blog-card.style3 .blog-content {
    padding: 29px 20px 20px;
  }
  .blog-grid-card .blog-content {
    padding: 24px 20px 20px;
  }
  .blog-card.style4 .blog-content {
    padding: 23px 0px 25px;
  }
}

@media (max-width: 350px) {
  .blog-card .blog-content {
    padding: 30px 20px;
  }
  .blog-card .box-title {
    font-size: 20px;
  }
  .blog-card .blog-meta span, .blog-card .blog-meta a {
    margin-right: 0px;
    padding-right: 10px;
  }
  .blog-card .blog-meta span:after, .blog-card .blog-meta a:after {
    margin-left: 12px;
  }
  .blog-card .blog-meta span:last-child, .blog-card .blog-meta a:last-child {
    padding-right: 0;
  }
  .blog-grid-card .blog-meta span,
  .blog-grid-card .blog-meta a {
    margin-right: 0px;
    padding-right: 10px;
  }
  .blog-grid-card .blog-meta span:after,
  .blog-grid-card .blog-meta a:after {
    margin-left: 12px;
  }
  .blog-grid-card .blog-meta span:last-child,
  .blog-grid-card .blog-meta a:last-child {
    padding-right: 0;
  }
}

/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-sec1 {
  position: relative;
  z-index: 4;
  border-radius: 10px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  /* Small devices */
}

.brand-sec1:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--title-color);
  border-radius: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
          clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
  z-index: -1;
  /* Extra large devices */
  /* Medium Large devices */
}

@media (max-width: 1500px) {
  .brand-sec1:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
            clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
  }
}

@media (max-width: 1299px) {
  .brand-sec1:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
            clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
  }
}

@media (max-width: 767px) {
  .brand-sec1 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .brand-sec1:after {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.brand-sec1 .slick-arrow {
  visibility: visible;
  opacity: 1;
}

/* Small devices */
@media (max-width: 767px) {
  .brand-box.py-20 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.brand-area-1,
.brand-area-2 {
  padding: 60px 0;
}

.brand-area-2 {
  padding-bottom: 250px;
}

@media (min-width: 1200px) {
  .brand-area-2 {
    z-index: 2;
    position: relative;
  }
}

/*------------------- 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: 400;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 18px;
}

.checklist li > i {
  color: var(--theme-color);
  margin-top: 3px;
}

.checklist li:not(:last-child) {
  margin-bottom: 10px;
}

.checklist.style2 li {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  gap: 10px;
  line-height: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.checklist.style2 li:not(:last-child) {
  margin-bottom: 16px;
}

.checklist.style2 li > i {
  font-size: 14px;
  border-radius: 50%;
  background: rgba(230, 58, 39, 0.1);
  padding: 4px;
}

.checklist.style3 li:not(:last-child) {
  margin-bottom: 20px;
}

.checklist.style3 li > i {
  font-size: 25px;
}

.checklist.style4 li {
  color: #141D38;
}

.checklist.style4 li:not(:last-child) {
  margin-bottom: 20px;
}

.checklist.style4 li > i {
  font-size: 25px;
}

.checklist.style4 li img {
  max-width: 26px;
}

.checklist.style5 li {
  color: var(--body-color);
  font-family: var(--body-font);
  font-weight: 400;
}

.checklist.style5 li:not(:last-child) {
  margin-bottom: 13px;
}

.checklist.style5 li > i {
  font-size: 22px;
}

.checklist.mb-40 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}

.checklist.mb-45 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.newsletter-area {
  padding: 60px 0 52px;
}

.newsletter-area .sec-title {
  font-size: 30px;
  line-height: 40px;
}

.newsletter-area .newsletter-widget {
  max-width: none;
}

@media (max-width: 1600px) {
  .newsletter-thumb {
    width: 460px;
    height: 100%;
  }
  .newsletter-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .newsletter-thumb {
    width: 400px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .newsletter-thumb {
    width: 365px;
  }
}

@media (max-width: 1200px) {
  .newsletter-thumb {
    width: 330px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .newsletter-thumb {
    width: 260px;
  }
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.img-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}

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

.img-half.img-right {
  right: 0;
}

.img-half.img-left {
  left: 0;
}

.th-video {
  position: relative;
  border-radius: 5px;
}

.th-video img {
  border-radius: inherit;
}

.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.th-video .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.icon-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.icon-box .slick-arrow {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

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

.video-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--body-color);
  text-transform: uppercase;
  line-height: 1.6;
}

.video-btn .play-btn {
  --icon-size: 50px;
  margin-right: 15px;
}

.video-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding-right: 0.1em;
}

.video-btn .play-btn:before {
  background-color: var(--theme-color);
}

.video-btn .small-text {
  font-size: 10px;
  text-decoration: underline;
  display: block;
}

.video-btn .big-text {
  font-size: 14px;
  font-weight: 500;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .pricing-area-1 .title-area .img-box {
    margin-top: 25px;
    margin-left: -60px;
  }
}

@media (min-width: 992px) {
  .discover-area-1 .play-btn i {
    --icon-size: 90px;
  }
}

.brand-area-1 .marquee-wrap {
  padding: 60px 0;
}

.brand-area-1 .marquee-wrap .marquee__group .m-item {
  margin-bottom: 0;
  margin-right: 25px;
  display: inline-block;
}

@media (min-width: 768px) {
  .brand-area-1 .marquee-wrap .marquee__group .m-item {
    margin-right: 50px;
  }
}

.brand-area-1 .marquee-wrap .marquee__group .m-item img {
  margin-right: 20px;
}

/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
.wcu-wrap1 {
  max-width: 630px;
}

.wcu-wrap2 .sec-content {
  max-width: 600px;
}

.wcu-img-half {
  height: 100%;
  margin-right: 126px;
}

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

.wcu-box {
  background: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

.wcu-box_icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wcu-box_title {
  margin-bottom: 0;
  font-size: 22px;
}

.wcu-box_title a {
  color: var(--title-color);
}

.wcu-box_title a:hover {
  color: var(--theme-color);
}

.wcu-box:hover .wcu-box_icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.appointment-form-wrap {
  --bs-gutter-x: 10px;
  width: 390px;
  margin-left: auto;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  margin-right: 56px;
  padding: 53px 50px 50px;
  margin-bottom: -511px;
  position: relative;
}

.appointment-form-wrap:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 60px;
  top: 0;
  right: 0;
  border-bottom: solid 30px #B82110;
  border-left: solid 35px #B82110;
  border-right: solid 35px transparent;
  border-top: solid 30px transparent;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.wcu-thumb-2 {
  margin-left: -120px;
}

.wcu-thumb-3.img-half {
  width: 42.5%;
  min-height: 809px;
}

.wcu-card {
  background: var(--white-color);
  padding: 40px;
}

.wcu-card_icon {
  margin-bottom: 20px;
}

.wcu-card_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wcu-card_title {
  font-size: 22px;
  margin-top: -0.35em;
  margin-bottom: 5px;
}

.wcu-card_title a {
  color: var(--title-color);
}

.wcu-card_title a:hover {
  color: var(--theme-color);
}

.wcu-card_text {
  margin-bottom: -0.4em;
}

.wcu-card:hover .wcu-card_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.wcu-card.style2 {
  border-top: 2px solid var(--theme-color);
  padding: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wcu-card.style2 .wcu-card_icon {
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wcu-card.style2 .wcu-card_title {
  margin-bottom: -0.35em;
}

.wcu-card.style2 .wcu-card_title a {
  background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}

.wcu-card.style2:hover {
  background: var(--theme-color);
}

.wcu-card.style2:hover .wcu-card_icon {
  -webkit-filter: brightness(99);
          filter: brightness(99);
}

.wcu-card.style2:hover .wcu-card_title a {
  color: var(--white-color);
}

.wcu-card.style2:hover .wcu-card_title a:hover {
  background-size: 100% 2px;
}

.wcu-card.style3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--white-color);
  padding: 35px;
}

.wcu-card.style3 .wcu-card_text {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wcu-card.style3 .wcu-card_title {
  max-width: 170px;
  margin-bottom: 8px;
}

.wcu-card.style3 .wcu-card_icon {
  margin-bottom: 25px;
}

.wcu-card.style3:hover {
  background: var(--theme-color);
  margin-top: -10px;
}

.wcu-card.style3:hover .wcu-card_icon {
  -webkit-filter: brightness(99);
          filter: brightness(99);
}

.wcu-card.style3:hover .wcu-card_title a {
  color: var(--white-color);
}

.wcu-card.style3:hover .wcu-card_title a:hover {
  background-size: 100% 2px;
}

.wcu-card.style3:hover .wcu-card_text {
  color: var(--white-color);
}

.wcu-card.style4 {
  border-top: 2px solid var(--theme-color);
  padding: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--smoke-color);
}

.wcu-card.style4 .wcu-card_icon {
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wcu-card.style4 .wcu-card_title {
  margin-bottom: -0.35em;
}

.wcu-card.style4 .wcu-card_title a {
  background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}

.wcu-card.style4:hover {
  background: var(--theme-color);
}

.wcu-card.style4:hover .wcu-card_icon {
  -webkit-filter: brightness(99);
          filter: brightness(99);
}

.wcu-card.style4:hover .wcu-card_title a {
  color: var(--white-color);
}

.wcu-card.style4:hover .wcu-card_title a:hover {
  background-size: 100% 2px;
}

.wcu-card.style5 {
  z-index: 1;
  padding: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
}

.wcu-card.style5 .wcu-card_icon {
  margin-bottom: 40px;
}

.wcu-card.style5 .wcu-card_bg {
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.1;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wcu-card.style5 .wcu-card_bg img {
  max-width: none;
}

.wcu-card.style5 .wcu-card_title a,
.wcu-card.style5 .wcu-card_text {
  color: #fff;
}

.wcu-card.style5 .wcu-card_title {
  font-size: 24px;
  line-height: 34px;
}

.wcu-card-wrap {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wcu-card-wrap:hover {
  padding-bottom: 10px;
}

.apppointment-area-1 {
  padding: 80px 80px 0;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.apppointment-area-1 .appointment-form-wrap {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
  margin-left: auto;
  margin-bottom: -28px;
}

.apppointment-area-1 .appointment-form-wrap:after {
  display: none;
}

.appointment-wrap {
  max-width: 501px;
}

.apppointment-area-2 {
  margin-top: -180px;
}

.appointment-area-3 {
  padding: 80px 0px;
}

@media (min-width: 992px) {
  .appointment-area-3 {
    padding-top: 0px;
    padding-bottom: 120px;
  }
}

.appointment-area-4 {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .appointment-area-4 {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .appointment-area-4 {
    padding-top: 0px;
    margin-top: -80px;
  }
}

.appointment-content {
  padding: 30px;
}

@media (min-width: 768px) {
  .appointment-content {
    padding: 80px;
  }
}

.appointment-content.layout2 {
  z-index: 2;
  padding: 0px;
}

@media (min-width: 575px) {
  .appointment-content.layout2 {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .appointment-content.layout2 {
    padding: 60px 68px;
    box-shadow: 0px 0px 30px 0px #0000000F;
  }
}

.appointment-content.layout2 .mask {
  top: 50%;
  left: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.why-sec-v3 {
  padding-top: calc(120px + 124.5px);
}

.wcu-card-slider {
  margin-right: -100px;
}

.wcu-card-slider .slick-center .wcu-card-wrap {
  padding-bottom: 10px;
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 {
  background: var(--theme-color);
  margin-top: -10px;
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_icon {
  -webkit-filter: brightness(99);
          filter: brightness(99);
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_title a {
  color: var(--white-color);
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_title a:hover {
  background-size: 100% 2px;
}

.wcu-card-slider .slick-center .wcu-card-wrap .wcu-card.style3 .wcu-card_text {
  color: var(--white-color);
}

.why-sec-v5 {
  padding-top: calc(120px + 218px);
}

@media (min-width: 1200px) {
  .why-sec-v6 .top-content,
  .why-sec-v6 .bottom-content {
    position: relative;
  }
}

.why-sec-v6 .top-content {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .why-sec-v6 .top-content {
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .why-sec-v6 .top-content {
    z-index: 2;
    padding-bottom: 0px;
    margin-bottom: -170px;
  }
}

.why-sec-v6 .bottom-content {
  padding: 80px 0px;
}

@media (min-width: 992px) {
  .why-sec-v6 .bottom-content {
    padding: 120px 0px;
  }
}

@media (min-width: 1200px) {
  .why-sec-v6 .bottom-content {
    z-index: 1;
    padding-top: 220px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1400px) {
  .why-sec-v6 .bottom-content {
    padding-top: 288px;
  }
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .wcu-img-half {
    height: 651px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .wcu-thumb-2 {
    margin-left: -55px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .wcu-card-slider {
    margin-right: 0;
  }
  .wcu-card.style4 {
    padding: 25px 25px 30px;
  }
  .wcu-thumb-3.img-half {
    min-height: 763px;
  }
}

@media (max-width: 1200px) {
  .wcu-wrap1 {
    max-width: 545px;
  }
  .wcu-box_title {
    font-size: 18px;
  }
  .wcu-box {
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wcu-thumb-2 {
    margin-left: 0;
  }
  .wcu-card_title {
    font-size: 19px;
  }
  .apppointment-area-1 {
    margin-bottom: 0;
  }
  .apppointment-area-1 .appointment-form-wrap {
    margin-bottom: 0;
  }
  .wcu-card.style3 .wcu-card_text {
    font-size: 14px;
  }
  .wcu-thumb-3.img-half {
    min-height: 746px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .wcu-wrap1 {
    max-width: 630px;
    margin: auto;
    text-align: center;
  }
  .wcu-wrap1 .wcu-box {
    text-align: left;
  }
  .wcu-wrap1 .wcu-box_title {
    font-size: 20px;
  }
  .wcu-card_title {
    font-size: 22px;
  }
  .apppointment-area-1 .appointment-form-wrap {
    margin: 60px 0 80px;
    width: 510px;
  }
  .apppointment-area-2 {
    padding: 60px;
  }
  .why-sec-v3 {
    padding-top: calc(120px + 100.5px);
  }
  .wcu-thumb-3.img-half {
    min-height: 720px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .appointment-form-wrap {
    margin-right: 38px;
  }
  .wcu-img-half {
    margin-right: 108px;
    overflow: hidden;
  }
  .wcu-img-half img {
    min-height: 650px;
  }
  .wcu-card {
    padding: 30px;
  }
  .wcu-card_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wcu-card_text {
    font-size: 14px;
  }
  .apppointment-area-1 .appointment-form-wrap {
    width: auto;
  }
  .why-sec-v3 {
    padding-top: 80px;
  }
  .wcu-thumb-3.img-half {
    position: initial;
    width: 100%;
    margin: -80px 0 40px;
  }
  .wcu-card.style3 {
    text-align: center;
    padding: 25px;
  }
  .wcu-card.style3 .wcu-card_title {
    margin-left: auto;
    margin-right: auto;
  }
  .why-sec-v5 {
    padding-top: calc(120px + 177px);
  }
  .apppointment-area-2 {
    margin-top: -220px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .wcu-wrap1 {
    max-width: none;
    margin: 0 40px;
  }
  .wcu-wrap1 .wcu-box_title {
    font-size: 18px;
  }
  .wcu-box {
    padding: 20px;
  }
  .apppointment-area-1 {
    padding: 50px 50px 0;
  }
  .apppointment-area-1 .appointment-form-wrap {
    margin: 40px 0 50px;
  }
  .wcu-card.style3 .wcu-card_text {
    font-size: 14px;
  }
  .wcu-thumb-3.img-half {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .wcu-img-half {
    margin-right: 85px;
  }
  .wcu-img-half img {
    min-height: 200px;
  }
  .appointment-form-wrap {
    margin: 0 15px;
    width: auto;
  }
  .wcu-wrap1 {
    margin: 0 15px;
  }
  .apppointment-area-1 {
    padding: 60px 30px;
  }
  .apppointment-area-1 .appointment-form-wrap {
    margin: 40px 0 0px;
    padding: 30px;
  }
  .wcu-card.style3 .wcu-card_text {
    font-size: 14px;
  }
  .wcu-card.style3 .wcu-card_details {
    max-width: 200px;
  }
  .apppointment-area-2 {
    padding: 40px;
  }
  .wcu-card.style3 .wcu-card_details {
    margin: auto;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .wcu-img-half {
    margin: 0;
  }
  .appointment-form-wrap {
    padding: 33px 30px 30px;
  }
  .appointment-form-wrap:after {
    display: none;
  }
  .wcu-card_title {
    font-size: 19px;
  }
  .apppointment-area-1 .appointment-form-wrap .th-btn {
    padding: 17.5px 10px;
  }
}

@media (max-width: 320px) {
  .apppointment-area-1 {
    padding: 60px 20px;
  }
  .apppointment-area-1 .appointment-form-wrap {
    padding: 20px;
  }
  .apppointment-area-1 .appointment-form-wrap .th-btn {
    padding: 17.5px 15px;
  }
  .appointment-form-wrap .th-btn {
    padding: 17.5px 15px;
  }
  .apppointment-area-2 {
    padding: 40px 30px;
  }
  .apppointment-area-2 .about-info-wrap.style4 .about-info-link {
    font-size: 18px;
  }
  .apppointment-area-2 .appointment-form .th-btn {
    padding: 17.5px 15px;
  }
}

/*********appointment area 3**********/
.appointment-thumb {
  position: relative;
  height: 100%;
  z-index: 1;
  /* Medium devices */
}

.appointment-thumb img {
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}

.appointment-thumb:after, .appointment-thumb:before {
  content: '';
  position: absolute;
  left: -53px;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background: var(--theme-color);
  z-index: -1;
}

.appointment-thumb:after {
  opacity: 0.2;
  left: calc(-53px - 40px);
  width: calc(100% + 80px);
  -webkit-clip-path: polygon(22% 0%, 100% 0%, 78% 100%, 0% 100%);
          clip-path: polygon(22% 0%, 100% 0%, 78% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .appointment-thumb:before {
    left: 0;
  }
  .appointment-thumb:after {
    left: calc(-55px + 20px);
    width: calc(100% + 70px);
  }
}

.why-sec-v7 {
  padding: 80px 0px;
}

@media (min-width: 992px) {
  .why-sec-v7 {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .why-sec-v7 {
    padding: 0px;
    margin-top: -150px;
  }
}

@media (max-width: 1199px) {
  .inner-wrapper.layout-11 {
    background-image: none !important;
  }
}

@media (min-width: 1200px) {
  .inner-wrapper.layout-11 {
    z-index: 1;
    padding: 120px 0px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #0000000F;
  }
}

.inner-wrapper.layout-11 .mask {
  display: none;
}

@media (min-width: 1200px) {
  .inner-wrapper.layout-11 .mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    position: absolute;
  }
}

.inner-wrapper.layout-11 .mask img {
  width: 100%;
  height: 100%;
}

.why-sec-v8 {
  position: relative;
  padding: 80px 0px;
}

@media (min-width: 992px) {
  .why-sec-v8 {
    padding: 120px 0px;
  }
}

@media (min-width: 1200px) {
  .why-sec-v8 {
    z-index: 2;
    margin-top: -138px;
    padding-top: 0px;
  }
}

.why-sec-v8 .title-area .sec-text {
  color: #000;
}

@media (min-width: 1200px) {
  .why-sec-v8 .img-box13 {
    left: 0px;
    z-index: 2;
    position: absolute;
    top: calc(50% + 8px);
    width: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.why-sec-v8 .card {
  --th-card-padding-y: 0px;
  --th-card-padding-x: 0px;
}

@media (max-width: 1199px) {
  .why-sec-v8 .card {
    box-shadow: none;
    background-image: none !important;
  }
}

@media (min-width: 1200px) {
  .why-sec-v8 .card {
    --th-card-padding-y: 80px;
    --th-card-padding-x: 80px;
  }
}

@media (min-width: 1200px) {
  .why-sec-v8 .card {
    box-shadow: 0px 0px 30px 0px #0000000F;
  }
}

@media (min-width: 1200px) {
  .why-sec-v8 .card-body {
    padding-left: 180px;
  }
}

@media (min-width: 1480px) {
  .why-sec-v8 .card-body {
    padding-left: 250px;
  }
}

.why-sec-v8 .about-feature {
  border: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 575px) {
  .why-sec-v8 .about-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.why-sec-v8 .about-feature-wrap {
  margin: 0px;
  max-width: 475px;
}

.why-sec-v8 .about-feature_icon {
  border-radius: 0px;
}

.why-sec-v8 .about-feature_title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .title-area.two p {
    max-width: 565px;
  }
}

.wcu-card-slider.layout2 {
  margin: 0px -12px;
}

.wcu-card-slider.layout2 .slick-current .wcu-card {
  background-color: var(--theme-color);
}

.wcu-card-slider.layout2 .slick-current .wcu-card .wcu-card_title a {
  color: #fff;
}

.wcu-card-slider.layout2 .slick-current .wcu-card .wcu-card_icon {
  -webkit-filter: brightness(99);
          filter: brightness(99);
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 0px;
  overflow: hidden;
  background-color: var(--white-color);
}

.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--body-font);
  border: 0;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 60px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  box-shadow: none;
}

.accordion-card .accordion-button:after {
  content: "\f070";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 400;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
  padding-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 0;
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: '\f06e';
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  color: var(--theme-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  margin: 0px 30px 0px 30px;
  padding: 20px 0 30px;
  border-top: 1px solid #CDCDCD;
}

.accordion-card .faq-text {
  margin-bottom: -0.48em;
  margin-top: -0.4em;
}

.accordion-card.style2 {
  box-shadow: none;
  border: 1px solid var(--smoke-color2);
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
}

.accordion-card.style2:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card.style2 .accordion-button {
  background-color: var(--white-color);
  box-shadow: none;
}

.accordion-card.style2 .accordion-button:not(.collapsed) {
  color: var(--white-color);
  border-bottom: none;
  background-color: var(--theme-color);
}

.accordion-card.style3 {
  border-radius: 20px;
  box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
}

.accordion-card.style3:not(:last-child) {
  margin-bottom: 30px;
}

.accordion-card.style3 .accordion-button {
  background-color: var(--white-color);
  box-shadow: none;
}

.accordion-card.style3 .accordion-button:not(.collapsed) {
  color: var(--title-color);
  background-color: var(--white-color);
  box-shadow: none;
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
  color: var(--theme-color);
}

.accordion-card.style3 .accordion-body {
  padding: 0 30px 30px 30px;
}

.accordion-card.style4 {
  border: 1px solid var(--gray-color);
}

.accordion-card.style4 .accordion-button {
  padding: 12px 50px 12px 30px;
}

/* Faq 2 ---------------------------------- */
.accordion-area.style2 .accordion-card:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .faq-bg-img1 {
    right: -8% !important;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .faq-bg-img1 {
    right: -13% !important;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .faq-bg-img1 {
    right: -24% !important;
  }
}

@media (max-width: 1200px) {
  .faq-bg-img1 {
    right: -35% !important;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

/* Faq 3 ---------------------------------- */
.accordion-area.style3 {
  padding: 40px;
  position: relative;
  z-index: 1;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .accordion-area.style3 {
    padding: 24px;
  }
}

/* Faq 4 ---------------------------------- */
.accordion-area.style4 {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--smoke-color);
}

@media (min-width: 768px) {
  .accordion-area.style4 {
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .accordion-area.style4 {
    width: 100%;
    position: absolute;
  }
}

.accordion-area.style4 .accordion-card, .accordion-area.style4 .accordion-button {
  background-color: var(--smoke-color);
}

.accordion-area.style4 .accordion-card {
  border-radius: 10px;
  border-color: var(--th-border-color);
}

@media (min-width: 768px) {
  .accordion-area.style4 .accordion-card:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* Faq 5 ---------------------------------- */
.accordion-area.style5 {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .accordion-area.style5 {
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .accordion-area.style5 {
    width: 100%;
  }
}

.accordion-area.style5 .accordion-card {
  border-radius: 0px;
  border-color: var(--th-border-color);
}

@media (min-width: 768px) {
  .accordion-area.style5 .accordion-card:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* Faq 4 ---------------------------------- */
.solution-area-1,
.solution-area-3 {
  padding: 80px 0px;
}

@media (min-width: 992px) {
  .solution-area-1,
  .solution-area-3 {
    padding: 120px 0px;
  }
}

@media (min-width: 1200px) {
  .solution-area-1 {
    z-index: 1;
    padding-top: 270px;
    margin-top: -270px;
    margin-bottom: 120px;
    padding-bottom: 113px;
  }
}

.solution-content {
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .solution-content {
    text-align: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.solution-content .avatar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  position: relative;
}

.solution-content .avatar::before {
  top: 0;
  right: -15px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background-color: var(--theme-color);
}

.solution-content .text {
  color: #fff;
}

/* Faq 6 ---------------------------------- */
.faq-frame .about-experience-wrap {
  top: auto;
  right: 30px;
  bottom: -80px;
}

@media (min-width: 1200px) {
  .faq-frame .about-experience-wrap {
    right: -30px;
  }
}

.accordion-area.style6 {
  padding: 30px;
  background-color: var(--smoke-color);
}

@media (min-width: 992px) {
  .accordion-area.style6 {
    padding: 50px;
  }
}

.accordion-area.style6 .accordion-card,
.accordion-area.style6 .accordion-button {
  background-color: var(--smoke-color);
}

.accordion-area.style6 .accordion-card {
  border-color: var(--th-border-color);
}

/*------------------- 4.00. CTA -------------------*/
.cta-area-1 {
  padding: 45px 60px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-bottom: -147px;
}

.cta-area-1 .sec-title {
  font-size: 30px;
  font-weight: 800;
}

.cta-area-2 .sub-title {
  letter-spacing: 0.05em;
}

.cta-area-2 .sec-title {
  font-size: 60px;
  line-height: 70px;
}

.cta-area-3 {
  padding: 50px 0;
}

@media (max-width: 1600px) {
  .cta-thumb3 {
    width: 550px;
    height: 100%;
  }
  .cta-thumb3 img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .cta-thumb3 {
    width: 490px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-thumb3 {
    width: 460px;
  }
}

@media (max-width: 1200px) {
  .cta-area-2 .sec-title {
    font-size: 56px;
  }
  .cta-thumb3 {
    width: 400px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .cta-area-1 {
    padding: 45px 50px;
  }
  .cta-area-2 .sec-title {
    font-size: 46px;
    line-height: initial;
  }
  .cta-thumb3 {
    width: 350px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .cta-area-1 {
    margin-bottom: -216px;
  }
  .cta-area-2 .sec-title {
    font-size: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cta-area-1 {
    margin-bottom: -255px;
  }
  .cta-area-1 {
    padding: 45px 40px;
  }
  .cta-area-2 .sec-title {
    font-size: 34px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .cta-area-2 .sec-title {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .cta-area-1 .sec-title {
    font-size: 25px;
  }
}

/******cta-area 4******/
.cta-area-4 {
  padding: 60px;
  margin-top: -90px;
  margin-bottom: -90px;
  background-attachment: fixed;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .cta-area-4 {
    margin: 90px 0 0;
  }
}

@media (max-width: 575px) {
  .cta-area-4 {
    padding: 60px 30px;
  }
}

/******cta-area 5******/
.cta-area-5 {
  z-index: 1;
  padding: 80px 0px;
  position: relative;
  background-color: var(--theme-color);
}

@media (min-width: 1200px) {
  .cta-area-5 .cta-thumb5 {
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    pointer-events: none;
  }
}

/******cta-area 6******/
.cta-area-6 {
  padding: 80px 0px;
}

@media (min-width: 992px) {
  .cta-area-6 {
    padding: 120px 0px;
  }
}

@media (min-width: 1200px) {
  .cta-area-6 {
    z-index: 1;
    position: relative;
    padding-top: 214px;
    padding-bottom: 260px;
  }
}

.cta-content .play-btn {
  --icon-size: 90px;
  margin-bottom: 60px;
}

/******cta-area 8******/
.cta-area-8 {
  padding: 60px 0px;
}

.cta-area-8 .sec-title {
  font-size: 40px;
  line-height: 50px;
}

.cta {
  --th-section-space: 80px 0px;
  padding: var(--th-section-space);
}

.cta.layout-5 {
  z-index: 1;
  position: relative;
  background-color: var(--theme-color);
}

.cta.layout-5 .cta-mask {
  display: none;
}

@media (min-width: 1200px) {
  .cta.layout-5 .cta-mask {
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    pointer-events: none;
  }
}

/*------------------- 4.00. Service -------------------*/
/* Service Featured ---------------------------------- */
.service-area3-2 {
  padding-bottom: calc(73.5px + 120px);
}

.service-default-icon {
  background: var(--theme-color);
  display: inline-block;
  padding: 0 17px 17px;
  position: relative;
  z-index: 1;
}

.service-default-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -10px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}

.service-default-icon:after {
  content: '';
  position: absolute;
  width: 116px;
  height: 38px;
  top: 1px;
  left: 50%;
  border-bottom: solid 38px var(--theme-color);
  border-left: solid 58px transparent;
  border-right: solid 58px transparent;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: -1;
}

.service-featured {
  position: relative;
  z-index: 2;
}

.service-featured .service-default-icon {
  margin-bottom: 30px;
}

.service-featured_img {
  overflow: hidden;
}

.service-featured_img > img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-featured_content {
  background-color: var(--white-color);
  background: #F3F1F2;
  border-radius: 0;
  margin: -126px 30px 0;
  padding: 0 40px 27px;
  z-index: 1;
  position: relative;
  border-top: 2px solid var(--theme-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-featured_content .service-bg-shape {
  position: absolute;
  right: 0;
  z-index: -1;
}

.service-featured_content .service-bg-shape img {
  opacity: 0.6;
}

.service-featured_text {
  border-bottom: 1px solid var(--th-border-color);
  margin-bottom: 22px;
  padding-bottom: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-featured:hover .service-featured_content {
  background: var(--title-color);
}

.service-featured:hover .service-featured_content .service-bg-shape {
  opacity: 0.06;
}

.service-featured:hover .service-featured_content .box-title a {
  color: var(--white-color);
}

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

.service-featured:hover .service-featured_text {
  color: var(--gray-color);
  border-color: #363739;
}

.service-featured:hover .service-featured_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.service-featured:hover .service-default-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.service-featured.style2 {
  overflow: hidden;
}

.service-featured.style2 .service-featured_content {
  background: var(--title-color);
  padding: 0 30px 27px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.service-featured.style2 .service-featured_content .service-bg-shape {
  opacity: 0.06;
}

.service-featured.style2 .service-featured_content .service-bg-shape img {
  opacity: 1;
}

.service-featured.style2 .service-featured_content .box-title a {
  color: var(--white-color);
}

.service-featured.style2 .service-featured_content .box-title a:hover {
  color: var(--theme-color);
}

.service-featured.style2 .service-featured_text {
  color: var(--gray-color);
  border: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.service-featured.style2 .service-hover-wrap {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: -0.6em;
  max-width: 240px;
  height: 0;
}

.service-featured.style2 .service-featured_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.service-featured.style2 .service-default-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.service-featured.style2:hover .service-hover-wrap {
  opacity: 1;
  margin-bottom: 0;
  height: 97px;
}

.service-featured.style3:hover .service-featured_content {
  background-color: var(--title-color);
}

.service-featured.style3:hover .service-featured_content .service-bg-shape img {
  opacity: 1;
}

.service-featured.style3:hover .service-featured_text {
  color: #fff;
}

.service-featured.style3 .service-featured_text {
  border: 0px;
  padding: 0px;
  color: #363739;
  margin-bottom: 23px;
}

.service-featured.style3 .service-featured_content {
  margin: 0;
  border-width: 4px;
  background-color: #fff;
}

.service-featured.style3 .service-featured_content .service-bg-shape {
  bottom: 0;
}

.service-featured.style3 .link-btn {
  font-size: 16px;
  line-height: 26px;
}

.service-featured.style4:hover .service-featured_img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.service-featured.style4:hover .box-title a {
  color: var(--title-color);
}

.service-featured.style4:hover .service-featured_text {
  color: #363739;
}

.service-featured.style4:hover .link-btn {
  color: var(--theme-color);
}

.service-featured.style4 .link-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--title-color);
  text-transform: uppercase;
}

.service-featured.style4 .service-featured_img {
  z-index: 2;
  overflow: visible;
  position: relative;
  text-align: center;
  margin-bottom: -80px;
}

.service-featured.style4 .service-featured_img > img {
  margin: 0px auto;
  border-radius: 10px;
  width: calc(100% - 60px);
  border-bottom: 4px solid var(--theme-color);
}

.service-featured.style4 .service-default-icon {
  left: 50%;
  margin: 0px;
  width: 90px;
  height: 90px;
  padding: 0px;
  bottom: -45px;
  display: grid;
  position: absolute;
  border-radius: 50%;
  place-items: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-featured.style4 .service-default-icon::after {
  display: none;
}

.service-featured.style4 .service-featured_content {
  margin: 0px;
  border: 0px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.07);
}

.service-featured.style4 .service-featured_content .service-featured_text {
  border: 0px;
  padding: 0px;
  color: #000;
}

.service-featured.style5 {
  position: relative;
  margin-bottom: 25px;
}

.service-featured.style5:hover .service-featured_content {
  border-color: transparent;
}

.service-featured.style5:hover .service-featured_content .box-title a {
  color: var(--title-color);
}

.service-featured.style5:hover .service-featured_content .inner-content {
  max-height: 208px;
}

.service-featured.style5 .service-default-icon {
  top: 0px;
  left: 0px;
  margin: 0px;
  position: absolute;
}

.service-featured.style5 .service-featured_content {
  bottom: -25px;
  padding: 30px;
  position: absolute;
  padding-left: 100px;
  background-color: #fff;
  margin: 0px 20px 0px 35px;
  box-shadow: 0px 0px 30px 0px #0000000F;
}

.service-featured.style5 .service-featured_content .inner-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.service-featured.style5 .service-featured_content .box-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.service-featured.style5 .service-featured_content .service-featured_text {
  border: 0px;
  padding: 0px;
  font-size: 16px;
  color: #363739;
  line-height: 28px;
  margin-bottom: 13px;
}

.service-featured.style5 .service-featured_content .link-btn {
  font-size: 16px;
  line-height: 26px;
}

/* Service Card ---------------------------------- */
.service-card {
  position: relative;
  z-index: 2;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.07);
  background-color: var(--white-color);
  border-radius: 0px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.service-card .shape-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card .service-content {
  padding: 40px 30px;
  max-width: 340px;
  margin: auto;
}

.service-card .service-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.service-card .box-title {
  font-size: 22px;
  margin-top: 21px;
  margin-bottom: 10px;
}

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

.service-card_text {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: -0.5em;
}

.service-card .th-btn {
  border-top: 1px solid var(--th-border-color);
  font-size: 16px;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  border-radius: 0;
}

.service-card:hover {
  background: var(--title-color);
}

.service-card:hover .box-title {
  color: var(--white-color);
}

.service-card:hover .th-btn {
  background: var(--title-color);
  color: var(--white-color);
  border-color: rgba(205, 205, 205, 0.5);
}

.service-card:hover .th-btn:hover {
  border-color: var(--theme-color);
}

.service-card:hover .service-card_text {
  color: var(--th-border-color);
}

.service-card:hover .shape-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.service-card.style2 {
  text-align: start;
}

.service-card.style2 .service-content {
  padding: 40px 40px 14px;
  max-width: none;
}

.service-card.style2 .service-card_text {
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: 22px;
  margin-bottom: 13px;
}

.service-card.style2 .link-btn {
  color: var(--title-color);
}

.service-card.style2 .link-btn:before {
  display: none;
}

.service-card.style2:hover .service-card_text {
  border-bottom: 1px solid #363739;
}

.service-card.style2:hover .link-btn {
  color: var(--theme-color);
}

.service-card.style2:hover .link-btn:hover {
  color: var(--white-color);
}

.service-card.style5 {
  text-align: start;
}

.service-card.style5:hover {
  background-color: #fff;
}

.service-card.style5:hover .shape-icon {
  background-color: var(--title-color);
}

.service-card.style5:hover .box-title {
  color: var(--title-color);
}

.service-card.style5:hover .service-card_text {
  color: #6F6E77;
}

.service-card.style5:hover .link-btn {
  color: var(--theme-color);
}

.service-card.style5:hover .project-count::before {
  -webkit-text-fill-color: var(--theme-color);
}

.service-card.style5 .service-content {
  padding: 30px;
  max-width: none;
}

.service-card.style5 .shape-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background-color: var(--theme-color);
}

.service-card.style5 .box-title {
  margin-top: 25px;
  margin-bottom: 18px;
  color: var(--title-color);
}

.service-card.style5 .service-card_text {
  margin-bottom: 25px;
  color: var(--body-color);
}

.service-card.style5 .link-btn {
  padding: 0px;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
}

.service-card.style5 .link-btn::before {
  display: none;
}

.service-card.style5 .service-bg-shape {
  top: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
  width: auto;
  height: auto;
}

.service-card.style5 .service-bg-shape img {
  width: 60px;
  height: 60px;
  -webkit-filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%);
          filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%);
}

.service-card.style5 .project-count {
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
  font-family: var(--title-font);
  color: var(--theme-color);
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: white;
}

.service-card.style6 {
  text-align: start;
}

.service-card.style6:hover {
  background-color: #fff;
}

.service-card.style6:hover .service-card_img > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.service-card.style6:hover .service-content .box-title {
  color: var(--title-color);
}

.service-card.style6 .service-card_img {
  overflow: hidden;
  position: relative;
}

.service-card.style6 .service-card_img > img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-card.style6 .service-card_icon {
  top: 0;
  left: 0px;
  width: 166px;
  height: 50px;
  display: grid;
  position: absolute;
  place-items: center;
}

.service-card.style6 .service-card_icon::before, .service-card.style6 .service-card_icon::after {
  top: 0;
  left: 15px;
  content: "";
  position: absolute;
}

.service-card.style6 .service-card_icon::before {
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 80px solid var(--theme-color);
}

.service-card.style6 .service-card_icon::after {
  left: 5px;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 90px solid #e63a27a0;
}

.service-card.style6 .service-card_icon img {
  z-index: 1;
  position: relative;
}

.service-card.style6 .service-content {
  margin: 0px;
  max-width: none;
  padding: 30px;
}

.service-card.style6 .service-content .box-title {
  margin: 0px;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.service-card.style6 .service-content .service-card_text {
  color: #363739;
  margin-bottom: 25px;
}

.service-card.style6 .service-content .link-btn {
  font-size: 16px;
  line-height: 26px;
}

.service-card.style6 .service-content .service-card-shape {
  bottom: 0;
  right: 0;
  position: absolute;
}

/*****service-box*****/
.service-slider3 {
  margin-top: -127px;
  position: relative;
  z-index: 2;
}

.service-box {
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  padding: 0 40px 40px;
  position: relative;
  margin-top: 38px;
  background: var(--white-color);
  border-top: 2px solid var(--theme-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-box .service-bg-shape {
  position: absolute;
  z-index: 1;
  right: 0;
}

.service-box .service-bg-shape img {
  opacity: 0.6;
}

.service-box .service-box_content {
  position: relative;
  z-index: 1;
}

.service-box .service-default-icon {
  margin-bottom: 40px;
}

.service-box .service-default-icon:after {
  top: 0;
}

.service-box .box-title {
  font-size: 22px;
}

.service-box .service-box_text {
  margin-bottom: -0.4em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-box:hover {
  background: var(--title-color);
}

.service-box:hover .service-bg-shape img {
  -webkit-filter: brightness(9999);
          filter: brightness(9999);
  opacity: 0.1;
}

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

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

.service-box:hover .service-box_text {
  color: var(--gray-color);
}

.service-box:hover .service-default-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.service-box.style2 {
  text-align: center;
  padding: 0;
  box-shadow: none;
  background: transparent;
}

.service-box.style2 .box-title {
  margin-bottom: 10px;
}

.service-box.style2 .box-title a {
  color: var(--title-color);
}

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

.service-box.style2 .service-box_text {
  color: var(--body-color);
}

.service-box.style2 .service-box_content {
  padding: 0 20px 165px;
  background: var(--white-color);
}

.service-box.style2 .service-default-icon {
  margin-left: 0px;
}

.service-box.style2 .thumb {
  margin: 0 15px;
  position: relative;
  margin-top: -135px;
  z-index: 1;
}

.service-box.style2 .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 20, 34, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  opacity: 0;
}

.service-box.style2 .thumb img {
  width: 100%;
}

.service-box.style2 .thumb .icon {
  position: absolute;
  height: var(--icon-size, 60px);
  width: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 30px));
      -ms-transform: translate(-50%, calc(-50% + 30px));
          transform: translate(-50%, calc(-50% + 30px));
  background: var(--theme-color);
  border-radius: 50%;
  font-size: 16px;
  color: var(--white-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 2;
}

.service-box.style2 .thumb .icon:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

.service-box.style2:hover .thumb:after {
  opacity: 1;
}

.service-box.style2:hover .thumb .icon {
  opacity: 1;
  -webkit-transform: translate(-50%, calc(-50% + 0px));
      -ms-transform: translate(-50%, calc(-50% + 0px));
          transform: translate(-50%, calc(-50% + 0px));
}

.service-box.style4 {
  border: 0px;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  background-color: var(--smoke-color);
}

.service-box.style4:hover {
  background-color: var(--title-color);
}

.service-box.style4:hover .service-box_content .service-box_text,
.service-box.style4:hover .service-box_content .link-btn {
  color: #fff;
}

.service-box.style4 .service-box_content {
  gap: 55px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .service-box.style4 .service-box_content {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.service-box.style4 .service-box_content .service-default-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0px;
}

.service-box.style4 .service-box_content .box-title {
  font-size: 24px;
  line-height: 34px;
}

.service-box.style4 .service-box_content .service-box_text {
  color: #363739;
  margin-bottom: 25px;
}

.service-box.style4 .service-box_content .link-btn {
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
}

.service-box.style4 .service-box_content .link-btn:hover {
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .service-card.style2 .service-content {
    padding: 30px 30px 14px;
  }
}

@media (max-width: 1200px) {
  .service-featured_content {
    margin: -126px 20px 0;
    padding: 0 30px 27px;
  }
  .service-box {
    padding: 0 23px 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .service-featured_content {
    margin: 0;
  }
  .service-featured_content .box-title {
    font-size: 22px;
  }
  .service-featured_content .service-featured_text {
    font-size: 14px;
  }
  .service-card .service-content {
    padding: 40px 20px;
  }
  .service-box {
    padding: 0 35px 35px;
  }
  .service-card.style2 .service-content {
    padding: 30px 30px 14px;
  }
  .service-featured.style2:hover .service-hover-wrap {
    height: 88px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .service-area3-2 {
    padding-bottom: calc(108px + 80px);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-area3-2 {
    padding-bottom: calc(127.5px + 80px);
  }
  .service-featured.style2:hover .service-hover-wrap {
    height: 90px;
  }
  .service-box {
    text-align: center;
  }
}

/******service-box 6*******/
.service-area-6 {
  position: relative;
  z-index: 9;
  margin-top: -178px;
}

.service-box.style3 {
  text-align: center;
  margin: 0 54px;
  margin-top: 128px;
  background: var(--white-color);
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

.service-box.style3 .service-default-icon {
  background: transparent;
  margin-bottom: 13px;
}

.service-box.style3 .service-default-icon:after {
  height: 128px;
  width: 410px;
  border-bottom: solid 128px var(--white-color);
  border-left: solid 207px transparent;
  border-right: solid 207px transparent;
}

.service-box.style3 .service-default-icon img {
  margin-top: -38px;
  -webkit-filter: none;
          filter: none;
}

.service-box.style3 .box-title a {
  color: var(--title-color);
}

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

.service-box.style3 .service-box_text {
  color: var(--body-color);
}

.service-box.style3 .link-btn {
  font-size: 16px;
  margin-top: 30px;
  line-height: 26px;
}

.service-box.style3 .link-btn i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1299px) {
  .service-box.style3 {
    margin: 0 30px;
    margin-top: 128px;
  }
  .service-box.style3 .service-default-icon:after {
    width: 356px;
    border-left: solid 178px transparent;
    border-right: solid 178px transparent;
  }
}

@media (max-width: 1199px) {
  .service-box.style3 {
    margin: 0 50px;
    margin-top: 128px;
  }
  .service-box.style3 .service-default-icon:after {
    width: 456px;
    border-left: solid 228px transparent;
    border-right: solid 228px transparent;
  }
}

@media (max-width: 991px) {
  .service-box.style3 {
    margin: 0 30px;
    margin-top: 128px;
  }
  .service-box.style3 .service-default-icon:after {
    width: 336px;
    border-left: solid 168px transparent;
    border-right: solid 168px transparent;
  }
}

@media (max-width: 767px) {
  .service-box.style3 {
    margin-bottom: 60px;
  }
  .service-box.style3 .service-default-icon:after {
    width: 516px;
    border-left: solid 258px transparent;
    border-right: solid 258px transparent;
  }
}

@media (max-width: 575px) {
  .service-box.style3 .service-default-icon:after {
    width: 401px;
    border-left: solid 200.5px transparent;
    border-right: solid 200.5px transparent;
  }
}

@media (max-width: 375px) {
  .service-box.style3 .service-default-icon:after {
    width: 351px;
    border-left: solid 175.5px transparent;
    border-right: solid 175.5px transparent;
  }
}

@media (max-width: 320px) {
  .service-box.style3 {
    margin: 128px 20px 60px;
  }
  .service-box.style3 .service-default-icon:after {
    width: 296px;
    border-left: solid 148px transparent;
    border-right: solid 148px transparent;
  }
}

/******service-box 7*******/
.service-area-7 {
  padding-bottom: 211px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .service-area-7 {
    padding-bottom: 90px;
  }
}

.service-slider7 .slick-current .service-card.style3 {
  background: var(--white-color);
}

.service-slider7 .slick-list:hover .slick-current .service-card.style3 {
  background: transparent;
}

.service-slider7 .slick-list:hover .slick-current .service-card.style3:hover {
  background: var(--white-color);
}

.service-card.style3 {
  text-align: start;
  background: transparent;
  box-shadow: none;
}

.service-card.style3 .service-content {
  max-width: none;
  padding: 40px 40px 32px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .service-card.style3 .service-content {
    padding: 30px 30px 22px;
  }
}

.service-card.style3 .service-bg-num {
  position: absolute;
  right: 25px;
  top: 10px;
  opacity: 0.07;
  background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  font-weight: 900;
  line-height: normal;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .service-card.style3 .service-bg-num {
    font-size: 90px;
  }
}

.service-card.style3 .link-btn {
  margin-top: 30px;
}

.service-card.style3 .box-title {
  color: var(--title-color);
}

.service-card.style3 .box-title:hover {
  color: var(--theme-color);
}

.service-card.style3 .service-card_text {
  color: var(--body-color);
}

.service-card.style3:hover {
  background: var(--white-color);
}

/******service-box 8*******/
.service-card.style4 {
  background: transparent;
  box-shadow: none;
  overflow: inherit;
}

.service-card.style4 .service-card_img img {
  width: 100%;
}

.service-card.style4 .service-content {
  position: relative;
  margin-top: -70px;
  z-index: 1;
  margin-left: 45px;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  background: var(--white-color);
  max-width: none;
  text-align: left;
  padding: 30px;
  margin-bottom: 30px;
}

.service-card.style4 .service-content .service-card-shape {
  position: absolute;
  right: 0;
  top: 0;
}

.service-card.style4 .service-card_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style4 .box-title {
  margin-bottom: 10px;
}

.service-card.style4 .box-title a {
  color: var(--title-color);
}

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

.service-card.style4 .service-card_text {
  color: var(--body-color);
  margin-bottom: 12px;
}

.service-card.style4:hover .service-card_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .service-card.style4 .service-content {
    margin-bottom: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .service-card.style4 .service-content {
    margin-left: 0;
    margin-top: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .service-card .box-title {
    font-size: 20px;
  }
}

/******service-box 9*******/
.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.service-list-wrap {
  --space-x: 35px;
  --space-y: 35px;
}

.service-list-wrap:not(:nth-last-child(-n + 3)) {
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: var(--space-y);
}

.service-list-wrap:not(:nth-child(-n + 3)) {
  padding-top: var(--space-y);
}

.service-list-wrap:not(:nth-child(3n)) {
  border-right: 1px solid var(--th-border-color);
  padding-right: var(--space-x);
}

.service-list-wrap:not(:nth-child(3n + 1)) {
  padding-left: var(--space-x);
}

.service-list_icon {
  min-width: 60px;
}

.service-list_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-list_title {
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-list_title:hover {
  color: var(--theme-color);
}

.service-list_text {
  margin-bottom: 20px;
}

.service-list_btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--title-color);
}

.service-list_btn .icon-btn {
  --btn-size: 40px;
  box-shadow: 0px 0px 10px rgba(14, 18, 29, 0.12);
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-list_btn:hover {
  color: var(--theme-color);
}

.service-list_btn:hover .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.service-list:hover .service-list_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .service-list-wrap {
    --space-x: 25px;
    --space-y: 25px;
  }
  .service-list {
    gap: 20px;
  }
}

@media (max-width: 1300px) {
  .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .service-list-wrap:not(:nth-last-child(-n + 3)) {
    border-bottom: unset;
    padding-bottom: unset;
  }
  .service-list-wrap:not(:nth-child(-n + 3)) {
    padding-top: unset;
  }
  .service-list-wrap:not(:nth-child(3n)) {
    border-right: unset;
  }
  .service-list-wrap:not(:nth-child(3n + 1)) {
    padding-left: unset;
  }
  .service-list-wrap:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid var(--th-border-color);
    padding-bottom: var(--space-y);
  }
  .service-list-wrap:not(:nth-child(-n + 2)) {
    padding-top: var(--space-y);
  }
  .service-list-wrap:nth-child(odd) {
    padding-right: var(--space-x);
  }
  .service-list-wrap:nth-child(even) {
    padding-left: var(--space-x);
    border-left: 1px solid var(--th-border-color);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .service-list_title {
    font-size: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-list-wrap {
    padding: var(--space-y) var(--space-x) !important;
  }
  .service-list-wrap:first-child {
    padding-top: 0 !important;
  }
  .service-list-wrap:last-child {
    padding-bottom: 0 !important;
  }
  .service-list-wrap:nth-child(odd) {
    border-left: 1px solid var(--th-border-color);
    border-bottom: 1px solid var(--th-border-color);
  }
  .service-list-wrap:nth-child(even) {
    border-right: 1px solid var(--th-border-color);
    border-left: unset;
  }
}

@media (max-width: 360px) {
  .service-list-wrap {
    --space-x: 20px;
  }
  .service-list_title {
    font-size: 22px;
  }
}

.card {
  --th-card-border: 0px;
  --th-card-padding-x: 30px;
  --th-card-padding-y: 30px;
  --th-card-border-radius: 0px;
  --th-card-title-font-size: null;
  --th-card-title-line-height: null;
  --th-card-icon-width: 70px;
  --th-card-icon-height: 70px;
  --th-card-icon-bg-color: var(--theme-color);
  --th-card-box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: var(--th-card-border);
  box-shadow: var(--th-card-box-shadow);
  border-radius: var(--th-card-border-radius);
}

.card:hover .card-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-body {
  padding: var(--th-card-padding-y) var(--th-card-padding-x);
}

.card-title {
  font-size: var(--th-card-title-font-size);
  line-height: var(--th-card-title-line-height);
}

.card-icon {
  display: grid;
  overflow: hidden;
  border-radius: 50%;
  place-items: center;
  width: var(--th-card-icon-width);
  height: var(--th-card-icon-height);
  background-color: var(--th-card-icon-bg-color);
}

.card-icon img {
  height: auto;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  width: calc( var(--th-card-icon-width) / 2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.variant-1 .card-icon {
  margin-top: -60px;
  margin-bottom: 20px;
}

.card.variant-2 {
  --th-card-icon-width: null;
  --th-card-icon-height: null;
  --th-card-border-radius: 10px;
  --th-card-icon-bg-color: transparent;
  --th-card-title-font-size: 22px;
  --th-card-title-line-height: 32px;
  height: 100%;
  background-color: var(--smoke-color);
}

.card.variant-2:hover .card-count {
  background-color: var(--title-color);
}

.card.variant-2 h5, .card.variant-2 p, .card.variant-2 a {
  margin: 0;
}

.card.variant-2 .card-count {
  top: -25px;
  right: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  display: grid;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  border-radius: 50%;
  place-items: center;
  position: absolute;
  background-color: var(--theme-color);
}

.card.variant-2 .card-icon {
  overflow: visible;
  border-radius: 0px;
  margin-bottom: 24px;
}

.card.variant-2 .card-body {
  text-align: center;
}

.card.variant-2 .card-body h5, .card.variant-2 .card-body p {
  margin-bottom: 18px;
}

.card.variant-2 .card-body p {
  color: #363739;
}

.card.variant-2 .card-title {
  margin-bottom: 10px;
}

.card.variant-2 .card-text {
  color: #363739;
}

.card.variant-3 {
  --th-card-padding-x: 25px;
  --th-card-padding-y: 25px;
  --th-card-icon-width: 60px;
  --th-card-icon-height: 60px;
  --th-card-border-radius: 10px;
  --th-card-title-font-size: 20px;
  --th-card-title-line-height: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-left: 2px solid transparent;
}

.card.variant-3:hover {
  border-color: var(--theme-color);
}

.card.variant-3 .card-icon {
  top: -30px;
  left: 30px;
  position: absolute;
  border-radius: var(--th-card-border-radius);
}

@media (min-width: 992px) {
  .card.variant-3 .card-icon {
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.card.variant-3 .card-body {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .card.variant-3 .card-body {
    padding-left: 60px;
    padding-top: var(--th-card-padding-y);
  }
}

.card.variant-3 .card-body h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}

.card.variant-4 {
  --th-card-padding-x: 20px;
  --th-card-padding-y: 20px;
  --th-card-icon-width: null;
  --th-card-icon-height: null;
  --th-card-icon-bg-color: transparent;
  --th-card-title-font-size: 24px;
  --th-card-title-line-height: 34px;
  --th-card-border: 1px solid #E6E6E6;
  overflow: hidden;
}

.card.variant-4:hover .card-img-top::before {
  border-top-color: #141422;
}

.card.variant-4:hover .card-icon {
  -webkit-filter: none;
          filter: none;
}

.card.variant-4:hover .card-count {
  color: var(--theme-color);
  background-color: #141422;
  border-color: var(--theme-color);
}

.card.variant-4 .card-body {
  z-index: 1;
  text-align: center;
}

.card.variant-4 .card-body p {
  margin: 0px;
  color: #363739;
}

.card.variant-4 .card-img-top {
  border-radius: 0px;
  position: relative;
  margin-bottom: 155px;
}

.card.variant-4 .card-img-top img {
  width: 100%;
}

.card.variant-4 .card-img-top::before {
  content: "";
  top: 100%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 0px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 184px solid transparent;
  border-right: 186px solid transparent;
  border-top: 118px solid var(--theme-color);
}

.card.variant-4 .card-count {
  left: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  top: calc(100% + 100px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #fff;
  background-color: var(--theme-color);
}

.card.variant-4 .card-icon {
  left: 50%;
  border-radius: 0px;
  position: absolute;
  top: calc(100% + 16px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}

.card.variant-5 {
  --th-card-padding-x: 0px;
  --th-card-padding-y: 0px;
  --th-card-title-font-size: 22px;
  --th-card-title-line-height: 32px;
  --th-card-icon-width: 85px;
  --th-card-icon-height: 80px;
  --th-card-icon-bg-color: #fff;
  box-shadow: none;
  margin-bottom: 35px;
  background-color: transparent;
}

.card.variant-5 .card-title {
  margin-bottom: 8px;
}

.card.variant-5 .card-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0px;
  box-shadow: 0px 0px 30px 0px #0000000F;
}

.card.variant-5 .card-body {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 575px) {
  .card.variant-5 .card-body {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card.variant-5 .card-body p {
  color: #363739;
}

/******service-area 8*******/
@media (min-width: 1200px) {
  .service-area-8 .title-area {
    margin-bottom: 120px;
  }
}

.service-tab .nav-pills {
  gap: 24px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .service-tab .nav-pills {
    overflow-x: scroll;
  }
}

@media (min-width: 992px) {
  .service-tab .nav-pills {
    gap: 0px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.service-tab .nav-link {
  gap: 8px;
  border: 0;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-align: start;
  position: relative;
  background: #fff;
  border-radius: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--title-color);
  font-family: var(--title-font);
}

@media (min-width: 1200px) {
  .service-tab .nav-link::before {
    left: 50%;
    top: -44px;
    content: "";
    height: 68px;
    width: 212px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-left: solid 120px transparent;
    border-right: solid 120px transparent;
    border-bottom: solid 68px var(--white-color);
  }
}

@media (min-width: 992px) {
  .service-tab .nav-link {
    gap: 0px;
    width: 156px;
    white-space: wrap;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .service-tab .nav-link {
    font-size: 18px;
    line-height: 28px;
  }
}

.service-tab .nav-link.active {
  background-color: var(--theme-color);
}

@media (min-width: 1200px) {
  .service-tab .nav-link.active::before {
    border-bottom: 68px solid var(--theme-color);
  }
}

.service-tab .nav-link.active .icon {
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}

.service-tab .nav-link .icon {
  position: relative;
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .service-tab .nav-link .icon {
    z-index: 1;
    margin-top: -24px;
  }
}

.service-tab .card {
  --th-card-title-font-size: 30px;
  --th-card-title-line-height: 40px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.service-tab .card-info {
  padding: 30px;
}

@media (min-width: 1300px) {
  .service-tab .card-info {
    padding: 60px;
  }
}

.service-tab .card-info > p {
  color: #363739;
  margin-bottom: 30px;
}

.service-tab .card .card-clip {
  display: none;
}

@media (min-width: 1300px) {
  .service-tab .card .card-clip {
    top: -8px;
    z-index: 1;
    right: 375px;
    display: block;
    position: absolute;
  }
}

.service-tab .card-img-top {
  display: none;
}

@media (min-width: 1200px) {
  .service-tab .card-img-top {
    right: 0;
    width: auto;
    z-index: -1;
    display: block;
    -webkit-mask-size: cover;
            mask-size: cover;
    position: absolute;
    height: calc(100% + 2px);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}

.service-tab .card-img-top img {
  height: inherit;
}

/******service-area 12*******/
.service-area-12 {
  background-color: #141422;
}

@media (min-width: 1200px) {
  .service-area-12 {
    margin-bottom: 252px;
  }
}

@media (min-width: 1200px) {
  .service-area-12 .th-carousel {
    margin-bottom: -478px;
  }
}

@media (min-width: 1300px) {
  .service-area-12 .th-carousel {
    margin-bottom: -444px;
  }
}

@media (min-width: 1400px) {
  .service-area-12 .th-carousel {
    margin-bottom: -416px;
  }
}

@media (min-width: 1600px) {
  .service-area-12 .th-carousel {
    margin-bottom: -376px;
  }
}

@media (max-width: 1199px) {
  .th-carousel.layout-service .slick-list {
    padding: 0px;
  }
}

@media (min-width: 1200px) {
  .th-carousel.layout-service .service-card {
    margin-bottom: 12px;
  }
}

/******service-area 9*******/
.service-area-13 {
  z-index: 3;
  position: relative;
  padding: 80px 0px;
}

@media (min-width: 992px) {
  .service-area-13 {
    padding: 0px;
    margin-top: -160px;
  }
}

@media (max-width: 991px) {
  .service-area-13 .service-box.style3 {
    border: 0px;
    margin: 0px;
    padding: 30px;
    padding-top: 60px;
    border: 1px solid var(--gray-color);
  }
}

@media (max-width: 991px) {
  .service-area-13 .service-box.style3 .service-default-icon::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .service-area-13 .slider-shadow .slick-list {
    padding: 0px;
  }
}

/******service-area 16*******/
@media (max-width: 1200px) {
  .service-area-16 .service-box.style4 .service-box_content {
    gap: 30px;
    padding-top: 80px;
  }
}

.video-content {
  display: grid;
  padding: 90px 0px;
  place-items: center;
}

.video-content .play-btn {
  --icon-size: 90px;
}

.hut {
  --th-hut-border: null;
  --th-hut-bg-color: #fff;
  --th-hut-roof-bg-color: null;
  --th-hut-title-font-size: 16px;
  --th-hut-title-line-height: 26px;
  --th-hut-title-color: var(--title-color);
  --th-hut-title-font-family: var(--title-font);
  --th-hut-content-padding-x: 20px;
  --th-hut-content-padding-y: 40px;
  --th-hut-content-border: 1px solid var(--gray-color);
  position: relative;
}

.hut:hover {
  --th-hut-title-color: #fff;
}

.hut:hover .hut-bg-mask path {
  fill: var(--theme-color);
}

.hut:hover .hut-icon {
  border-color: #fff;
}

.hut:hover .hut-icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}

.hut-bg-mask {
  left: 50%;
  z-index: -1;
  width: auto;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: var(--th-hut-content-padding-y);
}

.hut-bg-mask path {
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hut-icon {
  width: 60px;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--th-border-color);
}

.hut-content {
  text-align: center;
  padding: var(--th-hut-content-padding-y) var(--th-hut-content-padding-x);
  padding-top: 0px;
}

.hut-title {
  margin: 0px;
  color: var(--th-hut-title-color);
  font-size: var(--th-hut-title-font-size);
  line-height: var(--th-hut-title-line-height);
  font-family: var(--th-hut-title-font-family);
}

.choose-card {
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .choose-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.choose-card .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.choose-card .info h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
}

.choose-card .info p {
  margin: 0px;
  color: #363739;
}

/*------------------- 4.00. Pricing -------------------*/
/* Pricing 1 ---------------------------------- */
.checklist li.unavailable {
  opacity: 0.5;
}

.price-card {
  background-color: var(--smoke-color);
  border-top: 2px solid var(--theme-color);
  padding: 0 50px 50px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.price-card .bg-shape-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
  z-index: -1;
}

.price-card .bg-shape-img img {
  width: 100%;
}

.price-card .service-default-icon {
  padding: 0 25px 20px;
}

.price-card .service-default-icon:after {
  border-bottom: solid 40px var(--theme-color);
  border-left: solid 70px transparent;
  border-right: solid 70px transparent;
}

.price-card .service-default-icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}

.price-card_top {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--th-border-color);
}

.price-card_title {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--body-font);
  margin-top: -0.2em;
  margin-bottom: 22px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-card_text {
  margin-bottom: -0.4em;
  margin-top: 11px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-card_price {
  font-size: 45px;
  font-weight: 700;
  font-family: var(--body-font);
  line-height: 1;
  margin: -0.09em 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-card_price .duration {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  top: -1px;
  left: -10px;
}

.price-card .checklist {
  margin: -5px 0 30px 0;
}

.price-card.active, .price-card:hover {
  background: var(--title-color);
}

.price-card.active .bg-shape-img img, .price-card:hover .bg-shape-img img {
  -webkit-filter: brightness(999);
          filter: brightness(999);
}

.price-card.active .price-card_top, .price-card:hover .price-card_top {
  border-color: var(--body-color);
}

.price-card.active .checklist.style2 li,
.price-card.active .price-card_price,
.price-card.active .price-card_title, .price-card:hover .checklist.style2 li,
.price-card:hover .price-card_price,
.price-card:hover .price-card_title {
  color: var(--white-color);
}

.price-card.active .price-card_text, .price-card:hover .price-card_text {
  color: #e6e6e6;
}

/* Medium devices */
@media (max-width: 991px) {
  .price-card {
    padding: 0 40px 40px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .price-card {
    padding: 0 30px 30px;
  }
  .price-card_text {
    font-size: 14px;
  }
}

/*------------------- 4.00. Experience -------------------*/
/* experience area ---------------------------------- */
.experience-thumb {
  position: relative;
  margin-right: 80px;
  margin-left: -120px;
}

.customer-wrap {
  position: absolute;
  right: 0;
  top: 80px;
  background: var(--white-color);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 31px 30px;
}

.customer-wrap .customer-wrap-title {
  font-weight: 800;
  margin-bottom: 0;
  margin-right: 20px;
}

.customer-wrap .customer-wrap-text {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--title-color);
  margin-right: 28px;
}

.customer-wrap .customer-wrap-icon {
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  margin-left: -30px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .experience-thumb {
    margin-right: 50px;
    margin-left: -40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .experience-thumb {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .experience-thumb {
    margin-right: 30px;
  }
  .customer-wrap {
    top: 30px;
    padding: 12px 0 11px 20px;
  }
}

/* experience area 2---------------------------------- */
.experience-area-2 {
  padding-top: 80px;
  position: relative;
}

@media (min-width: 1200px) {
  .experience-area-2 {
    padding-top: 0px;
  }
}

@media (min-width: 1300px) {
  .experience-area-2 {
    margin-top: -200px;
    margin-left: 120px;
  }
}

@media (min-width: 1680px) {
  .experience-area-2 {
    margin-left: 307px;
    padding-right: 307px;
  }
}

.experience-area-2 .experience2-thumb {
  position: relative;
}

@media (min-width: 768px) {
  .experience-area-2 .experience2-thumb {
    width: 100%;
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .experience-area-2 .experience2-thumb {
    height: 660px;
  }
}

@media (min-width: 1200px) {
  .experience-area-2 .experience2-thumb img {
    width: 100%;
    height: 100%;
  }
}

.experience-area-2 .experience2-thumb .customer-wrap {
  left: 0;
  bottom: 30px;
  top: auto;
  right: auto;
  border-radius: 0;
  box-shadow: none;
}

.experience-area-2 .experience-wrap {
  padding: 80px 0px;
}

@media (min-width: 1200px) {
  .experience-area-2 .experience-wrap {
    padding: 80px 24px;
  }
}

@media (min-width: 1680px) {
  .experience-area-2 .experience-wrap {
    padding: 80px 0 80px 80px;
  }
}

/* experience area 3---------------------------------- */
.experience-thumb.one {
  margin: 0px;
  position: relative;
}

@media (max-width: 991px) {
  .experience-thumb.one .mask-cover {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
}

@media (min-width: 992px) {
  .experience-thumb.one .mask-cover {
    width: 410px;
    height: 422px;
    -webkit-mask-size: cover;
            mask-size: cover;
    margin: 0px auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}

.experience-thumb.one .mask {
  position: absolute;
}

.experience-thumb.one .mask.one {
  z-index: -1;
  top: calc(50% - 8px);
  left: calc(50% + 4px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.experience-thumb.one .mask.two {
  right: 0px;
  z-index: -2;
  top: calc(50% + 70px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.experience-thumb.one .customer-wrap {
  position: static;
}

@media (min-width: 576px) {
  .experience-thumb.one .customer-wrap {
    top: auto;
    bottom: 0px;
    right: -60px;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .experience-thumb.one .customer-wrap {
    top: -35px;
    right: 0px;
    bottom: auto;
  }
}

@media (min-width: 1200px) {
  .experience-thumb.one .customer-wrap {
    right: -75px;
  }
}

/*------------------- 4.00. Project -------------------*/
.project-area-3 {
  padding-top: calc(120px + 73.5px);
}

.project-area-4 {
  margin-bottom: -300px;
}

.project-area-5 {
  margin-bottom: -218px;
}

.project-card {
  position: relative;
}

.project-card:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  background: var(--title-color);
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  margin: 0px;
}

.project-card .project-img img {
  width: 100%;
}

.project-card .project-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  min-width: 400px;
  z-index: 1;
}

.project-card .project-content:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 92px;
  height: 1px;
  width: 360px;
  background: var(--th-border-color);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.project-card .project-content .icon-btn {
  width: var(--btn-size, 70px);
  height: var(--btn-size, 70px);
  line-height: var(--btn-size, 70px);
  background: var(--white-color);
  border-radius: 50%;
  border: 0;
  color: var(--theme-color);
  font-size: 20px;
}

.project-card .project-content .icon-btn:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.project-card .project-content .project-title {
  margin-bottom: 60px;
}

.project-card .project-content .project-title a {
  color: var(--white-color);
}

.project-card .project-content .project-title a:hover {
  color: var(--theme-color);
}

.project-card .project-content .project-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color);
  text-transform: uppercase;
  font-family: var(--title-font);
  margin-bottom: 8px;
}

.project-card:hover:after {
  opacity: 0.9;
  margin: 30px;
}

.project-card:hover .project-content {
  opacity: 1;
}

.project-card.style2:after {
  background: var(--black-color);
}

.project-card.style2:hover:after {
  opacity: 0.7;
  margin: 0;
}

.project-card.style2:hover .project-content {
  opacity: 1;
  bottom: 0;
}

.project-card.style2 .project-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: -40px;
  top: auto;
  left: 0;
  text-align: left;
  padding: 40px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style2 .project-content:after {
  display: none;
}

.project-card.style2 .project-content .project-subtitle {
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--title-font);
  padding: 8px 20px;
  margin: 0;
  display: inline-block;
}

.project-card.style2 .project-content .project-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  background: var(--white-color);
  padding: 20px 40px 20px 20px;
}

.project-card.style2 .project-content .project-title a {
  color: var(--title-color);
}

.project-card.style2 .project-content .project-title:hover a {
  color: var(--theme-color);
}

.project-card.style2.bg-overlay-2:after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.project-card.style2.bg-overlay-2:hover:after {
  opacity: 1;
}

.project-card.style6:hover::after {
  margin: 0;
}

.project-card.style6 .project-subtitle {
  font-size: 20px;
  line-height: 30px;
}

.project-card.style6 .project-content {
  height: 100%;
  display: grid;
  padding: 30px;
  min-width: 100%;
  place-items: center;
}

.project-card.style6 .project-content::after {
  display: none;
}

.project-card.style6 .project-content .link {
  width: 40px;
  height: 40px;
  color: #fff;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-color);
}

.project-card.style6 .project-content .link i {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.project-card.style6 .project-content p {
  color: #fff;
}

.project-card.style6 .project-title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .project-card.style6 .project-title {
    margin-bottom: 4px;
  }
}

.project-slider-1 {
  padding: 0 40px;
  height: 500px;
}

.project-slider-1 .slick-list {
  padding: 0 484px !important;
}

.project-slider-1 .slick-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 450px;
  margin-top: 25px;
}

.project-slider-1 .slick-slide .project-img {
  height: 450px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-slider-1 .slick-slide .project-img img {
  height: 450px;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-slider-1 .slick-slide .project-card:after {
  margin: 0;
}

.project-slider-1 .slick-slide .project-content {
  opacity: 0;
}

.project-slider-1 .slick-slide.slick-center {
  height: 500px;
  margin-top: 0;
}

.project-slider-1 .slick-slide.slick-center .project-img {
  height: 500px;
}

.project-slider-1 .slick-slide.slick-center .project-img img {
  height: 500px;
}

.project-slider-1 .slick-slide.slick-center:hover .project-content {
  opacity: 1;
}

.project-slider-1 .slick-slide.slick-center:hover .project-card:after {
  margin: 30px;
}

.project-filter-btn {
  margin-bottom: 40px;
  text-align: center;
}

.project-filter-btn .tab-btn {
  position: relative;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 24px 4px;
  margin-bottom: 20px;
}

.project-filter-btn .tab-btn.active {
  background: var(--theme-color);
  color: var(--white-color);
}

.project-filter-btn .tab-btn:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 24px;
  width: 1px;
  background: #D9D9D9;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-filter-btn .tab-btn:not(:last-child):after {
  opacity: 1;
}

.project-filter-btn .tab-btn:not(:last-child).active:after {
  opacity: 0;
}

.portfolio-slider4 {
  height: 480px;
  width: calc(100% + 28px);
}

.portfolio-slider4 .slick-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.portfolio-slider4 .slick-slide .project-card {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.portfolio-slider4 .slick-slide .project-card:after {
  background: var(--title-color);
}

.portfolio-slider4 .slick-slide .project-card .project-content {
  opacity: 0;
  bottom: 0;
}

.portfolio-slider4 .slick-slide .project-img {
  height: 480px;
  overflow: hidden;
}

.portfolio-slider4 .slick-slide .project-img img {
  height: 100%;
  object-fit: cover;
}

.portfolio-slider4 .slick-current {
  width: calc(630px + 30px) !important;
}

.portfolio-slider4 .slick-current .project-card {
  width: 100%;
}

.portfolio-slider4 .slick-current .project-card:after {
  opacity: 0.9;
}

.portfolio-slider4 .slick-current .project-card .project-content {
  opacity: 1;
}

.portfolio-slider5 {
  height: 450px;
  padding: 0 34px;
  margin-bottom: 60px;
}

.portfolio-slider5 .slick-list {
  padding-left: 280px;
  padding-right: 280px;
}

.portfolio-slider5 .slick-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.portfolio-slider5 .slick-slide .project-card {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.portfolio-slider5 .slick-slide .project-card:after {
  background: var(--title-color);
}

.portfolio-slider5 .slick-slide .project-card .project-content {
  opacity: 0;
  bottom: 0;
}

.portfolio-slider5 .slick-slide .project-img {
  height: 450px;
  overflow: hidden;
}

.portfolio-slider5 .slick-slide .project-img img {
  height: 100%;
  object-fit: cover;
}

.portfolio-slider5 .slick-current {
  width: calc(660px + 30px) !important;
}

.portfolio-slider5 .slick-current .project-card {
  width: 100%;
}

.portfolio-slider5 .slick-current .project-card:after {
  opacity: 0.8;
}

.portfolio-slider5 .slick-current .project-card .project-content {
  opacity: 1;
}

.portfolio-slider5 .slick-dots {
  position: absolute;
  bottom: -52px;
}

.portfolio-slider5 .slick-dots li {
  margin: 0;
}

.portfolio-slider5 .slick-dots li ~ li {
  margin: 0 0 0 15px;
}

.portfolio-slider5 .slick-dots button {
  height: 6px;
  width: 6px;
  background: var(--theme-color);
}

.portfolio-slider5 .slick-dots button:before {
  background: transparent;
  border: 2px solid var(--theme-color);
}

@media (max-width: 1600px) {
  .project-card.style2 .project-content {
    min-width: -webkit-fill-available;
  }
  .portfolio-slider5 .project-card.style2 .project-content,
  .portfolio-slider4 .project-card.style2 .project-content {
    min-width: auto;
  }
  .portfolio-slider5 .slick-list {
    padding-left: 283px;
    padding-right: 357px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .project-slider-1 {
    padding: 0;
    margin: 0 -100px;
  }
  .portfolio-slider5 .slick-list {
    padding-left: 15px;
    padding-right: 378px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .portfolio-slider4 {
    width: calc(100% + 14px);
  }
  .portfolio-slider5 .slick-list {
    padding-left: 12px;
    padding-right: 414px;
  }
}

@media (max-width: 1200px) {
  .project-slider-1 {
    margin: 0 -200px;
  }
  .portfolio-slider4 .slick-current {
    width: calc(544px + 30px) !important;
  }
  .portfolio-slider5 .slick-list {
    padding-left: 12px;
    padding-right: 344px;
  }
  .portfolio-slider5 .slick-current {
    width: calc(560px + 30px) !important;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .project-slider-1 {
    margin: 0;
    height: auto;
  }
  .project-slider-1 .slick-list {
    padding: 0 100px !important;
  }
  .project-slider-1 .slick-slide {
    margin-top: 0;
  }
  .project-slider-1 .slick-slide .project-card .project-content {
    opacity: 1;
  }
  .project-slider-1 .slick-slide .project-card .project-content:after {
    top: 85px;
  }
  .project-slider-1 .slick-slide .project-card:after {
    opacity: 0.9;
    margin: 30px;
  }
  .portfolio-slider4 .slick-current {
    width: calc(500px + 30px) !important;
  }
  .portfolio-slider5 .slick-list {
    padding-left: 12px;
    padding-right: 260px;
  }
  .project-card.style2 .project-content {
    padding: 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .project-area-3 {
    padding-top: calc(80px + 108px);
  }
  .project-filter-btn {
    margin-bottom: 20px;
  }
  .project-filter-btn .tab-btn {
    font-size: 15px;
    padding: 6px 12px 4px;
  }
  .portfolio-slider5 {
    padding-left: 0;
    padding-right: 24px;
  }
  .portfolio-slider5 .slick-list {
    padding-left: 12px;
    padding-right: 0;
  }
  .portfolio-slider5 .slick-current {
    width: calc(714px + 30px) !important;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .project-slider-1 .slick-list {
    padding: 0 !important;
  }
  .project-card .project-content .icon-btn {
    --btn-size: 56px;
  }
  .project-area-3 {
    padding-top: calc(80px + 127.5px);
  }
  .portfolio-slider4 .slick-current {
    width: calc(508px + 30px) !important;
  }
  .portfolio-slider5 {
    margin-bottom: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .project-card .project-content:after {
    width: -webkit-fill-available;
  }
  .portfolio-slider4 .slick-current {
    width: calc(400px + 30px) !important;
  }
  .project-slider-1 .slick-slide .project-card:after {
    margin: 20px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .project-slider-1 .slick-slide .project-card:after {
    margin: 20px;
  }
  .project-card.style2 .project-content {
    padding: 25px;
  }
  .project-card.style2 .project-content .project-title {
    font-size: 20px;
  }
  .portfolio-slider4 .slick-current {
    width: calc(350px + 30px) !important;
  }
  .portfolio-slider5 .slick-current {
    width: calc(330px + 30px) !important;
  }
}

@media (max-width: 320px) {
  .portfolio-slider4 .slick-current {
    width: calc(295px + 30px) !important;
  }
  .portfolio-slider5 .slick-current {
    width: calc(265px + 30px) !important;
  }
}

/*******project area 6*******/
.project-slider6 {
  height: 400px;
  width: calc(100% + 28px);
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

.project-slider6 .slick-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-slider6 .slick-slide .project-card {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-slider6 .slick-slide .project-card .project-content {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
}

@media (max-width: 1600px) {
  .project-slider6 .slick-slide .project-card .project-content {
    min-width: auto;
  }
}

.project-slider6 .slick-slide .project-img {
  height: 400px;
  overflow: hidden;
}

.project-slider6 .slick-slide .project-img img {
  height: 100%;
  object-fit: cover;
}

.project-slider6 .slick-current {
  width: calc(630px + 30px) !important;
}

.project-slider6 .slick-current .project-card {
  width: 100%;
}

.project-slider6 .slick-current .project-card:after {
  opacity: 0.8;
}

.project-slider6 .slick-current .project-card .project-content {
  opacity: 1;
  visibility: visible;
}

.project-slider6 .slick-arrow {
  left: var(--pos-x, -15px);
  opacity: 1;
  visibility: visible;
}

.project-slider6 .slick-arrow.slick-next {
  right: var(--pos-x, -15px);
  left: auto;
}

@media (max-width: 1399px) {
  .project-slider6 {
    width: calc(100% + 14px);
  }
}

@media (max-width: 1299px) {
  .project-slider6 .slick-current {
    width: calc(544px + 30px) !important;
  }
}

@media (max-width: 1199px) {
  .project-slider6 .slick-current {
    width: calc(500px + 30px) !important;
  }
}

@media (max-width: 767px) {
  .project-slider6 .slick-current {
    width: calc(508px + 30px) !important;
  }
}

@media (max-width: 575px) {
  .project-slider6 .slick-current {
    width: calc(400px + 30px) !important;
  }
}

@media (max-width: 375px) {
  .project-slider6 .slick-current {
    width: calc(350px + 30px) !important;
  }
}

@media (max-width: 320px) {
  .project-slider6 .slick-current {
    width: calc(295px + 30px) !important;
  }
}

/*******project area 7*******/
.project-card.style3 .project-content:after {
  display: none;
}

.project-card.style3 .project-content .project-title {
  margin-bottom: 30px;
}

.project-card.style3 .project-content .icon-btn {
  --btn-size: 60px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .project-card.style3 .project-content .project-title {
    font-size: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .project-slider7 .slick-list {
    padding: 0 200px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .project-slider7 .slick-list {
    padding: 0 100px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .project-slider7 .slick-list {
    padding: 0 15px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .project-card.style3:hover:after {
    margin: 0px;
  }
}

/*******project area 8*******/
.project-card.style4:hover:after {
  margin: 0;
}

.project-card.style4 .project-content:after {
  display: none;
}

.project-card.style4 .project-content .project-title {
  margin-bottom: 30px;
  font-size: 24px;
}

.project-card.style4 .project-content .icon-btn {
  --btn-size: 60px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .project-card.style4 .project-content .project-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .project-card.style4 .project-content .icon-btn {
    --btn-size: 50px;
  }
}

/*******project area 9*******/
.project-card.style5 {
  padding: 30px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--gray-color);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .project-card.style5 {
    padding: 55px 40px;
    overflow: visible;
  }
}

.project-card.style5::after,
.project-card.style5 .project-content::after {
  display: none;
}

.project-card.style5 .project-content {
  opacity: 1;
  min-width: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: static;
}

@media (min-width: 992px) {
  .project-card.style5 .project-content {
    gap: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .project-card.style5 .project-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .project-card.style5 .project-content {
    gap: 0px;
  }
}

.project-card.style5 .project-count {
  font-size: 80px;
  line-height: 90px;
  font-weight: bold;
  font-family: var(--title-font);
  color: var(--title-color);
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: white;
}

.project-card.style5 .project-title a {
  color: inherit;
}

.project-card.style5 .project-text {
  color: #363739;
}

.project-card.style5 .project-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.project-card.style5 .project-img::before {
  content: "";
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  border-radius: 10px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

@media (min-width: 1200px) {
  .project-card.style5 .project-img {
    left: -40px;
    z-index: 2;
    width: 476px;
    height: 261px;
    position: absolute;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: scale(0) rotate(0deg);
        -ms-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  .project-card.style5 .project-img::before {
    display: none;
  }
}

.project-card.style5 .project-img:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.project-card.style5 .project-link {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: grid;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  place-items: center;
  background-color: #fff;
  color: var(--theme-color);
  border: 1px solid var(--gray-color);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.project-card.style5 .project-link i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  .project-card.style5 .project-link {
    width: 34px;
    height: 34px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
  }
}

.project-card.style5:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

@media (min-width: 1200px) {
  .project-card.style5:hover .project-img {
    -webkit-transform: scale(0.7) rotate(22deg);
        -ms-transform: scale(0.7) rotate(22deg);
            transform: scale(0.7) rotate(22deg);
  }
}

@media (min-width: 1400px) {
  .project-card.style5:hover .project-img {
    -webkit-transform: scale(0.9) rotate(22deg);
        -ms-transform: scale(0.9) rotate(22deg);
            transform: scale(0.9) rotate(22deg);
  }
}

.project-card.style5:hover .project-count,
.project-card.style5:hover .project-title,
.project-card.style5:hover .project-text,
.project-card.style5:hover .project-count::before {
  color: white;
}

.project-card.style5:hover .project-count::before {
  -webkit-text-fill-color: var(--theme-color);
}

.project-card.style8::after {
  display: none;
}

.project-card.style8:hover .project-content {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.project-card.style8 .project-content {
  top: auto;
  opacity: 0;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: calc(100% - 50px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(20, 20, 34, 0.8);
  -webkit-transform: translate(-50%, 50px) scale(0.8);
      -ms-transform: translate(-50%, 50px) scale(0.8);
          transform: translate(-50%, 50px) scale(0.8);
}

@media (min-width: 575px) {
  .project-card.style8 .project-content {
    padding: 30px;
    bottom: 30px;
    text-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.project-card.style8 .project-content::after {
  display: none;
}

.project-card.style8 .project-content .project-title {
  margin: 0px;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
}

@media (min-width: 575px) {
  .project-card.style8 .project-content .project-title {
    margin-bottom: 8px;
  }
}

.project-card.style8 .project-content .project-subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  text-transform: capitalize;
}

.project-card.style8 .project-content .icon-btn {
  --btn-size: 40px;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
  border-radius: 0px;
  background-color: var(--theme-color);
}

.project-card.style8 .project-content .icon-btn:hover {
  color: var(--theme-color);
  background-color: #fff;
}

@media (min-width: 575px) {
  .project-card.style8 .project-content .icon-btn {
    margin-top: 0px;
  }
}

/*******project area 10*******/
.project-area-11 {
  z-index: 2;
  padding-top: 80px;
  position: relative;
}

@media (min-width: 768px) {
  .project-area-11 {
    margin-top: -384px;
    padding-top: 384px;
  }
}

.project-area-11 .mask {
  right: 0;
  top: 330px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  pointer-events: none;
}

.th-carousel.layout-11 .project-card .project-content {
  width: 100%;
  min-width: auto;
  padding: 0px 25px 55px 25px;
}

.th-carousel.layout-11 .slick-slide {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform: all 0.3s linear;
      -ms-transform: all 0.3s linear;
          transform: all 0.3s linear;
}

.th-carousel.layout-11 .slick-slide.slick-center {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 1200px) {
  .th-carousel.layout-11 .slick-center .project-card::after {
    opacity: 0.7;
    background-color: var(--black-color);
  }
}

@media (min-width: 1200px) {
  .th-carousel.layout-11 .slick-center .project-card .project-content {
    opacity: 1;
    bottom: 0;
  }
}

/*******project area 12*******/
.project-area-12 .project-card .project-content .project-subtitle {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

.project-area-12 .project-card .project-content .project-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}

.project-area-12 .project-card .project-content .icon-btn {
  --btn-size: 60px;
}

/*******project area 13*******/
.project-area-13 {
  background-color: var(--title-color);
}

@media (min-width: 992px) {
  .project-area-13 {
    padding-top: 120px;
    margin-bottom: 120px;
    padding-bottom: 530px;
  }
}

.project-area-13 .project-block {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .project-area-13 .project-block {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .project-area-13 .project-block {
    margin-bottom: -240px;
  }
}

@media (min-width: 1380px) {
  .project-area-13 .th-carousel {
    margin-right: -60px;
  }
}

@media (min-width: 1480px) {
  .project-area-13 .th-carousel {
    margin-right: -150px;
  }
}

@media (min-width: 1780px) {
  .project-area-13 .th-carousel {
    margin-right: -300px;
  }
}

.project-area-13 .project-card.style2 .project-img img {
  border-radius: 5px;
}

.project-area-13 .project-card.style2 .project-content {
  min-width: 100%;
}

/*******project area 14*******/
.th-carousel.layout-14 .slick-list .slick-slide .project-card {
  pointer-events: none;
}

.th-carousel.layout-14 .slick-list .slick-slide .project-card .project-content {
  width: 100%;
}

@media (min-width: 768px) {
  .th-carousel.layout-14 .slick-list .slick-slide .project-card .project-content {
    width: auto;
  }
}

.th-carousel.layout-14 .slick-list .slick-slide.slick-current .project-card {
  pointer-events: visible;
}

@media (min-width: 992px) {
  .th-carousel.layout-14 .slick-list .slick-slide.slick-current .project-card::after {
    margin: 0;
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  .th-carousel.layout-14 .slick-list .slick-slide.slick-current .project-card .project-content {
    opacity: 1;
    bottom: 0;
  }
}

/*******project area 15*******/
.th-carousel.layout-15 .slick-current .project-card.style8 .project-content {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

/*------------------- 4.00. Skill -------------------*/
.skill-feature:not(:last-child) {
  margin-bottom: 25px;
}

.skill-feature_title,
.skill-feature .progress-value {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: -0.2em;
  font-family: var(--title-font);
  color: var(--title-color);
}

.skill-feature .progress {
  position: relative;
  height: 10px;
  background-color: var(--white-color);
  overflow: visible;
  border-radius: 5px;
}

.skill-feature .progress-bar {
  background-color: var(--theme-color);
  height: 10px;
  margin: 0px;
  border-radius: 5px;
  position: relative;
  overflow: visible;
}

.skill-feature .progress-value {
  position: absolute;
  top: -36px;
  right: 0;
}

.skill-feature.style2:not(:last-child) {
  margin-bottom: 32px;
}

.skill-feature.style2 .progress {
  background-color: var(--smoke-color2);
}

.skill-feature.style3 .progress-value {
  top: -32px;
}

.skill-feature.style3 .progress {
  background: var(--title-color);
}

.skill-feature.style3 .progress .progress-bar {
  position: relative;
}

.skill-feature.style3 .progress .progress-bar:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  background: var(--theme-color);
  border-radius: 50%;
  right: 0;
  border: 4px solid var(--smoke-color);
}

.skill-feature.style3:not(:last-child) {
  margin-bottom: 35px;
}

.skill-feature.style3 .skill-feature_title, .skill-feature.style3 .skill-feature .progress-value {
  font-family: var(--body-font);
  margin-bottom: 9px;
}

/*------------------- 4.00. Process -------------------*/
.process-card {
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 50%;
  text-align: center;
  padding: 56px 30px 46px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-card-area {
  position: relative;
}

.process-card-area .process-line {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: calc(100% + 82px);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}

.process-card-wrap {
  padding: 25px 0 0 0px;
}

.process-card:hover {
  background: var(--title-color);
}

.process-card:hover .box-title {
  color: var(--white-color);
}

.process-card:hover .process-card_icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.process-card:hover .process-card_text {
  color: var(--smoke-color);
}

.process-card .box-title {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-card_number {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
}

.process-card_icon {
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-card_text {
  margin-bottom: -0.53em;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .process-card-area .process-line {
    width: 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .process-card-area .process-line {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .process-card-wrap:has(.pulse):nth-child(even) {
    padding-top: 0;
  }
}

/*process area 2***************/
.process-card.style2,
.process-card.style3 {
  max-width: none;
  background: transparent;
  padding: 0px 30px;
}

.process-card.style2 .process-card_icon,
.process-card.style3 .process-card_icon {
  border: 1px dashed #9B9B9C;
  display: inline-block;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  line-height: 300px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: relative;
}

.process-card.style2 .process-card_icon img,
.process-card.style3 .process-card_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-card.style2 .process-card_icon:after,
.process-card.style3 .process-card_icon:after {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--smoke-color);
  z-index: -1;
}

.process-card.style2 .process-card_icon .process-card_num-wrap,
.process-card.style3 .process-card_icon .process-card_num-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: normal;
  -webkit-animation: spin 14s 0.4s infinite;
          animation: spin 14s 0.4s infinite;
}

.process-card.style2 .process-card_icon .process-card_num,
.process-card.style3 .process-card_icon .process-card_num {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--theme-color);
  border-radius: 50%;
  font-weight: 700;
  color: var(--white-color);
  position: absolute;
  right: 40px;
  -webkit-animation: spin2 14s 0.4s infinite;
          animation: spin2 14s 0.4s infinite;
}

.process-card.style2 .box-title,
.process-card.style3 .box-title {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 700;
}

.process-card.style2 .process-card_text,
.process-card.style3 .process-card_text {
  color: var(--body-color);
}

.process-card.style2:hover .process-card_icon img,
.process-card.style3:hover .process-card_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

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

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

/* Extra small devices */
@media (max-width: 375px) {
  .process-card.style2 .process-card_icon {
    height: 250px;
    width: 250px;
    line-height: 250px;
  }
  .process-card.style2 .process-card_icon .process-card_num {
    right: 30px;
  }
  .process-card.style2 {
    padding: 0;
  }
}

/*process area 3***************/
.process-card-area.layout2 .process-line {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.process-card.style3 {
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.process-card.style3:hover .process-card-cover-wrap {
  border-color: var(--theme-color);
}

.process-card.style3:hover .process-card_num {
  background-color: var(--theme-color);
}

.process-card.style3 .process-card-cover-wrap {
  width: 295px;
  height: 295px;
  display: grid;
  border-radius: 50%;
  position: relative;
  place-items: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 4px solid var(--title-color);
}

.process-card.style3 .process-card_num-wrap {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  line-height: normal;
  -webkit-animation: spin 14s 0.4s infinite;
          animation: spin 14s 0.4s infinite;
}

.process-card.style3 .process-card_num {
  z-index: 3;
  right: 40px;
  height: 50px;
  width: 50px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  color: var(--white-color);
  display: inline-block;
  background: var(--title-color);
  -webkit-animation: spin2 14s 0.4s infinite;
          animation: spin2 14s 0.4s infinite;
}

.process-card.style3 .process-card-cover {
  width: 250px;
  height: 250px;
  display: grid;
  -webkit-mask-size: cover;
          mask-size: cover;
  place-items: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.process-card.style3 .process-card-cover::after {
  display: none;
}

.process-card.style3 .box-title {
  font-size: 22px;
  line-height: 30px;
}

.process-card.style3 .process-card_text {
  color: #363739;
}

/*process area 4***************/
@media (min-width: 1200px) {
  .process-card-area.layout-4 .process-card-wrap:not(:last-child) .process-card::after {
    content: '';
    top: 50%;
    right: -120px;
    width: 70px;
    height: 30px;
    position: absolute;
    background: url("../img/icon/arrow.svg") center center/contain no-repeat;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.process-card.style4 {
  max-width: none;
  border-radius: 0px;
  padding: 65px 30px 30px;
  background-color: var(--smoke-color);
}

.process-card.style4:hover {
  background-color: var(--title-color);
}

.process-card.style4:hover .process-card_text {
  color: #fff;
}

.process-card.style4 .process-card_number {
  width: 55px;
  height: 55px;
  display: grid;
  line-height: 0.8;
  font-size: 16px;
  border-radius: 0px;
  place-items: center;
  font-weight: normal;
}

.process-card.style4 .process-card_number span {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}

.process-card.style4 .process-card_number::before {
  top: 50%;
  left: 50%;
  content: "";
  width: 70px;
  height: 70px;
  z-index: -1;
  position: absolute;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px dashed var(--theme-color);
}

.process-card.style4 .box-title {
  margin-bottom: 15px;
}

.process-card.style4 .process-card_text {
  color: #363739;
}

/*------------------- 4.00. Award -------------------*/
.award-sec {
  padding-top: 420px;
}

.award-thumb {
  position: relative;
  margin-right: 50px;
}

.award-thumb .thumb img {
  border-radius: 50%;
}

.award-thumb .award {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1200px) {
  .award-thumb {
    margin-right: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .award-sec {
    padding-top: 380px;
    background-position: right;
  }
  .award-thumb {
    display: inline-block;
    padding-right: 100px;
    margin-bottom: 40px;
  }
  .award-thumb .award {
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 200px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .award-thumb {
    margin-bottom: 40px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .award-thumb .award {
    width: 150px;
  }
}

/*------------------- 4.00. Feature -------------------*/
/* Feature Card ---------------------------------- */
.feature-card {
  text-align: center;
  border: 2px solid #D9E0F3;
  border-radius: 10px;
  padding: 40px 12px;
}

.feature-card .shape-icon {
  width: 120px;
  height: 115px;
  line-height: 115px;
  margin: 0 auto 30px auto;
  -webkit-filter: drop-shadow(0px 10px 30px rgba(8, 14, 28, 0.06));
          filter: drop-shadow(0px 10px 30px rgba(8, 14, 28, 0.06));
}

.feature-card .shape-icon:before {
  background-color: var(--white-color);
  -webkit-clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z");
          clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z");
}

.feature-card_text {
  max-width: 315px;
  margin: 0 auto -0.5em auto;
}

.feature-card.style2 {
  border-radius: 0;
  border: 0;
  padding: 50px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 30px;
}

.feature-card.style2 .box-title {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style2:before {
  background: var(--smoke-color);
  opacity: 1;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style2:hover:before {
  background: var(--black-color);
  opacity: 0.8;
}

.feature-card.style2:hover .box-title {
  color: var(--white-color);
}

@media (max-width: 1200px) {
  .feature-card.style2 .box-title {
    font-size: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-card.style2 {
    padding: 30px 25px;
    gap: 20px;
  }
  .feature-card.style2 .box-title {
    font-size: 18px;
  }
}

/*------------------- 4.00. Video -------------------*/
.video-area-1 {
  padding: 432px 0 140px;
  margin-top: -290px;
  z-index: 0;
}

.video-area-1 .play-btn > i {
  --icon-size: 100px
    ;
}

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

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

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

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

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

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

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

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

.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: 40px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 40px;
  }
}

/*=================================
    06. Update
==================================*/
/*------------------- Global -------------------*/
/* rtl Support */
[dir="rtl"] {
  /*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
  /****.header-layout1****/
  /*******header-layout3*******/
  /*********header-layout4*********/
  /*********header-layout5*********/
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
  /* Extra small devices */
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Large devices */
  /* Extra small devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /***hero area***/
  /****about area****/
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
  /*hero sec*****/
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
  /* About 7 ---------------------------------- */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
  /******service-box 8*******/
  /* Medium Large devices */
  /* experience area 2---------------------------------- */
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Header 8 ---------------------------------- */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
  /************hero-8***********/
  /******service-box 9*******/
  /* Large devices */
  /* Small devices */
}

[dir="rtl"] .ml-5 {
  margin-right: 5px;
  margin-left: 0;
}

[dir="rtl"] .ml-10 {
  margin-right: 10px;
  margin-left: 0;
}

[dir="rtl"] .ml-15 {
  margin-right: 15px;
  margin-left: 0;
}

[dir="rtl"] .ml-20 {
  margin-right: 20px;
  margin-left: 0;
}

[dir="rtl"] .ml-25 {
  margin-right: 25px;
  margin-left: 0;
}

[dir="rtl"] .ml-30 {
  margin-right: 30px;
  margin-left: 0;
}

[dir="rtl"] .ml-35 {
  margin-right: 35px;
  margin-left: 0;
}

[dir="rtl"] .ml-40 {
  margin-right: 40px;
  margin-left: 0;
}

[dir="rtl"] .ml-45 {
  margin-right: 45px;
  margin-left: 0;
}

[dir="rtl"] .ml-50 {
  margin-right: 50px;
  margin-left: 0;
}

[dir="rtl"] .mr-5 {
  margin-left: 5px;
  margin-right: 0;
}

[dir="rtl"] .mr-10 {
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .mr-15 {
  margin-left: 15px;
  margin-right: 0;
}

[dir="rtl"] .mr-20 {
  margin-left: 20px;
  margin-right: 0;
}

[dir="rtl"] .mr-25 {
  margin-left: 25px;
  margin-right: 0;
}

[dir="rtl"] .mr-30 {
  margin-left: 30px;
  margin-right: 0;
}

[dir="rtl"] .mr-35 {
  margin-left: 35px;
  margin-right: 0;
}

[dir="rtl"] .mr-40 {
  margin-left: 40px;
  margin-right: 0;
}

[dir="rtl"] .mr-45 {
  margin-left: 45px;
  margin-right: 0;
}

[dir="rtl"] .mr-50 {
  margin-left: 50px;
  margin-right: 0;
}

[dir="rtl"] .pl-5 {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] .pl-10 {
  padding-left: 0;
  padding-right: 10px;
}

[dir="rtl"] .pl-15 {
  padding-left: 0;
  padding-right: 15px;
}

[dir="rtl"] .pl-20 {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .pl-25 {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] .pl-30 {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] .pl-35 {
  padding-left: 0;
  padding-right: 35px;
}

[dir="rtl"] .pl-40 {
  padding-left: 0;
  padding-right: 40px;
}

[dir="rtl"] .pl-45 {
  padding-left: 0;
  padding-right: 45px;
}

[dir="rtl"] .pl-50 {
  padding-left: 0;
  padding-right: 50px;
}

[dir="rtl"] .pr-5 {
  padding-right: 0;
  padding-left: 5px;
}

[dir="rtl"] .pr-10 {
  padding-right: 0;
  padding-left: 10px;
}

[dir="rtl"] .pr-15 {
  padding-right: 0;
  padding-left: 15px;
}

[dir="rtl"] .pr-20 {
  padding-right: 0;
  padding-left: 20px;
}

[dir="rtl"] .pr-25 {
  padding-right: 0;
  padding-left: 25px;
}

[dir="rtl"] .pr-30 {
  padding-right: 0;
  padding-left: 30px;
}

[dir="rtl"] .pr-35 {
  padding-right: 0;
  padding-left: 35px;
}

[dir="rtl"] .pr-40 {
  padding-right: 0;
  padding-left: 40px;
}

[dir="rtl"] .pr-45 {
  padding-right: 0;
  padding-left: 45px;
}

[dir="rtl"] .pr-50 {
  padding-right: 0;
  padding-left: 50px;
}

[dir="rtl"] .link-btn:before {
  left: auto;
  right: 0;
}

[dir="rtl"] .th-btn i,
[dir="rtl"] .link-btn i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] select, [dir="rtl"] .form-control, [dir="rtl"] .form-select, [dir="rtl"] textarea, [dir="rtl"] input {
  direction: ltr;
}

[dir="rtl"] .checklist ul {
  padding-right: 0;
  text-align: right;
}

[dir="rtl"] .header-links li:not(:last-child) {
  margin: 0 0 0 55px;
}

[dir="rtl"] .header-links li:not(:last-child):after {
  left: -30px;
  right: auto;
}

[dir="rtl"] .header-links li > i {
  margin-left: 10px;
  margin-right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .dropdown-link > a img {
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .dropdown-toggle::after {
  margin-right: 6px;
  margin-left: 0;
}

[dir="rtl"] .social-links a {
  margin: 0 0 0 20px;
}

[dir="rtl"] .social-links a:last-child {
  margin-left: 0;
}

[dir="rtl"] .header-button .th-btn {
  margin-right: 10px;
  margin-left: 0;
}

[dir="rtl"] .main-menu ul li.menu-item-has-children > a:after {
  margin-right: 4px;
  margin-left: 0;
}

[dir="rtl"] .main-menu ul li:first-child {
  margin-right: 0 !important;
  margin-left: 14px !important;
}

[dir="rtl"] .main-menu ul li:last-child {
  margin-left: 0 !important;
  margin-right: 14px !important;
}

[dir="rtl"] .main-menu ul.sub-menu {
  text-align: right;
  right: -27px;
  left: auto;
}

[dir="rtl"] .main-menu ul.sub-menu li {
  margin: 0 !important;
  padding: 0px 9px;
}

[dir="rtl"] .main-menu ul.sub-menu li a:before {
  content: "\f104";
  right: 10px;
  left: auto;
}

[dir="rtl"] .main-menu ul.sub-menu li a:hover {
  padding-right: 20px;
  padding-left: 0;
}

[dir="rtl"] .main-menu ul.sub-menu li a:hover:before {
  right: 0;
}

[dir="rtl"] .main-menu ul.sub-menu li.menu-item-has-children > a:after {
  float: left;
}

[dir="rtl"] .th-menu-wrapper {
  text-align: -webkit-left;
}

[dir="rtl"] .main-menu ul.sub-menu li ul.sub-menu {
  right: 100%;
  left: auto;
  top: 0;
  margin: 0 0;
  margin-right: 18px;
}

[dir="rtl"] .widget_shopping_cart .th-btn {
  margin-left: 15px;
  margin-right: 0;
}

[dir="rtl"] .header-layout1 .header-top .container {
  padding-right: 385px;
  padding-left: calc(var(--container-gutters) / 2);
}

[dir="rtl"] .header-layout1 .logo-bg {
  right: 0;
  left: auto;
}

[dir="rtl"] .header-layout1 .logo-bg:before, [dir="rtl"] .header-layout1 .logo-bg:after {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%);
}

[dir="rtl"] .header-layout1 .logo-bg:after {
  right: 30px;
  left: auto;
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
}

[dir="rtl"] .header-layout3 .header-top {
  padding: 18.5px 320px 18.5px 40px;
}

[dir="rtl"] .header-layout3 .header-info .icon i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .header-layout3 .logo-bg {
  right: 0;
  left: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .header-layout3 .menu-area-left {
  margin-left: 25px;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}

[dir="rtl"] .header-layout3 .menu-area-left:after {
  left: -25px;
  right: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .header-layout3 .main-menu {
  margin-right: -135px;
  margin-left: 0;
}

[dir="rtl"] .header-layout3 .menu-area {
  padding: 0 50px 0 0;
}

[dir="rtl"] .header-layout3 .header-btn {
  padding: 26.5px 56px 26.5px 50px;
  -webkit-clip-path: path("M208.829 2.90112C208.338 1.18391 206.769 0 204.983 0H4C1.79086 0 0 1.79086 0 4V66C0 68.2091 1.79086 70 4 70H222.697C225.355 70 227.273 67.4564 226.543 64.9011L208.829 2.90112Z");
          clip-path: path("M208.829 2.90112C208.338 1.18391 206.769 0 204.983 0H4C1.79086 0 0 1.79086 0 4V66C0 68.2091 1.79086 70 4 70H222.697C225.355 70 227.273 67.4564 226.543 64.9011L208.829 2.90112Z");
}

[dir="rtl"] .header-layout3 .sticky-wrapper.sticky .header-logo {
  padding: 19.5px 40px 19.5px 0;
}

[dir="rtl"] .header-layout4 .header-top:after {
  right: auto;
  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%);
}

[dir="rtl"] .header-layout4 .header-top .container {
  padding-right: 55px;
  padding-left: 15px;
}

[dir="rtl"] .header-layout4 .logo-bg {
  left: auto;
  right: 0;
}

[dir="rtl"] .header-layout4 .logo-bg:after {
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
}

[dir="rtl"] .header-layout4 .main-menu {
  margin-right: 45px;
  margin-left: 0;
}

[dir="rtl"] .header-layout5 .header-top {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
  padding: 11px 30px 11px 68px;
  margin-right: 332px;
  margin-left: 0;
}

[dir="rtl"] .header-layout5 .header-button {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 40px;
  border-left: 0;
  padding-left: 0;
}

[dir="rtl"] .header-layout5 .main-menu {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
  margin-right: 55px;
  margin-left: 0;
  padding-right: 40px;
  padding-left: 0;
}

@media (max-width: 1600px) {
  [dir="rtl"] .header-layout1 .header-logo {
    padding-right: 20px;
    padding-left: 0;
  }
  [dir="rtl"] .header-layout1 .header-top .container {
    padding-right: 370px;
  }
}

@media (max-width: 1500px) {
  [dir="rtl"] .header-layout1 .header-logo {
    padding-right: 30px;
  }
  [dir="rtl"] .header-layout3 .main-menu {
    margin-right: 0;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .header-layout1 .header-logo {
    padding-right: 0px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .header-layout3 .menu-area {
    padding: 0 30px 0 0;
  }
  [dir="rtl"] .header-layout3 .header-top {
    padding: 18.5px 290px 18.5px 40px;
  }
  [dir="rtl"] .header-layout3 .sticky-wrapper.sticky {
    padding-left: 15px;
    padding-right: 0;
  }
  [dir="rtl"] .header-layout5 .header-top {
    margin-right: 279px;
    padding: 11px 30px 11px 42px;
  }
  [dir="rtl"] .header-layout5 .main-menu {
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  [dir="rtl"] .header-layout1 .header-top .container {
    padding-right: 300px;
  }
  [dir="rtl"] .header-layout3 .header-btn {
    display: none;
  }
  [dir="rtl"] .header-layout3 .sticky-wrapper.sticky .menu-area-left {
    padding: 0;
    margin: 0;
  }
  [dir="rtl"] .header-layout3 .sticky-wrapper.sticky .header-logo {
    padding: 20px 12px;
  }
  [dir="rtl"] .header-layout4 .header-top .container {
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .header-layout1 .header-top .container {
    padding-right: 300px;
  }
  [dir="rtl"] .header-layout1 .main-menu {
    margin-right: 30px;
    margin-left: 0;
  }
  [dir="rtl"] .header-layout3 .header-btn {
    display: block;
  }
  [dir="rtl"] .header-layout3 .menu-area {
    padding: 0;
  }
  [dir="rtl"] .header-layout3 .menu-area .menu-area-left {
    padding-right: 30px;
  }
  [dir="rtl"] .header-layout5 .main-menu {
    margin-right: 0px;
  }
  [dir="rtl"] .header-layout5 .header-top {
    margin-right: 249px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .header-layout1 .header-top .container {
    padding-right: 12px;
  }
  [dir="rtl"] .header-layout3 .header-top {
    padding: 18.5px 40px 18.5px 40px;
  }
  [dir="rtl"] .header-layout3 .header-btn {
    display: none;
  }
  [dir="rtl"] .header-layout3 .menu-area-left {
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .header-layout3 .menu-area .menu-area-left {
    padding: 7px 0px 7px 15px;
  }
  [dir="rtl"] .header-layout3 .header-logo {
    padding: 10px 15px 10px 0px;
  }
}

[dir="rtl"] .footer-widget.widget_meta a, [dir="rtl"] .footer-widget.widget_pages a, [dir="rtl"] .footer-widget.widget_archive a, [dir="rtl"] .footer-widget.widget_categories a, [dir="rtl"] .footer-widget.widget_nav_menu a {
  padding: 0 20px 0 0px;
}

[dir="rtl"] .footer-widget.widget_meta a:before, [dir="rtl"] .footer-widget.widget_pages a:before, [dir="rtl"] .footer-widget.widget_archive a:before, [dir="rtl"] .footer-widget.widget_categories a:before, [dir="rtl"] .footer-widget.widget_nav_menu a:before {
  left: auto;
  right: 0;
  content: "\f323";
}

[dir="rtl"] .footer-links li {
  padding-left: 15px;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .footer-links li:after {
  right: auto;
  left: 0;
}

[dir="rtl"] .recent-post .media-img {
  margin-left: 20px;
  margin-right: 0;
}

[dir="rtl"] .recent-post .recent-post-meta a i {
  margin-left: 6px;
  margin-right: 0;
}

[dir="rtl"] .newsletter-widget .th-btn i {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[dir="rtl"] .info-box_icon {
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .info-box_icon i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .blog-meta span, [dir="rtl"] .blog-meta a {
  margin-right: 0;
  margin-left: 16px;
}

[dir="rtl"] .blog-meta span i, [dir="rtl"] .blog-meta a i {
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .blog-meta span:after, [dir="rtl"] .blog-meta a:after {
  margin-right: 20px;
  margin-left: 0;
}

[dir="rtl"] .blog-card .box-title a {
  background-position: bottom right;
}

[dir="rtl"] .blog-card .blog-content .blog-bg-shape {
  left: 0;
  right: auto;
}

[dir="rtl"] .blog-meta span:last-child, [dir="rtl"] .blog-meta a:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] .blog-grid-card .box-title a {
  background-position: bottom right;
}

[dir="rtl"] .blog-grid-card .blog-content {
  padding: 24px 0px 20px 30px;
}

[dir="rtl"] .blog-card.style3 .blog-title a {
  background-position: bottom right;
}

@media (max-width: 575px) {
  [dir="rtl"] .blog-grid-card .blog-content {
    padding: 24px 30px 20px;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .blog-meta span, [dir="rtl"] .blog-meta a {
    padding-left: 10px;
    padding-right: 0;
    margin-left: 0;
  }
  [dir="rtl"] .blog-meta span:last-child, [dir="rtl"] .blog-meta a:last-child {
    padding-left: 0;
  }
  [dir="rtl"] .blog-meta span:after, [dir="rtl"] .blog-meta a:after {
    margin-right: 12px;
    margin-left: 0;
  }
  [dir="rtl"] .blog-grid-card .blog-content {
    padding: 24px 20px 20px;
  }
}

[dir="rtl"] .slick-arrow {
  right: var(--pos-x, -100px);
  left: auto;
}

[dir="rtl"] .slick-arrow.slick-prev {
  left: var(--pos-x, -100px);
  right: auto;
}

[dir="rtl"] .hero-slider-1 .slick-arrow.slick-next {
  -webkit-transform: translate(0, calc(50% + 5px));
      -ms-transform: translate(0, calc(50% + 5px));
          transform: translate(0, calc(50% + 5px));
}

[dir="rtl"] .service-featured_content .service-bg-shape {
  right: auto;
  left: 0;
}

[dir="rtl"] .service-featured_content .service-bg-shape img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .wcu-box_icon {
  margin-left: 20px;
  margin-right: 0;
}

[dir="rtl"] .wcu-img-half {
  margin-left: 126px;
  margin-right: 0;
}

[dir="rtl"] .appointment-form-wrap {
  margin-right: auto;
  margin-left: 56px;
}

[dir="rtl"] .appointment-form-wrap:after {
  left: 0;
  right: auto;
  border-right: solid 35px #B82110;
  border-left: solid 35px transparent;
}

[dir="rtl"] .team-card .team-social {
  left: 30px;
  right: auto;
}

[dir="rtl"] .team-social-hover_btn {
  left: 30px;
  right: auto;
}

[dir="rtl"] .accordion-card .accordion-button {
  padding: 12px 30px 12px 45px;
}

[dir="rtl"] .accordion-card .accordion-button:after {
  left: 30px;
  right: auto;
  padding-right: 10px;
  padding-left: 0;
  -webkit-clip-path: none;
          clip-path: none;
  background-image: none;
}

[dir="rtl"] .testi-slider1 {
  margin-left: -220px;
  margin-right: 0;
}

[dir="rtl"] .testi-card_profile {
  padding: 40px 30px;
}

[dir="rtl"] .testi-card:after {
  right: -36px;
  left: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1600px) {
  [dir="rtl"] .faq-bg-img1 {
    left: -8% !important;
    right: auto !important;
  }
  [dir="rtl"] .testi-slider1 {
    margin-left: -150px;
  }
}

@media (max-width: 1500px) {
  [dir="rtl"] .hero-1 .th-hero-bg {
    background-position: -310px center;
  }
  [dir="rtl"] .testi-slider1 {
    margin-left: -50px;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .hero-1 .th-hero-bg {
    background-position: -356px center;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .faq-bg-img1 {
    left: -24% !important;
  }
  [dir="rtl"] .testi-slider1 {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  [dir="rtl"] .testi-slider1 {
    margin-left: -12px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .hero-1 .th-hero-bg {
    background-position: -464px center;
  }
  [dir="rtl"] .wcu-wrap1 {
    margin: auto;
  }
  [dir="rtl"] .wcu-wrap1 .wcu-box {
    text-align: right;
  }
  [dir="rtl"] .testi-slider1 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .wcu-wrap1 {
    margin: 0 40px;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .appointment-form-wrap {
    margin: 0 15px;
  }
  [dir="rtl"] .wcu-img-half {
    margin: 0 0 0 85px;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .wcu-img-half {
    margin: 0;
  }
}

[dir="rtl"] .img-box2 {
  margin-left: 56px;
  margin-right: 0;
}

[dir="rtl"] .img-box2 .img3,
[dir="rtl"] .img-box2 .img2 {
  left: 0;
  right: auto;
}

[dir="rtl"] .img-box2 .shape1 {
  right: 0 !important;
  left: auto !important;
}

[dir="rtl"] .wcu-thumb-2 {
  margin-right: -120px;
  margin-left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .skill-feature .progress-value {
  left: 0;
  right: auto;
}

[dir="rtl"] .about-info-wrap .icon i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .project-card.style2 .project-content {
  text-align: right;
  left: auto;
  right: 0;
}

[dir="rtl"] .project-card.style2 .project-content .project-title {
  padding: 20px 20px 20px 40px;
}

[dir="rtl"] .testi-card.style2 .testi-box_review {
  right: 40px;
  left: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .testi-card.style2:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 80px;
}

[dir="rtl"] .apppointment-area-1 .appointment-form-wrap {
  margin-left: 0;
}

@media (max-width: 1399px) {
  [dir="rtl"] .img-box2 .img1 {
    margin-left: 240px;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .img-box2 {
    margin-left: 20px;
  }
  [dir="rtl"] .apppointment-area-1 .appointment-form-wrap {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .img-box2 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .hero-2 .banner-img {
    background-position: right;
  }
  [dir="rtl"] .img-box2 {
    padding-left: 225px;
    padding-right: 0;
    padding-bottom: 250px;
  }
  [dir="rtl"] .img-box2 .img1 {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .testi-card.style2 .testi-box_review {
    left: 40px;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  [dir="rtl"] .testi-card.style2:after {
    left: 80px;
    right: auto;
  }
  [dir="rtl"] .testi-card.style2 .media {
    text-align: right;
  }
  [dir="rtl"] .img-box2 {
    padding: 0;
  }
  [dir="rtl"] .img-box2 .img3 {
    margin-right: 13px;
    margin-left: 0;
  }
  [dir="rtl"] .apppointment-area-1 .appointment-form-wrap .th-btn {
    padding: 17.5px 14px;
  }
  [dir="rtl"] .apppointment-area-1 .appointment-form-wrap {
    margin: 40px 0 0px;
  }
}

[dir="rtl"] .hero-3 .slick-arrow.slick-prev {
  left: var(--pos-x, -100px);
  right: auto;
}

[dir="rtl"] .project-filter-btn .tab-btn:after {
  left: -2px;
  right: auto;
}

[dir="rtl"] .counter-card-wrap.style2 ~ .counter-card-wrap:after {
  right: -50px;
  left: 0;
}

[dir="rtl"] .service-box .service-bg-shape {
  left: 0;
  right: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .img-box3 {
  margin-right: 90px;
  margin-left: 0;
}

[dir="rtl"] .about-grid2 .about-grid_year {
  padding-left: 25px;
  margin-left: 30px;
  padding-right: 0;
  margin-right: 0;
  border-left: 1px solid var(--th-border-color);
  border-right: 0;
  background-size: 112%;
}

[dir="rtl"] .experience-thumb {
  margin-left: 80px;
  margin-right: -120px;
}

[dir="rtl"] .customer-wrap {
  padding: 32px 30px 31px 0;
  left: 0;
  right: auto;
}

[dir="rtl"] .customer-wrap .customer-wrap-title {
  margin-left: 20px;
  margin-right: 0;
}

[dir="rtl"] .customer-wrap .customer-wrap-text {
  margin-left: 28px;
  margin-right: 0;
}

[dir="rtl"] .customer-wrap .customer-wrap-icon {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-right: -30px;
  margin-left: 0;
}

[dir="rtl"] .newsletter-thumb {
  right: 0;
  left: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  text-align: end;
}

@media (max-width: 1199px) {
  [dir="rtl"] .img-box3 {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .customer-wrap {
    padding: 12px 20px 11px 0px;
  }
  [dir="rtl"] .experience-thumb {
    margin-left: 35px;
    margin-right: 0;
  }
}

[dir="rtl"] .th-hero-wrapper .slick-dots {
  right: 80px;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

[dir="rtl"] .hero-4 .th-hero-bg {
  background-position: right;
}

[dir="rtl"] .about-feature3 ~ .about-feature3 {
  border-right: 1px solid #CDCDCD;
  border-left: 0;
  padding-right: 50px;
  padding-left: 0;
  margin-right: 12px;
  margin-left: 0;
}

[dir="rtl"] .skill-feature.style3 .progress .progress-bar:after {
  right: auto;
  left: 0;
}

[dir="rtl"] .wcu-card-slider {
  margin-left: -100px;
  margin-right: 0;
}

[dir="rtl"] .testi-block_profile:after {
  left: auto;
  right: -40px;
  border-radius: 50px 0px 0 50px;
  border-right: 2px solid var(--theme-color);
  border-left: 0;
}

[dir="rtl"] .testi-block .review-rating {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .testi-block .quote-icon {
  left: 40px;
  right: auto;
}

[dir="rtl"] .award-thumb {
  margin-left: 50px;
  margin-right: 0;
}

[dir="rtl"] .award-thumb .award {
  left: 0;
  right: auto;
}

[dir="rtl"] .cta-thumb3 {
  right: 0 !important;
  left: auto !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .about-thumb-4 img {
  object-position: top left;
}

@media (max-width: 1399px) {
  [dir="rtl"] .hero-4 .th-hero-bg {
    background-position: center;
  }
}

@media (max-width: 1200px) {
  [dir="rtl"] .award-thumb {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .wcu-card-slider {
    margin-left: 0;
  }
  [dir="rtl"] .award-thumb {
    padding-left: 100px;
    padding-right: 0;
  }
  [dir="rtl"] .about-feature3 ~ .about-feature3 {
    border: 0;
    padding-right: 0;
    margin-right: 28px;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .hero-4 .th-hero-bg {
    background-position: right;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .about-feature3 ~ .about-feature3 {
    margin: 30px 0 0;
  }
  [dir="rtl"] .testi-block .testi-block_profile:after {
    right: -30px;
  }
}

[dir="rtl"] .feature-card.style2 {
  text-align: right;
}

[dir="rtl"] .img-box5 {
  margin-left: 56px;
  margin-right: 0;
  text-align: left;
}

[dir="rtl"] .img-box5 .shape1 {
  right: -46px !important;
  left: auto !important;
}

[dir="rtl"] .about-grid-wrap.style2 .details {
  border-left: 1px solid #CDCDCD;
  border-right: 0;
  padding-left: 40px;
  padding-right: 0;
}

[dir="rtl"] .portfolio-slider5 .slick-list {
  padding-left: 280px;
  padding-right: 380px;
}

[dir="rtl"] .portfolio-slider5 .slick-dots li ~ li {
  margin: 0 15px 0 0;
}

[dir="rtl"] .img-box4 .customer-wrap {
  left: auto;
  text-align: start;
  right: -110px;
  top: 56px;
  padding: 32px 35px 31px 30px;
}

[dir="rtl"] .img-box4 .customer-wrap .customer-wrap-icon {
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  margin-right: -30px;
}

[dir="rtl"] .img-box4 .customer-wrap .customer-wrap-text {
  margin-left: 0;
}

[dir="rtl"] .why-sec-v5 .wcu-card-slider {
  margin-right: -15px;
  margin-left: -100px;
}

[dir="rtl"] .wcu-card.style4 .wcu-card_title a {
  background-position: bottom right;
}

[dir="rtl"] .testi-block.style2 .quote-icon {
  right: auto;
  left: auto;
}

@media (max-width: 1399px) {
  [dir="rtl"] .portfolio-slider5 .slick-list {
    padding-right: 12px;
    padding-left: 414px;
  }
  [dir="rtl"] .img-box5 {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  [dir="rtl"] .portfolio-slider5 .slick-list {
    padding-left: 12px;
    padding-right: 344px;
  }
  [dir="rtl"] .img-box5 {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .img-box4 .customer-wrap {
    right: auto;
    left: -110px;
  }
  [dir="rtl"] .why-sec-v5 .wcu-card-slider {
    margin-left: 0;
  }
  [dir="rtl"] .testi-block.style2 .testi-block_profile {
    text-align: left;
  }
  [dir="rtl"] .portfolio-slider5 .slick-list {
    padding-right: 12px;
    padding-left: 260px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .img-box5 {
    margin-left: 0;
  }
  [dir="rtl"] .portfolio-slider5 {
    padding-right: 0;
    padding-left: 24px;
  }
  [dir="rtl"] .portfolio-slider5 .slick-list {
    padding-right: 12px;
    padding-left: 0;
  }
  [dir="rtl"] .testi-block.style2 .quote-icon {
    right: 0;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .about-grid-wrap.style2 .details {
    border: 0;
    padding: 0;
  }
  [dir="rtl"] .img-box4 .customer-wrap {
    padding: 12px 0px 11px 20px;
    left: -90px;
  }
  [dir="rtl"] .img-box4 .customer-wrap .customer-wrap-icon {
    margin-right: 0px;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .testi-block.style2 .testi-block_profile {
    text-align: right;
  }
  [dir="rtl"] .testi-block.style2 .quote-icon {
    left: 0;
    right: auto;
    margin: 0;
  }
}

[dir="rtl"] .header-layout6 .menu-area .logo-bg {
  right: 0px;
  left: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .header-layout6 .sticky-wrapper:after {
  left: 0;
  right: auto;
}

[dir="rtl"] .header-layout6 .main-menu {
  margin-right: 100px;
  margin-left: 0;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  [dir="rtl"] .header-layout6 .main-menu {
    margin-right: 70px;
  }
}

[dir="rtl"] .header-layout6 .menu-area {
  padding-right: 60px;
  padding-left: 0;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  [dir="rtl"] .header-layout6 .menu-area {
    margin-right: -35px;
    margin-left: 0;
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .header-layout6 .menu-area {
    margin-right: -12px;
    padding-right: 35px;
  }
}

[dir="rtl"] .hero-6 .hero-slider-indicator {
  left: 150px;
  right: auto;
  /* Medium Large devices */
}

@media (max-width: 1600px) {
  [dir="rtl"] .hero-6 .hero-slider-indicator {
    left: 80px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .hero-6 .hero-slider-indicator {
    left: 50px;
  }
}

[dir="rtl"] .img-box6 {
  margin-left: 140px;
  margin-right: 0;
  text-align: left;
}

[dir="rtl"] .client-grid-wrap {
  /* Medium devices */
}

@media (max-width: 991px) {
  [dir="rtl"] .client-grid-wrap {
    text-align: right;
  }
}

[dir="rtl"] .service-card.style3 .service-bg-num {
  left: 25px;
  right: auto;
}

[dir="rtl"] .project-slider6 .slick-arrow {
  left: var(--pos-x, -15px);
}

[dir="rtl"] .appointment-thumb:after, [dir="rtl"] .appointment-thumb:before {
  right: -53px;
  left: auto;
}

[dir="rtl"] .appointment-thumb:after {
  right: calc(-53px - 40px);
}

[dir="rtl"] .appointment-thumb {
  /* Medium devices */
}

@media (max-width: 991px) {
  [dir="rtl"] .appointment-thumb:before {
    right: 0;
  }
  [dir="rtl"] .appointment-thumb:after {
    right: calc(-55px + 20px);
  }
}

[dir="rtl"] .testi-block.style3 .quote-icon {
  left: auto;
}

[dir="rtl"] .testi-slider5 .slick-dots {
  text-align: right;
  margin-right: 10px;
  margin-left: 0;
}

[dir="rtl"] .slick-dots li {
  margin-right: 15px;
  margin-left: 0;
}

[dir="rtl"] .slick-dots li:first-child {
  margin-right: 0;
}

[dir="rtl"] .testi-thumb5 {
  margin-left: -130px;
  margin-right: -250px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
}

@media (max-width: 1500px) {
  [dir="rtl"] .testi-thumb5 {
    margin-left: -50px;
    margin-right: -300px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .testi-thumb5 {
    margin-right: -350px;
    margin-left: -30px;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .testi-thumb5 {
    margin-right: -260px;
    margin-left: 0;
  }
}

[dir="rtl"] .header-layout7 .menu-area {
  padding: 0 65px 0 307px;
}

[dir="rtl"] .header-layout7 .menu-area .main-menu {
  margin-right: 140px;
  margin-left: 0;
}

[dir="rtl"] .header-layout7 .header-top {
  padding: 16.5px 350px 16.5px 307px;
}

[dir="rtl"] .header-layout7 .header-links li:not(:last-child) {
  margin: 0 0 0 40px;
}

[dir="rtl"] .header-layout7 .th-menu-toggle {
  margin-right: auto;
  margin-left: 0;
}

[dir="rtl"] .header-layout7 .logo-bg {
  left: auto;
  right: 0;
}

[dir="rtl"] .header-layout7 .logo-bg:before {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1500px) {
  [dir="rtl"] .header-layout7 .header-top {
    padding: 16.5px 350px 16.5px 70px;
  }
  [dir="rtl"] .header-layout7 .menu-area {
    padding: 0 65px 0 70px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .header-layout7 .header-top {
    padding: 16.5px 300px 16.5px 50px;
  }
  [dir="rtl"] .header-layout7 .menu-area .main-menu {
    margin-right: 100px;
  }
  [dir="rtl"] .header-layout7 .menu-area {
    padding: 0 50px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .header-layout7 .header-top {
    padding: 16.5px 255px 16.5px 40px;
  }
  [dir="rtl"] .header-layout7 .menu-area {
    padding: 0 30px 0 40px;
  }
  [dir="rtl"] .header-layout7 .menu-area .main-menu {
    margin-right: 60px;
  }
  [dir="rtl"] .header-layout7 .logo-bg:before {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .header-layout7 .menu-area {
    padding: 0 15px;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .header-layout7 .logo-bg:before {
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

[dir="rtl"] .hero-7 .hero-7-thumb {
  left: 0;
  right: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .hero-style7 {
  padding: 200px 0;
}

[dir="rtl"] .hero-style7 .hero-title {
  font-weight: 800;
  margin-top: -0.2em;
}

[dir="rtl"] .hero-style7 .hero-title:last-of-type {
  margin-bottom: 18px;
}

[dir="rtl"] .hero-style7 .hero-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  max-width: 567px;
  margin-bottom: 30px;
}

[dir="rtl"] .hero-style7 .newsletter-form {
  max-width: 464px;
  background: var(--theme-color);
  border-radius: 4px;
  position: relative;
  padding-left: 4px;
  margin-bottom: 35px;
}

[dir="rtl"] .hero-style7 .newsletter-form input {
  border: 0 !important;
  padding: 0 170px 0 30px;
}

[dir="rtl"] .hero-style7 .newsletter-form .th-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 17px 30px;
}

[dir="rtl"] .hero-style7 .hero-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

[dir="rtl"] .hero-style7 .hero-profile .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 2px;
}

[dir="rtl"] .hero-style7 .hero-profile .ratting {
  font-size: 16px;
  font-weight: 300;
  color: var(--white-color);
}

[dir="rtl"] .hero-style7 .hero-profile .ratting span {
  margin-right: 8px;
}

[dir="rtl"] .hero-style7 .hero-profile .ratting i {
  color: #F8BC26;
  font-size: 15px;
}

@media (max-width: 1700px) {
  [dir="rtl"] .hero-7 .hero-7-thumb {
    width: 800px;
  }
}

@media (max-width: 1500px) {
  [dir="rtl"] .hero-7 .hero-7-thumb {
    width: 680px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .hero-style7 {
    padding: 150px 0;
  }
  [dir="rtl"] .hero-7 .hero-7-thumb {
    width: 610px;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .hero-7 {
    background-position: center;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .hero-7 .hero-7-thumb {
    width: 480px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .hero-style7 {
    padding: 120px 0;
  }
  [dir="rtl"] .hero-7 .hero-7-thumb {
    width: 360px;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .hero-7 {
    background-position: left;
  }
  [dir="rtl"] .hero-7 .hero-7-thumb {
    display: none;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .hero-style7 {
    padding: 100px 0;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .hero-style7 .newsletter-form {
    background: transparent;
    padding: 0;
  }
  [dir="rtl"] .hero-style7 .newsletter-form .th-btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
    top: 0;
    right: 0;
  }
  [dir="rtl"] .hero-style7 .newsletter-form input {
    padding: 0 30px;
  }
  [dir="rtl"] .hero-style7 .hero-profile .title {
    font-size: 18px;
  }
}

[dir="rtl"] .img-box7 {
  margin-right: 0;
  margin-left: 45px;
}

[dir="rtl"] .img-box7 .img2 {
  right: auto;
  left: 0;
}

[dir="rtl"] .img-box7 .play-btn {
  right: auto;
  left: 87px;
}

@media (max-width: 1299px) {
  [dir="rtl"] .img-box7 {
    margin-left: 0;
  }
  [dir="rtl"] .img-box7 .play-btn {
    left: 47px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .img-box7 {
    margin-left: 0;
    padding-right: 0;
    padding-left: 70px;
  }
  [dir="rtl"] .img-box7 .play-btn {
    left: 17px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .img-box7 {
    padding-left: 190px;
  }
  [dir="rtl"] .img-box7 .play-btn {
    left: 37px;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .img-box7 .play-btn {
    left: 47px;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .img-box7 {
    padding-left: 60px;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .img-box7 .img2 {
    margin-right: 30px;
  }
}

[dir="rtl"] .service-card.style4 .service-content {
  margin-left: 0;
  margin-right: 45px;
  text-align: right;
}

[dir="rtl"] .service-card.style4 .service-content .service-card-shape {
  left: 0;
  right: auto;
}

@media (max-width: 1299px) {
  [dir="rtl"] .service-card.style4 .service-content {
    margin-right: 0;
  }
}

[dir="rtl"] .experience-area-2 {
  margin-left: 0;
  margin-right: 307px;
  padding-right: 0;
  padding-left: 307px;
}

[dir="rtl"] .experience-area-2 .experience2-thumb {
  left: auto;
  right: 0;
}

[dir="rtl"] .experience-area-2 .experience2-thumb .customer-wrap {
  left: auto;
  right: 0;
}

[dir="rtl"] .experience-area-2 .experience-wrap {
  padding: 80px 80px 80px 0px;
}

@media (max-width: 1700px) {
  [dir="rtl"] .experience-area-2 {
    margin-right: 197px;
    padding-left: 197px;
  }
}

@media (max-width: 1500px) {
  [dir="rtl"] .experience-area-2 {
    margin-right: 74px;
    padding-left: 74px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .experience-area-2 {
    margin-right: 52px;
    padding-left: 52px;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .experience-area-2 {
    margin-right: 0px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .experience-area-2 {
    padding-left: 0;
  }
  [dir="rtl"] .experience-area-2 .experience-wrap {
    padding: 80px;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .experience-area-2 .experience-wrap {
    padding: 80px 40px;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .experience-area-2 .experience-wrap {
    padding: 80px 15px;
  }
}

[dir="rtl"] .team-card.style3 .team-social {
  left: auto;
  right: 50%;
}

[dir="rtl"] .faq-sec-3 .img-half.img-right {
  left: 0;
  right: auto;
}

[dir="rtl"] .blog-card.style5 .blog-content .blog-meta-author img {
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .accordion-card.style4 .accordion-button {
  padding: 12px 30px 12px 50px;
  text-align: right;
}

[dir="rtl"] body.home-sidemenu {
  margin-right: 315px;
  margin-left: 0;
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  [dir="rtl"] body.home-sidemenu {
    margin-right: 124px;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] body.home-sidemenu {
    margin-right: 92px;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] body.home-sidemenu {
    margin-right: 0px;
  }
}

[dir="rtl"] .header-layout8 .th-menu-wrapper2 {
  text-align: right;
}

[dir="rtl"] .header-layout8 .th-menu-wrapper2 .th-menu-area {
  right: 0;
  left: auto;
  border-left: 3px solid var(--theme-color);
  border-right: 0;
}

@media (max-width: 991px) {
  [dir="rtl"] .header-layout8 .th-menu-wrapper .th-menu-area {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .header-layout8 .th-menu-wrapper .th-menu-area {
    padding: 20px;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .header-layout8 .th-menu-wrapper .th-menu-area {
    padding: 20px;
  }
}

[dir="rtl"] .hero-8 .hero-slider-indicator {
  right: auto;
  left: 100px;
  /* Medium Large devices */
}

@media (max-width: 1600px) {
  [dir="rtl"] .hero-8 .hero-slider-indicator {
    left: 80px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .hero-8 .hero-slider-indicator {
    left: 50px;
  }
}

[dir="rtl"] .hero-8 .hero-video-wrap {
  left: 0;
  right: auto;
  padding: 0 0px 0 50px;
}

[dir="rtl"] .hero-8 .hero-video-wrap .hero-contact-wrap:not(:last-child) {
  border-left: 1px solid var(--body-color);
  border-right: 0;
  padding-right: 0;
  padding-left: 30px;
}

[dir="rtl"] .about-feature-wrap4 .about-feature3 ~ .about-feature3 {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

[dir="rtl"] .service-list-wrap {
  --space-x: 35px;
  --space-y: 35px;
}

[dir="rtl"] .service-list-wrap:not(:nth-last-child(-n + 3)) {
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: var(--space-y);
}

[dir="rtl"] .service-list-wrap:not(:nth-child(-n + 3)) {
  padding-top: var(--space-y);
}

[dir="rtl"] .service-list-wrap:not(:nth-child(3n)) {
  border-left: 1px solid var(--th-border-color);
  border-right: 0;
  padding-left: var(--space-x);
  padding-right: 0;
}

[dir="rtl"] .service-list-wrap:not(:nth-child(3n + 1)) {
  padding-right: var(--space-x);
  padding-left: 0;
}

[dir="rtl"] .service-list_btn .icon-btn {
  margin-left: 10px;
  margin-right: 0;
}

@media (max-width: 1199px) {
  [dir="rtl"] .service-list-wrap:nth-child(odd) {
    padding-left: var(--space-x);
    padding-right: 0;
  }
  [dir="rtl"] .service-list-wrap:nth-child(even) {
    padding-right: var(--space-x);
    padding-left: 0;
    border-right: 1px solid var(--th-border-color);
    border-left: 0;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .service-list-wrap:nth-child(odd) {
    border-right: 1px solid var(--th-border-color);
    border-left: 0;
  }
  [dir="rtl"] .service-list-wrap:nth-child(even) {
    border-left: 1px solid var(--th-border-color);
    border-right: unset;
  }
}

/*# sourceMappingURL=style.css.map */
