@charset "UTF-8";
/*
Template Name: Marino
Template URL: https://themeforest.vecuro.com/html/marino
Description: marino HTML Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes/
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.10. Contact
    4.11. About
    4.12. Counter
    4.13. Service
    4.14. CTA
    4.15. Package
    4.16. Project
    4.17. Brand
    4.18. Form
    4.19. Simple Section
    4.20. Gallery
    4.21. Testimonial
    4.22. Feature
    4.23. Team
    4.24. Process
    4.25. Popup Search
    4.26. Popup Side Menu
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #0f6bac;
  --theme-color2: #37afe3;
  --title-color: #010f30;
  --body-color: #364863;
  --border-color: #85b7fe;
  --smoke-color: #ecf5fb;
  --white-color: #ffffff;
  --black-color: #000000;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --title-font: 'Exo', sans-serif;
  --body-font: 'Inter', sans-serif;
  --icon-font: 'Font Awesome 5 Pro';
  --main-container: 1220px;
  --vs-container1: 1390px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

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

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

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--theme-color);
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

pre {
  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 {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.63;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
}

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

.h1,
h1 {
  font-size: 45px;
}

.h2,
h2 {
  font-size: 40px;
}

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .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: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size,
.has-x-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(--title-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(--title-color);
  border-color: var(--title-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}
ol.wp-block-latest-comments li:first-child {
  margin-top: 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(--title-color);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}
ul.wp-block-latest-posts li:first-child {
  margin-top: 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-radius: 10px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  border: 1px solid rgba(var(--theme-color), 0.1);
  height: 50px;
  padding-left: 20px;
  border-radius: 10px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--title-color);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

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

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

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
  border-radius: 10px 0 0 10px;
}
.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--title-color);
  border-radius: 0 10px 10px 0;
}
.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.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(--title-color);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--title-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,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border: none;
}
.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
  content: '\f0c1';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--title-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
  content: 'Featured';
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--title-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: '\f10e';
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}
.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}
.vs-search .search-grid-title a {
  color: inherit;
}
.vs-search .search-grid-title a:hover {
  color: var(--title-color);
}
.vs-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.vs-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.vs-search .search-grid-meta a,
.vs-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 .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px;
  }
}
/* 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;
  }
  .blog-single.format-quote .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@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);
  }
}
.vs-container1 {
  max-width: calc(var(--vs-container1) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*='col'] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 767px) {
  .row:not([class*='gx-']) {
    --bs-gutter-x: 26px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

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

.gx-gy {
  --bs-gutter-y: var(--bs-gutter-x);
}

@media (min-width: 1500px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--white-color);
  font-family: var(--title-font);
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
  border-color: transparent;
}
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::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  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;
}

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

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

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type='checkbox'] {
  visibility: hidden;
  opacity: 0;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type='checkbox']:checked ~ label:before {
  content: '\f00c';
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}
input[type='checkbox'] ~ label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  display: block;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
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;
  border-radius: 4px;
}

input[type='radio'] {
  visibility: hidden;
  opacity: 0;
  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: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--theme-color2);
  background: var(--white-color);
  border-radius: 100%;
  transition: all 0.2s ease;
}

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

input[type='radio']:checked ~ label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 1;
  background-color: var(--white-color);
  transform: scale(1);
}

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

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: #a0abb4;
}
.form-group.has-label > i {
  top: 45px;
}

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

textarea.form-control,
textarea::placeholder {
  color: #0bf;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
  left: 0;
  overflow: hidden;
}
.slick-track > [class*='col'] {
  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 .col-auto {
  width: auto;
}

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

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0 30px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 60px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid var(--smoke-color);
  line-height: 0;
  background-color: var(--smoke-color);
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
}
.slick-dots button:hover {
  border-color: var(--theme-color2);
}
.slick-dots .slick-active button {
  width: 100px;
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.map .slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 50px 0 30px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.map .slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.map .slick-dots li:last-child {
  margin-right: 0;
}
.map .slick-dots button {
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  outline: none;
  font-size: 30px;
  color: var(--white-color);
  transform: unset;
  line-height: 0;
  background-color: transparent;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
}
.map .slick-dots button:hover {
  border-color: var(--theme-color2);
}
.map .slick-dots .slick-active button {
  color: var(--theme-color2);
  border-color: transparent;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  font-size: var(--icon-font-size, 20px);
  margin-top: calc(var(--icon-size, 60px) / -2);
  z-index: 1;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow i {
  vertical-align: middle;
  line-height: normal;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.slick-arrow2 .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: unset;
}
.slick-arrow2 .slick-prev.slick-arrow {
  top: -20%;
  right: 5.5%;
  margin-right: 12px;
}
.slick-arrow2 .slick-next.slick-arrow {
  right: 12px;
  top: -20%;
}

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

.blog-img-slider .slick-arrow {
  left: var(--pos-x, 20px);
}
.blog-img-slider .slick-arrow.slick-next {
  right: var(--pos-x, 20px);
  left: unset;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
  .slick-arrow {
    left: var(--pos-x, 0px);
  }
  .slick-arrow.slick-next {
    right: var(--pos-x, 0px);
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .slick-arrow {
    left: var(--pos-x, 0px);
  }
  .slick-arrow.slick-next {
    right: var(--pos-x, 0px);
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--theme-color2);
}
.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
  max-width: 190px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle i {
  line-height: inherit;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu.style2 ul li a {
  padding: 2px 0;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 6px 0;
  font-size: 16px;
  font-family: var(--title-font);
  text-transform: capitalize;
  color: var(--body-color);
  line-height: 26px;
  font-weight: 400;
}
.vs-mobile-menu ul li a:hover {
  color: var(--theme-color2);
}
.vs-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--title-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: '\f068';
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--title-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-menu-toggle {
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 38px;
    border-radius: 5px;
  }
}
.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

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

.loader {
  display: block;
  position: relative;
  height: 20px;
  width: 140px;
  margin: 0 auto;
  background-image: linear-gradient(var(--title-color) 20px, transparent 0),
    linear-gradient(var(--title-color) 20px, transparent 0),
    linear-gradient(var(--title-color) 20px, transparent 0),
    linear-gradient(var(--title-color) 20px, transparent 0);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0, 40px 0, 80px 0, 120px 0;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    background-image: linear-gradient(var(--title-color) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--title-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--theme-color2) 20px, transparent 0),
      linear-gradient(var(--theme-color2) 20px, transparent 0);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  border: none;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  padding: 17.5px 28px;
  border-radius: 5px;
  text-shadow: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}
.vs-btn.style2 {
  padding: 17px 25px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.vs-btn.style3 {
  padding: 10px 20px;
}
.vs-btn i {
  margin-left: 2px;
  font-size: 14px;
}
.vs-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  transform: scale(0);
  z-index: -1;
  border-radius: 0;
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}
.vs-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.vs-btn:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.icon-btn {
  border: 1px solid var(--smoke-color);
  display: inline-block;
  padding: 0;
  font-size: 14px;
  vertical-align: middle;
  color: var(--theme-color2);
  background-color: var(--smoke-color);
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s ease;
}
.icon-btn.style1 {
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.icon-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.icon-btn:hover .badge {
  background-color: var(--title-color);
}

.icon-btn2 {
  border: 1px solid var(--white-color);
  display: inline-block;
  padding: 0;
  font-size: 14px;
  vertical-align: middle;
  color: var(--white-color);
  background-color: transparent;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  position: relative;
  transition: all 0.5s ease;
}
.icon-btn2:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.play-btn1 {
  width: 52px;
  height: 51px;
  line-height: 50px;
  background-color: var(--white-color);
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
}
.play-btn1 i {
  font-size: 16px;
  color: var(--theme-color2);
}
.play-btn1:hover {
  background-color: var(--title-color);
}

.play-btn2,
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn2 > i,
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 90px);
  height: var(--icon-size, 90px);
  line-height: var(--icon-size, 90px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--title-color);
  font-size: var(--icon-font-size, 1.5em);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn2:after,
.play-btn2:before,
.play-btn:after,
.play-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn2:after,
.play-btn:after {
  animation-delay: 2s;
}
.play-btn2:hover:after,
.play-btn2:hover::before,
.play-btn2:hover i,
.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
}
.link-btn a {
  color: var(--theme-color);
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:hover {
  color: var(--theme-color2);
}

.vs-icon {
  margin: 0 auto 22px;
  border: 1px solid #c1cccc;
  display: inline-block;
  padding: 3px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
}

.vs-icon2 {
  margin: 0 auto 22px;
  border: 1px solid #c1cccc;
  display: inline-block;
  padding: 3px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color2);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
.scroll-btn:before {
  content: '';
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color2);
  transition: all ease 0.4s;
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.scroll-btn:focus:before,
.scroll-btn:hover:before {
  border-color: var(--theme-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

.bar-btn {
  border: none;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  vertical-align: middle;
  color: var(--theme-color2);
  background-color: var(--smoke-color);
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.bar-btn.style1 {
  background-color: var(--title-color);
}
.bar-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}

.watch-btn .btn-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
  vertical-align: middle;
  font-size: 16px;
}
.watch-btn .btn-icon:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.watch-btn .btn-icon i {
  vertical-align: middle;
}
.watch-btn .btn-text {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 8px;
  transition: all ease 0.4s;
}
.watch-btn .btn-text:hover {
  color: var(--theme-color2);
}

.bottom-btn {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-btn.style3 {
    font-size: 12px;
    padding: 10px;
  }
  .vs-btn.style3 i {
    font-size: 10px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.title-area {
  margin-bottom: 60px;
}
.title-area.left .sec-line {
  margin-left: 0;
}
.title-area.right .sec-line {
  margin-right: 0;
}

.sec-title {
  text-transform: capitalize;
  font-family: var(--title-font);
  font-size: 48px;
  font-weight: 700;
  position: relative;
  line-height: 58px;
}

.sec-title2 {
  text-transform: capitalize;
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 700;
  position: relative;
  line-height: 46px;
}

.sec-line {
  max-width: 200px;
  height: 8px;
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
}
.sec-line::before {
  content: '';
  height: 4px;
  width: 100%;
  border-radius: 30px;
  background-color: var(--theme-color2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-line::after {
  content: '';
  position: absolute;
  left: 0%;
  top: 50%;
  width: 60px;
  transform: translateY(-50%);
  height: 8px;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  display: block;
  margin-bottom: 20px;
  background-color: var(--theme-color);
  animation: sectionLine 5s linear infinite;
}
.sec-line.sec-line-left {
  margin: 0;
}

.sec-line2 {
  max-width: 50px;
  height: 10px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.sec-line2::before {
  content: '';
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: var(--body-color);
  border-radius: 3px;
}
.sec-line2::after {
  content: '';
  border: 3px solid var(--theme-color2);
  background-color: var(--white-color);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: sectionLine2 4s linear infinite;
}

.sec-text {
  font-family: var(--title-font);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
}

.sec-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--theme-color2);
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 8px;
  font-family: var(--title-font);
}

/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 36px;
    line-height: 43px;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

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

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

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

.vs-media {
  display: flex;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  font-size: 12px;
  color: var(--white-color);
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  padding: 0;
  transition: all 0.5s ease;
}

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

.video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-box a i {
  color: var(--theme-color);
}

.media-style1 {
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  z-index: 1;
}
.media-style1 .media-icon {
  margin-bottom: 20px;
  position: relative;
}
.media-style1 .media-icon > img {
  animation-name: spin;
  animation-duration: 12000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.media-style1 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-style1 .media-title {
  color: var(--white-color);
}
.media-style1 .media-text {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  font-family: var(--title-font);
  margin-bottom: 0;
}

.counter-style1 .media-style1 {
  margin-bottom: 0px;
}

.media-counter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-counter .media-title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-right: 5px;
}
.media-counter .media-count_icon {
  display: inline-block;
  color: var(--white-color);
  font-size: 34px;
}

.social-media a {
  color: var(--white-color);
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  border-radius: 50%;
}
.social-media a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.social-media2 {
  background-color: var(--theme-color);
  padding: 20px;
  border-radius: 0px 10px 0px 10px;
}
.social-media2 a {
  color: var(--white-color);
  line-height: 14px;
  text-align: center;
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 0.7;
}
.social-media2 a:last-child {
  margin-bottom: 0;
}
.social-media2 a:hover {
  color: var(--white-color);
  opacity: 1;
}

.social-media3 a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  color: var(--theme-color2);
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--theme-color2);
  background-color: var(--smoke-color);
}
.social-media3 a:hover {
  background-color: var(--body-color);
  color: var(--white-color);
  border-color: var(--body-color);
}
.social-media3.style1 {
  margin-bottom: 14px;
}
.social-media3.style1 a {
  background-color: var(--body-color);
  color: var(--white-color);
  border-color: var(--body-color);
}
.social-media3.style1 a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.social-media3.style2 {
  margin-top: 50px;
  text-align: center;
}
.social-media3.style2 a {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--white-color);
}
.social-media3.style2 a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.contact-style1 {
  background-color: var(--smoke-color);
  text-align: center;
  padding: 38px;
  border-radius: 6px;
}
.contact-style1 .contact-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--body-color);
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 22px;
}
.contact-style1 .contact-info {
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
}

@keyframes newlabel {
  0% {
    background-color: var(--title-color);
  }
  50% {
    background-color: var(--theme-color2);
  }
  100% {
    background-color: var(--title-color);
  }
}
@media (max-width: 1550px) {
  .d-xxxl-block {
    display: block !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .media-style1 {
    margin-bottom: 0;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

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

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

.fw-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-xl {
  font-size: 55px;
}

.fs-xl {
  font-size: 36px;
}

.fs-lg {
  font-size: 30px;
}

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

.fs-sm {
  font-size: 16px;
}

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

.fs-xxs {
  font-size: 12px;
}

/* Small devices */
@media (max-width: 767px) {
  p.fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

.bg-smoke {
  background-color: var(--smoke-color) !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-body {
  background-color: var(--body-color) !important;
}

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

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

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

.shape-dotted {
  width: 140px;
  height: 140px;
  --dot-color: #b9bab9;
  background: radial-gradient(
      circle,
      transparent 20%,
      var(--dot-bg, #fff) 20%,
      var(--dot-bg, #fff) 80%,
      transparent
    ),
    radial-gradient(
        circle,
        transparent 20%,
        var(--dot-bg, #fff) 20%,
        var(--dot-bg, #fff) 0%,
        var(--dot-color, red)
      )
      var(--dot-size, 5.8px) var(--dot-size, 5.8px);
  background-color: transparent;
  background-size: calc(var(--dot-size, 5.8px) * 2)
    calc(var(--dot-size, 5.8px) * 2);
}

.shape-dotted2 {
  width: 140px;
  height: 140px;
  --dot-color: #b9bab9;
  background: radial-gradient(
      circle,
      transparent 20%,
      var(--dot-bg, #fdfce8) 20%,
      var(--dot-bg, #fdfce8) 80%,
      transparent
    ),
    radial-gradient(
        circle,
        transparent 20%,
        var(--dot-bg, #fdfce8) 20%,
        var(--dot-bg, #fdfce8) 0%,
        var(--dot-color, #fdfce8)
      )
      var(--dot-size, 5.8px) var(--dot-size, 5.8px);
  background-color: transparent;
  background-size: calc(var(--dot-size, 5.8px) * 2)
    calc(var(--dot-size, 5.8px) * 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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 -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}

.mega-hover {
  position: relative;
  overflow: hidden;
}
.mega-hover img {
  transition: all 2s ease;
  transform: scale(1);
}
.mega-hover:after,
.mega-hover:before {
  content: '';
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}
.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover img {
  transform: scale(1.05);
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

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

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

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

.sectionLine {
  --animation-name: sectionLine;
}

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

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

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

@keyframes sectionLine {
  0% {
    left: -60px;
  }
  100% {
    left: 100%;
  }
}
@keyframes sectionLine2 {
  0% {
    left: -20px;
  }
  100% {
    left: 45px;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul,
.widget_meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li,
.widget_meta li {
  position: relative;
  display: block;
}
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.wp-block-categories li:last-child,
.widget_meta li:last-child {
  border: none;
}
.widget_nav_menu li a,
.widget_pages li a,
.widget_archive li a,
.widget_categories li a,
.wp-block-categories li a,
.widget_meta li a {
  display: block;
  background-color: var(--white-color);
  padding: 8px 60px 8px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: 7px;
  border-radius: 5px;
}
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.wp-block-categories li a:hover,
.widget_meta li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.widget_nav_menu li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span,
.widget_meta li > span {
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
  transition: all ease 0.4s;
  width: 26px;
  height: 26px;
  background-color: var(--smoke-color);
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
}
.widget_nav_menu li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span,
.wp-block-categories li:hover > span,
.widget_meta li:hover > span {
  color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.wp-block-categories .children,
.widget_meta .children {
  margin-left: 10px;
}

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

.widget_rss ul li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}
.widget_rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}
.widget_rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 4px;
}
.widget_rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}
.widget_rss ul cite::before {
  content: '';
  position: relative;
  top: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}

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

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

.widget_recent_comments li {
  padding-left: 30px;
  position: relative;
}
.widget_recent_comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments li::before {
  content: '\f086';
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}
.widget_recent_comments a {
  color: var(--body-color);
  position: relative;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
  list-style: 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;
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 20px;
  border: 1px solid var(--border-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color2);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: red;
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--body-font);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .total {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--title-color);
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  color: var(--theme-color);
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget_nav_menu,
  .widget_pages,
  .widget_archive,
  .widget_categories {
    padding: 18px 50px 18px 20px;
    font-size: 14px;
  }
  .widget_nav_menu a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    padding: 18px 25px 18px 0px;
    font-size: 14px;
    letter-spacing: normal;
  }
}
.widget {
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 6px;
}
.widget select,
.widget input {
  height: 60px;
  border: none;
  background-color: var(--input-bg, #f0f4f5);
  border-radius: 9999px;
}

.widget_categories ul li,
.widget_block ul li,
.widget_archive ul li,
.widget_meta ul li {
  position: relative;
  margin-bottom: 1px;
}

.widget select,
.widget_archive select,
.widget_categories select {
  border: 1px solid var(--border-color);
}

.widgettitle,
.sidebar-area .widget h3.wp-block-heading,
.sidebar-area .wp-block-group__inner-container > h2,
.widget_search .wp-block-search__label:not(.screen-reader-text),
.widget_title .wp-block-heading {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 34px;
  margin-bottom: 22px;
  text-transform: capitalize;
  color: var(--title-color);
  display: inline-block;
  padding-bottom: 10px;
}
.widgettitle::before,
.sidebar-area .widget h3.wp-block-heading::before,
.sidebar-area .wp-block-group__inner-container > h2::before,
.widget_search .wp-block-search__label:not(.screen-reader-text)::before,
.widget_title .wp-block-heading::before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  position: relative;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  color: #525f8d;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--title-font);
  height: 55px;
  line-height: 24px;
  padding: 0 25px 0 15px;
  background: var(--white-color);
  font-weight: 400;
}
.widget .search-form input::-moz-placeholder {
  color: #646464;
}
.widget .search-form input::-webkit-input-placeholder {
  color: #646464;
}
.widget .search-form input:-ms-input-placeholder {
  color: #646464;
}
.widget .search-form input::placeholder {
  color: #646464;
}
.widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background: none;
  border: none;
  color: var(--body-color);
}

.wp-block-tag-cloud,
.tagcloud {
  display: inline-block;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.63;
  margin-right: 10px;
  padding: 3px 10px;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: var(--title-font);
  background-color: var(--white-color);
  border-radius: 4px;
  color: var(--body-color);
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}
.tagcloud.style1 a {
  background-color: var(--smoke-color);
  margin-bottom: 0;
}
.tagcloud.style1 a:hover {
  background-color: var(--theme-color);
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 16px;
  width: 100px;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 6px;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0.1em 0;
  text-transform: capitalize;
  color: var(--title-color);
}
.recent-post .post-title a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta {
  margin-bottom: 2px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  text-transform: capitalize;
  line-height: 28px;
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color2);
}

.popular-product {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.popular-product:last-child {
  margin-bottom: 0;
}
.popular-product .media-img {
  margin-right: 16px;
  width: 95px;
}
.popular-product .media-img img {
  width: 100%;
  border-radius: 6px;
}
.popular-product .popular-product-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0.1em 0;
  text-transform: capitalize;
  color: var(--title-color);
}
.popular-product .popular-product-title a:hover {
  color: var(--theme-color);
}
.popular-product .popular-product-meta {
  margin-bottom: 2px;
}
.popular-product .popular-product-meta a {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  text-transform: capitalize;
  line-height: 28px;
}
.popular-product .popular-product-meta a i {
  margin-right: 6px;
}
.popular-product .popular-product-meta a:hover {
  color: var(--theme-color2);
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: var(--white-color);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.sidebar-gallery .gallery-thumb:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.12);
}

.newsletter-form {
  display: flex;
}
.newsletter-form input {
  border-radius: 0;
  color: #000;
  height: 70px;
  flex: 1;
}
.newsletter-form input::-moz-placeholder {
  color: #777777;
}
.newsletter-form input::-webkit-input-placeholder {
  color: #777777;
}
.newsletter-form input:-ms-input-placeholder {
  color: #777777;
}
.newsletter-form input::placeholder {
  color: #777777;
}
.newsletter-form .vs-btn {
  border-radius: 0;
}
.newsletter-form .vs-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.vs-widget-admin .admin-img {
  margin-bottom: 35px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-widget-admin .admin-img {
    text-align: center;
  }
}
.vs-widget-admin .admin-text {
  font-size: 16px;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .widget:last-child {
  margin-bottom: 0;
}

.recent-product {
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}

.wp-block-search__inside-wrapper {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  width: 110px;
}

.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: 8px;
  left: 20px;
  font-size: 14px;
  color: var(--title-color);
  font-weight: 600;
  z-index: 1;
}
.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(--title-color);
  background-color: rgba(15, 107, 172, 0.2);
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid rgba(15, 107, 172, 0.2);
  color: #01133c;
  font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid rgba(15, 107, 172, 0.2);
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px;
  color: #01133c;
  border: 1px solid #ededed;
  text-align: center;
  background-color: transparent;
  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: rgba(15, 107, 172, 0.1);
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
  border: none;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.alignnone {
  text-align: center;
}

.wp-caption-text {
  margin-top: 6px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .widget_title {
    font-size: 22px;
  }
  .recent-post .media-img {
    width: 75px;
    margin-right: 15px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .post-title {
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .newsletter-form {
    display: block;
  }
  .newsletter-form input {
    margin-bottom: 15px;
    height: 60px;
  }
}
.sidebar-area {
  margin-bottom: 30px;
}
/* Medium devices */
@media (max-width: 991px) {
  .share-links {
    margin: 50px 0 50px 0;
  }
  .sidebar-area {
    padding-top: 60px;
  }
  .sidebar-area .widget:last-child {
    margin-bottom: 0;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 0px 5px;
  }
  .sidebar-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    margin-bottom: 50px;
    padding: 30px 10px 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 0px;
}
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .footer-time {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-widget .footer-time .time {
  display: block;
}
.footer-widget .widget_title {
  border: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  padding: 0;
  margin-bottom: 0;
  color: var(--title-color);
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
  margin-bottom: 50px;
}
.footer-widget.widget_meta .widget_title,
.footer-widget.widget_pages .widget_title,
.footer-widget.widget_archive .widget_title,
.footer-widget.widget_categories .widget_title,
.footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.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 {
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.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(--title-color);
}
.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: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease 0.4s;
  height: 1px;
  background-color: var(--theme-color2);
}
.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 {
  width: 100%;
}
.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 .sidebar-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.widget_title_2 h3 {
  border: none;
  padding: 0;
  margin-bottom: 0;
  line-height: 34px;
  color: var(--title-color);
  position: relative;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.copyright-area {
  border-top: 1px solid var(--border-color);
  padding: 16px 0;
}

.copyright-menu ul li {
  font-family: var(--title-font);
  position: relative;
  padding-right: 15px;
}
.copyright-menu ul li:hover a {
  color: var(--theme-color2);
}
.copyright-menu ul li::after {
  content: '|';
  position: absolute;
  color: var(--theme-color2);
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
}
.copyright-menu ul li:last-child {
  margin-left: 5px;
  margin-right: 0;
  padding-right: 0;
}
.copyright-menu ul li:last-child::after {
  display: none;
}

.footer-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--body-color);
  margin-bottom: 8px;
  font-family: var(--title-font);
  display: flex;
  align-items: baseline;
}
.footer-address i,
.footer-address img {
  margin-right: 8px;
  color: var(--theme-color2);
}
.footer-address img {
  position: relative;
  top: -3px;
}

.footer-address2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  max-width: 340px;
  color: var(--body-color);
  margin-bottom: 8px;
}
.footer-address2 i {
  margin-right: 8px;
}

.footer-address3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  max-width: 340px;
  color: var(--smoke-color);
  margin-bottom: 8px;
}
.footer-address3 i {
  margin-right: 8px;
}

.footer-logo {
  margin-bottom: 28px;
  margin-top: -10px;
}

.footer-text {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-top: 30px;
  line-height: 26px;
}

.footer-info {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 300px;
  color: var(--smoke-color);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}
.footer-info:last-child {
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget .widget_title {
    font-size: 26px;
  }
  .footer-widget.widget_meta .widget_title,
  .footer-widget.widget_pages .widget_title,
  .footer-widget.widget_archive .widget_title,
  .footer-widget.widget_categories .widget_title,
  .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .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: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  z-index: 2;
  position: relative;
}

.header-layout2 {
  width: 100%;
}
.header-layout2 .header-top {
  padding-bottom: 16px;
}
.header-layout2 .sticky-wrapper {
  position: relative;
}
.header-layout2 .sticky-wrapper::before {
  content: '';
  position: absolute;
  background-color: var(--white-color);
  right: 0;
  top: 1px;
  width: 74%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
  display: none;
}

.header .logo-shape {
  position: relative;
}
.header .logo-shape::before {
  content: '';
  position: absolute;
  left: -72%;
  top: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--theme-color);
  transform: skew(20deg);
  border-radius: 0px;
}
.header .logo-shape .elementor-widget-image img.size-full {
  position: relative;
  z-index: 12;
}

.header-top {
  background-color: var(--title-color);
  padding-top: 16px;
  padding-bottom: 64px;
}
.header-top .select {
  border-right: 1px solid var(--white-color);
  padding-right: 20px;
  margin-right: 20px;
  line-height: 18px;
}
.header-top .select button {
  background: transparent;
  border: unset;
  color: var(--white-color);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}
.header-top .select button i {
  margin-right: 5px;
}
.header-top .select .dropdown-menu {
  transform: translate(20px, 38px) !important;
  min-width: 5rem;
  padding: 1rem 0;
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.header-top .select .dropdown-menu .dropdown-item {
  color: var(--white-color);
}
.header-top .select .dropdown-menu .dropdown-item:hover {
  background-color: var(--theme-color);
}

.marino-gtranslate {
  list-style: none;
  margin-bottom: 0;
}
.marino-gtranslate .dropdown-toggle {
  border-right: 1px solid var(--white-color);
  padding-right: 20px;
  margin-right: 20px;
  color: var(--white-color);
  list-style: none;
}
.marino-gtranslate .dropdown-menu {
  padding: 15px 0;
  z-index: 99;
  top: 77% !important;
  border: 0;
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.marino-gtranslate .dropdown-menu li {
  display: block;
}
.marino-gtranslate .dropdown-menu a.glink {
  display: block;
  color: var(--white-color);
  padding: 0.25rem 1rem;
}
.marino-gtranslate .dropdown-menu a.glink:hover,
.marino-gtranslate .dropdown-menu a.glink.gt-current-lang {
  background-color: var(--theme-color);
}

.header-links ul {
  margin-bottom: 0;
  padding-left: 0;
}
.header-links ul li {
  display: inline-block;
  line-height: normal;
  border-right: 1px solid var(--white-color);
  padding-right: 20px;
  margin-right: 20px;
}
.header-links ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.header-links ul li a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 500;
  position: relative;
  display: inline-block;
  line-height: 20px;
}
.header-links ul li a:hover {
  color: var(--theme-color2);
}
.header-links ul li a i {
  margin-right: 5px;
}

.vs-logo img {
  display: block;
  max-width: 140px;
}
.vs-logo .sticky-logo img {
  display: none;
}
.vs-logo.style2 {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 32px;
}
.vs-logo.style2::before {
  content: '';
  position: absolute;
  right: 0%;
  top: 0%;
  bottom: -1px;
  width: 99999px;
  z-index: -1;
  background-color: var(--theme-color);
  transform: skew(20deg);
}

.main-menu {
  text-align: center;
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 8;
  color: var(--title-color);
}
.main-menu a:hover {
  color: var(--theme-color2);
}
.main-menu > ul > li {
  margin: 0 18px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 18px;
  }
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: '\f107';
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--title-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color2);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09),
    0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--white-color);
}
.main-menu ul.sub-menu a:hover,
.main-menu ul.mega-menu a:hover {
  color: var(--theme-color2);
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: '';
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 62px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: '\f105';
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: '\f111';
  position: absolute;
  top: 2.5em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color2);
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(255, 116, 27, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0px;
  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: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--theme-color2);
}
.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-color2);
}
.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;
}

