@charset "UTF-8";
/*
Template Name: Agar
Template URL: https://agar.com/themeforest/wordpress/agar/
Description: Multipurpose Business & Consulting Wordpress Theme
Author: Agar
Author URI: https://themeforest.net/user/agar
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Variable
    1.2. Mixin
    1.3. Function
    1.4. Typography
    1.5. Extend
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. Simple Sections
    4.11. About
    4.12. Service
    4.13. Accordion
    4.14. Project
    4.15. Work Process
    4.16. Testimonial
    4.17. Team
    4.18. Price
    4.19. Contact
    4.20. Sidemenu
    4.21. Popup Search
    4.22. Wocommerce
    4.23. Products
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Variable-------------------*/
:root {
  --theme-color: #1CB9C8;
  --theme-color2: #188EB2;
  --title-color: #1B212F;
  --body-color: #505050;
  --smoke-color: #f3f6f7;
  --light-color: #afafaf;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(27,33,47, 0.10);
  --theme-shadow: 5px 15px 60px rgba(27, 33, 47, 0.08);
  --title-font: 'Roboto Slab', serif;
  --body-font: 'DM Sans', sans-serif;
  --icon-font: 'Font Awesome 5 Pro';
  --main-container: 1320px;
  --container-gutters: 36px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.2. Mixin -------------------*/
/*------------------- 1.3. Function -------------------*/
/*------------------- 1.4. 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: 28px;
  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 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 700;
}

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

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

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

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

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

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

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

.h1,
h1 {
  font-size: 48px;
  text-align: justify;
}

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 42px;
  }
  .h2,
  h2 {
    font-size: 34px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 34px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
}

/*------------------- 1.5. Extend -------------------*/
/*=================================
    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);
    /* Medium devices */
  }
}

@media only screen and (min-width: 1300px) and (max-width: 991px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    --container-gutters: 1.5rem;
  }
}

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

@media (min-width: 1600px) {
  .vs-container-fluid {
    max-width: 1846px;
  }
}

@media (min-width: 1500px) and (max-width: 1920px) {
  .vs-container {
    --main-container: 1592px;
    margin-left: auto;
    margin-right: 0;
  }
}

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

@media only screen and (min-width: 1199px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 36px;
  }
}

@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gy-40 {
    --bs-gutter-y: 40px;
  }
}

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

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

/*------------------- 2.3. Input -------------------*/
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-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
.form-select,
.form-control {
  height: 60px;
  padding: 0 30px;
  padding-right: 60px;
  border: 1px solid var(--border-color);
  color: var(--input-color, #707070);
  background-color: var(--white-color);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
}

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

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

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

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

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

.form-select {
  cursor: pointer;
  background-position: right 1.3rem center;
}

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

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

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

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

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

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

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

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

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

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

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

label {
  margin-bottom: 0.6em;
  margin-top: -0.3em;
  display: block;
}

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

.form-group > i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 18px;
  color: var(--theme-color);
}

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

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.form-control.is-invalid {
  background-position: top calc(.375em + 0.5875rem) right calc(.375em + .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-control.style2 {
  background-color: rgba(27, 33, 47, 0.03);
  border: none;
  color: #303030;
  background-position: center right 26px;
}

.form-control.style2::-webkit-input-placeholder {
  color: #303030;
}

.form-control.style2:-ms-input-placeholder {
  color: #303030;
}

.form-control.style2::-ms-input-placeholder {
  color: #303030;
}

.form-control.style2::placeholder {
  color: #303030;
}

/* Extra small devices */
@media (max-width: 575px) {
  .form-select,
  .form-control {
    padding-right: 30px;
    padding-left: 15px;
  }
}

/*------------------- 2.4. Slick Slider -------------------*/
.row > .slick-list {
  margin: 0;
  padding: 0;
}

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

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

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 27px 0 30px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

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

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: var(--dots-size, 14px);
  height: var(--dots-size, 14px);
  line-height: 0;
  border-radius: 9999px;
  border: 3px solid var(--theme-color);
  opacity: 0.20;
  transition: all ease 0.4s;
}

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

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

.hero-dots .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-dots .slick-dots button {
  border-color: var(--white-color);
  opacity: 0.60;
}

.hero-dots .slick-dots .slick-active button {
  background-color: var(--white-color);
  opacity: 1;
}

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

.slick-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background-color: var(--theme-color);
  opacity: 0.20;
  transition: all ease 0.4s;
  z-index: -1;
}

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

.slick-arrow:hover:before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow.slick-next {
  margin-right: 0;
  margin-left: 50px;
  right: var(--pos-x, -90px);
  left: auto;
}

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

.slick-arrow.default:last-child {
  margin-right: 0;
}

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
  }
}

/*------------------- 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: 0;
  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: rgba(28, 185, 200, 0.1);
}

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

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

.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;
  border-right: 3px solid var(--theme-color);
  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 ul {
  margin: 0;
  padding: 0 0;
}

.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  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: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}

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

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

.vs-mobile-menu ul li.vs-active > a:before {
  -webkit-transform: rotate(90deg);
          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:after {
  content: '\f067';
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 300;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--white-color);
  box-shadow: 0 0 20px -8px rgba(28, 185, 200, 0.8);
  border-radius: 50%;
}

.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  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(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
}

.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: 10px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

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

.spin-loader {
  -webkit-animation: rotate 2s infinite linear;
          animation: rotate 2s infinite linear;
}

.loader {
  --loader-size: 90px;
  width: var(--loader-size);
  height: var(--loader-size);
  display: inline-block;
  position: relative;
}

.loader::after, .loader::before {
  content: '';
  box-sizing: border-box;
  width: var(--loader-size);
  height: var(--loader-size);
  border-radius: 50%;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: animloader 2s linear infinite;
          animation: animloader 2s linear infinite;
}

.loader::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

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

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

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  display: inline-block;
  border: none;
  border-radius: var(--btn-radius, 9999px);
  text-transform: uppercase;
  color: var(--white-color);
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  line-height: 1;
  padding: 17px 37px;
  min-width: 130px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  overflow: hidden;
}

.vs-btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--title-color);
  z-index: -1;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

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

.vs-btn:hover:before {
  opacity: 1;
  visibility: visible;
}

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

.vs-btn.hover-white:before {
  background-color: var(--white-color);
}

.vs-btn.style3, .vs-btn.style2 {
  border: none;
  text-transform: none;
  background-color: #F3F3F4;
  background-image: none;
  color: var(--title-color);
}

.vs-btn.style3::before, .vs-btn.style2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
  border-radius: inherit;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.vs-btn.style3:hover, .vs-btn.style3.active, .vs-btn.style2:hover, .vs-btn.style2.active {
  color: var(--white-color);
}

.vs-btn.style3:hover::before, .vs-btn.style3.active::before, .vs-btn.style2:hover::before, .vs-btn.style2.active::before {
  opacity: 1;
  visibility: visible;
}

.vs-btn.style3 {
  color: var(--theme-color);
  text-transform: uppercase;
}

.vs-btn.style4 {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 5px;
  min-width: 300px;
  padding: 22px 40px;
  font-weight: 700;
  /* Small devices */
}

@media (max-width: 767px) {
  .vs-btn.style4 {
    padding: 17px 37px;
    width: auto;
  }
}

.vs-btn.mask-btn {
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  padding: 0;
  overflow: hidden;
}

.vs-btn.mask-btn:before {
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  background-color: var(--white-color);
  border-radius: inherit;
}

.vs-btn.mask-btn .btn-text {
  position: absolute;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: inherit;
}

.vs-btn.mask-btn .btn-text-mask {
  width: 101%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  -webkit-mask-image: url("https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png");
  mask-image: url("https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png");
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  border: none;
  color: var(--white-color);
  -webkit-animation: maskani2 0.7s steps(70) forwards;
  animation: maskani2 0.7s steps(70) forwards;
  padding: 17px 37px;
  display: inline-block;
}

.vs-btn.mask-btn:hover .btn-text-mask {
  -webkit-animation: maskani 0.7s steps(70) forwards;
          animation: maskani 0.7s steps(70) forwards;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  background-color: var(--icon-bg, #f3f3f3);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
}

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

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

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

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 90px);
  height: var(--icon-size, 90px);
  line-height: var(--icon-size, 90px);
  border: 1px solid transparent;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 1.4em);
  padding-left: 3px;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}

.play-btn:after, .play-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

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

.play-btn.small {
  --icon-size: 60px;
}

.link-btn {
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  color: var(--title-color);
}

.link-btn i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}

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

.link-btn:hover::before {
  width: 50%;
  background-color: var(--theme-color);
}

.story-video-btn .icon {
  display: inline-block;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  margin-right: var(--icon-space-right, 10px);
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.2);
  background-color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  transition: inherit;
}

.story-video-btn .text {
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  max-width: var(--icon-text-width, 70px);
  color: var(--title-color);
  vertical-align: middle;
  line-height: 22px;
  font-size: var(--icon-text-size, 16px);
  transition: inherit;
}

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

.story-video-btn:hover .text {
  color: var(--theme-color);
}

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

.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: white;
  border-radius: inherit;
  z-index: 1;
}

.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-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;
}

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

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-top: -0.35em;
}

.sub-title {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--theme-color);
  text-transform: capitalize;
  position: relative;
  margin-bottom: 12px;
  display: block;
  margin-top: -0.15em;
}

.sub-title-style2 {
  display: inline-block;
  position: relative;
  color: var(--theme-color);
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  padding: 12px 25px;
  border-radius: 9999px;
  margin-bottom: 30px;
}

.sub-title-style2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: 0;
  border-radius: 9999px;
  background-color: var(--theme-color);
}

.sub-title-style3 {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  top: -0.2em;
  display: inline-block;
  z-index: 1;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.sub-title-style3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  opacity: 0.15;
  border-radius: 5px;
  width: 100%;
  height: 8px;
  z-index: -1;
}

.sec-shape {
  background-color: var(--title-color);
  width: 50px;
  height: 2px;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}

.sec-shape:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid var(--title-color);
  background-color: var(--white-color);
  border-radius: 50%;
  left: 25px;
  margin: -4px 0 0 -4px;
}

.sec-text {
  font-size: 18px;
  line-height: 1.889;
}

@media (min-width: 1199px) {
  .big-title {
    font-size: 72px;
    margin-top: -1.5rem;
  }
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 15px);
}

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

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sub-title-style3 {
    font-size: 18px;
  }
  .sec-text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sec-btn-area {
    margin-bottom: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sec-title br {
    display: none;
  }
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}

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

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

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

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

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

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: .35em .55em;
  border-radius: 50%;
}

.social-links a {
  font-size: 18px;
  color: var(--title-color);
  display: inline-block;
  margin-right: 26px;
}

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

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

.social-links.white a {
  color: white;
}

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

.social-btns a {
  display: inline-block;
  width: var(--btn-size, 40px);
  height: var(--btn-size, 40px);
  line-height: var(--btn-size, 40px);
  text-align: center;
  position: relative;
  border-radius: 50%;
  margin-right: 7px;
  color: var(--theme-color);
  z-index: 1;
}

.social-btns a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--theme-color);
  opacity: 0.10;
  z-index: -1;
  transition: all ease 0.4s;
}

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

.social-btns a:hover {
  color: var(--white-color);
}

.social-btns a:hover:before {
  opacity: 1;
}

.shape-mockup-wrap {
  position: relative;
}

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

.circle-shape {
  display: inline-block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  /* Small devices */
}

@media (max-width: 767px) {
  .circle-shape {
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }
}

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

