@charset "UTF-8";
/*
Template Name: Malen
Template URL: https://themeholy.com/Malen
Description: Malen - Car Repair and Services HTML Template
Author: themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 1.0.0
*/
/*================================= 
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default  
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. 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. Tab Menu
    4.00. Faq
    4.00. CTA
    4.00. Service
    4.00. Pricing
    4.00. Couple
    4.00. History
    4.00. Gallery
    4.00. Event
    4.00. RSVP
    4.00. Invitation

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #EB3300;
  --title-color: #0A0A0A;
  --title-color2: #161921;
  --body-color: #4B4B4B;
  --smoke-color: #F3F1F2;
  --smoke-color2: #F6F7F9;
  --black-color: #000000;
  --black-color-2: #4B4B4B;
  --gray-color: #D2D2D2;
  --white-color: #ffffff;
  --light-color: #CDCDCD;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #D2D2D2;
  --title-font: 'Plus Jakarta Sans', sans-serif;
  --body-font: 'Inter', sans-serif;
  --style-font: 'Red Hat Display', cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

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

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

body.theme-blue {
  --theme-color: #1037B6;
}

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

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
.header-layout2 .header-right .langauge a.nice-select.open,
.header-layout5 .header-right .langauge a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
.header-layout2 .header-right .langauge input.nice-select.open,
.header-layout5 .header-right .langauge input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open,
.header-layout2 .header-right .langauge textarea.nice-select.open,
.header-layout5 .header-right .langauge textarea.nice-select.open {
  outline: none;
}

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

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


a:active,
a.nice-select.open,
.header-layout2 .header-right .langauge a.nice-select.open,
.header-layout5 .header-right .langauge a.nice-select.open, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

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

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

ins {
  text-decoration: none;
}

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

span.ajax-loader:empty,
p:empty {
  display: none;
}

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

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

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

.h1,
h1 {
  font-size: 64px;
  line-height: 1.167;
}

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

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

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

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

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .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: 30px;
    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: 30px;
  }
}

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

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

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

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

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

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

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

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

.page--item p {
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
  color: var(--body-color);
  font-weight: 500;
  text-align: center;
  position: absolute;
  right: 24px;
  top: 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

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

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

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

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

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

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

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

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

.wp-block-table.is-style-stripes {
  border: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}

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

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

.admin-bar .th-header .sticky-wrapper.sticky {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .th-header .sticky-wrapper.sticky {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .th-header .sticky-wrapper.sticky {
    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(--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 {
  border-color: transparent;
  position: relative;
}

.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}

.blog-single.format-quote: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";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--icon-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}

.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: var(--white-color);
  overflow: hidden;
}

.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}

.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}

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

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

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

@media (min-width: 1370px) {
  .th-container2 {
    --main-container: 1470px;
  }
  .th-container2 .container {
    --main-container: 1220px;
  }
}

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

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

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

@media (min-width: 1600px) {
  .th-container2 {
    --main-container: 1680px;
  }
}

@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-container3 {
  max-width: 1520px;
}

/*------------------- 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;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  color: #8B929C;
  border-bottom: 1px solid;
  padding: 0 0 10px 0;
  background-position: right 1px top 5px;
  background-size: 16px 16px;
  background-color: transparent;
}

select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: #8B929C;
  padding: 2px 15px;
}

select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
  color: #8B929C;
}

select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
  color: #8B929C;
}

select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
  color: #8B929C;
}

select.style2::-webkit-input-placeholder, .form-control.style2::-webkit-input-placeholder, .form-select.style2::-webkit-input-placeholder, textarea.style2::-webkit-input-placeholder, input.style2::-webkit-input-placeholder {
  color: #8B929C;
}

select.style2::-moz-placeholder, .form-control.style2::-moz-placeholder, .form-select.style2::-moz-placeholder, textarea.style2::-moz-placeholder, input.style2::-moz-placeholder {
  color: #8B929C;
}

select.style2:-ms-input-placeholder, .form-control.style2:-ms-input-placeholder, .form-select.style2:-ms-input-placeholder, textarea.style2:-ms-input-placeholder, input.style2:-ms-input-placeholder {
  color: #8B929C;
}

select.style2::-ms-input-placeholder, .form-control.style2::-ms-input-placeholder, .form-select.style2::-ms-input-placeholder, textarea.style2::-ms-input-placeholder, input.style2::-ms-input-placeholder {
  color: #8B929C;
}

select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
  color: #8B929C;
}

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

.hide-select-arrow select,
.hide-select-arrow .form-select {
  background-image: none !important;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding: 25px 20px;
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

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

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

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

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

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

.form-group.has-label > i {
  top: 50px;
}

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

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

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

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

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

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

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

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

input[type="checkbox"].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}

input[type="checkbox"].style2 ~ label:before {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8B929C;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}

input[type="checkbox"].style2:checked ~ label:before {
  color: var(--theme-color);
}

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

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

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

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

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

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

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  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: 2px 0;
  margin: 38px 0 30px 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: 25px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--dots-bg, #D8D8D8);
  -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: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid 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;
}

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

@media (max-width: 1600px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slick-arrow.slick-next {
  right: var(--pos-x, -200px);
  left: auto;
}

.slick-arrow:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}

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

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

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -100px);
}

.arrow-wrap:hover .slick-arrow.slick-next {
  right: -100px;
  left: auto;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.th-menu-wrapper .mobile-logo {
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--title-color);
}

.th-menu-wrapper .mobile-logo a img {
  max-height: 35px;
}

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

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--title-color);
  background-color: var(--white-color);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  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;
  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: 20px;
  margin-top: 20px;
  text-align: left;
}

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

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

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

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

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

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

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

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

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  color: var(--title-color);
}

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

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

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

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

/*------------------- 2.6. Mobile Menu -------------------*/
:root {
  --input-height: 56px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.nice-select:after {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 24px;
}

.nice-select.open .list {
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  border-bottom: 1px solid var(--theme-color);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-28px);
      -ms-transform: scale(0.75) translateY(-28px);
          transform: scale(0.75) translateY(-28px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--smoke-color);
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

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

.preloader-inner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader {
  width: 150px;
  height: 150px;
  border: 1px #fff solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
}

.loader.custom-loader {
  border: medium none;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.loader .loading {
  font-size: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 14px;
  font-family: var(--title-font);
  left: 0;
  top: 50%;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.loader .line {
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
}

.loader .line:nth-child(1) {
  left: 16px;
  top: 50%;
  margin-top: -1px;
}

.loader .line:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 33px;
  top: 33px;
}

.loader .line:nth-child(3) {
  top: 16px;
  left: 50%;
  width: 2px;
  height: 10px;
}

.loader .line:nth-child(4) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 33px;
  top: 33px;
}

.loader .line:nth-child(5) {
  right: 16px;
  top: 50%;
  margin-top: -1px;
}

.loader .line:nth-child(6) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 33px;
  bottom: 33px;
  background: var(--theme-color);
}

.loader-circle-1 {
  width: 138px;
  height: 138px;
  left: 5px;
  top: 5px;
  border: 1px #fff solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: transparent;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

.loader-circle-2 {
  width: 126px;
  height: 126px;
  left: 5px;
  top: 5px;
  border: 1px transparent solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: var(--theme-color);
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}

.loader .subline {
  position: absolute;
  width: 3px;
  height: 2px;
  background: #fff;
}

.loader .subline:nth-child(7) {
  -webkit-transform: rotate(22.5deg);
      -ms-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
  left: 21px;
  top: 50px;
}

.loader .subline:nth-child(8) {
  -webkit-transform: rotate(67.5deg);
      -ms-transform: rotate(67.5deg);
          transform: rotate(67.5deg);
  left: 50px;
  top: 21px;
}

.loader .subline:nth-child(9) {
  -webkit-transform: rotate(112.5deg);
      -ms-transform: rotate(112.5deg);
          transform: rotate(112.5deg);
  right: 50px;
  top: 21px;
}

.loader .subline:nth-child(10) {
  -webkit-transform: rotate(157.5deg);
      -ms-transform: rotate(157.5deg);
          transform: rotate(157.5deg);
  right: 21px;
  top: 50px;
}

.loader .subline:nth-child(11) {
  -webkit-transform: rotate(22.5deg);
      -ms-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
  right: 20px;
  bottom: 49px;
  background: var(--theme-color);
}

.loader .needle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px #fff solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  z-index: 1;
  -webkit-animation: pegIt 3s infinite ease-in-out;
          animation: pegIt 3s infinite ease-in-out;
}

.loader .needle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 50px 3.5px 0;
  border-color: transparent var(--theme-color) transparent transparent;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -3.5px 0 0 0;
  border-radius: 0 50% 50% 0;
}

@keyframes pegIt {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  16% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
  25% {
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  36% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
  42% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(227deg);
            transform: rotate(227deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes pegIt {
  0% {
    -webkit-transform: rotate(0deg);
  }
  16% {
    -webkit-transform: rotate(75deg);
  }
  25% {
    -webkit-transform: rotate(55deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
  }
  36% {
    -webkit-transform: rotate(170deg);
  }
  42% {
    -webkit-transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(227deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

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

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

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  font-family: var(--body-font);
  background-color: var(--theme-color);
  color: var(--white-color);
  position: relative;
  padding: 17px 36px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  border-radius: 4px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-btn span {
  position: relative;
  z-index: 1;
}

.th-btn .icon i {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

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

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

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

.th-btn.style3:after {
  background-color: var(--white-color);
}

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

.th-btn.style4 {
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

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

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

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

.th-btn.style5 {
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 2px solid #EEEEEE;
  padding: 20px 34.5px;
}

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

.th-btn.style5:after {
  background-color: var(--theme-color);
}

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

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

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

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

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

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

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

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

.th-btn.black-btn:after {
  background-color: var(--theme-color);
}

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

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

.th-btn:before, .th-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: var(--title-color);
  color: var(--white-color);
  -webkit-transform: skew(30deg) translate3d(0, 0, 0);
          transform: skew(30deg) translate3d(0, 0, 0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.th-btn:before {
  left: auto;
  right: 100%;
  -webkit-transform: skew(-30deg) translate3d(0, 0, 0);
          transform: skew(-30deg) translate3d(0, 0, 0);
}

.th-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: var(--title-color);
  -webkit-transform: skew(30deg) translate3d(0, 0, 0);
          transform: skew(30deg) translate3d(0, 0, 0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.th-btn:hover:before {
  -webkit-transform: skew(-30deg) translate3d(70%, 0, 0);
          transform: skew(-30deg) translate3d(70%, 0, 0);
  opacity: 1;
}

.th-btn:hover:after {
  -webkit-transform: skew(30deg) translate3d(-70%, 0, 0);
          transform: skew(30deg) translate3d(-70%, 0, 0);
  opacity: 1;
}

.th-btn:hover .icon i {
  position: relative;
  top: -22px;
  right: -40px;
}

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

.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(--theme-color);
  color: var(--white-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 > i.fa-play {
  padding-right: 0.18em;
}

.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-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(--theme-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(--white-color);
}

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

.play-btn.style4 > i {
  width: var(--icon-size, 90px);
  height: var(--icon-size, 90px);
  line-height: var(--icon-size, 90px);
  background-color: var(--white-color);
  color: var(--title-color);
  /* Medium devices */
}

@media (max-width: 991px) {
  .play-btn.style4 > i {
    --icon-size: 60px;
  }
}

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

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

.link-btn {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  line-height: 26px;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--title-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-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 26px;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.line-btn i {
  margin-left: 10px;
  font-size: 0.9rem;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  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;
}

.half-line-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
  font-family: var(--title-font);
  position: relative;
  padding-bottom: 0px;
  margin-bottom: -6px;
  text-transform: uppercase;
  color: var(--title-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.half-line-btn i {
  margin-left: 10px;
  font-size: 0.9rem;
  color: var(--theme-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.half-line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20px;
  height: 1px;
  background-color: var(--title-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

.half-line-btn:hover i {
  margin-left: 15px;
}

.half-line-btn:hover::before {
  background-color: var(--theme-color);
  width: 75%;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 70px;
  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;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.25em;
}

.sub-title {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--body-font);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: -0.34em;
}

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

.shadow-title {
  font-family: var(--title-font);
  font-size: 150px;
  font-weight: bold;
  line-height: initial;
  background: -webkit-linear-gradient(top, #E9E9E9 0%, transparent 84.54%);
  background: linear-gradient(180deg, #E9E9E9 0%, transparent 84.54%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.shadow-title.dark-color {
  background: -webkit-linear-gradient(top, #232732 0%, transparent 84.54%);
  background: linear-gradient(180deg, #232732 0%, transparent 84.54%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
  /* Medium devices */
}

@media (max-width: 1399px) {
  .box-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .box-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.box-title a {
  color: inherit;
}

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

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

.sec-desc {
  max-width: 485px;
}

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

.title-area.text-lg-start {
  /* Medium devices */
}

@media (max-width: 991px) {
  .title-area.text-lg-start {
    text-align: center !important;
  }
}

.title-area.text-md-start {
  /* Small devices */
}

@media (max-width: 767px) {
  .title-area.text-md-start {
    text-align: center !important;
  }
}

.title-area.text-xl-start {
  /* Large devices */
}

@media (max-width: 1199px) {
  .title-area.text-xl-start {
    text-align: center !important;
  }
}

.title-area.text-center .sub-title {
  padding-left: 0;
}

.title-area.text-center .sub-title:before, .title-area.text-center .sub-title:after {
  left: -40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .title-area.text-center .sub-title:before, .title-area.text-center .sub-title:after {
    left: -40px;
  }
}

.title-area.text-center .sub-title:after {
  left: -30px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .title-area.text-center .sub-title:after {
    left: -30px;
  }
}

.title-area .sub-title {
  display: inline-block;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--body-font);
  position: relative;
  margin-bottom: 24px;
  padding-left: 40px;
  text-transform: uppercase;
}

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

.title-area .sub-title .double-line:after, .title-area .sub-title:after {
  margin-top: 3px;
  width: 20px;
  left: 10px;
}

.title-area .sub-title .double-line:before, .title-area .sub-title:before {
  width: 30px;
  top: auto;
  bottom: 10px;
}

.title-area .sub-title .double-line {
  margin-left: 0;
}

.title-area .sub-title .double-line:before, .title-area .sub-title .double-line:after {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  right: -10px;
  left: auto;
}

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

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

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

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

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .shadow-title {
    font-size: 120px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .shadow-title {
    font-size: 96px;
  }
  .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: 88px;
  }
  .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;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .shadow-title {
    font-size: 60px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .sub-title img {
    max-width: 60px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 50px;
    top: 55%;
  }
}

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

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

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

.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.28em 0.45em;
  font-size: 8px;
  border-radius: 50%;
  top: 18px;
  right: -10px;
  min-width: 16px;
  min-height: 16px;
  line-height: 12px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.th-social.author-social a {
  background-color: var(--smoke-color2);
  width: var(--icon-size, 45px);
  height: var(--icon-size, 45px);
  line-height: var(--icon-size, 45px);
  font-size: 18px;
  color: #0A0A0A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-social.author-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.th-social.author-social .info-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 45px);
  height: var(--icon-size, 45px);
  line-height: var(--icon-size, 45px);
  background-color: var(--white-color);
  color: var(--title-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  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 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
}

.th-social.style2 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;
}

#blog-sec .btn-group {
  /* Medium devices */
}

@media (max-width: 991px) {
  #blog-sec .btn-group {
    margin-bottom: 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: 40px;
  /* Small devices */
}

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

.btn-group.style1 {
  gap: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* Small devices */
}

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

.btn-group.style2 {
  margin-top: 50px;
}

.btn-group.style3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group.style4 {
  gap: 10px;
}

.btn-group.style6 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* Medium devices */
}

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

.btn-group.style7 {
  /* Small devices */
}

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

.btn-group.style8 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  /* Large devices */
}

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

.btn-group.style-2 {
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .btn-group.style-2 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}

.call-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;
  gap: 15px;
  /* Extra small devices */
}

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

@media (max-width: 470px) {
  .call-btn {
    display: block;
  }
  .call-btn .th-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 204px;
    margin-bottom: 20px;
  }
}

.call-btn:has(.call-btn) {
  gap: 50px;
}

.call-btn .btn-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--white-color);
}

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

.call-btn_icon {
  color: var(--title-color);
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
}

.call-btn_label {
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--white-color);
  display: block;
  margin-bottom: 4px;
}

.call-btn_link {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.call-btn_link:hover {
  color: var(--theme-color);
}

.call-btn_link a {
  color: inherit;
}

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid black;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 10000;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
      -ms-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: black;
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
}

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

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

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

.font-style {
  font-family: var(--style-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-title {
  background-color: var(--title-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}

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

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

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

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

[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="title2"]:before {
  background-color: var(--title-color2);
}

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

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

[data-overlay="overlay1"]:before {
  background-color: #131B23;
}

[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 headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

.sectionShape {
  -webkit-animation: sectionShape 8s linear infinite;
          animation: sectionShape 8s linear infinite;
}

@-webkit-keyframes sectionShape {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}

@keyframes sectionShape {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes left-right-img {
  0% {
    right: 0px;
  }
  50% {
    right: -50px;
  }
  100% {
    right: 0px;
  }
}

@keyframes left-right-img {
  0% {
    right: 0px;
  }
  50% {
    right: -50px;
  }
  100% {
    right: 0px;
  }
}

@-webkit-keyframes top {
  0% {
    padding-top: 30px;
  }
  50% {
    padding-top: 10px;
  }
  100% {
    padding-top: 0px;
  }
}

@keyframes top {
  0% {
    padding-top: 30px;
  }
  50% {
    padding-top: 10px;
  }
  100% {
    padding-top: 0px;
  }
}

@-webkit-keyframes top-bottom {
  0% {
    padding-bottom: 0;
  }
  50% {
    padding-bottom: 30px;
  }
  100% {
    padding-bottom: 30px;
  }
}

@keyframes top-bottom {
  0% {
    padding-bottom: 0;
  }
  50% {
    padding-bottom: 30px;
  }
  100% {
    padding-bottom: 30px;
  }
}

.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_X {
  -webkit-animation: moving_X 8s linear infinite;
          animation: moving_X 8s linear infinite;
}

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

@keyframes moving_X {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  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);
  }
}

.line-animation {
  -webkit-animation: line-animation 5s ease-out infinite;
          animation: line-animation 5s ease-out infinite;
}

@-webkit-keyframes line-animation {
  0% {
    width: 0;
    overflow: hidden;
  }
  50% {
    width: 200px;
    overflow: hidden;
  }
  100% {
    width: 0;
    overflow: hidden;
  }
}

@keyframes line-animation {
  0% {
    width: 0;
    overflow: hidden;
  }
  50% {
    width: 200px;
    overflow: hidden;
  }
  100% {
    width: 0;
    overflow: hidden;
  }
}

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

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

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

.rotate-x {
  -webkit-animation: rotate-x 15s linear infinite;
          animation: rotate-x 15s linear infinite;
}

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

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

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

@-webkit-keyframes left-right-video-img {
  0% {
    right: 0px;
  }
  50% {
    right: -50px;
  }
  100% {
    right: 0px;
  }
}

@keyframes left-right-video-img {
  0% {
    right: 0px;
  }
  50% {
    right: -50px;
  }
  100% {
    right: 0px;
  }
}

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

@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes bounceSlide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounceSlide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce-slide {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounceSlide;
          animation-name: bounceSlide;
}

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

.spin {
  -webkit-animation: spin 15s linear infinite;
          animation: spin 15s linear infinite;
}

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

/* Bottom to Top key frame*/
.BottomToTop {
  -webkit-animation: BottomToTop 15s linear infinite;
          animation: BottomToTop 15s linear infinite;
}

@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.th-animated {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  border: none;
  margin: 0;
  padding: 16px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--body-color);
  border-top: 1px solid var(--gray-color);
  position: relative;
}

.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
  content: "\f101";
  font-family: var(--icon-font);
  color: var(--title-color);
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

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

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

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

.widget_nav_menu li i,
.widget_meta li i,
.widget_pages li i,
.widget_archive li i,
.widget_categories li i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

.widget_categories ul li {
  display: block;
  position: relative;
}

.widget_categories ul li a {
  display: block;
  border: none;
  margin: 0;
  padding: 17px 0px 17px 0px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.313;
  background-color: transparent;
  color: var(--title-color);
  position: relative;
  border-top: 1px solid var(--gray-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_categories ul li a:before {
  content: "\f101";
  font-family: var(--icon-font);
  color: var(--title-color);
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_categories ul li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding-left: 40px;
  border-top: 1px solid transparent;
}

.widget_categories ul li a:hover:before {
  color: var(--white-color);
  padding-left: 20px;
}

.widget_categories ul li a:hover ~ span {
  color: var(--white-color);
}

.widget_categories ul li span {
  font-size: 16px;
  position: absolute;
  right: 24px;
  top: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_categories ul li i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

.widget.widget-author {
  margin-right: 16px;
  padding: 0;
  border-radius: 20px;
  margin-right: 0;
}

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

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

.widget.widget_info {
  background-color: var(--white-color);
  max-width: 370px;
  min-height: 384px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .widget.widget_info {
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 991px) {
  .widget.widget_info {
    left: 0px;
    bottom: 0px;
    position: relative;
    padding: 20px 0 0 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .widget.widget_info {
    max-width: 100%;
    min-height: 100%;
  }
}

.widget.widget_info .widget_title {
  margin: 0px 0 30px 0;
}

.widget.widget_download.style2 {
  background-color: var(--title-color);
}

.widget.widget_download.style2 .widget_title {
  color: var(--white-color);
}

.product_list_widget {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.product_list_widget .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;
  padding-bottom: 0;
  border-bottom: none;
}

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

.product_list_widget .recent-post .media-img {
  width: 70px;
  margin-right: 20px;
}

.product_list_widget .recent-post-title {
  font-size: 20px;
  margin-bottom: 7px;
}

.product_list_widget .recent-post-title a {
  color: inherit;
}

.product_list_widget .recent-post-title a:hover {
  color: var(--theme-color);
}

.product_list_widget .star-rating {
  font-size: 12px;
  margin-bottom: 3px;
}

.donwload-media-wrap {
  margin-top: -4px;
  margin-bottom: -4px;
}

.download-media {
  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;
  padding-bottom: 20px;
  border-bottom: 1px solid #212632;
}

.download-media_icon {
  margin-right: 15px;
}

.download-media_icon i {
  font-size: 32px;
  color: var(--white-color);
}

.download-media_title {
  color: var(--white-color);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -4px;
}

.download-media_text {
  color: var(--white-color);
  font-size: 14px;
}

.download-media_btn {
  margin-left: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
}

.download-media_btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.download-media:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_offer.style2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.widget_offer.style2 .offer-banner {
  text-align: center;
}

.widget_offer.style2 .offer-banner .banner-logo {
  margin-bottom: 20px;
}

.widget_offer.style2 .offer-banner .banner-title {
  color: var(--white-color);
  max-width: 280px;
  margin: 0 auto 20px auto;
}

.widget_offer.style2 .offer-banner .offer {
  background-color: var(--white-color);
  padding: 30px 30px 60px 30px;
}

.widget_offer.style2 .offer-banner .offer-title {
  margin-bottom: 3px;
  text-transform: uppercase;
}

.widget_offer.style2 .offer-banner .offer-text {
  font-family: var(--title-font);
  margin-bottom: -0.3em;
}

.widget_offer.style2 .offer-banner .th-btn {
  margin-top: -30px;
}

.sidebar-area .widget:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 24px;
  background-color: var(--theme-color);
}

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

.widget_title.style2 .shape:before {
  background-color: var(--theme-color);
}

.widget_title.style3 .shape:before {
  background-color: var(--theme-color);
}

.widget .widget-content {
  padding: 0 40px 40px 40px;
}

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

.widget .search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 60px;
  height: 60px;
}

.widget .search-form button:hover {
  color: var(--white-color);
}

.wp-block-tag-cloud.style2 a,
.tagcloud.style2 a {
  background-color: transparent;
  padding: 8px 20px;
}

.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: 12px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--black-color-2);
  background-color: var(--white-color);
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

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

.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;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.recent-post:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post.style2 .post-title .text-inherit:hover {
  color: var(--theme-color);
}

.recent-post.style2 .recent-post-meta a i {
  color: var(--theme-color);
}

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

.recent-post.style3 {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post.style3 .post-title .text-inherit:hover {
  color: var(--theme-color);
}

.recent-post.style3 .recent-post-meta a i {
  color: var(--theme-color);
}

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

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

.recent-post .media-img {
  margin-right: 15px;
  width: 74px;
  overflow: hidden;
}

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

.recent-post .post-title {
  max-width: 240px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: var(--title-color);
  font-family: var(--title-font);
  text-transform: capitalize;
}

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

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

/*Page Title -------------------------*/
.page-single {
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0px 6px 50px rgba(229, 229, 229, 0.6);
  border-radius: 20px;
  padding: 40px;
  overflow: hidden;
  /* Small devices */
}

.page-single.service-single {
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  margin-left: 0;
}

@media (min-width: 991px) {
  .page-single.service-single {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .page-single {
    padding: 20px;
  }
}

.th-dance.page-single {
  margin-bottom: 0;
}

.sidebar-area {
  position: relative;
  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(--white-color);
  border-radius: 0px;
  height: 60px;
}

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

/* recent  details -------------------*/
.recent-title {
  position: relative;
}

.recent-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  min-width: 100px;
  min-height: 4px;
  background-color: var(--theme-color);
}

.related-btn {
  margin-bottom: 50px;
}

.blog-slide-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px !important;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 0;
  margin: 30px 0;
}

.blog-slide-wrapp .blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .blog-slide-wrapp .blog-post {
    gap: 15px;
  }
}

.blog-slide-wrapp .blog-post img {
  min-width: 80px;
  height: 80px;
  border-radius: 14px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .blog-slide-wrapp .blog-post img {
    min-width: 40px;
    height: 40px;
    border-radius: 5px;
  }
}

.blog-slide-wrapp .blog-post .title {
  font-family: var(--body-font);
  color: var(--title-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .blog-slide-wrapp .blog-post .title {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .blog-slide-wrapp .blog-post .title {
    display: none;
  }
}

.author-widget-wrap {
  position: relative;
  background-color: var(--smoke-color);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap {
    display: block;
  }
}

@media (max-width: 375px) {
  .author-widget-wrap {
    padding: 25px;
  }
}

.author-widget-wrap.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap.style2 {
    display: block;
  }
}

.author-widget-wrap .avater-content {
  position: relative;
}

.author-widget-wrap .avater {
  min-width: 134px;
  border-radius: 50%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .avater {
    min-width: 100%;
    margin-bottom: 15px;
  }
}

.author-widget-wrap .avater img {
  border-radius: 50%;
  width: 100%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .avater img {
    width: 100%;
  }
}

.author-widget-wrap .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 0px;
}

.author-widget-wrap .name a {
  color: inherit;
}

.author-widget-wrap .name a:hover {
  color: var(--theme-color);
}

.author-widget-wrap .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  margin-bottom: 25px;
}

.author-widget-wrap .author-info {
  text-align: left;
  padding-right: 20px;
  margin-bottom: 15px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .author-info {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

.author-widget-wrap .author-bio {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  margin-bottom: 0px;
}

.author-widget-wrap .author-social {
  display: block;
  position: absolute;
  top: 20px;
  right: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .author-widget-wrap .author-social {
    right: 0px;
  }
}

@media (max-width: 450px) {
  .author-widget-wrap .author-social {
    display: none;
  }
}

.author-widget-wrap .author-social a {
  font-size: 14px;
  color: var(--title-color);
  position: relative;
  margin-right: 10px;
}

.author-widget-wrap .author-social a:last-child {
  margin-right: 0;
  border-right: none;
}

.author-widget-wrap .author-social a:hover {
  color: var(--theme-color);
}

.download-widget-wrap .th-btn {
  width: 100%;
}

.download-widget-wrap .th-btn:first-child {
  margin-bottom: 10px;
}

.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;
  padding: 40px;
  margin-bottom: 0;
  min-height: 420px;
  z-index: 9;
  overflow: hidden;
}

.widget_banner:before {
  content: "";
  position: absolute;
  left: -20%;
  top: 60%;
  background-color: inherit;
  position: absolute;
  min-width: 474px;
  height: 470px;
  border-radius: 100px;
  -webkit-transform: matrix(-0.89, -0.45, -0.45, 0.89, 0, 0);
      -ms-transform: matrix(-0.89, -0.45, -0.45, 0.89, 0, 0);
          transform: matrix(-0.89, -0.45, -0.45, 0.89, 0, 0);
}

.widget_banner .widget_wrapper {
  position: absolute;
  bottom: 40px;
  left: 40px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .widget_banner .widget_wrapper {
    bottom: 20px;
    left: 30px;
  }
}

.widget_banner .widget-icon .play-btn {
  font-size: 25px;
}

.widget_banner .widget-icon .play-btn i:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.widget_banner .widget-icon .play-btn:before, .widget_banner .widget-icon .play-btn:after {
  display: none;
}

.widget_banner .widget-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.widget_banner.style2 {
  min-width: 100%;
  height: 100%;
  right: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .widget_banner.style2 {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .widget_banner.style2 {
    left: 0px;
    right: auto;
    margin: 0 auto 40px 0;
  }
}

.widget_banner .banner-image {
  min-width: 190px;
}

.widget_banner .banner-image img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

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

.widget_banner .widget_title {
  font-family: var(--title-font);
  color: var(--white-color);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 16px;
}

.widget_banner .widget_desc {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #A5A5A5;
  margin-bottom: 10px;
}

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

.widget_banner .btn-group {
  margin-top: 25px;
}

.widget_banner-two {
  position: relative;
  z-index: 9;
  margin-left: 60px;
  min-height: 500px;
  margin-bottom: 0;
  /* Large devices */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .widget_banner-two {
    min-height: 100%;
  }
}

@media (max-width: 1299px) {
  .widget_banner-two {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .widget_banner-two {
    margin-top: 20px;
  }
}

.widget_banner-two:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
  background: linear-gradient(180deg, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
  z-index: -1;
}

.widget_banner-two .widget_title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 40px;
  margin: 0 0 20px 0;
  padding-bottom: 0px;
  max-width: 177px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .widget_banner-two .widget_title {
    max-width: 100%;
  }
}

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

.widget-banner .banner-text {
  margin-bottom: 23px;
  color: var(--white-color);
}

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

.widget-banner .banner-link i {
  color: var(--white-color);
  margin-right: 4px;
}

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

.widget-banner .banner-link:last-child {
  margin-bottom: -0.4em;
}

.widget_info .widget_title {
  margin: 29px 0 10px 0;
}

.widget_info .th-btn {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.widget_info .th-video {
  margin-bottom: 20px;
}

.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list i {
  color: var(--theme-color);
  width: 16px;
  margin-right: 2px;
  font-size: 16px;
}

.info-list strong {
  font-weight: 500;
  color: var(--title-color);
}

.info-list li {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.info-list li .title {
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--body-color);
  margin-bottom: 1px;
}

.info-list li .text {
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0;
}

.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.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(--theme-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(--theme-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 {
  position: relative;
  background-color: transparent;
  color: var(--theme-color);
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.price_slider_wrapper button:before,
.price_slider_wrapper .button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 43px;
  height: 2px;
  background-color: var(--theme-color);
}

.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  background-color: transparent;
}

.price_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_offer {
  /* Medium devices */
}

@media (max-width: 991px) {
  .widget_offer {
    margin-bottom: 10px;
  }
}

.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.style2 .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}

.widget_shopping_cart.style2 .cart_list a.remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart.style3 .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}

.widget_shopping_cart.style3 .cart_list a.remove:hover {
  color: var(--theme-color);
}

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

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

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

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

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

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

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
  color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}

.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}

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

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
  padding: 0;
}

.widget_recent_comments ul li,
.wp-block-latest-comments ul li {
  position: relative;
  list-style: none;
  padding-left: 35px;
}

.widget_recent_comments ul li:before,
.wp-block-latest-comments ul li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_recent_comments ul li a,
.wp-block-latest-comments ul li a {
  color: var(--body-color);
}

.widget_recent_comments ul li a:hover,
.wp-block-latest-comments ul li a:hover {
  color: var(--theme-color);
}

.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_comments a,
.wp-block-latest-comments a {
  color: inherit;
}

.widget .wp-block-search {
  margin-bottom: 0;
}

.wp-block-group__inner-container h2 {
  position: relative;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.wp-block-group__inner-container h2:after {
  content: "";
  height: 24px;
  width: 100%;
  background-image: url("../img/theme-img/widget_title_footer.png");
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  bottom: -30px;
  left: 0;
}

ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

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

ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}

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

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

.blog-details .blog-content > p:last-child {
  margin-bottom: 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0;
}

.wp-block-cover:last-child {
  margin-bottom: 0px;
}

.wp-block-video:last-child {
  margin: 0;
}

ul.wp-block-rss.wp-block-rss:last-child {
  margin-bottom: 0;
}

pre.wp-block-verse:last-child {
  margin-bottom: 0;
}

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

.wp-caption {
  margin-bottom: 0;
  max-width: 100%;
}

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

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}

.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}

.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

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

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

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

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

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

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .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 .recent-post-meta a {
    font-size: 12px;
  }
}

.th-search {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
  border: none;
  border-radius: 0px;
  overflow: hidden;
}

.th-search .search-grid-content {
  padding: 30px;
}

.th-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
  color: var(--body-color);
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.th-search .search-grid-meta a i,
.th-search .search-grid-meta span i {
  font-size: 14px;
  color: var(--body-color);
  margin: 0;
}

.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  -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);
}

.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.th-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
}

.search-grid-meta.blog-meta {
  text-align: left;
}

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

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  padding: 0 25px;
  padding-right: 45px;
}

.widget .search-form input {
  padding-right: 45px;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 30px 15px 30px 15px;
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
  display: none;
}

.format-quote blockquote cite {
  margin-top: 15px;
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  blockquote.is-large:not(.is-style-plain),
  blockquote.is-style-large:not(.is-style-plain),
  blockquote.style-left-icon,
  blockquote.is-large,
  blockquote.is-style-large,
  blockquote.has-text-align-right,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px;
  }
}

blockquote.has-text-align-right cite:before,
.wp-block-quote.has-text-align-right cite:before {
  right: 0;
  left: unset;
}

blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 4rem;
  font-weight: 600;
  width: 60px;
  height: 45px;
  opacity: 0.06;
}

blockquote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite {
  padding-left: 0;
  padding-right: 60px;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  right: unset;
  left: 60px;
}

blockquote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.style-left-icon:not(.has-text-align-right) cite,
blockquote.is-large:not(.has-text-align-right) cite,
blockquote.is-style-large:not(.has-text-align-right) cite,
blockquote.has-text-align-right:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.style-left-icon:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.has-text-align-right) cite,
.wp-block-quote.has-text-align-right:not(.has-text-align-right) cite {
  text-align: left;
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 22px;
  text-align: right;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .wp-block-quote.is-large:not(.is-style-plain) cite,
  .wp-block-quote.is-large:not(.is-style-plain) footer,
  .wp-block-quote.is-style-large:not(.is-style-plain) cite,
  .wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 18px;
  }
}

.wp-block-pullquote cite:before {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
}

@media (max-width: 1399px) {
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.5em;
  }
}

.wp-block-pullquote cite {
  font-family: var(--body-font);
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  padding-left: 0px;
  margin-left: 0px;
}

blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 60px;
  height: 45px;
  opacity: 0.06;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 60px;
  /* Small devices */
}

@media (max-width: 1399px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    padding: 40px;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
}

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

.wp-block-image figure {
  margin: 0;
}

ol.wp-block-latest-comments {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.1em;
  }
}

.wp-block-pullquote cite,
.wp-block-pullquote p {
  padding-left: 0px;
  margin-left: 0px;
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  blockquote.is-large:not(.is-style-plain),
  blockquote.is-style-large:not(.is-style-plain),
  blockquote.style-left-icon,
  blockquote.is-large,
  blockquote.is-style-large,
  blockquote.has-text-align-right,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px;
  }
}

@media (max-width: 991px) {
  .th-blog-wrapper .th-pagination {
    margin-bottom: 30px;
  }
}

.content-none-search .widget_search input {
  height: 60px;
}

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

.footer-widget:before {
  display: none;
}

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

.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752;
}

.footer-widget input:focus,
.footer-widget select:focus {
  border-color: var(--theme-color);
  background-color: transparent;
}

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

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  border-bottom: none;
  margin: -3px 0 30px 0;
  padding: 0 0 14px 0;
}

.footer-widget .widget_title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: var(--theme-color);
}

.footer-widget .widget_title:after {
  background-color: var(--theme-color);
  width: 40px;
  height: 2px;
}

.footer-widget.widget_meta.style2 a, .footer-widget.widget_pages.style2 a, .footer-widget.widget_archive.style2 a, .footer-widget.widget_categories.style2 a, .footer-widget.widget_nav_menu.style2 a {
  color: var(--body-color);
}

.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: 18px;
  font-family: var(--body-font);
  color: var(--gray-color);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  border: 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: "\f101";
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.8em;
  background-color: transparent;
  border: none;
  color: inherit;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

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

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

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.3em;
  margin-bottom: 28px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}

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

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

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

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

.th-widget-about {
  margin-right: 8px;
}

.th-widget-about.style2 .about-text {
  color: var(--body-color);
}

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

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

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

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

.newsletter-widget {
  position: relative;
  max-width: 290px;
}

.newsletter-area {
  position: relative;
  background-color: #E63A27;
  z-index: 10;
  padding: 60px 0;
}

.newsletter-area.style2 {
  padding: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-area.style2 {
    padding: 40px;
  }
}

.newsletter-area.style2 .newsletter-wrapper {
  /* Large devices */
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-area.style2 .newsletter-wrapper {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .newsletter-area.style2 .newsletter-wrapper {
    display: block;
  }
  .newsletter-area.style2 .newsletter-wrapper .newsletter-image {
    text-align: center;
  }
  .newsletter-area.style2 .newsletter-wrapper .newsletter-title {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -6px;
  }
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-wrapper {
    display: block;
  }
  .newsletter-wrapper .newsletter-image {
    display: none;
  }
}

.newsletter-form.style2 .form-control {
  min-width: 400px;
  min-height: 60px;
  border-radius: 30px;
  background-color: var(--white-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-form.style2 .form-control {
    min-width: 100%;
  }
}

.newsletter-form.style2 .form-control::-moz-placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 .form-control::-webkit-input-placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 .form-control:-ms-input-placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 .form-control::-ms-input-placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 .form-control::placeholder {
  color: var(--body-color);
}

.newsletter-form.style2 .th-btn {
  max-width: 50px;
  width: 50px;
  height: 50px;
  text-transform: capitalize;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  padding: 16px;
  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;
  /* Extra small devices */
}

.newsletter-form.style2 .th-btn:hover .icon i {
  position: relative;
  top: 0px;
  right: 0px;
  -webkit-animation: BottomToTop 0.5s;
          animation: BottomToTop 0.5s;
}

@media (max-width: 575px) {
  .newsletter-form.style2 .th-btn {
    margin-top: 0;
  }
}

.newsletter-form.style2 .th-btn i {
  margin-left: 0;
}

.newsletter-form.style3 .form-control {
  min-width: 520px;
  min-height: 60px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: var(--white-color);
  /* Small devices */
}

@media (max-width: 767px) {
  .newsletter-form.style3 .form-control {
    min-width: 100%;
  }
}

.newsletter-form.style3 .form-control:hover {
  border: 1px solid var(--theme-color);
}

.newsletter-form.style3 .th-btn {
  max-width: 164px;
  min-height: 60px;
  padding: 16px 29px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
  /* Extra small devices */
}

.newsletter-form.style3 .th-btn:hover {
  background-color: var(--title-color);
}

.newsletter-form.style3 .th-btn i {
  color: var(--theme-color);
}

.newsletter-form.style3 .th-btn:hover i {
  color: var(--white-color);
}

@media (max-width: 575px) {
  .newsletter-form.style3 .th-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.newsletter-form.style4 .form-control {
  max-width: 424px;
  min-height: 60px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #252934;
  /* Small devices */
}

@media (max-width: 767px) {
  .newsletter-form.style4 .form-control {
    min-width: 100%;
  }
}

.newsletter-form.style4 .form-control:hover {
  border: 1px solid var(--theme-color);
}

.newsletter-form.style4 .th-btn {
  max-width: 164px;
  min-height: 60px;
  padding: 16px 29px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
  /* Extra small devices */
}

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

.newsletter-form.style4 .th-btn i {
  color: var(--theme-color);
}

.newsletter-form.style4 .th-btn:hover i {
  color: var(--white-color);
}

@media (max-width: 575px) {
  .newsletter-form.style4 .th-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.newsletter-form {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.newsletter-form .form-control {
  max-width: 400px;
  border-radius: 4px;
  min-height: 60px;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .newsletter-form .form-control {
    max-width: 300px;
  }
}

@media (max-width: 1199px) {
  .newsletter-form .form-control {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .newsletter-form .form-control {
    max-width: 60%;
  }
}

@media (max-width: 530px) {
  .newsletter-form .form-control {
    max-width: 100%;
    display: block;
    margin: auto;
  }
}

.newsletter-form .th-btn {
  max-width: 190px;
  padding: 16px 40px;
  text-transform: capitalize;
  border-radius: 4px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .newsletter-form .th-btn {
    max-width: 150px;
    padding: 16px 20px;
  }
}

@media (max-width: 530px) {
  .newsletter-form .th-btn {
    padding: 16px 20px;
    position: relative;
    margin: auto;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

@media (max-width: 530px) {
  .newsletter-form {
    display: block !important;
  }
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 260px;
}

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

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

.sidebar-gallery .gallery-thumb:before {
  content: '';
  height: calc(100% - 0px);
  width: calc(100% - 0px);
  background: -webkit-linear-gradient(bottom, rgba(230, 58, 39, 0.7), rgba(230, 58, 39, 0.7));
  background: linear-gradient(0deg, rgba(230, 58, 39, 0.7), rgba(230, 58, 39, 0.7));
  opacity: 0.8;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -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%);
}

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

.newsletter-title {
  margin-bottom: 0;
  max-width: 366px;
  margin-top: -8px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .newsletter-title {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .newsletter-title {
    text-align: center;
    display: block;
    margin: -7px auto 20px auto;
  }
}

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

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sticky-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.sticky-wrapper.sticky {
  top: 0;
}

.sticky-wrapper.sticky .header-logo {
  padding-bottom: 0;
  margin-left: 0px;
  /* Medium devices */
}

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

.th-header .sticky-wrapper {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-header .sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  -webkit-animation: headerSticky .95s ease forwards;
          animation: headerSticky .95s ease forwards;
}

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

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

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

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

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

.main-menu > ul > li > a {
  padding: 36px 0;
  color: var(--title-color);
}

.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:hover:after {
  content: "\f068";
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 900;
  left: 0;
  top: 0;
  font-size: 12px;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.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 li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  -webkit-transform: scaleY(1) translateX(-50%);
      -ms-transform: scaleY(1) translateX(-50%);
          transform: scaleY(1) translateX(-50%);
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 260px;
  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;
  border-bottom: 2px solid var(--theme-color);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

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

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

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

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

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

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

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  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;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: scaleY(0) translateX(-50%);
      -ms-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 2px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
  text-transform: capitalize;
}

.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.header-button {
  position: relative;
  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: 25px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .header-button {
    gap: 16px;
  }
}

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

@media (max-width: 1399px) {
  .header-button .th-btn {
    margin-left: 0;
  }
}

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

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid var(--body-color);
  padding-right: 20px;
  max-height: 16px;
  line-height: 16px;
}

.header-links li:last-child {
  border-right: 1px solid transparent;
  padding-right: 0;
}

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

.header-links li > i {
  font-size: 14px;
  margin-right: 6px;
  color: var(--theme-color);
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-links li > i {
    font-size: 16px;
    width: 15px;
    height: 15px;
  }
}

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

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

.header-links i {
  color: var(--title-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #A5A5A5;
}

.header-social a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

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

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

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

.header-layout1 .header-top {
  position: relative;
  padding: 8px 0;
  background-color: var(--title-color);
  z-index: 1;
}

.header-layout1 .header-links {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout1 .header-links {
    display: none;
  }
}

.header-layout1 .header-links li,
.header-layout1 .header-links span,
.header-layout1 .header-links p,
.header-layout1 .header-links a {
  font-family: var(--body-font);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
}

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

.header-layout1 .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-layout1 .header-right .header-links {
  margin-left: 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout1 .header-right .header-links {
    display: none;
  }
}

.header-layout1 .header-right .header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid var(--body-color);
  padding-right: 15px;
  margin-right: 0px;
  max-height: 16px;
  line-height: 16px;
}

.header-layout1 .header-right .header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--gray-color);
  margin: 0 0 0 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout1 .header-right .header-social a:hover {
  color: var(--theme-color);
}

.header-layout1 .header-button .th-btn {
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .header-layout1 .header-button .th-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-layout1 .header-button .th-btn {
    display: none;
  }
}

.header-layout1 .header-button .icon-btn {
  position: relative;
  color: var(--title-color);
  font-size: 22px;
  position: relative;
  color: var(--title-color);
  border-color: transparent;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .header-layout1 .header-button .icon-btn {
    display: none;
  }
}

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

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

@media (max-width: 575px) {
  .header-layout1 .header-button .icon-btn {
    display: none;
  }
}

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

.header-layout1 .header-button .icon-btn i {
  color: var(--title-color);
  font-weight: 500;
}

.header-layout1 .header-logo {
  position: relative;
}

.header-layout1 .header-logo .gear {
  position: absolute;
  content: "";
  left: -10px;
  top: -4px;
}

.header-layout1 .header-logo .logo-text {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  margin-left: 50px;
}

.header-layout1 .menu-area {
  position: relative;
  z-index: 3;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout1 .menu-area {
    padding: 15px 0;
  }
}

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

@media (max-width: 1499px) {
  .header-layout1 .main-menu {
    margin-left: -60px;
  }
}

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

.header-layout1 .sticky-wrapper {
  position: relative;
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper.sticky .menu-area {
    padding: 14px 0;
  }
}

.header-layout1 .logo-bg {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 20%;
  height: 100px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (min-width: 2399px) {
  .header-layout1 .logo-bg {
    width: 30%;
  }
}

@media (max-width: 2399px) {
  .header-layout1 .logo-bg {
    width: 25%;
  }
}

@media (max-width: 1999px) {
  .header-layout1 .logo-bg {
    width: 22%;
  }
}

@media (max-width: 1699px) {
  .header-layout1 .logo-bg {
    width: 20%;
  }
}

@media (max-width: 1599px) {
  .header-layout1 .logo-bg {
    width: 18%;
  }
}

@media (max-width: 1499px) {
  .header-layout1 .logo-bg {
    width: 18%;
  }
}

@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    height: 86px;
  }
}

@media (max-width: 575px) {
  .header-layout1 .logo-bg {
    height: 86px;
  }
}

.header-layout1 .logo-bg:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-layout1 .logo-bg:before {
  background-color: var(--smoke-color2);
  width: 100%;
  z-index: 2;
  border-right: 2px solid var(--theme-color);
}

.header-layout1.unittest-header .main-menu ul.sub-menu {
  min-width: 340px;
}

@media (min-width: 1420px) {
  .header-layout1 .header-top {
    --main-container: 1620px;
  }
  .header-layout1 .menu-area {
    --main-container: 1620px;
  }
}

@media (max-width: 1420px) {
  .header-layout1 .header-top {
    --main-container: 100%;
  }
  .header-layout1 .menu-area {
    --main-container: 100%;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout1 .container {
    max-width: 100%;
  }
  .header-layout1 .header-logo img {
    max-height: 80px;
    max-width: 160px;
  }
}

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

@media (max-width: 850px) {
  .header-layout1 .logo-bg {
    width: 34%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout1 .logo-bg {
    width: 34%;
  }
  .header-layout1 .menu-bg {
    width: 55%;
  }
  .header-layout1 .header-logo img {
    max-height: 50px;
    max-width: 160px;
  }
}

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

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

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: relative;
}

.header-layout2 .header-top {
  position: relative;
  padding: 6px 0;
  background-color: rgba(10, 10, 10, 0.7);
}

.header-layout2 .header-top:before {
  position: absolute;
  content: "";
  top: -1px;
  right: 0;
  width: 1540px;
  height: 40px;
  background-color: #232323;
  /* Large devices */
}

@media (min-width: 1922px) {
  .header-layout2 .header-top:before {
    width: 80%;
  }
}

@media (max-width: 1599px) {
  .header-layout2 .header-top:before {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .header-layout2 .header-top:before {
    width: 100%;
    top: -2px;
  }
}

.header-layout2 .header-logo {
  position: relative;
  padding-bottom: 40px;
  /* Large devices */
  /* Extra small devices */
}

@media (min-width: 2322px) {
  .header-layout2 .header-logo {
    margin-left: -100px;
  }
}

@media (max-width: 1599px) {
  .header-layout2 .header-logo {
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .header-layout2 .header-logo {
    padding-bottom: 0px;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .header-layout2 .header-logo {
    margin-left: 0;
  }
}

.header-layout2 .header-logo .gear {
  position: absolute;
  content: "";
  left: 0;
}

.header-layout2 .header-links {
  margin-left: 300px;
  /* Medium devices */
}

@media (min-width: 1922px) {
  .header-layout2 .header-links {
    margin-left: 200px;
  }
}

@media (max-width: 1599px) {
  .header-layout2 .header-links {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header-layout2 .header-links {
    display: none;
  }
}

.header-layout2 .header-links li,
.header-layout2 .header-links span,
.header-layout2 .header-links p,
.header-layout2 .header-links a {
  font-family: var(--body-font);
  color: #A5A5A5;
  font-size: 14px;
  font-weight: 500;
}

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

.header-layout2 .header-links li .link-title {
  font-weight: 700;
  color: var(--white-color);
}

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

.header-layout2 .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1799px) {
  .header-layout2 .header-right {
    margin-right: 0;
  }
}

.header-layout2 .header-right .langauge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-layout2 .header-right .langauge.lang-dropdown {
  position: relative;
  z-index: 9;
}

.header-layout2 .header-right .langauge.lang-dropdown .dropdown-toggle {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: #A5A5A5;
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  height: 16px;
  line-height: 16px;
  padding: 0;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 30px;
  margin-right: 14px;
}

.header-layout2 .header-right .langauge.lang-dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  border-bottom: 2px solid var(--theme-color);
  border-radius: 0;
}

.header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout2 .header-right .langauge img {
  min-width: 16px;
  min-height: 16px;
  position: relative;
}

.header-layout2 .header-right .langauge .nice-select {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: #A5A5A5;
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  line-height: 16px;
  padding: 0;
  border-radius: 0;
  padding-right: 50px;
  margin-right: 20px;
  border-right: 1px solid var(--body-color);
  height: 16px;
}

.header-layout2 .header-right .langauge .nice-select .list {
  left: -20px;
}

.header-layout2 .header-right .langauge .nice-select:after {
  content: "\f107";
  right: 35px;
  top: -19px;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-bottom: none;
  border-right: none;
}

.header-layout2 .header-right .langauge .nice-select.open:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout2 .header-right .langauge .nice-select.open .list {
  left: -20px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.header-layout2 .header-right .langauge .nice-select .option {
  color: var(--title-color);
  min-height: 30px;
}

.header-layout2 .header-right .langauge .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.header-layout2 .header-right .langauge .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.header-layout2 .header-right .langauge .nice-select .option:hover, .header-layout2 .header-right .langauge .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.header-layout2 .header-right .header-social {
  position: relative;
  z-index: 9;
}

.header-layout2 .header-right .header-social a {
  font-size: 14px;
  display: inline-block;
  color: #A5A5A5;
  margin: 0 0 0 15px;
}

.header-layout2 .header-right .header-social a:hover {
  color: var(--theme-color);
}

.header-layout2 .header-button .icon-btn {
  position: relative;
  color: var(--title-color);
  font-size: 22px;
  border-color: transparent;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .header-layout2 .header-button .icon-btn {
    display: none;
  }
}

.header-layout2 .header-button .icon-btn .th-btn {
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout2 .header-button .icon-btn .th-btn {
    display: none;
  }
}

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

.header-layout2 .header-button .header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-left: 1px solid #4B4B4B;
  margin-left: 15px;
  padding-left: 40px;
  height: 90px;
  /* Large devices */
}

@media (max-width: 1399px) {
  .header-layout2 .header-button .header-info {
    gap: 5px;
    margin-left: 0;
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .header-layout2 .header-button .header-info {
    display: none;
  }
}

@media (max-width: 1399px) {
  .header-layout2 .header-button .header-info img {
    width: 80%;
  }
}

.header-layout2 .header-button .header-info_label {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #A5A5A5;
  margin-bottom: 2px;
}

@media (max-width: 1399px) {
  .header-layout2 .header-button .header-info_label {
    font-size: 12px;
    line-height: 22px;
  }
}

.header-layout2 .header-button .header-info_link {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .header-layout2 .header-button .header-info_link {
    font-size: 16px;
    line-height: 26px;
  }
}

.header-layout2 .header-button .header-info_link:hover {
  color: var(--theme-color);
}

.header-layout2 .header-button .header-info_link a {
  color: inherit;
}

.header-layout2 .menu-area {
  position: relative;
  z-index: 3;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout2 .menu-area {
    padding: 16px 0;
  }
}

.header-layout2 .main-menu {
  padding-left: 93px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .header-layout2 .main-menu {
    padding-left: 30px;
  }
}

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

.header-layout2 .sticky-wrapper {
  position: relative;
  background-color: rgba(10, 10, 10, 0.7);
  border-bottom: 1px solid rgba(75, 75, 75, 0.6);
  z-index: 6;
}

.header-layout2 .sticky-wrapper.sticky {
  background-color: black;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout2 .sticky-wrapper.sticky .menu-area {
    padding: 20px 0;
  }
}

.header-layout2 .sticky-wrapper.sticky .logo-bg {
  height: 106px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout2 .sticky-wrapper.sticky .logo-bg {
    height: 105px;
  }
}

.header-layout2 .sticky-wrapper.sticky .logo-bg:before {
  height: 94%;
}

.header-layout2 .sticky-wrapper.sticky .logo-bg:after {
  display: none;
}

@media (min-width: 2299px) {
  .header-layout2 .sticky-wrapper.sticky .logo-bg:after {
    display: none;
  }
}

.header-layout2 .logo-shape2 {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .header-layout2 .logo-shape2 {
    display: none;
  }
}

@media (min-width: 1400px) {
  .header-layout2 .header-top .container {
    --main-container: 1720px;
  }
  .header-layout2 .menu-area {
    --main-container: 1720px;
  }
}

@media (max-width: 1399px) {
  .header-layout2 .header-top .container {
    --main-container: 100%;
  }
  .header-layout2 .menu-area {
    --main-container: 1720px;
  }
  .header-layout2 .container {
    max-width: 100%;
  }
}

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

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout2 .menu-area {
    --main-container: 100%;
  }
  .header-layout2 .logo-bg {
    width: 26%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .logo-bg {
    width: 30%;
  }
  .header-layout2 .menu-bg {
    width: 78%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout2 .logo-bg {
    width: 53%;
  }
  .header-layout2 .menu-bg {
    width: 53%;
  }
  .header-layout2 .header-logo img {
    max-height: 80px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-layout2 .logo-bg {
    width: 55%;
  }
  .header-layout2 .menu-bg {
    width: 55%;
  }
  .header-logo img {
    max-height: 50px;
    max-width: 160px;
  }
}

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

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

/* Header 3 ---------------------------------- */
.header-layout3 {
  position: relative;
}

.header-layout3 .header-top {
  position: relative;
  padding: 8px 0;
  background-color: var(--title-color);
  z-index: 1;
}

.header-layout3 .header-links {
  /* Medium devices */
}

.header-layout3 .header-links li,
.header-layout3 .header-links span,
.header-layout3 .header-links p,
.header-layout3 .header-links a {
  font-family: var(--body-font);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
}

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

@media (max-width: 991px) {
  .header-layout3 .header-links {
    display: none;
  }
}

.header-layout3 .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-layout3 .header-right .header-links {
  margin-left: 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout3 .header-right .header-links {
    display: none;
  }
}

.header-layout3 .header-right .header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid var(--body-color);
  padding-right: 15px;
  margin-right: 0px;
  max-height: 16px;
  line-height: 16px;
}

.header-layout3 .header-right .header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--white-color);
  margin: 0 0 0 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.header-layout3 .header-button .th-btn {
  margin-left: 75px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .header-layout3 .header-button .th-btn {
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .header-layout3 .header-button .th-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-layout3 .header-button .th-btn {
    display: none;
  }
}

.header-layout3 .header-button .icon-btn {
  position: relative;
  color: var(--white-color);
  font-size: 22px;
  border-color: transparent;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .header-layout3 .header-button .icon-btn {
    display: none;
  }
}

.header-layout3 .header-button .icon-btn:hover {
  color: var(--theme-color);
}

.header-layout3 .header-button .icon-btn i {
  color: var(--white-color);
  font-weight: 500;
}

.header-layout3 .menu-area {
  position: relative;
  z-index: 3;
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout3 .menu-area {
    padding: 20px 0;
  }
}

.header-layout3 .main-menu {
  margin-right: -220px;
  /* Medium Large devices */
}

@media (max-width: 1499px) {
  .header-layout3 .main-menu {
    margin-right: -60px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .main-menu {
    margin-right: 0;
  }
}

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

.header-layout3 .sticky-wrapper {
  position: relative;
  background-color: transparent;
}

.header-layout3 .sticky-wrapper:after {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 0;
  width: 90%;
  height: 1px;
  background-color: var(--body-color);
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .header-layout3 .sticky-wrapper:after {
    left: 0;
  }
}

@media (max-width: 991px) {
  .header-layout3 .sticky-wrapper:after {
    width: 100%;
  }
}

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

.header-layout3 .sticky-wrapper.sticky:after {
  display: none;
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout3 .sticky-wrapper.sticky .menu-area {
    padding: 14px 0;
  }
}

@media (min-width: 1420px) {
  .header-layout3 .header-top {
    --main-container: 1720px;
  }
  .header-layout3 .menu-area {
    --main-container: 1720px;
  }
}

@media (max-width: 1420px) {
  .header-layout3 .menu-area {
    --main-container: 100%;
  }
  .header-layout3 .header-top {
    --main-container: 100%;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout3 .container {
    max-width: 100%;
  }
  .header-layout3 .header-logo img {
    max-height: 80px;
    max-width: 160px;
  }
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-layout3 .sticky-wrapper {
  position: relative;
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-layout3 .sticky-wrapper.sticky .menu-area {
    padding: 11px 0;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.footer-wrapper .th-social a {
  background-color: #363739;
  color: var(--white-color);
  border: 1px solid #363739;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer-wrapper .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

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

.copyright-wrap {
  padding: 26px 0;
  background-size: 100% auto;
}

.copyright-wrap .footer-links {
  text-align: right;
  /* Medium devices */
}

@media (max-width: 991px) {
  .copyright-wrap .footer-links {
    display: none;
  }
}

.copyright-wrap .footer-links ul {
  margin: 0;
  padding: 0;
}

.copyright-wrap .footer-links ul li {
  display: inline-block;
  border-right: 1px solid #CDCDCD;
  padding-right: 15px;
  margin-right: 10px;
  height: 15px;
  line-height: 15px;
}

.copyright-wrap .footer-links ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.copyright-wrap .footer-links ul li a {
  color: var(--light-color);
}

.copyright-wrap .footer-links ul li a:hover {
  color: var(--theme-color);
}

.copyright-text {
  margin: 0;
}

@media (max-width: 1024px) {
  .copyright-text {
    text-align: center;
  }
}

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

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

.footer-layout1,
.footer-layout2 {
  background-color: var(--title-color);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.footer-layout1:before,
.footer-layout2:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
  background: linear-gradient(180deg, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
  z-index: -1;
}

.footer-layout1 .copyright-wrap,
.footer-layout2 .copyright-wrap {
  background-color: var(--black-color);
}

.footer-layout1 .copyright-wrap .copyright-text,
.footer-layout2 .copyright-wrap .copyright-text {
  color: var(--light-color);
}

.footer-layout1.cta-sec,
.footer-layout2.cta-sec {
  padding: 0;
}

.footer-layout3 .copyright-wrap {
  background-color: var(--black-color);
}

.footer-layout3 .copyright-wrap .copyright-text {
  color: var(--light-color);
}

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

.th-widget-contact.style2 .info-box_text {
  color: var(--title-color);
  font-weight: 500;
}

.th-widget-contact.style2 .info-box_label {
  color: #787878;
}

.th-widget-contact.style2 .info-box_link {
  color: var(--title-color);
}

.th-widget-contact.style2 .info-box_link:hover {
  color: var(--theme-color);
}

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

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

.info-box_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 29px;
  font-size: 25px;
  color: var(--theme-color);
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-top: -0.20em;
  margin-bottom: 0;
  color: var(--white-color);
}

.info-box_label {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #D2D2D2;
  display: block;
}

.info-box_link {
  display: inline-block;
  color: var(--white-color);
  font-weight: 500;
}

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

/* Medium Large devices */
@media (max-width: 1299px) {
  .footer-layout1 {
    background-size: cover;
  }
}

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

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

/* footer 2 ---------------------------------- */
/* footer 3 ---------------------------------- */
.footer-logo2 {
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  padding: 125px 12px 60px 12px;
}

.footer-layout3 {
  background-color: var(--smoke-color2);
  background-size: cover;
}

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

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu-wrapper {
  position: relative;
}

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

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  position: relative;
  color: var(--theme-color);
}

.breadcumb-menu li:after {
  content: "\f101";
  position: relative;
  margin-left: 10px;
  font-weight: 600;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 700;
  font-size: 16px;
  color: var(--white-color);
}

.breadcumb-title {
  color: var(--white-color);
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  margin: -0.21em 0 -0.14em 0;
  margin-bottom: 10px;
}

.breadcumb-wrapper {
  position: relative;
  padding: 249px 0 120px 0;
  z-index: 2;
}

.breadcumb-wrapper.th-breadcumb {
  padding: 160px 0;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .breadcumb-wrapper.th-breadcumb {
    padding: 140px 0;
  }
}

@media (max-width: 991px) {
  .breadcumb-wrapper.th-breadcumb {
    padding: 120px 0;
  }
}

.breadcumb-wrapper.th-breadcumb .breadcumb-title {
  margin: -0.21em 0 -0.12em 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .breadcumb-wrapper.th-breadcumb .breadcumb-title {
    margin: -0.4em 0 -0.40em 0;
  }
}

.breadcumb-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.8);
  z-index: -1;
}

.breadcump-shape {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 245px 0 120px 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .breadcumb-wrapper {
    padding: 247px 0 120px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 255px 0 120px 0;
  }
  .breadcumb-title {
    margin: -0.21em 0 -0.14em 0;
  }
}

@media (max-width: 640px) {
  .breadcumb-wrapper {
    padding: 200px 0 80px 0;
  }
  .breadcump-shape {
    display: none;
  }
  .breadcumb-title {
    margin: -0.3em 0 -0.14em 0;
  }
}

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

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

/*------------------- 4.5. Pagination  -------------------*/
.th-pagination {
  margin-bottom: 30px;
}

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

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

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

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

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

.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);
  box-shadow: none;
}

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

/*------------------- 4.6. Blog  -------------------*/
blockquote,
.wp-block-quote {
  font-size: 20px;
  line-height: 1.56;
  padding: 40px;
  font-weight: 500;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  border-radius: 0;
}

blockquote.blockquote-content,
.wp-block-quote.blockquote-content {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  background-color: var(--quote-bg, #F5F5F5);
  padding: 50px 40px 38px 215px;
  margin: 35px 0;
  line-height: 1.667;
  border: none !important;
}

blockquote.blockquote-content:before,
.wp-block-quote.blockquote-content:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  width: 180px;
  height: 100%;
  text-align: center;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 0px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

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

blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 4rem;
  font-weight: 700;
  opacity: 1;
  line-height: 3.8rem;
  color: var(--theme-color);
  opacity: 1;
  font-style: normal;
  /* Extra small devices */
}

@media (max-width: 375px) {
  blockquote:before,
  .wp-block-quote:before {
    opacity: 0.3;
  }
}

blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 22px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: -0.1em;
  font-style: normal;
  font-family: var(--title-font);
  padding-left: 40px;
  margin-left: 10px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    padding-left: 30px;
    margin-left: 3px;
    font-size: 14px;
  }
}

blockquote cite:before,
.wp-block-quote cite:before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 9px;
  left: -10px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  blockquote cite:before,
  .wp-block-quote cite:before {
    bottom: 0px;
  }
}

blockquote.style-left-icon, blockquote.is-large, blockquote.is-style-large, blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 50px;
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}

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

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

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

blockquote.has-very-dark-gray-color {
  color: var(--white-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;
}

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  position: relative;
  display: inline-block;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #363739;
  position: relative;
  height: 16px;
  line-height: 16px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #CDCDCD;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .blog-meta span,
  .blog-meta a {
    border-right: 1px solid transparent;
  }
}

.blog-meta span .blog-post,
.blog-meta a .blog-post {
  color: #787878;
  font-weight: 500;
}

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

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

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

.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 {
  position: relative;
  margin-top: -0.14em;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

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

.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  border-radius: 0;
  background: var(--white-color);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.blog-single.style2 {
  background: transparent;
  box-shadow: none;
}

.blog-single.style2 .blog-img {
  margin-bottom: 42px;
}

.blog-single.style2 .blog-content {
  padding: 0;
}

.blog-single .blog-title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

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

.blog-single .blog-title:hover a {
  color: inherit;
}

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

.blog-single .social-links li:last-child {
  margin-right: 0;
}

.blog-single .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: var(--smoke-color);
  font-size: 14px;
  border-radius: 50%;
  color: var(--title-color);
  text-align: center;
}

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

.blog-single .blog-meta {
  margin: -0.35em 0 10px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  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 {
  position: relative;
}

.blog-single .blog-img.blog-video .white-play-btn {
  width: 80px;
  height: 80px;
  line-height: 82px;
  position: absolute;
  top: 43%;
  left: 43%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  z-index: 9;
}

.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single .blog-img .slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}

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

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

.share-links {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 30px 0 30px 0;
  margin-bottom: 40px;
}

.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-color: #F3F1F2;
}

.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background-color: var(--theme-color);
}

.share-links .wp-block-tag-cloud.style2 a,
.share-links .tagcloud.style2 a {
  background-color: transparent;
  border: 1px solid var(--border-color);
}

.share-links .wp-block-tag-cloud.style2 a:hover,
.share-links .tagcloud.style2 a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.share-links.style2 {
  margin: 20px 0 40px 0;
  border-top: 1px solid var(--smoke-color);
  border-bottom: 1px solid var(--smoke-color);
  padding: 30px 0;
}

.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
}

.blog-author .auhtor-img {
  min-height: 100%;
}

.blog-author .auhtor-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 6px;
}

.blog-author .author-text {
  margin-bottom: 13px;
}

.blog-author .media-body {
  padding: 35px 40px 30px 40px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.blog-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--smoke-color);
  border-bottom: 1px solid var(--smoke-color);
  padding: 30px 0;
}

.blog-navigation .nav-text {
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  display: inline-block;
  font-weight: 600;
}

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

.blog-navigation .nav-btn.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blog-navigation .nav-btn:hover .nav-text {
  color: var(--theme-color);
}

.blog-navigation .blog-btn {
  font-size: 38px;
  color: var(--smoke-color);
}

.blog-navigation .blog-btn:hover {
  color: var(--theme-color);
}

.author-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.author-links li {
  display: inline-block;
  margin-right: 13px;
}

.author-links li a {
  line-height: 1;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
  display: block;
}

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

/* 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) {
  blockquote,
  .wp-block-quote {
    font-size: 18px;
    padding: 40px 20px 40px 20px;
  }
  blockquote:before,
  .wp-block-quote:before {
    font-size: 4rem;
    line-height: 2.5rem;
  }
  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 40px 20px;
  }
  .blog-meta span,
  .blog-meta a {
    margin-right: 6px;
    padding-right: 15px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-single .blog-content {
    padding: 40px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 16px;
  }
  blockquote cite:before,
  .wp-block-quote cite:before {
    bottom: 6px;
  }
  .blog-meta span,
  .blog-meta a {
    margin-right: 6px;
    padding-right: 6px;
  }
  .blog-meta span:after,
  .blog-meta a:after {
    display: none;
  }
  .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 .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 5px;
    padding-right: 5px;
  }
  .blog-meta span:after,
  .blog-meta a:after {
    display: none;
  }
}

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

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

.th-comment-form .row .form-group {
  margin-top: 0;
  margin-bottom: 20px;
}

.th-comment-form .row .form-group:last-child {
  margin-bottom: 0;
}

.th-comment-form .row textarea.form-control,
.th-comment-form .row textarea {
  margin-bottom: 0;
}

.th-comment-form .blog-inner-title {
  margin-bottom: 0px;
}

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

.blog-comment-area {
  margin-top: 20px;
  margin-bottom: 0;
}

.blog-comment-area .inner-title {
  margin-bottom: -8px;
}

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

.th-comments-wrap.style2 .comment-avater {
  width: 110px;
  height: 110px;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 0;
}

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

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

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

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

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

.th-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 99px;
}

.th-comments-wrap .comment-avater img {
  width: 100%;
}

.th-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
  position: relative;
}

.th-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--body-color);
  margin-left: auto;
}

.th-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 0.9rem;
}

.th-comments-wrap .name {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .th-comments-wrap .name {
    margin-bottom: 0px;
    font-size: 14px;
  }
}

.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-top: 0px;
  margin-bottom: -0.46em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.th-comments-wrap .reply_and_edit a {
  margin-right: 10px;
}

.th-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.th-comments-wrap .reply-btn {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 20px;
  color: var(--white-color);
  background: #141422;
  border-radius: 4px;
  text-transform: uppercase;
}

@media (max-width: 450px) {
  .th-comments-wrap .reply-btn {
    font-size: 12px;
    padding: 4px 12px;
  }
}

.th-comments-wrap .reply-btn i {
  margin-right: 7px;
}

.th-comments-wrap .reply-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-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 .th-comment-item:first-child > .th-post-comment {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--gray-color);
}

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

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

/* Small devices */
@media (max-width: 767px) {
  .th-comments-wrap {
    padding: 40px 0px;
  }
  .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-bg {
  position: absolute;
  inset: 0;
}

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

/* Hero 1 ---------------------------------- */
.number-dots .slick-dots {
  margin: 0;
}

.number-dots .slick-dots button {
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: bold;
  color: var(--white-color);
  width: auto;
  height: auto;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  padding-bottom: 18px;
  margin-bottom: 8px;
  position: relative;
}

.number-dots .slick-dots button:before {
  height: 7px;
  width: 7px;
  border: none;
  background-color: var(--white-color);
  position: absolute;
  top: unset;
  bottom: 0;
  left: 13px;
  visibility: visible;
  opacity: 1;
}

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

.number-dots .slick-dots li {
  display: block;
  margin: 0;
}

.number-dots .slick-dots li:last-child button {
  padding-bottom: 0;
  margin-bottom: 0;
}

.number-dots .slick-dots li:last-child button:before {
  display: none;
}

.hero-subtitle {
  font-family: var(--body-font);
  color: var(--theme-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: block;
  margin-top: -5px;
  margin-bottom: 5px;
  text-transform: capitalize;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

.hero-title {
  font-weight: 800;
  font-size: 100px;
  line-height: 110px;
  color: var(--white-color);
  margin-top: 0px;
  margin-bottom: 50px;
  display: block;
  /* Extra large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .hero-title {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 1399px) {
  .hero-title {
    font-size: 64px;
    line-height: 74px;
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 35px;
    line-height: 45px;
  }
}

.hero-title:last-of-type {
  margin-bottom: 22px;
}

.hero-text {
  color: var(--white-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
  max-width: 611px;
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 240px 0;
  text-align: center;
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-style1 {
    padding: 180px 0;
  }
}

.hero-style1 .btn-group {
  margin-top: 40px;
}

.hero-big {
  position: absolute;
  top: 25%;
  left: 4%;
  z-index: -1;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .hero-big {
    top: 18%;
  }
}

@media (max-width: 1199px) {
  .hero-big {
    left: 0px;
  }
}

@media (max-width: 991px) {
  .hero-big {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .hero-big {
    top: 0;
  }
}

.hero-big_text {
  font-weight: 800;
  font-size: 400px;
  line-height: 400px;
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .hero-big_text {
    font-size: 350px;
  }
}

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

@media (max-width: 991px) {
  .hero-big_text {
    font-size: 230px;
  }
}

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

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

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

.hero-1 {
  position: relative;
}

.hero-1 .th-hero-bg:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  z-index: 2;
}

.hero-1 .icon-box.hero-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  width: 100%;
}

.hero-1 .slick-arrow {
  position: relative;
  background-color: transparent;
  border: none;
  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;
  gap: 15px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-1 .slick-arrow {
    display: none;
  }
}

.hero-1 .slick-arrow.default {
  --pos-x: 100px;
  /* Medium Large devices */
}

@media (max-width: 1599px) {
  .hero-1 .slick-arrow.default {
    --pos-x: 40px;
  }
}

@media (max-width: 1299px) {
  .hero-1 .slick-arrow.default {
    --pos-x: 20px;
  }
}

.hero-1 .slick-arrow.default .icon-text {
  margin-top: -50px;
}

.hero-1 .slick-arrow.default:hover .icon-text {
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-left: -20px;
}

.hero-1 .slick-arrow.default i {
  margin: -50px 0 0 0;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-1 .slick-arrow.default i {
    display: none;
  }
}

.hero-1 .slick-arrow.default1 {
  --pos-x: -100px;
  /* Medium Large devices */
}

@media (max-width: 1599px) {
  .hero-1 .slick-arrow.default1 {
    --pos-x: -40px;
  }
}

@media (max-width: 1299px) {
  .hero-1 .slick-arrow.default1 {
    --pos-x: -20px;
  }
}

.hero-1 .slick-arrow.default1:hover .icon-text {
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-right: -20px;
}

.hero-1 .slick-arrow.default1 i {
  margin: -20px 0 0 0;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-1 .slick-arrow.default1 i {
    display: none;
  }
}

.hero-1 .slick-arrow .icon-text {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--white-color);
  min-width: 50px;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 14px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  display: block;
  text-align: center;
  text-transform: capitalize;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-1 .slick-arrow:hover {
  background-color: transparent;
}

.hero-1 .hero-video-btn .video-play-btn {
  position: absolute;
  top: 50%;
  left: auto;
  right: 16%;
  width: 100px;
  height: 100px;
  line-height: 102px;
  background: var(--white-color);
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  color: var(--title-color);
  z-index: 9;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .hero-1 .hero-video-btn .video-play-btn {
    right: 0;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-video-btn .video-play-btn {
    display: none;
  }
}

.hero-1 .hero-video-btn .video-play-btn:hover {
  background-color: var(--theme-color);
}

.hero-1 .hero-video-btn .video-play-btn:hover:before, .hero-1 .hero-video-btn .video-play-btn:hover:after {
  border: 1px solid var(--theme-color);
}

.hero-1 .hero-video-btn .video-play-btn:hover i {
  color: var(--white-color);
}

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

.hero-1 .hero-video-btn .video-play-btn i {
  color: var(--title-color);
}

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

/* Medium devices */
@media (max-width: 991px) {
  .hero-subtitle {
    margin-bottom: 10px;
  }
  .hero-subtitle img {
    max-width: 170px;
  }
  .hero-style1 {
    padding: 150px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style1 {
    padding: 100px 0 100px 0;
  }
  .hero-style1 .hero-text,
  .hero-style3 .hero-text {
    max-width: 420px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-title {
    font-size: 44px;
    line-height: 1.2;
  }
  .hero-text {
    margin-bottom: 28px;
  }
}

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

/* Hero 2 ---------------------------------- */
.hero-2 .th-hero-bg:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.45;
  z-index: 2;
}

.hero-2 .slick-arrow {
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid var(--white-color);
  left: auto;
  right: 15%;
  top: 50%;
}

.hero-2 .slick-arrow.slick-next {
  top: 58%;
  left: auto;
  right: 15%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-2 .slick-arrow.slick-next {
    top: 60%;
  }
}

.hero-2 .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.hero-2 .hero-shape {
  position: absolute;
  right: 0;
  top: 14.3%;
  z-index: 7;
  mix-blend-mode: screen;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1024px) {
  .hero-2 .hero-shape {
    top: 16.8%;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-shape {
    top: 17.7%;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-shape {
    display: none;
  }
}

.hero-2 .hero-shape2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

.hero-2 .hero-bg {
  position: absolute;
  bottom: 4%;
  right: 18%;
  mix-blend-mode: overlay;
  z-index: 5;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-2 .hero-bg {
    display: none;
  }
}

.hero-style2 {
  position: relative;
  z-index: 9;
  padding: 311px 0px 188px;
  max-width: 630px;
}

.hero-style2 .hero-text {
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.hero-style2 .hero-subtitle {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 10px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-style2 .hero-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}

.hero-style2 .hero-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
}

.hero-style2 .hero-title:last-of-type {
  margin-bottom: 15px;
}

.hero-style2 .shape-top {
  margin-bottom: 25px;
}

.hero-indicator {
  /* Extra large devices */
}

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

.hero-indicator .indicatior-btn {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: var(--pos-x, 100px);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 14px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
}

.hero-indicator .indicatior-btn.arrow1 {
  right: var(--pos-x, 100px);
  left: auto;
}

.hero-indicator .indicatior-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-indicator .indicatior-btn.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-indicator3 {
  position: absolute;
  left: 150px;
  top: 55%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

@media (max-width: 1899px) {
  .hero-indicator3 {
    left: 50px;
  }
}

@media (max-width: 1599px) {
  .hero-indicator3 {
    display: none;
  }
}

.hero-indicator3 .indicatior-btn {
  display: block;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-bottom: 10px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.hero-indicator3 .indicatior-btn:hover {
  border-color: var(--theme-color);
}

.hero-indicator3 .indicatior-btn img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  object-position: right center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.hero-indicator3 .indicatior-btn.active {
  border-color: var(--theme-color);
}

.hero-slider-2 .hero-bg-color {
  background: var(--theme-color);
  mix-blend-mode: hue;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.hero-slider-2 .hero-thumb {
  position: relative;
  margin: -32px -420px 0 -59px;
}

.hero-slider-2 .hero-thumb .car-mask {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--theme-color);
  mix-blend-mode: hue;
  height: 100%;
  width: 100%;
  -webkit-mask-size: cover;
          mask-size: cover;
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-style2 {
    padding: 240px 0 120px 0;
  }
  .hero-style2 .shape-top img,
  .hero-style2 .shape-bottom img {
    max-width: 550px;
  }
  .hero-style2 .hero-text {
    margin-bottom: 35px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style2 {
    padding: 250px 0 90px 0;
    text-align: center;
  }
  .hero-style2 .hero-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
  }
  .hero-style2 .hero-text {
    font-size: 20px;
  }
  .hero-2 .th-hero-slide {
    padding-bottom: 90px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style2 .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-style2 .shape-top img,
  .hero-style2 .shape-bottom img {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-2 .th-hero-bg:before {
    opacity: 0.6;
  }
  .hero-style2 {
    padding: 215px 0 90px 0;
  }
  .hero-style2 .hero-title:last-of-type {
    margin-bottom: 12px;
  }
}

@media (max-width: 422px) {
  .hero-style2 .hero-title,
  .hero-style3 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.hero-video-1 {
  position: relative;
  z-index: 9;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-video-1 {
    text-align: center;
  }
}

/* Hero 3 ---------------------------------- */
.hero-3 {
  background-color: #1E1E1E;
}

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

.hero-3 .th-hero-img {
  position: relative;
  min-width: 830px;
  height: 745px;
  margin: 143px 0 0 30px;
  z-index: 4;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1899px) {
  .hero-3 .th-hero-img {
    margin: 143px 0% 0 30px;
  }
}

@media (max-width: 1299px) {
  .hero-3 .th-hero-img {
    margin: 143px 0% 0 0px;
    min-width: 650px;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .hero-3 .th-hero-img {
    min-width: 100%;
    margin-right: -50px;
  }
}

@media (max-width: 991px) {
  .hero-3 .th-hero-img {
    margin: 0;
    margin-right: -50px;
  }
}

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

.hero-3 .th-hero-bg:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.8;
  z-index: 2;
}

.hero-3 .slick-arrow {
  background-color: var(--theme-color);
  --pos-x: 40px;
  top: 50%;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-3 .slick-arrow {
    display: none !important;
  }
}

.hero-3 .slick-arrow:hover {
  background-color: var(--theme-color);
}

.hero-style3 {
  position: relative;
  padding: 285px 0 200px 0;
  min-width: 800px;
  z-index: 9;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .hero-style3 {
    padding: 266px 0 120px 0;
    min-width: 600px;
  }
}

@media (max-width: 1199px) {
  .hero-style3 {
    min-width: 100%;
  }
}

.hero-style3 .hero-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .hero-style3 .hero-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}

.hero-style3 .hero-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 40px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style3 .hero-title {
    font-size: 70px;
    line-height: 90px;
  }
}

@media (max-width: 1199px) {
  .hero-style3 .hero-title {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .hero-style3 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 375px) {
  .hero-style3 .hero-title {
    font-size: 28px;
    line-height: 55px;
  }
}

/* Extra large devices */
/* Large devices */
@media (max-width: 1199px) {
  .hero-3 .th-hero-bg {
    background-size: 130% 100%;
  }
  .hero-style3 {
    padding: 260px 0 120px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-3 .th-hero-bg {
    background-size: 160% 100%;
  }
  .hero-style3 {
    padding: 220px 0 80px 0;
    text-align: center;
  }
  .hero-style3 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-style3 .hero-subtitle img {
    max-width: 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-3 .th-hero-bg {
    background-size: 180% 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-3 .th-hero-bg {
    background-size: 200% 100%;
  }
  .hero-style3 {
    padding: 230px 0 90px 0;
  }
}

.pagingInfo {
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagingInfo1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
}

.pagingInfo2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
}

.number-pagination {
  width: 5%;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
}

.total-pagination {
  width: 5%;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
}

.progress-wrapper {
  min-width: 150px;
  --space: 38%;
}

.progress {
  position: absolute;
  top: 60%;
  left: var(--space);
  width: calc(100% - var(--space)*2);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 190px;
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background-color: var(--title-color);
  background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .4s ease-in-out;
  transition: background-size .4s ease-in-out;
}

/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .error-img {
    margin-bottom: 10px;
  }
  .error-title {
    margin-bottom: 15px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  background-color: var(--white-color);
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.popup-search-box button.searchClose {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: transparent;
  font-size: 35px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--black-color);
  border: none;
}

.popup-search-box button.searchClose:hover {
  color: var(--theme-color);
  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-family: var(--title-font);
  font-size: 25px;
  height: 70px;
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 0px;
  color: var(--black-color);
}

.popup-search-box form input::-moz-placeholder {
  color: var(--black-color);
}

.popup-search-box form input::-webkit-input-placeholder {
  color: var(--black-color);
}

.popup-search-box form input:-ms-input-placeholder {
  color: var(--black-color);
}

.popup-search-box form input::-ms-input-placeholder {
  color: var(--black-color);
}

.popup-search-box form input::placeholder {
  color: var(--black-color);
}

.popup-search-box form input:focus {
  outline: 0;
  box-shadow: none;
  border: none;
  border-color: transparent;
  border-bottom: 2px solid var(--theme-color);
  background-color: transparent;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: transparent;
  border: none;
  color: var(--black-color);
  font-size: 24px;
  cursor: pointer;
  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;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.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: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  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 {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  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 .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: 0;
}

.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;
  /* Extra small devices */
}

.woocommerce-form-register input,
.woocommerce-form-coupon input,
.woocommerce-form-login input {
  background-color: var(--smoke-color);
}

@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-form-login .th-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

table.variations td {
  padding: 0;
}

table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}

table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

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

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

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

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

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}

.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

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

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

#woosq-popup .product_meta {
  margin-top: 20px;
}

#woosq-popup .product_title {
  font-size: 32px;
  margin-bottom: 15px;
}

#woosq-popup .woocommerce-product-rating {
  margin-bottom: 15px;
}

#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: 12px;
}

.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: var(--theme-color);
  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;
}

.woocommerce-Reviews .th-post-comment {
  border-radius: 20px;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  margin-right: 0 !important;
  box-shadow: none;
}

.woocommerce-Reviews .th-comments-wrap.style2 .comment-avater {
  width: 110px;
  height: 110px;
  margin-right: 25px;
  border-radius: 0;
  overflow: hidden;
}

.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  box-shadow: none;
  border-radius: 10px;
  margin-right: 0 !important;
  margin-top: 28px;
  margin-bottom: 40px;
}

.woocommerce-Reviews .th-comment-form.style2 {
  padding: 0;
  background-color: transparent;
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
  background-color: var(--white-color);
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
  margin-bottom: 10px;
}

.woocommerce-Reviews .comment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  margin: -12px !important;
  margin-bottom: 28px !important;
  /* Medium devices */
}

@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    display: block;
  }
}

.woocommerce-Reviews .comment-list.style2 {
  display: block;
}

.woocommerce-Reviews .comment-list.style2 li {
  border: 0;
  margin: 0;
}

.woocommerce-Reviews .comment-list.style2 li .th-post-comment {
  border: none !important;
  box-shadow: none;
}

.woocommerce-Reviews .comment-list.style2 li .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--yellow-color);
}

.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--border-color) !important;
  padding: 40px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  border-radius: 8px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

.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: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}

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

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

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

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

.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  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;
  }
}

.woosq-product > .product > div {
  max-height: 460px;
  min-height: 460px;
  height: auto;
}

.woosq-product .thumbnails .slick-slide {
  outline: none;
  max-height: 100%;
}

.woosq-product .thumbnails img {
  padding: 10px 5px;
  width: 100%;
  height: 100%;
}

.woosq-product .thumbnails .slick-list {
  width: 100%;
  max-height: 100%;
  position: relative;
}

.woosq-product .thumbnails .slick-dots {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px !important;
  margin-top: 30px;
  top: auto;
  z-index: 8;
}

.cart_table .th-cart-coupon {
  margin-left: 10px !important;
  /* Small devices */
}

@media (max-width: 767px) {
  .cart_table .th-cart-coupon {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: none !important;
}

.woocommerce-error {
  border-radius: 0 !important;
}

.woocommerce-checkout-payment ul li {
  border-radius: 0 !important;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -25px;
}

/*------------------- 4.00. Products  -------------------*/
.th-product {
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: var(--white-color);
  padding-bottom: 0px;
  border-radius: 0px;
}

.th-product.th-product-box {
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.th-product.th-product-box .th-product-img {
  background-color: var(--smoke-color);
  overflow: hidden;
  position: relative;
  margin: 0 0 25px 0;
  text-align: center;
  z-index: 2;
}

.th-product.th-product-box .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%);
  background-color: var(--title-color);
  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.th-product-box .actions .icon-btn {
  --btn-size: 50px;
  line-height: 52px;
  font-size: 16px;
  border-color: var(--white-color);
  color: var(--title-color);
  background: var(--white-color);
  border-radius: 0px;
}

.th-product.th-product-box .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product.th-product-box .category {
  color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 500;
  padding: 1px 20px;
  display: inline-block;
  background-color: var(--theme-color);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.th-product.th-product-box .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
}

.th-product.th-product-box.list-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  height: 100%;
}

.th-product.th-product-box.list-view .product-img {
  width: 100%;
  max-width: 200px;
  margin: 0;
}

.th-product.th-product-box.list-view .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid var(--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.th-product-box.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px;
}

.th-product.th-product-box.list-view .actions .icon-btn {
  --btn-size: 35px !important;
  line-height: 35px;
  --btn-font-size: 13px;
}

.th-product.th-product-box.list-view .action-btn {
  padding: 8px 15px;
}

.th-product.th-product-box.list-view .icon-btn .category {
  padding: 0px 10px;
  border-radius: 0px;
}

.th-product.th-product-box.list-view .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
}

.th-product.th-product-box.list-view .product-title {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.th-product.th-product-box.list-view .product-price {
  font-size: 14px;
}

.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;
  font-size: 18px;
  margin-bottom: -0.2em;
}

.th-product .price del {
  margin-left: 5px;
  color: #a9a9a9;
}

.th-product .product-img {
  --space: 20px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 0px;
  z-index: 2;
  margin: 0 0 30px 0;
}

.th-product .product-img:before {
  --space: 20px;
  content: '';
  height: calc(100% - var(--space)*2);
  width: calc(100% - var(--space)*2);
  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;
  font-size: 14px;
}

.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;
  line-height: 42px;
  font-size: 14px;
  border-color: var(--theme-color);
  color: var(--white-color);
  background: var(--theme-color);
  border-radius: 0px;
}

.th-product .actions .icon-btn i {
  margin-right: 1px;
}

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

.th-product .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}

.th-product .actions > * > a {
  margin: 0;
}

.th-product .category {
  color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 500;
  display: inline-block;
  background-color: var(--theme-color);
  padding: 1px 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.th-product .product-tag {
  width: 60px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--theme-color);
  line-height: 31px;
  color: var(--white-color);
  border-radius: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

.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: 50px;
  height: 50px;
  line-height: 50px;
  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: -1px;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.th-product .tinv-wishlist a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 0;
}

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

.th-product .add_to_cart_button.added {
  display: none;
}

.th-product .added_to_cart {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 0px;
}

.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(--white-color);
  color: var(--title-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:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
  opacity: 0.7;
}

.th-product:hover .product-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.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(--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;
  /* Large devices */
}

@media (max-width: 1199px) {
  .th-product.list-view .product-content {
    padding: 0 14px;
  }
}

.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 .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--yellow-color);
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 3px;
}

.th-product.list-view .product-title {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.th-product.list-view .price {
  font-size: 14px;
}

.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: 40px;
  padding-bottom: 40px;
}

.mfp-content .container {
  position: relative;
}

.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.woosq-product > .product > div {
  height: auto;
}

.th-sort-bar {
  padding: 0;
  margin: 0 0 24px 0;
}

.th-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.th-sort-bar .single-select,
.th-sort-bar select {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  border-radius: 0px;
  color: var(--body-color);
  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;
}

.th-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color);
}

.th-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px;
}

.th-sort-bar .nav a.active, .th-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.product-thumb-area {
  position: relative;
}

.product-thumb-area .product-thumb-tab {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.product-thumb-tab {
  --thumb: 87px;
  --gap: 0px;
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
  border-radius: 0px;
}

.product-thumb-tab .tab-btn img {
  max-width: 100%;
  width: 100%;
  border-radius: inherit;
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-right: 15px;
}

.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 0px;
  position: relative;
}

.product-big-img .img {
  width: 100%;
  border-radius: 0px;
}

.product-big-img .img img {
  width: 100%;
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}

.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
}

.product-thumb,
.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 0px;
  position: relative;
}

.product-thumb .img,
.product-big-img .img {
  width: 100%;
  border-radius: 0px;
}

.product-thumb .img img,
.product-big-img .img img {
  width: 100%;
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}

.product-thumb .add_to_wishlist,
.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
}

.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(--border-color);
  margin: 85px auto 33px auto;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .product-tab-style1 {
    gap: 20px;
  }
}

.product-tab-style2 {
  border-bottom: 1px solid #e4e4e4;
  margin: 95px 0 40px 0;
}

.product-tab-style2 li {
  margin: 0 45px 0 0;
}

.product-tab-style2 li:last-child {
  margin-right: 0;
}

.product-tab-style2 a {
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 0 17px 0;
  text-transform: capitalize;
}

.product-tab-style2 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.product-tab-style2 a.active:before {
  width: 100%;
}

.woocommerce-table {
  margin-bottom: 0;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  box-shadow: none;
}

.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  box-shadow: none;
  margin-bottom: 0;
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
  background-color: var(--white-color);
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
  margin-bottom: 10px;
}

.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px;
}

.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--border-color) !important;
  padding: 40px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin-bottom: 24px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .th-post-comment {
    padding: 15px !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-Reviews .th-comment-form {
    padding: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-Reviews .comment-list {
    display: block;
  }
  .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;
}

#reviews {
  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-about {
  padding-left: 24px;
}

.summary-content .product-title,
.product-about .product-title {
  margin: -0.4em 0 18px 0;
  font-weight: 800;
}

.summary-content > .price,
.product-about > .price {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  display: block;
  margin-bottom: 28px;
  margin-right: 10px;
  line-height: inherit;
}

.summary-content > .price del,
.product-about > .price del {
  color: var(--gray-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: 25px;
}

.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 .checklist li,
.product-about .checklist li {
  font-weight: 400;
}

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.summary-content .actions .th-btn,
.product-about .actions .th-btn {
  padding: 16px 30px;
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-color: var(--border-color);
  border-radius: 4px;
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.summary-content .share,
.product-about .share {
  margin-top: 25px;
}

.summary-content .th-social a,
.product-about .th-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 0;
}

.summary-content .th-social a:hover,
.product-about .th-social a:hover {
  border-color: var(--theme-color);
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 56px;
  height: 56px;
  line-height: 56px;
  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(--theme-color);
  color: var(--white-color);
}

.summary-content .quantity,
.product-about .quantity {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 0px;
  height: 60px;
}

.summary-content .quantity.style2,
.product-about .quantity.style2 {
  border-radius: 4px;
}

.summary-content .quantity.style2 .qty-input,
.product-about .quantity.style2 .qty-input {
  width: 100px;
  height: 60px;
  border: none;
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 0 25px;
  text-align: left;
  font-weight: 500;
}

.summary-content .quantity.style2 .qty-btn,
.product-about .quantity.style2 .qty-btn {
  color: var(--white-color);
}

.summary-content .quantity.style2 .quantity-plus,
.product-about .quantity.style2 .quantity-plus {
  bottom: 16px;
}

.summary-content .quantity.style2:after,
.product-about .quantity.style2:after {
  background-color: transparent;
}

.summary-content .quantity:after, .summary-content .quantity:after,
.product-about .quantity:after,
.product-about .quantity:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #eeeeee;
  position: absolute;
  top: 0;
  left: 55px;
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 112px;
  height: 56px;
  background-color: transparent;
  color: var(--title-color);
  text-align: left;
  padding: 0 21px;
  font-weight: 500;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  content: "";
  position: absolute;
  color: var(--title-color);
  background-color: transparent;
  right: 4px;
  border: none;
  line-height: 60px;
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
  bottom: 12px;
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
  top: 8px;
}

.product-details .th-comments-wrap {
  margin-top: 0;
}

.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

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

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

.woosq-product .thumbnails img {
  padding: 10px;
}

.woosq-product .thumbnails .slick-dots {
  bottom: auto;
  margin-top: 30px;
}

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

#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
  display: none;
}

.mfp-woosq .mfp-close {
  width: 44px;
  height: 44px;
  line-height: initial;
}

.woocommerce-Reviews .th-post-comment {
  border-radius: 0px;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  margin-right: 0 !important;
  box-shadow: none;
}

.woocommerce-Reviews .th-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  box-shadow: none;
}

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

@media (max-width: 767px) {
  .woocommerce-Reviews .comment-list {
    display: block;
  }
}

.woocommerce-Reviews .comment-list li {
  max-width: 100%;
  margin: 12px;
  /* Small devices */
}

.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--border-color) !important;
  padding: 30px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin-bottom: 0px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .th-post-comment {
    padding: 30px !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-Reviews .th-comment-form {
    padding: 30px !important;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .th-comment-form {
    padding: 40px 20px;
  }
}

/* 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;
  }
  .summary-content .actions,
  .product-about .actions {
    margin: 0;
  }
  .product-big-img .img {
    height: 540px;
  }
}

/* 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;
  }
  .th-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .th-sort-bar .single-select,
  .th-sort-bar select {
    margin: 0 auto;
    width: 100%;
  }
  .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: 0px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-thumb-tab .indicator {
    border-radius: 0px;
  }
  .product-big-img .img {
    height: 370px;
  }
  .product-grid {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .summary-content .product-title,
  .product-about .product-title {
    margin: 0 0 7px 0;
  }
  .summary-content > .price,
  .product-about > .price {
    font-size: 24px;
    margin-bottom: 9px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .th-product.list-view .product-img {
    max-width: 130px;
  }
}

.woosq-product .thumbnails .slick-list {
  display: block;
}

/*------------------- 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;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart_table .actions > .th-btn:last-child {
  margin-right: 0;
}

.cart_table .cart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cart_table .cart-button {
    display: block;
  }
}

.cart_table .cart-button .th-btn {
  padding: 17px 28px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cart_table .cart-button .th-btn {
    display: inline-block;
  }
}

.cart_table .cart-button .btn-group {
  /* Medium devices */
}

@media (max-width: 991px) {
  .cart_table .cart-button .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.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;
  min-height: 60px;
}

.cart_table .th-cart-coupon .th-btn {
  font-size: 16px;
  padding: 17px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* Small devices */
}

@media (max-width: 767px) {
  .cart_table .th-cart-coupon .th-btn {
    display: inline-block;
    margin-top: 10px;
  }
}

.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;
  border-radius: 0;
  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(--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: 38px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  margin: auto;
  /* Large devices */
  /* Medium devices */
}

.tinv-wishlist button.button:nth-child(2) {
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .tinv-wishlist button.button {
    min-width: 160px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .tinv-wishlist button.button {
    display: block;
    min-width: 130px;
    margin: auto;
  }
}

.tinv-wishlist button.button i {
  font-size: 18px !important;
  margin-right: 3px !important;
}

.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 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(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 ---------------------------------- */
.contact-img {
  height: 100%;
  position: relative;
  z-index: 2;
}

.contact-img img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100%;
}

.rsvp-form .form-group {
  margin-bottom: 30px;
}

.contact-area {
  --space: 60px;
  position: relative;
}

.contact-area::before {
  content: '';
  height: calc(100% - var(--space)*2);
  width: calc(100% + var(--space)*2);
  position: absolute;
  top: var(--space);
  left: calc(0px - var(--space));
  border: 2px solid var(--theme-color);
}

.contact-area .shape {
  position: absolute;
  top: 0;
  left: -182px;
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-area::before {
    display: none;
  }
  .contact-img img {
    max-width: 100%;
  }
}

/* Request Page ----------------------- */
.request-area {
  margin-top: -66px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .request-area {
    margin-top: 0;
  }
}

.request-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .request-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .request-wrapper {
    display: block;
    margin: auto;
    text-align: center;
  }
  .request-wrapper .btn-group {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .request-wrapper .feature-wrapper {
    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;
    text-align: left;
  }
}

.request-quote-form {
  background-color: var(--theme-color);
  padding: 50px;
  position: relative;
  z-index: 9;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .request-quote-form {
    padding: 30px 20px;
  }
}

.request-quote-form.style2 {
  background-color: var(--white-color);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
  margin: 0 40px -35px 0;
  /* Large devices */
}

@media (max-width: 1399px) {
  .request-quote-form.style2 {
    margin: 0 0px -40px 0;
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .request-quote-form.style2 {
    margin-bottom: 40px;
  }
}

.request-quote-form.style2 textarea.form-control {
  min-height: 120px;
  padding: 12px 20px;
  padding-left: 45px;
}

.request-quote-form.style2 .th-btn {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .request-quote-form.style2 .th-btn {
    padding: 14px 20px;
  }
}

.request-quote-form select,
.request-quote-form .form-control,
.request-quote-form .form-select,
.request-quote-form textarea,
.request-quote-form input {
  height: 56px;
  padding: 0 22px 0 22px;
  padding-left: 42px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color2);
  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;
}

.request-quote-form .nice-select .option {
  color: var(--title-color);
}

.request-quote-form .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.request-quote-form .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.request-quote-form .nice-select .option:hover, .request-quote-form .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.request-quote-form .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.request-quote-form .form-group {
  margin-bottom: 20px;
}

.request-quote-form .form-group i {
  left: 33px;
  top: 19px;
  z-index: 9;
  max-width: 15px;
}

.request-quote-form textarea.form-control,
.request-quote-form textarea textarea {
  min-height: 96px;
  padding: 12px 20px;
  padding-left: 45px;
}

.request-quote-form .request-shape {
  position: absolute;
  left: -25%;
  bottom: 4%;
  /* Medium devices */
}

@media (max-width: 991px) {
  .request-quote-form .request-shape {
    display: none;
  }
}

.th-request-form {
  background-color: var(--theme-color);
  padding: 60px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .th-request-form {
    padding: 40px;
    margin-right: 7px;
  }
  .th-request-form .btn-group {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .th-request-form {
    margin-right: 5px;
  }
}

@media (max-width: 575px) {
  .th-request-form {
    padding: 30px;
    margin-right: 0px;
  }
}

.th-request-form.style2 {
  background-color: transparent;
  min-width: 880px;
  width: 100%;
  padding: 60px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .th-request-form.style2 {
    min-width: 700px;
  }
}

@media (max-width: 1199px) {
  .th-request-form.style2 {
    min-width: 550px;
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .th-request-form.style2 {
    min-width: 100%;
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .th-request-form.style2 {
    padding: 30px;
  }
}

.th-request-form.style2 .request-wrapper {
  background-color: transparent;
}

.th-request-form.style2 .form-group select,
.th-request-form.style2 .form-group .form-control,
.th-request-form.style2 .form-group .form-select,
.th-request-form.style2 .form-group textarea,
.th-request-form.style2 .form-group input {
  background-color: var(--white-color);
  color: var(--black-color-2);
}

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

.th-request-form.style2 .form-group select::-moz-placeholder,
.th-request-form.style2 .form-group .form-control::-moz-placeholder,
.th-request-form.style2 .form-group .form-select::-moz-placeholder,
.th-request-form.style2 .form-group textarea::-moz-placeholder,
.th-request-form.style2 .form-group input::-moz-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::-webkit-input-placeholder,
.th-request-form.style2 .form-group .form-control::-webkit-input-placeholder,
.th-request-form.style2 .form-group .form-select::-webkit-input-placeholder,
.th-request-form.style2 .form-group textarea::-webkit-input-placeholder,
.th-request-form.style2 .form-group input::-webkit-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style2 .form-group select:-ms-input-placeholder,
.th-request-form.style2 .form-group .form-control:-ms-input-placeholder,
.th-request-form.style2 .form-group .form-select:-ms-input-placeholder,
.th-request-form.style2 .form-group textarea:-ms-input-placeholder,
.th-request-form.style2 .form-group input:-ms-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::-webkit-input-placeholder, .th-request-form.style2 .form-group .form-control::-webkit-input-placeholder, .th-request-form.style2 .form-group .form-select::-webkit-input-placeholder, .th-request-form.style2 .form-group textarea::-webkit-input-placeholder, .th-request-form.style2 .form-group input::-webkit-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::-moz-placeholder, .th-request-form.style2 .form-group .form-control::-moz-placeholder, .th-request-form.style2 .form-group .form-select::-moz-placeholder, .th-request-form.style2 .form-group textarea::-moz-placeholder, .th-request-form.style2 .form-group input::-moz-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style2 .form-group select:-ms-input-placeholder, .th-request-form.style2 .form-group .form-control:-ms-input-placeholder, .th-request-form.style2 .form-group .form-select:-ms-input-placeholder, .th-request-form.style2 .form-group textarea:-ms-input-placeholder, .th-request-form.style2 .form-group input:-ms-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::-ms-input-placeholder, .th-request-form.style2 .form-group .form-control::-ms-input-placeholder, .th-request-form.style2 .form-group .form-select::-ms-input-placeholder, .th-request-form.style2 .form-group textarea::-ms-input-placeholder, .th-request-form.style2 .form-group input::-ms-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style2 .form-group select::placeholder,
.th-request-form.style2 .form-group .form-control::placeholder,
.th-request-form.style2 .form-group .form-select::placeholder,
.th-request-form.style2 .form-group textarea::placeholder,
.th-request-form.style2 .form-group input::placeholder {
  color: var(--black-color-2);
}

.th-request-form.style2 .form-group i {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 19px;
  font-size: 16px;
  color: var(--theme-color);
}

.th-request-form.style2 .form-group .nice-select:after {
  border-bottom: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
}

.th-request-form.style3 {
  background-color: var(--smoke-color);
  max-width: 100%;
  padding: 60px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .th-request-form.style3 {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .th-request-form.style3 {
    padding: 20px;
  }
}

.th-request-form.style3 .form-group select,
.th-request-form.style3 .form-group .form-control,
.th-request-form.style3 .form-group .form-select,
.th-request-form.style3 .form-group textarea,
.th-request-form.style3 .form-group input {
  background-color: var(--white-color);
  color: var(--body-color);
}

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

.th-request-form.style3 .form-group select::-moz-placeholder,
.th-request-form.style3 .form-group .form-control::-moz-placeholder,
.th-request-form.style3 .form-group .form-select::-moz-placeholder,
.th-request-form.style3 .form-group textarea::-moz-placeholder,
.th-request-form.style3 .form-group input::-moz-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::-webkit-input-placeholder,
.th-request-form.style3 .form-group .form-control::-webkit-input-placeholder,
.th-request-form.style3 .form-group .form-select::-webkit-input-placeholder,
.th-request-form.style3 .form-group textarea::-webkit-input-placeholder,
.th-request-form.style3 .form-group input::-webkit-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style3 .form-group select:-ms-input-placeholder,
.th-request-form.style3 .form-group .form-control:-ms-input-placeholder,
.th-request-form.style3 .form-group .form-select:-ms-input-placeholder,
.th-request-form.style3 .form-group textarea:-ms-input-placeholder,
.th-request-form.style3 .form-group input:-ms-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::-webkit-input-placeholder, .th-request-form.style3 .form-group .form-control::-webkit-input-placeholder, .th-request-form.style3 .form-group .form-select::-webkit-input-placeholder, .th-request-form.style3 .form-group textarea::-webkit-input-placeholder, .th-request-form.style3 .form-group input::-webkit-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::-moz-placeholder, .th-request-form.style3 .form-group .form-control::-moz-placeholder, .th-request-form.style3 .form-group .form-select::-moz-placeholder, .th-request-form.style3 .form-group textarea::-moz-placeholder, .th-request-form.style3 .form-group input::-moz-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style3 .form-group select:-ms-input-placeholder, .th-request-form.style3 .form-group .form-control:-ms-input-placeholder, .th-request-form.style3 .form-group .form-select:-ms-input-placeholder, .th-request-form.style3 .form-group textarea:-ms-input-placeholder, .th-request-form.style3 .form-group input:-ms-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::-ms-input-placeholder, .th-request-form.style3 .form-group .form-control::-ms-input-placeholder, .th-request-form.style3 .form-group .form-select::-ms-input-placeholder, .th-request-form.style3 .form-group textarea::-ms-input-placeholder, .th-request-form.style3 .form-group input::-ms-input-placeholder {
  color: var(--black-color-2);
}

.th-request-form.style3 .form-group select::placeholder,
.th-request-form.style3 .form-group .form-control::placeholder,
.th-request-form.style3 .form-group .form-select::placeholder,
.th-request-form.style3 .form-group textarea::placeholder,
.th-request-form.style3 .form-group input::placeholder {
  color: var(--black-color-2);
}

.th-request-form.style3 .form-group i {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 19px;
  font-size: 16px;
  color: var(--theme-color);
}

.th-request-form.style3 .form-group .nice-select:after {
  border-bottom: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
}

.th-request-form .form-group select,
.th-request-form .form-group .form-control,
.th-request-form .form-group .form-select,
.th-request-form .form-group textarea,
.th-request-form .form-group input {
  background-color: rgba(255, 255, 255, 0.1);
  height: 60px;
  color: var(--white-color);
}

.th-request-form .form-group select:focus,
.th-request-form .form-group .form-control:focus,
.th-request-form .form-group .form-select:focus,
.th-request-form .form-group textarea:focus,
.th-request-form .form-group input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.1);
}

.th-request-form .form-group select::-moz-placeholder,
.th-request-form .form-group .form-control::-moz-placeholder,
.th-request-form .form-group .form-select::-moz-placeholder,
.th-request-form .form-group textarea::-moz-placeholder,
.th-request-form .form-group input::-moz-placeholder {
  color: var(--white-color);
}

.th-request-form .form-group select::-webkit-input-placeholder,
.th-request-form .form-group .form-control::-webkit-input-placeholder,
.th-request-form .form-group .form-select::-webkit-input-placeholder,
.th-request-form .form-group textarea::-webkit-input-placeholder,
.th-request-form .form-group input::-webkit-input-placeholder {
  color: var(--white-color);
}

.th-request-form .form-group select:-ms-input-placeholder,
.th-request-form .form-group .form-control:-ms-input-placeholder,
.th-request-form .form-group .form-select:-ms-input-placeholder,
.th-request-form .form-group textarea:-ms-input-placeholder,
.th-request-form .form-group input:-ms-input-placeholder {
  color: var(--white-color);
}

.th-request-form .form-group select::-webkit-input-placeholder, .th-request-form .form-group .form-control::-webkit-input-placeholder, .th-request-form .form-group .form-select::-webkit-input-placeholder, .th-request-form .form-group textarea::-webkit-input-placeholder, .th-request-form .form-group input::-webkit-input-placeholder {
  color: var(--white-color);
}

.th-request-form .form-group select::-moz-placeholder, .th-request-form .form-group .form-control::-moz-placeholder, .th-request-form .form-group .form-select::-moz-placeholder, .th-request-form .form-group textarea::-moz-placeholder, .th-request-form .form-group input::-moz-placeholder {
  color: var(--white-color);
}

.th-request-form .form-group select:-ms-input-placeholder, .th-request-form .form-group .form-control:-ms-input-placeholder, .th-request-form .form-group .form-select:-ms-input-placeholder, .th-request-form .form-group textarea:-ms-input-placeholder, .th-request-form .form-group input:-ms-input-placeholder {
  color: var(--white-color);
}

.th-request-form .form-group select::-ms-input-placeholder, .th-request-form .form-group .form-control::-ms-input-placeholder, .th-request-form .form-group .form-select::-ms-input-placeholder, .th-request-form .form-group textarea::-ms-input-placeholder, .th-request-form .form-group input::-ms-input-placeholder {
  color: var(--white-color);
}

.th-request-form .form-group select::placeholder,
.th-request-form .form-group .form-control::placeholder,
.th-request-form .form-group .form-select::placeholder,
.th-request-form .form-group textarea::placeholder,
.th-request-form .form-group input::placeholder {
  color: var(--white-color);
}

.th-request-form .form-group i {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 19px;
  font-size: 16px;
  color: var(--white-color);
}

.th-request-form .form-group .nice-select:after {
  border-bottom: 1px solid var(--white-color);
  border-right: 1px solid var(--white-color);
}

.th-request-form .form-group .nice-select .option {
  color: var(--title-color);
}

.th-request-form .form-group .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.th-request-form .form-group .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.th-request-form .form-group .nice-select .option:hover, .th-request-form .form-group .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.th-request-form .form-group .nice-select.open .list {
  border-radius: 0;
  border: 1px solid var(--white-color);
  border-bottom: 3px solid var(--theme-color);
}

.th-request-form textarea.form-control {
  min-height: 140px;
  padding: 25px 25px 0 25px;
  border: none;
}

/* Inquiry ---------------------------------- */
.inquiry-form {
  background-color: var(--white-color);
  padding: 50px;
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
}

/* Extra small devices */
@media (max-width: 575px) {
  .inquiry-form {
    padding: 40px 20px;
  }
}

/* RSVP Page ----------------------- */
.map-sec {
  line-height: 0;
}

.map-sec iframe {
  width: 100%;
  height: 550px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .map-sec iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map-sec iframe {
    height: 300px;
  }
}

/* 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: 20px;
  margin-bottom: 30px;
  max-width: 332px;
}

.contact-info.style2 {
  margin-bottom: 20px;
}

.contact-info.style2 .media-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.contact-info.style2 .media-body i {
  color: var(--theme-color);
  font-size: 20px;
  line-height: 20px;
}

.contact-info.style2 .media-body .contact-info_text {
  margin-bottom: 0;
}

.contact-info.style2 .media-body .contact-info_text a {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .contact-info.style2 .media-body .contact-info_text a {
    text-align: left;
  }
}

.contact-info:last-of-type {
  margin-bottom: 0;
}

.contact-info_title {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #787878;
  margin-bottom: 5px;
}

.contact-info_icon {
  color: var(--theme-color);
  text-align: center;
  font-size: 28px;
  position: relative;
  background-color: rgba(235, 51, 0, 0.1);
  width: 70px;
  height: 70px;
  line-height: 65px;
  display: block;
  margin: auto;
  border-radius: 50%;
}

.contact-info_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--black-color);
  min-width: 242px;
  display: block;
  margin-bottom: -0.5em;
}

.contact-info_text a {
  color: inherit;
}

.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(--black-color);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .contact-info_text a {
    text-align: center;
    max-width: 100%;
  }
}

.contact-info_text a:hover {
  color: var(--theme-color);
}

.contact-info:hover .contact-info_icon:before {
  top: 0;
  left: 0;
}

.contact-wrapper {
  border-top: 1px solid rgba(210, 210, 210, 0.5);
  margin-top: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  max-width: 450px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .contact-wrapper {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .contact-wrapper {
    display: block;
    text-align: center;
  }
}

.contact-wrapper .info-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--black-color);
}

.contact-form-wrapper {
  position: relative;
  background-color: #F3F3F3;
  overflow: hidden;
  padding: 40px 60px 60px 60px;
  /* Small devices */
}

@media (max-width: 767px) {
  .contact-form-wrapper {
    padding: 25px;
  }
}

.contact-form-wrapper .form-title {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #0A0A0A;
  margin-bottom: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .contact-form-wrapper .form-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.form-title {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: var(--title-color);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .form-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.form-title .shape {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
}

.form-title .shape:after, .form-title .shape:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.form-title .shape:before {
  -webkit-animation: sectionShape 8s linear infinite;
          animation: sectionShape 8s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: var(--theme-color);
  z-index: 9;
  width: 160px;
  height: 1px;
}

.form-title .shape:after {
  width: 100%;
  height: 1px;
  margin: 0;
  margin-top: -1px;
  background-color: #121212;
  opacity: 0.1;
  left: 0;
}

.contact-form {
  position: relative;
  overflow: hidden;
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-left: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.contact-form select:hover, .contact-form select.focus,
.contact-form .form-control:hover,
.contact-form .form-control.focus,
.contact-form .form-select:hover,
.contact-form .form-select.focus,
.contact-form textarea:hover,
.contact-form textarea.focus,
.contact-form input:hover,
.contact-form input.focus {
  color: var(--body-color) !important;
  border-color: var(--theme-color) !important;
}

.contact-form .form-group i {
  display: inline-block;
  position: absolute;
  left: 35px;
  top: 19px;
  font-size: 16px;
  color: var(--theme-color);
  max-width: 30px;
  z-index: 2;
}

.contact-form .form-group .nice-select .option {
  color: var(--title-color);
}

.contact-form .form-group .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.contact-form .form-group .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.contact-form .form-group .nice-select .option:hover, .contact-form .form-group .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.contact-form .form-group .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.contact-form textarea.form-control {
  min-height: 150px;
  padding: 12px 25px 0 25px;
  padding-left: 45px;
}

.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap .form-control,
.wpcf7-form-control-wrap .form-select,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
  border: 1px solid transparent;
}

.wpcf7-form-control-wrap .btn-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* service form -----------------------------------*/
.service-form {
  background: var(--theme-color);
  padding: 60px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  /* Medium Large devices */
  /* Extra small devices */
}

.service-form.style2 {
  padding: 40px;
  box-shadow: none;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .service-form.style2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .service-form.style2 {
    padding: 25px;
  }
}

.service-form.style2 .form-group {
  margin-bottom: 10px;
  position: relative;
}

.service-form.style2 .form-group select,
.service-form.style2 .form-group .form-control,
.service-form.style2 .form-group .form-select,
.service-form.style2 .form-group textarea,
.service-form.style2 .form-group input {
  height: 60px;
  padding: 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
}

.service-form.style2 .form-group .nice-select {
  padding: 0 25px 0 25px;
}

@media (max-width: 1299px) {
  .service-form {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .service-form {
    padding: 30px;
  }
}

.service-form .nice-select .option {
  color: var(--title-color);
}

.service-form .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.service-form .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.service-form .nice-select .option:hover, .service-form .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.service-form .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.service-form .form-group i {
  color: var(--theme-color);
}

.nice-select .option {
  color: var(--title-color);
}

.nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.nice-select .option:hover, .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.contact-info-wrap .title-area {
  margin-bottom: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .contact-info-wrap .title-area {
    margin-bottom: 20px;
    text-align: center;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-info {
    margin-bottom: 0;
  }
  .contact-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .contact-info-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .contact-info-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-info {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .contact-info_icon {
    display: block;
    margin-bottom: 20px;
  }
  .contact-info .media-body {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .th-social.author-social {
    text-align: center;
  }
}

/* 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-sec {
  position: relative;
  margin-top: 50px;
}

.contact-form-wrapp {
  margin-top: -50px;
}

.contact-form-image {
  position: relative;
  -webkit-animation: left-right-img 4s ease-out infinite;
          animation: left-right-img 4s ease-out infinite;
  /* Medium devices */
}

@media (max-width: 991px) {
  .contact-form-image {
    margin-top: 80px;
  }
}

/* team-form ------------------------*/
.team-contact {
  background-color: var(--smoke-color);
  padding: 60px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .team-contact {
    padding: 35px;
  }
}

.team-form {
  background-color: var(--smoke-color);
  padding: 60px;
  /* Small devices */
}

@media (max-width: 767px) {
  .team-form {
    padding: 25px;
  }
}

.team-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.team-form .form-group i {
  left: 35px;
  top: 20px;
  max-width: 30px;
  color: var(--theme-color);
  z-index: 9;
}

.team-form .form-group textarea.form-control,
.team-form .form-group textarea {
  min-height: 200px;
  padding: 13px 20px;
  padding-left: 45px;
}

.team-form select,
.team-form .form-control,
.team-form .form-select,
.team-form textarea,
.team-form input {
  height: 60px;
  padding-left: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-form .nice-select:after {
  border-bottom: 1px solid #787878;
  border-right: 1px solid #787878;
}

.team-form .nice-select .option {
  color: var(--title-color);
}

.team-form .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.team-form .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.team-form .nice-select .option:hover, .team-form .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.team-form .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

/* map form ---------------------------------- */
.map-area {
  position: relative;
  margin-top: 120px;
  /* Small devices */
}

@media (max-width: 767px) {
  .map-area {
    margin-top: 0px;
  }
}

.map-form-wrapper {
  position: absolute;
  top: -120px;
  max-width: 500px;
  background: var(--theme-color);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  /* Small devices */
}

@media (max-width: 767px) {
  .map-form-wrapper {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

.map-form {
  padding: 60px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .map-form {
    padding: 28px;
  }
}

.map-form .form-group {
  margin-bottom: 10px;
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.img-box1 {
  position: relative;
}

.img-box1 .img1 img {
  width: 690px;
  height: 585px;
  /* Small devices */
}

@media (max-width: 767px) {
  .img-box1 .img1 img {
    width: 100%;
    height: 100%;
  }
}

.img-box1 .about-counter-wrapper {
  position: relative;
  background-color: var(--theme-color);
  min-width: 210px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  padding: 10px;
  padding: 15px;
  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;
  position: absolute;
  left: 20%;
  top: 20%;
}

.img-box1 .about-counter-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: 50%;
  -webkit-clip-path: path("M0.882406 101.83C1.00686 64.7002 25.2344 29.9768 59.0452 15.042C93.8101 -0.30767 135.296 6.78636 163.381 32.1755C176.947 44.4553 186.779 60.5517 191.675 78.1416C192.919 82.6635 193.832 87.3099 194.413 91.9563C194.703 94.4039 194.91 96.8516 195.035 99.2992C195.076 99.88 195.076 100.461 195.118 101.042C195.201 104.112 195.201 97.9302 195.118 101C195.076 102.369 194.993 103.697 194.91 105.066C194.247 114.566 192.131 123.983 188.729 132.861C175.412 167.75 142.099 192.144 104.97 194.882C102.647 195.048 100.323 195.131 98.0002 195.131C97.9587 195.131 97.9587 201.229 98.0002 201.229C116.752 201.188 135.13 195.753 150.894 185.589C166.161 175.716 178.399 161.486 186.116 145.058C194.081 128.049 196.321 109.048 194.869 90.4628C193.375 71.9187 186.655 54.1629 175.454 39.3111C152.637 9.06807 113.308 -4.99554 76.4277 3.26009C40.1278 11.3913 11.2123 40.8045 3.12262 76.98C1.42172 84.6548 0.840921 92.4126 0.799436 100.253C0.799436 101.498 0.757946 102.743 0.840918 104.029C0.840918 103.821 0.84092 102.286 0.882406 101.83Z");
          clip-path: path("M0.882406 101.83C1.00686 64.7002 25.2344 29.9768 59.0452 15.042C93.8101 -0.30767 135.296 6.78636 163.381 32.1755C176.947 44.4553 186.779 60.5517 191.675 78.1416C192.919 82.6635 193.832 87.3099 194.413 91.9563C194.703 94.4039 194.91 96.8516 195.035 99.2992C195.076 99.88 195.076 100.461 195.118 101.042C195.201 104.112 195.201 97.9302 195.118 101C195.076 102.369 194.993 103.697 194.91 105.066C194.247 114.566 192.131 123.983 188.729 132.861C175.412 167.75 142.099 192.144 104.97 194.882C102.647 195.048 100.323 195.131 98.0002 195.131C97.9587 195.131 97.9587 201.229 98.0002 201.229C116.752 201.188 135.13 195.753 150.894 185.589C166.161 175.716 178.399 161.486 186.116 145.058C194.081 128.049 196.321 109.048 194.869 90.4628C193.375 71.9187 186.655 54.1629 175.454 39.3111C152.637 9.06807 113.308 -4.99554 76.4277 3.26009C40.1278 11.3913 11.2123 40.8045 3.12262 76.98C1.42172 84.6548 0.840921 92.4126 0.799436 100.253C0.799436 101.498 0.757946 102.743 0.840918 104.029C0.840918 103.821 0.84092 102.286 0.882406 101.83Z");
}

.img-box1 .about-counter {
  text-align: center;
}

.img-box1 .about-counter .counter-number {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.img-box1 .about-counter .counter-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 0;
}

.img-box4 {
  position: relative;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .img-box4 {
    padding-right: 40px;
  }
}

.img-box4 .img4 {
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .img-box4 .img4 {
    margin-bottom: 40px;
  }
}

.img-box4 .img5 {
  position: absolute;
  left: 15px;
  top: 50px;
}

.img-box4 .img5 .about3-dot {
  z-index: -1;
}

.img-box4 .about-counter {
  background-color: var(--theme-color);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  left: 50px;
  top: 36%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .img-box4 .about-counter {
    padding: 30px;
    left: 0;
  }
}

@media (max-width: 575px) {
  .img-box4 .about-counter {
    padding: 25px;
  }
}

.img-box4 .counter-card_number {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .img-box4 .counter-card_number {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .img-box4 .counter-card_number {
    font-size: 30px;
    line-height: 40px;
  }
}

.img-box4 .counter-card_text {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 142px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box4 .counter-card_text {
    font-size: 16px;
    line-height: 26px;
  }
}

.achive-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  margin-top: 28px;
  margin-bottom: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .achive-wrapper {
    display: block;
  }
}

.achive-wrapper .achive-about-wrap {
  margin-bottom: 20px;
}

.achive-wrapper .achive-about-wrap .achive-about {
  max-width: 336px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.about-wrap .about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-top: 27px;
}

.about-wrap .about-content .about_title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
}

.about-wrap .about-content .about_text {
  max-width: 410px;
  margin-bottom: 0;
}

.about-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about-profile .title {
  margin-bottom: 5px;
  line-height: 30px;
}

.about-profile .desig {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.about-profile.style2 {
  gap: 30px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-profile.style2 {
    gap: 10px;
  }
}

.about-profile.style2 .avater {
  min-width: 70px;
}

.about-profile.style2 .avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.about-avater {
  min-width: 60px;
}

.about-avater img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.about-counter1 {
  background-color: var(--smoke-color2);
  padding: 80px 40px 40px 40px;
  max-width: 164px;
  min-height: 211px;
  position: absolute;
  bottom: 0;
  right: -20px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .about-counter1 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .about-counter1 {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .about-counter1 {
    right: 0;
  }
}

@media (max-width: 575px) {
  .about-counter1 {
    padding: 40px;
    min-width: 100%;
    gap: 20px;
  }
}

.about-counter1 .counter-title {
  color: var(--white-color);
  font-size: 40px;
  line-height: 60px;
  margin-top: -10px;
}

.about-counter1 .counter-text {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
}

.about-counter1 .counter-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.counter-title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--white-color);
  margin-bottom: 0;
  /* Extra small devices */
}

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

.counter-text {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  max-width: 128px;
  text-align: center;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .counter-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.img-box3 {
  position: relative;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .img-box3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .img-box3 {
    text-align: center;
  }
}

.img-box3 .img1 {
  text-align: right;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box3 .img1 {
    text-align: center;
  }
}

.img-box3 .img3 {
  position: absolute;
  top: 17%;
  right: 15%;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

.img-box3 .img3 img {
  border: 10px solid var(--white-color);
}

@media (max-width: 1199px) {
  .img-box3 .img3 {
    right: 25%;
  }
}

@media (max-width: 991px) {
  .img-box3 .img3 {
    right: 0;
  }
}

@media (max-width: 575px) {
  .img-box3 .img3 {
    display: none;
  }
}

.img-box3 .about-counter {
  background-color: var(--theme-color);
  padding: 45px;
  max-width: 250px;
  min-height: 283px;
  position: absolute;
  left: 0;
  bottom: 40px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .img-box3 .about-counter {
    left: 40px;
  }
}

@media (max-width: 767px) {
  .img-box3 .about-counter {
    left: -30px;
    padding: 35px;
  }
}

@media (max-width: 575px) {
  .img-box3 .about-counter {
    left: 0;
    max-width: 200px;
    min-height: 220px;
  }
}

@media (max-width: 375px) {
  .img-box3 .about-counter {
    display: none;
  }
}

.img-box3 .about-counter .counter-title {
  font-weight: 800;
  font-size: 80px;
  line-height: 70px;
  margin-bottom: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .img-box3 .about-counter .counter-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
  }
}

.img-box3 .about-counter .counter-text {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  max-width: 152px;
  text-align: left;
  /* Small devices */
}

@media (max-width: 767px) {
  .img-box3 .about-counter .counter-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.img-box3 .line-animation {
  position: absolute;
  left: 45px;
  top: auto;
  bottom: 40px;
}

.img-box3 .line-animation img {
  max-width: none;
}

.img-box3 .vehicle-repair {
  background-color: var(--white-color);
  padding: 20px;
  min-width: 270px;
  position: absolute;
  top: 70px;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .img-box3 .vehicle-repair {
    left: -30px;
    top: 20px;
  }
}

@media (max-width: 575px) {
  .img-box3 .vehicle-repair {
    left: -20px;
    top: 20px;
  }
}

@media (max-width: 400px) {
  .img-box3 .vehicle-repair {
    display: none;
  }
}

.img-box3 .about-shape {
  position: absolute;
  right: 16%;
  top: 20px;
  z-index: -2;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .img-box3 .about-shape {
    right: 10%;
  }
}

@media (max-width: 1199px) {
  .img-box3 .about-shape {
    right: 25%;
  }
}

@media (max-width: 991px) {
  .img-box3 .about-shape {
    right: 0;
  }
}

@media (max-width: 575px) {
  .img-box3 .about-shape {
    display: none;
  }
}

.img-box3 .about-line {
  position: absolute;
  bottom: 0;
  right: 19%;
  z-index: -1;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .img-box3 .about-line {
    right: 30%;
  }
}

@media (max-width: 991px) {
  .img-box3 .about-line {
    right: 0;
  }
}

@media (max-width: 575px) {
  .img-box3 .about-line {
    display: none;
  }
}

.img-box3.style2 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box3.style2 {
    margin-bottom: 30px;
  }
}

.about-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .about-content-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .about-content-wrapper {
    gap: 20px;
  }
}

@media (max-width: 440px) {
  .about-content-wrapper {
    display: block;
    max-width: 220px;
  }
}

.about-content-wrapper .about-content {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-content-wrapper .about-content {
    margin-bottom: 30px;
  }
  .about-content-wrapper .about-content .th-btn {
    padding: 17px 28px;
  }
}

.about-content-wrapper .about-content .header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-top: 1px solid var(--gray-color);
  padding-top: 30px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.about-content-wrapper .about-content .header-info_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #787878;
}

.about-content-wrapper .about-content .header-info_link {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-content-wrapper .about-content .header-info_link {
    font-size: 16px;
    line-height: 26px;
  }
}

.about-content-wrapper .about-content .header-info_link:hover {
  color: var(--theme-color);
}

.about-content-wrapper .about-content .header-info_link a {
  color: inherit;
}

.about-content-wrapper .counter-wrapper {
  background-color: var(--smoke-color2);
  padding: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-content-wrapper .counter-wrapper {
    min-width: 200px;
    padding: 30px 20px;
  }
}

.about-content-wrapper .counter-wrapper .th-counterup {
  border: none;
  border-bottom: 1px solid var(--gray-color);
  margin-bottom: 35px;
  margin-right: 0;
  padding: 0 0 40px 0;
}

.about-content-wrapper .counter-wrapper .th-counterup:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-content-wrapper .counter-wrapper .th-counterup .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  max-width: 255px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .about-content-wrapper .counter-wrapper .th-counterup .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper .counter-wrapper .th-counterup .inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}

.about-content-wrapper .counter-wrapper .th-counterup .inner .icon {
  min-width: 60px;
  /* Small devices */
}

@media (max-width: 767px) {
  .about-content-wrapper .counter-wrapper .th-counterup .inner .icon {
    min-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.about-content-wrapper .counter-wrapper .th-counterup .content .counter {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: var(--theme-color);
  margin-bottom: 0;
}

.about-content-wrapper .counter-wrapper .th-counterup .content .counter-card_text {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 40px;
  margin-bottom: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-wrapper {
    display: block;
  }
}

.about-image {
  position: relative;
  max-width: 200px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-image {
    margin-bottom: 30px;
  }
}

.about-image:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.about-image .white-play-btn {
  position: absolute;
  left: 34%;
  top: 34%;
  width: 60px;
  height: 60px;
  line-height: 62px;
  font-size: 18px;
  z-index: 9;
  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;
}

.about-image img {
  width: 100%;
  height: 100%;
}

.achive-about-wrap {
  position: relative;
  margin-bottom: 40px;
}

.achive-about-wrap .achive-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  max-width: 460px;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 30px;
  padding-bottom: 30px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .achive-about-wrap .achive-about {
    min-width: 100%;
    line-height: auto;
    height: auto;
  }
}

.achive-about-wrap .achive-about:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.achive-about-wrap .achive-about .media-body {
  margin-top: -6px;
}

.achive-about-wrap .achive-about:hover .achive-about_icon img {
  -webkit-transform: translateY(5px) translate3d(0, 5px, 0);
          transform: translateY(5px) translate3d(0, 5px, 0);
}

.achive-about-wrap .achive-about_icon {
  min-width: 60px;
}

.achive-about-wrap .achive-about_icon img {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.achive-about-wrap .achive-about_title {
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 4px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .achive-about-wrap .achive-about_title {
    font-size: 18px;
    line-height: 28px;
  }
}

.achive-about-wrap .achive-about_text {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: 0;
  max-width: 340px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .achive-about-wrap .achive-about_text {
    font-size: 14px;
    line-height: 26px;
  }
}

.profile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-bottom: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .profile-wrap {
    gap: 40px;
  }
}

@media (max-width: 440px) {
  .profile-wrap {
    display: block;
  }
}

.profile-wrap .title {
  margin-bottom: 2px;
}

.profile-wrap .desig {
  font-size: 14px;
}

.about-counter-wrap {
  background-color: var(--theme-color);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 37px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .about-counter-wrap {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .about-counter-wrap {
    max-width: 550px;
  }
}

@media (max-width: 450px) {
  .about-counter-wrap {
    display: block;
  }
}

.about-counter-wrap .about-counter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .about-counter-wrap .about-counter {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .about-counter-wrap .about-counter {
    display: block;
    width: 50%;
  }
}

@media (max-width: 450px) {
  .about-counter-wrap .about-counter {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed var(--white-color);
    padding-bottom: 20px;
  }
  .about-counter-wrap .about-counter:last-child {
    border-bottom: 1px dashed transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.about-counter-wrap .about-counter .border-line {
  content: "";
  position: absolute;
  right: -50px;
  width: 1px;
  height: 100%;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .about-counter-wrap .about-counter .border-line {
    right: -25px;
  }
}

@media (max-width: 991px) {
  .about-counter-wrap .about-counter .border-line {
    right: 11px;
  }
}

@media (max-width: 450px) {
  .about-counter-wrap .about-counter .border-line {
    display: none;
  }
}

.about-counter-content .counter-card_number {
  /* Medium devices */
}

@media (max-width: 991px) {
  .about-counter-content .counter-card_number {
    margin-top: 15px;
  }
}

hr.style1 {
  margin-bottom: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box1 {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.sec-text2 {
  max-width: 500px;
}

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
  position: relative;
}

.th-team .team-img {
  position: relative;
  overflow: hidden;
}

.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .team-desig {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: -0.5em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color);
}

.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

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

.th-team .box-title {
  margin-bottom: 0;
}

.th-team:hover .team-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.teamSlide1 {
  margin-right: -100px;
  margin-left: -50px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1799px) {
  .teamSlide1 {
    margin-right: -80px;
  }
}

@media (max-width: 1699px) {
  .teamSlide1 {
    margin-right: 0px;
  }
}

@media (max-width: 1599px) {
  .teamSlide1 {
    margin: auto;
    margin-left: -50px;
  }
}

@media (max-width: 1299px) {
  .teamSlide1 {
    margin-left: -20px;
  }
}

@media (max-width: 1199px) {
  .teamSlide1 {
    margin: 0;
  }
}

/* Team 1 ---------------------------------- */
.team-card {
  position: relative;
  background-color: var(--white-color);
  --space: 30px;
}

@media (max-width: 1699px) {
  .team-card {
    --space: 20px;
  }
}

.team-card:hover .team-card-content:before {
  top: 0;
  width: 4px;
  height: 100%;
}

.team-card:hover .team-img:before {
  opacity: 1;
  visibility: visible;
}

.team-card:hover_img:before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.team-card:hover_img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.team-card:hover .team-social .th-social {
  left: 0px;
  bottom: 30px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.team-card .team-img {
  position: relative;
  margin-bottom: -55px;
}

.team-card .team-img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.team-card .team-img img {
  width: 100%;
  height: 100%;
}

.team-card .team-title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 2px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1599px) {
  .team-card .team-title {
    font-size: 18px;
  }
}

.team-card .team-title:hover {
  color: var(--theme-color);
}

.team-card .team-title:hover a {
  color: inherit;
}

@media (max-width: 1299px) {
  .team-card .team-title {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .team-card .team-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.team-card .team-desig {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-card .team-card-content {
  position: relative;
  width: calc(100% - var(--space)*2);
  left: var(--space);
  background-color: var(--white-color);
  padding: 30px 20px 30px 30px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 2;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .team-card .team-card-content {
    padding: 20px;
    gap: 10px;
  }
}

.team-card .team-card-content:before {
  content: "";
  width: 4px;
  height: 30px;
  background-color: var(--theme-color);
  position: absolute;
  top: 38px;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-card .team-social {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-card .team-social:hover .th-social {
  left: 0px;
  bottom: 30px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.team-card .team-social .icon-btn {
  background-color: var(--title-color);
  color: var(--white-color);
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  border-radius: 5px;
  font-size: var(--btn-font-size, 18px);
  border: none;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-card .team-social .th-social {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 10px;
  left: 0px;
  width: 46px;
  min-height: 149px;
  background-color: var(--white-color);
  border: 1px solid #D2D2D2;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  border-radius: 5px 5px 0px 0px;
  padding: 0;
  color: var(--title-color);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 2;
}

.team-card .team-social .th-social a {
  display: inline-block;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  margin: 0;
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 0;
  color: var(--title-color);
  border-bottom: 1px solid #D2D2D2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-card .team-social .th-social a:hover {
  background: var(--theme-color);
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid var(--theme-color);
  color: var(--white-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-card {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1399px) {
  .team-area .title-area {
    text-align: center;
  }
}

.team-area .title-area .sub-title img.shape2 {
  opacity: 0;
}

@media (max-width: 1399px) {
  .team-area .title-area .sub-title img.shape2 {
    opacity: 1;
  }
}

@media (max-width: 1399px) {
  .team-area .title-area .sec-text {
    display: block;
    margin: auto;
    max-width: 460px;
  }
}

@media (max-width: 1399px) {
  .team-area .icon-box {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Team Details ---------------------------------- */
.team-about_title {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.team-about_desig {
  font-family: var(--title-font);
  color: var(--theme-color);
  margin-bottom: 25px;
}

.team-about_text {
  margin-bottom: 30px;
}

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

.about-info-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
  gap: 20px;
  margin-bottom: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-info-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-info_icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--theme-color);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  text-align: center;
}

.about-info_subtitle {
  margin-bottom: 0;
}

.about-info_title {
  font-family: var(--body-font);
  font-size: 18px;
  margin-bottom: 0;
}

.about-info_title a {
  color: inherit;
}

.about-info_title a:hover {
  color: var(--theme-color);
}

.about-card {
  position: relative;
}

.about-card_img {
  margin-right: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .about-card_img {
    margin-right: 0;
  }
}

.about-card_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 440px) {
  .about-card_wrapp {
    display: block;
  }
}

.about-card .about-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 0px;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (max-width: 440px) {
  .about-card .about-counter {
    display: block;
  }
}

.about-card .about-counter .counter-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: #0A0A0A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  /* Medium Large devices */
}

.about-card .about-counter .counter-title .odometer {
  margin-top: 20px;
}

@media (max-width: 1299px) {
  .about-card .about-counter .counter-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-card .about-counter .counter-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #4B4B4B;
  max-width: 160px;
  text-align: left;
}

.about-card_img img {
  width: 100%;
}

.about-card_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-top: -0.23em;
  margin-bottom: 5px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-card_title {
    font-size: 25px;
    line-height: 35px;
  }
}

.about-card_desig {
  font-weight: 500;
}

.about-card_text {
  margin: 20px 0 0px 0;
}

.about-card_info {
  margin-bottom: 12px;
}

.about-card_info strong {
  font-family: var(--title-font);
  color: var(--title-color);
}

.about-card_info a {
  color: var(--body-color);
}

.about-card_info a:hover {
  color: var(--theme-color);
}

.about-card .th-social {
  margin-top: 25px;
}

.about-card .th-social a {
  background-color: #363739;
  color: var(--white-color);
  border: 1px solid #363739;
  --icon-size: 45px;
  font-size: 14px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-card .th-social a {
    --icon-size: 35px;
    font-size: 14px;
  }
}

@media (max-width: 440px) {
  .about-card .th-social a {
    margin-top: 16px;
  }
}

.about-card .th-social a:not(:last-child) {
  margin-right: 3px;
}

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

.info-box_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .info-box_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.info-box_wrapper .info-box {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.info-box_wrapper .info-box_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  line-height: 48px;
  font-size: 14px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

.info-box_wrapper .info-box_title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.info-box_wrapper .info-box_link {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--black-color-2);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .info-box_wrapper .info-box_link {
    font-size: 14px;
  }
}

.info-box_wrapper .info-box_text {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .info-box_wrapper .info-box_text {
    font-size: 14px;
  }
}

.skill-feature .progress .progress-bar {
  background-color: var(--theme-color);
  height: 8px;
  border-radius: 0px;
  z-index: 9;
}

.skill-feature.style2 {
  margin-bottom: 20px;
}

.skill-feature.style2 .progress-content {
  height: 5px;
  margin-top: -1px;
}

.skill-feature.style2 .progress-content-outter {
  height: 3px;
  background-color: var(--gray-color);
}

.skill-feature.style2 .progress-title-holder {
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.border-title {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.experience-box {
  padding: 30px 30px 30px 65px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
  position: relative;
  margin-bottom: -1px;
  margin-right: -1px;
}

.experience-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03);
}

.experience-box_num {
  font-size: 12px;
  width: 60px;
  height: 60px;
  line-height: 65px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -13px;
  left: -13px;
}

.experience-box_num::first-letter {
  font-size: 18px;
  font-weight: 600;
}

.experience-box_title {
  font-family: var(--title-font);
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: -0.2em;
}

.experience-box_text {
  font-size: 14px;
  margin-bottom: -0.2em;
}

/* Large devices */
@media (max-width: 1199px) {
  .border-title {
    margin-bottom: 24px;
    padding-bottom: 15px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .experience-box {
    padding: 30px 30px 30px 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .experience-box {
    padding: 30px 30px 30px 65px;
  }
  .experience-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-card_img {
    margin-bottom: 20px !important;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .about-card_img {
    margin-bottom: 40px;
  }
}

.team-area {
  position: relative;
  overflow: hidden;
}

.team-area .container {
  --main-container: 1455px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .team-area .container {
    max-width: 100%;
  }
}

@media (min-width: 1399px) {
  .team-area .title-area .double-line {
    display: none;
  }
}

.team-area-two {
  position: relative;
  overflow: hidden;
}

.team-area-two .container {
  --main-container: 1410px;
}

@media (max-width: 1499px) {
  .team-area-two .container {
    max-width: 100%;
    --main-container: 100%;
  }
}

.team-sec {
  position: relative;
  overflow: hidden;
  --main-container: 1530px;
}

.team-area2 {
  position: relative;
  overflow: hidden;
  --main-container: 1410px;
}

.skill-card {
  margin-right: 25px;
  max-width: 520px;
  /* Large devices */
}

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

.skill-card.style2 {
  max-width: 600px;
}

.progress-bar {
  margin: 0;
  padding-right: 24px;
  background-color: transparent;
}

.progress-title-holder {
  padding-bottom: 8px;
  position: relative;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin: 0;
  text-align: left;
}

.progress-number-mark {
  margin-bottom: 4px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.progress-number-wrapper,
.progress-number-mark {
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  font-weight: 500;
  color: var(--black-color-2);
}

.progress-content-outter {
  position: relative;
  height: 10px;
  background-color: var(--smoke-color);
  margin-bottom: 3px;
}

.progress-content {
  position: relative;
  height: 10px;
  background-color: var(--theme-color);
  width: 0%;
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */
.testimonial-area {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1520px;
  /* Medium devices */
}

@media (max-width: 1699px) {
  .testimonial-area {
    margin: 0;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .testimonial-area {
    margin: 0 20px;
    margin-bottom: 40px;
  }
}

.testi-slide {
  padding-bottom: 66px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-slide {
    padding-bottom: 0;
  }
}

.testi-sec {
  margin-bottom: 70px;
}

.testi-sec .title-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-sec .title-area {
    text-align: center;
  }
}

.testi-sec .btn-group {
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-sec .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.testi-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-box-wrapper {
    display: block;
  }
}

.testi-box-wrapper .title-area {
  max-width: 520px;
}

.testi-box-wrapper .testi-box-img {
  min-width: 695px;
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  .testi-box-wrapper .testi-box-img {
    min-width: 595px;
  }
}

@media (max-width: 1199px) {
  .testi-box-wrapper .testi-box-img {
    display: none;
  }
}

.testi-box-wrapper .testi-box-img img {
  width: 100%;
  height: 100%;
}

.testi-box-wrapper .slick-arrow {
  /* Extra large devices */
}

.testi-box-wrapper .slick-arrow.slick-prev {
  position: absolute;
  left: -37%;
}

.testi-box-wrapper .slick-arrow.slick-next {
  position: absolute;
  right: -2%;
}

@media (max-width: 1500px) {
  .testi-box-wrapper .slick-arrow {
    display: none !important;
  }
}

.testi-box-slider {
  width: 100%;
  max-width: 710px;
  position: relative;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1699px) {
  .testi-box-slider {
    max-width: 680px;
  }
}

@media (max-width: 1500px) {
  .testi-box-slider {
    max-width: 50%;
    margin-right: 30px;
  }
}

@media (max-width: 1399px) {
  .testi-box-slider {
    max-width: 44%;
    margin-right: 0px;
  }
}

@media (max-width: 1299px) {
  .testi-box-slider {
    max-width: 37%;
  }
}

@media (max-width: 1199px) {
  .testi-box-slider {
    max-width: 100%;
    margin-right: 0px;
  }
  .testi-box-slider .title-area {
    text-align: center;
    max-width: 100%;
  }
}

.testi-slider {
  margin-left: -400px;
  margin-top: 0px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1699px) {
  .testi-slider {
    margin-left: -500px;
    margin-right: 30px;
  }
}

@media (max-width: 1500px) {
  .testi-slider {
    margin-left: -350px;
    margin-right: 30px;
  }
}

@media (max-width: 1399px) {
  .testi-slider {
    margin-left: -500px;
  }
}

@media (max-width: 1299px) {
  .testi-slider {
    margin-left: -150%;
  }
}

@media (max-width: 1199px) {
  .testi-slider {
    margin-left: 0;
    margin-right: 0px;
  }
}

.testi-grid {
  position: relative;
  background-color: var(--smoke-color2);
  padding: 50px 40px 50px 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
  margin-left: 40px;
  /* Small devices */
}

.testi-grid:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: -webkit-linear-gradient(top, #EB3300 0%, rgba(235, 51, 0, 0) 100%);
  background: linear-gradient(180deg, #EB3300 0%, rgba(235, 51, 0, 0) 100%);
}

@media (max-width: 767px) {
  .testi-grid {
    padding: 20px;
  }
}

.testi-grid_wrapper .testi-ratting {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0;
}

.testi-grid_wrapper .star-icon {
  font-size: 12px;
}

.testi-grid_wrapper .star-icon a {
  font-size: 12px;
  opacity: 1;
}

.testi-grid_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-left: 50px;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .testi-grid_profile {
    margin-left: 38px;
  }
}

@media (max-width: 375px) {
  .testi-grid_profile {
    margin-left: 38px;
  }
}

.testi-grid .testi-quote {
  margin-right: -10px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .testi-grid .testi-quote {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .testi-grid .testi-quote img {
    width: 60%;
  }
}

.testi-grid_img {
  position: absolute;
  min-width: 100px;
  margin-left: -90px;
  /* Small devices */
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-grid_img {
    margin-left: -60px;
  }
}

@media (max-width: 767px) {
  .testi-grid_img {
    min-width: 80px;
  }
}

.testi-grid_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-grid_img img {
    width: 80px;
    height: 80px;
  }
}

.testi-grid_icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-grid_icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

.testi-grid_name {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra large devices */
  /* Small devices */
}

@media (max-width: 1500px) {
  .testi-grid_name {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .testi-grid_name {
    font-size: 14px;
    line-height: 18px;
  }
}

.testi-grid_desig {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-grid_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: -4px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .testi-grid_text {
    font-size: 16px;
    line-height: 26px;
  }
}

.testi-item {
  position: relative;
  background-color: var(--white-color);
  padding: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
  overflow: hidden;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1499px) {
  .testi-item {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .testi-item {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .testi-item {
    padding: 30px;
  }
}

.testi-item.style2 {
  padding: 40px 30px 40px 40px;
  background-color: var(--smoke-color2);
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .testi-item.style2 {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .testi-item.style2 {
    padding: 25px;
  }
}

.testi-item.style2 .testi-item_wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.testi-item.style2 .testi-item_img {
  position: relative;
  min-width: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

@media (max-width: 860px) {
  .testi-item.style2 .testi-item_img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.testi-item.style2 .testi-item_img:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 80px;
  width: 1px;
  height: 60px;
  background-color: var(--gray-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-item.style2 .testi-item_img:before {
    height: 36px;
  }
}

@media (max-width: 860px) {
  .testi-item.style2 .testi-item_img:before {
    left: 0;
    top: 30px;
    width: 100%;
    height: 2px;
  }
}

.testi-item.style2 .testi-item_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-item.style2 .testi-item_profile {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

.testi-item:hover {
  background-color: var(--title-color);
}

.testi-item:hover .testi-item_text {
  color: var(--white-color);
}

.testi-item:hover .testi-item_name {
  color: var(--white-color);
}

.testi-item:hover .testi-item_desig {
  color: var(--white-color);
}

@media (max-width: 767px) {
  .testi-item {
    padding: 20px;
  }
}

.testi-item_shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.testi-item_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media (max-width: 860px) {
  .testi-item_wrapper {
    display: block;
  }
}

.testi-item_wrapper .testi-ratting {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0;
}

.testi-item_wrapper .star-icon {
  font-size: 12px;
}

.testi-item_wrapper .star-icon a {
  font-size: 12px;
  opacity: 1;
}

.testi-item_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-item_img {
  position: relative;
  min-width: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

@media (max-width: 860px) {
  .testi-item_img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.testi-item_img:before {
  content: "";
  position: absolute;
  left: 40px;
  top: -50px;
  width: 2px;
  height: 179px;
  background-color: var(--gray-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 860px) {
  .testi-item_img:before {
    left: 0px;
    top: 50px;
    width: 100%;
    height: 2px;
  }
}

.testi-item_img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-item_icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-item_icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

.testi-item_name {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra large devices */
  /* Small devices */
}

@media (max-width: 1500px) {
  .testi-item_name {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .testi-item_name {
    font-size: 14px;
    line-height: 18px;
  }
}

.testi-item_desig {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-item_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: -8px;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .testi-item_text {
    font-size: 16px;
    line-height: 30px;
  }
}

.testi-box {
  background-color: var(--smoke-color2);
  padding: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box {
    padding: 25px;
  }
}

.testi-box-area {
  background-color: var(--white-color);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 80px;
  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: 60px;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .testi-box-area {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .testi-box-area {
    padding: 80px 25px;
  }
}

.testi-box-slide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 540px;
  position: relative;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .testi-box-slide {
    max-width: 450px;
  }
}

@media (max-width: 1199px) {
  .testi-box-slide {
    max-width: 100%;
  }
}

.testi-box-slide .icon-box {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.testi-box-img {
  min-width: 530px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .testi-box-img {
    min-width: 450px;
  }
}

@media (max-width: 1199px) {
  .testi-box-img {
    display: none;
  }
}

.testi-box_quote {
  margin-bottom: 18px;
}

.testi-box_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 460px) {
  .testi-box_wrapper {
    display: block;
  }
}

.testi-box .testi-star {
  background: var(--white-color);
  padding: 5px 16px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box .testi-star {
    padding: 10px 16px;
  }
}

.testi-box .testi-star i {
  color: var(--theme-color);
}

.testi-box_profile {
  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;
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box_profile {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .testi-box_profile {
    gap: 10px;
  }
}

.testi-box_avater {
  min-width: 60px;
  border-radius: 50%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box_avater {
    min-width: 50px;
    margin-bottom: 10px;
  }
}

.testi-box_avater img {
  width: 60px;
  border-radius: 50%;
}

.testi-box_name {
  margin-bottom: 2px;
}

.testi-box_desig {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  display: block;
}

.testi-box_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--title-color);
  margin-top: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box_text {
    font-size: 16px;
    line-height: 32px;
  }
}

.testi-box_review {
  color: var(--yellow-color);
}

.testi-box_review i {
  margin-right: 3px;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-box-area {
    gap: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .testi-box-area {
    display: block;
  }
  .testi-box-slide {
    max-width: 100%;
  }
  .testi-box-img {
    margin-bottom: -30px;
  }
}

@media (max-width: 420px) {
  .testi-box-slide {
    max-width: 100%;
  }
  .testi-box-slide .icon-box {
    display: none;
  }
  .testi-box-img {
    min-width: auto;
    max-width: 100%;
  }
}

/* Testimonial 2 ---------------------------------- */
.testi-card {
  position: relative;
  background-color: var(--white-color);
  padding: 40px;
  z-index: 9;
  /* Extra small devices */
}

.testi-card.style2 {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1399px) {
  .testi-card {
    padding: 33px 35px;
  }
}

@media (max-width: 575px) {
  .testi-card {
    padding: 25px;
  }
}

.testi-card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.testi-card_wrapper .testimonial-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-card_wrapper .testimonial-author {
    display: block;
  }
}

.testi-card_wrapper .testi-ratting {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0;
}

.testi-card_wrapper .star-icon {
  font-size: 12px;
}

.testi-card_wrapper .star-icon a {
  font-size: 12px;
  opacity: 1;
}

.testi-card_profile {
  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: 25px;
  margin-bottom: 0px;
}

.testi-card_img {
  position: relative;
  min-width: 70px;
}

.testi-card_img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testi-card_icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testi-card_name {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 5px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .testi-card_name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
  }
}

.testi-card_desig {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--body-color);
  margin-bottom: 0;
}

.testi-card_text {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.testi-card_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.testi-card_line {
  background-color: #D2D2D2;
  width: 231px;
  height: 1px;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .testi-card_line {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .testi-card_line {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .testi-card_line {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .testi-card_line {
    width: 50%;
  }
}

.testi-card .star-icon {
  font-size: 14px;
}

#testiSlide2 .slick-list {
  padding-bottom: 30px !important;
}

/* Large devices */
@media (max-width: 1199px) {
  #testiSlide2 .slick-list {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  #testiSlide2 .slick-list {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-card_content {
    padding: 30px 12px;
  }
}

.testi-area .container {
  --main-container: 1470px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .testi-area .container {
    --main-container: 100%;
  }
}

@media (max-width: 1399px) {
  .testi-area .container {
    max-width: 100%;
  }
}

/* Testimonial 4 ---------------------------------- */
.testi-block {
  padding: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
}

.testi-block_profile {
  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 37px;
  margin-bottom: 30px;
}

.testi-block_img {
  position: relative;
  width: 80px;
}

.testi-block_img img {
  border-radius: 50%;
}

.testi-block_icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: -17.5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testi-block_name {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -0.24em;
}

.testi-block_desig {
  font-family: var(--title-font);
  margin-bottom: -0.491em;
  display: block;
}

.testi-block_text {
  font-size: 18px;
  margin-bottom: -0.52em;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-block_profile {
    margin-bottom: 25px;
  }
  .testi-block_text {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-block {
    padding: 40px 20px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-grid {
    text-align: center;
  }
  .testi-grid_profile {
    -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;
  }
}

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
@media (max-width: 1399px) {
  .counter-area .container {
    max-width: 100%;
  }
}

.counter-sec {
  position: relative;
  padding: 60px 50px;
  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;
  z-index: 9;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1399px) {
  .counter-sec {
    padding: 50px 40px;
  }
}

@media (max-width: 1299px) {
  .counter-sec {
    padding: 50px;
  }
}

@media (max-width: 1199px) {
  .counter-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
  }
}

@media (max-width: 460px) {
  .counter-sec {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
}

.counter-sec.style2 {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .counter-sec.style2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .counter-sec.style2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.counter-area3 {
  position: relative;
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-area3 .container {
    max-width: 100%;
  }
}

.counter-area3:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.th-counterup {
  border-right: 1px dashed var(--body-color);
  margin-right: 40px;
  padding-right: 55px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .th-counterup {
    margin-right: 25px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .th-counterup {
    border-right: 1px dashed var(--body-color);
    border-bottom: 1px dashed var(--body-color);
    padding: 50px;
    margin-right: 0;
    text-align: center;
  }
  .th-counterup:nth-child(2) {
    border-right: 1px dashed transparent;
    margin-right: 0;
  }
  .th-counterup:nth-child(3) {
    border-bottom: 1px dashed transparent;
  }
  .th-counterup:last-child {
    border-bottom: 1px dashed transparent;
  }
}

@media (max-width: 991px) {
  .th-counterup {
    padding: 25px;
  }
}

@media (max-width: 460px) {
  .th-counterup {
    border: none;
    padding: 20px 0;
  }
}

.th-counterup:hover .icon svg path {
  stroke: var(--theme-color) !important;
  stroke-width: 1;
}

@media (max-width: 991px) {
  .th-counterup {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .th-counterup {
    text-align: center;
  }
}

@media (max-width: 460px) {
  .th-counterup {
    border: none;
    padding: 20px 0;
  }
}

.th-counterup .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  max-width: 255px;
  /* Large devices */
}

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

@media (max-width: 600px) {
  .th-counterup .inner {
    display: block;
    max-width: 100%;
    margin: auto;
  }
}

.th-counterup.style3 {
  text-align: center;
  border-right: 1px dashed var(--white-color);
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .th-counterup.style3 {
    border-right: 1px dashed var(--white-color);
    border-bottom: 1px dashed var(--white-color);
    padding: 50px 0;
  }
  .th-counterup.style3:nth-child(2) {
    border-right: 1px dashed transparent;
  }
  .th-counterup.style3:nth-child(3) {
    border-bottom: 1px dashed transparent;
  }
  .th-counterup.style3:last-child {
    border-bottom: 1px dashed transparent;
  }
}

@media (max-width: 575px) {
  .th-counterup.style3 {
    border: none;
    padding: 20px 0;
  }
}

.th-counterup.style3 .inner {
  display: block;
  /* Large devices */
}

@media (max-width: 1199px) {
  .th-counterup.style3 .inner {
    max-width: 100%;
  }
}

.th-counterup.style3 .inner .icon {
  background-color: var(--theme-color);
  padding: 24px;
  min-width: 100px;
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
}

.th-counterup.style3 .inner .content .counter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.th-counterup:last-child {
  border-right: 1px dashed transparent;
  margin-right: 0;
  padding-right: 0;
}

.th-counterup .content .counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: var(--white-color);
  margin-bottom: 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .th-counterup .content .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

.th-counterup .content .counter-card_text {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-color);
  /* Small devices */
}

@media (max-width: 767px) {
  .th-counterup .content .counter-card_text {
    font-size: 14px;
    line-height: 28px;
  }
}

.counter-card {
  position: relative;
  text-align: center;
}

.counter-card .border-line {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
}

.counter-card_icon {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

.counter-card_number {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: var(--title-color);
  margin-bottom: 2px;
  margin-top: -0.24em;
}

.counter-card_text {
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: -6px;
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-card_number {
    font-size: 40px;
  }
}

.customer-title {
  font-family: var(--title-color);
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 765px;
  display: block;
  margin: 0 auto;
  color: var(--white-color);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .customer-title {
    font-size: 35px;
    line-height: 45px;
  }
}

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-area {
  position: relative;
  background-color: var(--smoke-color);
  z-index: 2;
}

.blog-card {
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.08);
  padding: 0px;
  /* Extra large devices */
}

.blog-card_wrapper {
  background-color: var(--theme-color);
  padding: 8px 5px;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  left: 40px;
  top: -40px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.blog-card_date {
  margin: 0 auto;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.blog-card_month {
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1500px) {
  .blog-card {
    margin: 0;
  }
}

.blog-card.style2 {
  margin: 30px 0;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .blog-card.style2 {
    margin: 0;
  }
}

.blog-card.style2 .blog-title:hover {
  color: var(--theme-color);
}

.blog-card.style2 .blog-title:hover a {
  color: inherit;
}

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

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

.blog-card.style3 {
  --borderWidth: 1px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
  box-shadow: none;
  border-radius: 20px;
  margin: 30px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra large devices */
}

.blog-card.style3:before {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: -webkit-linear-gradient(323.05deg, #6B2AE6 0%, #EB0029 100%);
  background: linear-gradient(126.95deg, #6B2AE6 0%, #EB0029 100%);
  border-radius: 20px;
  z-index: -1;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
          animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
  opacity: 0;
  visibility: hidden;
}

.blog-card.style3:hover:before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1500px) {
  .blog-card.style3 {
    margin: 0;
  }
}

.blog-card.style3 .blog-title a {
  color: var(--white-color);
}

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

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

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

.blog-card .blog-title {
  text-transform: capitalize;
  font-weight: 700;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.blog-card .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-card .blog-img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

.blog-card .blog-meta span:after,
.blog-card .blog-meta a:after {
  margin-top: -4px;
}

.blog-card .blog-text {
  margin-bottom: 20px;
}

.blog-card .line-btn {
  margin-bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--title-color);
}

.blog-card .line-btn i {
  color: var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog-card .line-btn:before {
  background-color: var(--title-color);
}

.blog-card .line-btn:hover {
  color: var(--theme-color);
}

.blog-card .line-btn:hover:before {
  background-color: var(--theme-color);
}

.blog-card .line-btn:hover i {
  margin-left: 10px;
}

.blog-card:hover .blog-img:before {
  opacity: 1;
  visibility: visible;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.blog-card-content {
  position: relative;
  padding: 45px 40px 40px 40px;
  z-index: 3;
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .blog-card-content {
    padding: 45px 30px 30px 30px;
  }
}

@media (max-width: 575px) {
  .blog-card-content {
    padding: 45px 20px 20px 20px;
  }
}

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

.blog-card-content .blog-meta span:hover,
.blog-card-content .blog-meta a:hover {
  color: var(--theme-color);
}

@media (max-width: 350px) {
  .blog-card .blog-title {
    font-size: 20px;
  }
}

/* blog grid -----------------------------*/
.blog-grid {
  position: relative;
  overflow: hidden;
}

.blog-grid:hover .blog-img:before {
  opacity: 1;
  visibility: visible;
}

.blog-grid .box-title {
  margin-bottom: 22px;
}

.blog-grid .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 1px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-grid .box-title a:hover {
  background-size: 100% 1px;
}

.blog-grid .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 15px;
}

.blog-grid .blog-img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-grid .blog-img .blog-wrapper {
  background-color: var(--theme-color);
  padding: 8px 5px;
  min-width: 60px;
  min-height: 52px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}

.blog-grid .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid .style1 {
  border: 1px solid var(--gray-color);
}

.blog-grid_date {
  margin: 0 auto;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 0;
}

.blog-grid_month {
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-grid_content {
  /* Medium Large devices */
  /* Extra small devices */
}

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

@media (max-width: 1299px) {
  .blog-grid_content {
    padding: 25px;
    margin: 0 15px;
  }
}

@media (max-width: 575px) {
  .blog-grid_content {
    margin: 0 10px;
  }
}

.blog-grid_content .blog-meta {
  margin-bottom: 24px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid_content .blog-meta {
    margin-bottom: 14px;
  }
}

.blog-grid_content .date {
  background-color: var(--theme-color);
  padding: 5px 10px;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
}

.blog-grid_content .date:after {
  display: none;
}

.blog-grid_content .blog-desc {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  padding-bottom: 21px;
}

.blog-grid .blog-meta {
  margin-bottom: 10px;
}

/* blog box -----------------------------*/
.blog-box {
  position: relative;
  overflow: hidden;
}

.blog-box:hover .blog-img:before {
  opacity: 1;
  visibility: visible;
}

.blog-box .box-title {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.blog-box .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 1px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-box .box-title a:hover {
  background-size: 100% 1px;
}

.blog-box .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-box .blog-img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-box .blog-img:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.blog-box .blog-img:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.blog-box .blog-img:after, .blog-box .blog-img:before {
  content: '';
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
}

.blog-box .blog-img:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.blog-box .blog-img:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.blog-box .blog-img .blog-wrapper {
  background-color: var(--theme-color);
  padding: 8px 5px;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}

.blog-box .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-box_wrapper {
  background-color: var(--theme-color);
  padding: 8px 5px;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  left: 40px;
  top: -40px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.blog-box_date {
  margin: 0 auto;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.blog-box_month {
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-box_content {
  background-color: var(--white-color);
  padding: 25px 40px 25px 40px;
  /* Medium Large devices */
  /* Extra small devices */
}

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

@media (max-width: 1299px) {
  .blog-box_content {
    padding: 25px;
  }
}

@media (max-width: 375px) {
  .blog-box_content {
    padding: 20px;
  }
}

.blog-box_content .blog-meta {
  margin-bottom: 24px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-box_content .blog-meta {
    margin-bottom: 14px;
  }
}

.blog-box_content .date {
  background-color: var(--theme-color);
  padding: 5px 10px;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
}

.blog-box_content .date:after {
  display: none;
}

.blog-box_content .blog-desc {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  padding-bottom: 21px;
}

.blog-box .blog-meta {
  margin-bottom: 18px;
}

.blog-slide2 .slick-arrow {
  color: var(--theme-color);
}

.blog-slide2 .slick-arrow:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.blog-slide3 .slick-arrow {
  background-color: #242936;
  border: 1px solid #242936;
  color: var(--theme-color);
  box-shadow: none;
}

.blog-slide3 .slick-arrow:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-box {
  width: 178px;
  height: 102px;
  overflow: hidden;
  margin: auto;
  position: relative;
  display: block;
}

.brand-box:hover a img.gray {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.brand-box:hover a img.original {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.brand-box img {
  margin: 0 auto;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.brand-box img.gray {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.brand-box img.original {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.brand-title {
  position: relative;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--body-color);
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.brand-title:after, .brand-title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 502px;
  background-color: #D9D9D9;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .brand-title:after, .brand-title:before {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .brand-title:after, .brand-title:before {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .brand-title:after, .brand-title:before {
    width: 50%;
  }
}

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

.brand-title:before {
  margin-left: -32.4rem;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .brand-title:before {
    margin-left: -15.6rem;
  }
}

@media (max-width: 991px) {
  .brand-title:before {
    margin-left: -11.6rem;
  }
}

@media (max-width: 767px) {
  .brand-title:before {
    margin-left: -7.9rem;
  }
}

.brand-title:after {
  margin-left: 1rem;
}

#brandSlide1 .slick-arrow {
  --pos-x: -46px !important;
  --icon-size: 40px;
  font-size: 15px;
  margin-top: -21.5px;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  box-shadow: none;
  border-radius: 99px;
}

#brandSlide1 .slick-arrow:hover {
  background-color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .brand-box-bg {
    padding: 30px 25px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  #brandSlide1 .slick-arrow {
    display: none !important;
  }
  .brand-box-bg {
    background-size: cover;
  }
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist.style1 {
  border-right: 2px solid var(--gray-color);
  /* Medium devices */
}

@media (max-width: 991px) {
  .checklist.style1 {
    border-right: 2px solid transparent;
    margin-bottom: 30px;
  }
}

.checklist.style2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  /* Small devices */
}

@media (max-width: 767px) {
  .checklist.style2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.checklist.style2 li {
  color: #74787C;
}

.checklist.style2 li:before {
  font-weight: 500;
}

.checklist.style2 li:first-child {
  margin-top: 0;
}

.checklist.style3 {
  border-top: 1px solid var(--border-color);
  padding-top: 25px;
  margin-top: 40px;
}

.checklist.style3 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .checklist.style3 ul {
    gap: 0 15px;
  }
}

@media (max-width: 767px) {
  .checklist.style3 ul {
    gap: 0 40px;
  }
}

@media (max-width: 575px) {
  .checklist.style3 ul {
    display: block;
  }
}

.checklist.style3 ul li {
  margin-bottom: 0;
}

.checklist.style3 ul li:not(:last-child) {
  margin-bottom: 10px;
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist li {
  color: var(--title-color);
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}

.checklist li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.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.style2 {
  /* Medium devices */
}

.icon-box.style2 .slick-arrow {
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
  color: var(--white-color);
}

.icon-box.style2 .slick-arrow:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 991px) {
  .icon-box.style2 {
    margin-bottom: 30px;
  }
}

.icon-box.style3 {
  /* Medium devices */
}

@media (max-width: 991px) {
  .icon-box.style3 {
    margin-bottom: 30px;
  }
}

.icon-box.style3 .slick-arrow {
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.icon-box.style3 .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.icon-box.style5 {
  /* Medium devices */
}

@media (max-width: 991px) {
  .icon-box.style5 {
    margin-bottom: 30px;
  }
}

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

/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
.video-area {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .video-area .title-area {
    text-align: center;
  }
}

.video-area-2 {
  position: relative;
  padding-bottom: 180px !important;
  z-index: 9;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .video-area-2 {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 991px) {
  .video-area-2 {
    padding-bottom: 80px !important;
  }
}

.video-area-2:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

.video-content-box {
  max-width: 876px;
  display: block;
  margin: 0 auto;
}

.video-content-box.style2 {
  position: relative;
  z-index: 9;
  max-width: 607px;
}

.video-title {
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 0;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .video-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .video-title {
    font-size: 20px;
    line-height: 35px;
  }
}

.video-box1 {
  position: relative;
  z-index: 3;
  margin-right: -50%;
  margin-left: 100px;
  width: 935px;
  height: 733px;
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  .video-box1 {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .video-box1 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.video-box1 .video-play-btn {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  width: 100px;
  height: 100px;
  line-height: 102px;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 50%;
  background: var(--theme-color);
  margin: 0 auto;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  color: var(--white-color);
  /* Small devices */
}

.video-box1 .video-play-btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.video-box1 .video-play-btn:hover i {
  color: var(--theme-color);
}

.video-box1 .video-play-btn:hover:before, .video-box1 .video-play-btn:hover:after {
  border: 1px solid var(--theme-color);
}

@media (max-width: 767px) {
  .video-box1 .video-play-btn {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 14px;
  }
}

.video-box1 .video-play-btn i {
  color: var(--white-color);
}

.video-box1 .video-play-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-box1 .video-play-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.video-box1,
.video-box2 {
  position: relative;
}

.video-box1 img,
.video-box2 img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.video-box1 .play-btn,
.video-box2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-box1 .play-btn.border-btn:before, .video-box1 .play-btn.border-btn:after,
.video-box2 .play-btn.border-btn:before,
.video-box2 .play-btn.border-btn:after {
  border: 2px solid var(--gray-color);
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-box1 .play-btn.border-btn i,
.video-box2 .play-btn.border-btn i {
  display: inline-block;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
  text-align: center;
  background-color: transparent;
  color: var(--gray-color);
  font-size: var(--icon-font-size, 26px);
  border-radius: 50%;
  font-weight: 300;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .video-box1 .play-btn.border-btn i,
  .video-box2 .play-btn.border-btn i {
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 80px);
  }
}

.video-box1 .play-btn.border-btn:after, .video-box1 .play-btn.border-btn:before,
.video-box2 .play-btn.border-btn:after,
.video-box2 .play-btn.border-btn:before {
  display: none;
}

.video-box2 img {
  width: 100%;
  min-height: 200px;
}

.video-play-btn {
  position: absolute;
  top: 26%;
  right: 15%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  width: 90px;
  height: 90px;
  line-height: 92px;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 50%;
  background: var(--theme-color);
  margin: 0 auto;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  color: var(--white-color);
  /* Medium Large devices */
  /* Extra large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1699px) {
  .video-play-btn {
    right: 25%;
  }
}

@media (max-width: 1299px) {
  .video-play-btn {
    right: auto;
    left: 10%;
  }
}

@media (max-width: 1500px) {
  .video-play-btn {
    right: 26%;
  }
}

@media (max-width: 991px) {
  .video-play-btn {
    left: 50%;
    top: 50%;
  }
}

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

.video-play-btn:hover i {
  color: var(--theme-color);
}

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

@media (max-width: 767px) {
  .video-play-btn {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 14px;
  }
}

.video-play-btn i {
  color: var(--white-color);
}

.video-play-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-play-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.white-play-btn {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 102px;
  border-radius: 50%;
  border: 0;
  background: var(--white-color);
  color: var(--theme-color);
  display: inline-block;
  font-size: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .white-play-btn {
    width: 70px;
    height: 70px;
    line-height: 72px;
    font-size: 18px;
  }
}

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

.white-play-btn:hover i {
  color: var(--white-color);
}

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

.white-play-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.white-play-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

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

.video-box2 .video-play-btn {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  width: 100px;
  height: 100px;
  line-height: 102px;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 50%;
  background: var(--theme-color);
  margin: 0 auto;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  color: var(--white-color);
  /* Small devices */
}

.video-box2 .video-play-btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.video-box2 .video-play-btn:hover i {
  color: var(--theme-color);
}

.video-box2 .video-play-btn:hover:before, .video-box2 .video-play-btn:hover:after {
  border: 1px solid var(--theme-color);
}

@media (max-width: 767px) {
  .video-box2 .video-play-btn {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 14px;
  }
}

.video-box2 .video-play-btn i {
  color: var(--white-color);
}

.video-box2 .video-play-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-box2 .video-play-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3;
  transition: 0.3;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.content-box1 {
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.07);
  padding: 60px 160px 60px 60px;
}

.content-box-bottom {
  padding-left: 60px;
  margin-top: 10px;
}

/* Large devices */
@media (max-width: 1199px) {
  .content-box-bottom {
    text-align: center;
    padding-left: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .content-box1 {
    padding: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .content-box1 {
    padding: 40px 20px;
  }
}

/* Video Area ---------------------------------*/
.video-area-two {
  position: relative;
  background-color: var(--title-color);
}

.video-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video-wrapper .video-box1 img {
  min-width: 1153px;
  min-height: 100%;
}

@media (max-width: 1800px) {
  .video-wrapper .video-box1 img {
    min-width: 100%;
  }
}

.video-text {
  position: relative;
  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;
  padding: 120px 0px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-text {
    padding: 80px 0px;
  }
}

.video-text .sub-title2 {
  font-size: 20px;
}

.video-text .sec-title {
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .video-text .sec-title {
    font-size: 38px;
  }
}

@media (max-width: 1199px) {
  .video-text .sec-title {
    font-size: 30px;
  }
}

.video-text .sec-desc {
  font-size: 18px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .video-text .sec-desc {
    font-size: 16px;
  }
}

.video-area-3 {
  position: relative;
  z-index: 9;
  padding: 146px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-area-3 {
    padding: 80px 0;
  }
}

.video-area-3:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  z-index: -1;
}

.video-group {
  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;
  gap: 30px;
  margin-top: 40px;
  /* Extra small devices */
}

.video-group.style2 {
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .video-group.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

@media (max-width: 375px) {
  .video-group.style2 {
    display: grid;
    gap: 10px 0;
  }
}

@media (max-width: 575px) {
  .video-group {
    display: grid;
    gap: 10px 0;
  }
}

.video-group .th-btn {
  margin: 0;
}

.choose-sec-2 {
  margin-top: -100px;
}

.choose-image {
  margin-top: -80px;
  position: relative;
  z-index: 9;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .choose-image {
    margin-top: 80px;
  }
}

.choose-counter1 {
  background-color: var(--theme-color);
  min-width: 346px;
  min-height: 83px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: center;
  position: absolute;
  right: -10.8%;
  top: 44%;
  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;
  gap: 10px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .choose-counter1 {
    right: -18.1%;
  }
}

@media (max-width: 767px) {
  .choose-counter1 {
    right: -25.7%;
  }
}

@media (max-width: 575px) {
  .choose-counter1 {
    right: -21%;
    min-width: 284px;
    min-height: 63px;
  }
}

@media (max-width: 375px) {
  .choose-counter1 {
    right: -32%;
  }
}

.choose-counter1 .counter-title {
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  color: var(--white-color);
}

.choose-counter1 .counter-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: var(--white-color);
  min-width: 160px;
}

.choose-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-top: 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .choose-about {
    max-width: 495px;
  }
}

.choose-about:nth-child(2) .choose-about_icon {
  background-color: var(--theme-color);
}

.choose-about_icon {
  background-color: var(--theme-color);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  padding: 5px;
}

.choose-about_icon img {
  display: block;
  margin: 15px auto;
}

.choose-about_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 10px;
}

.choose-about_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: 0;
}

/*Request -----------------------------*/
.request-sec {
  position: relative;
  padding: 80px 70px;
  max-width: 1450px;
  background-color: var(--smoke-color);
  display: block;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .request-sec {
    max-width: 100%;
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .request-sec {
    max-width: 100%;
  }
  .request-sec .title-area {
    text-align: center;
  }
}

.request-form-wrapper {
  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: 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .request-form-wrapper {
    display: block;
  }
}

.request-form-wrapper .request-quote-form {
  position: relative;
  max-width: 760px;
  /* Medium devices */
}

@media (max-width: 1399px) {
  .request-form-wrapper .request-quote-form {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .request-form-wrapper .request-quote-form {
    max-width: 100%;
  }
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn {
  position: absolute;
  right: -25%;
  top: -12%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--theme-color);
  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;
  z-index: 9;
  /* Medium devices */
  /* Small devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .request-form-wrapper .request-quote-form .video-button .white-play-btn {
    top: -40%;
    right: -15px;
  }
}

@media (max-width: 767px) {
  .request-form-wrapper .request-quote-form .video-button .white-play-btn {
    top: -20%;
  }
}

@media (max-width: 767px) {
  .request-form-wrapper .request-quote-form .video-button .white-play-btn {
    top: -30%;
    right: 35px;
  }
}

@media (max-width: 375px) {
  .request-form-wrapper .request-quote-form .video-button .white-play-btn {
    display: none;
  }
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn:before, .request-form-wrapper .request-quote-form .video-button .white-play-btn:after {
  border: 1px solid var(--theme-color);
  opacity: 0.2;
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn i {
  color: var(--white-color);
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn:hover {
  background-color: var(--white-color);
}

.request-form-wrapper .request-quote-form .video-button .white-play-btn:hover i {
  color: var(--theme-color);
}

.request-form-wrapper .form-group select,
.request-form-wrapper .form-group .form-control,
.request-form-wrapper .form-group .form-select,
.request-form-wrapper .form-group textarea,
.request-form-wrapper .form-group input {
  height: 60px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--black-color-2);
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 16px;
  line-height: 60px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.request-form-wrapper .form-group .nice-select .option {
  color: var(--title-color);
}

.request-form-wrapper .form-group .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.request-form-wrapper .form-group .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.request-form-wrapper .form-group .nice-select .option:hover, .request-form-wrapper .form-group .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.request-form-wrapper .form-group .nice-select.open .list {
  border-radius: 0;
  border: 1px solid var(--white-color);
  border-bottom: 3px solid var(--theme-color);
}

.request-form-wrapper .request-quote-image {
  position: absolute;
  right: 20px;
  bottom: 0;
  -webkit-animation: left-right-video-img 4s ease-out infinite;
          animation: left-right-video-img 4s ease-out infinite;
  /* Medium devices */
}

@media (max-width: 991px) {
  .request-form-wrapper .request-quote-image {
    display: none;
  }
}

/*feature --------------------------------------------*/
.feature-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Medium devices */
}

@media (max-width: 991px) {
  .feature-area {
    padding-top: 300px !important;
  }
}

.feature-area:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: -1;
}

.feature-grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

.feature-grid-wrap.style2 {
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .feature-grid-wrap.style2 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .feature-grid-wrap.style2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .feature-grid-wrap.style2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1299px) {
  .feature-grid-wrap {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .feature-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .feature-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-grid {
  background: var(--white-color);
  padding: 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  /* Medium Large devices */
  /* Medium devices */
}

.feature-grid.style2 {
  position: relative;
  background-color: var(--theme-color);
  padding: 50px 30px 25px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Medium devices */
}

.feature-grid.style2:before {
  content: "";
  height: 100%;
  width: 0;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 1299px) {
  .feature-grid.style2 {
    padding: 40px 20px 20px 20px;
  }
}

@media (max-width: 991px) {
  .feature-grid.style2 {
    padding: 25px;
  }
}

.feature-grid.style2:hover .feature-grid_title {
  color: var(--title-color);
}

.feature-grid.style2:hover .feature-grid_text {
  color: var(--body-color);
}

.feature-grid.style2 .feature-grid_icon {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 0px), calc(-50% + 25px));
      -ms-transform: translate(calc(-50% + 0px), calc(-50% + 25px));
          transform: translate(calc(-50% + 0px), calc(-50% + 25px));
  background-color: var(--theme-color);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .feature-grid.style2 .feature-grid_icon {
    position: relative;
    top: 15px;
  }
}

.feature-grid.style2 .feature-grid_title {
  color: var(--white-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .feature-grid.style2 .feature-grid_title {
    font-size: 18px;
    line-height: 28px;
  }
}

.feature-grid.style2 .feature-grid_text {
  color: var(--white-color);
}

.feature-grid.style2:hover:before {
  width: 100%;
}

@media (max-width: 1299px) {
  .feature-grid {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .feature-grid {
    text-align: center;
  }
}

.feature-grid_icon {
  margin-bottom: 20px;
}

.feature-grid_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .feature-grid_title {
    font-size: 20px;
    line-height: 28px;
  }
}

.feature-grid_text {
  margin-bottom: 0;
}

.feature-tab-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  margin-bottom: 34px;
  /* Small devices */
}

@media (max-width: 767px) {
  .feature-tab-wrapper {
    display: block;
  }
}

.feature-tab-wrapper .feature-image img {
  min-width: 410px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .feature-tab-wrapper .feature-image img {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .feature-tab-wrapper .feature-image img {
    margin-top: 30px;
  }
}

.feature-icon-list {
  margin-left: 1px;
}

.feature-icon-list ul {
  padding: 0;
  margin: 0;
}

.feature-icon-list ul li {
  list-style: none;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: left;
  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;
  max-width: 660px;
}

.feature-icon-list ul li i {
  background-color: rgba(235, 51, 0, 0.1);
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--theme-color);
  font-size: 20px;
}

/* feature area -----------------------------*/
.feature-sec {
  position: relative;
  z-index: 2;
}

@media (max-width: 1399px) {
  .feature-sec {
    margin-bottom: 40px;
  }
}

.feature-sec .title-area {
  /* Medium devices */
}

@media (min-width: 1399px) {
  .feature-sec .title-area {
    margin-right: 80px;
  }
}

@media (max-width: 991px) {
  .feature-sec .title-area {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .feature-sec .title-area .double-line {
    display: none;
  }
}

.feature-sec .btn-group {
  /* Medium devices */
}

@media (max-width: 991px) {
  .feature-sec .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.feature-sec:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}

.feature-content {
  background-color: var(--smoke-color2);
  padding: 80px;
  margin: 0 -315px -40px -120px;
  padding-right: 315px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1899px) {
  .feature-content {
    margin: 0 -215px -40px -120px;
  }
}

@media (max-width: 1740px) {
  .feature-content {
    margin: 0 -115px -40px -120px;
    padding-right: 115px;
  }
}

@media (max-width: 1599px) {
  .feature-content {
    margin: 0 -50px -40px -120px;
    padding-right: 50px;
  }
}

@media (max-width: 1399px) {
  .feature-content {
    margin: 0 -20px -40px -135px;
    padding: 60px;
  }
}

@media (max-width: 1299px) {
  .feature-content {
    margin: 0 0px -40px -100px;
    padding: 40px;
  }
}

@media (max-width: 1199px) {
  .feature-content {
    padding-right: 0;
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .feature-content {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .feature-content {
    padding-right: 0;
    padding: 30px;
  }
}

.feature-content .feature-item-content {
  background-color: var(--white-color);
  /* Medium Large devices */
  /* Small devices */
}

.feature-content .feature-item-content:before {
  background-color: var(--theme-color);
}

@media (max-width: 1399px) {
  .feature-content .feature-item-content {
    padding: 40px;
    text-align: center;
  }
}

@media (max-width: 1299px) {
  .feature-content .feature-item-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .feature-content .feature-item-content {
    margin-bottom: 0;
  }
}

@media (max-width: 1399px) {
  .feature-content .feature-item_icon {
    text-align: center;
  }
}

@media (max-width: 1399px) {
  .feature-content .feature-item_icon:before {
    left: 40%;
  }
}

.feature-content .feature-item_title {
  /* Medium devices */
}

@media (max-width: 991px) {
  .feature-content .feature-item_title {
    text-align: center;
  }
}

.feature-content .feature-item_text {
  /* Medium devices */
}

@media (max-width: 991px) {
  .feature-content .feature-item_text {
    text-align: center;
  }
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  gap: 30px;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .feature-wrap {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .feature-wrap {
    display: block;
    margin-bottom: 0;
  }
}

.feature-wrap.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  gap: 30px;
  padding-bottom: 100px;
  margin-bottom: 0px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .feature-wrap.style2 {
    padding-bottom: 70px;
  }
}

@media (max-width: 1299px) {
  .feature-wrap.style2 {
    gap: 15px;
  }
}

@media (max-width: 1199px) {
  .feature-wrap.style2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .feature-wrap.style2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .feature-wrap.style2 {
    display: block;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}

.feature-wrap.style2 .feature-item-content {
  background-color: var(--white-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .feature-wrap.style2 .feature-item-content {
    text-align: center;
  }
}

.feature-wrap.style2 .feature-item-content:before {
  background-color: var(--theme-color);
}

.feature-wrap.style2 .feature-item_icon:before {
  /* Large devices */
}

@media (max-width: 1199px) {
  .feature-wrap.style2 .feature-item_icon:before {
    left: 40%;
  }
}

.feature-wrap.style3 {
  /* Small devices */
  /* Extra small devices */
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .feature-wrap.style3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1299px) {
  .feature-wrap.style3 {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .feature-wrap.style3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-wrap.style4 {
  gap: 30px;
  margin-right: 0;
  padding: 0;
  /* Small devices */
}

@media (max-width: 1499px) {
  .feature-wrap.style4 {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .feature-wrap.style4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-counter .counter-title {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #787878;
  margin-bottom: 0;
  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: 4px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .feature-counter .counter-title {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1399px) {
  .feature-counter .counter-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .feature-counter .counter-title {
    display: block;
    text-align: center;
  }
}

.feature-counter .counter-title .odometer {
  /* Small devices */
}

@media (max-width: 767px) {
  .feature-counter .counter-title .odometer {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.feature-counter .counter-title .star {
  color: var(--theme-color);
  margin-right: 5px;
  /* Small devices */
}

@media (max-width: 767px) {
  .feature-counter .counter-title .star {
    display: block;
  }
}

.feature-counter .counter-title .star i {
  font-size: 14px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .feature-counter .counter-title .star i {
    font-size: 12px;
  }
}

.feature-item {
  position: relative;
}

.feature-item-content {
  position: relative;
  background-color: var(--smoke-color2);
  padding: 30px;
  min-width: 220px;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .feature-item-content {
    padding: 23px;
  }
}

@media (max-width: 1299px) {
  .feature-item-content {
    min-width: 180px;
  }
}

@media (max-width: 767px) {
  .feature-item-content {
    margin-bottom: 35px;
  }
}

.feature-item-content.style1 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .feature-item-content.style1 {
    text-align: center;
  }
}

.feature-item-content.style1 .feature-item_icon:before {
  display: none;
}

.feature-item-content.style1:hover .feature-item_icon img {
  -webkit-filter: none;
          filter: none;
}

.feature-item-content.style1:hover .feature-item_shape {
  opacity: 1;
}

.feature-item-content.style2 {
  padding: 30px;
  min-width: 270px;
  /* Small devices */
}

@media (max-width: 1399px) {
  .feature-item-content.style2 {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .feature-item-content.style2 {
    margin-bottom: 0;
  }
}

.feature-item-content.style2 .feature-item_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 1399px) {
  .feature-item-content.style2 .feature-item_wrapper {
    gap: 15px;
  }
}

.feature-item-content.style2 .feature-item_icon {
  min-width: 60px;
  margin-bottom: 0px;
}

.feature-item-content.style2 .feature-item_icon:before {
  left: 0;
  width: 60px;
  height: 60px;
}

.feature-item-content.style2 .feature-item_icon img {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  display: block;
}

.feature-item-content.style2 .feature-item_title {
  font-size: 18px;
  line-height: 28px;
}

.feature-item-content:hover:before {
  top: 0;
  width: 100%;
  height: 100%;
}

.feature-item-content:hover .feature-item_icon:before {
  background-color: var(--white-color);
  opacity: 0.2;
}

.feature-item-content:hover .feature-item_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.feature-item-content:hover .feature-item_title {
  color: var(--white-color);
}

.feature-item-content:hover .feature-item_text {
  color: var(--white-color);
}

.feature-item-content:hover .feature-item_shape {
  opacity: 1;
}

.feature-item-content:hover .feature-item_shape img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.feature-item-content:before {
  content: "";
  height: 0;
  width: 0;
  background-color: var(--title-color);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.feature-item_shape {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.feature-item_shape img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-item_icon {
  position: relative;
  min-width: 50px;
  margin-bottom: 15px;
}

.feature-item_icon:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(235, 51, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item_icon img {
  -webkit-filter: none;
          filter: none;
  width: 50px;
  height: 50px;
}

.feature-item_title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-item_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: -7px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-box {
  position: relative;
  text-align: right;
  margin-left: -130px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .feature-box {
    margin-left: 0px;
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .feature-box {
    margin-left: 0;
    margin-top: 50px;
    text-align: center;
  }
}

.feature-counter-wrapp {
  position: absolute;
  right: 30px;
  bottom: 30px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .feature-counter-wrapp {
    display: none;
  }
}

.feature-counter-wrapp .feature-counter {
  position: relative;
  background-color: var(--white-color);
  padding: 50px;
  min-width: 295px;
  min-height: 203px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.feature-counter-wrapp .feature-counter .counter-card_number {
  color: var(--title-color);
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-counter-wrapp .feature-counter .counter-card_text {
  max-width: 197px;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-counter-wrapp .feature-counter:hover .counter-card_number {
  color: var(--white-color);
}

.feature-counter-wrapp .feature-counter:hover .counter-card_text {
  color: var(--white-color);
}

.feature-counter-wrapp .feature-counter:hover:before {
  width: 100%;
}

.feature-counter-wrapp .feature-counter:before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.feature-counter-wrapp .feature-counter .feature-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.feature-wrapper .feature-icon {
  min-width: 60px;
  min-height: 60px;
  background-color: rgba(235, 51, 0, 0.1);
  border-radius: 50%;
}

.feature-wrapper .feature-icon img {
  display: block;
  margin: 15px auto;
}

.feature-wrapper .media-body .header-info_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--body-color);
}

.feature-wrapper .media-body .header-info_link {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .feature-wrapper .media-body .header-info_link {
    font-size: 16px;
    line-height: 26px;
  }
}

.feature-wrapper .media-body .header-info_link:hover {
  color: var(--theme-color);
}

.feature-wrapper .media-body .header-info_link a {
  color: inherit;
}

.feature-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  /* Small devices */
}

@media (max-width: 767px) {
  .feature-title {
    font-size: 25px;
    line-height: 38px;
  }
}

.request-content {
  /* Large devices */
}

@media (max-width: 1199px) {
  .request-content {
    margin: 80px 0;
  }
}

.request-content .double-line {
  display: block;
}

@media (min-width: 1199px) {
  .request-content .double-line {
    display: none;
  }
}

.request-content .sec-desc {
  /* Large devices */
}

@media (max-width: 1199px) {
  .request-content .sec-desc {
    display: block;
    margin: auto;
  }
}

.feature-section {
  margin-bottom: 20px;
  /* Large devices */
}

@media (max-width: 1399px) {
  .feature-section {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .feature-section {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .info-wrap .sec-desc {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 35px;
  }
}

.bg-max-width {
  background-size: 1680px;
  background-repeat: no-repeat;
  background-position: top center;
}

/*------------------- 4.00. Tab Menu -------------------*/
/* Tab Menu 1 ---------------------------------- */
.tab-menu1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}

.tab-menu1 .tab-btn {
  font-size: 20px;
  color: var(--title-color);
  font-weight: 600;
  border: none;
  background-color: transparent;
  padding: 27px 40px;
  margin-bottom: -1px;
  width: 100%;
  text-align: left;
  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;
  position: relative;
}

.tab-menu1 .tab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  z-index: -1;
}

.tab-menu1 .tab-btn i {
  margin-left: auto;
  color: var(--body-color);
}

.tab-menu1 .tab-btn:hover {
  color: var(--theme-color);
}

.tab-menu1 .tab-btn.active {
  color: var(--white-color);
}

.tab-menu1 .tab-btn.active:before {
  border-color: var(--theme-color);
}

.tab-menu1 .tab-btn.active i {
  color: var(--white-color);
}

.tab-menu1 .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: var(--theme-color);
  z-index: -1;
}

/* Large devices */
@media (max-width: 1199px) {
  .tab-menu1 .tab-btn {
    font-size: 18px;
    padding: 17px 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .tab-menu1 {
    margin-bottom: 40px;
  }
  .tab-menu1 .tab-btn {
    width: 50%;
    margin-right: -1px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tab-menu1 .tab-btn {
    font-size: 16px;
    padding: 15px 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .tab-menu1 .tab-btn {
    width: 100%;
    margin-right: 0;
  }
}

/* Tab Menu 2 ---------------------------------- */
.tab-menu2 {
  --btn-space: 38px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: var(--theme-color);
  row-gap: 15px;
  padding: 34px 0;
  margin: 0 calc(var(--btn-space) * -1);
  position: relative;
  z-index: 2;
}

.tab-menu2-wrap {
  overflow: hidden;
}

.tab-menu2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  background-color: var(--theme-color);
  height: 100%;
  width: 9999px;
  z-index: -1;
  -webkit-clip-path: polygon(70px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(70px 0, 100% 0%, 100% 100%, 0% 100%);
}

.tab-menu2 .project-count {
  display: block;
  color: #FF969F;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tab-menu2 .indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tab-menu2 .indicator:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--title-color) transparent;
  z-index: 3;
}

.tab-menu2 .tab-btn {
  color: var(--white-color);
  background-color: var(--theme-color);
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 0 var(--btn-space);
  line-height: 1;
  border-right: 1px solid #FA4353;
}

.tab-menu2 .tab-btn:last-of-type {
  border-right: none;
}

.tab-menu2 .tab-btn.active .project-count {
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tab-menu2 {
    --btn-space: 25px;
  }
  .tab-menu2 .tab-btn {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tab-menu2 {
    --btn-space: 15px;
    padding: 25px 0;
  }
  .tab-menu2:before {
    left: -55px;
    -webkit-clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .tab-menu2 .tab-btn {
    font-size: 14px;
  }
  .tab-menu2 .project-count {
    margin-top: 6px;
    font-size: 14px;
  }
  .tab-menu2 .indicator:after {
    bottom: -25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tab-menu2 {
    -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;
  }
  .tab-menu2 .tab-btn {
    border-right: none;
  }
  .tab-menu2 .indicator:after {
    bottom: 8px;
    left: 5px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--title-color);
  }
}

/* Tab Menu 1 ---------------------------------- */
.tab-menu3 {
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.tab-menu3 .th-btn {
  background-color: var(--smoke-color);
  color: var(--title-color);
}

.tab-menu3 .th-btn.active, .tab-menu3 .th-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.tab-menu3 .th-btn:before {
  background-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .tab-menu3 {
    margin-bottom: 40px;
  }
}

.request-quote-wrapper {
  margin-right: -200px;
  position: relative;
  z-index: 9;
  /* Medium devices */
}

@media (max-width: 991px) {
  .request-quote-wrapper {
    margin-right: 0;
  }
}

.request-quote-wrapper.style2 {
  margin-right: 0;
  background-color: var(--smoke-color);
}

.request-quote-wrapper.style2 .request-wrapper {
  background-color: transparent;
}

.request-quote-wrapper.style2 .tab-content {
  /* Medium devices */
}

@media (max-width: 991px) {
  .request-quote-wrapper.style2 .tab-content {
    margin-right: 0;
  }
}

.request-quote-tabs {
  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 (max-width: 440px) {
  .request-quote-tabs {
    display: block;
  }
}

.request-quote-tabs.style2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.request-quote-tabs.style2.nav-tabs {
  border: 1px solid #F4F4F4;
}

.request-quote-tabs.style2 .nav-link {
  border-right: 1px solid #F4F4F4;
  background-color: var(--white-color);
  color: var(--title-color);
  width: 429px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .request-quote-tabs.style2 .nav-link {
    width: 416px;
  }
}

@media (max-width: 1299px) {
  .request-quote-tabs.style2 .nav-link {
    width: 371px;
  }
}

@media (max-width: 1199px) {
  .request-quote-tabs.style2 .nav-link {
    width: 311px;
  }
}

@media (max-width: 991px) {
  .request-quote-tabs.style2 .nav-link {
    width: 231px;
  }
}

@media (max-width: 767px) {
  .request-quote-tabs.style2 .nav-link {
    width: 171px;
  }
}

@media (max-width: 575px) {
  .request-quote-tabs.style2 .nav-link {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .request-quote-tabs.style2 .nav-link {
    width: 100%;
  }
}

.request-quote-tabs.style2 .nav-link:hover, .request-quote-tabs.style2 .nav-link.active {
  background-color: var(--smoke-color);
  color: var(--title-color);
}

.request-quote-tabs.style3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #F4F4F4;
  margin-right: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .request-quote-tabs.style3 {
    margin-right: -4px;
  }
}

@media (max-width: 460px) {
  .request-quote-tabs.style3 {
    margin-right: 0px;
  }
}

.request-quote-tabs.style3 .tab-content {
  margin-right: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .request-quote-tabs.style3 .tab-content {
    margin-right: 0;
  }
}

.request-quote-tabs.style3 .nav-link {
  width: 280px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .request-quote-tabs.style3 .nav-link {
    width: 271px;
  }
}

@media (max-width: 1299px) {
  .request-quote-tabs.style3 .nav-link {
    width: 241px;
  }
}

@media (max-width: 1199px) {
  .request-quote-tabs.style3 .nav-link {
    width: 201px;
  }
}

@media (max-width: 991px) {
  .request-quote-tabs.style3 .nav-link {
    width: 228px;
  }
}

@media (max-width: 767px) {
  .request-quote-tabs.style3 .nav-link {
    width: 168px;
  }
}

@media (max-width: 575px) {
  .request-quote-tabs.style3 .nav-link {
    width: 33%;
  }
}

@media (max-width: 460px) {
  .request-quote-tabs.style3 .nav-link {
    width: 100%;
    border-right: none !important;
  }
}

.request-quote-tabs.style3 .nav-link:last-child {
  border-right: 1px solid transparent !important;
}

.request-quote-tabs.style3 .nav-link:hover, .request-quote-tabs.style3 .nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.request-quote-tabs.nav-tabs {
  border-bottom: 1px solid transparent;
}

.request-quote-tabs .nav-link {
  background-color: var(--white-color);
  padding: 20px 40px;
  width: 277.6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border: none;
  border-right: 1px solid #1212121a !important;
  text-align: center;
  border-radius: 0;
  color: var(--title-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .request-quote-tabs .nav-link {
    width: 271px;
  }
}

@media (max-width: 1299px) {
  .request-quote-tabs .nav-link {
    width: 248.6px;
  }
}

@media (max-width: 1199px) {
  .request-quote-tabs .nav-link {
    padding: 20px;
    width: 218.5px;
  }
}

@media (max-width: 991px) {
  .request-quote-tabs .nav-link {
    width: 33%;
  }
}

@media (max-width: 575px) {
  .request-quote-tabs .nav-link {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .request-quote-tabs .nav-link {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .request-quote-tabs .nav-link {
    padding: 5px;
  }
}

.request-quote-tabs .nav-link:hover, .request-quote-tabs .nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .filter-menu.tab-menu1 {
    gap: 10px 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .filter-menu.tab-menu1 {
    gap: 10px 20px;
  }
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.faq-sec {
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  .faq-sec {
    padding: 120px 0;
  }
}

@media (max-width: 1199px) {
  .faq-sec {
    padding: 80px 0;
  }
}

@media (min-width: 1199px) {
  .accordion-area .title-area {
    margin-right: 80px;
  }
}

.accordion-card {
  margin-bottom: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}

.accordion-card.style3 .accordion-button:after {
  color: var(--theme-color);
}

.accordion-card.style3 .accordion-button:not(.collapsed) {
  color: var(--title-color);
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
  color: var(--title-color);
}

.accordion-card.style4 .accordion-button {
  min-height: 60px;
}

.accordion-card.style4 .accordion-button:not(.collapsed) {
  border-bottom: none;
  box-shadow: none;
  border-radius: 0;
  color: var(--theme-color);
}

.accordion-card.style4 .accordion-button:not(.collapsed):after {
  content: "\f063";
  color: var(--white-color);
}

.accordion-card.style4 .accordion-button:after {
  min-width: 60px;
  height: 100%;
  line-height: 1;
  background-color: var(--theme-color);
  content: "\f062";
  top: 0;
  right: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  color: var(--white-color);
  padding: 0;
  background-image: none;
  -webkit-clip-path: none;
          clip-path: none;
}

.accordion-card.style4 .accordion-body {
  background-color: var(--white-color);
}

.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: var(--smoke-color2);
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 70px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\f106";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  font-family: var(--icon-font);
  color: #0A0A0A;
  font-weight: 700;
  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;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .accordion-card .accordion-button:after {
    right: 24px;
  }
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--border-color);
  box-shadow: none;
  border-radius: 0;
  color: var(--theme-color);
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: '\f107';
  -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;
  background-color: var(--smoke-color2);
  border: none;
  padding: 22px 30px 30px 30px;
}

.accordion-card .accordion-body.style4 {
  padding: 30px 0 20px 0;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
}

.accordion-card .accordion-body.style4 .faq-text {
  margin-bottom: 0;
}

.accordion-card .faq-img {
  height: 100%;
}

.accordion-card .faq-img img {
  height: 100%;
  object-fit: cover;
}

.accordion-card .faq-text {
  font-size: 16px;
  margin-bottom: -0.48em;
}

.accordion-card .faq-img {
  height: 100%;
}

.accordion-card .faq-img img {
  height: 100%;
  object-fit: cover;
}

.accordion-card:last-child {
  margin-bottom: 0;
}

.accordion-card.style2 {
  box-shadow: none;
  background-color: var(--white-color);
}

.accordion-card.style2:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-card.style2 .accordion-button {
  background-color: var(--white-color);
  box-shadow: none;
  min-height: 60px;
}

.accordion-card.style2 .accordion-button:after {
  content: '\f107';
  color: var(--theme-color);
}

.accordion-card.style2 .accordion-button:not(.collapsed) {
  color: var(--title-color);
  border-bottom: none;
}

.accordion-card.style2 .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(180deg) translateX(-11px);
      -ms-transform: rotate(180deg) translateX(-11px);
          transform: rotate(180deg) translateX(-11px);
}

.accordion-card.style2 .accordion-body {
  background-color: var(--white-color);
  border-top: 1px solid var(--gray-color);
  margin: 0 130px 0 30px;
  padding: 20px 0 30px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .accordion-card.style2 .accordion-body {
    margin: 0 30px 0 30px;
  }
}

.faq-img {
  padding-left: 25px;
  text-align: center;
}

.faq-img img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* Small devices */
@media (max-width: 767px) {
  .accordion-card .accordion-body.style4 {
    grid-template-columns: 100%;
  }
  .accordion-card .accordion-body.style4 .faq-img img {
    width: 100%;
    max-width: 300px;
    height: 180px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .faq-img {
    padding-left: 0;
  }
  .faq-img img {
    max-width: 100%;
  }
}

.faq-widget {
  background-color: var(--smoke-color);
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  text-align: center;
}

.faq-widget .title {
  margin-top: -0.23em;
}

.faq-form-wrap {
  margin-top: 70px;
}

.faq-form-wrap .form-text {
  max-width: 500px;
  margin-bottom: 25px;
}

/* Medium devices */
@media (max-width: 991px) {
  .faq-form-wrap {
    margin-top: 45px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .faq-widget {
    padding: 40px 20px;
  }
}

/* Faq Tab --------------------------------*/
.faq-area {
  position: relative;
  overflow: hidden;
}

.faq-tabs {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  padding-bottom: 11px;
  gap: 50px;
  margin-bottom: 30px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .faq-tabs {
    gap: 30px;
  }
}

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

.faq-tabs .nav-link {
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  /* Small devices */
}

@media (max-width: 767px) {
  .faq-tabs .nav-link {
    font-size: 14px;
    line-height: 26px;
  }
}

.faq-tabs .nav-link:hover, .faq-tabs .nav-link.active {
  color: var(--theme-color);
  border-color: transparent;
}

.faq-tabs .nav-link:hover:after, .faq-tabs .nav-link.active:after {
  width: 100%;
}

.faq-tabs .nav-link:after {
  content: "";
  height: 2px;
  background: var(--theme-color);
  width: 0;
  left: 0;
  bottom: -12px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.faq-image {
  text-align: right;
  /* Large devices */
}

@media (max-width: 1199px) {
  .faq-image {
    display: none;
  }
}

.faq-image-two {
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .faq-image-two {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .faq-image-two {
    margin-bottom: 30px;
  }
}

.faq-area {
  /* Medium devices */
}

@media (max-width: 991px) {
  .faq-area {
    padding-top: 40px !important;
  }
}

.faq-area .title-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .faq-area .title-area {
    text-align: center;
  }
}

.faq-sec .title-area .sub-title {
  margin-left: 40px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .faq-sec .title-area .sub-title {
    margin-left: 0;
  }
}

/*------------------- 4.00. CTA -------------------*/
.cta-area {
  position: relative;
  padding: 50px 60px;
  z-index: 10;
  /* Small devices */
}

@media (max-width: 767px) {
  .cta-area {
    padding: 30px;
  }
}

.cta-content {
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-content {
    text-align: center;
  }
}

.cta-title {
  margin: 0;
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-title {
    text-align: center;
  }
}

.btn-group .cta-btn {
  background-color: var(--title-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
  text-transform: uppercase;
  padding: 4px 16px;
  margin-bottom: 0;
  border-radius: 4px;
}

.btn-group.style5 {
  /* Medium devices */
}

@media (max-width: 991px) {
  .btn-group.style5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sec-title.cta-title img {
    max-width: 64px;
  }
  .cta-text {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sec-title.cta-title img {
    display: none;
  }
}

.cta-sec {
  position: relative;
  max-width: 1605px;
  margin-right: 315px;
  background-size: auto;
  background-position: right center;
  padding: 60px 0 60px 0;
  overflow: hidden;
  z-index: 9;
  /* Medium devices */
}

@media (min-width: 1922px) {
  .cta-sec {
    display: block;
    margin: auto;
  }
}

@media (max-width: 1799px) {
  .cta-sec {
    margin-right: 0;
  }
}

@media (max-width: 1599px) {
  .cta-sec {
    max-width: 100%;
  }
}

@media (max-width: 1499px) {
  .cta-sec {
    padding: 50px 0 50px 0;
  }
}

@media (max-width: 991px) {
  .cta-sec {
    background-size: cover;
  }
}

.cta-sec .btn-group {
  margin-right: -78px;
  /* Extra large devices */
  /* Medium Large devices */
}

@media (max-width: 1500px) {
  .cta-sec .btn-group {
    margin-right: -30px;
  }
}

@media (max-width: 1399px) {
  .cta-sec .btn-group {
    margin-right: -10px;
  }
}

@media (max-width: 1299px) {
  .cta-sec .btn-group {
    margin-right: 0;
  }
}

.cta-title2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  /* Medium devices */
}

@media (max-width: 1499px) {
  .cta-title2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .cta-title2 {
    text-align: center;
  }
}

.cta-thumb {
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  /* Large devices */
}

@media (max-width: 1499px) {
  .cta-thumb {
    width: 480px;
  }
}

@media (max-width: 1399px) {
  .cta-thumb {
    width: 550px;
  }
}

@media (max-width: 1199px) {
  .cta-thumb img {
    display: none;
  }
}

/*------------------- 4.00. Service -------------------*/
/* Service List ---------------------------------- */
.service-list {
  text-align: center;
}

.service-list-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-list_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-list_title {
  max-width: 180px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: -0.3em;
}

.service-list:hover .service-list_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Medium devices */
@media (max-width: 991px) {
  .service-list-wrap {
    grid-template-columns: auto auto auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-list_title {
    font-size: 18px;
    max-width: 160px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .service-list-wrap {
    grid-template-columns: auto auto;
  }
}

/* Service Grid ---------------------------------- */
.service-divider {
  height: 100%;
  width: 1px;
  background-color: var(--gray-color);
}

.service-divider:last-of-type {
  display: none;
}

.service-grid {
  position: relative;
  background-color: #0A0A0A;
  padding: 30px 30px 0 30px;
  min-width: 300px;
  min-height: 290px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow: hidden;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .service-grid {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .service-grid {
    min-height: 340px;
  }
}

.service-grid:hover:before {
  height: 0;
  bottom: 100%;
}

.service-grid:hover .service-grid_wrapper .service-title {
  color: var(--white-color);
}

.service-grid:hover .service-grid_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.service-grid:hover .service-grid_img:before {
  opacity: 1;
  visibility: visible;
}

.service-grid:hover .service-grid_btn {
  left: 41%;
  opacity: 1;
  visibility: visible;
}

.service-grid:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--smoke-color2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .service-grid_wrapper {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .service-grid_wrapper {
    display: inline-block;
    margin: auto;
  }
}

.service-grid_wrapper .service-title {
  position: relative;
  margin-bottom: 0px;
  /* Small devices */
}

@media (max-width: 767px) {
  .service-grid_wrapper .service-title {
    margin-bottom: 20px;
  }
}

.service-grid_icon {
  color: var(--theme-color);
  min-width: 60px;
  height: 60px;
  line-height: 30px;
  border-radius: 5px;
  background-color: var(--theme-color);
  padding: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .service-grid_icon {
    right: 20px;
    min-width: 60px;
    height: 60px;
    line-height: 45px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .service-grid_icon {
    min-width: 50%;
    width: 60px;
    height: 80px;
    line-height: 70px;
    padding: 5px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}

.service-grid_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .service-grid_icon img {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .service-grid_icon img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .service-grid_icon img {
    width: 50%;
  }
}

.service-grid_img {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Small devices */
}

@media (max-width: 767px) {
  .service-grid_img {
    position: relative;
    text-align: centergulp;
  }
}

.service-grid_img img {
  /* Small devices */
}

@media (max-width: 767px) {
  .service-grid_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.service-grid_img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: -webkit-linear-gradient(top, rgba(235, 51, 0, 0) 27.65%, #EB3300 100%);
  background: linear-gradient(180deg, rgba(235, 51, 0, 0) 27.65%, #EB3300 100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-grid_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  margin: -5px 0 8px 0;
}

.service-grid_title a {
  color: inherit;
}

.service-grid_title a:hover {
  color: var(--white-color);
}

.service-grid_btn {
  background-color: var(--theme-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  display: block;
  color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  bottom: 60px;
  left: 0%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-grid_btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.service-grid_btn a {
  color: inherit;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-grid-wrap {
    padding: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .service-divider {
    display: none;
  }
  .service-grid-wrap {
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .service-grid-wrap .shape-right {
    top: unset;
    bottom: -42px;
  }
  .service-grid_icon {
    margin-bottom: 13px;
  }
  .service-grid_subtitle {
    margin-bottom: 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-grid {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .service-grid-wrap {
    grid-template-columns: auto;
  }
  .service-grid-wrap .shape-right {
    max-width: 200px;
    right: -130px;
  }
  .service-grid-wrap .shape-left {
    max-width: 200px;
    left: -130px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .service-grid-wrap {
    padding: 40px 15px;
  }
}

/* Service Card ---------------------------------- */
.service-card {
  --space: 30px;
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-card_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.service-card:hover .service-card_content:before {
  height: 0;
}

.service-card:hover .service-card_content .line-btn {
  color: var(--white-color);
}

.service-card:hover .service-card_content .line-btn:before {
  background-color: var(--white-color);
}

.service-card:hover .service-card_title {
  color: var(--white-color);
}

.service-card:hover .service-card_title a {
  color: inherit;
}

.service-card:hover .service-card_title a:hover {
  color: var(--white-color);
}

.service-card:hover .service-card_desc {
  color: var(--white-color);
}

.service-card:hover .service-card_icon {
  background-color: var(--theme-color);
}

.service-card:hover .service-card_img:before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.service-card:hover .service-card_img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.service-card:hover_btn {
  position: absolute;
  display: inline-block;
  bottom: 30px;
  right: 0;
}

.service-card_img {
  position: relative;
  overflow: hidden;
}

.service-card_img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
}

.service-card_img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-card_content {
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  bottom: -50px;
  border-radius: 0px;
  padding: 30px 22px;
  width: calc(100% - 50px);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .service-card_content {
    padding: 30px 18px;
  }
}

.service-card_content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card_content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 3;
  background-color: var(--theme-color);
}

.service-card_desc {
  max-width: 270px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 0;
}

.service-card_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  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;
}

.service-card .ser-icon {
  width: 50px;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 20px;
  margin: 0 auto;
}

.service-card .ser-icon .ser-title {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 80px;
  height: 82px;
  margin: 0;
  display: block;
  margin: 0 auto;
  margin-left: -9px;
  color: #fff;
}

.service-card .share-option {
  position: absolute;
  display: inline-block;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.service-card .share-option:hover .team-social2 .icon-team-list {
  background-color: var(--theme-color);
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  bottom: -50px;
}

.service-card .share-option .share-link {
  position: absolute;
  top: auto;
  bottom: -50;
  right: 0;
  background: var(--theme-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.service-card .share-option .team-social2 .icon-team-list {
  position: absolute;
  bottom: -50px;
  right: 0;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-card .share-option .team-social2 .icon-team-list li {
  display: block;
  margin: 0;
}

.service-card .share-option .team-social2 .icon-team-list li a {
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  margin: 0;
}

.service-card_icon {
  position: absolute;
  right: 10px;
  top: -50px;
  color: var(--theme-color);
  width: 80px;
  height: 80px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--theme-color);
  padding: 10px;
  margin: 0 auto 15px auto;
  text-align: center;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .service-card_icon {
    top: -36px;
    width: 60px;
    height: 60px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .service-card_icon {
    top: -36px;
    width: 80px;
    height: 80px;
    line-height: 60px;
  }
}

.service-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  margin: -5px 0 8px 0;
}

.service-card_title a {
  color: inherit;
}

.service-card_title a:hover {
  color: var(--theme-color);
}

.service-card_text {
  max-width: 270px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--body-color);
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.service-card_inner {
  background-size: 95% 95%;
  padding: 30px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .line-btn:hover {
  color: var(--white-color);
}

.service-card .line-btn:hover:before {
  background-color: var(--white-color);
}

.service-card:hover .service-box_inner {
  background-color: var(--title-color);
}

.service-card:hover .service-box_title, .service-card:hover .service-box_text {
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .service-card {
    --space: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-card {
    --space: 10px;
  }
  .service-card_content {
    padding: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .service-card {
    --space: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-card_content {
    padding: 20px;
  }
}

/* Service Box ---------------------------------- */
.service-box {
  position: relative;
}

.service-box:hover .service-box_content {
  border-top: 2px solid var(--theme-color);
}

.service-box:hover .service-box_content:before {
  height: 0;
}

.service-box:hover .service-box_content .half-line-btn {
  color: var(--theme-color);
}

.service-box:hover .service-box_content .half-line-btn:before {
  background-color: var(--theme-color);
}

.service-box:hover .service-box_content .service-title .line-animation img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service-box:hover .service-box_content .box-title {
  color: var(--white-color);
}

.service-box:hover .service-box_content .box-title a {
  color: inherit;
}

.service-box:hover .service-box_img:before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.service-box:hover .service-box_img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.service-box:hover .service-box_text {
  border-color: rgba(255, 255, 255, 0.2);
}

.service-box_img {
  position: relative;
  overflow: hidden;
  margin-bottom: -140px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box_img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-box_content {
  position: relative;
  background-color: var(--title-color);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
  border-radius: 0px;
  padding: 30px 40px 20px 40px;
  margin: 0 30px;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-top: 2px solid var(--white-color);
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .service-box_content {
    padding: 30px 30px 22px 30px;
  }
}

@media (max-width: 1299px) {
  .service-box_content {
    margin: 0 20px;
  }
}

@media (max-width: 375px) {
  .service-box_content {
    margin: 0 10px;
  }
}

.service-box_content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 10px;
}

.service-box_wrapper .service-title {
  position: relative;
  margin-bottom: 30px;
  display: block;
  margin-top: -10px;
}

.service-box_wrapper .service-title .line-animation {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.service-box_wrapper .service-title .line-animation img {
  -webkit-filter: none;
          filter: none;
  max-width: none;
}

.service-box_icon {
  min-width: 80px;
  height: 80px;
  line-height: 60px;
  border-radius: 10px;
  background-color: var(--theme-color);
  padding: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .service-box_icon {
    right: 20px;
    min-width: 80px;
    height: 80px;
    line-height: 50px;
    padding: 18px;
  }
}

.service-box_icon svg {
  max-width: 50px;
  display: block;
  margin: auto;
}

.service-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  margin: -5px 0 8px 0;
}

.service-box_title a {
  color: inherit;
}

.service-box_title a:hover {
  color: var(--white-color);
}

.service-box_text {
  max-width: 270px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--body-color);
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  padding-bottom: 16px;
  margin-bottom: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-box_text:hover {
  color: var(--white-color);
}

.service-box_text:hover a {
  color: inherit;
}

.service-box_inner {
  background-size: 95% 95%;
  padding: 30px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box .line-btn:hover {
  color: var(--white-color);
}

.service-box .line-btn:hover:before {
  background-color: var(--white-color);
}

.service-box:hover .service-box_inner {
  background-color: var(--title-color);
}

.service-box:hover .service-box_title, .service-box:hover .service-box_text {
  color: var(--white-color);
}

/* Extra small devices */
@media (max-width: 375px) {
  .service-box_inner {
    padding: 30px 12px;
  }
}

/* Service item ---------------------------------- */
.service-item {
  position: relative;
  background-color: var(--title-color);
  padding: 40px 40px 25px 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  /* Large devices */
}

@media (max-width: 1399px) {
  .service-item {
    padding: 25px;
  }
}

.service-item.style2 {
  /* Small devices */
}

.service-item.style2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--smoke-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-item.style2 .service-item_text {
  border-bottom: 1px solid var(--gray-color);
}

.service-item.style2 .service-item_icon:before {
  left: 40%;
}

.service-item.style2 .service-item_icon.style2:before {
  left: 16px;
  /* Small devices */
}

@media (max-width: 767px) {
  .service-item.style2 .service-item_icon.style2:before {
    left: 40%;
  }
}

@media (max-width: 767px) {
  .service-item.style2 {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .service-item {
    padding: 25px;
  }
}

.service-item:hover:before {
  height: 0;
  top: 100%;
}

.service-item:hover .service-item_title {
  color: var(--white-color);
}

.service-item:hover .service-item_text {
  color: var(--white-color);
  border-color: var(--body-color);
}

.service-item:hover .service-item_icon:before {
  opacity: 0.3;
}

.service-item:hover .half-line-btn {
  color: var(--theme-color);
}

.service-item:hover .half-line-btn:before {
  background-color: var(--theme-color);
}

.service-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-item_shape {
  position: absolute;
  top: 0;
  right: 0;
}

.service-item_shape img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service-item_icon {
  position: relative;
  margin-bottom: 30px;
}

.service-item_icon:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--theme-color);
  opacity: 0.1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-item_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  margin: -5px 0 12px 0;
}

.service-item_title a {
  color: inherit;
}

.service-item_title a:hover {
  color: var(--white-color);
}

.service-item_text {
  max-width: 220px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 18px;
  margin-bottom: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Small devices */
}

@media (max-width: 767px) {
  .service-item_text {
    max-width: 100%;
  }
}

.service-item_text:hover {
  color: var(--white-color);
}

.service-item_text:hover a {
  color: inherit;
}

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

.service-item .line-btn:before {
  background-color: var(--title-color);
}

.service-item .line-btn i {
  color: var(--theme-color);
}

.service-item .line-btn:hover {
  color: var(--theme-color);
}

.service-item .line-btn:hover:before {
  background-color: var(--theme-color);
}

.service-group-thumb {
  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;
  gap: 25px;
  margin-top: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .service-group-thumb {
    display: block;
  }
}

.service-group-thumb .counter-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  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: 4px;
  /* Small devices */
}

@media (max-width: 767px) {
  .service-group-thumb .counter-title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
}

@media (max-width: 520px) {
  .service-group-thumb .counter-title {
    display: block;
  }
}

@media (max-width: 520px) {
  .service-group-thumb .counter-title .odometer {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.service-group-thumb .counter-title a {
  font-weight: 700;
}

/* Service Details ---------------------------------- */
.service-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1);
  background-color: var(--white-color);
  padding: 30px;
  gap: 20px;
}

.service-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service-feature_icon {
  min-width: 50px;
}

.service-feature_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-feature_title {
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: -0.36em;
}

.service-feature_text {
  margin-bottom: -0.5em;
}

.service-feature:hover .service-feature_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Large devices */
@media (max-width: 1199px) {
  .service-feature {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .service-feature-wrap {
    gap: 24px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-feature {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .service-feature-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.services-process {
  border: 1px solid #EEEEEE;
  background-color: var(--white-color);
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0px 6px 39px rgba(0, 0, 0, 0.04);
  /* Large devices */
}

.services-process-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .services-process-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1199px) {
  .services-process {
    padding: 30px 25px;
  }
}

.services-process_num {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: bold;
  color: var(--white-color);
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 15px solid #FDE8EA;
  box-sizing: content-box;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin: 0 auto 25px auto;
}

.services-process_title {
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: -0.36em;
  text-transform: uppercase;
}

.services-process_text {
  max-width: 250px;
  margin: 0 auto -0.5em auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-process-wrap {
    gap: 24px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-process-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.page-title {
  margin-top: -0.22em;
  font-size: 40px;
  margin-bottom: 20px;
}

.page-img {
  margin-bottom: 20px;
}

.page-img img {
  width: 100%;
}

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

.service-process {
  border-right: 1px solid var(--gray-color);
  padding-right: 10px;
}

.service-process-wrap {
  background-color: var(--smoke-color2);
  border: 1px solid var(--border-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px;
}

.service-process:last-child {
  border-right: none;
  padding-right: 0;
}

.service-process_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(223, 182, 141, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color);
  margin-bottom: 15px;
}

.service-process_text {
  font-size: 14px;
  margin-bottom: -0.5em;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .page-title {
    font-size: 32px;
  }
  .service-process {
    border-right: none;
    padding-right: 0;
    text-align: center;
  }
  .service-process-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .service-process_icon {
    margin-left: auto;
    margin-right: auto;
  }
  .service-process_title {
    font-size: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .page-title {
    font-size: 28px;
  }
}

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

/* Extra small devices */
@media (max-width: 375px) {
  .service-process-wrap {
    padding: 30px 12px;
  }
}

/*------------------- 4.00. Pricing -------------------*/
/* Pricing 1 ---------------------------------- */
.available-list {
  border-top: 1px solid var(--gray-color);
  padding-top: 25px;
  margin-top: 10px;
}

.available-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.available-list li {
  position: relative;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  padding-left: 30px;
  text-transform: capitalize;
  color: var(--title-color);
}

.available-list li:last-child {
  margin-bottom: 0;
}

.available-list li:after {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--theme-color);
  font-size: 1.1em;
  vertical-align: text-top;
  position: absolute;
  top: 1px;
  left: 0;
}

.available-list li.unavailable {
  color: var(--title-color);
}

.available-list li.unavailable:after {
  content: "\f058";
  right: 4px;
  color: #787878;
}

.price-card {
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
  padding: 40px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium devices */
}

.price-card.active {
  background-color: var(--title-color);
}

.price-card.active .price-card_title {
  color: var(--white-color);
}

.price-card.active .price-card_price {
  color: var(--white-color);
}

.price-card.active .price-card_price .currency {
  color: var(--white-color);
}

.price-card.active .price-card_price .duration {
  color: var(--white-color);
}

.price-card.active .available-list li {
  color: var(--white-color);
}

.price-card.active .available-list li.unavailable {
  color: var(--white-color);
}

.price-card.active .price-btn .th-btn {
  background-color: var(--theme-color);
}

.price-card.active .offer-tag {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .price-card {
    padding: 30px;
  }
}

.price-card_title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: var(--title-color);
  margin-bottom: 20px;
}

.price-card_price {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: var(--title-color);
  position: relative;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 30px;
  margin-bottom: 26px;
}

.price-card_price .currency {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  font-family: var(--body-font);
  position: absolute;
  top: -8px;
  left: 0px;
  right: auto;
  color: var(--title-color);
}

.price-card_price .duration {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 0;
  position: absolute;
  bottom: -10px;
  white-space: nowrap;
}

.price-card_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-card .offer-tag {
  background-color: var(--theme-color);
  padding: 2px 15px;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 14px;
  color: var(--white-color);
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.price-card_text {
  padding-bottom: 25px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--theme-color);
  text-align: center;
}

.price-btn {
  margin-top: 33px;
}

.price-btn .th-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .price-card_title img {
    max-width: 70px;
  }
}

/*------------------- 4.00. Couple -------------------*/
/* Couple 1 ---------------------------------- */
.couple-box {
  width: 495px;
  padding: 30px;
}

.couple-box_img {
  margin-bottom: 15px;
}

.couple-box_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.couple-box_title {
  color: var(--white-color);
  font-size: 36px;
}

.couple-box_text {
  color: var(--white-color);
  max-width: 340px;
  margin-bottom: 20px;
}

.couple-box.left {
  text-align: right;
}

.couple-box.left .couple-box_text {
  margin-left: auto;
}

.frame-box1 {
  position: relative;
  text-align: center;
}

.frame-box1 .img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
  padding: 18px 52px;
}

.frame-box1 .img1 img {
  border-radius: 999px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .couple-box {
    width: 466px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .couple-box {
    width: 100%;
  }
  .couple-box_title {
    font-size: 32px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .couple-box {
    padding: 30px 15px;
    background-position: left center;
  }
  .couple-box.left {
    background-position: right center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .couple-box.style2 {
    text-align: center;
  }
  .couple-box.style2 .couple-box_text {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .frame-box1 .img1 {
    padding: 12px 40px;
  }
}

/*------------------- 4.00. History -------------------*/
/* Histoy 1 ---------------------------------- */
.history-sec1 {
  background-size: 100% calc(100% - 150px);
  background-position: center bottom;
  position: relative;
}

.pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.countdown-area {
  text-align: center;
  padding: 94px 0 70px 0;
  background-size: 100% 100%;
}

.countdown-area .countdown-subtitle {
  font-family: var(--style-font);
  font-size: 22px;
}

.countdown-area .countdown-title {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
}

.countdown-area .countdown-title.style2 {
  font-size: 28px;
}

.wedding-counter {
  margin: 0;
  padding: 0;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}

.wedding-counter li {
  list-style-type: none;
  text-align: center;
  padding: 30px 15px 44px 15px;
  background-size: contain;
  width: 115px;
  height: 150px;
}

.wedding-counter .count-number {
  font-family: var(--title-font);
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  color: var(--theme-color);
  margin-bottom: 5px;
}

.wedding-counter .count-name {
  font-size: 14px;
}

.story-box {
  text-align: center;
  background-size: 100% 100%;
  padding: 45px 30px;
  background-color: var(--white-color);
  border-radius: 10px;
}

.story-box_date {
  display: block;
  max-width: 250px;
  margin: 0 auto 25px auto;
  border-bottom: 1px solid var(--theme-color);
  padding-bottom: 25px;
}

.story-box_title {
  margin-bottom: 5px;
}

.story-box_text {
  margin-bottom: -0.5em;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .story-box {
    padding: 40px 15px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .countdown-area {
    background-size: 130% 100%;
  }
  .history-sec1 {
    background-size: 130% calc(100% - 150px);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .countdown-area {
    background-size: 166% 100%;
  }
  .wedding-counter {
    gap: 15px;
  }
  .wedding-counter .count-number {
    font-size: 40px;
  }
  .history-sec1 {
    background-size: 170% calc(100% - 150px);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .wedding-counter .count-number {
    font-size: 32px;
    margin-bottom: 0;
  }
  .wedding-counter li {
    padding: 20px 10px 30px 10px;
    height: auto;
  }
  .countdown-area .countdown-title {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .countdown-area .countdown-subtitle {
    font-size: 18px;
  }
  .story-box {
    background-size: 110% 110%;
  }
}

@media (max-width: 420px) {
  .wedding-counter {
    gap: 0px;
  }
  .wedding-counter .count-name {
    font-size: 12px;
  }
  .wedding-counter li {
    padding: 20px 10px 30px 10px;
  }
}

.countdown-sec1 {
  margin-top: -135px;
  position: relative;
  z-index: 5;
}

.story-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.story-card-area {
  background-color: var(--white-color);
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
  position: relative;
  padding: 60px;
}

.story-card-area .img-box {
  position: relative;
}

.story-card-corner {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}

.story-card-slide {
  border: 2px solid var(--theme-color);
  padding: 90px 60px 60px 60px;
}

.story-card-date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 21px 10px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 205px;
  height: 100px;
  width: 100px;
  z-index: 3;
}

.story-card_content {
  max-width: 490px;
}

.story-card-img {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 2;
  max-width: 576px;
}

.story-card_shape {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: -1;
}

.story-card_title {
  margin-bottom: 8px;
}

.story-card_location {
  display: block;
  font-size: 14px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--theme-color);
}

.story-card_text {
  margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .story-card-area {
    padding: 60px 50px;
  }
  .story-card-slide {
    padding: 90px 30px 60px 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .story-card-img {
    max-width: 400px;
    overflow: hidden;
    top: 20px;
    right: 20px;
  }
  .story-card-img .img-box > img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .story-card-slide {
    padding: 90px 30px 50px 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .story-card-img {
    max-width: 240px;
  }
  .story-card-img .img-box > img {
    max-width: 100%;
  }
  .story-card-area {
    padding: 60px 50px 50px 50px;
  }
  .story-card-slide {
    padding: 90px 30px 35px 40px;
  }
  .story-card-date {
    left: 160px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .story-card-img {
    top: 0;
    right: -50px;
  }
  .story-card-area {
    overflow: hidden;
    padding: 60px 12px 12px 12px;
  }
  .story-card-corner {
    display: none;
  }
  .story-card-slide {
    padding: 90px 20px 15px 20px;
  }
  .story-card-date {
    left: calc(50% - 50px);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .story-card {
    text-align: center;
  }
  .story-card-img {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .story-card_text {
    font-size: 14px;
  }
}

/*------------------- 4.00. Gallery -------------------*/
/* Gallery 1 ---------------------------------- */
.project-slider-1 {
  margin: 0 30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .project-slider-1 {
    margin: 0;
  }
}

.project-slider-1 .slick-list {
  padding: 0 484px !important;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1600px) {
  .project-slider-1 .slick-list {
    padding: 0 350px !important;
  }
}

@media (max-width: 1299px) {
  .project-slider-1 .slick-list {
    padding: 0 200px !important;
  }
}

@media (max-width: 991px) {
  .project-slider-1 .slick-list {
    padding: 0 !important;
  }
}

.project-slider-1 .slick-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 500px;
}

.project-slider-1 .slick-slide .project-img {
  height: 500px;
}

.project-slider-1 .slick-slide .project-img img {
  height: 500px;
  object-fit: cover;
}

.project-slider-1 .slick-slide.slick-center:hover .project-content {
  opacity: 1;
}

.project-slider-2 .slick-list {
  padding: 0 754px !important;
  /* Medium Large devices */
  /* Medium devices */
}

@media (min-width: 2399px) {
  .project-slider-2 .slick-list {
    padding: 0 1000px !important;
  }
}

@media (max-width: 2399px) {
  .project-slider-2 .slick-list {
    padding: 0 900px !important;
  }
}

@media (max-width: 2199px) {
  .project-slider-2 .slick-list {
    padding: 0 800px !important;
  }
}

@media (max-width: 1999px) {
  .project-slider-2 .slick-list {
    padding: 0 730px !important;
  }
}

@media (max-width: 1799px) {
  .project-slider-2 .slick-list {
    padding: 0 680px !important;
  }
}

@media (max-width: 1699px) {
  .project-slider-2 .slick-list {
    padding: 0 580px !important;
  }
}

@media (max-width: 1499px) {
  .project-slider-2 .slick-list {
    padding: 0 530px !important;
  }
}

@media (max-width: 1399px) {
  .project-slider-2 .slick-list {
    padding: 0 430px !important;
  }
}

@media (max-width: 1299px) {
  .project-slider-2 .slick-list {
    padding: 0 380px !important;
  }
}

@media (max-width: 1024px) {
  .project-slider-2 .slick-list {
    padding: 0 230px !important;
  }
}

@media (max-width: 991px) {
  .project-slider-2 .slick-list {
    padding: 0 !important;
  }
}

.project-slider-2 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-img {
  -webkit-transform: scaleY(0.9);
      -ms-transform: scaleY(0.9);
          transform: scaleY(0.9);
}

.project-slider-2 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-content {
  bottom: 70px;
  opacity: 1;
}

.project-slider-2 .slick-slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 500px;
}

.project-slider-2 .slick-slide .project-img {
  height: 500px;
}

.project-slider-2 .slick-slide .project-img img {
  height: 500px;
  object-fit: cover;
}

.project-slider-2 .slick-slide.slick-center:hover .project-content {
  opacity: 1;
}

.gallery-row {
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 1200px) {
  .gallery-row .col-md-6,
  .gallery-row .col-lg-6 {
    width: 50%;
  }
}

@media (min-width: 1300px) {
  .gallery-row .col-xl-auto {
    width: auto;
  }
}

.gallery-card {
  position: relative;
}

.gallery-card .gallery-img {
  position: relative;
}

.gallery-card .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
}

.gallery-card .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 -28px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border: none;
  border-radius: 99px;
  line-height: 60px;
  font-size: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

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

.filter-item .gallery-card:hover .icon-btn {
  margin: -28px 0 0 -28px;
  visibility: visible;
  opacity: 1;
}

.filter-item .gallery-card:hover .gallery-overlay {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.filter-menu {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 40px;
  margin-top: 22px;
  position: relative;
}

.filter-menu button {
  border: none;
  padding: 0;
  margin-bottom: 5px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--body-color);
  position: relative;
}

.filter-menu button.active, .filter-menu button:hover {
  color: var(--theme-color);
}

.filter-menu .indicator {
  position: absolute;
  height: 12px;
  background-image: url("../img/theme-img/button_shape.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(var(--width-set) + 24px);
  left: calc(var(--pos-x) - 12px);
  top: calc(var(--pos-y) + 20px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .gallery-card .gallery-img img {
    width: 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .filter-menu {
    gap: 8px 17px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .filter-menu {
    gap: 8px 22px;
  }
}

/* Flip Slider --------------------------------------*/
.flipster__item--current .gallery-card .icon-btn {
  margin: -28px 0 0 -28px;
  visibility: visible;
  opacity: 1;
}

.flipster__item--current .gallery-card .gallery-overlay {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.flip-gallery {
  overflow: hidden;
}

.flip-gallery-area {
  position: relative;
  margin-top: -24px;
}

.flip-gallery .flipster__nav {
  margin: 0 auto 50px auto;
}

.flip-gallery .flipster__nav__item--current .flipster__nav__child {
  display: none;
}

.flip-gallery .flipster__button {
  top: 56.8%;
}

.flipster__button {
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 1px solid var(--theme-color);
  font-size: 16px;
  background-color: var(--white-color);
  text-align: center;
  opacity: 1;
}

.flipster__button svg {
  max-width: 13px;
}

.flipster__button--prev {
  left: 21%;
}

.flipster__button--next {
  right: 21%;
}

.flipster__nav__item {
  margin: 0 18px;
}

.flipster__nav__link {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: var(--body-color);
}

.flipster__nav__link:after {
  bottom: 0;
  top: unset;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

.flipster__nav__link:hover:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.flipster__nav__item--current .flipster__nav__link {
  color: var(--theme-color);
}

.flipster__nav__item--current .flipster__nav__link:after {
  -webkit-transform: scaleX(1) !important;
      -ms-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}

.flipster__nav__link:focus:after {
  -webkit-transform: scaleX(1) !important;
      -ms-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .flipster__button--prev {
    left: 12%;
  }
  .flipster__button--next {
    right: 12%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .flip-gallery-area {
    margin-top: -18px;
  }
  .flip-gallery .flipster__nav {
    margin: 0 auto 40px auto;
  }
  .flipster__button--prev {
    left: 0;
  }
  .flipster__button--next {
    right: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .flip-gallery .flip-items {
    margin-top: -70px;
  }
  .flip-gallery .flipster__button {
    top: 52%;
  }
  .gallery-card.gallery-flip {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 460px) {
  .flip-gallery .flip-items {
    margin-top: -90px;
  }
  .flip-gallery .flipster__button {
    display: none;
  }
  .gallery-card.gallery-flip {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media (max-width: 360px) {
  .gallery-card.gallery-flip {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/*------------------- 4.00. Event -------------------*/
/* Event 1 ---------------------------------- */
.event-card {
  background-color: var(--white-color);
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  padding: 20px;
  text-align: center;
  margin-bottom: 55px;
}

.event-card_img img {
  width: 100%;
}

.event-card_title {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 5px 0;
}

.event-card_title a {
  color: inherit;
}

.event-card_title a:hover {
  color: var(--theme-color);
}

.event-card_shape {
  margin-bottom: 20px;
}

.event-card_date, .event-card_time {
  display: block;
}

.event-card_time {
  margin-bottom: 15px;
}

.event-card_text {
  max-width: 290px;
  margin: 0 auto 16px auto;
}

.event-card_flower {
  margin-bottom: -85px;
  margin-top: 26px;
}

.event-img-sec {
  height: 600px;
  margin-bottom: -310px;
}

/* Large devices */
@media (max-width: 1199px) {
  .event-card_title {
    font-size: 26px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .event-img-sec {
    height: 400px;
    margin-bottom: -180px;
  }
}

/* Event 1 ---------------------------------- */
.event-box {
  position: relative;
}

.event-box_img {
  margin-bottom: 25px;
}

.event-box_img img {
  width: 100%;
}

.event-box_title {
  margin-bottom: 0;
}

.event-box_subtitle {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.event-box .icon-btn {
  --btn-size: 50px;
  position: absolute;
  bottom: 7px;
  right: 0;
  border-color: var(--theme-color);
  background-color: var(--white-color);
  color: var(--body-color);
}

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

/*------------------- 4.00. RSVP -------------------*/
.section-frame1 {
  --space: 25px;
  position: absolute;
  top: var(--space);
  left: var(--space);
  width: calc(100% - var(--space)*2);
  height: calc(100% - var(--space)*2);
  background-size: 100% 100%;
}

.rsvp-frame {
  background-size: 100% 100%;
  max-width: 1030px;
  margin: -50px auto -45px auto;
}

.rsvp-frame .rsvp-form {
  max-width: 464px;
  margin: 0 auto;
  padding: 180px 12px 130px 12px;
}

.rsvp-frame .form-select.style2 option {
  background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .section-frame1 {
    --space: 12px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .rsvp-frame {
    background-size: 130% 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .section-frame1 {
    background-size: cover;
  }
  .rsvp-frame {
    background-size: 190% 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .rsvp-frame {
    margin: -80px auto -45px auto;
  }
}

/*------------------- 4.00. Invitation -------------------*/
.invitation-box {
  padding: 244px 12px;
  background-color: var(--theme-color);
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.invitation-box-area {
  max-width: 736px;
  margin: 120px auto 145px auto;
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
  position: relative;
}

.invitation-box-area .shape-top,
.invitation-box-area .shape-bottom {
  position: absolute;
  left: -60px;
  right: -60px;
}

.invitation-box-area .shape-top {
  top: -120px;
}

.invitation-box-area .shape-bottom {
  bottom: -145px;
}

.invitation-box_title, .invitation-box_subtitle, .invitation-box_date, .invitation-box_time, .invitation-box_address, .invitation-box_name {
  color: var(--white-color);
}

.invitation-box_title {
  font-family: var(--style-font);
  font-weight: 400;
  font-size: 72px;
  font-style: italic;
  margin-bottom: 12px;
}

.invitation-box_name {
  margin-bottom: 22px;
}

.invitation-box_subtitle {
  margin-bottom: 15px;
}

.invitation-box_date {
  margin-bottom: 0;
}

.invitation-box_time {
  margin-bottom: 20px;
}

.invitation-box_address {
  margin-bottom: 26px;
}

.invitation-box .th-btn {
  border-color: var(--white-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .invitation-box {
    padding: 180px 12px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .invitation-box {
    padding: 140px 12px;
  }
  .invitation-box-area {
    margin: 80px auto 100px auto;
  }
  .invitation-box-area .shape-top {
    top: -80px;
  }
  .invitation-box-area .shape-bottom {
    bottom: -100px;
  }
  .invitation-box_title {
    font-size: 54px;
  }
}

/*------------------- 4.00. Process -------------------*/
.process-sec {
  position: relative;
  overflow: hidden;
}

.process-sec .process-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 44%;
  left: 40%;
  -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
      -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
          transform: translate(calc(-50% + 500px), calc(-50% + 25px));
  margin: 0 -500px;
  /* Large devices */
}

@media (min-width: 1922px) {
  .process-sec .process-line {
    left: 45%;
  }
}

@media (max-width: 1399px) {
  .process-sec .process-line {
    left: 45%;
    -webkit-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
        -ms-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
            transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    max-width: 100%;
  }
  .process-sec .process-line img {
    width: 85%;
  }
}

@media (max-width: 1199px) {
  .process-sec .process-line {
    display: none;
  }
}

.step-wrap .process-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 40%;
  -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
      -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
          transform: translate(calc(-50% + 500px), calc(-50% + 25px));
  margin: 0 -500px;
  /* Large devices */
}

@media (min-width: 1922px) {
  .step-wrap .process-line {
    left: 45%;
  }
}

@media (max-width: 1399px) {
  .step-wrap .process-line {
    left: 45%;
    -webkit-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
        -ms-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
            transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    max-width: 100%;
  }
  .step-wrap .process-line img {
    width: 85%;
  }
}

@media (max-width: 1199px) {
  .step-wrap .process-line {
    display: none;
  }
}

.process-card {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.process-card_img {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  border: 2px dashed transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-card_img img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-card_icon .number {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--theme-color);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--title-font);
  top: 0px;
  left: 10px;
  border: 4px solid var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-card_title {
  font-size: 22px;
  margin-top: 20px;
}

.process-card_text {
  margin-bottom: -0.3em;
}

.process-card:hover .process-card_img {
  border-color: var(--theme-color);
}

.process-card:hover .process-card_img img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  border-radius: 50%;
}

.process-card:hover .process-card_img:after {
  opacity: 1;
}

.process-card:hover .process-card_icon .number {
  left: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .process-area5 .process-line {
    -webkit-transform: translate(calc(-50% + 300px), calc(-50% + 25px));
        -ms-transform: translate(calc(-50% + 300px), calc(-50% + 25px));
            transform: translate(calc(-50% + 300px), calc(-50% + 25px));
    margin: 0 -300px;
  }
  .process-card .process-card_img .process-card_icon span.number1 {
    -webkit-transform: translate(-55%, -30px) rotate(-20deg);
        -ms-transform: translate(-55%, -30px) rotate(-20deg);
            transform: translate(-55%, -30px) rotate(-20deg);
  }
  .process-card .process-card_img .process-card_icon span.number2 {
    -webkit-transform: translate(-100%, -145px) rotate(15deg);
        -ms-transform: translate(-100%, -145px) rotate(15deg);
            transform: translate(-100%, -145px) rotate(15deg);
  }
  .process-card .process-card_img .process-card_icon span.number3 {
    -webkit-transform: translate(-100%, -98px) rotate(-13deg);
        -ms-transform: translate(-100%, -98px) rotate(-13deg);
            transform: translate(-100%, -98px) rotate(-13deg);
  }
  .process-card .process-card_img .process-card_icon span.number4 {
    -webkit-transform: translate(-100%, -120px) rotate(20deg);
        -ms-transform: translate(-100%, -120px) rotate(20deg);
            transform: translate(-100%, -120px) rotate(20deg);
  }
}

@media (max-width: 1200px) {
  .process-area5 .process-line {
    display: none;
  }
  .process-card .process-card_img .process-card_icon span {
    left: 0;
    top: 15px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .process-card:hover .process-card_icon span {
    background: var(--title-color);
    color: var(--white-color);
    z-index: 2;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .process-sec-img {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }
  .process-sec-img img {
    max-height: 500px;
  }
  .process-bg-img {
    bottom: 0 !important;
    top: auto !important;
  }
}

/*------------------- 4.00. project -------------------*/
.project-sec {
  position: relative;
  overflow: hidden;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .project-sec .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .project-sec .title-area {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .project-sec .double-line {
    display: none;
  }
}

@media (max-width: 1024px) {
  .project-area {
    background-size: cover;
    padding-bottom: 80px;
  }
}

.projectSlider {
  margin: 0 30px;
}

@media (max-width: 1899px) {
  .projectSlider {
    margin: 0;
  }
}

.projectSlider .slick-list {
  position: relative;
  display: block;
}

.projectSlider2 .slick-current.slick-active .project-card .project-content {
  bottom: 50px;
  opacity: 1;
}

.projectSlider2 .slick-slide .slick-current .slick-active .project-content {
  bottom: 50px;
  opacity: 1;
}

.projectSlider3 {
  position: relative;
  overflow: hidden;
  margin-right: -25%;
}

@media (max-width: 1899px) {
  .projectSlider3 {
    margin-right: -14%;
  }
}

.projectSlider3 .slick-list {
  padding: 0 600px !important;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1899px) {
  .projectSlider3 .slick-list {
    padding: 0 540px !important;
  }
}

@media (max-width: 1699px) {
  .projectSlider3 .slick-list {
    padding: 0 430px !important;
  }
}

@media (max-width: 1399px) {
  .projectSlider3 .slick-list {
    padding: 0 430px !important;
  }
}

@media (max-width: 1299px) {
  .projectSlider3 .slick-list {
    padding: 0 380px !important;
  }
}

@media (max-width: 1024px) {
  .projectSlider3 .slick-list {
    padding: 0 230px !important;
  }
}

@media (max-width: 767px) {
  .projectSlider3 .slick-list {
    padding: 0 180px !important;
  }
}

@media (max-width: 575px) {
  .projectSlider3 .slick-list {
    padding: 0 !important;
  }
}

.projectSlider3 .slick-current.slick-active .project-card .project-content {
  bottom: 50px;
  opacity: 1;
}

.projectSlider3 .slick-slide .slick-current .slick-active .project-content {
  bottom: 50px;
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.project-card {
  position: relative;
  --space: 50px;
  overflow: hidden;
}

@media (max-width: 1799px) {
  .project-card {
    --space: 25px;
  }
}

.project-card.slick-initialized .slick-slide {
  display: block !important;
}

.project-card.style2 {
  --space: 40px;
  /* Extra small devices */
}

@media (max-width: 1799px) {
  .project-card.style2 {
    --space: 25px;
  }
}

@media (max-width: 375px) {
  .project-card.style2 {
    --space: 20px;
  }
}

.project-card.style2:hover .project-content {
  bottom: 40px;
  opacity: 1;
  /* Medium devices */
}

@media (max-width: 991px) {
  .project-card.style2:hover .project-content {
    bottom: 30px;
  }
}

.project-card.style2 .project-img {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-card.style2 .project-img:before {
  background: rgba(0, 0, 0, 0.7);
}

.project-card:hover .project-img:before {
  opacity: 1;
  visibility: visible;
}

.project-card:hover .project-content {
  bottom: 50px;
  opacity: 1;
  /* Medium devices */
}

@media (max-width: 991px) {
  .project-card:hover .project-content {
    bottom: 30px;
  }
}

.project-card .project-img {
  position: relative;
  overflow: hidden;
}

.project-card .project-img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project-card .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project-card .project-content {
  position: absolute;
  left: var(--space);
  bottom: -40px;
  opacity: 0;
  min-width: 300px;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Medium devices */
}

@media (max-width: 1599px) {
  .project-card .project-content {
    min-width: 200px;
  }
}

@media (max-width: 991px) {
  .project-card .project-content {
    bottom: -30px;
  }
}

.project-card .project-content .media-left {
  background: var(--white-color);
  padding: 28px 32px;
  position: relative;
  /* Extra small devices */
}

@media (max-width: 1599px) {
  .project-card .project-content .media-left {
    padding: 18px 28px;
  }
}

@media (max-width: 375px) {
  .project-card .project-content .media-left {
    padding: 16px 20px;
  }
}

.project-card .project-content .media-left .project-subtitle {
  background: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white-color);
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 20px;
}

.project-card .project-content .project-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: var(--title-color);
  margin-bottom: 0;
  /* Extra small devices */
  /* Medium Large devices */
}

@media (max-width: 1599px) {
  .project-card .project-content .project-title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 375px) {
  .project-card .project-content .project-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.project-card .project-content .project-title:hover {
  color: var(--theme-color);
}

.project-card .project-content .project-title:hover a {
  color: inherit;
}

@media (max-width: 1299px) {
  .project-card .project-content .project-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.project-card .project-content .project-title a {
  color: inherit;
}

.project-card .project-content .project-btn {
  position: absolute;
  top: 50%;
  right: -10%;
  background-color: var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  width: var(--icon-size, 80px);
  height: var(--icon-size, 80px);
  line-height: var(--icon-size, 80px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 80px) / -2);
  padding: 10px;
  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;
}

.project-details-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  padding: 50px 0;
}

.project-details-nav li {
  font-family: var(--body-font);
  max-width: 430px;
}

.project-details-nav li a {
  color: var(--title-color);
  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;
}

.project-details-nav li a:hover {
  color: var(--theme-color);
}

.project-details-nav li a:hover .icon {
  background: var(--theme-color);
}

.project-details-nav li a .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  display: block;
  margin-bottom: 5px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .project-details-nav li a .title {
    display: none;
  }
}

.project-details-nav li a .text {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0A0A0A;
}

.project-details-nav li a .text i {
  margin-right: 5px;
  color: var(--theme-color);
}

.project-details-nav li .thumb {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  min-width: 120px;
  /* Small devices */
}

@media (max-width: 767px) {
  .project-details-nav li .thumb {
    display: none;
  }
}

.project-details-nav li .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  margin-left: -25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.project-details-nav li .project-details-bar-icon {
  font-size: 35px;
  color: var(--title-color);
  font-weight: 500;
}

.project-details-nav li.next-project-nav {
  text-align: right;
}

.project-details-nav li.next-project-nav .thumb {
  margin-right: 0;
}

.project-details-nav li.next-project-nav .text i {
  margin: 0 0 0 5px;
}

.portfolio-sec {
  position: relative;
  overflow: hidden;
}

.portfolio-img {
  position: relative;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .portfolio-img {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .portfolio-img {
    margin-bottom: 30px;
  }
}

.projectSlider2 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-img {
  -webkit-transform: scaleY(0.9);
      -ms-transform: scaleY(0.9);
          transform: scaleY(0.9);
}

.projectSlider2 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-content {
  bottom: 70px;
  opacity: 1;
}

.projectSlider3 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-img {
  -webkit-transform: scaleY(0.9);
      -ms-transform: scaleY(0.9);
          transform: scaleY(0.9);
}

.project-details-wrap {
  position: relative;
  z-index: 3;
  padding: 30px 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 70px;
  border-bottom: 1px solid var(--gray-color);
  margin-bottom: 40px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .project-details-wrap {
    gap: 0 30px;
  }
}

@media (max-width: 1299px) {
  .project-details-wrap {
    gap: 0 10px;
  }
}

@media (max-width: 1199px) {
  .project-details-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    padding: 0 10px 30px 10px;
  }
}

@media (max-width: 767px) {
  .project-details-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-details-wrap li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.project-details-wrap li .title {
  font-weight: 600;
  font-size: 16px;
  color: #0A0A0A;
  margin-bottom: 0;
}

.project-details-wrap li .text {
  font-weight: 400;
  font-size: 16px;
  color: #4b4b4b;
  margin-bottom: 0;
}

/* Project 2 ---------------------------------- */
.project-box {
  position: relative;
}

.project-box:hover .project-img:before {
  visibility: visible;
  opacity: 0.6;
}

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

.project-box .project-img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.project-box .project-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-box .project-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--title-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.project-box .project-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
  outline: 0px solid rgba(255, 255, 255, 0.13);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.project-box .project-btn:hover {
  outline: 15px solid rgba(255, 255, 255, 0.13);
}

/* Project Details ---------------------------------- */
.project-info {
  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;
  border-bottom: 1px solid #EAECF3;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.project-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-info_title {
  font-family: var(--body-font);
  font-size: 18px;
  margin-bottom: 0;
}

.project-info_icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
}

.project-info_text {
  margin-bottom: 0;
}

.th-loader {
  position: relative;
}

.loadcontent {
  display: none;
}

/*=================================
    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: -.65rem;
}

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

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

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

.mr-80 {
  margin-right: 80px;
  /* Small devices */
}

@media (max-width: 767px) {
  .mr-80 {
    margin-right: 0;
  }
}

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

@media (max-width: 1399px) {
  .ml-80 {
    margin-left: 0;
  }
}

.fs-6 {
  font-size: 1.5rem !important;
}

.fs-24 {
  font-size: 24px;
}

.ser-gy-4 {
  --bs-gutter-y: 2.3rem;
}

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

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

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

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

/*=================================
    06. RTL
==================================*/
/*------------------- Global -------------------*/
/* rtl Support */
[dir="rtl"] {
  /*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
  /* Header 1 ---------------------------------- */
  /* Header 2 ---------------------------------- */
  /* Header 3 ---------------------------------- */
  /* Large devices */
  /* Medium 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"] .mr-80 {
  margin-left: 80px;
  margin-right: 0;
  /* Small devices */
}

@media (max-width: 767px) {
  [dir="rtl"] .mr-80 {
    margin-left: 0;
  }
}

[dir="rtl"] .offset-lg-2 {
  margin-left: 16.66666667%;
}

[dir="rtl"] .header-links li:not(:last-child) {
  margin: 0;
  padding: 0;
  border-right: none;
  border-left: 1px solid var(--body-color);
  padding-left: 20px;
}

[dir="rtl"] .header-links li:not(:first-child) {
  padding: 0 16px 0 0;
  margin: 0;
  border-right: none;
}

[dir="rtl"] .header-links li > i {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .header-social a:not(:last-child) {
  margin: 0;
  padding: 0;
}

[dir="rtl"] .header-social a:not(:last-child):after {
  display: none;
}

[dir="rtl"] .header-social a:not(:first-child) {
  padding: 0;
  margin: 0 12px 0 0;
}

[dir="rtl"] .header-social a:not(:first-child):after {
  right: 0;
  left: auto;
  display: block;
}

[dir="rtl"] .menu-expand i {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .main-menu > ul > li:first-child {
  margin-left: 15px !important;
  margin-right: 0 !important;
}

[dir="rtl"] .main-menu > ul > li:last-child {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

[dir="rtl"] .main-menu .sub-menu {
  text-align: right;
}

[dir="rtl"] .main-menu .sub-menu li a {
  padding-left: 0;
  padding-right: 23px;
}

[dir="rtl"] .main-menu .sub-menu li a:before {
  left: unset;
  right: 0;
}

[dir="rtl"] .main-menu .sub-menu li.menu-item-has-children > a:after {
  float: left;
  content: "\f104";
  margin-left: 0;
}

[dir="rtl"] .main-menu .sub-menu {
  left: unset;
  right: -23px;
}

[dir="rtl"] .main-menu ul.sub-menu {
  left: unset;
  right: -27px;
}

[dir="rtl"] .main-menu ul.sub-menu li a {
  padding-left: auto;
  padding-right: 0;
}

[dir="rtl"] .main-menu ul.sub-menu li a:before {
  right: 10px;
  left: auto;
}

[dir="rtl"] .main-menu ul.sub-menu li a:hover {
  padding-right: 30px;
  padding-left: 0;
}

[dir="rtl"] .main-menu ul.sub-menu li a:hover:before {
  left: auto;
  right: 0;
}

[dir="rtl"] .main-menu ul.sub-menu li ul.sub-menu {
  left: auto;
  right: 100%;
  top: 0px;
  margin: 0px 16px 0px 0px;
}

[dir="rtl"] .main-menu > ul > li {
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  [dir="rtl"] .main-menu > ul > li {
    margin: 0 12px;
  }
}

[dir="rtl"] .header-layout1 .main-menu {
  margin-left: unset;
  margin-right: -120px;
}

@media (max-width: 1599px) {
  [dir="rtl"] .header-layout1 .main-menu {
    margin-right: -80px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .header-layout1 .main-menu {
    margin-left: unset;
    margin-right: 0;
  }
}

[dir="rtl"] .header-layout1 .header-right .header-links li {
  border-right: none;
  padding: 0 0 0 16px;
  margin: 0 0 0 16px;
  border-left: 1px solid var(--body-color);
}

[dir="rtl"] .header-layout1 .logo-bg {
  left: unset;
  height: 98px;
  /* Medium devices */
}

@media (max-width: 991px) {
  [dir="rtl"] .header-layout1 .logo-bg {
    height: 86px;
  }
}

[dir="rtl"] .header-layout1 .logo-bg:before {
  left: unset;
  right: 0;
  border-left: 2px solid var(--theme-color);
  border-right: none;
}

[dir="rtl"] .main-menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

[dir="rtl"] .popup-search-box form input {
  padding: 0 30px 0 85px;
}

[dir="rtl"] .popup-search-box form button {
  left: 12px;
  right: auto;
}

[dir="rtl"] .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  left: 0;
  right: unset;
}

[dir="rtl"] .th-menu-wrapper .th-menu-toggle {
  left: -16.5px;
  right: unset;
  top: 25px;
}

[dir="rtl"] .th-menu-wrapper .th-menu-area {
  right: -110%;
  border-left: 3px solid var(--theme-color);
  border-right: none;
}

[dir="rtl"] .th-menu-wrapper.th-body-visible .th-menu-area {
  right: 0%;
}

[dir="rtl"] .th-btn .icon i {
  position: relative;
  top: 0;
  left: 0;
  right: unset;
  margin-right: 10px;
  margin-left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .th-btn i {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .th-btn:hover .icon i {
  position: relative;
  top: -22px;
  left: -30px;
  right: unset;
}

[dir="rtl"] .th-mobile-menu {
  text-align: right;
}

[dir="rtl"] .th-mobile-menu ul li a {
  padding-left: 0;
  padding-right: 18px;
}

[dir="rtl"] .th-mobile-menu ul li a:before {
  left: unset;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

[dir="rtl"] .th-mobile-menu ul li a:after {
  display: none;
}

[dir="rtl"] .th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  right: unset;
  left: 0;
}

[dir="rtl"] .info-box_icon {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .request-quote-form select,
[dir="rtl"] .request-quote-form .form-control,
[dir="rtl"] .request-quote-form .form-select,
[dir="rtl"] .request-quote-form textarea,
[dir="rtl"] .request-quote-form input {
  padding-left: 0;
  padding-right: 42px;
}

[dir="rtl"] .request-quote-form .form-group i {
  left: unset;
  right: 33px;
}

[dir="rtl"] .nice-select:after {
  right: unset;
  left: 20px;
}

[dir="rtl"] .slick-dots li {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .copyright-wrap .footer-links {
  text-align: left;
}

[dir="rtl"] .copyright-wrap .footer-links ul li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #CDCDCD;
  padding-right: 0;
  margin-right: 0;
  padding-left: 15px;
  margin-left: 10px;
}

[dir="rtl"] .header-button .th-btn {
  margin: 0 15px 0 0;
}

[dir="rtl"] .header-layout2 .header-top:before {
  right: unset;
  left: 0;
}

@media (max-width: 1799px) {
  [dir="rtl"] .header-layout2 .header-top:before {
    width: 100%;
  }
}

[dir="rtl"] .header-layout2 .header-links {
  margin-left: auto;
  margin-right: 300px;
}

@media (max-width: 1599px) {
  [dir="rtl"] .header-layout2 .header-links {
    margin-right: 0;
  }
}

[dir="rtl"] .header-layout2 .logo-shape2 {
  left: auto;
  right: 0;
}

[dir="rtl"] .header-layout2 .logo-shape2 img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

[dir="rtl"] .header-layout2 .main-menu {
  padding-left: 0;
  padding-right: 93px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  [dir="rtl"] .header-layout2 .main-menu {
    padding-right: 30px;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .header-layout2 .main-menu {
    padding-right: 0px;
  }
}

[dir="rtl"] .header-layout2 .header-button .header-info {
  border-right: 1px solid #4B4B4B;
  border-left: none;
  margin: 0 15px 0 0;
  padding: 0 40px 0 0;
}

[dir="rtl"] .header-layout2 .header-right {
  position: relative;
  margin-left: -62px;
  margin-right: auto;
  z-index: 9;
}

@media (max-width: 1799px) {
  [dir="rtl"] .header-layout2 .header-right {
    margin-left: 0;
  }
}

[dir="rtl"] .header-layout2 .header-right .langauge .nice-select {
  margin: 0 0px 0 20px;
  padding: 0 0px 0 50px;
  border-right: none;
  border-left: 1px solid var(--body-color);
}

[dir="rtl"] .header-layout2 .header-right .langauge .nice-select:after {
  right: unset;
  left: 35px;
  top: -19px;
}

[dir="rtl"] .header-layout3 .sticky-wrapper:after {
  left: auto;
  right: 100px;
  /* Large devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .header-layout3 .sticky-wrapper:after {
    right: 0;
  }
}

[dir="rtl"] .header-layout3 .header-right .header-links li {
  border-right: none;
  border-left: 1px solid var(--body-color);
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}

[dir="rtl"] .footer-widget .widget_title:before, [dir="rtl"] .footer-widget .widget_title:after {
  left: unset;
  right: 0;
}

[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 25px 0 0;
}

[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: unset;
  right: 0;
  -webkit-transform: translateY(0%) rotateY(180deg);
          transform: translateY(0%) rotateY(180deg);
}

[dir="rtl"] .footer-widget input, [dir="rtl"] .footer-widget select {
  text-align: right;
}

[dir="rtl"] .footer-top ul li + li {
  border-right: 1px solid #2a3348;
  padding-right: 58px;
  margin-right: 85px;
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] .footer-contact-wrap .details {
  margin-right: 18px;
  margin-left: 0;
}

[dir="rtl"] .newsletter-form input {
  padding: 0 26px 0 60px;
}

[dir="rtl"] .newsletter-form .th-btn {
  left: 0;
  right: auto;
}

[dir="rtl"] .newsletter-widget .info i,
[dir="rtl"] .newsletter-widget .info svg {
  margin-left: 5px;
  margin-right: 0;
}

[dir="rtl"] .recent-post .media-img {
  margin-left: 15px;
  margin-right: 0;
}

[dir="rtl"] .recent-post .recent-post-meta a i {
  margin-left: 6px;
  margin-right: 0;
}

@media (max-width: 1199px) {
  [dir="rtl"] .footer-top ul li + li {
    border: 0;
    margin-right: 54px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .footer-top ul li + li + li {
    margin-right: 0;
    padding-right: 0;
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .footer-top ul li + li {
    margin-right: 0;
  }
  [dir="rtl"] .footer-top ul li + li + li {
    padding-top: 0;
  }
}

[dir="rtl"] .img-box3 .img1 {
  text-align: left;
  /* Large devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .img-box3 .img1 {
    text-align: center;
  }
}

[dir="rtl"] .img-box3 .img3 {
  position: absolute;
  top: 17%;
  left: 15%;
  right: unset;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  [dir="rtl"] .img-box3 .img3 {
    left: 0;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .img-box3 .img3 {
    left: 25%;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .img-box3 .img3 {
    left: 0%;
  }
}

[dir="rtl"] .img-box3 .about-shape {
  right: unset;
  left: 16%;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .img-box3 .about-shape {
    left: 25%;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .img-box3 .about-shape {
    left: 0%;
  }
}

[dir="rtl"] .img-box3 .line-animation {
  right: 45px;
}

[dir="rtl"] .img-box3 .about-counter {
  right: 0;
}

[dir="rtl"] .img-box3 .vehicle-repair {
  left: unset;
  right: 0px;
}

[dir="rtl"] .about-counter1 {
  left: -20px;
  right: unset;
  /* Small devices */
}

@media (max-width: 767px) {
  [dir="rtl"] .about-counter1 {
    left: 0;
  }
}

[dir="rtl"] .service-box_wrapper .service-title .line-animation {
  right: 0;
}

[dir="rtl"] .half-line-btn:before {
  right: 0;
}

[dir="rtl"] .half-line-btn i {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .service-item_icon:before {
  left: unset;
  right: -16px;
}

[dir="rtl"] .feature-box {
  text-align: left;
  margin-right: -130px;
  margin-left: 0;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  [dir="rtl"] .feature-box {
    margin: 0 -0px 0 0;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .feature-box {
    text-align: center;
    margin-right: 0;
    margin-top: 50px;
  }
}

[dir="rtl"] .feature-counter-wrapp {
  left: 30px;
  right: unset;
}

[dir="rtl"] .feature-counter .counter-title {
  /* Large devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .feature-counter .counter-title {
    font-size: 14px;
    line-height: 24px;
  }
}

[dir="rtl"] .team-card .team-card-content {
  left: auto;
  right: var(--space);
}

[dir="rtl"] .request-quote-form .request-shape {
  left: unset;
  right: -25%;
}

@media (max-width: 1699px) {
  [dir="rtl"] .teamSlide1 {
    margin: 0 -70px 0 0;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .teamSlide1 {
    margin: 0;
  }
}

[dir="rtl"] .team-card .team-social .th-social a {
  margin: -1px -1px 0 0;
}

[dir="rtl"] .checklist ul {
  padding-right: 0;
}

[dir="rtl"] .brand-title:before {
  margin-left: unset;
  margin-right: -32.4rem;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  [dir="rtl"] .brand-title:before {
    margin-right: -15.6rem;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .brand-title:before {
    margin-right: -11.6rem;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .brand-title:before {
    margin-right: -7.9rem;
  }
}

[dir="rtl"] .brand-title:after {
  margin-left: unset;
  margin-right: 1rem;
}

[dir="rtl"] .request-quote-form.style2 {
  margin: 0 0px -35px 40px;
  /* Large devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .request-quote-form.style2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .request-quote-form.style2 {
    margin: 0 0px 40px 0px;
  }
}

[dir="rtl"] .feature-item_icon:before {
  left: auto;
  right: -16px;
}

@media (max-width: 1399px) {
  [dir="rtl"] .feature-item_icon:before {
    right: 40%;
  }
}

[dir="rtl"] .feature-wrap.style2 .feature-item_icon:before {
  /* Large devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .feature-wrap.style2 .feature-item_icon:before {
    left: auto;
    right: 40%;
  }
}

@media (min-width: 1399px) {
  [dir="rtl"] .feature-sec .title-area {
    margin-right: auto;
    margin-left: 80px;
  }
}

[dir="rtl"] .th-counterup {
  border-right: none;
  border-left: 1px dashed var(--body-color);
  margin: 0 0 0 50px;
  padding: 0 0 0 50px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  [dir="rtl"] .th-counterup {
    margin: 0 0 0 25px;
    padding: 0 0 0 25px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .th-counterup {
    border-left: 1px dashed var(--body-color);
    border-bottom: 1px dashed var(--body-color);
    padding: 50px;
    margin: 0px;
  }
  [dir="rtl"] .th-counterup:nth-child(2) {
    border-left: 1px dashed transparent;
    margin-left: 0;
    margin: 0px;
  }
  [dir="rtl"] .th-counterup:nth-child(3) {
    border-bottom: 1px dashed transparent;
  }
  [dir="rtl"] .th-counterup:last-child {
    border-bottom: 1px dashed transparent;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .th-counterup {
    padding: 30px;
  }
}

@media (max-width: 460px) {
  [dir="rtl"] .th-counterup {
    border: none;
  }
}

[dir="rtl"] .th-counterup.style3 {
  text-align: center;
  border-left: 1px dashed var(--white-color);
  border-right: none;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .th-counterup.style3 {
    border-left: 1px dashed var(--white-color);
    border-right: none;
    border-bottom: 1px dashed var(--white-color);
    padding: 50px 0;
  }
  [dir="rtl"] .th-counterup.style3:nth-child(2) {
    border-right: none;
    border-left: 1px dashed transparent;
  }
  [dir="rtl"] .th-counterup.style3:nth-child(3) {
    border-bottom: 1px dashed transparent;
  }
  [dir="rtl"] .th-counterup.style3:last-child {
    border-bottom: 1px dashed transparent;
  }
}

@media (max-width: 575px) {
  [dir="rtl"] .th-counterup.style3 {
    border: none;
    padding: 20px 0;
  }
}

[dir="rtl"] .th-counterup.style3 .inner {
  display: block;
  /* Large devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .th-counterup.style3 .inner {
    max-width: 100%;
  }
}

[dir="rtl"] .th-counterup.style3 .inner .icon {
  background-color: var(--theme-color);
  padding: 24px;
  min-width: 100px;
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
}

[dir="rtl"] .th-counterup.style3 .inner .content .counter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[dir="rtl"] .th-counterup:last-child {
  border-left: 1px dashed transparent;
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] .feature-content .feature-item_icon:before {
  /* Medium devices */
}

@media (max-width: 991px) {
  [dir="rtl"] .feature-content .feature-item_icon:before {
    left: auto;
    right: 40%;
  }
}

[dir="rtl"] .testi-grid {
  margin-left: unset;
  margin-right: 40px;
}

[dir="rtl"] .testi-grid_img {
  margin-left: unset;
  margin-right: -90px;
  /* Small devices */
}

@media (max-width: 767px) {
  [dir="rtl"] .testi-grid_img {
    margin-right: -60px;
  }
}

[dir="rtl"] .testi-grid_profile {
  margin-left: unset;
  margin-right: 50px;
}

[dir="rtl"] .video-box1 {
  margin: 0 100px 0 -50%;
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  [dir="rtl"] .video-box1 {
    margin: 0 30px 0 0;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .video-box1 {
    width: 100%;
    height: 100%;
    margin: 30px 0 0 0;
  }
}

[dir="rtl"] .request-quote-form textarea.form-control {
  min-height: 120px;
  padding: 12px 20px;
  padding-left: 20px;
  padding-right: 45px;
}

[dir="rtl"] .accordion-card .accordion-button {
  padding: 12px 30px 12px 45px;
}

[dir="rtl"] .accordion-card .accordion-button:after {
  right: unset;
  left: 30px;
}

@media (max-width: 450px) {
  [dir="rtl"] .accordion-card .accordion-button:after {
    left: 12px;
  }
}

[dir="rtl"] .feature-content {
  margin: 0 -120px -40px -315px;
  padding: 80px 80px 80px 315px;
  /* Large devices */
}

@media (max-width: 1899px) {
  [dir="rtl"] .feature-content {
    margin: 0 -120px -40px -215px;
  }
}

@media (max-width: 1740px) {
  [dir="rtl"] .feature-content {
    margin: 0 -115px -40px -120px;
    padding: 80px 80px 80px 115px;
  }
}

@media (max-width: 1599px) {
  [dir="rtl"] .feature-content {
    margin: 0 -120px -40px -50px;
    padding-right: 80px;
    padding-left: 50px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .feature-content {
    margin: 0 0px -40px 0px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .feature-content {
    padding: 30px;
  }
}

[dir="rtl"] .available-list li.unavailable:after {
  left: 4px;
  right: auto;
}

[dir="rtl"] .price-card_price .currency {
  right: 0px;
  left: auto;
}

[dir="rtl"] .process-sec {
  position: relative;
  overflow: hidden;
}

[dir="rtl"] .process-sec .process-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 44%;
  left: auto;
  right: 40%;
  -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
      -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
          transform: translate(calc(-50% + 500px), calc(-50% + 25px));
  margin: 0 -500px;
  /* Large devices */
}

@media (min-width: 1922px) {
  [dir="rtl"] .process-sec .process-line {
    right: 45%;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .process-sec .process-line {
    right: 45%;
    -webkit-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
        -ms-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
            transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    max-width: 100%;
  }
  [dir="rtl"] .process-sec .process-line img {
    width: 85%;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .process-sec .process-line {
    display: none;
  }
}

[dir="rtl"] .blog-meta span:not(:last-child),
[dir="rtl"] .blog-meta a:not(:last-child) {
  border-right: none;
  border-left: 1px solid #CDCDCD;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  [dir="rtl"] .blog-meta span:not(:last-child),
  [dir="rtl"] .blog-meta a:not(:last-child) {
    margin-left: 6px;
    padding-left: 8px;
  }
}

[dir="rtl"] .blog-card-content .blog-meta span i,
[dir="rtl"] .blog-card-content .blog-meta a i {
  margin-left: 6px;
  margin-right: 0;
}

[dir="rtl"] .blog-meta span i,
[dir="rtl"] .blog-meta a i {
  margin-right: unset;
  margin-left: 6px;
}

[dir="rtl"] .hero-1 .slick-arrow.default {
  --pos-x: -100px;
}

@media (max-width: 1699px) {
  [dir="rtl"] .hero-1 .slick-arrow.default {
    --pos-x: -40px;
  }
}

[dir="rtl"] .hero-1 .slick-arrow.default:hover .icon-text {
  margin-left: auto;
  margin-right: -10px;
}

[dir="rtl"] .hero-1 .slick-arrow.default1 {
  --pos-x: 100px;
}

@media (max-width: 1699px) {
  [dir="rtl"] .hero-1 .slick-arrow.default1 {
    --pos-x: 40px;
  }
}

[dir="rtl"] .hero-1 .slick-arrow.default1:hover .icon-text {
  margin-right: auto;
  margin-left: -10px;
}

[dir="rtl"] .hero-2 .hero-shape {
  right: auto;
  left: 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  [dir="rtl"] .hero-2 .hero-shape {
    bottom: 0;
  }
}

[dir="rtl"] .hero-2 .hero-shape2 {
  left: auto;
  right: 0;
}

[dir="rtl"] .hero-2 .hero-bg {
  left: 18%;
  right: auto;
}

[dir="rtl"] .hero-2 .slick-arrow {
  right: auto;
  left: 15%;
}

[dir="rtl"] .process-sec .process-line {
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  [dir="rtl"] .process-sec .process-line {
    left: 40%;
    -webkit-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
        -ms-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
            transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    max-width: 90%;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .process-sec .process-line {
    left: 45%;
  }
}

[dir="rtl"] .accordion-card.style2 .accordion-body {
  margin: 0 30px 0 130px;
  padding: 20px 0 30px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  [dir="rtl"] .accordion-card.style2 .accordion-body {
    margin: 0 30px 0 30px;
  }
}

@media (min-width: 1199px) {
  [dir="rtl"] .accordion-area .title-area {
    margin-right: auto;
    margin-left: 80px;
  }
}

[dir="rtl"] .hero-indicator3 {
  left: auto;
  right: 150px;
}

@media (max-width: 1899px) {
  [dir="rtl"] .hero-indicator3 {
    right: 50px;
  }
}

[dir="rtl"] .hero-3 .th-hero-img {
  margin: 142px 30px 0 -50%;
  border-left: none;
  border-right: 12px solid var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 1.2% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 1.2% 100%);
  /* Medium devices */
}

@media (max-width: 991px) {
  [dir="rtl"] .hero-3 .th-hero-img {
    margin: 0;
  }
}

/*------------------- 4.00. Update 1 -------------------*/
/*------------------- Global -------------------*/
.th-btn.style-play {
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  padding: 20px;
  width: 60px;
  min-width: 60px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.th-btn.style-play:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}

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

.th-btn.style-play > i {
  margin-left: -3px;
}

.th-btn.style-play:hover:before {
  background-color: var(--white-color);
}

.body-shape7 {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@media (min-width: 1600px) {
  .th-container3 {
    max-width: 1680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.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;
  color: var(--theme-color);
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}

.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_shopping_cart .as-btn {
  margin-right: 15px;
}

.widget_shopping_cart .as-btn:last-child {
  margin-right: 0;
}

/* Why 2 ---------------------------------- */
.th-video {
  position: relative;
}

.th-video.style1 {
  padding-right: 65px;
  height: 100%;
}

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

.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.th-video .play-btn > i {
  display: inline-block;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.5em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.th-video .play-btn:after, .th-video .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;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-video.style1 {
    padding-right: 0;
  }
}

/* Feature 3 ---------------------------------- */
.feature-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.feature-media-wrap {
  max-width: 590px;
}

.feature-media_num {
  width: 80px;
  height: 80px;
  line-height: 80px;
  min-width: 80px;
  line-height: 83px;
  color: var(--theme-color);
  background-color: #272A35;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--title-font);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-media_title {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: -0.26em;
}

.feature-media_text {
  margin-bottom: -0.5em;
  color: #8b8e95;
}

.feature-media:last-child {
  margin-bottom: 0;
}

.feature-media:hover .feature-media_num {
  background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-media {
    margin-bottom: 40px;
  }
  .feature-media-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  .feature-media:last-child {
    margin-bottom: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .feature-media_title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .feature-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature-media_content {
    text-align: center;
  }
}

.body-shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: movingX 10s linear infinite;
          animation: movingX 10s linear infinite;
}

.cta-group {
  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;
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .cta-group .th-btn {
    padding: 16px 25px;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .cta-group {
    display: block;
    text-align: center;
  }
  .cta-group .th-btn:first-child {
    margin-bottom: 15px;
  }
}

/* Feature 2 ---------------------------------- */
.feature-circle {
  background-color: var(--title-color);
  text-align: center;
  padding: 60px 15px;
}

.feature-circle_title {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: -0.4em;
  margin-top: 15px;
}

.feature-circle .circle {
  position: relative;
}

.feature-circle .circle-num {
  color: var(--white-color);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--title-font);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-circle_title {
    font-size: 20px;
    margin-top: 10px;
  }
}

.circle-bg {
  margin-top: -225px;
  padding-top: 225px;
}

/* Feature 3 ---------------------------------- */
.feature-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.feature-media-wrap {
  max-width: 590px;
}

.feature-media_num {
  width: 80px;
  height: 80px;
  line-height: 80px;
  min-width: 80px;
  line-height: 83px;
  color: var(--theme-color);
  background-color: #272A35;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--title-font);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-media_title {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: -0.26em;
}

.feature-media_text {
  margin-bottom: -0.5em;
  color: var(--light-color);
}

.feature-media:last-child {
  margin-bottom: 0;
}

.feature-media:hover .feature-media_num {
  background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-media {
    margin-bottom: 40px;
  }
  .feature-media-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  .feature-media:last-child {
    margin-bottom: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .feature-media_title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .feature-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature-media_content {
    text-align: center;
  }
}

.contact-box {
  border: 1px solid var(--border-color);
}

.contact-box_img {
  margin: -1px;
}

.contact-box_img img {
  width: 100%;
}

.contact-box_icon i {
  font-size: 48px;
  color: var(--theme-color);
}

.contact-box_text {
  margin-top: -0.08em;
  margin-bottom: 2px;
}

.contact-box_link {
  margin-bottom: -0.1em;
}

.contact-box_link a {
  color: inherit;
}

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

.contact-box_content {
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.map-sec {
  line-height: 1px;
}

.map-sec iframe {
  aspect-ratio: 16 / 4.6;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-box_content {
    gap: 15px;
    padding: 25px 15px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .map-sec iframe {
    aspect-ratio: 16 / 6;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .contact-box_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .map-sec iframe {
    height: 220px;
  }
}

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

.header-notice {
  margin-bottom: 0;
}

.simple-icon {
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #d9d9d9;
  padding: 0;
}

.header-top-area {
  position: relative;
  z-index: 2;
  --shape-width: 31%;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-top-area {
    --shape-width: 29%;
  }
}

@media (max-width: 1599px) {
  .header-top-area {
    --shape-width: 28%;
  }
}

.header-top-area:before, .header-top-area:after {
  content: "";
  height: 150px;
  width: var(--shape-width);
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.header-top-area:before {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
  z-index: 1;
}

.header-top-area:after {
  height: 50px;
  width: calc(var(--shape-width) + 20px);
  background-color: #c12901;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
}

.logo-style2 {
  position: relative;
  z-index: 2;
  margin-right: 148px;
  margin-top: -43px;
}

.header-layout4 .sticky-wrapper {
  position: relative;
}

@media (min-width: 1460px) {
  .header-layout4 {
    --main-container: 1354px;
  }
}

.header-layout4 .header-top {
  background-color: var(--white-color);
  padding: 11px 0;
}

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

.header-layout4 .header-top a,
.header-layout4 .header-top li,
.header-layout4 .header-top p {
  color: var(--title-color);
  font-weight: 500;
}

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

.header-layout4 .menu-top {
  background-color: #161921;
  padding: 23.5px 0;
}

.header-layout4 .header-button {
  margin-left: 130px;
  gap: 15px;
}

.header-layout4 .menu-area {
  background-color: #070a10;
}

.header-layout4 .main-menu > ul > li > a {
  padding: 16.5px 0;
  color: var(--white-color);
  text-transform: uppercase;
}

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

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

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

.header-layout4 .header-social .social-title {
  font-size: 16px;
  color: var(--title-color);
}

.header-layout4 .icon-btn {
  --icon-bg: #2c3039;
  color: var(--white-color);
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  text-align: center;
  border-radius: 50%;
  border: none;
}

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

.header-layout4 .icon-btn:hover .badge {
  background-color: var(--white-color);
  color: var(--title-color);
}

.header-layout4 .icon-btn .badge {
  background-color: var(--theme-color);
}

.header-layout4 .header-info {
  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-layout4 .header-info_icon {
  color: var(--white-color);
  font-size: 32px;
  margin: 0 15px 0 0;
}

.header-layout4 .header-info_label {
  font-size: 14px;
  font-family: var(--title-font);
  color: #74787C;
  text-transform: capitalize;
}

.header-layout4 .header-info_link {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
}

.header-layout4 .header-info_link a {
  color: inherit;
}

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

.header-link-btn {
  margin-left: 15px;
  color: var(--theme-color);
  text-transform: uppercase;
}

.header-link-btn i {
  margin-right: 10px;
}

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

.logo-shape1 {
  padding: 20px 0;
  background-color: var(--theme-color);
  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;
  position: relative;
  z-index: 2;
}

.logo-shape1:before, .logo-shape1:after,
.logo-shape1 .shape {
  content: "";
  height: 100%;
  width: 2222px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  right: -67px;
  z-index: -1;
  -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%);
}

.logo-shape1:after {
  background-color: #c51726;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
  z-index: -2;
}

.logo-shape1 .shape {
  right: -95px;
  background-color: rgba(197, 23, 38, 0.1);
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-top-area {
    position: relative;
    z-index: 2;
    --shape-width: 35%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout4 .header-button {
    margin-left: 0;
  }
}

@media (max-width: 1300px) {
  .header-top-area {
    --shape-width: 27%;
  }
  .header-layout4 .header-top .container {
    padding-left: 320px;
  }
  .logo-style2 {
    margin-right: 70px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-top-area {
    --shape-width: 31%;
  }
  .header-layout4 .header-button {
    margin-left: 50px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-top-area {
    --shape-width: 46%;
  }
  .header-top-area:before {
    height: 147px;
  }
  .header-layout4 .sideMenuToggler,
  .header-layout4 .searchBoxToggler,
  .header-layout4 .header-link-btn {
    display: none;
  }
  .header-layout4 .header-top {
    padding: 12px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-top-area {
    --shape-width: 50%;
  }
  .header-top-area:before, .header-top-area:after {
    height: 90px;
    margin-top: 50px;
  }
  .logo-style2 {
    margin-top: 0;
  }
  .header-layout4 .header-top .container {
    padding-left: 12px;
  }
  .header-layout4 .menu-top {
    padding: 17px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-top-area {
    --shape-width: 60%;
  }
  .logo-style2 {
    margin-right: 0;
  }
  .header-layout4 .header-button {
    margin-left: 0px;
  }
}

@media (max-width: 420px) {
  .logo-style2 {
    max-width: 170px;
  }
}

/*------------------- Hero -------------------*/
.th-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}

.number-dots .slick-dots button {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  width: 55px;
  height: 55px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  background-color: transparent;
}

.number-dots .slick-dots button:before {
  display: none;
}

.number-dots .slick-dots li {
  display: block;
  margin: 20px 0 20px 0;
}

.number-dots .slick-dots li.slick-active button {
  color: var(--theme-color);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: var(--white-color);
}

.hero-subtitle {
  margin-top: -0.4em;
}

.hero-text {
  color: var(--white-color);
  font-size: 18px;
  max-width: 460px;
}

@media (min-width: 1460px) {
  .hero-slider-4 .container {
    --main-container: 1354px;
  }
}

.hero-style4 {
  padding: 225px 0;
}

.hero-style4 .hero-title {
  color: var(--white-color);
  font-size: 80px;
  line-height: 1.125;
  margin-bottom: 20px;
}

.hero-style4 .hero-title:first-of-type {
  margin-bottom: 0 !important;
}

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

.hero-style4 .hero-text {
  margin-bottom: 50px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-style4 .hero-title {
    font-size: 72px;
  }
  .th-hero-wrapper .slick-dots {
    right: 10%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .th-hero-wrapper .slick-dots {
    right: 6%;
  }
  .hero-style4 {
    padding: 160px 0;
  }
  .hero-style4 .hero-title {
    font-size: 64px;
  }
  .hero-style4 .hero-text {
    margin-bottom: 35px;
  }
  .hero-subtitle {
    margin-bottom: 12px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-text {
    font-size: 17px;
    max-width: 440px;
  }
  .hero-style4 {
    padding: 120px 0;
  }
  .hero-style4 .hero-title {
    font-size: 54px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style4 .hero-title {
    font-size: 46px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-slider-3 .th-hero-bg img {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .hero-style4 {
    padding: 90px 0;
    text-align: center;
  }
  .hero-style4 .hero-title {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .hero-style4 .hero-text {
    margin-bottom: 25px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style4 .hero-title {
    font-size: 38px;
  }
}

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

/*------------------- Service -------------------*/
.service-block {
  --space-x: 40px;
  --space-y: 40px;
}

.service-block_img {
  max-width: calc(100% - var(--space-x)*2);
  margin-left: var(--space-x);
  margin-bottom: -125px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.service-block_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-block_content {
  background-color: var(--title-color);
  padding: calc(var(--space-y) + 125px) var(--space-x) var(--space-y) var(--space-x);
  position: relative;
  z-index: 2;
}

.service-block_content:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-block_number {
  color: var(--theme-color);
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -0.45em;
  margin-bottom: 5px;
}

.service-block_title {
  font-size: 24px;
  margin-bottom: 30px;
}

.service-block_title a {
  color: inherit;
}

.service-block_title a:hover {
  color: var(--theme-color);
}

.service-block .th-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

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

.service-block .th-btn:after {
  background-color: var(--theme-color);
}

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

.service-block:hover .service-block_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.service-block:hover .service-block_content:before {
  height: 0;
}

.service-block:hover .service-block_title {
  color: var(--white-color);
}

.service-block:hover .service-block_number {
  font-weight: 700;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-block {
    --space-x: 30px;
    --space-y: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-block {
    --space-x: 40px;
    --space-y: 40px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .service-block {
    --space-x: 30px;
    --space-y: 30px;
  }
}

/* Service 3 ---------------------------------- */
.service-item-2 {
  background-color: var(--smoke-color);
  position: relative;
}

.service-item-2_img {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.service-item-2_img img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.service-item-2_img:before, .service-item-2_img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 90px 0 0 260px;
  border-color: transparent transparent transparent var(--theme-color);
  opacity: 0.5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 1;
}

.service-item-2_img:after {
  border-width: 108px 0 0 315px;
  opacity: 0.4;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.service-item-2_content {
  background-color: var(--white-color);
  padding: 40px;
}

.service-item-2_text {
  margin-bottom: 20px;
}

.service-item-2 .th-btn {
  background-color: transparent;
  border: 2px solid #f1f1f1;
  color: var(--title-color);
  padding: 20px 34.5px;
}

.service-item-2 .th-btn:before {
  background-color: transparent;
  border: 2px solid transparent;
}

.service-item-2 .th-btn:hover {
  color: var(--white-color);
  border-color: transparent;
}

.service-item-2 .th-btn:hover:before {
  background-color: var(--theme-color);
}

.service-item-2_title {
  font-size: 24px;
  margin-top: -0.26em;
  margin-bottom: 10px;
}

.service-item-2_title a {
  color: inherit;
}

.service-item-2_title a:hover {
  color: var(--theme-color);
}

.service-item-2:hover .service-item-2_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.service-item-2:hover .service-item-2_img:before {
  border-width: 0 0 0 260px;
}

.service-item-2:hover .service-item-2_img:after {
  border-width: 0 0 0 315px;
}

/* Extra small devices */
@media (max-width: 375px) {
  .service-item-2_content {
    padding: 40px 20px;
  }
}

/* Feature 4 / Quality ---------------------------------- */
.quality-card {
  position: relative;
  z-index: 5;
  background-color: var(--white-color);
  padding: 100px 100px 110px 100px;
  max-width: 730px;
}

.quality-card .sec-title {
  font-size: 40px;
  line-height: 50px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .quality-card .sec-title {
    font-size: 36px;
    line-height: 46px;
  }
}

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

.quality-feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 40px;
  margin-bottom: 50px;
}

.quality-feature_icon {
  margin-bottom: 30px;
}

.quality-feature_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.quality-feature_title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -0.36em;
}

.quality-feature_text {
  margin-bottom: -0.5em;
}

.quality-feature:hover .quality-feature_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.skill-feature {
  margin-bottom: 45px;
}

.skill-feature:last-child {
  margin-bottom: 0;
}

.skill-feature_title,
.skill-feature .progress-value {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: -0.36em;
}

.skill-feature_title.style2,
.skill-feature .progress-value.style2 {
  font-size: 16px;
  margin-bottom: 8px;
}

.skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: transparent;
  overflow: visible;
}

.skill-feature .progress-value {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  top: -31px;
  right: 0;
}

.skill-feature.style2 .skill-feature_title,
.skill-feature.style2 .progress-value {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.skill-feature.style2 .progress-value {
  top: -34px;
}

.skill-feature.style4 .progress:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #F1F1F1;
}

.skill-feature.style4 .progress-content-outter {
  position: relative;
  height: 8px;
  background-color: transparent;
  margin-bottom: 3px;
}

.skill-feature.style4 .progress-bar {
  position: relative;
  padding-bottom: 10px;
}

.skill-feature.style4 .progress-bar:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F1F1F1;
}

/* Medium devices */
@media (max-width: 991px) {
  .quality-card {
    padding: 80px 50px 90px 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .quality-card {
    padding: 60px 15px 70px 15px;
  }
  .quality-feature {
    text-align: center;
  }
  .quality-feature-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;
  }
  .quality-feature_icon {
    margin-bottom: 20px;
  }
  .quality-feature_text {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------- About -------------------*/
.bg-shape1 {
  position: absolute;
  height: 58%;
  width: 100%;
  max-width: 1680px;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f6f6;
  z-index: -1;
}

.tab-menu4 {
  margin-bottom: 32px;
  gap: 20px;
}

.tab-menu4 .th-btn {
  background-color: var(--white-color);
  color: var(--title-color);
  padding: 15px 25px;
}

.tab-menu4 .th-btn:before {
  background-color: var(--theme-color);
}

.tab-menu4 .th-btn:hover, .tab-menu4 .th-btn.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.about-progress {
  margin-bottom: 32px;
}

.about-progress_title,
.about-progress .progress-value {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 14px;
}

.about-progress .progress {
  position: relative;
  height: 8px;
  background-color: #f6f6f6;
  overflow: visible;
  border-radius: 0;
}

.about-progress .progress-bar {
  background-color: var(--theme-color);
}

.about-progress .progress-value {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.skill-card.style4 {
  padding-top: 40px;
}

.skill-card.style4 .skill-feature {
  margin-bottom: 32px;
}

/* About 3 ---------------------------------- */
.img-box-2 {
  position: relative;
}

.img-box-2 .img2,
.img-box-2 .img3 {
  display: inline-block;
}

.img-box-2 .img2 img,
.img-box-2 .img3 img {
  width: 100%;
}

.img-box-2 .img1 {
  margin-left: auto;
  max-width: 387px;
}

.img-box-2 .img1 img {
  width: 100%;
}

.img-box-2 .img2 {
  margin-top: -100px;
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

.img-box-2 .img3 {
  position: absolute;
  bottom: 0;
  right: 127px;
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

.img-box-2 .th-experience {
  position: absolute;
  left: 75px;
  top: 14%;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .img-box-2 .th-experience {
    left: 20%;
    top: 20%;
  }
}

@media (max-width: 767px) {
  .img-box-2 .th-experience {
    max-width: 225px;
  }
}

.th-experience.style2 {
  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;
}

.th-experience.style2 .experience-year {
  font-size: 40px;
  min-width: 45px;
  margin-bottom: -0.2em;
}

.th-experience.style2 .experience-text {
  font-size: 16px;
  margin-bottom: -0.3em;
}

.about-checklist {
  margin-bottom: 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box-2 .img1 {
    max-width: 65%;
  }
  .img-box-2 .img2 {
    width: 50%;
  }
  .img-box-2 .img3 {
    width: 25%;
  }
  .img-box-2 .as-experience {
    left: 20%;
    top: 20%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .checklist.style2.about-checklist ul {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (max-width: 485px) {
  .checklist.style2.about-checklist ul {
    max-width: 230px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto 45px auto;
  }
}

/* About 4 ---------------------------------- */
.img-box-3 {
  position: relative;
  text-align: right;
  margin-right: -110px;
}

.img-box-3 .img1 {
  padding-bottom: 125px;
}

.img-box-3 .img2 {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.img-box-3 .img2 img {
  width: 100%;
}

.th-experience.style3 {
  background-color: var(--theme-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-align: left;
  padding: 20px;
  min-width: 100%;
}

.th-experience.style3 .experience-year {
  font-size: 36px;
  color: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 70px;
  -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;
  margin-bottom: 0;
}

.th-experience.style3 .experience-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
}

.th-experience.style3 .odometer.odometer-auto-theme {
  margin-top: 10px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .img-box-3 {
    margin-right: -30px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .img-box-3 {
    margin-right: -30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .bg-shape1 {
    height: 77.6%;
  }
  .img-box-3 {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .img-box-3 .img1 {
    width: 80%;
    margin-left: auto;
    padding-bottom: 90px;
  }
  .img-box-3 .img1 img {
    width: 100%;
  }
  .img-box-3 .img2 {
    left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .bg-shape1 {
    height: 76%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .bg-shape1 {
    height: 74.7%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .tab-menu4 {
    gap: 10px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .th-experience.style3 .experience-text {
    font-size: 18px;
  }
}

/*------------------- Team -------------------*/
.team-box {
  --space: 40px;
}

.team-box .team-img {
  position: relative;
  overflow: hidden;
}

.team-box .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .team-content {
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  left: var(--space);
  width: calc(100% - var(--space)*2);
  text-align: center;
  padding: 30px 15px 30px 15px;
}

.team-box .team-title {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -0.24em;
}

.team-box .team-title a {
  color: inherit;
}

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

.team-box .team-desig {
  color: var(--theme-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.5em;
}

.team-box .th-social {
  background-color: var(--title-color);
  border-top: 1px solid #F0F0F0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 15px 30px 15px;
  text-align: center;
  width: calc(100% - var(--space)*2);
  margin-left: var(--space);
  position: relative;
  z-index: 2;
}

.team-box .th-social::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .th-social a {
  border-radius: 50%;
}

.team-box:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-box:hover .th-social:before {
  height: 0;
}

.team-box:hover .th-social a {
  background-color: #252934;
  color: var(--white-color);
}

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

/* Large devices */
@media (max-width: 1199px) {
  .team-box {
    --space: 20px;
  }
}

/*------------------- Price -------------------*/
.price-card.style2 {
  background-color: var(--smoke-color);
  --space: 40px;
  box-shadow: none;
  padding: 0;
}

.price-card.style2 .price-card_header, .price-card.style2 .price-card_price {
  padding: var(--space);
  background-color: var(--theme-color);
  max-width: 100%;
}

.price-card.style2 .price-card_header i, .price-card.style2 .price-card_price i {
  color: rgba(255, 255, 255, 0.2);
}

.price-card.style2 .price-card_header .price, .price-card.style2 .price-card_price .price {
  color: var(--white-color);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--title-font);
}

.price-card.style2 .price-card_header .package-duration, .price-card.style2 .price-card_price .package-duration {
  font-size: 16px;
  font-weight: 400;
}

.price-card.style2 .price-card_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 24px var(--space);
}

.price-card.style2 .price-card_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.price-card.style2 .price-card_title {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.price-card.style2 .price-card_subtitle {
  color: var(--white-color);
  margin-bottom: 0;
}

.price-card.style2 .price-card_content {
  padding: var(--space);
  display: block;
}

.price-card.style2 .price-card_content .available-list {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.price-card.style2 .price-card_content .available-list li:first-child {
  margin-top: -0.5em;
}

.price-card.style2 .checklist li:before {
  color: var(--theme-color);
}

.price-card.style2 .th-btn {
  background-color: var(--theme-color);
}

.price-box {
  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;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 29px;
  margin-bottom: 29px;
}

.price-box-wrap {
  position: relative;
  background-color: var(--white-color);
  padding: 50px;
  z-index: 2;
}

.price-box:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.price-box_img {
  width: 180px;
}

.price-box_img img {
  width: 100%;
}

.price-box_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.price-box_title, .price-box_price {
  font-size: 24px;
  margin-top: -0.24em;
  line-height: 34px;
}

.price-box_price {
  color: var(--theme-color);
}

.price-box_list ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.price-box_list li {
  background-color: var(--smoke-color);
  font-weight: 500;
  position: relative;
  padding: 4px 15px 4px 38px;
}

.price-box_list li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 500;
  color: var(--theme-color);
  position: absolute;
  left: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Medium devices */
@media (max-width: 991px) {
  .price-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 30px 20px;
  }
  .price-box-wrap {
    padding: 30px;
  }
  .price-box_list ul {
    gap: 10px 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .price-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .price-box_img {
    min-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .price-box_list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .price-box-wrap {
    padding: 15px;
  }
  .price-box_title, .price-box_price {
    font-size: 20px;
    margin-top: -0.24em;
  }
}

/*------------------- Process -------------------*/
.process-box {
  text-align: center;
}

.process-box-wrap {
  position: relative;
}

.process-box-wrap:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='36' viewBox='0 0 95 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M94.4679 31.6307C91.4009 25.591 89.4353 19.3076 87.1033 12.9862C86.4971 11.3363 84.2227 12.3044 84.3522 13.8361C84.5643 16.4316 85.0589 19.0168 85.7568 21.5611C80.8294 16.8547 74.746 12.8802 69.1491 9.78191C61.6434 5.62951 53.3672 2.63034 44.9206 1.10127C30.9162 -1.43292 11.288 0.651195 1.16013 11.9057C0.580827 12.5533 1.50132 13.4325 2.18539 13.1287C9.13091 10.1 15.2731 6.79511 22.9103 5.64679C30.3866 4.52542 38.3065 4.83422 45.6747 6.54438C53.4625 8.356 60.6085 11.8604 67.2732 16.2324C72.8443 19.8919 77.5181 24.4117 82.4906 28.6701C77.814 28.5231 73.0826 29.199 69.1497 31.0075C66.8375 32.0722 67.9606 35.5872 70.4517 35.2251C74.2327 34.6769 77.7848 33.6626 81.6553 33.633C85.2441 33.6022 88.6855 34.1806 92.1939 34.8647C93.8782 35.2006 95.1984 33.0684 94.4679 31.6307Z' fill='%23E81C2E' fill-opacity='0.15'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 36px;
  width: 96px;
  position: absolute;
  top: 30px;
  right: -48px;
}

.process-box-wrap:nth-child(even) {
  margin-top: 60px;
}

.process-box-wrap:nth-child(even):after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.process-box-wrap:last-child:after {
  display: none;
}

.process-box_icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  background-color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
  margin: 0 auto 25px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process-box_title {
  font-size: 24px;
}

.process-box_text {
  max-width: 285px;
  margin: 0 auto -0.5em auto;
}

.process-box:hover .process-box_icon {
  background-color: var(--theme-color);
}

.process-box:hover .process-box_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Medium devices */
@media (max-width: 991px) {
  .process-box-wrap:nth-child(even):after {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .process-box-wrap {
    margin-bottom: 40px;
  }
  .process-box-wrap:after {
    display: none;
  }
  .process-box-wrap:nth-child(even) {
    margin-top: 0;
  }
  .process-box-wrap:last-child {
    margin-bottom: 0;
  }
}

/*------------------- Blog -------------------*/
/* Blog 3 ---------------------------------- */
.blog-block {
  background-color: var(--smoke-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-block .blog-img {
  overflow: hidden;
}

.blog-block .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-block .blog-content {
  padding: 40px;
}

.blog-block .blog-title {
  font-size: 24px;
  margin-bottom: -0.44em;
}

.blog-block .blog-meta {
  margin-bottom: 12px;
  margin-top: -0.5em;
}

.blog-block .blog-meta a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-block .blog-text {
  margin-bottom: 10px;
  margin-top: -2px;
}

.blog-block .blog-btn {
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  padding: 26px 40px;
  display: block;
  color: var(--title-color);
}

.blog-block .blog-btn i {
  margin-left: 5px;
}

.blog-block .blog-btn:hover {
  color: var(--theme-color);
}

.blog-block:hover {
  background-color: var(--white-color);
  box-shadow: 0px 2px 20px rgba(111, 111, 111, 0.1);
}

.blog-block:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-block .blog-content {
    padding: 40px 30px;
  }
  .blog-block .blog-btn {
    padding: 25px 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .blog-block .blog-content {
    padding: 40px 15px;
  }
  .blog-block .blog-btn {
    padding: 25px 15px;
  }
  .blog-block .blog-meta span,
  .blog-block .blog-meta a {
    margin-right: 15px;
  }
  .blog-block .blog-meta span:last-child,
  .blog-block .blog-meta a:last-child {
    margin-right: 0;
  }
}

.blog-sec5 {
  margin-top: -150px;
  padding-top: 275px;
}

/*------------------- Footer -------------------*/
.footer-layout4 {
  background-color: #161921;
  --body-color: #8b8e95;
  overflow: hidden;
}

.footer-layout4 .footer-text {
  color: #8b8e95;
}

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

.footer-layout4 .copyright-wrap {
  padding: 30px 0;
  border-top: 1px solid #2A2F3D;
}

.footer-layout4 .th-social a {
  background-color: #252934;
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}

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

.footer-layout4 .footer-widget .recent-post {
  border-bottom: 1px solid #2B2F3A;
}

.footer-layout4 .footer-widget .recent-post:last-child {
  border-bottom: 1px solid transparent;
}

.footer-layout4 .newsletter-form input {
  background-color: transparent;
  border: none;
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::-moz-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::-webkit-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input:-ms-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::-ms-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form .form-control {
  /* Large devices */
}

@media (max-width: 1199px) {
  .footer-layout4 .newsletter-form .form-control {
    max-width: 100%;
  }
}

.footer-layout4 .newsletter-form .th-btn {
  min-width: 100%;
}

.footer-info {
  position: relative;
  margin: 0 0 25px 0;
  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;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 0 0 0 35px;
  max-width: 300px;
}

.footer-info-title {
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 10px;
  margin-top: -0.2em;
}

.footer-info i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  font-size: 10px;
}

.footer-widget {
  --gray-color: #8b8e95;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout4 .copyright-wrap {
    padding: 25px 0;
  }
}

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

.widget_newsletter {
  max-width: 300px;
}

.widget_newsletter .newsletter-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

/*------------------- 4.00. Update 1 -------------------*/
/*------------------- Global -------------------*/
.widget_shopping_cart .quantity {
  margin-top: 4px;
}

.play-btn.style2 > i {
  --icon-size: 80px;
  --icon-font-size: 1.2em;
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .icon-box .slick-arrow {
    --icon-size: 60px;
    margin-right: 0;
  }
  .icon-box .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 10px;
  }
}

.body-shape8,
.body-shape9 {
  position: absolute;
  z-index: -1;
  max-width: 100%;
}

.body-shape8 {
  top: 120px;
  right: 0;
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

.body-shape9 {
  top: 0;
  left: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .body-shape8 {
    max-width: 200px;
  }
}

.checklist.style4 ul {
  display: grid;
  grid-template-columns: auto auto;
}

.checklist.style4 li::before {
  content: "\f00c";
}

.checklist.style4 li:first-child {
  margin-top: 0;
}

.checklist.style4 li:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .checklist.style4 ul {
    grid-template-columns: auto;
  }
}

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

.img-box-5 {
  margin-left: -110px;
  margin-right: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box-5 {
    margin-left: 0;
    margin-right: 0;
  }
  .img-box-5 img {
    width: 100%;
  }
}

.blog-card {
  box-shadow: 0px 10px 15px rgba(162, 162, 162, 0.1);
}

.cta-sec-title {
  font-size: 40px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .cta-sec-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .cta-sec-title {
    font-size: 30px;
  }
}

/*------------------- Header -------------------*/
/* Header 4 ---------------------------------- */
.logo-style3 {
  position: relative;
  z-index: 3;
  background-color: var(--theme-color);
  height: 100px;
  padding: 20px 26px;
  margin-right: 36px;
}

.logo-style3:before {
  content: '';
  width: 100%;
  height: 250px;
  background-color: inherit;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 50% 100%, 0 calc(100% - 90px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 50% 100%, 0 calc(100% - 90px));
}

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

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

.header-layout7 .header-top .container {
  padding-left: 334px;
}

.header-layout7 .header-top a,
.header-layout7 .header-top li,
.header-layout7 .header-top p,
.header-layout7 .header-top span {
  color: var(--body-color);
  font-weight: 500;
}

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

.header-layout7 .main-menu > ul > li {
  /* Extra large devices */
}

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

.header-layout7 .main-menu > ul > li > a {
  padding: 36.5px 0;
  text-transform: uppercase;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout7 .main-menu > ul > li > a {
    font-size: 14px;
  }
}

.header-layout7 .header-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-layout7 .header-links li {
  border: none;
}

.header-layout7 .header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--theme-color);
  width: 1px;
  height: 20px;
  margin: -10px 0 0 0;
}

.header-layout7 .th-btn {
  padding: 18px 20px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout7 .th-btn {
    padding: 16px 18px;
    font-size: 14px;
  }
}

.header-layout7 .icon-btn {
  position: relative;
  border: 1px solid #D3D3D3;
  background-color: var(--smoke-color);
  border-radius: 50%;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
}

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

.header-layout7 .icon-btn .badge {
  font-size: .75em;
  top: 0px;
  right: -4px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .logo-style3 {
    margin-right: 10px;
  }
  .header-layout7 .header-links li:nth-child(2):before {
    display: none;
  }
  .header-layout7 .header-top .container {
    padding-left: 310px;
  }
  .header-layout7 .main-menu > ul > li {
    margin: 0 12px;
  }
}

@media (max-width: 1300px) {
  .logo-style3 {
    padding: 15px 15px;
  }
  .header-layout7 .header-button .th-btn {
    display: none;
  }
  .header-layout7 .header-top .container {
    padding-left: 284px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .logo-style3 {
    line-height: 92px;
    padding: 0 15px;
  }
  .logo-style3:before {
    top: 0;
    height: 190px;
  }
  .header-layout7 .header-top .container {
    padding-left: 12px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .logo-style3 {
    max-width: 170px;
    height: 80px;
    line-height: 74px;
  }
  .logo-style3:before {
    height: 130px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
  }
}

/*------------------- Hero -------------------*/
.video-btn2 {
  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: 25px;
}

.video-btn2 .play-btn > i {
  --icon-size: 56px;
  --icon-font-size: 1.2em;
  line-height: 52px;
  background-color: var(--theme-color);
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

.video-btn2 .btn-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.video-btn2 .btn-text {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 20px;
}

.hero-slider-7 .slick-arrow {
  --icon-size: 80px;
  position: absolute;
  top: calc(50% - var(--icon-size)/2);
  left: 7%;
  border-radius: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Extra large devices */
}

.hero-slider-7 .slick-arrow.slick-next {
  margin-top: calc(var(--icon-size) / 2);
}

.hero-slider-7 .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 1500px) {
  .hero-slider-7 .slick-arrow {
    display: none !important;
  }
}

.hero-style7 {
  position: relative;
  z-index: 3;
  padding: 245px 0;
}

.hero-style7 .btn-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.hero-style7 .hero-title {
  color: var(--white-color);
  font-size: 72px;
  line-height: 1.167;
  margin-bottom: 0;
}

.hero-style7 .hero-title:last-of-type {
  margin-bottom: 45px;
}

.hero-style7 .hero-subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: -0.18em;
}

.hero-style7 .hero-subtitle:before {
  content: '';
  height: 2px;
  width: 50px;
  background-color: var(--white-color);
  position: relative;
  top: -6px;
  margin-right: 10px;
  display: inline-block;
}

.hero-style7 .video-btn2 {
  color: var(--white-color);
}

@media (max-width: 1800px) {
  .hero-slider-7 .slick-arrow {
    left: 1%;
  }
}

@media (max-width: 1400px) {
  .hero-slider-7 .slick-arrow {
    display: none;
  }
}

@media (max-width: 1300px) {
  .hero-style7 {
    padding: 180px 0;
  }
  .hero-style7 .hero-title {
    font-size: 50px;
    line-height: 1.18;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style7 {
    padding: 120px 0;
  }
  .hero-style7 .hero-title {
    font-size: 44px;
  }
  .hero-style7 .hero-title:last-of-type {
    margin-bottom: 35px;
  }
  .hero-style7 .hero-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style7 {
    text-align: center;
  }
  .hero-style7 .hero-title {
    font-size: 34px;
    line-height: 1.4;
  }
  .hero-style7 .hero-subtitle {
    font-size: 18px;
  }
  .hero-style7 .hero-subtitle:before {
    display: none;
  }
  .hero-style7 .btn-group {
    gap: 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}

@media (max-width: 380px) {
  .hero-style7 .hero-title {
    font-size: 28px;
  }
}

.appointment-form-2 {
  max-width: 594px;
  background-color: var(--white-color);
  box-shadow: 0px 10px 20px rgba(128, 134, 149, 0.1);
  padding: 40px;
  position: absolute;
  bottom: -40px;
  right: 40px;
  z-index: 2;
}

.appointment-form-2 input,
.appointment-form-2 select,
.appointment-form-2 textarea,
.appointment-form-2 .form-control,
.appointment-form-2 .form-select {
  background-color: var(--smoke-color);
  border-color: var(--smoke-color);
}

.appointment-form-2 .form-group > i {
  color: var(--theme-color);
  background-color: var(--smoke-color);
  padding-left: 2px;
}

.appointment-form-2 .nice-select:after {
  border-bottom: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
}

.appointment-form-2 .th-btn {
  width: 100%;
}

.appointment-form-2 .th-btn:hover:before {
  height: 600%;
}

.appointment-form-2 .title-area .sec-title {
  font-size: 45px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .appointment-form-2 .title-area .sec-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .appointment-form-2 .title-area .sec-title {
    font-size: 25px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .appointment-form-2 {
    position: static;
    margin: 80px auto 0 auto;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .appointment-form-2 {
    position: static;
    margin: 80px 12px 0 12px;
    padding: 40px 20px;
  }
}

/*------------------- Feature -------------------*/
.feature-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: 30px;
  background-color: var(--smoke-color);
  padding: 80px 60px;
  border-right: 1px solid var(--border-color);
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card_subtitle {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card_number {
  position: absolute;
  top: 80px;
  right: 60px;
  color: var(--title-color);
  font-family: var(--title-font);
  opacity: 0.05;
  font-size: 80px;
  font-weight: 800;
  line-height: 0.85;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card:hover {
  background-color: var(--theme-color);
}

.feature-card:hover .feature-card_title, .feature-card:hover .feature-card_subtitle, .feature-card:hover .feature-card_number {
  color: var(--white-color);
}

.feature-card:hover .feature-card_number {
  opacity: 0.16;
}

.feature-card:hover .feature-card_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 1300px) {
  .feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 80px 30px;
  }
  .feature-card_number {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .feature-card {
    border-right: none;
  }
}

.our-feature {
  box-shadow: 0px 4px 20px rgba(227, 227, 227, 0.6);
  background-color: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px;
}

.our-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.our-feature_icon {
  width: 40px;
}

.our-feature_title {
  font-size: 20px;
  margin-bottom: 0;
}

.our-feature_text {
  font-size: 14px;
  margin-bottom: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .our-feature-wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}

/*------------------- Footer -------------------*/
.footer-layout7 {
  background-color: var(--title-color2);
  --body-color: #8b8e95;
  overflow: hidden;
}

.footer-layout7 .copyright-wrap {
  padding: 30px 0;
  border-top: 1px solid #2A2F3D;
}

.footer-layout7 {
  padding-top: 124px;
}

.footer-layout7 .copyright-wrap {
  border-top: none;
  background-color: #1B1F29;
}

.footer-shape3 {
  position: absolute;
  top: 100px;
  right: 0;
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
  z-index: -1;
}

.brand-sec2 {
  max-width: 1524px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  padding: 49px 0;
  margin-bottom: -124px;
}

.brand-sec2:before, .brand-sec2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.brand-sec2:before {
  height: 76px;
  background-color: var(--body-color);
  -webkit-clip-path: polygon(38px 0, calc(100% - 38px) 0, 100% 100%, 0 100%);
          clip-path: polygon(38px 0, calc(100% - 38px) 0, 100% 100%, 0 100%);
}

.brand-sec2:after {
  width: calc(100% - 76px);
  left: 38px;
  height: 100%;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 150px) 100%, 150px 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 150px) 100%, 150px 100%);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .brand-sec2 {
    padding: 49px 0;
    margin-bottom: -124px;
  }
  .brand-sec2:before {
    height: 76px;
    background-color: var(--body-color);
    -webkit-clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
            clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
  }
  .brand-sec2:after {
    width: calc(100% - 50px);
    left: 25px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 60px 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 60px 100%);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-shape3 {
    top: 300px;
    max-width: 200px;
  }
}

/*------------------- Service -------------------*/
.service-tab {
  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: 40px;
}

.service-tab-menu {
  --border: 28px;
  --icon-size: 166px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 60px;
}

.service-tab-menu .tab-btn {
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  background-color: var(--smoke-color);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.service-tab-menu .tab-btn:after {
  content: '';
  height: calc(var(--icon-size) - var(--border)*2);
  width: calc(var(--icon-size) - var(--border)*2);
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: inherit;
  z-index: -1;
  position: absolute;
  top: var(--border);
  left: var(--border);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-tab-menu .tab-btn img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-tab-menu .tab-btn.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service-tab-menu .tab-btn.active:after {
  background-color: var(--theme-color);
}

.service-tab-menu .indicator {
  position: absolute;
}

.service-tab_img {
  -webkit-box-flex: 500px;
  -webkit-flex: 500px;
      -ms-flex: 500px;
          flex: 500px;
}

.service-tab_content {
  -webkit-box-flex: 640px;
  -webkit-flex: 640px;
      -ms-flex: 640px;
          flex: 640px;
}

.service-tab_title {
  font-size: 30px;
}

.service-tab_title a {
  color: inherit;
}

.service-tab_title a:hover {
  color: var(--theme-color);
}

.service-tab_text {
  margin-bottom: 20px;
}

.service-tab .service-list {
  margin-bottom: 35px;
}

.service-tab .service-list ul {
  padding: 0 0 0 23px;
  margin: 0;
  list-style-type: square;
}

.service-tab .service-list li {
  margin-bottom: 12px;
  color: var(--title-color);
  text-align: left;
}

.service-tab .service-list li:last-child {
  margin-bottom: 0;
}

.service-tab .service-list li::marker {
  color: var(--theme-color);
  font-size: 1.5em;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-tab-menu {
    --border: 20px;
    --icon-size: 140px;
    margin-bottom: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .service-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-tab-menu {
    --border: 10px;
    --icon-size: 100px;
  }
  .service-tab-menu .tab-btn img {
    max-width: 40px;
  }
  .service-tab_img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .service-tab_img img {
    width: 100%;
  }
  .service-tab_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service-tab_title {
    font-size: 26px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .service-tab-menu {
    --border: 6px;
    --icon-size: 80px;
  }
  .service-tab-menu .tab-btn img {
    max-width: 35px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .service-tab-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
}

/*------------------- About -------------------*/
.img-box-4 img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box-4 {
    margin-bottom: -30px;
  }
  .img-box-4 img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .about-img3 .appointment-img {
    margin-bottom: 30px;
  }
}

/*------------------- Process -------------------*/
.process-box_number {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  color: var(--white-color);
  background-color: var(--theme-color);
  border: 5px solid var(--white-color);
  border-radius: 50%;
}

.process-box_icon {
  position: relative;
}

.process-box-wrap.style2:after {
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='36' viewBox='0 0 95 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M94.4679 31.6307C91.4009 25.591 89.4353 19.3076 87.1033 12.9862C86.4971 11.3363 84.2227 12.3044 84.3522 13.8361C84.5643 16.4316 85.0589 19.0168 85.7568 21.5611C80.8294 16.8547 74.746 12.8802 69.1491 9.78191C61.6434 5.62951 53.3672 2.63034 44.9206 1.10127C30.9162 -1.43292 11.288 0.651195 1.16013 11.9057C0.580827 12.5533 1.50132 13.4325 2.18539 13.1287C9.13091 10.1 15.2731 6.79511 22.9103 5.64679C30.3866 4.52542 38.3065 4.83422 45.6747 6.54438C53.4625 8.356 60.6085 11.8604 67.2732 16.2324C72.8443 19.8919 77.5181 24.4117 82.4906 28.6701C77.814 28.5231 73.0826 29.199 69.1497 31.0075C66.8375 32.0722 67.9606 35.5872 70.4517 35.2251C74.2327 34.6769 77.7848 33.6626 81.6553 33.633C85.2441 33.6022 88.6855 34.1806 92.1939 34.8647C93.8782 35.2006 95.1984 33.0684 94.4679 31.6307Z' fill='%23ffffff' fill-opacity='0.15'/%3E%3C/svg%3E");
}

/*------------------- Project -------------------*/
.project-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-grid .shape-triangle {
  background-color: var(--theme-color);
  min-width: 30px;
  min-height: 100%;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.project-grid .project-title {
  font-size: 30px;
  margin-bottom: 0;
}

.project-grid .project-title a {
  color: inherit;
}

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

.project-grid .project-icon {
  margin-bottom: 20px;
}

.project-grid .project-img {
  min-width: 283px;
}

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

.project-grid .project-content {
  background-color: var(--smoke-color);
  padding: 30px;
}

.project-grid .project-subtitle {
  color: var(--theme-color);
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.project-grid .project-text {
  font-size: 14px;
  color: #74787C;
  font-weight: 500;
}

.project-grid .th-btn {
  padding: 17px;
}

/* Large devices */
@media (max-width: 1199px) {
  .project-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-grid .shape-triangle {
    min-height: 30px;
    min-width: 100%;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  .project-grid .project-title {
    font-size: 24px;
  }
}

.project-sec .title-area .sub-title {
  margin-left: 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .project-sec .title-area .sub-title {
    margin-left: 0;
  }
}

@media (max-width: 1600px) {
  .body-shape6 {
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  .body-shape6 {
    max-width: 100% !important;
    top: -10% !important;
  }
}

/*------------------- Team -------------------*/
.team-block {
  text-align: center;
}

.team-block .team-img img {
  width: 100%;
}

.team-block .team-content {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  padding-top: 20px;
  margin-top: 10px;
}

.team-block .th-social {
  position: relative;
  z-index: 2;
  background-color: var(--title-color);
  border-top: 1px solid var(--border-color);
  padding: 10px 0;
}

.team-block .th-social:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.team-block .th-social a {
  border-radius: 50%;
  background-color: var(--smoke-color);
}

.team-block .team-title {
  font-size: 24px;
  margin-bottom: 0;
}

.team-block .team-title a {
  color: inherit;
}

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

.team-block .team-desig {
  display: block;
  color: var(--theme-color);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.team-block:hover .th-social:after {
  height: 0;
}

.team-block:hover .th-social a {
  background-color: #252934;
  color: var(--white-color);
}

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

/*------------------- Testimonial -------------------*/
.testi-img {
  padding: 35px 0;
}

.testi-block-two-area {
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(22, 25, 33, 0.05));
          filter: drop-shadow(0px 0px 20px rgba(22, 25, 33, 0.05));
}

.testi-block-two-area .icon-box {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.testi-block-two-area:after {
  content: '';
  height: 600px;
  width: 2500px;
  position: absolute;
  right: -140px;
  top: -80px;
  z-index: -1;
  background-color: var(--white-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 140px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 140px) 100%, 0% 100%);
}

.testi-block-two-area .slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  border: 1px solid #F2F2F2;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 60px) / -2);
  z-index: 2;
  color: var(--title-color);
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-block-two-area .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.testi-block-two-area .title-area .sub-title {
  margin-left: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-block-two-area .title-area .sub-title {
    margin-left: 0;
  }
}

.testi-block-two_review {
  color: var(--theme-color);
  margin-bottom: 20px;
}

.testi-block-two_text {
  font-size: 20px;
  margin-bottom: 25px;
}

.testi-block-two_profile {
  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;
}

.testi-block-two_img {
  width: 80px;
  position: relative;
}

.testi-block-two_img img {
  border-radius: 50%;
}

.testi-block-two_icon {
  width: 40px;
  height: 40px;
  line-height: 34px;
  border: 3px solid var(--smoke-color);
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.testi-block-two_name {
  font-size: 24px;
  margin-bottom: 5px;
}

.testi-block-two_desig {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-block-two-area:after {
    height: 100%;
    top: 0;
  }
  .testi-img {
    margin-top: 25px;
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-block-two-area .icon-box {
    display: none;
  }
}

/*------------------- 4.00. Update 3 -------------------*/
/*------------------- Global -------------------*/
.cta-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;
  -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: 20px;
  padding: 80px;
  /* Medium devices */
  /* Small devices */
}

.cta-card_title {
  color: var(--white-color);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .cta-card {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .cta-card {
    padding: 40px 15px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Why 1 ---------------------------------- */
.why-img {
  float: left;
  margin-right: 30px;
}

.our-journey .journey-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.our-journey .journey-year {
  font-family: var(--title-font);
  display: block;
  line-height: 1;
  font-size: 80px;
  font-weight: bold;
  color: var(--theme-color);
  margin-bottom: -0.1em;
}

.feature-journey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 15px;
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 5px;
  margin-bottom: -20px;
}

/* Small devices */
@media (max-width: 767px) {
  .why-img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why-img img {
    width: 100%;
  }
}

/* Project 1 ---------------------------------- */
.project-item {
  position: relative;
}

.project-item .shape:before, .project-item .shape:after {
  content: "";
  position: absolute;
  top: -400px;
  right: 0;
  border-style: solid;
  border-width: 0 380px 110px 0;
  visibility: hidden;
  opacity: 0;
  border-color: transparent var(--title-color) transparent transparent;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 0;
}

.project-item .shape:before {
  border-width: 0 350px 100px 0;
  border-color: transparent var(--theme-color) transparent transparent;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
}

.project-item .project-img img {
  width: 100%;
}

.project-item .project-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
  outline: 0px solid rgba(255, 255, 255, 0.13);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.project-item .project-btn:hover {
  outline: 15px solid rgba(255, 255, 255, 0.13);
}

.project-item:hover .project-img:before {
  visibility: visible;
  opacity: 0.3;
}

.project-item:hover .project-img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.project-item:hover .shape:before, .project-item:hover .shape:after {
  top: 0;
}

.project-item:hover .shape:before {
  visibility: visible;
  opacity: 0.7;
}

.project-item:hover .shape:after {
  visibility: visible;
  opacity: 0.27;
}

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

.icon-box.style4 .slick-arrow {
  background-color: transparent;
  border: 2px solid #232836;
  color: var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  line-height: 0;
  line-height: auto;
  padding: 5px 30px;
  margin-right: 0;
  border-radius: 0;
  /* Medium devices */
}

.icon-box.style4 .slick-arrow:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.icon-box.style4 .slick-arrow:first-child {
  margin-right: 15px;
}

.icon-box.style4 .slick-arrow:first-child i {
  margin-right: 5px;
}

.icon-box.style4 .slick-arrow:last-child i {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .icon-box.style4 .slick-arrow {
    --icon-size: 50px;
    font-size: 14px;
    padding: 5px 20px;
  }
}

/* Brand 1 ---------------------------------- */
.brand-sec {
  position: relative;
}

.brand-sec:before {
  content: "";
  height: 100%;
  width: 100%;
  max-width: 1620px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, calc(100% - 75px) 50%, 100% 100%, 0% 100%, 75px 50%, 0% 0%);
          clip-path: polygon(100% 0, calc(100% - 75px) 50%, 100% 100%, 0% 100%, 75px 50%, 0% 0%);
}

.brand-img {
  text-align: center;
}

.brand-img2 {
  text-align: center;
}

.brand-img2 img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.brand-img2:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

/* Large devices */
@media (max-width: 1199px) {
  .brand-sec:before {
    -webkit-clip-path: polygon(100% 0, calc(100% - 40px) 50%, 100% 100%, 0% 100%, 40px 50%, 0% 0%);
            clip-path: polygon(100% 0, calc(100% - 40px) 50%, 100% 100%, 0% 100%, 40px 50%, 0% 0%);
  }
}

.cta-shape-wrap {
  position: relative;
  z-index: 2;
}

.cta-shape-wrap:before {
  content: "";
  height: 100%;
  width: 1400px;
  position: absolute;
  top: 0;
  right: 240px;
  background-color: var(--title-color);
  -webkit-clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
  z-index: -1;
  /* Hight Resoulation devices */
  /* Large devices */
  /* Extra small devices */
}

@media (min-width: 1922px) {
  .cta-shape-wrap:before {
    width: 4999px;
  }
}

@media (max-width: 1199px) {
  .cta-shape-wrap:before {
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 575px) {
  .cta-shape-wrap:before {
    right: -12px;
  }
}

.car-img {
  margin-top: -31px;
  margin-bottom: -150px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .car-img {
    margin-top: -80px;
    margin-bottom: 20px;
  }
}

.body-shape6 {
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .body-shape6 {
    max-width: 47%;
  }
}

.feature-area3 {
  position: relative;
  z-index: 4;
}

.th-video2 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.th-video2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-video2 .video-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 36px;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 42px 57px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* Small devices */
}

@media (max-width: 767px) {
  .th-video2 .video-btn {
    font-size: 24px;
    padding: 22px 37px;
  }
}

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

.th-video2:hover img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

/* Feature 1 ---------------------------------- */
.feature-block {
  background-color: var(--title-color);
  padding: 42px 15px;
  text-align: center;
  position: relative;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  z-index: 2;
  overflow: hidden;
}

.feature-block:before {
  content: "";
  height: 100%;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-block-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-block_icon {
  margin-bottom: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-block_title {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: -0.4em;
}

.feature-block:hover:before {
  width: 100%;
}

.feature-block:hover .feature-grid_icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* Small devices */
@media (max-width: 767px) {
  .feature-block-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .feature-block-wrap {
    gap: 10px;
  }
}

.cta-1 {
  position: relative;
  margin-top: -123px;
  z-index: -1;
}

/* Large devices */
@media (max-width: 1199px) {
  .body-shape5 {
    position: absolute;
    max-width: 73.2%;
    top: unset !important;
    bottom: -5px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .body-shape5 {
    position: absolute;
    max-width: 88%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .body-shape5 {
    max-width: 100%;
  }
}

/*------------------- Header -------------------*/
/* Header 5 ---------------------------------- */
.header-layout5 .header-top {
  background-color: var(--title-color);
  padding: 15px 0;
  --body-color: #fff;
}

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

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

.header-layout5 .header-top li:before {
  background-color: #464C5B;
}

.header-layout5 .header-links li {
  border: none;
}

.header-layout5 .header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #464C5B;
  width: 1px;
  height: 20px;
  margin: -10px 0 0 0;
}

.header-layout5 .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1799px) {
  .header-layout5 .header-right {
    margin-right: 0;
  }
}

.header-layout5 .header-right .langauge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-layout5 .header-right .langauge.lang-dropdown {
  position: relative;
  z-index: 9;
}

.header-layout5 .header-right .langauge.lang-dropdown .dropdown-toggle {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--body-color);
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  height: 16px;
  line-height: 16px;
  padding: 0;
  border-radius: 0;
  border-right: 1px solid #464C5B;
  padding-right: 30px;
  margin-right: 14px;
}

.header-layout5 .header-right .langauge.lang-dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  border-bottom: 2px solid var(--theme-color);
  border-radius: 0;
}

.header-layout5 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout5 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout5 .header-right .langauge img {
  min-width: 16px;
  min-height: 16px;
  position: relative;
}

.header-layout5 .header-right .langauge .nice-select {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--body-color);
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  line-height: 16px;
  padding: 0;
  border-radius: 0;
  padding-right: 50px;
  margin-right: 20px;
  border-right: 1px solid #464C5B;
  height: 16px;
}

.header-layout5 .header-right .langauge .nice-select .list {
  left: -20px;
}

.header-layout5 .header-right .langauge .nice-select:after {
  content: "\f107";
  right: 35px;
  top: -19px;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-bottom: none;
  border-right: none;
}

.header-layout5 .header-right .langauge .nice-select.open:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-layout5 .header-right .langauge .nice-select.open .list {
  left: -20px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.header-layout5 .header-right .langauge .nice-select .option {
  color: var(--title-color);
  min-height: 30px;
}

.header-layout5 .header-right .langauge .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.header-layout5 .header-right .langauge .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.header-layout5 .header-right .langauge .nice-select .option:hover, .header-layout5 .header-right .langauge .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.header-layout5 .header-right .header-social {
  position: relative;
  z-index: 9;
}

.header-layout5 .header-right .header-social .social-title {
  color: var(--white-color);
}

.header-layout5 .header-right .header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--white-color);
  margin: 0 0 0 15px;
}

.header-layout5 .header-right .header-social a:hover {
  color: var(--theme-color);
}

.header-layout5 .dropdown-menu {
  --body-color: #74787C;
}

.header-layout5 .header-button {
  gap: 15px;
}

.header-layout5 .icon-btn {
  --icon-bg: #F5F5F5;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  border-radius: 50%;
}

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

.header-layout5 .main-menu > ul > li {
  margin: 0 12px;
}

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

.header-layout5 .header-link-btn {
  margin-left: 15px;
  color: var(--theme-color);
}

.header-layout5 .header-link-btn:hover {
  color: var(--title-color);
}

.header-layout5 .th-menu-toggle {
  margin: 20px 0;
}

.header-layout5 .header-social .social-title {
  color: var(--body-color);
}

.header-layout5 .header-social a i {
  color: inherit;
}

.logo-shape1 {
  padding: 20px 0;
  background-color: var(--theme-color);
  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;
  position: relative;
  z-index: 2;
}

.logo-shape1:before, .logo-shape1:after,
.logo-shape1 .shape {
  content: "";
  height: 100%;
  width: 2222px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  right: -67px;
  z-index: -1;
  -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%);
}

.logo-shape1:after {
  background-color: #c12901;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
  z-index: -2;
}

.logo-shape1 .shape {
  right: -95px;
  background-color: rgba(197, 23, 38, 0.1);
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout5 .header-link-btn {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout5 .main-menu > ul > li > a {
    padding: 35px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout5 .th-menu-toggle {
    margin: 15px 0;
  }
  .logo-shape1 {
    max-width: 150px;
  }
  .logo-shape1:before, .logo-shape1:after {
    right: -40px;
  }
  .logo-shape1 .shape {
    right: -55px;
  }
}

.gtranslate_wrapper a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

/*------------------- Hero -------------------*/
/* Hero 5 ---------------------------------- */
.hero-slider-5 {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.hero-slider-5 .slick-arrow {
  --icon-size: 80px;
  --pos-x: 100px;
  font-size: 24px;
  z-index: 4;
  border-radius: 50%;
  z-index: 5;
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .hero-slider-5 .slick-arrow {
    display: none !important;
  }
}

.hero-slider-5 .slick-arrow:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.hero-slider-5:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, 100px);
}

.hero-slider-5:hover .slick-arrow.slick-next {
  right: 100px;
  left: auto;
}

.hero-slider-5 .th-hero-slide {
  padding: 220px 0 370px 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 73% calc(100% - 146px), 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 73% calc(100% - 146px), 0 100%, 0 0);
}

.hero-slider-5 .hero-shape {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 27%;
  z-index: 2;
}

.hero-slider-5 .hero-shape img {
  width: 100%;
}

.hero-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
  position: relative;
  margin-bottom: 18px;
}

.hero-style5 {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-style5 .hero-title {
  color: var(--white-color);
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 40px;
}

.hero-style5 .hero-title:first-of-type {
  margin-bottom: 0 !important;
}

.hero-style5 .btn-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style5 .hero-title {
    font-size: 80px;
  }
  .hero-slider-2 .hero-shape {
    width: 32%;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-style5 .hero-title {
    font-size: 64px;
  }
  .hero-slider-5 .th-hero-slide {
    padding: 180px 0 300px 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 73% calc(100% - 116px), 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 73% calc(100% - 116px), 0 100%, 0 0);
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-slider-5 .th-hero-slide {
    padding: 140px 0 240px 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 68% calc(100% - 96px), 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 68% calc(100% - 96px), 0 100%, 0 0);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style5 .hero-title {
    font-size: 54px;
    line-height: 1.2;
  }
  .hero-slider-5 .th-hero-slide {
    padding: 90px 0 170px 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 74% calc(100% - 74px), 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 100%, 74% calc(100% - 74px), 0 100%, 0 0);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-style5 .hero-title {
    font-size: 42px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style5 .hero-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style5 .hero-title {
    font-size: 28px;
  }
}

/*------------------- Service -------------------*/
/* Service 2 ---------------------------------- */
.service-sec .slick-arrow:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

.services-2-box {
  position: relative;
  --space: 30px;
}

.services-2-box_img {
  overflow: hidden;
}

.services-2-box_img img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.services-2-box_content {
  background-color: var(--white-color);
  position: relative;
  padding: 40px 40px 40px 60px;
  max-width: calc(100% - var(--space)*2);
  margin-left: var(--space);
  margin-top: -50px;
}

.services-2-box_title {
  font-size: 24px;
  margin-top: -0.42em;
  margin-bottom: 12px;
}

.services-2-box_title a {
  color: inherit;
}

.services-2-box_title a:hover {
  color: var(--theme-color);
}

.services-2-box_number {
  font-size: 24px;
  font-weight: bold;
  color: var(--white-color);
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: calc(0px - var(--space));
}

.services-2-box_number::before {
  content: "";
  background-color: transparent;
  border-style: solid;
  border-width: 0 30px 20px 0;
  border-color: transparent #B8101F transparent transparent;
  position: absolute;
  left: 0;
  top: 100%;
}

.services-2-box_text {
  margin-bottom: -0.5em;
  max-width: 300px;
}

.services-2-box_btn {
  display: block;
  color: var(--white-color);
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--title-font);
  background-color: var(--theme-color);
  padding: 20px 60px;
  max-width: calc(100% - var(--space)*2);
  margin-left: var(--space);
}

.services-2-box_btn i {
  margin-left: 5px;
}

.services-2-box_btn:hover {
  background-color: var(--smoke-color);
  color: var(--title-color);
}

.services-2-box:hover .services-2-box_img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Medium devices */
@media (max-width: 991px) {
  .services-2-box_content {
    padding: 40px 15px 40px 45px;
  }
  .services-2-box_btn {
    padding: 17px 45px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .services-2-box {
    --space: 15px;
  }
  .services-2-box_title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .services-2-box_content {
    margin-top: -40px;
  }
  .services-2-box_number {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .services-2-box_number:before {
    content: "";
    border-width: 0 15px 10px 0;
  }
}

/*------------------- About -------------------*/
/* About 5 ---------------------------------- */
.image-checklist {
  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-left: -165px;
  margin-bottom: 40px;
}

.image-checklist .image {
  border-bottom: 5px solid var(--theme-color);
}

.image-checklist .image img {
  height: 100%;
}

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

.about-author-wrap {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}

.about-author_name {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.img-box-1 {
  position: relative;
  display: inline-block;
}

.img-box-1 .shape {
  position: absolute;
  bottom: -110px;
  right: -110px;
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite;
  /* Medium Large devices */
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .img-box-1 .shape {
    right: -30px;
    bottom: -30px;
  }
}

@media (max-width: 1399px) {
  .img-box-1 .shape {
    max-width: 150px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .image-checklist {
    margin-left: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .image-checklist .image {
    max-width: 200px;
  }
  .about-author-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .image-checklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .image-checklist .image {
    max-width: 100%;
  }
}

/*------------------- Counter -------------------*/
/* Counter 1 ---------------------------------- */
.counter-block {
  padding: 50px;
  background-color: var(--title-color);
}

.counter-block_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  text-align: center;
  margin-bottom: 30px;
  border-radius: 50%;
}

.counter-block_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-block_number {
  font-size: 40px;
  color: var(--white-color);
  margin-bottom: 0;
}

.counter-block_text {
  color: var(--white-color);
  font-weight: 500;
  display: block;
  margin-bottom: -0.5em;
}

.counter-block:hover .counter-block_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Small devices */
@media (max-width: 767px) {
  .counter-block {
    padding: 50px 15px;
    text-align: center;
  }
  .counter-block_icon {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Counter 2 ---------------------------------- */
.counter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
}

.counter-box-wrap {
  border-right: 1px solid;
  border-color: #1F232D;
}

.counter-box-wrap:last-child {
  border-right: 0;
}

.counter-box_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #242934;
  text-align: center;
  border-radius: 50%;
}

.counter-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-box_number {
  font-size: 36px;
  color: var(--white-color);
  margin-bottom: 0;
}

.counter-box_text {
  color: var(--light-color);
  display: block;
  margin-bottom: -0.5em;
}

.counter-box:hover .counter-box_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-box {
    padding: 60px 0;
  }
  .counter-box-wrap:nth-child(1), .counter-box-wrap:nth-child(2) {
    border-bottom: 1px solid;
  }
  .counter-box-wrap:nth-child(2) {
    border-right: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-box {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .counter-box_content {
    text-align: center;
  }
  .counter-box_number {
    font-size: 32px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .counter-box-wrap {
    border-right: 0 !important;
  }
  .counter-box-wrap:nth-child(3) {
    border-bottom: 1px solid;
  }
}

/*------------------- Testimonial -------------------*/
/* Testimonial 2 ---------------------------------- */
.testi-area2.arrow-wrap .slick-arrow {
  opacity: 1;
  visibility: visible;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .testi-area2.arrow-wrap .slick-arrow {
    display: none !important;
  }
}

.testi-area2.arrow-wrap:hover .slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}

.testi-card-2 {
  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;
}

.testi-card-2-slide .slick-arrow {
  --pos-x: -164px;
  top: 127%;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 60px) / -2);
  color: var(--title-color);
  z-index: 2;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-card-2-slide .slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}

.testi-card-2-slide .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.testi-card-2-tab {
  border-top: 2px solid #EFEFEF;
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
  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;
}

.testi-card-2-tab:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EFEFEF;
  height: 2px;
  width: var(--main-container);
}

.testi-card-2-tab .tab-btn {
  border: none;
  background-color: transparent;
  padding: 0;
}

.testi-card-2-tab .tab-btn img {
  width: 100%;
}

.testi-card-2-tab .indicator {
  position: absolute;
  top: -2px;
  left: var(--pos-x);
  height: 2px;
  width: var(--width-set);
  background-color: var(--theme-color);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.testi-card-2_img {
  min-width: 220px;
}

.testi-card-2_img img {
  width: 100%;
}

.testi-card-2_name {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: -0.24em;
}

.testi-card-2_desig {
  font-family: var(--body-font);
  margin-bottom: -0.491em;
  display: block;
}

.testi-card-2_text {
  font-size: 24px;
  margin-top: -0.5em;
  margin-bottom: 30px;
}

.testi-card-2_content {
  position: relative;
}

.testi-card-2_review {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testi-card-2_review i {
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .testi-card-2-tab:before {
    --main-container: 1140px;
  }
  .testi-card-2-slide .slick-arrow {
    --pos-x: -120px;
  }
  .testi-card-2_text {
    font-size: 20px;
    margin-top: -0.5em;
    margin-bottom: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-card-2-tab {
    margin-top: 40px;
    padding-top: 40px;
  }
  .testi-card-2-tab:before {
    width: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .testi-card-2-tab {
    margin-top: 30px;
    padding-top: 30px;
    gap: 10px;
  }
  .testi-card-2_img {
    min-width: 200px;
  }
  .testi-card-2_text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-card-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .testi-card-2_img {
    min-width: 280px;
    max-width: 100%;
  }
  .testi-card-2_text {
    margin-bottom: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-card-2-tab {
    padding-top: 15px;
    gap: 4px;
  }
  .testi-card-2_text {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-card-2_img {
    min-width: 100%;
    max-width: 100%;
  }
}

/*------------------- Team -------------------*/
/* Team 2 ---------------------------------- */
.team-item {
  text-align: center;
}

.team-item .team-img {
  margin-bottom: 5px;
  overflow: hidden;
}

.team-item .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-item .team-title {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: -0.24em;
  color: var(--white-color);
}

.team-item .team-title a {
  color: inherit;
}

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

.team-item .team-desig {
  color: var(--theme-color);
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.team-item .team-content {
  background-color: var(--title-color);
  padding: 40px 15px;
}

.team-item .th-social {
  --icon-size: 40px;
}

.team-item .th-social a {
  background-color: #252934;
  width: var(--icon-size);
  color: var(--white-color);
  border-radius: 0;
}

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

.team-item:hover .team-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/*------------------- Price -------------------*/
/* Pricing 1 ---------------------------------- */
.price-item {
  background-color: var(--smoke-color);
  --space: 40px;
}

.price-item.style2 {
  background-color: var(--smoke-color);
  --space: 40px;
  box-shadow: none;
  padding: 0;
}

.price-item.style2 .price-item_header, .price-item.style2 .price-item_price {
  padding: var(--space);
  background-color: var(--theme-color);
  max-width: 100%;
}

.price-item.style2 .price-item_header i, .price-item.style2 .price-item_price i {
  color: rgba(255, 255, 255, 0.2);
}

.price-item.style2 .price-item_header .price, .price-item.style2 .price-item_price .price {
  color: var(--white-color);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--title-font);
}

.price-item.style2 .price-item_header .package-duration, .price-item.style2 .price-item_price .package-duration {
  font-size: 16px;
  font-weight: 400;
}

.price-item.style2 .price-item_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 24px var(--space);
}

.price-item.style2 .price-item_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.price-item.style2 .price-item_title {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.price-item.style2 .price-item_subtitle {
  color: var(--white-color);
  margin-bottom: 0;
}

.price-item.style2 .price-item_content {
  padding: var(--space);
  display: block;
}

.price-item.style2 .price-item_content .available-list {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.price-item.style2 .price-item_content .available-list li:first-child {
  margin-top: -0.5em;
}

.price-item.style2 .checklist li:before {
  color: var(--theme-color) !important;
}

.price-item.style2 .th-btn {
  background-color: var(--theme-color) !important;
}

.price-item_header {
  background-color: var(--title-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: var(--space);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-item_title {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 30px;
}

.price-item_subtitle {
  color: var(--white-color);
  margin-bottom: 0;
}

.price-item_price {
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 30px var(--space);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.price-item_price .price {
  color: var(--white-color);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--title-font);
}

.price-item_price .package-duration {
  font-size: 16px;
  font-weight: 400;
}

.price-item_price i {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.05);
}

.price-item_content {
  padding: var(--space);
  padding-bottom: calc(var(--space) - 6px);
}

.price-item .checklist {
  margin-bottom: var(--space);
}

.price-item:not(:hover) .checklist li:before {
  color: var(--title-color);
}

.price-item:not(:hover) .th-btn {
  background-color: var(--title-color);
}

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

.price-item:hover .price-item_header, .price-item:hover .price-item_price {
  background-color: var(--theme-color);
  border-color: rgba(255, 255, 255, 0.2);
}

.price-item:hover .price-item_price i {
  color: rgba(255, 255, 255, 0.2);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .price-item {
    --space: 20px;
  }
  .price-item_header {
    padding: 30px var(--space);
  }
  .price-item_price {
    padding: 22px var(--space);
  }
  .price-item_content {
    padding: 40px var(--space);
    padding-bottom: 34px;
  }
  .price-item .checklist {
    margin-bottom: 35px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .price-item_title {
    font-size: 26px;
  }
  .price-item_price .price {
    font-size: 26px;
  }
}

/*------------------- Process -------------------*/
/*------------------- Blog -------------------*/
/* blog 5 ---------------------------------- */
.blog-block.style2 {
  background-color: var(--white-color);
  box-shadow: 0px 10px 15px rgba(162, 162, 162, 0.1);
}

.blog-block.style2 .blog-title {
  font-size: 24px;
  margin-bottom: 0;
}

.blog-block.style2 .link-btn {
  margin-bottom: -0.2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  text-transform: capitalize;
  color: var(--theme-color);
}

/*------------------- Footer -------------------*/
/* Footer 2 ---------------------------------- */
.footer-layout5 {
  --body-color: #8b8e95;
}

.footer-layout5 .widget-area {
  padding-top: 80px;
  padding-bottom: 55px;
}

.footer-layout5 .footer-top {
  padding-top: 100px;
  padding-bottom: 80px;
  border-bottom: 1px solid #262A35;
}

.footer-layout5 .copyright-wrap {
  padding: 40px 0;
  border-top: 1px solid #2A2F3D;
}

.footer-layout5 .copyright-text {
  text-align: center;
}

.footer-layout5 .footer-text {
  color: #8b8e95;
}

.th-widget-schedule {
  margin-top: -0.25em;
}

.th-widget-schedule .footer-info {
  padding-left: 0;
}

.footer-table {
  margin-top: -15px;
  border: none;
  margin-bottom: 0;
}

.footer-table th,
.footer-table td {
  border: none;
  padding: 8px 0;
  font-size: 16px;
}

.footer-table td {
  padding-left: 50px;
  color: #74787C;
}

.footer-table th {
  padding-right: 13px;
  font-weight: 500;
  color: var(--white-color);
}

.footer-logo {
  background-color: #1B1F29;
  padding: 30px 15px;
  text-align: center;
}

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

.newsletter-wrap .newsletter-title {
  margin-bottom: 0;
  max-width: 420px;
}

.newsletter-wrap .newsletter-title.style2 {
  max-width: 500px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .newsletter-wrap .newsletter-title.style2 {
    text-align: left;
    font-size: 26px;
  }
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.newsletter-form.style4 {
  max-width: 424px;
}

.newsletter-form input {
  background-color: #252934;
  border: none;
}

.newsletter-form input:focus {
  background-color: #252934;
  color: var(--body-color);
}

.newsletter-form .th-btn {
  min-width: 150px;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-top .footer-logo {
    max-width: 280px;
    margin: 0 auto 30px auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout5 .widget-area {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .footer-layout5 .footer-top {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .footer-layout5 .copyright-wrap {
    padding: 30px 0;
  }
  .footer-wrapper .newsletter-title {
    font-size: 26px;
  }
  .footer-wrapper .newsletter-form {
    max-width: 380px;
  }
}

/* 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;
    gap: 20px;
  }
  .newsletter-wrap .newsletter-title {
    text-align: center;
  }
  .footer-wrapper .newsletter-form {
    max-width: 500px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .newsletter-form .as-btn {
    min-width: 110px;
    padding: 22px 15px;
  }
}

/*------------------- 4.00. Update 3 -------------------*/
/*------------------- Global -------------------*/
.appointment-form select,
.appointment-form .form-control,
.appointment-form .form-select,
.appointment-form textarea,
.appointment-form .nice-select,
.appointment-form input {
  height: 60px;
  padding: 0 25px 0 25px;
  padding-left: 45px;
  color: #8B929C;
  border-radius: 9999px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  border: 1px solid transparent;
  background-color: var(--white-color);
}

.appointment-form select:focus,
.appointment-form .form-control:focus,
.appointment-form .form-select:focus,
.appointment-form textarea:focus,
.appointment-form .nice-select:focus,
.appointment-form input:focus {
  border-color: #eaeaea;
}

.appointment-form .form-group > i {
  display: inline-block;
  position: absolute;
  right: auto;
  font-size: 16px;
  color: var(--theme-color);
  font-weight: 400;
  color: var(--theme-color);
  top: 22px;
  left: calc(var(--bs-gutter-x) / 2 + 25px);
  max-width: 16px;
}

.appointment-form .nice-select:after {
  left: auto;
  left: 20px;
  border-bottom: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
}

.appointment-form textarea.form-control,
.appointment-form textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  color: #8B929C;
  border-radius: 4px;
}

.appointment-form2 select,
.appointment-form2 .form-control,
.appointment-form2 .form-select,
.appointment-form2 textarea,
.appointment-form2 .nice-select,
.appointment-form2 input {
  height: 60px;
  padding: 0 25px 0 25px;
  color: var(--body-color);
  border-radius: 9999px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  border: 1px solid transparent;
  background-color: var(--white-color);
}

.appointment-form2 select:focus,
.appointment-form2 .form-control:focus,
.appointment-form2 .form-select:focus,
.appointment-form2 textarea:focus,
.appointment-form2 .nice-select:focus,
.appointment-form2 input:focus {
  border-color: #eaeaea;
}

.appointment-form2 .form-group > i {
  color: var(--body-color);
}

.appointment-form2 textarea.form-control,
.appointment-form2 textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  color: #8B929C;
  border-radius: 4px;
}

.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 .nice-select,
.contact-form2 input {
  height: 60px;
  padding: 0 25px 0 25px;
  color: var(--body-color);
  border-radius: 9999px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  border: 1px solid transparent;
  background-color: var(--white-color);
}

.contact-form2 select:focus,
.contact-form2 .form-control:focus,
.contact-form2 .form-select:focus,
.contact-form2 textarea:focus,
.contact-form2 .nice-select:focus,
.contact-form2 input:focus {
  border-color: #eaeaea;
}

.contact-form2 .form-group > i {
  color: var(--body-color);
}

.contact-form2 textarea.form-control,
.contact-form2 textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  color: #8B929C;
  border-radius: 4px;
}

/* Contact Media ---------------------------------- */
.contact-media {
  background-color: var(--title-color);
  padding: 60px 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 30px;
}

.contact-media_title, .contact-media_subtitle {
  color: var(--white-color);
}

.contact-media_title a, .contact-media_subtitle a {
  color: inherit;
}

.contact-media_subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  margin-top: -0.5em;
}

.contact-media_title {
  font-size: 30px;
  margin-bottom: -0.4em;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-media_title {
    font-size: 26px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .contact-media_content {
    text-align: center;
  }
}

.cta-title3 {
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .cta-title3 {
    font-size: 30px;
  }
}

/*------------------- Header -------------------*/
/* Header 6 ---------------------------------- */
.header-layout6 .header-top {
  background-color: var(--smoke-color);
  border-bottom: 1px solid #e9e9e9;
  padding: 16.5px 0;
}

.header-layout6 .menu-area {
  background-color: var(--title-color);
}

.header-layout6 .main-menu > ul > li > a {
  padding: 16.5px 0;
  color: var(--white-color);
  text-transform: uppercase;
}

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

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

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

.header-layout6 .header-info {
  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-layout6 .header-info_icon {
  color: var(--title-color);
  font-size: 32px;
  margin: 0 15px 0 0;
}

.header-layout6 .header-info_label {
  font-size: 14px;
  color: #74787C;
  font-family: var(--title-font);
  text-transform: uppercase;
}

.header-layout6 .header-info_link {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
}

.header-layout6 .header-info_link a {
  color: inherit;
}

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

.header-layout6 .header-link-btn {
  color: var(--white-color);
}

.header-layout6 .header-link-btn:hover {
  color: var(--theme-color);
}

.header-layout6 .header-links {
  --title-color: #74787C;
}

.header-layout6 .header-links li {
  border: none;
}

.header-layout6 .header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--theme-color);
  width: 1px;
  height: 20px;
  margin: -10px 0 0 0;
}

.header-layout6 .header-social a {
  display: inline-block;
  color: #74787C;
  margin: 0 15px 0 0;
}

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

.header-search .form-group {
  margin: 0;
  width: 367px;
  max-width: 100%;
  position: relative;
}

.header-search input {
  background-color: var(--smoke-color);
  border: none;
  padding: 0 20px;
  color: #74787C;
  margin-bottom: 0 !important;
}

.header-search button {
  background-color: transparent;
  color: var(--theme-color);
  border: none;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Small devices */
@media (max-width: 767px) {
  .header-search {
    margin: 0 0 20px 0;
  }
}

.logo-style1 {
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 767px) {
  .logo-style1 {
    position: relative;
    height: 100px;
    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;
    background-color: var(--smoke-color);
    padding: 0 55px 0 0;
    margin: 0;
  }
  .logo-style1:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 99999px;
    background-color: inherit;
  }
}

/*------------------- Hero -------------------*/
/* Hero Global ---------------------------------- */
.hero-slider-6 {
  position: relative;
}

.hero-slider-6 .slick-arrow {
  --icon-size: 80px;
  --pos-x: 100px;
  font-size: 24px;
  z-index: 4;
  border-radius: 50%;
  z-index: 5;
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: var(--white-color);
  /* Extra large devices */
}

.hero-slider-6 .slick-arrow:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

@media (max-width: 1500px) {
  .hero-slider-6 .slick-arrow {
    display: none !important;
  }
}

.hero-slider-6 .btn-group {
  gap: 30px;
}

.hero-slider-6 .hero-shape {
  position: absolute;
  bottom: 0%;
  right: 0;
}

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

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

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-slider-6 .slick-arrow {
    --pos-x: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-slider-6 .slick-arrow {
    --icon-size: 60px;
    font-size: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-slider-6 .btn-group {
    gap: 15px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-slider-6 .th-btn {
    padding: 17px 26px;
  }
  .hero-slider-6 .th-btn.style2 {
    padding: 15px 24px;
  }
}

/* Hero 1 ---------------------------------- */
.hero-meta {
  margin-bottom: 30px;
  margin-top: -0.4em;
}

.hero-meta span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
  position: relative;
}

.hero-meta span:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: var(--white-color);
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: -4px;
}

.hero-meta span:last-child::after {
  display: none;
}

.hero-slider-6 .th-hero-slide {
  padding: 250px 0;
}

.hero-style6 {
  position: relative;
  z-index: 2;
}

.hero-style6 .hero-title {
  color: var(--white-color);
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 46px;
}

.hero-style6 .hero-title:first-of-type {
  margin-bottom: 0 !important;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-slider-6 .th-hero-slide {
    padding: 180px 0;
  }
  .hero-style6 .hero-title {
    font-size: 62px;
    margin-bottom: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-slider-6 .th-hero-slide {
    padding: 140px 0;
  }
  .hero-style6 .hero-title {
    font-size: 54px;
  }
  .hero-meta {
    margin-bottom: 25px;
  }
  .hero-meta span {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style6 .hero-title {
    font-size: 46px;
  }
  .hero-slider-6 .th-hero-slide {
    padding: 100px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style6 {
    text-align: center;
  }
  .hero-style6 .hero-title {
    font-size: 40px;
  }
  .hero-style6 .btn-group {
    -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;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style6 .hero-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .hero-meta {
    margin-bottom: 20px;
  }
  .hero-meta span {
    font-size: 14px;
  }
  .hero-meta span:after {
    width: 20px;
    margin: 0 8px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style6 .hero-title {
    font-size: 28px;
  }
}

/*------------------- Service -------------------*/
/* Service 1 ---------------------------------- */
.sec-area2 {
  position: relative;
  z-index: 9;
}

.service-box-two {
  background-color: var(--smoke-color);
  position: relative;
  z-index: 5;
}

.service-box-two_img {
  overflow: hidden;
}

.service-box-two_img img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.service-box-two_icon {
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  background-color: var(--white-color);
  text-align: center;
}

.service-box-two_content {
  background-color: var(--theme-color);
  width: calc(100% - var(--icon-size, 100px));
  position: absolute;
  bottom: 80px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  right: 0;
  max-height: var(--icon-size, 100px);
  padding: 30px;
  overflow: hidden;
}

.service-box-two_title, .service-box-two_number, .service-box-two_text {
  color: var(--white-color);
}

.service-box-two_title {
  font-size: 24px;
  margin-bottom: -0.45em;
  font-weight: 600;
}

.service-box-two_title a {
  color: inherit;
}

.service-box-two_number {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -0.55em;
  margin-bottom: 2px;
  display: block;
  letter-spacing: 2px;
}

.service-box-two_text {
  margin-top: 18px;
  margin-bottom: -0.5em;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

.service-box-two_btn {
  display: block;
  overflow: hidden;
  color: var(--title-color);
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--title-font);
  padding: 27px 30px;
  height: 80px;
}

.service-box-two_btn i {
  margin-left: 5px;
}

.service-box-two_btn:hover {
  color: var(--theme-color);
}

.service-box-two:hover .service-box-two_content {
  max-height: 180px;
}

.service-box-two:hover .service-box-two_text {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.service-box-two:hover .service-box-two_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .service-box-two_icon {
    --icon-size: 90px;
  }
  .service-box-two_content {
    --icon-size: 90px;
    padding: 27px 15px;
  }
  .service-box-two_title {
    font-size: 20px;
  }
  .service-box-two_number {
    font-size: 13px;
  }
  .service-box-two_text {
    font-size: 14px;
    line-height: 1.6;
    max-width: 200px;
  }
}

/*------------------- Appointment -------------------*/
/* Appointment 1 ---------------------------------- */
.appointment-img {
  position: relative;
  margin-right: 72px;
  height: 100%;
}

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

.appointment-img .th-experience {
  position: absolute;
  left: 0;
  top: 125px;
}

.th-experience {
  background-color: var(--theme-color);
  max-width: 257px;
  padding: 40px;
}

.th-experience .experience-year {
  font-size: 60px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.th-experience .experience-text {
  color: var(--white-color);
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: 18px;
  margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .appointment-img {
    margin-right: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .appointment-img {
    margin-bottom: 60px;
    height: auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .appointment-form .form-btn {
    text-align: center;
  }
  .appointment-img .th-experience {
    top: 70px;
  }
  .th-experience {
    max-width: 190px;
    padding: 30px;
  }
  .th-experience .experience-year {
    font-size: 48px;
  }
  .th-experience .experience-text {
    font-size: 18px;
  }
}

.appointment-img2 {
  position: relative;
  padding-right: 80px;
  height: 100%;
}

.appointment-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.appointment-img2 .th-experience {
  position: absolute;
  bottom: 80px;
  left: -80px;
}

.appointment-form-wrap {
  padding: 90px 80px 90px 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .appointment-img2 .th-experience {
    bottom: 12px;
    left: -12px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .appointment-img2 {
    padding-right: 0;
  }
  .appointment-form-wrap {
    padding: 90px 80px 90px 80px;
  }
  .appointment-form-wrap .form-btn {
    text-align: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .appointment-form-wrap {
    padding: 60px 50px 60px 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .appointment-form-wrap {
    padding: 50px 20px 50px 20px;
  }
}

/*------------------- About -------------------*/
/* About 1 ---------------------------------- */
.feature-box {
  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-left: -15px;
}

.feature-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.feature-box_title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  max-width: 160px;
  margin-bottom: 0;
  text-align: left;
}

.feature-box_icon {
  width: var(--icon-size, 90px);
  height: var(--icon-size, 90px);
  line-height: var(--icon-size, 90px);
  position: relative;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}

.feature-box_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(356.78deg, #252934 2.69%, rgba(30, 33, 43, 0) 79.63%);
  background-image: linear-gradient(93.22deg, #252934 2.69%, rgba(30, 33, 43, 0) 79.63%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}

/* Small devices */
@media (max-width: 767px) {
  .feature-box-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*------------------- Counter -------------------*/
/*------------------- Testimonial -------------------*/
/* Testimonial 1 ---------------------------------- */
.testi-box-two {
  text-align: center;
}

.testi-box-two_img {
  position: relative;
  width: 150px;
  margin: 0 auto -75px auto;
}

.testi-box-two_img img {
  border-radius: 50%;
}

.testi-box-two_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testi-box-two_info {
  background-color: var(--theme-color);
  padding: 40px 15px;
}

.testi-box-two_name {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -0.24em;
}

.testi-box-two_desig {
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: -0.491em;
  display: block;
}

.testi-box-two_text {
  font-size: 20px;
  background-color: var(--white-color);
  box-shadow: 0px 10px 29px rgba(61, 61, 61, 0.05);
  margin-bottom: -0.52em;
  padding: 138px 40px 40px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-box-two_text {
    font-size: 18px;
  }
}

/*------------------- Team -------------------*/
/*------------------- Price -------------------*/
/*------------------- Process -------------------*/
/*------------------- Blog -------------------*/
/* Blog 1 ---------------------------------- */
.blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
}

.blog-item:nth-child(1) {
  grid-area: one;
  margin-bottom: 30px;
  margin-right: 15px;
}

.blog-item:nth-child(2) {
  grid-area: two;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
}

.blog-item:nth-child(2) .blog-img {
  min-width: 100%;
}

.blog-item:nth-child(3) {
  grid-area: three;
  margin-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blog-item-wrap {
  display: grid;
  grid-template-areas: 'one one one one one one one one one two two two'
 'three three three three three three three three three two two two';
}

.blog-item .blog-img {
  min-width: 50%;
}

.blog-item .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-item .blog-content {
  background-color: var(--smoke-color);
  padding: 60px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.blog-item .blog-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.blog-item .blog-meta {
  margin-bottom: 12px;
  margin-top: -0.5em;
}

.blog-item .blog-meta a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-item .blog-text {
  margin-bottom: 10px;
  margin-top: -2px;
}

.blog-item .link-btn {
  margin-bottom: -0.2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-item .blog-content {
    padding: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-item:nth-child(1) {
    margin-bottom: 24px;
    margin-right: 12px;
  }
  .blog-item:nth-child(2) {
    margin-left: 12px;
  }
  .blog-item:nth-child(3) {
    margin-right: 12px;
  }
  .blog-item .blog-content {
    padding: 40px 20px;
  }
  .blog-item .blog-title {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-item:nth-child(1) {
    margin-bottom: 0;
    margin-right: 0;
  }
  .blog-item:nth-child(2) {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .blog-item:nth-child(2) .blog-img {
    min-width: 50%;
  }
  .blog-item:nth-child(3) {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blog-item-wrap {
    gap: 24px;
    grid-template-areas: 'one one'
 'two two'
 'three three';
  }
  .blog-item .blog-text {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-item .blog-img {
    min-width: 44% !important;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .blog-item .blog-img {
    min-width: 100% !important;
  }
  .blog-item .blog-content {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .blog-item .blog-meta a {
    margin-right: 20px;
  }
  .blog-item .blog-meta a:last-child {
    margin-right: 0;
  }
}

/*------------------- Footer -------------------*/
.footer-input .form-control {
  background-color: #252934 !important;
}

/*# sourceMappingURL=style.css.map */