.vs-container1 {
  position: relative;
}
.vs-container1 .sticky-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: -50px;
  background-color: var(--white-color);
  border-radius: 6px;
}
.vs-container1 .vs-logo img {
  max-width: 140px;
}
.vs-container1.style3 .sticky-wrapper {
  background-color: var(--theme-color);
}
.vs-container1.style3 .main-menu ul li > a {
  color: var(--white-color);
}
.vs-container1.style3 .main-menu ul li > a:hover {
  color: var(--title-color);
}
.vs-container1.style3 .main-menu .sub-menu li > a:hover {
  color: var(--theme-color2);
}
.vs-container1.style3 .main-menu .mega-menu li > a:hover {
  color: var(--theme-color2);
}
.vs-container1.style3 .header-info_link a {
  color: var(--white-color);
}
.vs-container1.style3 .header-info_label {
  color: var(--white-color);
}

.header-info {
  display: flex;
  align-items: center;
}
.header-info .icon-btn {
  margin-right: 8px;
}
.header-info .header-info_label {
  font-weight: 400;
  font-family: var(--title-font);
  font-size: 14px;
  line-height: 18px;
}

.has-badge {
  position: relative;
}

.header-info_label {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
}

.header-info_link {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.header-info_link a {
  color: var(--theme-color2);
}
.header-info_link a:hover {
  color: var(--title-color);
}

.will-sticky {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10%;
}
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
  background: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(33, 37, 41, 0.3803921569);
  padding: 10px 0;
}
.will-sticky .sticky-active.active .vs-logo img {
  display: none;
}
.will-sticky .sticky-active.active .vs-logo .sticky-logo img {
  display: block;
  max-width: 140px;
}
.will-sticky .sticky-active.active .vs-logo.style2::before {
  display: none;
}
.will-sticky .sticky-active.active .main-menu ul li > a {
  line-height: 5;
  color: var(--title-color);
}
.will-sticky .sticky-active.active .main-menu ul li > a:hover {
  color: var(--theme-color2);
}
.will-sticky .sticky-active.active .main-menu .sub-menu li > a {
  line-height: 30px;
  color: var(--white-color);
}
.will-sticky .sticky-active.active .main-menu ul li:hover > ul.sub-menu {
  margin-top: 10px;
}
.will-sticky .sticky-active.active .main-menu .mega-menu li > a {
  line-height: 30px;
  color: var(--white-color);
}
.will-sticky .sticky-active.active .header-info_link a {
  color: var(--title-color);
}
.will-sticky .sticky-active.active .header-info_link a:hover {
  color: var(--theme-color2);
}
.will-sticky .sticky-active.active .header-info_label {
  color: var(--title-color);
}
.will-sticky .sticky-active.active .icon-btn.style1 {
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.will-sticky .sticky-active.active .icon-btn.style1:hover {
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.will-sticky .sticky-active.active .bar-btn:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.will-sticky .sticky-active.active .bar-btn.style1:hover {
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
  color: var(--white-color);
}

/* Extra large devices */
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout2 .sticky-wrapper::before {
    width: 82%;
  }
  .main-menu > ul > li {
    margin: 0 12px;
  }
  .main-menu > ul > li > a {
    font-size: 16px;
  }
  .main-menu a {
    line-height: 6;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .main-menu {
    text-align: end;
  }
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .main-menu > ul > li > a {
    font-size: 12px;
  }
  .header-info {
    display: flex;
    --icon-size: 40px;
  }
  .header-info .header-layout2 .menu-area {
    position: relative;
    background-color: var(--title-color);
  }
  .header-info .header-layout2 .sticky-wrapper {
    padding: 10px 0;
  }
  .vs-container1 .sticky-wrapper {
    border-radius: 0;
  }
  .header .logo-shape::before {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-social {
    padding: 10px 0;
  }
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .header-layout1 .manu-inner::after {
    display: none;
  }
  .header-layout1 .manu-inner::before {
    display: none;
  }
  .header-layout2 .sticky-wrapper {
    padding: 0;
  }
  .sticky-wrapper {
    border-radius: 0;
    padding: 5px 0;
  }
  .vs-logo img {
    display: block;
    max-width: 140px;
    padding: 5px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-top .dropdown {
    display: none;
  }
  .social-media {
    display: block;
    width: 100%;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  overflow: hidden;
}

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

.copyright-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: var(--theme-color);
  padding: 16px 0 12px;
}

.copyright-text {
  margin: 0;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
}
.copyright-text a {
  color: var(--smoke-color);
  font-weight: 700;
}
.copyright-text a:hover {
  color: var(--theme-color2);
  text-decoration: underline;
}

.footer-copyright {
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  padding: 15px 0 10px;
}
.footer-copyright .copyright-text {
  color: var(--white-color);
}

.footer-layout.style1 .widget_title,
.footer-layout.style1 .footer-address,
.footer-layout.style1 .footer-text {
  color: var(--white-color);
}
.footer-layout.style1 ul li a {
  color: var(--white-color);
}

.footer-layout1 .footer-widget .sidebar-gallery {
  grid-template-columns: repeat(4, 1fr);
}
.footer-layout1 .list-unstyled li a {
  font-size: 15px;
  line-height: 24px;
  color: var(--white-color);
}
.footer-layout1 .list-unstyled li a:hover {
  color: var(--theme-color);
}

.footer-layout3 .elementor-widget-container .px-0 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-layout3 .elementor-widget-container .px-0 li {
  display: block;
}
.footer-layout3 .elementor-widget-container .px-0 li a {
  position: relative;
  display: inline-block;
  padding: 6px 0 6px 20px;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 26px;
  font-weight: 400;
}
.footer-layout3 .elementor-widget-container .px-0 li a::before {
  content: '\f105';
  font-family: var(--icon-font);
  font-size: 16px;
  color: var(--white-color);
  position: absolute;
  left: 0;
  top: 4;
}
.footer-layout3 .footer-address {
  color: var(--white-color);
  margin-top: 10px;
}
.footer-layout3 .copyright-text {
  color: var(--white-color);
}
.footer-layout3 .list-unstyled li a {
  color: var(--white-color);
}
.footer-layout3 .list-unstyled li a:hover {
  color: var(--theme-color);
}

.footer-widget .sidebar-gallery {
  grid-template-columns: repeat(3, 1fr);
}

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

.terms-condition ul li a {
  color: var(--body-color);
  display: inline-block;
  transition: all 0.5s ease;
}
.terms-condition ul li a:hover {
  color: var(--theme-color2);
}

.footer-menu ul {
  margin-bottom: 0;
}
.footer-menu li {
  display: block;
}
.footer-menu li a {
  position: relative;
  display: inline-block;
  padding: 0px 0 6px 20px;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--body-color);
  text-transform: capitalize;
  font-weight: 400;
}
.footer-menu li:hover a {
  color: var(--theme-color2);
}
.footer-menu li a::before {
  content: '\f105';
  font-family: var(--icon-font);
  font-size: 16px;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 4;
}
.footer-menu li a:last-child {
  padding-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 {
    font-size: 14px;
  }
  .widget-area {
    padding-bottom: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .copyright-text {
    font-size: 14px;
  }
  .terms-condition ul li a {
    font-size: 14px;
  }
  .widget-area {
    padding-bottom: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget-area {
    padding-bottom: 0;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: 0 0 0 0;
  padding: 42px 67px;
  list-style-type: none;
  font-size: 16px;
  background: var(--white-color);
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0px 10px 25px 0px rgba(1, 15, 48, 0.1019607843);
  position: relative;
  z-index: 1;
}
.breadcumb-menu li {
  display: inline;
  list-style: none;
  position: relative;
  word-break: break-all;
}
.breadcumb-menu li a {
  color: var(--title-color);
}
.breadcumb-menu li a:hover {
  color: var(--theme-color2);
}
.breadcumb-menu li:after {
  content: '/';
  position: relative;
  margin-left: 8px;
  margin-right: 5px;
  color: var(--title-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--theme-color2);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--theme-color2);
}
.breadcumb-menu li > i,
.breadcumb-menu a > i,
.breadcumb-menu span > i {
  margin-right: 10px;
}
.breadcumb-menu a {
  color: var(--white-color);
}
.breadcumb-menu a:hover {
  color: var(--theme-color2);
}

.breadcumb-title {
  font-size: 70px;
  color: var(--white-color);
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: var(--title-font);
}

.breadcumb-subtitle {
  color: var(--white-color);
  font-size: 18px;
  margin: 22px 0 -0.25em 0;
}

.breadcumb-wrapper {
  padding-top: 255px;
  padding-bottom: 185px;
  background-color: var(--title-color);
  position: relative;
}
.breadcumb-wrapper .breadcumb-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* Medium devices */
}
.breadcumb-wrapper .breadcumb-content img {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .breadcumb-wrapper .breadcumb-content {
    display: block;
    text-align: center;
  }
  .breadcumb-wrapper .breadcumb-content img {
    display: none;
  }
}

.breadcumb-menu-wrap {
  text-align: end;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .breadcumb-wrapper {
    padding-top: 120px;
    padding-bottom: 216px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 48px;
    margin-right: 0px;
  }
  .breadcumb-subtitle {
    font-size: 16px;
  }
  .breadcumb-menu {
    padding: 30px 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 40px;
    margin: -0.15em 0 -0.4em 0;
  }
  .breadcumb-subtitle {
    font-size: 14px;
  }
  .breadcumb-wrapper {
    padding-top: 120px;
    padding-bottom: 216px;
  }
  .breadcumb-menu {
    display: inline-block;
    text-align: left;
  }
  .breadcumb-wrapper {
    margin-bottom: 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    display: inline-block;
    text-align: left;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 30px;
    margin-right: 0px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
  .breadcumb-menu li:after {
    margin-left: 8px;
    margin-right: 5px;
  }
}
/*------------------- 4.5. simple-sections  -------------------*/
.social-box {
  padding: 80px 100px;
  position: relative;
  z-index: 1;
}
.social-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}
.social-box__title {
  color: var(--white-color);
  margin: -0.2em 0 10px 0;
  font-size: 34px;
}

.social-box a,
.info-social a {
  display: inline-block;
  color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--white-color);
  font-size: 20px;
  margin-right: 5px;
  border-radius: 50%;
}
.social-box a:last-child,
.info-social a:last-child {
  margin-right: 0;
}
.social-box a:hover,
.info-social a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: transparent;
}

.info-social.style2 a {
  border-color: var(--smoke-color);
  color: var(--smoke-color);
  background-color: var(--theme-color2);
}
.info-social.style2 a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.info-social.style3 a {
  border-color: var(--title-color);
  color: var(--title-color);
}
.info-social.style3 a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .social-box {
    padding: 60px 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .social-box {
    padding: 40px 40px;
  }
  .social-box__title {
    font-size: 26px;
  }
  .award-wrap1 {
    padding: 80px 20px 10px 20px;
  }
  .award-wrap-title {
    max-width: 740px;
  }
  .award-style1 {
    padding: 30px 20px 30px 20px;
  }
  .award-style1 .award-text {
    font-size: 14px;
  }
  .award-style1 .award-img {
    min-height: 100px;
    line-height: 100px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .social-box::before {
    width: 100%;
  }
  .award-wrap-title {
    max-width: 520px;
    padding: 21px 20px;
    margin-bottom: -30px;
  }
  .award-wrap1 {
    padding: 70px 20px 10px 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .social-box {
    padding: 40px 20px;
  }
  .info-social a,
  .social-box a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
  }
}
/*------------------- 4.6. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose i {
  line-height: inherit;
}
.popup-search-box button.searchClose:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 14px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--title-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  right: 13px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.7. sidemenu-v Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
  background-color: rgba(0, 0, 0, 0.75);
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding: 0;
  background-color: transparent;
  color: var(--title-color);
  border: 1px solid var(--title-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}
.sidemenu-wrapper .closeButton i {
  line-height: inherit;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  border-color: var(--title-color);
  transform: rotate(90deg);
  background-color: var(--title-color);
}
.sidemenu-wrapper .widget_media_image {
  margin-top: -20px;
}
.sidemenu-wrapper .widget_media_image img {
  max-width: 140px;
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--smoke-color);
  backdrop-filter: blur(13px);
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 20px;
}
.sidemenu-wrapper .widget_text {
  margin-bottom: 10px;
}
.sidemenu-wrapper .info-social {
  margin-bottom: 45px;
}
.sidemenu-wrapper .footer-text {
  max-width: 100%;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.8. hero  -------------------*/
.hero-content {
  position: relative;
  z-index: 1;
}

.hero-layout1 {
  overflow-x: hidden;
}
.hero-layout1 .hero-content {
  max-width: 780px;
}
.hero-layout1 .hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--title-color);
  padding: 375px 0 295px;
  z-index: 1;
  overflow: hidden;
}
.hero-layout1 .hero-text {
  max-width: 650px;
}
.hero-layout1 .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: 2%;
  z-index: 1;
  max-width: var(--main-container);
}
.hero-layout1 .slick-arrow.slick-prev {
  top: unset;
  bottom: 15%;
  right: 22%;
  left: unset;
}
.hero-layout1 .slick-arrow.slick-next {
  top: unset;
  bottom: 15%;
  right: 18.4%;
}
.hero-layout1.style2 {
  clip-path: polygon(
    100% 0%,
    0% 0%,
    0% 93.53%,
    1.54% 93.99%,
    3.08% 94.53%,
    4.62% 95.12%,
    6.15% 95.75%,
    7.69% 96.4%,
    9.23% 97.04%,
    10.77% 97.66%,
    12.31% 98.22%,
    13.85% 98.72%,
    15.38% 99.14%,
    16.92% 99.46%,
    18.46% 99.67%,
    20% 99.77%,
    21.54% 99.74%,
    23.08% 99.6%,
    24.62% 99.35%,
    26.15% 98.99%,
    27.69% 98.54%,
    29.23% 98.01%,
    30.77% 97.42%,
    32.31% 96.79%,
    33.85% 96.14%,
    35.38% 95.5%,
    36.92% 94.88%,
    38.46% 94.31%,
    40% 93.8%,
    41.54% 93.37%,
    43.08% 93.04%,
    44.62% 92.82%,
    46.15% 92.71%,
    47.69% 92.72%,
    49.23% 92.85%,
    50.77% 93.1%,
    52.31% 93.44%,
    53.85% 93.89%,
    55.38% 94.41%,
    56.92% 94.99%,
    58.46% 95.62%,
    60% 96.26%,
    61.54% 96.91%,
    63.08% 97.53%,
    64.62% 98.11%,
    66.15% 98.62%,
    67.69% 99.06%,
    69.23% 99.4%,
    70.77% 99.64%,
    72.31% 99.76%,
    73.85% 99.76%,
    75.38% 99.64%,
    76.92% 99.41%,
    78.46% 99.07%,
    80% 98.64%,
    81.54% 98.12%,
    83.08% 97.55%,
    84.62% 96.93%,
    86.15% 96.28%,
    87.69% 95.63%,
    89.23% 95.01%,
    90.77% 94.42%,
    92.31% 93.9%,
    93.85% 93.46%,
    95.38% 93.1%,
    96.92% 92.86%,
    98.46% 92.73%,
    100% 92.71%
  );
  width: 100%;
  height: 100%;
}
.hero-layout1.style2 .slick-dots {
  bottom: 8%;
}
.hero-layout1.style2 .hero-inner {
  padding: 283px 0 283px;
}
.hero-layout1.style2 .slick-arrow {
  border-color: var(--white-color);
}
.hero-layout1.style2 .slick-arrow:hover {
  border-color: var(--theme-color);
}
.hero-layout1.style2 .hero-btns {
  display: flex;
  align-items: center;
}
.hero-layout1.style3 .hero-content {
  text-align: center;
  margin: 0 auto;
}
.hero-layout1.style3 .hero-text {
  max-width: 100%;
}
.hero-layout1.style3 .slick-dots {
  right: 4%;
  left: unset;
}
.hero-layout1.style3 .hero-inner {
  position: relative;
  padding: 355px 0 285px 0;
}
.hero-layout1.style3 .hero-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.hero-layout1.style3 .hero-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-layout1.style3 .shape-mockup {
  z-index: 1;
}

.hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
  font-family: var(--title-font);
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 30px;
}

.hero-text {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 26px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 30px;
}

.hero-shape {
  top: -5%;
  left: 0%;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
.hero-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 48, 0.65);
  z-index: 1;
}

.header-logo {
  padding: 15px 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-title {
    font-size: 56px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-layout1 {
    padding: 0;
  }
  .hero-layout1 .hero-inner {
    padding: 100px 0;
    min-height: auto;
  }
  .hero-title {
    font-size: 52px;
    line-height: 62px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-layout1 {
    padding: 0;
  }
  .hero-layout1 .hero-inner {
    padding: 90px 0;
    min-height: auto;
  }
  .hero-layout1.style2 .hero-inner {
    padding: 100px 0;
  }
  .hero-layout1.style3 .hero-inner {
    padding: 100px 0;
    min-height: auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-layout1 {
    padding: 0;
  }
  .hero-layout1 .hero-inner {
    padding: 80px 0;
    min-height: auto;
  }
  .hero-layout1.style2 .hero-inner {
    padding: 80px 0;
  }
  .hero-layout1.style3 .hero-inner {
    padding: 80px 0;
    min-height: auto;
  }
  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}
/*------------------- 4.9. Service  -------------------*/
.service-style1 {
  background-color: var(--white-color);
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0509803922);
  padding-bottom: 22px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.service-style1 .service-img {
  overflow: hidden;
  border-radius: 10px;
}
.service-style1 .service-img img {
  transform: scale(1);
  border-radius: 10px;
  width: 100%;
  transition: all 0.5s ease;
}
.service-style1 .service-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: -70px auto 15px auto;
  box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
  transform: scaleX(1);
  transition: all 0.5s ease;
}
.service-style1 .service-title {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.service-style1 .service-text {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--title-font);
  line-height: 24px;
  padding: 0 30px;
  margin-bottom: 14px;
  transition: all 0.5s ease;
}
.service-style1:hover {
  background-color: var(--theme-color);
}
.service-style1:hover .service-title {
  color: var(--white-color);
}
.service-style1:hover .service-text {
  color: var(--white-color);
}
.service-style1:hover .service-icon {
  transform: scaleX(-1);
  background-color: var(--theme-color);
}
.service-style1:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-style1:hover .link-btn a {
  color: var(--white-color);
}
.service-style1:hover .service-img img {
  transform: scale(1.1);
}

.service-shape {
  top: -5%;
  right: 0%;
}

.service-style2 {
  background-color: var(--white-color);
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0509803922);
  padding-bottom: 22px;
  border-radius: 10px;
  position: relative;
  height: 352px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.service-style2.bg-style1 {
  background-color: var(--smoke-color);
}
.service-style2 .service-inner {
  transform: all 0.5s ease;
}
.service-style2 .service-img {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  transform: all 0.5s ease;
}
.service-style2 .service-img img {
  transform: scale(1);
  border-radius: 10px;
  width: 100%;
  transition: all 0.5s ease;
}
.service-style2 .service-icon {
  width: 110px;
  height: 110px;
  line-height: 85px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: -70px auto 38px auto;
  box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
  border: 10px solid var(--smoke-color);
  transition: all 0.5s ease;
}
.service-style2 .service-title {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.service-style2 .service-title a {
  color: var(--title-color);
}
.service-style2 .service-text {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--title-font);
  line-height: 24px;
  padding: 0 30px;
  margin-bottom: 14px;
  display: none;
  transition: all 0.5s ease;
}
.service-style2 .link-btn {
  display: none;
}
.service-style2:hover {
  background-color: var(--theme-color);
  max-height: 352px;
}
.service-style2:hover .service-title a {
  color: var(--white-color);
}
.service-style2:hover .service-icon {
  margin: 0 auto;
  margin-bottom: 24px;
  line-height: 80px;
  border-color: var(--white-color);
  background-color: var(--theme-color);
}
.service-style2:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-style2:hover .service-text {
  color: var(--white-color);
  display: block;
}
.service-style2:hover .link-btn {
  display: block;
}
.service-style2:hover .link-btn a {
  color: var(--white-color);
}
.service-style2:hover .service-img {
  display: none;
}
.service-style2:hover .service-img img {
  transform: scale(1.1);
}
.service-style2:hover .service-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}

.service-wrap1 .slick-slide:nth-child(even) {
  margin-top: 30px;
}

.service_style3 {
  display: flex;
}
.service_style3 .service_img {
  min-height: 500px;
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service_style3 .service_img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: linear-gradient(rgba(54, 72, 99, 0), rgb(54, 72, 99));
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.service_style3 .service_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 0 60px 0;
  transition: all ease 0.4s;
  min-width: 469.23px;
}
.service_style3 .service_title {
  color: var(--white-color);
  margin: 0 0 10px 0;
}
.service_style3 .service_title a {
  color: inherit;
}
.service_style3 .service_title a:hover {
  color: var(--theme-color2);
}
.service_style3 .service_text {
  color: #f9f7e6;
  font-size: 14px;
  line-height: 24px;
  max-width: 390px;
  margin: 0 auto 24px auto;
}
.service_style3 .vs-btn i {
  margin-left: 5px;
  font-size: 13px;
}
.service_style3 .vs-btn,
.service_style3 .service_text,
.service_style3 .service_title {
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
}
.service_style3 .service_inner {
  flex: 1;
  transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
}
.service_style3 .service_inner:hover {
  flex: 2.5;
}
.service_style3 .service_inner:hover .service_img:before {
  opacity: 0.8999999762;
  visibility: visible;
}
.service_style3 .service_inner:hover .vs-btn,
.service_style3 .service_inner:hover .service_text,
.service_style3 .service_inner:hover .service_title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.service_style3 .service_inner:hover .service_text {
  transition-delay: 0.2s;
}
.service_style3 .service_inner:hover .vs-btn {
  transition-delay: 0.3s;
}

/* Large devices */
@media (max-width: 1199px) {
  .service_style3 .service_content {
    padding: 30px 20px 30px 20px;
  }
  .service-style2 .service-icon {
    margin: -70px auto 30px auto;
  }
  .service_style3 .service_content {
    min-width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .service_style3 {
    flex-direction: column;
    min-height: 700px;
    gap: 15px;
  }
  .service_style3 .service_inner {
    display: flex;
  }
  .service_style3 .service_inner:hover {
    flex: 3.2;
  }
  .service_style3 .service_img:before {
    background-image: none;
    background-color: var(--title-color);
  }
  .service-wrap1 .slick-slide:nth-child(even) {
    margin-top: 0px;
  }
  .service-style2 .service-icon {
    margin: -70px auto 18px auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .service-style2 {
    height: 390px;
  }
  .service-style2:hover {
    max-height: 390px;
  }
}
@media screen and (max-width: 374px) {
  .service-style2 {
    height: 330px;
  }
}
/*------------------- 4.10. explore  -------------------*/
.explore-text {
  font-family: var(--title-font);
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.explore-list {
  margin-bottom: 38px;
}

.explore-list li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  transition: all ease 0.4s;
  color: #555555;
  font-family: var(--title-font);
}
.explore-list li::before {
  content: '';
  border: 5px solid var(--theme-color2);
  background-color: var(--title-color);
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.picture-box1 {
  position: relative;
}
.picture-box1 .media-box1 {
  position: absolute;
  top: 13%;
  right: 0;
  background-color: var(--theme-color2);
  padding: 45px;
  border-radius: 10px;
}
.picture-box1 .media-box1 .media-title {
  color: var(--white-color);
  font-size: 36px;
  font-family: var(--title-font);
  line-height: 46px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.picture-box1 .media-box1 .media-text {
  font-size: 24px;
  color: var(--white-color);
  font-family: var(--title-font);
  text-transform: capitalize;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
}
.picture-box1.style1 {
  margin-bottom: -50px;
  text-align: start;
  z-index: 1;
}
.picture-box1.style2 {
  text-align: end;
  z-index: 0;
}
.picture-box1.style2 .media-box1 {
  top: unset;
  right: unset;
  bottom: 13%;
  left: 0;
  background-color: var(--theme-color);
}

.explore-shape {
  top: -5%;
  left: 0%;
}

.img_box1 {
  position: relative;
}
.img_box1.style2 {
  margin-top: 55px;
}
.img_box1 .img_1,
.img_box1 .img_2 {
  border-radius: 0px;
  overflow: hidden;
  width: max-content;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.img_box1 .img_1 img,
.img_box1 .img_2 img {
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.img_box1 .img_2 {
  right: 35px;
  z-index: 0;
  margin: -62px 0 0 auto;
}
.img_box1 .exp_box1 {
  background-color: var(--theme-color2);
  position: absolute;
  right: 10px;
  top: 50px;
  padding: 45px 30px;
  border-radius: 10px;
  z-index: 1;
}
.img_box1 .exp_box1:last-child {
  top: auto;
  right: auto;
  left: -30px;
  bottom: 50px;
  background-color: var(--theme-color);
}
.img_box1 .exp_box_title {
  color: var(--white-color);
  margin: 0;
  font-size: 34px;
}
.img_box1 .exp_box_text {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .picture-box1 {
    margin-bottom: 30px;
  }
  .img_box1 {
    max-width: 550px;
    margin-left: 30px;
    margin-bottom: 50px;
  }
  .img_box1.style2 {
    margin-top: 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .img_box1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
    margin-left: 0;
    max-width: 100%;
  }
  .img_box1.style2 {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .img_box1 .img_1,
  .img_box1 .img_2 {
    width: 100%;
  }
  .img_box1 .img_1 img,
  .img_box1 .img_2 img {
    border-radius: 10px;
  }
  .img_box1 .img_2 {
    margin: 0;
    right: 0;
  }
  .img_box1 .exp_box1 {
    top: auto;
    bottom: 30px;
    background-color: rgba(15, 107, 172, 0.8588235294);
    padding: 24px 24px;
    backdrop-filter: blur(3px);
  }
  .img_box1 .exp_box1:last-child {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 30px;
  }
  .img_box1 .exp_box_title {
    font-size: 30px;
  }
  .picture-box1.style1 .img-1 {
    margin-bottom: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .img_box1 .exp_box1 {
    top: 0;
    left: 0;
    padding: 15px 15px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    background-color: var(--theme-color);
  }
  .img_box1 .exp_box1:last-child {
    bottom: 0;
    left: 0;
  }
  .img_box1 .exp_box_title {
    font-size: 18px;
  }
  .img_box1 .exp_box_text {
    font-size: 12px;
  }
}
/*------------------- 4.11. counter  -------------------*/
.counter-shape {
  right: 0;
  bottom: 0;
}

.counter-style1 {
  margin-top: -195px;
  padding: 80px 0;
}

.counter-style2 .media-style1 {
  padding-bottom: 120px;
}

.counter-shep1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 140%;
  border-radius: 30px 0 0 30px;
  z-index: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .counter-shep1 {
    width: 100%;
    border-radius: 30px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-shep1 {
    width: 100%;
    border-radius: 0px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .counter-style1 {
    width: 100%;
    border-radius: 0;
  }
  .counter-shep1 {
    border-radius: 0;
    width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .counter-style2 .media-style1 {
    padding-bottom: 0px;
  }
}
/*------------------- 4.12. team  -------------------*/
.team-style1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-style1 .team-img a img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.team-style1 .social-media2 {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
}
.team-style1 .team-content {
  position: absolute;
  bottom: 5%;
  left: 0;
  background-color: var(--white-color);
  border-radius: 0 10px 10px 0px;
  padding: 24px 40px;
  transition: all 0.4s ease;
}
.team-style1 .team-content .team-name {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-family: var(--title-font);
  transition: all 0.4s ease;
}
.team-style1 .team-content .team-name a {
  color: var(--title-color);
}
.team-style1 .team-content .team-name:hover a {
  color: var(--theme-color2);
}
.team-style1 .team-content .team-degi {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--theme-color);
  font-family: var(--title-font);
  transition: all 0.4s ease;
}
.team-style1:hover .social-media2 {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.team-style1:hover .team-content {
  background-color: var(--theme-color);
}
.team-style1:hover .team-content .team-name a {
  color: var(--white-color);
}
.team-style1:hover .team-content .team-degi {
  color: var(--white-color);
}
.team-style1:hover .team-img a img {
  width: 100%;
  transform: scale(1.2);
}

.team_style2 {
  display: flex;
  align-items: flex-start;
  margin: 0 0 30px 15px;
}
.team_style2 .team_img {
  position: relative;
  z-index: 2;
  width: var(--img-size, 300px);
}
.team_style2 .team_img img {
  width: 100%;
  border-radius: 50%;
}
.team_style2 .team_img:before {
  content: '';
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border: 30px solid var(--theme-color2);
  border-radius: 50%;
  z-index: 1;
  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
  transform: rotate(50deg);
  pointer-events: none;
  transition: all ease 0.4s;
}
.team_style2 .team_content {
  flex: 1;
  padding: 0 0 0 var(--img-gap, 30px);
}
.team_style2 .team_info {
  position: relative;
  flex: 1;
  z-index: 1;
  padding: 25px 30px 30px 0;
}
.team_style2 .team_info::before {
  content: '';
  position: absolute;
  left: calc((var(--img-size, 300px) + var(--img-gap, 30px)) / -2);
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 0 30px 30px 0;
}
.team_style2 .team_name {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-family: var(--title-font);
  margin: 0 0 5px 0;
}
.team_style2 .team_name a {
  color: inherit;
}
.team_style2 .team_name a:hover {
  color: var(--theme-color);
}
.team_style2 .team_degi {
  color: var(--theme-color);
  font-weight: 700;
  margin: 0 0 25px 0;
}
.team_style2 .team_mail {
  display: inline-block;
  padding: 1px 20px 1px 1px;
  font-weight: 700;
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 14px;
  font-family: var(--title-font);
  border-radius: 9999px;
  transition: all ease 0.4s;
}
.team_style2 .team_mail i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 15px;
  border-radius: 50%;
  color: var(--theme-color);
  background-color: var(--white-color);
}
.team_style2 .team_mail:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team_style2 .team_social {
  padding: 20px 0 0 0;
}
.team_style2 .team_social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all ease 0.4s;
  margin: 0 3px 0 0;
  border-radius: 50%;
}
.team_style2 .team_social a:last-child {
  margin-right: 0;
}
.team_style2 .team_social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team_style2.space-style1 {
  padding-bottom: 115px;
}
.team_style2:hover .team_img:before {
  transform: rotate(30deg);
  border-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .team_img {
    margin: 0 auto 30px auto;
    max-width: 200px;
  }
  .team_style2 .team_name {
    font-size: 26px;
  }
  .team_style2 .team_info {
    padding: 25px 20px 30px 0;
  }
  .team_style2 .team_mail {
    font-size: 12px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .team_style2 {
    display: block;
    overflow: hidden;
  }
  .team_style2 .team_info::before {
    left: 0;
    border-radius: 20px;
  }
  .team_style2 .team_info {
    padding: 30px;
  }
  .team_style2.space-style1 {
    padding-bottom: 0px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .team_style2 {
    display: block;
    text-align: center;
    margin: 0 0 0px 0;
  }
  .team_style2 .team_img {
    margin: 0 auto 30px auto;
    max-width: 200px;
  }
  .team_style2 .team_info {
    padding: 20px;
  }
  .team_style2 .team_info::before {
    left: 0;
    right: 0;
    border-radius: 20px;
  }
  .team_style2 .team_mail {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }
  .team_style2 .team_degi {
    margin: 0 0 15px 0;
  }
  .team_style2 .team_content {
    padding: 0;
  }
}
/*------------------- 4.13. shop  -------------------*/
.product-style1 {
  background-color: var(--white-color);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  min-height: 100%;
  border-radius: 6px;
  position: relative;
  margin-bottom: 30px;
}
.product-style1:hover .product-img .clipped::after {
  visibility: visible;
  opacity: 1;
}
.product-style1:hover .actions-btn {
  visibility: visible;
  opacity: 1;
}

.svg-shep1 {
  position: absolute;
  top: -100%;
  left: -100%;
  opacity: 0;
  z-index: -1;
}

.product-img {
  background-color: var(--smoke-color);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  clip-path: polygon(
    100% 0%,
    0% 0%,
    0% 95.83%,
    4% 95.71%,
    8% 95.37%,
    12% 94.84%,
    16% 94.17%,
    20% 93.45%,
    24% 92.74%,
    28% 92.12%,
    32% 91.65%,
    36% 91.39%,
    40% 91.36%,
    44% 91.57%,
    48% 91.99%,
    52% 92.58%,
    56% 93.28%,
    60% 94.01%,
    64% 94.7%,
    68% 95.26%,
    72% 95.65%,
    76% 95.83%,
    80% 95.76%,
    84% 95.47%,
    88% 94.98%,
    92% 94.34%,
    96% 93.62%,
    100% 92.9%
  );
}
.product-img .shape-style1 {
  position: absolute;
  width: 0;
  height: 0;
}

.product-tag1,
.onsale {
  padding: 3px 15px;
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--theme-color);
  transition: 0.5s ease-in-out;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--body-font);
}
.product-tag1:hover,
.onsale:hover {
  background-color: var(--theme-color2);
}

.sale-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  display: inline-flex;
  gap: 15px;
}

.actions-style1,
.actions-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(1, 15, 48, 0.6);
  height: 100%;
  width: 100%;
}

.product-content {
  text-align: center;
  padding: 25px 20px 25px 20px;
}
.product-content .star-rating {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.product-rating {
  margin-bottom: 8px;
}
.product-rating i {
  color: var(--theme-color2);
}

.product-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.price {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.price del {
  opacity: 0.8;
  font-weight: 400;
}

.woocommerce-ordering .orderby {
  background-color: var(--smoke-color);
  font-family: var(--title-font);
  border-radius: 6px;
  border-color: var(--smoke-color);
}

.text-body2 {
  margin-bottom: 0;
  margin-right: 15px;
}

.range-slider {
  height: 10px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 5px;
}

.range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: var(--theme-color);
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
}

.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 5px solid var(--theme-color);
  background-color: var(--white-color);
  pointer-events: auto;
  -webkit-appearance: none;
}

.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 5px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.range-price label {
  margin: 0;
}
.range-price input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 0;
  height: 30px;
}

.range-price input {
  width: 40px;
  padding: 5px;
}

.range-price input:first-of-type {
  margin-right: 5px;
}

.range .filter-btn {
  padding: 10px 23px;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.propertie-wishlist {
  position: absolute;
  right: 6%;
  top: 5%;
}
.propertie-wishlist a {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 6px;
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.propertie-wishlist a:hover {
  background-color: var(--theme-color);
}
.product-details-img,
.woocommerce-product-gallery {
  margin-top: 0;
}
.product-details-img .product-img,
.product-details-img .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery .product-img,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  min-height: 550px;
  overflow: hidden;
}
.product-details-img .product-img img,
.product-details-img .woocommerce-product-gallery__wrapper img,
.woocommerce-product-gallery .product-img img,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  background-color: var(--smoke-color);
}
.product-details-img .img,
.woocommerce-product-gallery .img {
  padding: 115px 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbs-item {
  list-style: none;
  padding: 18px 10px;
  margin: 0 5px;
  text-align: center;
  background-color: var(--smoke-color);
  border-radius: 10px;
  border: 1px solid transparent;
}
.thumbs-item.active {
  border: 1px solid var(--theme-color);
}

.control-thumbs {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.control-thumbs img {
  width: 77px;
  height: 70px;
  cursor: pointer;
}

.product-img {
  width: 101%;
  height: auto;
  display: block;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.woocommerce-result-count {
  margin-bottom: 0;
}

.shop-details .shop-wrap1 {
  margin-bottom: 45px;
}
.shop-details .shop-wrap1 .onsale {
  position: absolute;
  right: 60px;
  top: 20px;
  z-index: 1;
}
.shop-details .row.gx-60 > .col-lg-6.col-xl-6.mb-30.mb-lg-0 {
  position: relative;
}
.shop-details .product-content .product-details {
  text-align: start;
}
.shop-details .product-content .product-details .star-rating {
  margin-right: unset;
  margin-left: unset;
}
.shop-details .product-content .product-details .actions-btn {
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 30px;
}
.shop-details
  .product-content
  .product-details
  .actions-btn
  .tinvwl_add_to_wishlist_button {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  height: 56px;
  width: 56px;
}
.shop-details
  .product-content
  .product-details
  .actions-btn
  .tinvwl_add_to_wishlist_button:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.shop-details .tab-area {
  margin-bottom: 50px;
}
.shop-details .tab-content {
  padding: 55px 40px 60px;
}
.shop-details .tab-content .fs-md {
  font-size: 16px;
}
.shop-details .tab-content .vs-comment-area {
  margin-top: 0;
}
.shop-details .tab-content .vs-comment-area .author-img {
  margin-right: 20px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.shop-details .tab-content .vs-comment-area .author-img img {
  border-radius: 50%;
}
.shop-details .tab-content .woocommerce-product-attributes,
.shop-details .tab-content tbody {
  border: none;
}
.shop-details .tab-content .woocommerce-product-attributes tr,
.shop-details .tab-content .woocommerce-product-attributes td,
.shop-details .tab-content .woocommerce-product-attributes th,
.shop-details .tab-content tbody tr,
.shop-details .tab-content tbody td,
.shop-details .tab-content tbody th {
  border-color: var(--border-color);
}
.shop-details .review-form .comment-respond {
  margin-bottom: 0;
}
.product-details .product-title {
  font-size: 36px;
  line-height: 1.5;
}
.product-details .actions-btn {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
  visibility: visible;
  justify-content: unset;
  opacity: 1;
  gap: 20px;
}
.product-details .price {
  font-size: 24px;
}
.product-details .actions-btn .vs-btn.style2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-details .quantity {
  display: flex;
  align-items: center;
}
.product-details .quantity .qty-input {
  text-align: center;
  background-color: var(--smoke-color);
  border: 1px solid var(--smoke-color);
  padding: 15px 20px;
  font-size: 16px;
  height: 56px;
}
.product-details .qut-btn {
  padding: 15px 20px;
  background-color: var(--theme-color2);
  border: none;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.product-details .qut-btn:hover {
  background-color: var(--title-color);
}
.product-details .qut-btn.quantity-minus {
  border-radius: 5px 0px 0px 5px;
}
.product-details .qut-btn.quantity-plus {
  border-radius: 0px 5px 5px 0px;
}
.product-details .stock.in-stock {
  color: var(--theme-color);
}

.star-rating {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
  position: relative;
}

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

.star-rating1 {
  margin-bottom: 10px;
}
.star-rating1 ul {
  margin: 0;
  padding: 0;
}
.star-rating1 ul li {
  display: inline-block;
}
.star-rating1 ul li i {
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 28px;
}

.rating-select {
  margin-top: -0.4em;
}
.rating-select label {
  margin: 0 10px 0 0;
  display: inline-block;
  color: var(--body-color);
}
.rating-select p {
  display: inline-block;
}
.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(--theme-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;
}

.product-about .count {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--title-font);
}
.product-about .price {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color2);
}
.product-about .product-description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.product-available {
  display: flex;
  align-items: center;
}
.product-available .text-title {
  margin-right: 8px;
  margin-bottom: 0;
}
.product-available a {
  font-size: 18px;
}
.product-available a i {
  color: #85cb73;
}

.text-title {
  font-size: 24px;
  color: var(--title-color);
}

.product_meta .product-info {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}
.product_meta .product-info .meta-value {
  font-weight: 600;
  position: absolute;
  left: 20%;
}
.product_meta .product-info .category {
  color: var(--theme-color2);
  font-weight: 600;
}
.product_meta .product-info .tag {
  color: var(--title-color);
  font-weight: 600;
  transition: all 0.3s ease;
}
.product_meta .product-info .tag:hover {
  color: var(--theme-color);
}
.product_meta > span {
  display: flex;
  gap: 15px;
  font-weight: 500;
  font-family: var(--title-font);
}

.tab-area {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.tab-area .product-tab {
  background-color: var(--smoke-color);
  padding: 0 28px;
}
.tab-area .product-tab .nav-link {
  padding: 28px 24px;
}
.tab-area .product-tab .nav-link.active {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.desc-title {
  font-size: 18px;
}

.product-inner-list ul li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.product-inner-list ul li::before {
  content: '\f0a4';
  color: var(--theme-color);
  font-family: var(--icon-font);
  position: absolute;
  left: -30px;
  top: 1px;
}

.cart-button,
.woosq-btn,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.added_to_cart {
  border: 1px solid var(--white-color);
  display: inline-block;
  padding: 0;
  font-size: 14px;
  vertical-align: middle;
  color: var(--white-color);
  background-color: transparent;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  position: relative;
  transition: all 0.5s ease;
}
.cart-button:hover,
.woosq-btn:hover,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.added_to_cart:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.added_to_cart {
  font-size: 0;
}
.added_to_cart::after {
  content: '\f07a';
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
}

.vs-product .add_to_cart_button.added,
.product-list .add_to_cart_button.added {
  display: none;
}

.product-list {
  display: flex;
  text-align: left;
  position: relative;
  box-shadow: 0px 2px 10px 0px #eeeeee;
}
.product-list .product-img {
  width: 100%;
  max-width: 170px;
  clip-path: none;
}
.product-list .product-img img {
  width: 100%;
}
.product-list .sale-wrapper {
  height: fit-content;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}
.product-list .product-content {
  text-align: start;
}
.product-list .product-content .star-rating {
  margin: 10px auto 0 0;
}
.product-list:hover .actions-btn {
  opacity: 1;
  visibility: visible;
}

.vs-sort-bar .nav .icon-btn.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .product-style1 {
    min-height: 450px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-style1 {
    min-height: auto;
  }
  .tab-content {
    padding: 30px 20px 30px 20px;
  }
  .product-details-img .product-img {
    min-height: 450px;
  }
  .product-details-img .img {
    padding: 80px 35px 80px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .shop-result-count {
    margin-bottom: 30px;
    text-align: center;
  }
  .product-about .count {
    font-size: 14px;
  }
  .product-details-img .product-img {
    min-height: 300px;
  }
  .product_meta .product-info .meta-value {
    position: unset;
  }
  .product_meta span {
    margin-right: 20px;
  }
  .shop-details .vs-btn {
    font-size: 12px;
    padding: 17.5px 14px;
  }
  .text-body2 {
    font-size: 14px;
  }
}
/*------------------- 4.14. brands  -------------------*/
.brands {
  position: relative;
  padding: 80px 70px;
  transform: translateY(-50%);
}
.brands::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 140%;
  z-index: -1;
  background-color: var(--smoke-color);
  border-radius: 0 30px 30px 0;
  z-index: 0;
}
.brands.style2 {
  transform: unset;
}
.brands.style2::after {
  display: none;
}
.brands .bran-img img {
  max-width: 120px;
  max-height: 120px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .brands::after {
    width: 100%;
    border-radius: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .brands {
    transform: translateY(-35%);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .brands {
    overflow: hidden;
    border-radius: 6px;
    transform: translateY(-30%);
  }
  .brands::after {
    border-radius: 6px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .bran-img {
    text-align: center;
  }
}
/*------------------- 4.15. gallery  -------------------*/
.gallery-item {
  flex: 0 0 15%;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  max-height: auto;
}
.gallery-item:hover {
  flex: 0 0 50%;
}
.gallery-item:hover .gallery-img::after {
  visibility: visible;
  opacity: 1;
}
.gallery-item:hover .gallery-content {
  opacity: 1;
}
.gallery-item:hover .gallery-text {
  transform: scale(1);
  opacity: 1;
}

.gallery-img {
  height: 100%;
  width: 100%;
}
.gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.gallery-img::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(72, 77, 85, 0.589),
    rgba(20, 65, 133, 0.445)
  );
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition: all 0.5s linear;
}

.gallery-content {
  position: absolute;
  bottom: 12%;
  left: 50%;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: var(--white-color);
  text-shadow: 1px 1px 5px black;
  opacity: 0;
  transform: scale(1) translateX(-50%);
  transition: transform 0.1s 0.2s, opacity 0.1s 0.4s;
}

.gallery-title {
  font-family: var(--title-font);
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.gallery-text {
  color: var(--white-color);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--title-font);
  text-transform: capitalize;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.1s 0.4s;
}

/*------------------- 4.16. testimonial  -------------------*/
.testi_wrap1 {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  max-height: 645px;
}

.testi_wrap2 .testi-img1 img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.testi_wrap2 .testi-img1 .slick-slide {
  border-radius: 50%;
  padding: 20px;
  position: relative;
}
.testi_wrap2 .testi-img1 .slick-slide img {
  border-radius: 100%;
  position: relative;
  background-color: var(--white-color);
  z-index: 9;
  border: 40px solid var(--white-color);
}
.testi_wrap2 .testi-img1 .slick-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(
    to right,
    rgba(236, 245, 251, 0) 50%,
    rgb(55, 175, 227)
  );
  border-radius: 50%;
  clip-path: polygon(47% 0, 100% 0%, 100% 100%, 47% 100%);
}
.testi_wrap2 .testi-img1 .testi-item2 img {
  border-radius: 50%;
}

.testi_style1 {
  padding: 56px 90px 90px 120px;
}
.testi_style1.style2 {
  padding: 90px 90px 90px 70px;
}
.testi_style1.style2 .title-area {
  margin-bottom: 10px;
}
.testi_style1 .title-area {
  text-align: left;
}
.testi_style1 .sec_subtitle {
  color: #f9f7e6;
}
.testi_style1 .sec_title {
  color: var(--title-color);
  margin: 0 0 28px 0;
}
.testi_style1 .testi_quote {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 10px;
  font-size: 38px;
  margin-bottom: 22px;
}
.testi_style1 .testi_text {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 0 22px 0;
}
.testi_style1 .testi_author {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 15px 0;
  color: var(--theme-color);
  font-weight: 700;
  font-family: var(--title-font);
}
.testi_style1 .testi_degi {
  line-height: 1;
  color: #364863;
  display: block;
  font-family: var(--title-font);
}

.testi_avater1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 65px;
  transform: translate(-50%, -50%);
}
.testi_avater1.style2 {
  transform: translate(-78%, -50%);
}
.testi_avater1.style2 .slick-center {
  border-radius: 50%;
}
.testi_avater1.style2 .slick-center .avater {
  background-color: var(--theme-color);
}
.testi_avater1.style2 .avater {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--theme-color2);
}
.testi_avater1 .avater {
  background-color: var(--white-color);
  padding: 6px;
  border-radius: 50%;
  margin: 10px auto;
  cursor: pointer;
  transition: all ease 0.4s;
}
.testi_avater1 .avater img {
  width: 100%;
}
.testi_avater1 .avater:hover {
  background-color: var(--theme-color);
}
.testi_avater1 .slick-current .avater {
  background-color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .testi_style1 {
    padding: 60px 60px 60px 40px;
  }
  .testi_style1 .sec_title {
    margin: 0 0 30px 0;
  }
  .testi_style1 .testi_quote {
    width: 65px;
    height: 65px;
    line-height: 66px;
    font-size: 26px;
  }
  .testi_style1 .testi_text {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 22px 0;
  }
  .vs-comapany-welcome {
    width: 100%;
    overflow: hidden;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testi_avater1 {
    width: 400px;
    max-width: 100%;
  }
  .testi_avater1.style2 {
    transform: translate(-50%, -50%);
    padding-top: 80px;
  }
  .testi_avater1.style2 .avater {
    padding: 3px;
    margin: auto 12px;
  }
  .testi_avater1 .avater {
    padding: 3px;
    margin: auto 12px;
  }
  .testi_style1 {
    text-align: center;
  }
  .testi_style1 .title-area {
    text-align: center;
  }
  .testi_style1 .testi_quote {
    margin-left: auto;
    margin-right: auto;
  }
  .testi_style1.style2 {
    padding: 130px 90px 0px 70px;
  }
  .testimonial .vs-container1 {
    padding: 0;
  }
  .blog-style1 .blog-title {
    font-size: 21px;
  }
  .testi_wrap1 {
    max-height: 100%;
  }
  .testi-img1 .slick-slide img {
    display: inline-block;
    width: 100%;
  }
  .testi_wrap2 .testi-img1 .slick-slide img {
    border: 5px solid var(--white-color);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testi_style1 {
    padding: 80px 15px 70px 15px;
  }
  .testi_style1.style2 {
    padding: 120px 0px 0px 0px;
  }
  .testimonial-btn .author-info {
    margin-top: 15px;
    padding-bottom: 0;
    cursor: pointer;
  }
  .testi_avater1 {
    max-width: 80%;
  }
  .testi_avater1 .avater {
    padding: 3px;
    margin: auto 8px;
  }
  .testi_wrap1 {
    max-height: 100%;
  }
}
/*------------------- 4.17. blog  -------------------*/
.blog-style {
  background-color: var(--smoke-color);
}

.blog-style1 {
  background-color: var(--white-color);
  border-radius: 6px;
  transition: all 0.5s ease;
  margin-bottom: 30px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
.blog-style1 .blog-img {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.blog-style1 .blog-img img {
  border-radius: 6px;
  transform: scale(1);
  transition: all 0.4s ease;
}
.blog-style1 .blog-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .blog-style1 .blog-title {
    font-size: 21px;
  }
}
.blog-style1 .link-btn {
  color: var(--theme-color2);
}
.blog-style1 .link-btn:hover {
  color: var(--theme-color);
}
.blog-style1 .blog-meta a {
  font-size: 16px;
}
.blog-style1 .blog-meta a:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgb(133, 183, 254);
}
.blog-style1:hover .blog-img {
  border-radius: 6px;
}
.blog-style1:hover .blog-img img {
  transform: scale(1.1);
  border-radius: 6px;
}

.blog-style2 {
  background-color: var(--smoke-color);
  border-radius: 6px;
  transition: all 0.5s ease;
}
.blog-style2.vs-blog {
  background-color: var(--white-color);
}
.blog-style2:hover .blog-img img {
  transform: scale(1.3);
}
.blog-style2 .blog-title {
  font-size: 24px;
  line-height: 36px;
}
.blog-style2 .blog-img {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 6px;
}
.blog-style2 .blog-img img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.blog-single {
  background-color: var(--smoke-color);
  margin-bottom: 30px;
  border-radius: 10px;
}
.blog-single .blog-title {
  font-size: 36px;
  line-height: 1.3;
}
.blog-single .blog-img {
  margin-bottom: 0;
  border-radius: 6px;
  position: relative;
}
.blog-single .blog-img .blog-date {
  position: absolute;
}
.blog-single .blog-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-single .blog-meta {
  margin: -0.2em 0 10px 0;
}
.blog-single .blog-meta span {
  margin-right: 15px;
  padding-right: 12px;
  position: relative;
}
.blog-single .blog-meta span::after {
  content: '';
  width: 1px;
  height: 80%;
  background-color: var(--border-color);
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-single .blog-meta span:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.blog-single .blog-meta span:last-child::after {
  display: none;
}
.blog-single .blog-date {
  right: 30px;
  bottom: 30px;
}
.blog-single .blog-content {
  padding: 30px 30px 40px 30px;
}
.blog-single .blog-audio .blog-date {
  position: relative;
  right: unset;
  bottom: unset;
  left: 30px;
  top: 15px;
  display: inline-block;
}
.blog-single .share-links .tagcloud a {
  background-color: rgba(15, 107, 172, 0.1);
}
.blog-single .share-links .tagcloud a:hover {
  background-color: var(--theme-color);
}

.blog-details .blog-single {
  background-color: var(--white-color);
  margin-bottom: 0px;
}
.blog-details .blog-single .blog-img {
  margin-bottom: 0;
  background-color: var(--smoke-color);
}
.blog-details .blog-single .blog-img img {
  max-width: 100%;
  border-radius: 0;
}
.blog-details .blog-single .blog-inner {
  padding: 30px;
  border-radius: 0 0 6px 6px;
  border-top: none;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}
.blog-details .blog-single .blog-content {
  background-color: unset;
  padding: 30px 0 0;
  border: none;
}
.blog-details .blog-single::before {
  display: none;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}

.blog-img {
  position: relative;
  margin-bottom: 40px;
}
.blog-img img {
  border-radius: 6px;
}

.blog-meta {
  background-color: transparent;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  font-family: var(--title-font);
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.blog-meta i {
  margin-right: 10px;
  color: var(--theme-color);
}
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}
.blog-meta a:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgb(133, 183, 254);
}

.blog-meta2,
.blog-date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: rgba(15, 107, 172, 0.8509803922);
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 0;
}
.blog-meta2.style1,
.blog-date.style1 {
  bottom: -7%;
}
.blog-meta2 span,
.blog-date span {
  display: block;
  color: var(--white-color);
}
.blog-meta2 .day,
.blog-date .day {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--title-font);
}
.blog-meta2 .month,
.blog-date .month {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--title-font);
}

.blog-title {
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.blog-title a {
  color: var(--title-color);
  display: block;
}
.blog-title:hover a {
  color: var(--theme-color);
}

.blog-content {
  padding: 30px;
  border-radius: 6px;
}

.blog-text {
  font-family: var(--title-font);
  text-transform: capitalize;
}

.blog-author {
  display: flex;
  align-items: center;
  color: var(--title-color);
  font-family: var(--title-font);
}
.blog-author a i {
  margin-right: 10px;
  font-size: 14px;
}

.blog-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  padding: 30px 0 0px;
  gap: 20px;
}

.vs-quote,
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  background-color: var(--smoke-color);
  color: var(--white-color);
  font-weight: 700;
  line-height: 1.63;
  font-size: 24px;
  padding: 60px;
  border-radius: 0px;
  margin: 35px 0;
  border-left: 4px solid var(--theme-color);
  position: relative;
}
.vs-quote p,
blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  font-size: 24px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.vs-quote img,
blockquote.wp-block-quote img,
blockquote.wp-block-quote.is-style-large img,
blockquote img {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  z-index: 0;
}
.vs-quote cite,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote cite {
  display: inline-block;
  color: var(--theme-color);
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  font-family: var(--body-font);
  position: relative;
  padding-left: 32px;
}
.vs-quote cite::after,
blockquote.wp-block-quote cite::after,
blockquote.wp-block-quote.is-style-large cite::after,
blockquote cite::after {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--theme-color);
}

figure.wp-block-pullquote {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px 0;
}

.share-links-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 30px;
  font-family: var(--title-font);
  margin: 0 16px 0 0;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: normal;
}

.share-links {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 50px 0;
  margin-top: 55px;
  position: relative;
}

.social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-links.style2 li a {
  background-color: var(--white-color);
  color: var(--theme-color2);
}
.social-links li {
  display: inline-block;
}
.social-links li:not(:last-child) {
  margin-right: 10px;
}
.social-links li a {
  color: var(--title-color);
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: var(--smoke-color);
  font-size: 16px;
  text-align: center;
}
.social-links li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

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

.wp-block-latest-posts__list li {
  padding-bottom: 10px;
}
.wp-block-latest-posts__list li:last-child {
  padding-bottom: 0;
}

.blog-comment-area .inner-title {
  margin-top: 30px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .blog-style2 .blog-title {
    font-size: 22px;
    line-height: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-style1 .blog-content {
    padding: 30px 20px;
  }
  .blog-style1 .blog-meta a {
    font-size: 12px;
  }
  .blog-style1 .blog-meta a:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-style2 .blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-style2 .blog-text {
    font-size: 14px;
  }
  .blog-style2 .blog-bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .blog-style2 .blog-bottom .vs-btn.style3 {
    padding: 10px;
    font-size: 12px;
  }
  .blog-style2 .blog-bottom .vs-btn.style3 i {
    font-size: 10px;
  }
  .blog-style1 .blog-content {
    padding: 30px 20px;
  }
  .blog-style1 .blog-meta a {
    font-size: 13px;
  }
  .share-links {
    padding: 30px 0;
  }
  .share-links-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single .blog-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .blog-single .blog-content {
    padding: 30px 15px;
  }
  .blog-style2 .blog-content {
    padding: 30px 20px;
  }
  .blog-style1 .blog-content {
    padding: 20px 15px;
  }
  .blog-style1 .blog-title {
    font-size: 22px;
    line-height: 28px;
  }
  .blog-style1 .blog-meta a {
    font-size: 12px;
  }
  .vs-quote,
  blockquote.wp-block-quote,
  blockquote.wp-block-quote.is-style-large,
  blockquote {
    padding: 15px;
  }
  .vs-quote p,
  blockquote.wp-block-quote p,
  blockquote.wp-block-quote.is-style-large p,
  blockquote p {
    font-size: 16px;
    line-height: 1.6;
  }
  .vs-quote cite,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote.is-style-large cite,
  blockquote cite {
    font-size: 16px;
  }
  .blog-details .blog-single .blog-inner {
    padding: 10px;
  }
  .blog-bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .blog-bottom .blog-author a {
    font-size: 14px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta a,
  .blog-meta span {
    font-size: 12px;
    display: inline-block;
  }
  .blog-meta a:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: none;
  }
  .blog-bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .blog-bottom .blog-author a {
    font-size: 12px;
  }
}
/*------------------- 4.18. subscribe  -------------------*/
.subscribe.style1 {
  transform: translateY(50%);
  position: relative;
  padding: 70px;
}
.subscribe.style1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 140%;
  background-color: var(--body-color);
  border-radius: 30px 0 0 30px;
  z-index: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .subscribe {
    background-color: var(--body-color);
    border-radius: 10px;
  }
  .subscribe.style1::after {
    width: 100%;
    border-radius: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .subscribe {
    background-color: var(--body-color);
    border-radius: 10px;
    text-align: center;
  }
  .subscribe .sec-title {
    margin-bottom: 30px;
  }
  .subscribe.style1 {
    transform: translateY(32%);
  }
  .subscribe.style1::after {
    width: 100%;
    border-radius: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .subscribe {
    background-color: var(--body-color);
    border-radius: 10px;
  }
  .subscribe.style1::after {
    width: 100%;
    border-radius: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .subscribe {
    border-radius: 10px;
  }
  .subscribe::after {
    width: 100%;
    border-radius: 0;
  }
  .subscribe .sec-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .subscribe {
    background-color: var(--body-color);
  }
  .subscribe.style1 {
    padding: 10px;
  }
  .subscribe.style1::after {
    width: 100%;
    border-radius: 30px;
  }
}
/*------------------- 4.19. forms  -------------------*/
.form-title {
  border-bottom: 1px solid #2c5153;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.form-title .sec-title2 {
  text-transform: uppercase;
  color: var(--white-color);
  line-height: 40px;
}

.form-style {
  position: relative;
  width: 595px;
  max-width: 100%;
  margin: 0 auto;
  background-color: var(--white-color);
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.form-style .form-group .form-select {
  border-left: 1px solid #dee4f9;
  border-right: unset;
  border-top: unset;
  border-bottom: unset;
  background-image: none;
  padding: 0 30px 0 53px;
  color: #8e95b1;
  font-weight: 500;
}
.form-style .form-group i {
  left: 8%;
  font-size: 20px;
  line-height: 12px;
}
.form-style .vs-btn i {
  font-size: 20px;
}

.form-style2 select,
.form-style2 input {
  border-radius: 6px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .form-style1 {
    padding: 60px 60px 60px 0;
  }
  .form-img1 {
    margin: 0;
    padding: 60px 0;
  }
  .form-img1 img {
    width: 100%;
  }
  .form-style1.layout2 {
    padding-right: 30px;
  }
  .form-style2.layout2 {
    padding: 0 20px 0 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .form-style1 {
    padding: 40px 40px 40px 0;
  }
  .form-style1 .form-title {
    font-size: 26px;
  }
  .form-style1 input {
    height: 60px;
    padding-left: 25px;
    padding-right: 30px;
  }
  .form-style1.layout2 {
    padding-right: 0;
  }
  .form-style2.layout2 {
    padding: 0 0 0 0;
  }
  .form-style2.layout2 .form-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .form-style2.layout2 textarea,
  .form-style2.layout2 input {
    padding-left: 20px;
  }
  .form-style2 {
    margin-top: 20px;
  }
  .form-style2 .form-group {
    width: 100%;
  }
  .form-style3 {
    max-width: 100%;
  }
  .form-style3 .form-select {
    padding: 0 30px 0 44px;
    font-size: 12px;
  }
  .form-style3 .form-control {
    padding: 0 30px 0 44px;
    font-size: 12px;
  }
  .form-style5 {
    padding: 60px 15px;
    max-width: 100%;
  }
  .form-title .sec-title2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 140%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .form-style1 {
    padding-right: 0;
  }
  .form-style1 .form-title {
    margin-bottom: 15px;
  }
  .form-img1 {
    padding: 60px 0 0 0;
  }
  .form-style1.layout2 {
    text-align: center;
  }
  .form-style2 .form-title {
    margin: 0 0 30px 0;
  }
  .form-style2 {
    margin-top: 20px;
  }
  .form-style2 .form-group input {
    font-size: 12px;
  }
  .form-style3 {
    display: none;
  }
  .form-style5 {
    padding: 60px 15px;
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .form-style1 .form-group {
    display: block;
  }
  .form-style1 input {
    margin-bottom: 20px;
  }
  .form-style1.layout2 .form-group {
    background-color: transparent;
  }
  .form-style1.layout2 input {
    background-color: var(--white-color);
  }
  .form-style2 .form-title {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
  .form-style2 input,
  .form-style2 select {
    height: 50px;
    padding-left: 15px;
    background-position: right 15px center;
  }
  .form-style4 {
    padding: 40px 20px;
  }
}
/*------------------- 4.20. forms  -------------------*/
.vs-pagination,
.pagination-layout1 {
  text-align: center;
  margin-top: 60px;
}
.vs-pagination ul,
.pagination-layout1 ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li,
.pagination-layout1 li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child,
.pagination-layout1 li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child,
.pagination-layout1 li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a,
.pagination-layout1 span,
.pagination-layout1 a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid var(--theme-color2);
  font-family: var(--body-font);
  color: var(--title-color);
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  padding: 0;
  font-size: 16px;
  z-index: 1;
  border-radius: 6px;
  vertical-align: middle;
}
.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover,
.pagination-layout1 span.active,
.pagination-layout1 span:hover,
.pagination-layout1 a.active,
.pagination-layout1 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  box-shadow: none;
}

.post-pagination {
  margin-bottom: 50px;
  border-bottom: 1px solid var(--border-color);
}
.post-pagination .pagi-icon {
  font-size: 40px;
  color: var(--border-color);
  transition: all 0.4s ease;
}
.post-pagination .pagi-icon:hover {
  color: var(--theme-color);
}

.post-pagi-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 58px 0px;
}
.post-pagi-box > a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.post-pagi-box > a img {
  border-radius: 6px;
  max-width: 80px;
}
.post-pagi-box > a span {
  display: inline-block;
  font-family: var(--title-font);
}
.post-pagi-box > a:hover {
  color: var(--theme-color2);
}
.post-pagi-box .pagi-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  line-height: 30px;
  flex: 1;
  transition: all 0.4s ease;
}
.post-pagi-box .pagi-title:hover {
  color: var(--theme-color2);
}
.post-pagi-box.prev .pagi-title {
  text-align: left;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
  text-align: right;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .post-pagination {
    margin: 40px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .post-pagi-box .pagi-title {
    font-size: 16px;
  }
  .tagcloud a {
    padding: 5px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
  }
  .vs-pagination span i,
  .vs-pagination a i {
    vertical-align: middle;
  }
  .post-pagi-box {
    padding: 20px 0px;
  }
  .post-pagi-box > a {
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .post-pagi-box {
    padding: 20px;
    display: block;
  }
  .post-pagi-box img {
    margin-bottom: 10px;
  }
  .post-pagi-box .pagi-title {
    font-size: 12px;
    display: block;
  }
  .pagi-icon {
    display: none;
  }
  .tagcloud a {
    padding: 5px 10px;
  }
  .post-pagination {
    margin: 40px 0;
    padding-bottom: 0;
  }
}
/*------------------- 4.21. comments -------------------*/
.vs-comment-form {
  margin: var(--blog-space-y, 40px) 0 var(--blog-space-y, 50px) 0;
}
.vs-comment-form .form-title {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.comment-respond {
  position: relative;
  background-color: #ffffff;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 10px;
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-control {
  border: 1px solid var(--smoke-color);
  height: 70px;
  font-size: 16px;
  background-color: var(--smoke-color);
  border-radius: 10px;
}
.comment-respond .form-text {
  margin-bottom: 25px;
}

.question-form .comment-respond,
.review-form .comment-respond {
  margin: 0 0 20px 0;
}
.question-form .form-control,
.review-form .form-control {
  background-color: transparent;
  border: 1px solid #e4e4e4;
}
.question-form .rating-select,
.review-form .rating-select {
  display: flex;
  align-items: center;
}
.question-form .rating-select label,
.review-form .rating-select label {
  font-weight: 500;
  color: var(--title-color);
}

.comment-section {
  padding: 50px 0px 5px 0px;
}
.comment-section > .vs-comments-wrap {
  margin-top: 0;
}

.vs-comments-wrap,
.vs-comment-area {
  margin: var(--blog-space-y, 50px) 0 var(--blog-space-y, 50px) 0;
}
.vs-comments-wrap .blog-inner-title,
.vs-comments-wrap .inner-title1,
.vs-comment-area .blog-inner-title,
.vs-comment-area .inner-title1 {
  font-family: var(--title-font);
  font-size: 36px;
  margin-bottom: 36px;
}
.vs-comments-wrap .description p:last-child,
.vs-comment-area .description p:last-child {
  margin-bottom: 0;
  word-break: break-all;
}
.vs-comments-wrap .comment-respond,
.vs-comment-area .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre,
.vs-comment-area pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote,
.vs-comment-area blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li,
.vs-comment-area li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment,
.vs-comment-area .vs-post-comment {
  padding: 40px 40px 18px 40px;
  display: flex;
  margin: 30px 0 30px 0;
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 10px;
}
.vs-comments-wrap ul.comment-list,
.vs-comment-area ul.comment-list {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol,
.vs-comment-area ul.comment-list ul ul,
.vs-comment-area ul.comment-list ul ol,
.vs-comment-area ul.comment-list ol ul,
.vs-comment-area ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater,
.vs-comment-area .comment-avater {
  width: 110px;
  height: 110px;
  margin-right: 30px;
}
.vs-comments-wrap .comment-avater img,
.vs-comment-area .comment-avater img {
  width: 100%;
  border-radius: 50%;
}
.vs-comments-wrap .comment-content,
.vs-comment-area .comment-content {
  flex: 1;
  align-self: center;
}
.vs-comments-wrap .commented-on,
.vs-comment-area .commented-on {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--body-color);
  display: block;
  position: relative;
  top: -2px;
  margin-bottom: 5px;
}
.vs-comments-wrap .commented-on i,
.vs-comment-area .commented-on i {
  margin-right: 10px;
  font-size: 0.9rem;
}
.vs-comments-wrap .name,
.vs-comment-area .name {
  margin: -0.1em 15px 5px 0;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 600;
  display: inline-block;
}
.vs-comments-wrap .comment-top,
.vs-comment-area .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text,
.vs-comment-area .text {
  color: var(--body-color);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.vs-comments-wrap .text:last-of-type,
.vs-comment-area .text:last-of-type {
  margin-bottom: -0.25em;
}
.vs-comments-wrap .children,
.vs-comment-area .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 40px;
}
.vs-comments-wrap .reply_and_edit,
.vs-comment-area .reply_and_edit {
  position: absolute;
  right: 5%;
  top: 30px;
  line-height: 1;
}
.vs-comments-wrap .replay-btn,
.vs-comment-area .replay-btn {
  color: var(--theme-color);
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  padding: 9px 15px;
}
.vs-comments-wrap .replay-btn i,
.vs-comment-area .replay-btn i {
  margin-right: 5px;
}
.vs-comments-wrap .replay-btn:hover,
.vs-comment-area .replay-btn:hover {
  color: var(--theme-color2);
}
.vs-comments-wrap .star-rating,
.vs-comment-area .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  top: 5px;
  right: 0;
  width: 80px;
}

.vs-comment-form {
  margin-bottom: 30px;
}
.vs-comment-form.style2 {
  background-color: var(--smoke-color);
  padding: 50px 30px 60px 30px;
  border-radius: 10px;
}
.vs-comment-form.style2 .form-group input,
.vs-comment-form.style2 .form-group textarea {
  border: 1px solid var(--border-color);
  border-radius: 6px;
}
.vs-comment-form.style2 input[type='checkbox'] ~ label:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: 1.5px;
  border-radius: 4px;
}

.vs-comments-layout1 .comment-avater {
  height: 80px;
  width: 80px;
  margin-right: 20px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .comment-section {
    padding: 40px 40px 0px 40px;
  }
  .vs-comments-wrap .vs-post-comment {
    padding: 30px 30px 30px 30px;
    margin: 30px 0 30px 0;
  }
  .vs-comments-wrap .comment-avater {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .vs-comments-wrap .name {
    margin: -0.1em 15px 0 0;
    font-size: 20px;
  }
  .comment-respond {
    padding: 30px 0;
  }
  .comment-respond .form-control {
    height: 60px;
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
    padding: 30px 20px 20px 20px;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    margin: -0.1em 0 7px 0;
    font-size: 20px;
  }
  .comment-respond {
    padding: 20px 10px;
  }
  .comment-respond textarea,
  .comment-respond input {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .comment-respond label {
    font-size: 14px;
  }
  .comment-section {
    padding: 40px 20px 0px 20px;
  }
}
/*------------------- 4.22. feature -------------------*/
.feature-content {
  padding: 20px 30px 20px 50px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 30px;
  margin-bottom: 10px;
}

.feature-text {
  font-size: 14px;
  font-family: var(--title-font);
  line-height: 24px;
  transition: all 0.5s ease;
}

.feature-style1 {
  margin-bottom: 30px;
}
.feature-style1 .feature-body {
  background-color: var(--smoke-color);
  border-radius: 6px;
  transition: all 0.5s ease;
}
.feature-style1 .feature-body .icon-box1 {
  position: absolute;
  right: -16%;
  top: 50%;
  transform: scaleX(1) translateY(-50%);
  padding: 10px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.feature-style1 .feature-body .feature-icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}
.feature-style1 .feature-body .feature-icon img {
  filter: brightness(0) invert(1);
  transition: all 0.5s ease;
}
.feature-style1 .feature-body:hover {
  background-color: var(--theme-color);
}
.feature-style1 .feature-body:hover .icon-box1 {
  border-color: var(--white-color);
  transform: scaleX(-1) translateY(-50%);
}
.feature-style1 .feature-body:hover .icon-box1 .feature-icon {
  background-color: var(--white-color);
}
.feature-style1 .feature-body:hover .icon-box1 .feature-icon img {
  filter: brightness(1) invert(0);
}
.feature-style1 .feature-body:hover .feature-title {
  color: var(--white-color);
}
.feature-style1 .feature-body:hover .feature-text {
  color: var(--white-color);
}

.feature-style2 {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.feature-style2 .feature-body {
  background-color: var(--smoke-color);
  border-radius: 6px;
}
.feature-style2 .feature-body .feature-img img {
  border-radius: 0;
  width: 100%;
}
.feature-style2 .feature-body .feature-content {
  padding: 20px 30px 20px 0px;
}
.feature-style2 .feature-body .feature-title {
  font-size: 24px;
  line-height: 32px;
}
.feature-style2 .feature-body .feature-text {
  font-weight: 700;
}
.feature-style2 .feature-body.reverse-style .feature-img img {
  border-radius: 0;
}
.feature-style2 .feature-body.reverse-style .feature-content {
  padding: 20px 10px 20px 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-style2 .feature-body .feature-title {
    font-size: 22px;
    line-height: 28px;
  }
  .feature-style2 .feature-body .feature-content {
    padding: 20px 20px 20px 0px;
  }
  .feature-style2 .feature-body.reverse-style .feature-content {
    padding: 20px 0px 20px 10px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .feature-style2 {
    margin-bottom: 0px;
  }
  .feature-style2 .feature-body .feature-content {
    padding: 30px;
  }
  .feature-style2 .feature-body.reverse-style .feature-content {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .feature-style1 .feature-img {
    border-radius: 6px;
    overflow: hidden;
  }
  .feature-style1 .feature-img img {
    width: 100%;
    height: auto;
  }
  .feature-style1 .feature-body .icon-box1 {
    right: unset;
    top: unset;
    left: 50%;
    bottom: -15%;
    transform: translateX(-50%);
  }
  .feature-style1 .feature-body:hover .icon-box1 {
    transform: translateX(-50%);
  }
  .feature-style1 .feature-body .feature-content {
    padding: 80px 30px 20px 30px;
    text-align: center;
  }
}
/*------------------- 4.23. contact -------------------*/
.info-bo,
.contact-info-box {
  background-color: #010f30;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  min-width: 346.67px;
}

.info-bo .media-icon,
.contact-info-box .media-icon {
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}
.info-bo .media-icon i,
.contact-info-box .media-icon i {
  color: var(--theme-color);
  font-size: 25px;
  line-height: 35px;
}
.info-bo .info-box-title,
.contact-info-box .info-box-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  line-height: 30px;
  margin-bottom: 0;
}
.info-bo .media-info,
.contact-info-box .media-info {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 14px;
  line-height: 24px;
}
.info-bo .vs-media,
.contact-info-box .vs-media {
  border: 1px solid #ecf5fb;
  padding: 30px;
  border-radius: 6px;
}

.contact-form {
  background-color: var(--smoke-color);
  padding: 60px;
  border-radius: 6px;
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-style1 {
    margin-bottom: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-form {
    padding: 30px;
  }
  .info-box {
    padding: 30px;
  }
  .info-box .vs-media {
    display: block;
  }
  .info-box .media-icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .info-bo,
  .contact-info-box {
    min-width: 100%;
  }
  .info-bo .vs-media,
  .contact-info-box .vs-media {
    padding: 15px;
    display: block;
  }
  .info-bo .media-icon,
  .contact-info-box .media-icon {
    margin-bottom: 20px;
  }
}
/*------------------- 4.24. about -------------------*/
.about-img {
  position: relative;
}

.vs-container_style2 {
  max-width: 1570px;
  margin-left: 0;
  padding-left: 0;
}

.img-box2 {
  position: relative;
}
.img-box2 a i {
  color: var(--theme-color);
}
.img-box2 .style2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.media-style2 {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
.media-style2 .media-icon {
  transition: 0.3s ease-in-out;
  background-color: var(--theme-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 74px;
  text-align: center;
  margin-right: 30px;
  position: relative;
}
.media-style2 .media-icon .number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: var(--white-color);
  background-color: var(--theme-color2);
  transition: 0.2s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
}
.media-style2 .media-icon::after {
  content: '';
  height: 52px;
  position: absolute;
  width: 1px;
  background-color: var(--theme-color);
  bottom: -92px;
  left: 50%;
  transform: translateY(-50%);
}
.media-style2 .media-icon:hover {
  background-color: var(--theme-color2);
}
.media-style2 .media-icon:hover .number {
  background-color: var(--theme-color);
}
.media-style2 .media-title {
  font-size: 30px;
  line-height: 32px;
}
.media-style2 .media-body {
  margin-top: 20px;
}
.media-style2:last-child {
  margin-bottom: 0;
}
.media-style2:last-child .media-icon::after {
  content: '';
  display: none;
}
.media-style2:last-child .media-text {
  margin-bottom: 0;
}

.works-shape {
  right: 0;
  top: -2%;
}

/* Medium devices */
@media (max-width: 991px) {
  .img-box2 {
    margin-bottom: 30px;
  }
  .media-style2 {
    padding: 0 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .img-box2 {
    margin-bottom: 30px;
  }
  .media-style2 {
    padding: 0 10px;
  }
  .media-style2 .media-title {
    font-size: 24px;
  }
  .media-style2 .media-icon {
    margin-right: 18px;
  }
}
/*------------------- 4.25. cart -------------------*/
.notices-wrapper {
  margin-bottom: 30px;
}
.notices-wrapper .message {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 15px 20px;
  border-radius: 6px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.notices-wrapper .message i {
  margin-right: 5px;
}

.cart_item td {
  border: 1px solid var(--smoke-color);
}

.cart_table {
  border-color: var(--smoke-color);
  text-align: center;
  margin-bottom: 50px;
}
.cart_table thead {
  background-color: var(--smoke-color);
}
.cart_table thead tr {
  text-align: center;
}
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 700;
  text-transform: capitalize;
  padding: 27px 15px;
  border: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 12px;
  color: #8b8b8b;
  position: relative;
  vertical-align: middle;
}
.cart_table td a {
  font-family: var(--title-font);
}
.cart_table .qut-btn {
  border: 1px solid #ecf5fb;
  background-color: rgba(0, 0, 0, 0);
  color: #b8c6d0;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.cart_table .qut-btn:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 1px solid #ecf5fb;
  padding: 0 30px 0 30px;
  height: 30px;
  width: 70px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
}
.cart_table .cart-productimage {
  width: 95px;
  height: 95px;
  line-height: 1;
  background-color: var(--smoke-color);
  overflow: hidden;
  display: block;
  padding: 24px 18px;
  margin: 0 auto;
}
.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions button {
  margin-right: 15px;
}
.cart_table .vs-cart-coupon input {
  height: auto;
  width: calc(100% - 200px);
  margin-right: 10px;
  border: 1px solid var(--smoke-color);
  border-radius: 4px;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: var(--smoke-color);
  font-weight: 700;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid var(--border-color);
}

.shipping-calculator-button {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 24px;
  color: var(--theme-color2);
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid var(--theme-color2);
}

.shipping-calculator-form input,
.shipping-calculator-form .form-select {
  border-color: var(--smoke-color);
  border-radius: 6px;
}

.cart_totals {
  margin-bottom: 0;
}
.cart_totals .amount {
  font-weight: 700;
  color: var(--title-color);
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .cart-productimage {
    margin: 0 0 0 auto;
  }
  .cart_table .vs-cart-coupon input {
    padding: 10px;
  }
}
/* 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 .quantity {
    margin-right: 0;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid var(--border-color);
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid var(--border-color);
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .vs-btn {
    margin-top: 10px;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .vs-btn:last-child {
    margin-right: auto;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .vs-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;
  }
  .cart_table .actions button {
    margin-right: 0px;
  }
}
/*------------------- 4.26. check out -------------------*/
.form-area {
  padding: 40px 28px;
  background-color: var(--smoke-color);
  border-radius: 6px;
  margin-bottom: 40px;
}
.form-area .form-group {
  margin-bottom: 0;
}
.form-area .form-group .reset-color {
  display: block;
  color: var(--body-color);
}
.form-area .form-group .reset-color:hover {
  color: var(--theme-color2);
  text-decoration: underline;
}
.form-area .form-group textarea,
.form-area .form-group select,
.form-area .form-group input {
  border-color: var(--theme-color2);
  border-radius: 6px;
  margin-bottom: 30px;
}
.form-area .form-group textarea:focus,
.form-area .form-group select:focus,
.form-area .form-group input:focus {
  border-color: var(--theme-color);
}
.form-area .form-group input[type='checkbox'] ~ label:before {
  border-radius: 4px;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 40px;
  background-color: var(--smoke-color);
  --bs-gutter-x: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-coupon-toggle {
  padding-left: 0;
}

.woocommerce-checkout .form-group {
  margin-bottom: 5px;
}
.woocommerce-checkout .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-cart-form {
  text-align: center;
}
.woocommerce-cart-form .cart_table .cart_item td.product {
  padding: 20px 60px 20px 0;
}
.woocommerce-cart-form th.cart-col-image {
  text-align: center;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: var(--bs-gutter-x);
  border-color: var(--border-color);
  border-radius: 6px;
}
.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 var(--border-color);
  border-top: none;
}
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
  color: var(--body-color);
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid var(--border-color);
}

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

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 .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}

.checkout-right {
  margin-top: 20px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: middle;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
}
.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);
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid var(--smoke-color);
  text-align: right;
  padding: 10px 20px;
}
.checkout-ordertable th {
  text-align: left;
}

.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: 10px;
  border-bottom: 1px solid var(--smoke-color);
  border-radius: 0px;
  font-size: 16px;
}
.woocommerce-checkout-payment ul input[type='radio'] ~ label {
  margin-bottom: 19px;
  color: var(--title-color);
  border-color: red;
}
.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: var(--title-color);
  background-color: var(--smoke-color);
  border: 1px solid var(--smoke-color);
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.vs-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;
  }
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 11px 15px;
  }
}
/*------------------- 4.27. woocommerce -------------------*/
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: '\f14a';
  font-weight: 300;
}

.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 11px 20px;
  background-color: var(--body-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: '\f06a';
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 5px;
}

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

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 40px;
  background-color: var(--smoke-color);
  margin-bottom: 30px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}
.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}
.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-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-product-gallery__image > a > img {
  width: 100%;
  height: auto;
}

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

.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-top: 25px;
  margin-bottom: 15px;
  border: none;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--theme-color);
  position: relative;
  top: 2px;
}
.woocommerce-grouped-product-list.group_table
  del
  .woocommerce-Price-amount.amount {
  margin-left: 5px;
  color: var(--body-color);
  font-size: 0.8em;
}
.woocommerce-grouped-product-list.group_table .quantity label {
  margin: 0 0 0 10px;
  font-weight: 500;
  font-family: var(--title-font);
  font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
  width: 50px;
}
.woocommerce-grouped-product-list.group_table tr {
  margin-bottom: 20px;
  flex-wrap: nowrap;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
  padding: 0 0;
  margin: 0;
  width: max-content;
}

.woocommerce-grouped-product-list.group_table label {
  margin-right: 0;
}

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

.single_variation_wrap .quantity span.label {
  margin-right: 10px;
}

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

#woosq-popup .product_meta {
  margin-top: 20px;
}
#woosq-popup .quantity {
  margin-bottom: 20px;
}
#woosq-popup .icon-btn,
#woosq-popup .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  --icon-size: 50px;
  margin: 0;
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 16px;
}
#woosq-popup .icon-btn:hover,
#woosq-popup .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
#woosq-popup .mfp-close {
  top: 10px;
  right: 10px;
}
#woosq-popup .product_title {
  font-size: 26px;
  margin-bottom: 10px;
}
#woosq-popup .star-rating {
  display: inline-block;
  top: 2px;
}
#woosq-popup .woocommerce-product-rating {
  margin: 0 0 10px 0;
}
#woosq-popup .woocommerce-product-rating .woocommerce-review-link {
  color: var(--body-color);
  position: relative;
  top: -13px;
}
#woosq-popup .price {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#woosq-popup .price del {
  color: var(--body-color);
}
#woosq-popup .single-product .product .actions {
  align-items: center;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