/* Medium devices */
@media (max-width: 991px) {
  .social-links a {
    font-size: 16px;
    margin-right: 15px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .elementor-heading-title br {
    display: none;
  }
}

/*------------------- 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-md {
  font-size: 18px;
}

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

@media (min-width: 1199px) {
  .fs-52 {
    font-size: 52px;
  }
  .fs-28 {
    font-size: 28px;
  }
}

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%) !important;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .bg-fluid {
    background-size: cover;
  }
}

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

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

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

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

.text-light {
  color: var(--light-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-inherit {
  color: inherit;
}

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

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

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

[data-overlay] {
  position: relative;
}

[data-overlay] .container-fluid,
[data-overlay] [class*=container],
[data-overlay] .container {
  z-index: 1;
  position: relative;
}

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

[data-overlay="gradient"]::before {
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
}

[data-overlay="gradient-style2"]::before {
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, rgba(0, 0, 0, 0) 100%);
}

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

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

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

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

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

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

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

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

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

.fancy-shape,
.fancy-banner img {
  -webkit-animation: fancy-transform 40s linear infinite alternate forwards;
          animation: fancy-transform 40s linear infinite alternate forwards;
  border-radius: 100%;
}

@-webkit-keyframes fancy-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes fancy-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  -webkit-animation: jumpping var(--duration, 6s) infinite linear;
          animation: jumpping var(--duration, 6s) infinite linear;
}

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

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

@-webkit-keyframes jumpping {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
            transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}

@keyframes jumpping {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
            transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vs-animated {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes maskani {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}

@keyframes maskani {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}

@-webkit-keyframes maskani2 {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}

@keyframes maskani2 {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}

.delay-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.sidebar-area .wp-block-categories-list,
.sidebar-area .wp-block-archives {
  list-style: none;
  margin: 0 0 -15px 0;
  padding: 0;
}

.sidebar-area .wp-block-archives a:not(:hover) {
  color: var(--white-color);
}

.sidebar-area .wp-block-search .wp-block-search__input {
  height: 50px;
  border: none;
}

.sidebar-area .wp-block-archives ul,
.sidebar-area .wp-block-categories-list ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0 0 -15px 0;
  padding: 0;
}

.sidebar-area .wp-block-archives a,
.sidebar-area .wp-block-categories-list a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: transparent;
  position: relative;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 0 16px 0;
  font-family: var(--title-font);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-area .wp-block-archives a:before,
.sidebar-area .wp-block-categories-list a:before,
.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--title-color);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  top: -2px;
  transition: all ease 0.4s;
}

.sidebar-area .wp-block-archives a:hover,
.sidebar-area .wp-block-categories-list a:hover,
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}

.sidebar-area .wp-block-archives a:hover::before,
.sidebar-area .wp-block-categories-list a:hover::before,
.widget_nav_menu a:hover::before,
.widget_meta a:hover::before,
.widget_pages a:hover::before,
.widget_archive a:hover::before,
.widget_categories a:hover::before {
  border-color: var(--theme-color);
}

.sidebar-area .wp-block-archives li,
.sidebar-area .wp-block-categories-list li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.sidebar-area .wp-block-archives li > span,
.sidebar-area .wp-block-categories-list li > span,
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  text-align: center;
  position: absolute;
  right: 20px;
  top: -6px;
  transition: all ease 0.4s;
  color: var(--title-color);
  font-size: 14px;
}

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

.sidebar-area .wp-block-archives li:nth-child(odd) a,
.sidebar-area .wp-block-categories-list li:nth-child(odd) a,
.widget_nav_menu li:nth-child(odd) a,
.widget_meta li:nth-child(odd) a,
.widget_pages li:nth-child(odd) a,
.widget_archive li:nth-child(odd) a,
.widget_categories li:nth-child(odd) a {
  background-color: transparent;
}

.sidebar-area .wp-block-archives .sub-menu,
.sidebar-area .wp-block-archives .children,
.sidebar-area .wp-block-categories-list .sub-menu,
.sidebar-area .wp-block-categories-list .children,
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.sidebar-area .widget:last-child {
  margin-bottom: 30px;
}

.widget {
  padding: var(--widget-padding-x, 40px) var(--widget-padding-y, 40px);
  position: relative;
  background-color: rgba(27, 33, 47, 0.03);
  -webkit-filter: drop-shadow(5px 12px 60px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(5px 12px 60px rgba(0, 0, 0, 0.05));
  border-radius: 10px;
  margin-bottom: 60px;
}

.widget select,
.widget input {
  color: var(--body-color);
  padding-left: 30px;
  font-size: 16px;
  background-color: var(--input-bg, #ffff);
  border: none;
  height: 50px;
  border-radius: 5px;
  font-weight: 400;
  width: 100%;
}

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

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

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

.widget select::placeholder,
.widget input::placeholder {
  color: var(--body-color);
}

.sidebar-area .wp-block-search__label,
.sidebar-area .wp-block-group__inner-container > h2,
.widget_title {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: -0.07em;
  font-weight: 700;
  position: relative;
  font-family: var(--title-font);
  color: var(--title-color);
}

.sidebar-area .wp-block-search__label:before,
.sidebar-area .wp-block-group__inner-container > h2:before,
.widget_title:before {
  content: '';
  position: absolute;
  left: calc(var(--widget-padding-x, 40px) * -1);
  bottom: 0;
  right: calc(var(--widget-padding-x, 40px) * -1);
  border-bottom: 1px solid var(--border-color);
}

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

.widget .search-form {
  position: relative;
}

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

.widget .search-form button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: var(--theme-color);
  background-color: transparent;
  border: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.widget .search-form button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: inherit;
  transition: all ease 0.4s;
  border-radius: 5px;
}

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

.widget .search-form button:hover:before {
  opacity: 1;
}

.wp-block-search__inside-wrapper input {
  border-radius: 0;
  border-right: none;
  height: 52px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--theme-color);
  padding: 11px 22px;
  border-radius: 9999px;
  z-index: 1;
}

.wp-block-tag-cloud a:before,
.tagcloud a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: inherit;
  transition: all ease 0.4s;
  border-radius: inherit;
}

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

.wp-block-tag-cloud a:hover:before,
.tagcloud a:hover:before {
  opacity: 1;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.recent-post:before {
  content: '';
  position: absolute;
  left: calc(var(--widget-padding-x, 40px) * -1);
  bottom: 0;
  right: calc(var(--widget-padding-x, 40px) * -1);
  border-bottom: 1px solid var(--border-color);
  z-index: 1;
}

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

.recent-post:last-child::before {
  display: none;
}

.recent-post .post-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 7px;
  margin-top: -0.2em;
}

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

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

.recent-post .media-img {
  margin-right: 25px;
  width: 90px;
}

.recent-post .recent-post-meta {
  line-height: 1.2;
}

.recent-post .recent-post-meta a {
  margin-right: 15px;
  font-size: 16px;
  color: var(--body-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 8px;
  font-size: 0.9rem;
}

.recent-post .recent-post-meta a:last-child {
  margin-right: 0;
}

.share-links .social-links a,
.widget-social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background-color: transparent;
  border-radius: 50%;
  color: var(--theme-color);
  position: relative;
  text-align: center;
  margin-right: 5px;
  z-index: 1;
}

.share-links .social-links a:before,
.widget-social-links a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: inherit;
  transition: all ease 0.4s;
  border-radius: 50%;
}

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

.share-links .social-links a:hover,
.widget-social-links a:hover {
  color: var(--white-color);
}

.share-links .social-links a:hover:before,
.widget-social-links a:hover:before {
  opacity: 1;
}

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

.widget_recent_entries ul li > a {
  color: var(--title-color);
  font-weight: 500;
  display: block;
}

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

.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}

.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.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: 500;
  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: #defcff;
}

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

.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}

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

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

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

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

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

.widget_recent_comments ul {
  margin: -0.2em 0 -0.2em 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments li:not(:last-child) {
  padding-bottom: 12px;
}

.widget_recent_comments a {
  color: var(--body-color);
  position: relative;
}

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

.widget_recent_comments li {
  padding-left: 30px;
  position: relative;
}

.widget_recent_comments li:before {
  content: '\f086';
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

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

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

.widget_rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 4px;
}

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

.widget_rss ul a:hover {
  color: var(--theme-color);
}

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

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

.widget_rss ul cite {
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.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_rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_products ul,
.widget_top_rated_products ul {
  margin: 0;
  padding: 0;
}

.widget_products .media-img,
.widget_top_rated_products .media-img {
  margin-right: 0;
  width: auto;
}

.widget_products .media-body.pl-30,
.widget_top_rated_products .media-body.pl-30 {
  padding-left: 20px;
}

.widget_products .recent-post-title.h5,
.widget_top_rated_products .recent-post-title.h5 {
  margin-bottom: 4px !important;
  font-size: 16px;
}

.widget_products .recent-post,
.widget_top_rated_products .recent-post {
  margin-bottom: 20px;
}

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

.widget_products ins,
.widget_products del,
.widget_top_rated_products ins,
.widget_top_rated_products del {
  font-size: 14px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
  margin-bottom: 0;
}

.sidebar-area .widget_shopping_cart ul.woocommerce-mini-cart {
  margin-top: 0;
}

.sidebar-area .widget_shopping_cart .vs-btn {
  padding: 13px 24px;
  margin-right: 15px;
}

.sidebar-area .widget_shopping_cart .vs-btn:last-child {
  margin-right: 0;
}

.sidebar-area .widget_shopping_cart .woocommerce-mini-cart__total {
  margin-bottom: 10px;
  font-size: 16px;
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

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

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-x: 30px;
    --widget-padding-y: 30px;
  }
  .recent-post .post-title {
    font-size: 16px;
  }
  .recent-post .media-img {
    margin-right: 20px;
    width: 70px;
  }
  .recent-post .recent-post-meta a {
    font-size: 14px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}

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

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

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

.footer-widget .widget_title {
  position: relative;
  border-left: none;
  font-family: var(--title-font);
  padding: 0;
  font-size: 24px;
  margin-top: -0.13em;
  margin-bottom: 48px;
  padding-bottom: 0;
  border-bottom: none;
}

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

.footer-widget.widget_categories, .footer-widget.widget_archive, .footer-widget.widget_pages, .footer-widget.widget_meta, .footer-widget.widget_nav_menu,
.footer-widget .widget_categories,
.footer-widget .widget_archive,
.footer-widget .widget_pages,
.footer-widget .widget_meta,
.footer-widget .widget_nav_menu {
  margin-bottom: 20px;
}

.footer-widget.widget_categories ul, .footer-widget.widget_archive ul, .footer-widget.widget_pages ul, .footer-widget.widget_meta ul, .footer-widget.widget_nav_menu ul,
.footer-widget .widget_categories ul,
.footer-widget .widget_archive ul,
.footer-widget .widget_pages ul,
.footer-widget .widget_meta ul,
.footer-widget .widget_nav_menu ul {
  margin-top: -11px;
}

.footer-widget.widget_categories .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_meta .widget_title, .footer-widget.widget_nav_menu .widget_title,
.footer-widget .widget_categories .widget_title,
.footer-widget .widget_archive .widget_title,
.footer-widget .widget_pages .widget_title,
.footer-widget .widget_meta .widget_title,
.footer-widget .widget_nav_menu .widget_title {
  margin-bottom: 48px;
}

.footer-widget.widget_categories a, .footer-widget.widget_archive a, .footer-widget.widget_pages a, .footer-widget.widget_meta a, .footer-widget.widget_nav_menu a,
.footer-widget .widget_categories a,
.footer-widget .widget_archive a,
.footer-widget .widget_pages a,
.footer-widget .widget_meta a,
.footer-widget .widget_nav_menu a {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 17px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  border: none;
}

.footer-widget.widget_categories a:after, .footer-widget.widget_archive a:after, .footer-widget.widget_pages a:after, .footer-widget.widget_meta a:after, .footer-widget.widget_nav_menu a:after,
.footer-widget .widget_categories a:after,
.footer-widget .widget_archive a:after,
.footer-widget .widget_pages a:after,
.footer-widget .widget_meta a:after,
.footer-widget .widget_nav_menu a:after {
  display: none;
}

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

.footer-widget.widget_categories a::before, .footer-widget.widget_archive a::before, .footer-widget.widget_pages a::before, .footer-widget.widget_meta a::before, .footer-widget.widget_nav_menu a::before,
.footer-widget .widget_categories a::before,
.footer-widget .widget_archive a::before,
.footer-widget .widget_pages a::before,
.footer-widget .widget_meta a::before,
.footer-widget .widget_nav_menu a::before {
  content: "\f105";
  font-family: var(--icon-font);
  margin-right: 10px;
  border: none;
  width: auto;
  height: auto;
}

.footer-widget.widget_categories li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_meta li > span, .footer-widget.widget_nav_menu li > span,
.footer-widget .widget_categories li > span,
.footer-widget .widget_archive li > span,
.footer-widget .widget_pages li > span,
.footer-widget .widget_meta 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;
  right: 0;
  top: 0;
}

.footer-about {
  max-width: 390px;
}

.footer-about_text, .footer-about_logo {
  margin-bottom: 35px;
}

.footer-info {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 23px;
}

.footer-info:first-child {
  margin-top: -0.3em;
}

.footer-info:last-child {
  margin-bottom: 0;
}

.footer-info a {
  color: inherit;
}

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

.footer-info i {
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
}

.footer-top-about {
  border-bottom: 1px solid #E7E8E9;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .footer-about {
    max-width: 400px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-about {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-widget .widget_title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .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 {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .footer-info {
    font-size: 16px;
    margin-bottom: 24.5px;
  }
}

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

/*------------------- 4.2. Header  -------------------*/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  font-size: 14px;
  margin-left: 2px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-34%);
          transform: translateY(-34%);
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu {
  position: static;
}

#mega-menu-wrap-primary-menu {
  position: static;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  max-width: var(--main-container) !important;
  margin-left: auto !important;
  left: 50%;
  margin-left: calc(var(--main-container) / -2) !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
  letter-spacing: 0;
}

.vs-header {
  position: relative;
  z-index: 41;
}

.vs-header.position-absolute {
  left: 0;
  top: 0;
  right: 0;
}

.vs-header .header-icons {
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /* Medium devices */
}

@media (max-width: 991px) {
  .vs-header .header-icons {
    min-height: 60px;
  }
}

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

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  line-height: 1;
}

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

.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: 1px;
  font-size: 1rem;
}

.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(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  -webkit-transform-origin: top center;
          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 {
  padding: 5px 20px;
  left: -27px;
}

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

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 0;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
}

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

.main-menu ul.sub-menu li:last-child > a {
  border-bottom: none;
}

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

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

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-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: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

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

.menu-style2 > ul > li > a {
  padding: 44px 0;
  font-size: 18px;
}

.menu-style3 > ul > li > a {
  padding: 32.5px 0;
  font-size: 20px;
}

.header-top-links > ul > li {
  display: inline-block;
  position: relative;
}

.header-top-links > ul > li:not(:last-child) {
  padding-right: 17px;
  margin-right: 13px;
}

.header-top-links > ul > li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  height: 20px;
  width: 2px;
  background-color: var(--title-color);
  opacity: 0.20;
  border-radius: 9999px;
  top: 50%;
  margin-top: -10px;
}

.header-top-links a {
  font-size: 20px;
  color: var(--title-color);
}

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