#woosq-popup .single-product .product .actions .vs-btn {
  padding: 17px 30px;
}
#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: max-content;
  line-height: 1;
}
#woosq-popup
  .single-product
  .product
  .actions
  > div
  .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: max-content;
}

.woosq-product > .product {
  align-items: center;
}
.woosq-product > .product > div {
  height: unset;
}
.woosq-product > .product .summary .summary-content {
  padding-left: 40px;
}

.login-tab {
  margin-bottom: 30px;
  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: 90px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: '\f005\f005\f005\f005\f005';
  color: var(--theme-color);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
  font-weight: 400;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  top: 0;
  position: absolute;
  left: 0;
  color: var(--theme-color);
  letter-spacing: 3px;
  font-weight: 700;
}

.quantity {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}
.quantity > label {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--body-color);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 20px 0 0;
}
.quantity input {
  padding: 0 10px 0 10px;
  width: 70px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  --body-color: var(--title-color);
  border: 1px solid rgba(147, 149, 151, 0.2);
  border-left: none;
  border-right: none;
}
.quantity .qty-btn {
  border: 1px solid rgba(147, 149, 151, 0.2);
  background-color: transparent;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #bcbcbc;
  font-size: 16px;
}
.quantity .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.quantity .quantity-plus {
  bottom: 30px;
}