.header-top-links .dropdown-toggle:after {
  content: '\f107';
  margin: 0;
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 3px;
  font-size: 0.8em;
}

.header-top-links ul.dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 25px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: 1px solid #ededed;
}

.header-top-links ul.dropdown-menu li {
  margin-bottom: 5px;
}

.header-top-links ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header-top-links ul.dropdown-menu a {
  display: block;
  margin: 5px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 0;
  font-size: 16px;
}

.header-top-links ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}

.header-top-links ul.dropdown-menu a:last-of-type, .header-top-links ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-top-links ul.dropdown-menu:before {
  content: '';
  position: absolute;
  left: 25px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

.header-top-links.white > ul > li:before {
  background-color: var(--white-color);
}

.header-top-links.white > ul > li > a {
  color: var(--white-color);
}

.header-icons button:not(.vs-menu-toggle),
.header-icons a {
  color: var(--title-color);
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 20px;
  display: inline-block;
  margin-left: 18px;
}

.header-icons button:not(.vs-menu-toggle):first-child,
.header-icons a:first-child {
  margin-left: 0;
}

.header-icons button:not(.vs-menu-toggle).text-white:hover,
.header-icons a.text-white:hover {
  color: var(--theme-color) !important;
}

.header-icons button.vs-menu-toggle {
  margin-left: 30px;
}

.header-info li {
  display: inline-block;
  margin-right: 37px;
}

.header-info li i {
  margin-right: 10px;
}

.header-info li:last-child {
  margin-right: 0;
}

.header-layout3 .header-top,
.header-layout4 .header-top,
.header-layout1 .header-top {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 23.5px 0;
}

.header-layout3 .header-icons,
.header-layout4 .header-icons,
.header-layout1 .header-icons {
  margin-left: 45px;
}

.header-layout1 .will-sticky .sticky-active {
  background-color: var(--title-color);
}

.header-layout3 .header-top,
.header-layout4 .header-top {
  border-bottom-color: rgba(27, 33, 47, 0.2);
}

.header-layout3 .header-top,
.header-layout2 .header-top {
  padding: 10px 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu:not(.menu-style3) > ul > li {
    margin: 0 10px;
  }
  .main-menu:not(.menu-style3) > ul > li > a {
    padding: 44px 0;
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout4 .header-icons,
  .header-layout1 .header-icons {
    margin-left: 0;
  }
  .header-layout1.position-absolute {
    position: relative !important;
    background-color: var(--title-color);
  }
  .header-info li {
    margin-right: 20px;
    font-size: 14px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-top-links a {
    font-size: 16px;
  }
  .header-icons button.vs-menu-toggle {
    margin-left: 0;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 100px;
  padding-bottom: 40px;
}

.footer-layout1 .copyright-wrap {
  border-top: 1px solid var(--border-color);
  padding: 35px 0;
}

.footer-elements [class*="element"] {
  position: absolute;
}

.footer-elements .element-1 {
  left: 45px;
  top: 130px;
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .copyright-wrap {
    padding: 22px 0;
  }
  .widget-area {
    padding-top: 60px;
  }
  .footer-about_text, .footer-about_logo {
    margin-bottom: 25px;
  }
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: 30px 0 -0.2em 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}

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

.breadcumb-menu li:after {
  content: '/';
  margin-left: 9px;
}

.breadcumb-menu li:last-child {
  padding-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  font-family: var(--body-font);
}

.breadcumb-title {
  font-size: 42px;
  color: var(--white-color);
  text-transform: none;
  word-break: break-word;
  line-height: 60px;
  margin: -0.2em 0 -0.2em 0;
}

.breadcumb-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .breadcumb-title {
    font-size: 36px;
    line-height: 38px;
  }
  .breadcumb-menu {
    line-height: 1.6;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 30px;
    line-height: 1.4;
  }
  .breadcumb-menu {
    margin-top: 20px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination ul {
  margin: 0;
  padding: 0;
}

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

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

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

.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: none;
  z-index: 1;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50%;
}

.vs-pagination span:before,
.vs-pagination a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: inherit;
  transition: all ease 0.4s;
}

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

.vs-pagination span.active:before, .vs-pagination span:hover:before,
.vs-pagination a.active:before,
.vs-pagination a:hover:before {
  opacity: 1;
}

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

/*------------------- 4.6. Blog  -------------------*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 20px;
  line-height: 34px;
  padding: 50px 56px 50px 56px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 15px 0;
  color: var(--body-color);
  border-color: var(--theme-color);
  border-left: 4px solid var(--theme-color);
}

blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.6;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic;
}

blockquote.wp-block-quote:before,
blockquote.wp-block-quote.is-style-large:before,
blockquote:before {
  content: '\f10e';
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.10;
  line-height: 1;
  color: var(--theme-color);
}

blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  margin-bottom: 0;
}

blockquote.wp-block-quote p a,
blockquote.wp-block-quote.is-style-large p a,
blockquote p a {
  color: inherit;
}

blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 22px;
  font-style: normal;
  color: var(--title-color);
  font-family: var(--title-font);
}

blockquote.wp-block-quote cite:before,
blockquote.wp-block-quote.is-style-large cite:before,
blockquote cite:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid var(--theme-color);
  margin-bottom: -1px;
}

.wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote blockquote {
  text-align: center;
  border-left: none;
}

.wp-block-pullquote blockquote cite {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

blockquote.wp-block-quote.has-text-align-right {
  border-right-color: var(--theme-color);
  padding: 50px 60px 50px 60px;
}

blockquote.wp-block-quote.has-text-align-right::before {
  left: 40px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

blockquote.wp-block-quote.has-text-align-right cite:before {
  left: auto;
  right: 0;
  bottom: 8px;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 23px;
  font-size: 18px;
  color: var(--body-color);
}

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

.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
}

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

.blog-category {
  margin-bottom: -10px;
}

.blog-category a {
  display: inline-block;
  padding: 11px 23px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: inherit;
}

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

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

.blog-inner-title {
  margin-bottom: 30px;
  margin-top: -0.25em;
}

.blog-author {
  margin: 45px 0 50px 0;
  padding: 40px 40px;
  position: relative;
  background-color: rgba(27, 33, 47, 0.03);
}

.blog-author .author-degi {
  margin-bottom: 5px;
  color: var(--theme-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.blog-author .media-img {
  display: inline-block;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 50%;
  width: 180px;
}

.blog-author .media-img img {
  border-radius: inherit;
}

.blog-author .author-name {
  margin-bottom: 10px;
}

.blog-inner-list ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}

.blog-inner-list li {
  margin-bottom: 13px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}

.blog-inner-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color);
}

.blog-single {
  position: relative;
  padding: 40px 40px 35px 40px;
  border-radius: 10px;
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.05);
  background-color: var(--white-color);
  margin-bottom: 60px;
}

.blog-single .blog-content {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.blog-single .share-links-title {
  font-size: 20px;
  color: var(--title-color);
  display: block;
  margin-bottom: 15px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-top: -0.3em;
}

.blog-single .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-single .social-links li {
  display: inline-block;
  margin-right: 5px;
}

.blog-single .social-links li:last-child {
  margin-right: 0;
}

.blog-single .blog-meta {
  margin-top: -0.45em;
  border-bottom: 1px solid rgba(28, 185, 200, 0.3);
  padding-bottom: 17px;
  margin-bottom: 18px;
}

.blog-single .blog-title {
  font-size: 34px;
  line-height: 1.35;
  margin-bottom: 20px;
  margin-top: -0.33em;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio {
  margin-bottom: 30px;
}

.blog-single .blog-video,
.blog-single .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-single .blog-video .blog-category,
.blog-single .blog-img .blog-category {
  position: absolute;
  left: 30px;
  top: 30px;
}

.blog-single .blog-video .slick-arrow,
.blog-single .blog-img .slick-arrow {
  position: absolute;
  left: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single .blog-video .slick-arrow:before,
.blog-single .blog-img .slick-arrow:before {
  display: none;
}

.blog-single .blog-video .slick-arrow.slick-next,
.blog-single .blog-img .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}

.blog-single .blog-video .slick-arrow:hover,
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.blog-single .blog-video .play-btn,
.blog-single .blog-img .play-btn {
  --icon-size: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single .blog-video .play-btn i,
.blog-single .blog-img .play-btn i {
  font-size: 24px;
}

.blog-single .link-btn {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-single .link-btn:before {
  height: 1px;
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-details .blog-single {
  padding: 0;
  box-shadow: none;
  margin-bottom: 30px;
}

.blog-details .blog-single .blog-content {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: calc(var(--blog-space-y, 13px));
}

.blog-details .blog-single .blog-meta {
  margin-top: -0.2em;
  margin-bottom: 5px;
  border-bottom: 0;
}

.blog-details .blog-single .blog-title {
  border-bottom: 1px solid rgba(28, 185, 200, 0.3);
  padding-bottom: 20px;
  margin-bottom: 23px;
}

.share-links {
  margin-bottom: 45px;
}

.share-links .row {
  gap: 30px 0;
}

.blog-card {
  position: relative;
  transition: all ease 0.4s;
}

.blog-card .blog-img {
  overflow: hidden;
}

.blog-card .blog-img img {
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog-card .blog-content {
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-top: none;
  padding: 0 30px 21px 30px;
  transition: all ease 0.4s;
}

.blog-card .blog-title {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 10px;
}

.blog-card .author-avater {
  overflow: hidden;
  border-radius: 50%;
  padding: 3px;
  background-color: var(--white-color);
  width: var(--avater-size, 70px);
  height: var(--avater-size, 70px);
  margin-top: var(--avater-size, calc(70px / -2));
  margin-bottom: 17px;
  position: relative;
  z-index: 2;
}

.blog-card .author-avater img {
  width: 100%;
  border-radius: inherit;
}

.blog-card .blog-date {
  margin: -22px 0 15px 0;
  position: relative;
  z-index: 2;
}

.blog-card .blog-date a {
  text-transform: capitalize;
  text-decoration: none;
  color: #505050;
  display: inline-block;
  background-color: var(--white-color);
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 9999px;
  line-height: 1;
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.1);
}

.blog-card .blog-date a i {
  margin-right: 5px;
}

.blog-card .blog-date a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.blog-card .blog-category {
  position: absolute;
  right: 15px;
  top: 15px;
}

.blog-card .link-btn {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.blog-card .link-btn:before {
  display: none;
}

.blog-card .link-btn:hover {
  color: var(--title-color);
}

.blog-card:hover {
  box-shadow: 5px 10px 40px rgba(27, 33, 47, 0.05);
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-card:hover .blog-content {
  border-color: transparent;
}

.blog-grid {
  box-shadow: 5px 5px 40px rgba(27, 33, 47, 0.05);
}

.blog-grid .blog-img {
  overflow: hidden;
}

.blog-grid .blog-img img {
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog-grid .blog-meta {
  padding: 11px 30px;
}

.blog-grid .blog-meta:before {
  z-index: -1;
}

.blog-grid .blog-meta > span,
.blog-grid .blog-meta > a {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--title-color);
}

.blog-grid .blog-meta > span:hover,
.blog-grid .blog-meta > a:hover {
  color: var(--theme-color);
}

.blog-grid .blog-title {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 5px;
}

.blog-grid .blog-content {
  padding: 22px 30px 25px 30px;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-box {
  background-color: var(--white-color);
  box-shadow: 0 10px 25px rgba(27, 33, 47, 0.03);
}

.blog-box .blog-content {
  padding: 0 30px 25px 30px;
}

.blog-box .blog-category {
  margin-bottom: 6px;
  margin-top: -20px;
}

.blog-box .blog-category a {
  border-radius: 0;
}

.blog-box .blog-meta a {
  font-size: 16px;
}

.blog-box .blog-title {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 5px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-grid .blog-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .blog-grid .link-btn {
    font-size: 14px;
  }
  .blog-grid .blog-content {
    padding: 17px 30px 25px 30px;
  }
  .blog-grid .blog-meta > span,
  .blog-grid .blog-meta > a {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-card .blog-title {
    font-size: 20px;
    line-height: 28px;
  }
  .blog-grid .blog-meta {
    padding: 11px 20px;
  }
  .blog-grid .blog-content {
    padding: 17px 20px 25px 20px;
  }
  .blog-single {
    margin-bottom: 30px;
    padding: 30px 30px 25px 30px;
  }
  .blog-single .blog-title {
    font-size: 26px;
    line-height: 1.6;
  }
  .blog-single .blog-meta span,
  .blog-single .blog-meta a {
    font-size: 16px;
  }
  .blog-single .blog-img .blog-category {
    left: 20px;
    top: 20px;
  }
  .blog-single .blog-img .blog-category a {
    padding: 9px 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  blockquote.wp-block-quote,
  blockquote.wp-block-quote.is-style-large,
  blockquote {
    padding: 30px 25px 30px 25px;
  }
  .blog-author {
    padding: 30px 30px;
  }
  .blog-box .blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-box .blog-category a {
    padding: 8px 18px;
    font-size: 14px;
  }
  .blog-box .blog-category {
    margin-top: -16px;
  }
  .blog-box .blog-meta a {
    font-size: 14px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  blockquote {
    font-size: 20px;
    line-height: 34px;
    padding: 30px 40px 30px 40px;
  }
  blockquote cite {
    font-size: 16px;
    margin-top: 20px;
  }
  blockquote:before {
    right: 20px;
    bottom: 20px;
    font-size: 4rem;
  }
  .blog-author {
    padding: 30px 30px;
  }
  .blog-single {
    padding: 25px 15px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
    font-size: 16px;
  }
  .blog-author {
    padding: 30px 20px;
  }
  blockquote {
    padding: 30px 20px 30px 20px;
  }
  .blog-card .blog-content {
    padding: 0 20px 21px 20px;
  }
  .blog-single .blog-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .blog-single .blog-img .blog-category {
    left: 10px;
    top: 10px;
  }
  .blog-single .blog-img .blog-category a {
    padding: 6px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 45px;
  }
  .blog-single .blog-img .play-btn i {
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-grid .blog-meta > span,
  .blog-grid .blog-meta > a {
    font-size: 12px;
  }
  figure.wp-block-image.size-full.w-100.rounded-3 img {
    width: 100%;
  }
}

/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  margin-top: var(--blog-space-y, 60px);
  margin-bottom: 30px;
  padding: 40px 40px;
  position: relative;
  background-color: rgba(27, 33, 47, 0.03);
}

.comment-respond .form-title {
  margin-top: -0.35em;
}

.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: .7em;
  text-decoration: underline;
}

.comment-respond .custom-checkbox.notice {
  margin-bottom: 30px;
}

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

.comment-respond .form-control {
  border: none;
  border-radius: 10px;
  background-color: var(--white-color);
  padding-left: 30px;
}

.comment-respond .form-group > i {
  top: 22px;
  right: 45px;
  font-size: 16px;
}

.comment-respond .vs-btn {
  border-radius: 10px;
}

.comment-respond .blog-inner-title {
  margin-bottom: 0px;
}

.comment-respond .form-text {
  margin-bottom: 25px;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 50px) var(--blog-space-x, 0);
}

.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}

.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}

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

.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}

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

.vs-comments-wrap .vs-post-comment {
  padding: 40px 40px;
  position: relative;
  background-color: rgba(27, 33, 47, 0.03);
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 30px 0;
  position: relative;
}

.vs-comments-wrap .vs-post-comment:before {
  content: '';
  position: absolute;
  top: calc(var(--comment-border-space) * -1);
  right: calc(var(--comment-border-space) * -1);
  bottom: calc(var(--comment-border-space) * -1);
  left: calc(var(--comment-border-space) * -1);
  border: inherit;
}

.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: 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 {
  margin-bottom: 0;
}

.vs-comments-wrap .comment-avater {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.vs-comments-wrap .comment-avater img {
  width: 100%;
}

.vs-comments-wrap .comment-content {
  -ms-flex: 1;
      flex: 1;
  margin-top: -5px;
  position: relative;
}

.vs-comments-wrap .commented-on {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--theme-color);
  font-family: var(--title-font);
}

.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.vs-comments-wrap .name {
  margin-bottom: 2px;
}

.vs-comments-wrap .comment-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.vs-comments-wrap .text {
  color: #6b6b6b;
  margin-bottom: 0;
}

.vs-comments-wrap .text:last-child {
  margin-bottom: 0;
}

.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}

.vs-comments-wrap .replay-btn {
  font-weight: 600;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--body-color);
  margin-top: 10px;
  display: inline-block;
}

.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
}

.vs-comments-wrap .replay-btn:hover {
  color: var(--theme-color);
}

.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    padding: 30px 30px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .comment-respond {
    padding: 30px 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .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: 30px;
  }
  .comment-respond {
    padding: 25px 15px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
.hero-slide-box .hero-body {
  padding-top: 440px;
  padding-bottom: 230px;
}

.hero-slide-style2 .hero-body {
  padding-top: 290px;
  padding-bottom: 200px;
}

.hero-slide-style2 .shape-mockup {
  z-index: 4;
}

.hero-slide-style2 .hero-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-slide-style2 .hero-shape2 {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slide-style2 .hero-shape3 {
  position: absolute;
  right: 7%;
  top: 16%;
}

.hero-slide-style2 .hero-shape4 {
  position: absolute;
  left: 28.7%;
  top: 7%;
  width: 720px;
  height: 720px;
  border-radius: 50%;
}

.hero-slide-style2 .hero-shape4 .shape-inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.60;
  background-image: linear-gradient(180deg, var(--theme-color) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-slide-style2 .hero-shape5 {
  position: absolute;
  left: 0;
  top: 5%;
}

.hero-slide-style2 .hero-shape6 {
  position: absolute;
  left: 33%;
  top: 79%;
}

.hero-title {
  font-size: 66px;
  line-height: 74px;
  margin-bottom: 18px;
  margin-top: -0.32em;
}

.hero-text {
  font-size: 20px;
  margin-bottom: 39px;
}

.hero-img-box {
  margin-right: -80px;
  position: relative;
  padding-bottom: 22px;
}

.hero-img-box img:not(.shape) {
  position: relative;
  z-index: 2;
}

.hero-img-box .shape {
  position: absolute;
  z-index: 1;
}

.hero-img-box .shape-1 {
  left: 4%;
  bottom: 0;
}

.hero-img-box .shape-2 {
  left: 0;
  top: 0;
}

.hero-img-box .shape-3 {
  right: -29.5%;
  top: 33%;
}

.hero-img-box .play-btn {
  position: absolute;
  right: 17px;
  bottom: 110px;
  z-index: 3;
}

.vs-hero-layout2 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.hero-testi-wrap {
  background-color: var(--white-color);
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.05);
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: -76px;
  border-radius: 10px;
  max-width: 360px;
  padding: 20px;
}

.hero-testi-box {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero-testi-box .avater {
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  box-shadow: var(--theme-shadow);
}

.hero-testi-box .avater img {
  width: 100%;
}

.hero-testi-box .rating {
  margin-bottom: -0.3em;
  font-size: 14px;
}

.hero-testi-box .text {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 10px;
}

.hero-testi-box .quote-icon {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.hero-story-box {
  position: absolute;
  right: 0;
  top: 75px;
  background-color: var(--white-color);
  box-shadow: var(--theme-shadow);
  border-radius: 15px;
  text-align: center;
  z-index: 3;
  padding: 42px 30px 32px 30px;
}

.hero-story-box .story-number {
  font-size: 50px;
  font-family: var(--title-font);
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  --gradient-angle: to bottom;
}

.hero-story-box .story-text {
  margin-bottom: 0;
  margin-top: 8px;
  color: var(--title-color);
}

.hero-counter-area {
  margin-top: 100px;
}

.hero-counter .counter-number {
  font-size: 36px;
  margin-bottom: 17px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
}

.hero-counter .counter-text {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  max-width: 135px;
  line-height: 26px;
  margin-bottom: 0;
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .hero-img-box {
    margin-right: 0;
  }
  .hero-img-box .shape-3 {
    right: -15%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-title {
    font-size: 60px;
    line-height: 76px;
    margin-bottom: 15px;
  }
  .hero-img-box {
    margin-right: 0;
  }
  .hero-img-box .shape-3 {
    display: none;
  }
  .hero-story-box {
    top: 40px;
    padding: 28px 30px 22px 30px;
  }
  .hero-counter-area {
    margin-top: 70px;
  }
  .hero-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .hero-slide-style2 .hero-shape2 {
    max-width: 250px;
  }
  .hero-slide-style2 .hero-shape1 {
    max-width: 300px;
  }
  .hero-slide-style2 .hero-shape4 {
    width: 420px;
    height: 420px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-title {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .hero-counter-area {
    margin-top: 50px;
  }
  .hero-img-box .play-btn {
    right: -15px;
    bottom: 70px;
  }
  .hero-testi-wrap {
    bottom: 15px;
    left: -10px;
    max-width: 360px;
    padding: 20px;
  }
  .hero-testi-box .text {
    margin-top: -2px;
  }
  .hero-counter .counter-number {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-counter .counter-text {
    font-size: 16px;
    max-width: 115px;
    line-height: 24px;
  }
  .hero-slide-style2 .hero-body {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 36px;
    line-height: 48px;
    margin-top: -0.45em;
    margin-bottom: 10px;
  }
  .hero-img-box {
    margin-bottom: 30px;
  }
  .hero-img-box .play-btn {
    right: 0;
  }
  .hero-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .hero-counter-area {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .hero-slide-box .hero-body {
    padding-top: 350px;
    padding-bottom: 150px;
  }
  .hero-slide-style2 .hero-shape3 {
    right: 0%;
    top: 5%;
    max-width: 140px;
  }
  .hero-slide-style2 .play-btn {
    position: relative;
    top: 0;
    left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-slide-style2 .hero-body,
  .hero-slide-box .hero-body {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero-slide-style2 .hero-shape5 {
    max-width: 60px;
  }
  .hero-slide-style2 .hero-shape2 {
    max-width: 100px;
  }
  .hero-slide-style2 .hero-shape6 {
    max-width: 90px;
  }
  .hero-slide-style2 .hero-shape1 {
    max-width: 150px;
  }
  .hero-slide-style2 .hero-shape4 {
    max-width: 220px;
    max-height: 220px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-title {
    font-size: 28px;
    line-height: 46px;
  }
  .hero-img-box .shape-2 {
    display: none;
  }
  .hero-slide-style2 .hero-shape3 {
    max-width: 50px;
  }
  .hero-slide-style2 .hero-shape5 {
    max-width: 35px;
    top: 2%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-testi-wrap {
    display: none;
  }
  .hero-layout3 .shape-mockup {
    display: none;
  }
  .hero-img-box {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .hero-img-box .play-btn {
    right: auto;
    bottom: 2%;
    left: 21%;
  }
  .hero-story-box {
    top: -0;
    padding: 13px 15px 8px 15px;
    border-radius: 5px;
  }
  .hero-story-box .story-number {
    font-size: 36px;
  }
  .hero-story-box .story-text {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
  }
  .hero-title {
    font-size: 26px;
    line-height: 36px;
  }
  .hero-counter .counter-text {
    font-size: 14px;
    max-width: 90px;
    line-height: 24px;
  }
  .hero-counter .counter-number {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/*------------------- 4.9. Error  -------------------*/
@media (min-width: 1199px) {
  .error-title {
    font-size: 60px;
    margin-bottom: 10px;
    margin-top: -0.3em;
  }
  .error-text {
    margin-bottom: 32px;
  }
}

.error-img {
  margin-bottom: 55px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .error-img {
    margin-bottom: 30px;
  }
}

/*------------------- 4.10. Simple Sections  -------------------*/
.vs-brand-fill img {
  transition: all ease 0.2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.vs-brand-fill img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.vs-brand-fill.style2 {
  margin: 30px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  transition: all ease 0.4s;
  display: inline-block;
}

.vs-brand-slide2 {
  margin-top: -30px;
}

.vs-counter_number {
  font-size: 90px;
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 1;
  margin-top: -0.16em;
  margin-bottom: 5px;
}

.vs-counter_line {
  margin-bottom: 7px;
}

.vs-counter_title {
  text-transform: uppercase;
  font-family: var(--body-font);
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

.vs-counter.style2 .vs-counter_title {
  margin-top: -0.23em;
}

.vs-counter.style2 .vs-counter_line {
  margin-bottom: 15px;
}

.vs-counter.style2 .vs-counter_number {
  margin-bottom: 0;
}

.newsletter-inline .form-group {
  margin-bottom: 0;
  position: relative;
  padding: 0;
}

.newsletter-inline .form-group i {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: auto;
}

.newsletter-inline .vs-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.newsletter-inline .form-control {
  border: none;
  height: 60px;
  border-radius: 9999px;
  padding-left: 60px;
  box-shadow: var(--theme-shadow);
  color: #200E32;
  padding-right: 220px;
}

.newsletter-inline .form-control::-webkit-input-placeholder {
  color: #200E32;
}

.newsletter-inline .form-control:-ms-input-placeholder {
  color: #200E32;
}

.newsletter-inline .form-control::-ms-input-placeholder {
  color: #200E32;
}

.newsletter-inline .form-control::placeholder {
  color: #200E32;
}

.vs-choose-wrapper .response-redesign .wpcf7 form {
  background-color: var(--white-color);
  box-shadow: var(--theme-shadow);
  padding: 40px;
  border-radius: 10px;
  position: absolute;
  left: 15px;
  bottom: -5px;
  max-width: 390px;
}

.vs-choose-wrapper .response-redesign .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
}

.consult-form:not(.style1) {
  background-color: var(--white-color);
  box-shadow: var(--theme-shadow);
  padding: 40px;
  border-radius: 10px;
}

.consult-form .form-control {
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 5px;
  height: 50px;
  padding-left: 20px;
}

.consult-form .vs-btn {
  border-radius: 5px;
}

.consult-form .form_title {
  margin-top: -0.3em;
}

.info-box {
  background-color: var(--white-color);
  border-radius: 10px;
  width: var(--box-width, 230px);
  text-align: center;
  padding: 30px 25px 23px 25px;
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.05);
}

.info-box_icon {
  color: var(--theme-color);
  font-size: 34px;
  margin-bottom: 17px;
  display: block;
}

.info-box_text {
  font-size: 18px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 0;
  word-break: break-word;
}

.info-box_text:last-child {
  margin-bottom: 0;
}

.skill-box {
  position: relative;
}

.skill-box_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
}

.skill-box_number {
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
}

.skill-box_number:not([class*="fs-"]) {
  font-size: 18px;
}

.skill-box_title {
  margin-bottom: 0;
}

.skill-box .progress {
  height: 10px;
  background-color: rgba(27, 33, 47, 0.08);
  border-radius: 5px;
}

.skill-box .progress-bar {
  height: calc(100% - 4px);
  max-width: calc(100% - 4px);
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 5px;
  background-color: var(--theme-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-counter_number {
    font-size: 72px;
  }
  .vs-counter_title {
    font-size: 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .consult-form:not(.style1) {
    padding: 30px;
  }
  .consult-form .form_title {
    font-size: 24px;
  }
  .info-box {
    width: 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-counter_number {
    font-size: 60px;
  }
  .vs-counter_title {
    font-size: 18px;
  }
  .vs-choose-wrapper .response-redesign .wpcf7 form {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-counter_number {
    font-size: 46px;
  }
  .vs-counter_title {
    font-size: 16px;
  }
  .vs-brand-fill.style2 {
    min-width: 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .newsletter-inline .form-group i {
    left: auto;
    right: 27px;
    top: 29px;
  }
  .newsletter-inline .vs-btn {
    position: relative;
    -webkit-transform: none;
            transform: none;
    right: 0;
    top: 0;
    margin-top: 20px;
  }
  .newsletter-inline .form-control {
    height: 60px;
    padding-left: 30px;
    padding-right: 40px;
  }
  .vs-choose-wrapper .response-redesign .wpcf7 form {
    padding: 40px 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .consult-form:not(.style1) {
    padding: 30px 15px;
  }
}

/*------------------- 4.11. About  -------------------*/
@media (min-width: 1399px) {
  .choose-img-style2 img {
    max-width: 200%;
  }
}

.double-check-list {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 28px;
}

.double-check-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.double-check-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 13px;
}

.double-check-list li:last-child {
  margin-bottom: 0;
}

.double-check-list .icon {
  position: absolute;
  left: 0;
}

.about-image-box {
  position: relative;
  padding-bottom: 70px;
}

.about-image-box .image-2 {
  position: absolute;
  right: 34px;
  bottom: 0;
}

.about-image-box .play-btn {
  position: absolute;
  right: 43px;
  top: 165px;
}

.img-box-style2 {
  position: relative;
}

.img-box-style2 img {
  border-radius: 10px;
}

.img-box-style2 .exp-box {
  margin-left: auto !important;
}

.exp-box {
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.08));
          filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.08));
  border-radius: 10px;
  max-width: 296px;
  padding: 20px 30px 22px 30px;
}

.exp-box_title {
  margin-bottom: 8px;
}

.exp-box_text {
  margin-bottom: 0;
}

.about-quote {
  position: relative;
  padding: 10px 15px 11px 20px;
  z-index: 1;
}

.about-quote:not(.style2):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
  border: 2px solid var(--theme-color);
  border-radius: 10px;
}

.about-quote_text {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 10px;
}

.about-quote_author {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  position: relative;
  padding-left: 50px;
  font-family: var(--title-font);
}

.about-quote_author:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 37px;
  height: 2px;
  background-color: var(--theme-color);
  border-radius: 5px;
  margin-top: -1px;
}

.about-quote_text2 {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 10px;
}

.about-quote.style2 {
  border-top: 1px solid var(--border-color);
  padding: 20px 0 0 0;
}

.img-box-style3 {
  position: relative;
}

.img-box-style3 .slide-area {
  margin-right: -58px;
  padding-left: 200px;
}

.img-box-style3 .slide-area .slick-dots {
  margin-top: 7px;
  margin-bottom: 0;
}

.img-box-style4 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  max-width: 100%;
}