.rating-select {
  margin-top: -0.4em;
  margin-bottom: 20px;
}
.rating-select label {
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--title-color);
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.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(--theme-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;
}

.wcboost-variation-swatches__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.wcboost-variation-swatches__item {
  display: inline-block;
  margin-right: 3px;
}
.wcboost-variation-swatches__item:last-child {
  margin-right: 0;
}
.wcboost-variation-swatches__name {
  width: var(--swatches-size, 22px);
  height: var(--swatches-size, 22px);
  line-height: var(--swatches-size, 22px);
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
}

.reviews-summary {
  text-align: center;
  background-color: var(--white-color);
  padding: 60px 40px 40px 40px;
}
.reviews-summary__average {
  font-size: 50px;
  color: var(--theme-color);
  font-weight: 400;
  line-height: 1;
  margin: -0.1em 0 10px 0;
}
.reviews-summary__rating {
  margin-bottom: 11px;
}
.reviews-summary__rating .star-rating {
  margin: 0 auto;
  position: relative;
  right: -5px;
}
.reviews-summary__rating .star-rating span:before {
  color: var(--title-color);
}
.reviews-summary__count {
  font-weight: 300;
  margin-bottom: 18px;
}
.reviews-summary__buttons {
  margin-top: 18px;
}
.reviews-summary__buttons .button {
  width: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-bottom: 10px;
}
.reviews-summary__buttons .button:last-child {
  margin-bottom: 0;
}
.reviews-summary__buttons .button:nth-child(2) {
  background-color: #fff1dd;
  color: var(--theme-color);
}