.img-box-style4::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: var(--shape-size, 340px);
  height: var(--shape-size, 340px);
  background-image: linear-gradient(120deg, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.20;
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
}

.img-box-style4 .image-1 {
  border-radius: 50%;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  --gradient-angle: 120deg;
}

.img-box-style4 .image-2 {
  position: absolute;
  left: 15px;
  bottom: 0;
}

.img-box-style4 .image-3 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.img-box-style4 .image-4 {
  position: absolute;
  top: 0;
  right: -75px;
}

.img-box-style5 {
  position: relative;
  z-index: 1;
}

.img-box-style5 .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

.img-box-style5 .shape-1 img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 200%;
}

.img-box-style6 {
  text-align: center;
  position: relative;
}

.img-box-style6 img {
  max-width: 300%;
}

.img-box-style7 {
  position: relative;
  z-index: 1;
}

.img-box-style7 .img-1 {
  margin-left: 100px;
  position: relative;
  z-index: 3;
}

.img-box-style7 .img-2 {
  position: absolute;
  right: -20px;
  top: 0;
}

.img-box-style7 .shape-1 {
  width: 677px;
  height: 677px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(130deg, var(--theme-color) 0%, rgba(0, 0, 0, 0) 80%);
  border-radius: 50%;
  z-index: -2;
  opacity: 0.30;
}

.img-box-style7 .shape-2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  z-index: 4;
}

.img-box-style7 .shape-3 {
  position: absolute;
  left: 4%;
  top: 15%;
  z-index: 1;
}

.img-box-style7 .shape-4 {
  position: absolute;
  top: 13%;
  right: 10%;
}

.offer-counter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.offer-counter li {
  text-align: center;
  min-width: var(--counter-size, 80px);
  min-height: var(--counter-size, 80px);
  background-color: var(--white-color);
  color: var(--title-color);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-right: 0;
}

.offer-counter li:last-child {
  margin-right: 0;
}

.offer-counter .counte-name {
  font-weight: 400;
}

@media (max-width: 1800px) {
  .img-box-style6 img {
    max-width: 100%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .img-box-style3 .slide-area {
    margin-right: 0;
    padding-left: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .about-image-box .image-1 {
    max-width: 350px;
  }
  .about-image-box .image-2 {
    max-width: 300px;
  }
  .about-image-box .play-btn {
    top: 4%;
    right: 12%;
  }
  .img-box-style4 {
    width: 100%;
    max-width: 100%;
  }
  .img-box-style4 .image-1 {
    width: 100%;
  }
  .img-box-style5 .shape-1 img {
    max-width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    bottom: 4px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .about-image-box {
    margin-right: 0;
    display: inline-block;
  }
  .about-image-box .image-1 {
    max-width: 100%;
  }
  .about-image-box .image-2 {
    max-width: 100%;
    right: 0;
    left: 0;
    text-align: center;
  }
  .about-image-box .image-2 img {
    max-width: 300px;
  }
  .about-image-box .play-btn {
    top: 30px;
    right: 30px;
  }
  .double-check-list {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .about-quote_text {
    font-size: 16px;
  }
  .about-quote_author {
    font-size: 20px;
  }
  .about-quote.mb-50, .about-quote.mb-60 {
    margin-bottom: 30px;
  }
  .img-box-style2 {
    max-width: 768px;
    width: 100%;
  }
  .img-box-style4 .image-2 {
    max-width: 120px;
  }
  .img-box-style4 .image-3 {
    max-width: 80px;
  }
  .img-box-style4 .image-4 {
    right: 0;
    max-width: 150px;
  }
  .img-box-style7 {
    max-width: 600px;
  }
  .img-box-style7 .img-1 {
    margin-left: 0;
  }
  .img-box-style7 .img-2 {
    max-width: 200px;
  }
  .img-box-style7 .shape-1 {
    bottom: 30%;
    width: 400px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .about-image-box {
    margin-right: 0;
  }
  .about-image-box .image-1 img {
    width: 100%;
  }
  .about-image-box .image-2 img {
    max-width: 80%;
  }
  .offer-counter li {
    margin-right: 0;
    min-width: 58px;
    min-height: 77px;
    font-size: 18px;
  }
  .offer-counter .count-name {
    font-size: 16px;
  }
  .img-box-style4 .image-2 {
    max-width: 80px;
  }
  .img-box-style4 .image-3 {
    max-width: 60px;
  }
  .img-box-style4 .image-4 {
    max-width: 100px;
  }
  .img-box-style7 .img-1 {
    margin-left: 15%;
  }
  .img-box-style7 .img-2 {
    right: 2%;
  }
  .img-box-style7 .shape-1 {
    bottom: 0;
    width: 600px;
    height: 600px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .img-box-style7 .img-1 {
    margin-left: 7%;
    max-width: 80%;
  }
  .img-box-style7 .img-2 {
    right: 0;
    max-width: 200px;
  }
  .img-box-style7 .shape-1 {
    bottom: 30%;
    width: 400px;
    height: 400px;
  }
  .img-box-style7 .shape-2 {
    max-width: 50px;
  }
  .img-box-style7 .shape-3 {
    max-width: 100px;
  }
  .img-box-style7 .shape-4 {
    max-width: 200px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .img-box-style7 .img-2 {
    max-width: 110px;
  }
  .img-box-style7 .shape-1 {
    bottom: 30%;
    width: 200px;
    height: 200px;
  }
}

/*------------------- 4.12. Service  -------------------*/
.service-grid {
  text-align: center;
  background-color: var(--white-color);
  padding: 30px;
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.03);
  border-radius: 15px;
  transition: all ease 0.4s;
  overflow: hidden;
  position: relative;
}

.service-grid:before {
  content: '';
  position: absolute;
  right: -100%;
  bottom: -100%;
  width: 300px;
  height: 300px;
  background-color: var(--theme-color2);
  border: 15px solid white;
  opacity: 0.5;
  border-radius: 50%;
  transition: all ease 0.4s;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.service-grid:hover {
  box-shadow: none;
  background-color: var(--theme-color);
}

.service-grid:hover:before {
  right: -200px;
  bottom: -200px;
}

.service-grid_icon {
  margin-bottom: 15px;
}

.service-grid_icon img {
  transition: all ease 0.4s;
  -webkit-filter: none;
          filter: none;
}

.service-grid_btn {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  width: var(--icon-size, 34px);
  height: var(--icon-size, 34px);
  line-height: var(--icon-size, 36px);
  margin-top: 7px;
}

.service-grid_btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.service-grid:hover .service-grid_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service-grid:hover .service-grid_title {
  color: var(--white-color);
}

.service-grid:hover .service-grid_btn:not(:hover) {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.service-card {
  transition: all ease 0.4s;
  background-color: var(--white-color);
  text-align: center;
  padding: 30px 30px 20px 30px;
  box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
  border-radius: 10px;
  transition: all ease 0.4s;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.service-card_icon {
  position: relative;
  width: var(--icon-size, 64px);
  height: var(--icon-size, 64px);
  line-height: var(--icon-size, 64px);
  text-align: center;
  border-radius: 10px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 18px;
  background-color: var(--white-color);
}

.service-card_icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
  visibility: visible;
  border: 1px solid var(--theme-color);
  border-radius: inherit;
  transition: all ease 0.4s;
}

.service-card_icon2 {
  position: absolute;
  right: -100%;
  bottom: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.service-card_title {
  margin-bottom: 5px;
}

.service-card_title a {
  transition: none;
}

.service-card_arrow, .service-card_title, .service-card_text {
  transition: all ease 0.3s;
}

.service-card_arrow {
  font-size: 24px;
  color: var(--title-color);
  line-height: 1;
}

.service-card_arrow:hover {
  color: var(--title-color);
}

.service-card:hover {
  background-color: var(--theme-color);
}

.service-card:hover .service-card_icon:before {
  opacity: 0;
  visibility: hidden;
}

.service-card:hover .service-card_arrow:not(:hover), .service-card:hover .service-card_text, .service-card:hover .service-card_title {
  color: var(--white-color);
}

.service-card:hover .service-card_icon2 {
  right: 5px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.service-box {
  background-color: var(--white-color);
  padding: 30px 30px 22px 30px;
  border: 1px dashed rgba(27, 33, 47, 0.08);
  border-radius: 10px;
  transition: all ease 0.4s;
}

.service-box_icon {
  margin-bottom: 18px;
}

.service-box_title {
  margin-bottom: 5px;
}

.service-box_text {
  margin-bottom: 0;
}

.service-box:hover {
  border-color: transparent;
  box-shadow: 5px 15px 60px rgba(28, 185, 200, 0.1);
}

.vs-cat-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vs-cat-box a {
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 1;
  background-color: transparent;
  position: relative;
  z-index: 1;
  color: var(--title-color);
  padding: 16px 25px;
  margin-bottom: 10px;
}

.vs-cat-box a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.05;
  z-index: -1;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  transition: all ease 0.4s;
}

.vs-cat-box a:hover {
  color: var(--white-color);
}

.vs-cat-box a:hover:before {
  opacity: 1;
  visibility: visible;
}

.vs-cat-box li:last-child a {
  margin-bottom: 0;
}

.vs-cat-box.download-cat a {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.vs-cat-box.download-cat a:hover {
  color: var(--white-color);
}

.appoinment-style2 {
  padding: 30px;
}

.appoinment-style2 .form-select,
.appoinment-style2 .form-control {
  border: 1px solid rgba(28, 185, 200, 0.25);
  border-radius: 5px;
  background-color: transparent;
  color: var(--title-color);
}

.appoinment-style2 .form-select::-webkit-input-placeholder,
.appoinment-style2 .form-control::-webkit-input-placeholder {
  color: var(--title-color);
}

.appoinment-style2 .form-select:-ms-input-placeholder,
.appoinment-style2 .form-control:-ms-input-placeholder {
  color: var(--title-color);
}

.appoinment-style2 .form-select::-ms-input-placeholder,
.appoinment-style2 .form-control::-ms-input-placeholder {
  color: var(--title-color);
}

.appoinment-style2 .form-select::placeholder,
.appoinment-style2 .form-control::placeholder {
  color: var(--title-color);
}

.appoinment-style2 .vs-btn {
  border-radius: 5px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-cat-box a {
    font-size: 18px;
    padding: 16px 30px;
  }
  .vs-cat-box.download-cat a {
    font-size: 16px;
  }
  .appoinment-style2 {
    padding: 30px 20px;
  }
}

/*------------------- 4.13. Accordion  -------------------*/
.accordion-button {
  box-shadow: none;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  color: var(--title-color);
}

.accordion-button:after {
  display: none;
}

.accordion-button:before {
  content: '\f107';
  font-family: var(--icon-font);
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 0.4s;
}

.accordion-button:not(.collapsed), .accordion-button:focus {
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: inherit;
}

.accordion-button:not(.collapsed):before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--theme-color);
}

.accordion-button:not(.collapsed) {
  color: var(--title-color);
}

.accordion-body {
  border: none;
  padding: 0;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-box {
  background-color: var(--white-color);
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.05);
  border-left: 5px solid var(--theme-color);
  padding: 17px 30px 12px 25px;
  margin-bottom: 30px;
}

.accordion-box .accordion-body,
.accordion-box .accordion-button {
  margin-bottom: 5px;
}

.accordion-card {
  box-shadow: 5px 12px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 24px 30px;
  background-color: var(--white-color);
  box-shadow: var(--theme-shadow);
}

.accordion-card .accordion-button {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.accordion-card .accordion-button:before {
  float: none;
  content: '\f067';
  left: 0;
  right: auto;
  position: relative;
  margin-right: 10px;
  font-size: 0.8em;
}

.accordion-card .accordion-button:not(.collapsed) {
  color: var(--theme-color);
}

.accordion-card .accordion-button:not(.collapsed):before {
  content: '\f068';
}

.accordion-card .accordion-body {
  margin-top: 13px;
}

/* Large devices */
@media (max-width: 1199px) {
  .accordion-card .accordion-button {
    font-size: 18px;
  }
  .accordion-card .accordion-body {
    margin-top: 7px;
  }
}

/*------------------- 4.14. Project  -------------------*/
.project-filter {
  overflow: hidden;
  position: relative;
}

.project-filter .project-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.project-filter .project-shape {
  position: absolute;
  top: var(--shape-gap, 30px);
  right: var(--shape-gap, 30px);
  bottom: var(--shape-gap, 30px);
  left: var(--shape-gap, 30px);
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.project-filter .project-shape:after, .project-filter .project-shape:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: var(--border-width, 4px);
  border-color: var(--theme-color) var(--theme-color) transparent transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all ease 0.6s;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.project-filter .project-shape:after {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  border-color: transparent transparent var(--theme-color) var(--theme-color);
}

.project-filter .project-title {
  font-family: var(--body-font);
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.project-filter .project-icon {
  font-size: 3em;
  margin-bottom: 16px;
  display: inline-block;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.project-filter .project-icon:hover {
  transition-delay: 0s !important;
}

.project-filter:hover .project-shape {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.project-filter:hover .project-shape::after, .project-filter:hover .project-shape::before {
  transition-delay: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.project-filter:hover .project-title,
.project-filter:hover .project-icon {
  -webkit-transform: translate(0);
          transform: translate(0);
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
}

.filter-menu button {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  border: 1px solid rgba(27, 33, 47, 0.2);
  color: var(--title-color);
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--body-font);
  padding: 16px 27px;
  margin: 0 8px 20px 8px;
}

.filter-menu button.active, .filter-menu button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.filter-menu-style2 {
  margin: 0 -5px -10px -5px;
}

.filter-menu-style2 button {
  border: none;
  background-color: #F2F2F3;
  color: var(--title-color);
  display: inline-block;
  border-radius: 999px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 17px 32px;
  margin: 0 4px 10px 4px;
}

.filter-menu-style2 button.active, .filter-menu-style2 button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project-card .project-shape {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  background-image: linear-gradient(to bottom, var(--theme-color) 0%, var(--theme-color2) 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
}

.project-card .project-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}

.project-card .project-shape,
.project-card .project-icon,
.project-card .project-degi,
.project-card .project-title {
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.project-card .project-title {
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.project-card .project-degi {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--white-color);
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.4s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.project-card .project-icon {
  display: inline-block;
  width: var(--icon-width, 60px);
  height: var(--icon-width, 60px);
  line-height: var(--icon-width, 60px);
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 50%;
  font-size: var(--icon-font-size, 24px);
  margin-bottom: 10px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.project-card .project-icon:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.project-card:hover .project-shape {
  opacity: 0.8;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.project-card:hover .project-degi,
.project-card:hover .project-icon,
.project-card:hover .project-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project-box {
  position: relative;
}

.project-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  background-image: linear-gradient(to top, var(--title-color) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: visible;
}

.project-box .project-degi {
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

.project-box .project-title {
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
}

.project-box .project-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  --gradient-angle: 180deg;
  border-radius: 50%;
  color: var(--white-color);
  text-align: center;
}

.project-box .project-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  background-color: var(--white-color);
  visibility: hidden;
  transition: all ease 0.4s;
  border-radius: inherit;
}

.project-box .project-icon:hover {
  color: var(--title-color);
}

.project-box .project-icon:hover:before {
  opacity: 1;
  visibility: visible;
}

.project-box .project-icon,
.project-box .project-title,
.project-box .project-degi {
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.project-box .project-body {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: all ease 0.4s;
  z-index: 1;
}

.project-box:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.project-box:hover .project-icon,
.project-box:hover .project-title,
.project-box:hover .project-degi {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.project-box:hover .project-title {
  transition-delay: 0.1s;
}

.project-box:hover .project-icon {
  transition-delay: 0.15s;
}

.project-info-box {
  padding: 30px;
  box-shadow: var(--theme-shadow);
  background-color: var(--white-color);
  border-radius: 5px;
}

.project-info-box .info-box-title {
  margin-bottom: 18px;
  margin-top: -0.35em;
}

@media (min-width: 1399px) {
  .project-info-box .info-box-title {
    font-size: 28px;
  }
}

.info-text {
  font-size: 16px;
  line-height: 1;
}

.info-text a {
  color: inherit;
}

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

.info-text .label {
  font-weight: 500;
  color: var(--title-color);
  display: inline-block;
  margin-right: 5px;
}

.project-details-tab {
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 15px;
}

.project-details-tab button {
  border: none;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--white-color);
  box-shadow: var(--theme-shadow);
  min-width: 240px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
}

.project-details-tab button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  transition: all ease 0.4s;
}

.project-details-tab button.active, .project-details-tab button:hover {
  color: var(--white-color);
}

.project-details-tab button.active:before, .project-details-tab button:hover:before {
  opacity: 1;
  visibility: visible;
}

.project-skill-area {
  padding: 30px;
  border: 1px solid var(--border-color);
}

.member-box {
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.member-box_body {
  padding: 28px 30px 30px 30px;
}

.member-box_links {
  margin-bottom: 30px;
}

.member-box_info .info-text {
  margin-bottom: 20px;
}

.member-box_info .info-text:last-child {
  margin-bottom: 0;
}

.member-box_name {
  margin-bottom: 10px;
  margin-top: -0.3em;
}

.hotline-box_title {
  margin-top: -0.3em;
}

.hotline-box_icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  color: var(--white-color);
  border-radius: 50%;
  margin-right: 15px;
}

.hotline-box_media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.hotline-box_label {
  font-size: 14px;
  display: block;
}

.hotline-box_number {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: var(--title-font);
  color: var(--title-color);
}

.hotline-box_number:hover {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .project-details-tab {
    -ms-flex-pack: start;
        justify-content: start;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .filter-menu button {
    padding: 11px 24px;
  }
  .member-box.mb-60 {
    margin-bottom: 40px;
  }
  .member-box_body {
    padding: 28px 20px 30px 20px;
  }
  .project-details-tab button {
    font-size: 16px;
    min-width: auto;
    padding: 16px 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .project-filter {
    --shape-gap: 15px;
  }
  .project-filter .project-icon {
    font-size: 2em;
    margin-bottom: 7px;
  }
  .project-filter .project-title {
    font-size: 16px;
  }
  .project-card {
    --icon-width: 40px;
    --icon-font-size: 16px;
  }
  .project-card .project-degi {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .project-box .project-body {
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
  .project-box .project-body .project-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .project-skill-area,
  .project-info-box {
    padding: 30px 20px;
  }
}

/*------------------- 4.15. Work Process  -------------------*/
.process-box {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  margin-bottom: 30px;
}

.process-box_content {
  position: relative;
  background-color: var(--title-color);
  text-align: center;
  width: var(--box-size, 164px);
  height: var(--box-size, 164px);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  margin: 12px;
}

.process-box_content:before {
  content: '';
  position: absolute;
  top: var(--border-gap, -12px);
  right: var(--border-gap, -12px);
  bottom: var(--border-gap, -12px);
  left: var(--border-gap, -12px);
  border: 2px dashed var(--title-color);
  opacity: 0.10;
  border-radius: inherit;
}

.process-box_number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: -12px;
  top: 15px;
}

.process-box_icon {
  margin-bottom: 23px;
}

.process-box_title {
  color: var(--white-color);
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1;
}

.process-box_line {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(40%) rotate(0);
          transform: translateX(40%) rotate(0);
}

.process-box_line img {
  max-width: 100vw;
}

.process-box:nth-child(even) .process-box_line {
  top: auto;
  bottom: 0;
  -webkit-transform: translateX(40%) rotateX(180deg);
          transform: translateX(40%) rotateX(180deg);
}

.process-box:last-child .process-box_line {
  display: none;
}

.process-clip {
  position: relative;
  text-align: center;
  z-index: 1;
  padding-bottom: 11px;
}

.process-clip .process-indicator {
  position: absolute;
  right: 0;
  top: 32%;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
}

.process-clip .process-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 12px;
  z-index: 3;
}

.process-clip .process-icon {
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}

.process-clip .process-title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--white-color);
  position: relative;
  z-index: 3;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.process-clip .process-body {
  position: relative;
  width: 200px;
  height: 180px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 15px 0 0 0;
  text-align: center;
}

.process-clip .process-body .clip-shape-2,
.process-clip .process-body .clip-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-clip-path: path("M 102.905 18.268 c 28.412 -37.588 97.208 3.111 97.208 58.371 A 100.057 100.057 0 0 1 0 76.639 C 0 21.379 74.493 55.857 102.905 18.268 Z");
          clip-path: path("M 102.905 18.268 c 28.412 -37.588 97.208 3.111 97.208 58.371 A 100.057 100.057 0 0 1 0 76.639 C 0 21.379 74.493 55.857 102.905 18.268 Z");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
}

.process-clip .process-body .clip-shape-2 {
  --gradient-angle: 180deg;
  top: -15px;
  left: -17px;
  z-index: 1;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  -webkit-clip-path: path("M 113.09 152.2 c 46.049 66.8 96.13 10.181 96.13 -47.593 A 104.61 104.61 0 1 0 0 104.61 C 0 162.384 67.042 85.4 113.09 152.2 Z");
          clip-path: path("M 113.09 152.2 c 46.049 66.8 96.13 10.181 96.13 -47.593 A 104.61 104.61 0 1 0 0 104.61 C 0 162.384 67.042 85.4 113.09 152.2 Z");
}

.process-clip:last-child .process-indicator {
  display: none;
}

.process-grid {
  position: relative;
}

.process-grid .process-shape:after,
.process-grid .process-shape:before,
.process-grid .process-body:before,
.process-grid .process-title,
.process-grid .process-icon img {
  position: relative;
  transition: all ease 0.4s;
}

.process-grid .process-shape:after, .process-grid .process-shape:before {
  content: '';
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.08;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.process-grid .process-number {
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
  height: 53px;
  line-height: 48px;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: 50%;
  border: 2px solid var(--white-color);
  font-family: var(--body-font);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  z-index: 3;
}

.process-grid .process-title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 0;
  z-index: 3;
}

.process-grid .process-icon {
  margin-bottom: 16px;
  z-index: 3;
}

.process-grid .process-body {
  position: relative;
  width: 220px;
  height: 220px;
  text-align: center;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.process-grid .process-body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  opacity: 0.10;
  border-radius: inherit;
}

.process-grid .process-indicator {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(128%, -50%);
          transform: translate(128%, -50%);
}

.process-grid:last-child .process-indicator {
  display: none;
}

.process-grid:hover .process-title {
  color: var(--white-color);
}

.process-grid:hover .process-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.process-grid:hover .process-shape:before {
  -webkit-transform: scale(0.89);
          transform: scale(0.89);
}

.process-grid:hover .process-shape:after {
  transition-delay: 0.1s;
  -webkit-transform: scale(0.79);
          transform: scale(0.79);
}

.process-grid:hover .process-body::before {
  opacity: 1;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .process-box {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .process-box_line img {
    max-width: 225px;
  }
  .process-grid .process-indicator,
  .process-clip .process-indicator {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .process-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .process-box_line {
    display: none;
  }
  .process-grid .process-body {
    width: 200px;
    height: 200px;
  }
}

/*------------------- 4.16. Testimonial   -------------------*/
.testi-box {
  position: relative;
  padding: 50px 50px 100px 50px;
  background-color: var(--white-color);
}

.testi-box_title_area {
  max-width: 500px;
}

.testi-box_wrap {
  box-shadow: var(--theme-shadow);
}

.testi-box_rating {
  color: #E7E8E9;
}

.testi-box_author {
  margin-bottom: 3px;
  font-size: 26px;
  margin-top: -0.2em;
}

.testi-box_degi {
  font-weight: 500;
}

.testi-box_text {
  border-left: 2px solid var(--theme-color);
  line-height: 32px;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 25px;
  margin-top: 23px;
}

.testi-box_quote {
  position: absolute;
  right: 50px;
  bottom: 45px;
}

.testi-box_thumb .slick-arrow {
  bottom: 30px;
  right: 30px;
  left: auto;
  top: auto;
  margin: 0;
}

.testi-box_thumb .slick-arrow.slick-prev {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-bottom: 10px;
}

.testi-grid {
  background-color: var(--white-color);
  padding: 35px 40px 40px 40px;
  box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
  margin: 30px 0;
}

.testi-grid_rating {
  font-size: 18px;
  margin-bottom: 10px;
}

.testi-grid_rating i {
  margin-right: 3px;
}

.testi-grid_text {
  line-height: 32px;
  margin-bottom: 25px;
}

.testi-grid_author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}

.testi-grid_author .avater {
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50%;
}

.testi-grid_author .name {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 7px;
}

@media (max-width: 1920px) {
  .testi-grid_wrap {
    margin-right: -190px;
    margin-top: -30px;
  }
}

.testi-card {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
}

.testi-card_body {
  position: relative;
  background-color: var(--white-color);
  padding: 26px 35px 25px 35px;
  box-shadow: 0 15px 20px rgba(27, 33, 47, 0.03);
  margin-bottom: 35px;
}

.testi-card_body:before {
  content: '';
  position: absolute;
  left: 70px;
  bottom: -9px;
  height: 18px;
  width: 18px;
  background-color: var(--white-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 5px 10px 60px rgba(27, 33, 47, 0.08);
}

.testi-card_author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.testi-card_author .name {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.testi-card_author .degi {
  font-size: 14px;
  vertical-align: bottom;
  top: 2px;
  position: relative;
}

.testi-card_rating {
  margin-bottom: 11px;
}

.testi-card_rating i {
  margin-right: 2px;
}

.testi-card_text {
  font-style: italic;
  line-height: 32px;
  margin-bottom: 0;
}

.testi-card .avater {
  margin-left: 35px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 5px 15px 60px rgba(28, 185, 200, 0.15);
}

.testi-card .avater img {
  border-radius: 50%;
  width: 100%;
}

.testi-card_wrap {
  margin-top: -30px;
  margin-bottom: -30px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .testi-grid_wrap {
    margin-right: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .testi-box {
    padding: 30px 50px 33px 50px;
  }
  .testi-box_quote {
    right: 25px;
    bottom: 25px;
    opacity: 0.2;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-box {
    padding: 30px 30px 33px 30px;
  }
  .testi-grid {
    padding: 25px 30px 30px 30px;
  }
  .testi-grid_author .name {
    font-size: 18px;
    margin-bottom: 0;
  }
  .testi-grid_author .degi {
    font-size: 14px;
  }
  .testi-grid_author .avater {
    margin-right: 15px;
    width: 60px;
  }
  .testi-grid_text {
    line-height: 30px;
    margin-bottom: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-box {
    padding: 30px 20px 33px 20px;
  }
}

/*------------------- 4.17. Team   -------------------*/
.team-card {
  text-align: center;
}

.team-card_img {
  width: var(--img-size, 220px);
  height: var(--img-size, 220px);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.team-card_img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  --gradient-angle: 180deg;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  border-radius: inherit;
}

.team-card_img img {
  width: 100%;
}

.team-card_body {
  background-color: rgba(27, 33, 47, 0.03);
  margin-top: calc((var(--img-size, 220px) + 20.5px) / -2);
  padding: calc((var(--img-size, 220px) / 2) + 20px) 10px 30px 10px;
  transition: all ease 0.4s;
}

.team-card_title {
  font-size: 26px;
  margin-bottom: 7px;
}

.team-card_degi {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.team-card_links {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  margin-top: 50px;
}

.team-card_links a {
  display: inline-block;
  text-align: center;
  width: var(--links-size, 40px);
  height: var(--links-size, 40px);
  line-height: var(--links-size, 40px);
  font-size: var(--links-font-size, 18px);
  background-color: var(--white-color);
  border-radius: 50%;
  margin: 0 3px;
}

.team-card_links a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

.team-card:hover .team-card_img:before {
  opacity: 0.70;
  visibility: visible;
}

.team-card:hover .team-card_body {
  box-shadow: 0px 3px 40px rgba(27, 33, 47, 0.1);
  background-color: var(--white-color);
}

.team-card:hover .team-card_links {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .team-card {
    --img-size: 180px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .team-card {
    --img-size: 200px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .team-card_title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .team-card_degi {
    font-size: 14px;
  }
}

/*------------------- 4.18. Price  -------------------*/
.price-tab-menu {
  border-radius: 9999px;
  overflow: hidden;
  padding: 5px;
}

.price-tab-menu button {
  border: none;
  background-color: transparent;
  position: relative;
  color: var(--title-color);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: inherit;
  padding: 17px 29px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.price-tab-menu button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  transition: all ease 0.4s;
}

.price-tab-menu button.active {
  color: var(--white-color);
}

.price-tab-menu button.active:before {
  opacity: 1;
  visibility: visible;
}

.price-card {
  text-align: center;
  padding: 36px 25px 40px 25px;
  box-shadow: none;
  transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 15px 60px rgba(15, 22, 40, 0.05);
}

.price-card_icon {
  width: var(--icon-size, 140px);
  height: var(--icon-size, 140px);
  line-height: var(--icon-size, 140px);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.price-card_icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: 0;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.price-card_title {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 36px;
}

.price-card_text {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 18px;
}

.price-card_price {
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 40px;
  margin-top: 14px;
  padding-bottom: 26px;
  margin-bottom: 22px;
  color: var(--title-color);
  border-bottom: 1px solid rgba(15, 22, 40, 0.1);
}

.price-card_list {
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto 37px auto;
  padding: 0;
  color: #505050;
  text-align: left;
  max-width: 325px;
  list-style-type: none;
}

.price-card_list li {
  margin-bottom: 14px;
}

.price-card_list li:last-child {
  margin-bottom: 0;
}

.price-card_list li > i {
  color: var(--theme-color);
  margin-right: 8px;
}

.price-card_label {
  background-color: var(--label-bg, #FF723A);
  color: var(--white-color);
  font-size: 16px;
  font-family: var(--title-font);
  text-align: center;
  line-height: 1;
  font-weight: 700;
  padding: 7px 0;
  min-width: 170px;
  position: absolute;
  left: -45px;
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.price-card .vs-btn {
  border: 2px solid var(--theme-color);
  background-color: var(--white-color);
  color: var(--title-color);
  background-image: none;
  letter-spacing: 0.12em;
  width: 200px;
  height: 60px;
  padding: 0;
  line-height: 58px;
}

.price-card .vs-btn:before {
  display: none;
}

.price-card .vs-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

/* Large devices */
@media (max-width: 1199px) {
  .price-card_title {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .price-card_text {
    font-size: 14px;
  }
  .price-card_price {
    font-size: 30px;
  }
  .price-card_list {
    font-size: 16px;
    margin: 0 auto 30px auto;
  }
  .price-card_list li {
    margin-bottom: 10px;
  }
}

/*------------------- 4.19. Contact  -------------------*/
@media (min-width: 1700px) {
  .contact-box-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .contact-box-img img {
    display: block;
    max-width: 200%;
  }
}

.info-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px;
  background-color: var(--white-color);
  box-shadow: var(--theme-shadow);
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.info-media_icon {
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  margin-right: 20px;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  color: var(--white-color);
  text-align: center;
  font-size: var(--icon-font-size, 22px);
  border-radius: 50%;
  display: inline-block;
}

.info-media_text {
  color: var(--title-color);
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 30px;
}

.info-media_text:last-child {
  margin-bottom: 0;
}

.info-media_text a {
  color: inherit;
}

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

.google-map-wrap {
  margin-bottom: -81.5px;
}

.google-map-wrap iframe {
  width: 100%;
}

.appointment-form {
  padding: 30px;
}

.appointment-form .form-select,
.appointment-form .form-control {
  border: 1px solid rgba(28, 185, 200, 0.25);
  height: 50px;
  border-radius: 5px;
  color: var(--body-color);
  padding-left: 20px;
}

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

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

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

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

.appointment-form .vs-btn {
  border-radius: 5px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .info-media {
    padding: 30px;
    border-radius: 7px;
    --icon-size: 45px;
    --icon-font-size: 18px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .google-map-wrap {
    margin-bottom: 40px;
  }
  .info-media {
    display: block;
    text-align: center;
  }
  .info-media_icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .info-media_text {
    font-size: 16px;
    line-height: 28px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .info-media {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .appointment-form {
    padding: 30px 15px;
  }
}

/*------------------- 4.20. Sidemenu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 60px 60px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 60px;
  --widget-padding-x: 0.1px;
}

.sidemenu-wrapper .widget .footer-about_text, .sidemenu-wrapper .widget .footer-about_logo {
  margin-bottom: 25px;
}

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

/* Small devices */
@media (max-width: 767px) {
  .sidemenu-wrapper .closeButton {
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
    max-width: 300px;
    padding: 30px 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------- 4.22. Wocommerce  -------------------*/
.vs-checkout-wrapper .woocommerce-form-login,
.vs-checkout-wrapper form.checkout_coupon.woocommerce-form-coupon {
  background-color: var(--smoke-color);
  padding: 30px;
  margin-bottom: 40px;
}

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

.vs-checkout-wrapper .woocommerce-form-login .form-group input,
.vs-checkout-wrapper form.checkout_coupon.woocommerce-form-coupon .form-group input {
  margin-bottom: 0;
}

.vs-checkout-wrapper div:nth-last-child(2) {
  margin-bottom: 0;
}

.vs-sort-bar .icon-btn {
  margin-right: 10px;
}

.vs-sort-bar .icon-btn:last-child {
  margin-right: 0;
}

.vs-sort-bar select {
  height: 45px;
  border-width: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  color: var(--title-color);
  padding-right: 30px;
  padding-left: 20px;
  font-size: 14px;
  margin: 0;
}

.vs-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
}

.vs-sort-bar p.woocommerce-result-count {
  margin-bottom: 0;
  color: var(--title-color);
}

.vs-checkout-wrapper .border-light {
  border: 1px solid #eaf0f2 !important;
}

.vs-checkout-wrapper p.form-row {
  margin-bottom: 0;
}

.woosc-btn.woosc-btn-added:before {
  margin-right: 0;
}

.woosc-btn.woosc-btn-added i {
  display: none;
}

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

.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-checkout .row:not([class*=gx-]) {
  --bs-gutter-x: 30px;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout .form-control {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout .shipping_address {
  display: none;
}

.woocommerce-checkout .select2-container {
  margin-bottom: calc(var(--bs-gutter-x) + 0.26rem);
}

.login-tab {
  margin-bottom: 30px;
  -ms-flex-pack: center;
      justify-content: center;
}

.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}

.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

#ship-to-different-address {
  margin-bottom: 11px;
}

#ship-to-different-address label {
  color: var(--title-color);
}

#ship-to-different-address label:before {
  left: 0;
  right: auto;
  top: 6px;
}

.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: #ecf0f1;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 27px 15px;
}

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

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}

.cart_table .product-quantity {
  color: var(--title-color);
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}

.cart_table .cart-productname {
  font-weight: 600;
  font-family: var(--title-font);
  color: inherit;
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color);
}

.cart_table .remove {
  color: #29af8a;
  font-size: 18px;
}

.cart_table .quantity {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.cart_table .qut-btn {
  border: 2px solid var(--smoke-color);
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 4px;
}

.cart_table .qut-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  /* Firefox */
}

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

.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}

.cart_table .actions {
  text-align: right;
}

.cart_table .actions > .vs-btn {
  vertical-align: middle;
  margin-right: 15px;
  text-transform: capitalize;
}

.cart_table .actions > .vs-btn:last-child {
  margin-right: 0;
}

.cart_table .actions a.vs-btn {
  margin-right: 0;
}

.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.cart_table .vs-cart-coupon input {
  height: 50px;
  width: calc(100% - 200px);
  margin-right: 10px;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form {
  display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .vs-btn {
  padding: 5px 30px;
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: #1abc9c;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: #29af8a;
}

.checkout-ordertable input[type="hidden"] ~ label {
  color: #29af8a;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
}

.woocommerce-checkout-payment span.custom-checkbox {
  display: inline-block;
  margin-bottom: 9px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.woocommerce-checkout-payment label {
  color: #34495e;
}

.woocommerce-checkout-payment label img {
  margin-left: 30px;
  float: right;
  position: relative;
  top: -2.5px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 4px;
  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: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: #fff;
  padding: 0 20px;
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.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: 700;
  font-family: var(--title-font);
}

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

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list.group_table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 10px;
}

table.variations td,
.woocommerce-grouped-product-list.group_table td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list.group_table td:first-child {
  padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list.group_table label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list.group_table label a {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
}

table.variations label a:hover,
.woocommerce-grouped-product-list.group_table label a:hover {
  color: var(--theme-color);
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}

table.variations {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

table.variations td {
  padding: 0;
}

table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}

table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

#woosq-popup .product_title.entry-title {
  margin-bottom: 0;
  font-size: 28px;
}

.woocommerce-variation.single_variation {
  margin-bottom: 17px;
}

.tinv-wishlist table input {
  display: block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}

.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_title.entry-title {
  margin-bottom: 0;
}

#woosq-popup .woocommerce-grouped-product-list .product {
  -ms-flex-align: center;
      align-items: center;
}

#woosq-popup .fs-xs.my-4 {
  margin: 10px 0 0 0 !important;
}

#woosq-popup .single-product .product {
  margin-bottom: 0.5rem !important;
}

#woosq-popup .slick-slider .slick-arrow {
  border: none;
  margin: 0 10px;
}

#woosq-popup .woocommerce-product-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 3px;
  font-size: 14px;
}

table.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

table.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}

table.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}

table.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table .actions {
    text-align: left;
  }
  .cart_table .actions .vs-btn {
    padding: 10px 15px;
  }
  .cart_table .vs-cart-coupon {
    width: 350px;
    max-width: 100%;
  }
  .cart_table .qty-input {
    margin: 0 2px;
  }
  .cart_table td:before,
  .cart_table th {
    padding: 9px 10px;
    font-size: 13px;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-sort-bar p.woocommerce-result-count {
    margin-bottom: 20px;
  }
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .vs-btn {
    margin-top: 10px;
    margin-right: 0;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .cart_table .vs-cart-coupon input {
    width: calc(100% - 150px);
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 15px;
  }
  .tinv-wishlist table input[type=checkbox] {
    margin-left: auto;
    margin-right: auto;
  }
}

table.shop_table thead tr th {
  border-bottom: none;
}

/* Extra small devices */
@media (max-width: 575px) {
  .cart_table .vs-cart-coupon {
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce-checkout-payment label img {
    margin-left: 10px;
    float: none;
    max-width: 150px;
  }
}

/*------------------- 4.23. Products  -------------------*/
.product-card {
  position: relative;
  margin-bottom: 20px;
}

.product-card .tinvwl_add_to_wishlist-text {
  display: none;
}

.product-card .discount {
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 0 10px 10px 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  padding: 1px 12px;
  z-index: 3;
}

.product-card .discount:empty {
  display: none;
}

.product-card .product-img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.product-card .product-img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  --gradient-angle: to top;
  background-image: linear-gradient(var(--gradient-angle, 90deg), var(--theme-color) 0%, var(--theme-color2) 100%);
  transition: all ease 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.product-card .product-img img {
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}

.product-card .star-rating {
  margin-bottom: 10px;
}

.product-card .product-title {
  margin-bottom: 5px;
}

.product-card .price {
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.product-card .price del {
  margin-right: 10px;
  color: var(--body-color);
  font-size: 16px;
  color: #707070;
}

.product-card .price del:empty {
  display: none;
}

.product-card .actions {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -20px;
  transition: all ease 0.4s;
  z-index: 3;
}

.product-card .actions > * {
  margin: 0 3px;
}

.product-card .actions .tinv-wishlist {
  display: inline-block;
}

.product-card .actions .tinv-wishlist .tinvwl_add_to_wishlist-text {
  display: none;
}

.product-card .actions .tinv-wishlist .tinvwl_add_to_wishlist_button {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--white-color);
  line-height: 48px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: var(--theme-color);
}

.product-card .actions .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
  margin-right: 0 !important;
  font-size: 20px !important;
  vertical-align: middle !important;
}

.product-card .actions .tinv-wishlist .tinvwl_add_to_wishlist_button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.product-card:hover .actions {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.product-card:hover .product-img::before {
  opacity: 0.2;
  visibility: visible;
}

.product-card:hover .product-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product-cat-tab button {
  margin-right: 10px;
}

.cart_table .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
  padding-left: 19px;
  font-family: var(--theme-font);
  color: var(--body-color);
}

.cart_table .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.vs-product-box1 .cart-button.added {
  display: none;
}

.vs-product-box1 .tinvwl_add_to_wishlist-text {
  display: none;
}

.vs-product-box1 a.wooscp-btn.woosc-added:before {
  margin-right: 0;
}

.vs-product-box1 a.wooscp-btn.woosc-added i {
  display: none;
}

.vs-product-box1 .added_to_cart.wc-forward {
  display: inline-block;
  font-size: 0;
  position: relative;
}

.vs-product-box1 .added_to_cart.wc-forward:before {
  content: '\f07a';
  font-family: var(--icon-font);
  font-size: 12px;
  font-weight: 700;
}

.vs-product-box1 .star-rating {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 90px;
}

.vs-product-box1 del {
  font-size: 0.8rem;
  margin-left: 4px;
}

.vs-product-box1 .tinv-wishlist {
  display: inline-block;
}

.vs-product-box1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.vs-product-box1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:after {
  content: '\f004';
  font-family: var(--icon-font);
  display: inline-block !important;
  font-weight: 300;
}

.vs-product-box1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.inited-add-wishlist:after {
  font-weight: 700;
}

.checkout-ordertable {
  text-align: left;
}

.checkout-ordertable td {
  text-align: right;
  padding-right: 20px;
}

.checkout-ordertable th {
  padding-left: 20px;
}

.checkout-ordertable td,
.checkout-ordertable th {
  border: 1px solid #f3f3f3;
}

.checkout-ordertable tr:first-child td,
.checkout-ordertable tr:first-child th {
  border-top: none;
}

.shop-details .product-content div:empty {
  display: none;
}

.shop-details .product-content > p.price {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 22px;
  color: var(--title-color);
  margin-top: -0.4em;
}

.shop-details .woocommerce-variation-price {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.woocommerce-checkout-payment {
  text-align: left;
}

.payment_method_paypal label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
}

.payment_method_paypal label img {
  -ms-flex-order: 2;
      order: 2;
  max-width: 100px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-left: auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .checkout-ordertable th {
    display: none;
  }
  .checkout-ordertable tr:first-child td,
  .checkout-ordertable tr:first-child th {
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
  }
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 31px;
  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: 74px;
  line-height: 60px;
  margin-right: 23px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.product-tag2,
.product-tag1 {
  background-color: var(--theme-color);
  color: var(--white-color);
  text-transform: capitalize;
  display: inline-block;
  position: absolute;
  min-width: 60px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  z-index: 2;
}

#more_seller_product .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 0 var(--bs-gutter-x);
}

#more_seller_product .row > * {
  padding-left: 0;
  padding-right: 0;
}

.vs-product-box1 {
  text-align: center;
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 30px;
  box-shadow: none;
  transition: all ease 0.4s;
}

.vs-product-box1 .product-img {
  border: 1px solid var(--smoke-color);
  border-bottom: none;
  transition: all ease 0.4s;
}

.vs-product-box1 a {
  color: inherit;
}

.vs-product-box1 a:hover {
  color: var(--theme-color);
}

.vs-product-box1 .product-content {
  padding: 20px 0;
  background-color: var(--smoke-color);
  position: relative;
}

.vs-product-box1 .product-tag1 {
  left: -40px;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.vs-product-box1 .product-tag2 {
  right: 0;
  top: 10px;
}

.vs-product-box1 .actions-btn {
  background-color: var(--white-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0px 7px 65px 0px rgba(163, 163, 163, 0.2);
  border-radius: 9999px;
  padding: 3px;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: -19px;
  margin-top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.vs-product-box1 .actions-btn a.add_to_cart_button.added {
  display: none;
}

.vs-product-box1 .actions-btn a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 50%;
}

.vs-product-box1 .actions-btn a:hover {
  background-color: var(--body-color);
  color: var(--white-color);
}

.vs-product-box1 .actions-btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  margin-right: 0 !important;
  font-size: 17px;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
}

.vs-product-box1 .base {
  background-color: white;
  position: absolute;
  left: 737px;
  top: 3837px;
  width: 120px;
  height: 28px;
  z-index: 249;
}

.vs-product-box1 .price {
  font-size: 14px;
}

.vs-product-box1:hover {
  box-shadow: 0px 7px 65px 0px rgba(163, 163, 163, 0.2);
}

.vs-product-box1:hover .product-img {
  border-color: transparent;
}

.vs-product-box1:hover .actions-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  #more_seller_product .row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 15px;
    padding-right: 25px;
  }
  .vs-checkout-wrapper .woocommerce-form-login,
  .vs-checkout-wrapper form.checkout_coupon.woocommerce-form-coupon {
    padding: 30px 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  #more_seller_product .row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.vs-product-box2 {
  margin-bottom: 30px;
  position: relative;
}

.vs-product-box2.has-border {
  border: 1px solid var(--smoke-color);
}

.vs-product-box2 .product-img {
  width: 100%;
  max-width: 170px;
}

.vs-product-box2 .star-rating {
  margin-top: 5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.vs-product-box2 a {
  color: inherit;
}

.vs-product-box2 a:hover {
  color: var(--theme-color);
}

.vs-product-box2 a.add_to_cart_button.added {
  display: none;
}

.vs-product-box2 .product-content {
  background-color: var(--smoke-color);
  -ms-flex: 1;
      flex: 1;
  padding: 35px 30px;
}

.vs-product-box2 .product-tag1 {
  right: 0;
  top: 5px;
  font-size: 14px;
}

.vs-flash-sale .vs-product-box2 {
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-product-box2.d-xl-flex {
    text-align: center;
  }
  .vs-product-box2.d-xl-flex .product-img {
    max-width: 100%;
  }
  .vs-product-box2.d-xl-flex .star-rating {
    margin-left: auto;
    margin-right: auto;
    width: 96px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-product-box2 {
    text-align: center;
  }
  .vs-product-box2 .product-img {
    max-width: 100%;
    background-color: var(--white-color);
  }
  .vs-product-box2 .product-content {
    padding: 20px 0;
  }
}

.product-big-img {
  border: 1px solid var(--smoke-color);
}

.product-big-img .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  margin-bottom: 0;
}

.product-thumb-img .thumb {
  width: 150px;
  border: 1px solid var(--smoke-color);
}

.quantity.style2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.quantity.style2 input {
  width: 75px;
  height: 50px;
  text-align: center;
  border: 1px solid var(--smoke-color);
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 600;
  font-size: 18px;
  padding-left: 0;
  padding-right: 30px;
  /* Firefox */
}

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

.quantity.style2 input[type=number] {
  -moz-appearance: textfield;
}

.quantity.style2 .qut-btn {
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  color: #e6d6d6;
  top: 8px;
  font-size: 14px;
}

.quantity.style2 .qut-btn.quantity-minus {
  top: 26px;
}

.quantity.style2 .qut-btn:hover {
  color: var(--theme-color);
}

.related-products > h3 {
  margin-bottom: 35px;
}

.product_meta {
  color: var(--title-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--title-font);
}

.product_meta > span {
  display: block;
  margin-bottom: 3px;
}

.product_meta > span:last-child {
  margin-bottom: 0;
}

.product_meta > span a {
  color: inherit;
}

.product_meta > span a:hover {
  color: var(--theme-color);
}

.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  margin-right: 3px;
  font-family: var(--body-font);
  color: #9d9d9d;
  font-weight: 500;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 5px;
}

.product_meta > span > a:last-child,
.product_meta > span > span:last-child {
  margin-right: 0;
}

.product_meta > span > a:hover {
  color: var(--theme-color);
}

.product-tab-style1 {
  border-bottom: 1px solid #f7f3f3;
  margin-top: 50px;
}

.product-tab-style1 a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 20px 10px 20px;
  font-family: var(--title-font);
}

.product-tab-style1 a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}

.product-tab-style1 a.active:before {
  width: 100%;
}

.form-group.rating-select {
  margin-bottom: 10px;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-inner-list li {
  position: relative;
  padding-left: 15px;
}

.product-inner-list li:before {
  content: '-';
  position: absolute;
  left: 0;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-bottom-80 {
  padding-bottom: 80px;
}

.space-bottom-70 {
  padding-bottom: 70px;
}

/* 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-negative,
  .space-negative-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-negative,
  .space-negative-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-top-100 {
    padding-top: 60px;
  }
  .space-bottom-80 {
    padding-bottom: 40px;
  }
  .space-bottom-70 {
    padding-bottom: 30px;
  }
}

/*=================================
    00. Wordpress Default
==================================*/
p.has-drop-cap {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-caption .wp-caption-text {
  margin: .5em 0;
  font-size: 14px;
}

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

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

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

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

.wp-block-button {
  margin-bottom: 10px;
}

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

.wp-block-button .wp-block-button__link {
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

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

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

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

ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}

ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}

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

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

.comment-content table td,
.comment-content table th {
  border: 1px solid var(--border-color);
}

.comment-content table th {
  color: var(--title-color);
  font-weight: 400;
}

.type-page table th,
.vs-blog table th {
  color: var(--title-color);
  font-weight: 400;
}

.type-page table th,
.type-page table td,
.vs-blog table th,
.vs-blog table td {
  border: 1px solid #e3e6e9;
}

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

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

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

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

.wp-block-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}

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

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

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

.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}

.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;
  width: 40px;
  text-align: center;
}

.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.page-links span.screen-reader-text {
  display: none;
}

.blog-title {
  word-break: break-word;
}

.blog-single .blog-img {
  background-color: #e7fcff;
}

.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;
  background-color: #defcff;
  box-shadow: none;
}

.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  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(--theme-color);
  z-index: 1;
}

.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "Featured";
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
  border-radius: 10px;
}

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

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}

.blog-details .blog-single .blog-content {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}

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

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

.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

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

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

.vs-search .search-grid-title a {
  color: inherit;
}

.vs-search .search-grid-title a:hover {
  color: var(--theme-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.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote::before, .blog-single.format-link::before {
    font-size: 40px;
  }
}

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

@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