.reviews-bar {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.reviews-bar__title {
  margin: 0 10px 0 0;
  font-weight: 300;
  width: 45px;
  text-align: left;
}
.reviews-bar__graph {
  flex: 1;
  background-color: #eeeeee;
  border-radius: 9999px;
  overflow: hidden;
  height: 7px;
}
.reviews-bar__graph .bar {
  background-color: var(--theme-color);
  height: 100%;
}
.reviews-bar__percentage {
  margin: 0 0 0 10px;
  font-weight: 300;
  width: 40px;
  text-align: right;
}

.product-reviews .reviews-note {
  color: var(--title-color);
  margin-bottom: 28px;
}
.product-reviews .reviews-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.vs-review:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.vs-review__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.vs-review__top .star-rating span:before {
  color: var(--title-color);
}
.vs-review__top .date {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  border-left: 1px solid var(--title-color);
  margin: 0 0 0 0;
  padding: 0 0 0 12px;
}
.vs-review__author {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
.vs-review__avater {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.vs-review__name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.vs-review__degi {
  font-size: 14px;
  font-weight: 300;
}
.vs-review__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 13px 0;
}
.vs-review__text {
  font-size: 14px;
  font-weight: 300;
}
.vs-review .dco-image-attachment {
  margin-top: 20px;
}

.cart-notification {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 999;
  background-color: #fff;
  transition: all ease 0.4s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.cart-notification .notification-content {
  display: flex;
  align-items: center;
  padding: 20px 20px;
}
.cart-notification h6 {
  margin: 0 0 5px 0;
}
.cart-notification p {
  margin: 0 0 -0.2em 0;
  font-size: 14px;
}
.cart-notification img {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  margin: 0 20px 0 0;
}

ol.flex-control-nav.flex-control-thumbs {
  padding: 0;
  margin: 20px 0 30px 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
ol.flex-control-nav.flex-control-thumbs li {
  display: block;
}
ol.flex-control-nav.flex-control-thumbs img {
  transition: all ease 0.4s;
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  border: 1px solid rgba(203, 203, 203, 0.3);
  cursor: pointer;
}
ol.flex-control-nav.flex-control-thumbs img.active,
ol.flex-control-nav.flex-control-thumbs img:hover {
  border-color: var(--theme-color);
}

.product-img .flex-viewport img {
  background-color: #f1f1f1;
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-grouped-product-list.group_table .qty-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
  .woocommerce-grouped-product-list.group_table .qty-input {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .woocommerce-grouped-product-list.group_table .quantity label {
    margin: 0 0 0 0;
    font-size: 12px;
  }
  .woocommerce-grouped-product-list.group_table
    .woocommerce-Price-amount.amount {
    font-size: 12px;
  }
  .woocommerce-grouped-product-list.group_table tr {
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  ol.flex-control-nav.flex-control-thumbs {
    margin: 10px 0 30px 0;
    gap: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  table.variations select {
    padding-right: 30px;
  }
  #woosq-popup .single-product .product .actions .vs-btn {
    width: 100%;
  }
}
/*------------------- 4.28. woocommerce -------------------*/
.tinv-wishlist input[type='checkbox'] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  border-radius: 10px;
}
.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  border-radius: 0;
  font-weight: 400;
  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;
  border-radius: 0;
  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.tinvwl-table-manage-list {
  font-size: 14px;
}
.tinv-wishlist table.tinvwl-table-manage-list button {
  border-radius: 5px;
}
.tinv-wishlist .product-stock i {
  margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tinv-wishlist button.button {
  border: none;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0 20px;
  border-radius: 10px;
}
.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.tinv-wishlist button.button i {
  font-size: 1rem !important;
  margin-right: 3px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  text-align: center;
}
.tinv-wishlist td.product-name a {
  color: var(--title-color);
}
.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
  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 a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.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);
}
.tinv-wishlist td.product-date {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--theme-color);
}
.tinv-wishlist td.product-price {
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  text-align: center;
}
.tinv-wishlist .product-stock p {
  margin: 0 auto;
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
  }
}
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.pt-30 {
  padding-top: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.e-pb {
  padding-bottom: 195px;
}

/*-- margin Left And Right --*/
.mt-n1 {
  margin-top: -0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

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

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

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

.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-title {
  padding-top: var(--section-title-space);
  padding-bottom: var(--section-title-space);
}

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

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

/* Large devices */
@media (max-width: 1199px) {
  .space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* 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;
  }
}
.slick-list.draggable {
  padding: 0 0;
}