@charset "UTF-8";
/*
Template Name: Energiso
Template URL: https://wordpress.vecurosoft.com/energiso/
Description: Energiso – Solar & Renewable Energy Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes/
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error  
    4.10. Contact
    4.11. About
    4.12. Counter
    4.13. Service
    4.14. CTA
    4.15. Package
    4.16. Project
    4.17. Brand
    4.18. Form
    4.19. Simple Section
    4.20. Gallery
    4.21. Testimonial
    4.22. Feature
    4.23. Accordion
    4.24. Team
    4.25. Process
    4.26. Popup Search
    4.27. Popup Side Menu
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #47AF34;
  --theme-color2: #FF741B;
  --secondary-color: #111330;
  --title-color: #000000;
  --body-color: #666666;
  --smoke-color: #EFF1F5;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E1E1E1;
  --title-font: "Epilogue", sans-serif;
  --body-font: "Epilogue", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

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

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

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

ins {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  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: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: none;
  height: 60px;
  padding-left: 28px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 60px;
  color: #fff;
  background-color: var(--theme-color2);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

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

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

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

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.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;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  border-color: transparent;
  position: relative;
  box-shadow: none;
  background-color: var(--smoke-color);
}
.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: 0;
  top: 0;
  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;
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}
.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}
.vs-search .search-grid-title a {
  color: inherit;
}
.vs-search .search-grid-title a:hover {
  color: var(--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 i {
  margin-right: 7px;
}
.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-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;
  }
}
/*=================================
    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);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 2.2. Grid -------------------*/
@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 26px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

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

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

@media (min-width: 1500px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input:not(.wc-block-price-filter__range-input):not([type=checkbox]) {
  height: 50px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid #E0E0E0;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:not(.wc-block-price-filter__range-input):not([type=checkbox]):focus {
  outline: 0;
  border-color: var(--theme-color);
  box-shadow: none;
  background-color: var(--white-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input:not(.wc-block-price-filter__range-input):not([type=checkbox])::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:not(.wc-block-price-filter__range-input):not([type=checkbox])::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:not(.wc-block-price-filter__range-input):not([type=checkbox]):-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input:not(.wc-block-price-filter__range-input):not([type=checkbox])::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

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

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

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

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

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

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

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.slick-track .col-auto {
  width: auto;
}

.row > .slick-list {
  padding-left: 0;
  padding-right: 0;
}

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

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0 30px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 60px;
  height: 10px;
  line-height: 0;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #D1D1D1;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
  /* Small devices */
}
@media (max-width: 767px) {
  .slick-dots button {
    width: 30px;
  }
}
.slick-dots button:hover {
  border-color: var(--theme-color2);
}
.slick-dots .slick-active button {
  background-color: var(--theme-color2);
  border-color: transparent;
}

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

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

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

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
  .slick-arrow {
    --pos-x: 10px;
    --icon-size: 35px;
    --icon-font-size: 14px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 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(71, 175, 52, 0.1);
}
.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
  max-width: 190px;
}
.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 i {
  line-height: inherit;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  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 .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.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 {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
}
.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: 99999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

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

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

@keyframes animloader {
  0% {
    background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  border: none;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 21.5px 40px;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.vs-btn:before, .vs-btn:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: var(--theme-color);
  transform: scale(0);
  z-index: -1;
  border-radius: inherit;
  transform-origin: right bottom;
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}
.vs-btn:before {
  transform-origin: left top;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before, .vs-btn:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.vs-btn.style4, .vs-btn.style3, .vs-btn.style2 {
  outline: 2px solid var(--theme-color2);
  outline-offset: -2px;
  background-color: transparent;
  color: var(--theme-color2);
}
.vs-btn.style4:hover, .vs-btn.style3:hover, .vs-btn.style2:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  outline-color: var(--theme-color2);
}
.vs-btn.style3 {
  outline-color: var(--white-color);
  color: var(--white-color);
}
.vs-btn.style4 {
  outline-color: var(--theme-color2);
  color: var(--title-color);
}

.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, #ffffff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  font-size: var(--btn-font-size, 16px);
  padding: 0;
  vertical-align: middle;
}
.icon-btn:focus {
  outline: none;
}
.icon-btn i {
  line-height: inherit;
}
.icon-btn.style2 {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  --btn-size: 62px;
  --btn-font-size: 22px;
  line-height: calc(var(--btn-size, 50px) - 1px);
}
.icon-btn.style2:hover {
  background-color: var(--theme-color2);
  border-color: transparent;
  color: var(--white-color);
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style3 {
  --btn-size: 60px;
  --btn-font-size: 20px;
  border: 2px solid var(--theme-color2);
  line-height: calc(var(--btn-size, 50px) - 2px);
}
.icon-btn.style3:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: transparent;
}

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

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

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

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

.bar-btn {
  border: none;
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: 25px;
  vertical-align: middle;
  background-color: transparent;
  width: 25px;
  height: 23px;
  position: relative;
  overflow: hidden;
}
.bar-btn .bar:after, .bar-btn .bar:before {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 0.4s;
  background-color: var(--title-color);
}
.bar-btn .bar:after {
  left: -140%;
  right: auto;
  background-color: var(--theme-color2);
}
.bar-btn .bar:nth-child(2):before, .bar-btn .bar:nth-child(2):after {
  top: 50%;
  margin-top: -1.5px;
  width: 17px;
}
.bar-btn .bar:nth-child(2):after {
  left: auto;
  right: -120%;
}
.bar-btn .bar:nth-child(3):after, .bar-btn .bar:nth-child(3):before {
  top: auto;
  bottom: 0;
}
.bar-btn:hover {
  color: var(--theme-color2);
}
.bar-btn:hover .bar:before {
  right: -120%;
}
.bar-btn:hover .bar:after {
  left: 0;
}
.bar-btn:hover .bar:nth-child(2):before {
  right: 120%;
}
.bar-btn:hover .bar:nth-child(2):after {
  left: auto;
  right: 0;
}
.bar-btn.style2 .bar:before {
  background-color: var(--white-color);
}
.bar-btn.style2:hover .bar:before {
  background-color: var(--theme-color2);
}

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

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .icon-btn.style2 {
    --btn-size: 50px;
    --btn-font-size: 18px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin: -0.2em 0 0 0;
}

.sec-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #999999;
  margin: -0.2em 0 20px 0;
  text-transform: uppercase;
}

.sub-title2 {
  color: var(--theme-color2);
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  margin: 0 0 3px 0;
  display: block;
}

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

.sec-shape {
  fill: var(--theme-color2);
}

.sec-icon {
  margin-bottom: 23px;
}

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

.border-title {
  margin: 0 0 30px 0;
  text-decoration: underline;
  text-decoration-color: var(--theme-color2);
  text-underline-offset: 4px;
}

.title-divider h2.elementor-heading-title {
  position: relative;
  padding-bottom: 15px;
}
.title-divider h2.elementor-heading-title:before, .title-divider h2.elementor-heading-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
}
.title-divider h2.elementor-heading-title:after {
  left: 45px;
  width: 10px;
  background-color: var(--theme-color2);
}

.title-area-two, .title-area-two.left {
  margin-bottom: 60px;
}
.title-area-two .sec-subtitle, .title-area-two.left .sec-subtitle {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
  padding: 8px 30px 6px;
  border-radius: 4px;
  background: rgba(71, 175, 52, 0.2);
  display: inline-block;
  margin-bottom: 23px;
}
.title-area-two .sec-title, .title-area-two.left .sec-title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--black-color);
  padding-bottom: 24px;
  /* Small devices */
}
@media (max-width: 767px) {
  .title-area-two .sec-title, .title-area-two.left .sec-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.title-area-two .sec-title::before, .title-area-two.left .sec-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 6px;
  border-radius: 20px;
  background-color: #d7ebd2;
}
.title-area-two .sec-title::after, .title-area-two.left .sec-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 20px;
  width: 30px;
  height: 8px;
  border-radius: 20px;
  background-color: var(--theme-color);
  transition: all 0.3s ease;
}
.title-area-two .sec-title:hover:after, .title-area-two.left .sec-title:hover:after {
  left: 150px;
}
.title-area-two p, .title-area-two.left p {
  line-height: 26px;
  margin-top: 27px;
}

.title-area-two.center .sec-title::before {
  left: 50%;
  transform: translateX(-50%);
}
.title-area-two.center .sec-title::after {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -55px;
}
.title-area-two.center .sec-title:hover:after {
  margin-left: 80px;
}

.title-area-two.right .sec-title::before {
  left: auto;
  transform: translateX(0%);
  right: 0px;
}
.title-area-two.right .sec-title::after {
  left: 100%;
  transform: translateX(-50%);
  margin-left: -55px;
}
.title-area-two.right .sec-title:hover:after {
  margin-left: -120px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area {
    margin-bottom: 40px;
  }
  .sec-title {
    font-size: 36px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.fa,
.far,
.fas {
  font-family: var(--icon-font) !important;
}

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

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

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

.vs-media {
  display: flex;
}

.media-body {
  flex: 1;
}

.elementor-image-gallery .gallery-item > div {
  overflow: hidden;
}
.elementor-image-gallery .gallery-item > div img {
  transition: all ease 0.4s;
  transform: scale(1.03);
}
.elementor-image-gallery .gallery-item > div:hover img {
  transform: scale(1.2);
}

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

.new-label {
  font-size: 12px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  line-height: 1;
  padding: 5px 5px 3px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 5px;
  animation: newlabel infinite 0.4s;
}

@keyframes newlabel {
  0% {
    background-color: var(--theme-color);
  }
  50% {
    background-color: var(--theme-color2);
  }
  100% {
    background-color: var(--theme-color);
  }
}
@media (max-width: 1550px) {
  .d-xxxl-block {
    display: block !important;
  }
}
.elementor-widget .gallery-item img {
  width: 100%;
}

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

/* Small devices */
@media (max-width: 767px) {
  p.fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !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-light-1 {
  background-color: #FAFAFA;
}

.bg-light-2 {
  background-color: #F7F7F7;
}

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

@media (min-width: 1025px) {
  .energiso-diff-bg {
    position: relative;
  }
  .energiso-diff-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.07);
    width: 9999px;
  }
}
@media (max-width: 1024px) {
  .gallery-responsive-view .gallery-columns-3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-responsive-view .gallery-columns-3 .gallery-item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .gallery-responsive-view .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-overlay=custom1]:before {
  background-color: #06071A;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.wc-block-product-categories-list ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-block-product-categories-list .menu-testing-menu-container > ul,
.wc-block-product-categories-list > ul,
.widget_nav_menu .menu-testing-menu-container > ul,
.widget_nav_menu > ul,
.widget_pages .menu-testing-menu-container > ul,
.widget_pages > ul,
.widget_archive .menu-testing-menu-container > ul,
.widget_archive > ul,
.widget_categories .menu-testing-menu-container > ul,
.widget_categories > ul {
  margin: 0 0 -10px 0;
}
.wc-block-product-categories-list a,
.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: #F8F8F8;
  padding: 21px 60px 19px 30px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--title-color);
  border-radius: 0;
}
.wc-block-product-categories-list a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.wc-block-product-categories-list li,
.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.wc-block-product-categories-list li > span,
.widget_nav_menu li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--white-color);
  color: var(--title-color);
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  border: 1px solid var(--theme-color2);
  transition: all ease 0.4s;
  border-radius: 0;
}
.wc-block-product-categories-list li:hover > span,
.widget_nav_menu li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.wc-block-product-categories-list .children,
.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.wc-block-product-categories-list {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style: none;
}

.widget_meta ul {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style-type: none;
}
.widget_meta li {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 11px;
  margin-bottom: 12px;
}
.widget_meta li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget_meta a {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  position: relative;
}
.widget_meta a:before {
  content: "\f0da";
  font-family: var(--icon-font);
  margin-right: 10px;
}
.widget_meta a:hover {
  color: var(--theme-color2);
}

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .widget_nav_menu a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    padding: 18px 50px 18px 20px;
    font-size: 14px;
  }
  .widget_nav_menu li > span,
  .widget_pages li > span,
  .widget_archive li > span,
  .widget_categories li > span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  border: 1px solid #E1E1E1;
  background-color: var(--white-color);
  position: relative;
  margin-bottom: -1px;
}

.blog-single .blog-content select,
.blog-single .blog-content input:not(.wc-block-price-filter__range-input),
.widget select,
.widget input:not(.wc-block-price-filter__range-input) {
  height: 60px;
  border: none;
  font-size: 16px;
  background-color: var(--input-bg, #f7f7f7);
}

.widgettitle,
.widget-title > h4,
.sidebar-area .widget h3.wp-block-heading,
.sidebar-area .wp-block-group__inner-container > h2,
.widget_search .wp-block-search__label:not(.screen-reader-text),
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.07em 0 28px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DFDFDF;
}
.widgettitle:before,
.widget-title > h4:before,
.sidebar-area .widget h3.wp-block-heading:before,
.sidebar-area .wp-block-group__inner-container > h2:before,
.widget_search .wp-block-search__label:not(.screen-reader-text):before,
.widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 1px;
  background-color: var(--theme-color2);
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  padding-right: 0;
  flex: 1;
  background-color: #F7F7F7;
  color: #646464;
  font-weight: 500;
  font-size: 14px;
}
.widget .search-form input::-moz-placeholder {
  color: #646464;
}
.widget .search-form input::-webkit-input-placeholder {
  color: #646464;
}
.widget .search-form input:-ms-input-placeholder {
  color: #646464;
}
.widget .search-form input::placeholder {
  color: #646464;
}
.widget .search-form button {
  height: 60px;
  width: 60px;
  line-height: 62px;
  border: none;
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-size: 20px;
  padding: 0;
}
.widget .search-form button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 20.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--title-color);
  background-color: #F6F6F6;
  border-radius: 9999px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color) !important;
}

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

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 95px;
  overflow: hidden;
}
.recent-post .media-img img {
  width: 100%;
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.recent-post .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 -0.1em 0;
}
.recent-post .post-title a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta {
  margin-bottom: 2px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color2);
}
.recent-post .recent-post-meta a i {
  margin-right: 10px;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.15);
}

.sidebar-info {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}
.sidebar-info i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 20px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  transition: all ease 0.4s;
}
.sidebar-info:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

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

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

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

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

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

.sidebar-area .wp-block-gallery figure.wp-block-image.size-large {
  overflow: hidden;
}
.sidebar-area .wp-block-gallery figure.wp-block-image.size-large img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.sidebar-area .wp-block-gallery figure.wp-block-image.size-large:hover img {
  transform: scale(1.15);
}
.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;
}

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widgettitle,
  .widget-title > h4,
  .sidebar-area .widget h3.wp-block-heading,
  .sidebar-area .wp-block-group__inner-container > h2,
  .widget_search .wp-block-search__label:not(.screen-reader-text),
  .widget_title {
    font-size: 20px;
  }
  .recent-post .media-img {
    width: 75px;
    margin-right: 15px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .post-title {
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .newsletter-form {
    display: block;
  }
  .newsletter-form input {
    margin-bottom: 15px;
    height: 60px;
  }
  .wp-block-search__inside-wrapper {
    display: block;
  }
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  border: none;
  font-size: 22px;
  padding: 0;
  margin: 0 0 30px 0;
}
.footer-widget .widget_title::before {
  display: none;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 50px;
}
.footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease 0.4s;
  height: 1px;
  background-color: var(--theme-color2);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  width: 100%;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .sidebar-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.footer-address {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  max-width: 340px;
}

.footer-menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-menu a {
  display: block;
  line-height: 1.3;
  color: var(--white-color);
  width: max-content;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
}
.footer-menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease 0.4s;
  height: 1px;
  background-color: var(--theme-color2);
}
.footer-menu a:after {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--icon-font);
  font-size: 12px;
}
.footer-menu a:hover {
  color: var(--theme-color);
}
.footer-menu a:hover:before {
  width: 100%;
}

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

.footer-text {
  max-width: 330px;
}

.footer-info {
  position: relative;
  margin: 0 0 10px 0;
  height: 40px;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 0 0 50px;
  max-width: 300px;
  font-weight: 500;
}
.footer-info:last-child {
  margin-bottom: 0;
}
.footer-info i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--white-color);
  position: absolute;
  left: 0;
  top: 48%;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
.footer-menu.v4 ul.menu {
  display: block;
}

.footer-blog4 .recent-post .recent-post-meta a,
.footer-blog4 .recent-post .post-title {
  color: var(--white-color);
}

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

.vs-logo img {
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .vs-logo img {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .vs-logo img {
    max-width: 220px;
  }
}

.header-logo h2 {
  padding: 20px 0;
}

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

.menu-hover1 > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: all ease 0.4s;
  background-color: var(--theme-color2);
}
.menu-hover1 > ul > li > a:hover {
  color: var(--title-color);
}
.menu-hover1 > ul > li > a:hover:before {
  width: 100%;
}

.menu-style1 > ul > li {
  padding: 47px 0;
}
.menu-style1 > ul > li > a {
  padding: 0;
}

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

.menu-style3 > ul > li {
  padding: 47px 0;
}
.menu-style3 > ul > li > a {
  padding: 0;
  color: var(--white-color);
}
.menu-style3 > ul > li > a:hover {
  color: var(--white-color);
}

.header-top-text {
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.header-top-text .shape {
  background-color: var(--theme-color);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
.header-top-text i {
  margin-right: 10px;
}

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

.header-social a {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #BBBBBB;
  color: #555555;
  line-height: 1;
  margin-right: 10px;
  padding-right: 15px;
}
.header-social a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header-social a:hover {
  color: var(--theme-color2);
}

.header-btns a,
.header-btns button {
  margin-right: 15px;
}
.header-btns a:last-child,
.header-btns button:last-child {
  margin-right: 0;
}

.header-media {
  display: flex;
}
.header-media .media-icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  transition: all ease 0.4s;
}
.header-media .media-icon img {
  filter: none;
  transition: all ease 0.4s;
}
.header-media .media-icon:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: transparent;
}
.header-media .media-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: var(--title-color);
  margin: 0 0 12px 0;
}
.header-media .media-info {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.header-media .media-info a {
  color: inherit;
}
.header-media .media-info a:hover {
  color: var(--theme-color2);
}
.header-media .media-body {
  align-self: center;
}
.header-media:hover .media-icon img {
  filter: brightness(0) invert(1);
}

.header-infos-wrap {
  background-color: var(--theme-color);
}
.header-infos-wrap:not([data-sec-pos]) {
  margin-bottom: -54px;
}

.header-info {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header-info .vs-media {
  padding: 28px 20px;
}
.header-info a {
  color: inherit;
}
.header-info a:hover {
  color: var(--theme-color2);
}

.info-box .vs-media,
.header-info .vs-media {
  align-items: center;
  justify-content: center;
}
.info-box .media-icon,
.header-info .media-icon {
  display: inline-block;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  background-color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color);
  margin-right: 15px;
}
.info-box .media-icon i,
.header-info .media-icon i {
  line-height: inherit;
}
.info-box .media-info,
.header-info .media-info {
  color: var(--white-color);
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  max-width: 250px;
}

.header-search {
  display: flex;
  width: 200px;
  max-width: 100%;
}
.header-search input {
  flex: 1;
  border: none;
  padding: 0 20px 0 20px;
  height: 50px;
  width: 100%;
  border-radius: 0;
  transition: all ease 0.4s;
  background-color: var(--smoke-color);
}
.header-search button {
  border: none;
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
}
.header-search button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-default .main-menu a {
  font-size: 16px;
}

.header-layout1 .header-top {
  padding: 16.5px 0;
  border-bottom: 1px solid #DDDDDD;
}

.header-layout2 .header-top {
  background-color: var(--theme-color);
  padding: 16.5px 0;
}
.header-layout2 .header-top-text {
  color: var(--white-color);
}
.header-layout2 .shape {
  background-color: var(--white-color);
}
.header-layout2 .header-social a {
  color: var(--white-color);
}
.header-layout2 .header-social a:hover {
  color: var(--theme-color2);
}
.header-layout2 .sticky-active:not(.active) {
  position: relative;
}
.header-layout2 .sticky-active.active .menu-area {
  background-color: var(--title-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.header-layout2 .menu-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.header-layout3 .header-top {
  padding: 16.5px 0;
  background-color: #F7F7F7;
}
.header-layout3 .header-middle {
  padding: 25px 0;
}
.header-layout3 .menu-area {
  position: relative;
  z-index: 1;
}
.header-layout3 .menu-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 45px;
  box-shadow: 0.79px 44.99px 54px 0 rgba(35, 31, 32, 0.06);
  z-index: -1;
}
.header-layout3 .menu-bg {
  position: absolute;
  left: 235px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
.header-layout3 .sticky-active.active {
  box-shadow: none;
  background-color: var(--theme-color);
}
.header-layout3 .sticky-active.active .menu-area:before {
  opacity: 0;
  visibility: hidden;
}

.header-bg-shape {
  position: relative;
}
.header-bg-shape:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout3 .menu-bg {
    left: 0;
  }
  .header-layout3 .menu-area:before {
    display: none;
  }
  .header-media .media-icon {
    width: 55px;
    height: 55px;
  }
  .header-media .media-icon img {
    max-width: 26px;
  }
  .header-layout2 .menu-area {
    position: relative;
    background-color: var(--title-color);
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 12px;
  }
  .header-default .main-menu a {
    font-size: 14px;
  }
  .header-default .main-menu > ul > li {
    margin: 0 8px;
  }
  .header-default .main-menu > ul > li:first-child {
    margin-left: 0;
  }
  .header-default .main-menu > ul > li:last-child {
    margin-right: 0;
  }
  .header-layout2 .btn-wrapper.right {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-info {
    display: block;
    --icon-size: 40px;
  }
  .header-info .media-info {
    font-size: 14px;
  }
  .header-default .col-auto:last-child {
    display: none;
  }
  .header-infos-wrap:not([data-sec-pos]) {
    margin-bottom: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-media .media-icon {
    width: 50px;
    height: 50px;
  }
  .header-layout3 .menu-area {
    padding: 10px 0;
  }
  .header-layout3 .header-middle {
    padding: 0 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-layout3 .vs-logo img {
    max-width: 140px;
  }
  .header-layout3 .header-media .media-title {
    font-size: 14px;
  }
  .header-layout3 .header-media .media-icon {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    margin-right: 15px;
    max-width: 15px;
  }
  .header-layout3 .header-media .media-info {
    font-size: 12px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 100px;
  padding-bottom: 40px;
}

.copyright-wrap {
  text-align: center;
  padding: 42px 0;
  position: relative;
  z-index: 2;
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  line-height: 20px;
  display: inline-block;
  margin-right: 25px;
}
.copyright-menu li:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0 24px 0 0;
}
.copyright-menu li:last-child {
  margin-right: 0;
}
.copyright-menu a {
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: uppercase;
}
.copyright-menu a:hover {
  color: var(--theme-color2);
}

.copyright-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.copyright-text a {
  color: var(--theme-color2);
}
.copyright-text a:hover {
  color: var(--theme-color2);
}
.copyright-text a.text-white {
  color: var(--theme-color2) !important;
}
.copyright-text a.text-white:hover {
  color: var(--theme-color) !important;
}

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

.footer-layout1 {
  --body-color: #c7c7c7;
  --title-color: #fff;
}

.footer-layout2 {
  --body-color: #fff;
  --title-color: #fff;
}
.footer-layout2 .footer-middle {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.footer-layout2 .copyright-wrap {
  background-color: #111330;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .copyright-text {
    font-size: 14px;
  }
}
.recent-post.v4 {
  margin-bottom: 28px;
  align-items: flex-start;
}
.recent-post.v4:hover .image {
  border-radius: 5px;
}
.recent-post.v4:hover .image img {
  transform: scale(1.1);
}
.recent-post.v4 .image {
  overflow: hidden;
  border-radius: 5px;
  width: 90px;
  flex: 0 0 90px;
}
.recent-post.v4 .image img {
  transition: all 0.3s ease;
}
.recent-post.v4 .content-box {
  margin-left: 21px;
}
.recent-post.v4 .content-box .title {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 26px;
}
.recent-post.v4 .content-box .title a {
  color: var(--white-color);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.recent-post.v4 .content-box .title a:hover {
  color: var(--theme-color2);
}
@media (max-width: 1199px) {
  .recent-post.v4 .content-box .title a {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .recent-post.v4 .content-box .title a {
    font-size: 23px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .recent-post.v4 .content-box .title a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .recent-post.v4 .content-box .title a {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post.v4 .content-box span {
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--white-color);
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: -0.35em 0 -0.35em 0;
  padding: 0;
  list-style-type: none;
  padding-top: 24px !important;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin: 0 10px 0 10px;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--white-color);
}

.breadcumb-title {
  font-size: 60px;
  color: var(--white-color);
  margin: -0.1em 0 -0.3em 0;
  line-height: 1.2;
}

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

.breadcumb-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: var(--title-color);
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 48px;
  }
  .breadcumb-subtitle {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 40px;
    margin: -0.15em 0 -0.4em 0;
  }
  .breadcumb-subtitle {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 36px;
  }
  .breadcumb-menu {
    padding-top: 20px !important;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
  .breadcumb-menu li:after {
    margin-left: 11px;
    margin-right: 9px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  text-align: center;
  margin-bottom: 30px;
}
.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;
  text-align: center;
  position: relative;
  border: none;
  font-family: var(--body-font);
  color: var(--title-color);
  background-color: #F5F5F5;
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-weight: 700;
  padding: 0;
  font-size: 16px;
  z-index: 1;
  border-radius: 50%;
  vertical-align: middle;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  box-shadow: none;
}

.post-pagination {
  border: 1px solid #E8E8E8;
  margin: 50px 0;
  box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
}

.post-pagi-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 29px 20px;
}
.post-pagi-box > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  color: var(--title-color);
  background-color: var(--smoke-color);
  border-radius: 50%;
}
.post-pagi-box > a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.post-pagi-box .pagi-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin: 4.5px 0 0 0;
  max-width: 250px;
  flex: 1;
}
.post-pagi-box .pagi-title a {
  color: inherit;
}
.post-pagi-box .pagi-title a:hover {
  color: var(--theme-color2);
}
.post-pagi-box.next {
  flex-direction: row-reverse;
  text-align: right;
  border-left: 1px solid #E8E8E8;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .post-pagination {
    margin: 40px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
  }
  .vs-pagination span i,
  .vs-pagination a i {
    vertical-align: middle;
  }
  .post-pagi-box {
    display: block;
    padding: 20px 20px;
  }
  .post-pagi-box > a {
    margin-bottom: 10px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 24px;
  line-height: 34px;
  padding: 50px 60px 50px 60px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  border-color: 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: normal;
}
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.1;
  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: 2px;
  font-style: normal;
  color: var(--theme-color);
}
blockquote.wp-block-quote cite:before,
blockquote.wp-block-quote.is-style-large cite:before,
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

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

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

blockquote.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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;
  transform: rotate(180deg);
}
blockquote.wp-block-quote.has-text-align-right cite {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
  font-weight: 600;
}
blockquote.wp-block-quote.has-text-align-right cite:before {
  left: auto;
  right: 0;
  bottom: 5px;
}

blockquote.vs-quote {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 700;
  line-height: 36px;
  font-size: 22px;
  padding: 50px 60px 49px 150px;
  border-radius: 5px;
}
blockquote.vs-quote:before {
  background-color: var(--theme-color2);
  height: 100%;
  right: auto;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 115px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f10d";
  color: var(--white-color);
}
blockquote.vs-quote p {
  font-style: normal;
}

.vs-quote2 {
  background-color: var(--theme-color);
  --body-color: #fff;
  --title-color: #fff;
  padding: 55px 60px 52px 60px;
  margin-bottom: 30px;
  text-align: center;
}
.vs-quote2 .border-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.vs-quote2 .quote-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 23px 0;
}
.vs-quote2 .quote-author {
  font-size: 22px;
  margin: 0 0 6px 0;
}
.vs-quote2 .quote-degi {
  color: var(--body-color);
  font-size: 16px;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  color: var(--title-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;
  color: var(--theme-color2);
}
.blog-meta a:hover {
  color: var(--theme-color2);
}

.blog-date,
.blog-category a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 21px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: var(--white-color);
  background-color: var(--theme-color2);
  display: inline-block;
}
.blog-date:hover,
.blog-category a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

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

.blog-author {
  display: flex;
  align-items: center;
  background-color: var(--theme-color);
  --body-color: #fff;
  --title-color: #fff;
  padding: 40px;
  margin: 50px 0;
}
.blog-author .media-img {
  width: 160px;
  height: 160px;
  margin-right: 25px;
  border-radius: 50%;
}
.blog-author .media-img img {
  border-radius: inherit;
}
.blog-author .author-name {
  margin-bottom: 10px;
  margin-right: 25px;
  display: inline-block;
}
.blog-author .author-links {
  display: inline-block;
}
.blog-author .author-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-author .author-links li {
  display: inline-block;
}
.blog-author .author-links li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 10px;
  top: -1px;
  position: relative;
  opacity: 0.5;
}
.blog-author .author-links a {
  display: inline-block;
  color: var(--white-color);
  font-size: 16px;
}
.blog-author .author-links a:hover {
  color: var(--theme-color2);
}

.blog-inner-title {
  margin: -0.04em 0 40px 0;
  width: max-content;
  border-bottom: 3px solid var(--theme-color2);
  line-height: 1;
  font-size: 30px;
}

.blog-inner-author {
  display: flex;
  align-items: center;
  color: var(--title-color);
  font-family: var(--title-font);
}
.blog-inner-author img {
  width: 60px;
  margin-right: 15px;
  border-radius: 50%;
}
.blog-inner-author a {
  font-weight: 600;
  margin-left: 5px;
  display: inline-block;
  text-decoration: underline;
  color: var(--title-color);
}
.blog-inner-author a:hover {
  color: var(--theme-color2);
}

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

.share-links {
  margin: 50px 0 50px 0;
  border: 1px solid #e8e8e8;
  padding: 27px 40px;
  box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
}
.share-links .row {
  align-items: center;
}
.share-links .tagcloud {
  display: inline-block;
}
.share-links .social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-links .social-links li {
  display: inline-block;
  margin-right: 4px;
}
.share-links .social-links li:last-child {
  margin-right: 0;
}
.share-links .social-links a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
  display: block;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
}
.share-links .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.blog-single {
  position: relative;
  border: 1px solid #d9d9d9;
  background-color: var(--white-color);
  box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
  margin-bottom: 50px;
}
.blog-single .blog-meta {
  margin-bottom: 17px;
  margin-top: -0.45em;
  padding-top: 0;
}
.blog-single .blog-title {
  line-height: 1.2;
  margin-bottom: 10px;
}
.blog-single .blog-content {
  margin: 53px var(--blog-space-x, 60px) 0 var(--blog-space-x, 60px);
  padding: 0;
  position: relative;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  margin: -1px -1px 50px -1px;
  background-color: var(--smoke-color);
}
.blog-single .blog-img {
  position: relative;
}
.blog-single .blog-img .blog-date {
  position: absolute;
  right: 30px;
  top: 30px;
  margin: 0;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--title-color);
  border: 2px solid var(--white-color);
  font-size: 18px;
  border-radius: 50%;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: var(--theme-color2);
}
.blog-single .play-btn {
  --icon-size: 128px;
  --icon-font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .blog-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  margin: 37px 0 0 0;
  padding: 34.5px 0;
  gap: 20px;
}
.blog-single .blog-bottom .vs-btn {
  padding: 17px 43px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.blog-single.style2 .blog-header {
  margin: -80px 100px 55px -1px;
  background-color: var(--white-color);
  padding: 50px 100px 40px 100px;
  box-shadow: 0.5px 0.87px 0 rgba(35, 31, 32, 0.04);
  position: relative;
  z-index: 1;
  border: 1px solid #e8e8e8;
}
.blog-single.style2 .blog-img {
  margin-bottom: 0;
}
.blog-single.style2 .blog-date {
  background-color: transparent;
  color: var(--theme-color2);
  padding: 0;
}
.blog-single.style2 .blog-date:hover,
.blog-single.style2 .blog-date:hover i {
  color: var(--theme-color);
}
.blog-single.style2 .blog-meta {
  margin: 0;
}

.blog-video-box {
  position: relative;
  margin: 30px 0;
}

.blog-details .blog-single {
  box-shadow: none;
  border: none;
}
.blog-details .blog-single .blog-content {
  margin: 0;
  overflow: hidden;
}
.blog-details .blog-single .blog-title {
  margin-bottom: 28px;
}
.blog-details .blog-single .blog-meta {
  margin-top: 0;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  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;
}
.blog-details .blog-single.style2 .blog-title {
  margin-bottom: 5px;
}
.blog-details .blog-single.style2 .comment-section,
.blog-details .blog-single.style2 .blog-author,
.blog-details .blog-single.style2 .post-pagination,
.blog-details .blog-single.style2 .share-links,
.blog-details .blog-single.style2 .blog-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
}

.blog-style1 {
  margin-bottom: 25px;
}
.blog-style1 .blog-img {
  margin: 0 0 0 0;
  overflow: hidden;
}
.blog-style1 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style1 .blog-title {
  font-size: 20px;
  line-height: 30px;
  border: 1px solid #e8e8e8;
  padding: 21px 20px 18px 21px;
  background-color: var(--white-color);
  margin: -25px 20px 20px 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
  transition: all ease 0.4s;
}
.blog-style1 .blog-meta {
  margin: 0 0 10px 0;
}
.blog-style1 .blog-meta a,
.blog-style1 .blog-meta span {
  font-weight: 400;
  color: var(--title-color);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  background-color: transparent;
}
.blog-style1 .blog-meta a i,
.blog-style1 .blog-meta span i {
  color: var(--theme-color);
}
.blog-style1 .blog-meta a:hover,
.blog-style1 .blog-meta span:hover {
  color: var(--theme-color);
}
.blog-style1 .blog-text {
  margin: 0 0 15px 0;
  font-size: 14px;
}
.blog-style1 .blog-content {
  padding: 0 40px 0 40px;
}
.blog-style1:hover .blog-title {
  border-color: var(--theme-color2);
}
.blog-style1:hover .blog-img img {
  transform: scale(1.1);
}

.blog-style2 .blog-content {
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 0 40px 20px 40px;
  transition: all ease 0.4s;
}
.blog-style2 .blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ececec;
  padding: 20px 0 0 0;
}
.blog-style2 .blog-date {
  display: block;
  width: max-content;
  margin: -20px 0 26px 0;
  position: relative;
  z-index: 1;
}
.blog-style2 .blog-meta {
  margin-bottom: 5px;
}
.blog-style2 .blog-title {
  margin-bottom: 22px;
}
.blog-style2 .blog-img {
  overflow: hidden;
}
.blog-style2 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style2:hover .blog-img img {
  transform: scale(1.15);
}
.blog-style2:hover .blog-content {
  border-color: var(--theme-color2);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  blockquote {
    font-size: 18px;
    padding: 23px 30px 26px 30px;
  }
  .vs-quote {
    font-size: 18px;
    padding: 30px 30px 29px 150px;
  }
  .vs-quote2 {
    padding: 40px 35px 40px 35px;
  }
  .vs-quote2 .border-title {
    margin: 0 0 20px 0;
  }
  .vs-quote2 .quote-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .vs-quote2 .quote-degi {
    font-size: 14px;
  }
  .blog-author .author-name {
    font-size: 26px;
  }
  .blog-author {
    padding: 30px 40px;
    margin: 40px 0;
  }
  .blog-author .media-img {
    width: 140px;
    height: 140px;
    margin-right: 15px;
  }
  .share-links {
    margin: 40px 0 40px 0;
    padding: 17px 20px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 30px;
  }
  .blog-single .blog-audio,
  .blog-single .blog-img {
    margin: -1px -1px 40px -1px;
  }
  .blog-single .blog-content {
    margin-top: 40px;
  }
  .blog-single .blog-bottom {
    margin: 27px 0 0 0;
    padding: 24.5px 0;
  }
  .blog-single .play-btn {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
  .blog-single.style2 .blog-header {
    margin: -83px 50px 45px -1px;
    padding: 40px 45px 30px 45px;
  }
  .blog-details .blog-single .blog-title {
    margin-bottom: 15px;
  }
  .blog-style1 .blog-title {
    font-size: 20px;
    line-height: 30px;
    padding: 21px 25px 16px 25px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-style2 .blog-content {
    padding: 0 25px 20px 25px;
  }
  .blog-style2 .link-btn,
  .blog-style2 .blog-inner-author a {
    font-size: 12px;
  }
  .blog-style2 .blog-meta {
    margin-bottom: 10px;
  }
  .blog-style2 .blog-meta span,
  .blog-style2 .blog-meta a {
    margin-right: 15px;
    font-size: 14px;
  }
  .blog-style2 .blog-title {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 1.6;
  }
  .blog-style2 .blog-date {
    font-size: 13px;
    padding: 10px 18px;
    margin: -16.5px 0 20px 0;
  }
  .blog-inner-author img {
    width: 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-style1 .blog-title {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 20px 20px 20px;
    margin: -25px 10px 20px 10px;
  }
  .blog-style1 .blog-content {
    padding: 0 20px 0 20px;
  }
  .blog-style1 .blog-text {
    font-size: 14px;
  }
  .blog-single.style2 .blog-header {
    margin: -80px 50px 45px -1px;
    padding: 30px 20px 20px 20px;
  }
  .blog-details .blog-single.style2 .blog-title {
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote {
    font-size: 16px;
    padding: 23px 15px 26px 15px;
  }
  blockquote:before {
    right: 30px;
    bottom: 30px;
    font-size: 2rem;
  }
  blockquote cite {
    margin-top: 17px;
    font-size: 14px;
  }
  blockquote cite::before {
    bottom: 6px;
  }
  .vs-quote {
    padding: 20px;
  }
  .vs-quote::before {
    background-color: transparent;
    height: auto;
    top: auto;
    font-weight: 300;
    color: var(--white-color);
    font-size: 6rem;
    left: auto;
    right: 0;
    opacity: 0.2;
  }
  .vs-quote2 {
    padding: 40px 15px 40px 15px;
  }
  .vs-quote2 .quote-text {
    font-size: 16px;
    line-height: 24px;
  }
  .vs-quote2 .quote-author {
    font-size: 20px;
    margin: 0 0 0 0;
  }
  .blog-author {
    display: block;
    padding: 30px 20px;
    margin: 40px 0;
  }
  .blog-author .media-img {
    margin: 0 0 20px 0;
  }
  .blog-author .author-name {
    font-size: 24px;
  }
  .blog-author .author-name {
    font-size: 24px;
    margin-right: 15px;
  }
  .blog-author .author-links {
    display: block;
    margin: 0 0 10px 0;
  }
  .blog-inner-title {
    font-size: 24px;
  }
  .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.6;
  }
  .blog-single .blog-img .blog-date {
    right: 15px;
    top: 15px;
    font-size: 14px;
    padding: 12px 15px;
  }
  .blog-single .play-btn {
    --icon-size: 60px;
    --icon-font-size: 18px;
  }
  .blog-single.style2 .blog-header {
    margin: 30px 0 30px -1px;
    padding: 20px 15px 25px 15px;
  }
  .blog-style2 .blog-content {
    padding: 0 15px 20px 15px;
  }
}
.blog-style3 {
  margin: 20px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}
.blog-style3:hover .image img {
  transform: scale(1.1);
}
.blog-style3:hover .content-box .icon-box {
  background-color: var(--theme-color2);
}
.blog-style3 .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-style3 .image img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.blog-style3 .image .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 0;
  list-style: none;
  background-color: var(--theme-color);
  padding: 9px 21px 5px;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-style3 .image .post-meta li a {
  color: var(--white-color);
  font-family: var(--title-font);
}
.blog-style3 .image .post-meta li a i {
  margin-right: 6px;
}
.blog-style3 .image .date-box {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 6px;
  background: #ff741b;
  width: 70px;
  text-align: center;
  padding: 17px 0 9px;
}
.blog-style3 .image .date-box .date {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: var(--white-color);
  margin-bottom: -2px;
}
.blog-style3 .image .date-box span {
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--white-color);
  display: inline-block;
}
.blog-style3 .content-box {
  position: relative;
  padding: 25px 20px 30px;
}
.blog-style3 .content-box .title {
  font-weight: 600;
  line-height: 34px;
  font-size: 24px;
  margin-bottom: 10px;
  /* Medium Large devices */
  /* Large devices */
}
.blog-style3 .content-box .title a {
  color: #000;
}
.blog-style3 .content-box .title a:hover {
  color: var(--theme-color);
}
@media (max-width: 1399px) {
  .blog-style3 .content-box .title {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .blog-style3 .content-box .title {
    line-height: 28px;
  }
}
.blog-style3 .content-box p {
  font-family: var(--title-font);
  color: var(--Body-Color, #364863);
  line-height: 26px;
  margin-bottom: 21px;
}

/*------------------- 4.7. Comments  -------------------*/
.vs-comment-form {
  margin: var(--blog-space-y, 40px) 0 30px 0;
}

.comment-respond {
  position: relative;
  background-color: #F7F7F7;
  padding: 40px;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 10px;
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-control {
  border: 1px solid #E8E8E8;
  height: 70px;
  font-size: 16px;
}
.comment-respond input[type=checkbox] ~ label:before {
  background-color: var(--white-color);
  border: 1px solid #E8E8E8;
  border-radius: 0;
  top: 2.5px;
}
.comment-respond input[type=checkbox]:checked ~ label:before {
  background-color: var(--theme-color);
  border-color: transparent;
}
.comment-respond .form-text {
  margin-bottom: 25px;
}
.comment-respond .form-group > i {
  top: 24px;
  font-size: 18px;
  color: var(--theme-color2);
}

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

.review-form .custom-checkbox {
  margin-bottom: 25px;
  margin-top: 10px;
}
.review-form .form-control {
  background-color: var(--white-color);
}
.review-form .rating-select {
  margin-bottom: 25px;
}

.comment-section {
  border: 1px solid #E8E8E8;
  box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
  margin: 50px 0 30px 0;
  padding: 50px 50px 10px 50px;
}
.comment-section > .vs-comments-wrap {
  margin-top: 0;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 50px) 0 var(--blog-space-y, 50px) 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 li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  padding: 40px 40px 35px 40px;
  position: relative;
  display: flex;
  margin: 30px 0 30px 0;
  position: relative;
  border: 1px solid #E8E8E8;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 130px;
  height: 130px;
  margin-right: 30px;
  background-color: var(--smoke-color);
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  align-self: center;
}
.vs-comments-wrap .comment-content .commented-on + p:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .commented-on {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--body-color);
  display: inline-block;
  text-decoration: underline;
  position: relative;
  top: -2px;
}
.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.vs-comments-wrap .name {
  margin: -0.1em 15px 2px 0;
  font-size: 24px;
  display: inline-block;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text {
  color: #6b6b6b;
  margin-bottom: 0;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: -0.25em;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 40px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: -1px;
  top: -1px;
  line-height: 1;
}
.vs-comments-wrap .replay-btn {
  color: var(--white-color);
  background-color: var(--theme-color2);
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 15px;
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 80px;
}

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .comment-section {
    padding: 40px 40px 0px 40px;
  }
  .vs-comments-wrap .vs-post-comment {
    padding: 30px 30px 30px 30px;
    margin: 30px 0 30px 0;
  }
  .vs-comments-wrap .comment-avater {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .vs-comments-wrap .name {
    margin: -0.1em 15px 0 0;
    font-size: 20px;
  }
  .comment-respond {
    padding: 40px 30px;
  }
  .comment-respond .form-control {
    height: 60px;
    font-size: 14px;
  }
  .comment-respond .form-group > i {
    top: 21px;
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
    padding: 30px 20px 20px 20px;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    margin: -0.1em 0 7px 0;
    font-size: 20px;
  }
  .comment-respond {
    padding: 40px 10px;
  }
  .comment-respond textarea,
  .comment-respond input {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .comment-respond label {
    font-size: 14px;
  }
  .comment-respond .form-group > i {
    top: 21px;
    font-size: 15px;
  }
  .comment-section {
    padding: 40px 20px 0px 20px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.ls-dots1 {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 1;
  text-align: left;
  margin: 0 8px 0 0;
}
.ls-dots1:last-child {
  margin-right: 0;
}
.ls-dots1:focus {
  outline: none;
}
.ls-dots1 .ls-dot-number {
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  display: block;
  line-height: 1;
  margin: 0 0 4px 0;
}
.ls-dots1 .ls-dot-shape {
  width: 60px;
  height: 10px;
  border-bottom: 3px solid #D1D1D1;
  display: inline-block;
  line-height: 1;
  transition: all ease 0.4s;
}
.ls-dots1.style2 .ls-dot-number {
  color: var(--title-color);
}
.ls-dots1.style2 .ls-dot-shape {
  border-color: #555555;
}
.ls-dots1:hover .ls-dot-shape, .ls-dots1.active .ls-dot-shape {
  background-color: var(--theme-color2);
  border-color: transparent;
}

.ls-layer .ls-dots1 {
  line-height: 0;
}
.ls-layer .icon-btn {
  margin-right: 5px;
  line-height: 58px;
}
.ls-layer .icon-btn:last-child {
  margin-right: 0;
}

.ls-btn-group .vs-btn {
  margin-right: 15px;
}

.ls-video-box {
  width: max-content;
}

.ls-box-img {
  border: 2px solid var(--white-color);
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  width: max-content;
  margin: 0 0 18px 0;
  transition: all ease 0.4s;
}
.ls-box-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ls-box-img .play-btn i {
  --icon-size: 80px;
  --icon-font-size: 20px;
  outline: 2px solid var(--white-color);
  outline-offset: -2px;
}
.ls-box-img .play-btn::after, .ls-box-img .play-btn::before {
  display: none;
}
.ls-box-img .play-btn:hover i {
  outline-color: var(--theme-color2);
}
.ls-box-img:hover {
  border-color: var(--theme-color2);
}

.ls-video-caption {
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
  max-width: 256px;
  text-align: center;
  margin: 0 auto;
  white-space: normal;
}

@media (min-width: 1199px) {
  .hero-layout3 {
    margin-top: -45px;
  }
}
@media (max-width: 1550px) {
  .ls-layer .vs-btn {
    padding: 22px 32px;
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  .ls-video-caption {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ls-box-img {
    max-width: 250px;
    padding: 5px;
  }
  .ls-box-img img {
    width: 100%;
  }
  .ls-box-img .play-btn i {
    --icon-size: 66px;
    --icon-font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .ls-layer .vs-btn {
    padding: 17px 30px;
    font-size: 14px;
  }
  .ls-layer .ls-btn-group .vs-btn {
    padding: 17px 24px;
  }
  .watch-btn .btn-icon {
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ls-layer .vs-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  .ls-layer .ls-btn-group .vs-btn {
    padding: 14px 16px;
    margin-right: 7px;
  }
  .ls-layer .ls-btn-group .vs-btn:last-child {
    margin-right: 0;
  }
}
/*------------------- 4.9. Error  -------------------*/
.error-title {
  font-size: 100px;
  line-height: 1;
  margin: 0 0 18px 0;
}

.error-title2 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 20px 0;
}

.error-text {
  margin: 0 0 30px 0;
}

.search-inline {
  position: relative;
  margin-bottom: 15px;
}
.search-inline input {
  height: 75px;
  border: 1px solid #E8E8E8;
  padding: 0 70px 0 40px;
  border-radius: 9999px;
  box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
}
.search-inline button {
  border: 2px solid var(--theme-color2);
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.search-inline button:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: var(--theme-color2);
}

.vs-error-wrapper {
  background-color: #fafafa;
  padding: calc(var(--section-space) + 54px) 0 var(--section-space) 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .error-img {
    margin-bottom: 50px;
  }
  .vs-error-wrapper {
    padding: var(--section-space) 0 var(--section-space) 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .error-img {
    margin-bottom: 30px;
  }
  .error-title {
    font-size: 72px;
  }
  .error-title2 {
    font-size: 30px;
  }
  .vs-error-wrapper {
    padding: var(--section-space-mobile) 0 var(--section-space-mobile) 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-title {
    font-size: 60px;
  }
  .error-title2 {
    font-size: 26px;
  }
  .search-inline input {
    padding-left: 30px;
  }
}
/*------------------- 4.10. Contact  -------------------*/
.contact-style1 {
  background-color: #111330;
  padding: 50px 60px 45px 60px;
}
.contact-style1 .contact-title {
  color: var(--white-color);
  border-bottom: 3px solid var(--theme-color2);
  width: max-content;
  margin: -0.2em 0 30px 0;
}
.contact-style1 .contact-text {
  color: #e8e8e8;
  font-weight: 500;
  margin: 0 0 27px 0;
  max-width: 250px;
}
.contact-style1 .contact-info {
  color: #e8e8e8;
  font-weight: 500;
  margin-bottom: 17px;
  position: relative;
  padding: 0 0 0 45px;
}
.contact-style1 .contact-info:last-child {
  margin-bottom: 0;
}
.contact-style1 .contact-info > img,
.contact-style1 .contact-info > i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-style1 .contact-info a {
  color: inherit;
}
.contact-style1 .contact-info a:hover {
  color: var(--theme-color2);
}

.info-box-title {
  color: var(--white-color);
  font-size: 24px;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: var(--theme-color2);
  text-underline-offset: 4px;
}

.info-box {
  background-color: var(--theme-color);
  padding: 55px 50px 60px 50px;
  margin-bottom: 30px;
}
.info-box .vs-media {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 23px 0;
  padding: 0 0 24px 0;
}
.info-box .vs-media:first-child {
  padding-top: 8px;
}
.info-box .vs-media:last-child {
  margin-bottom: 43px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-style1 {
    padding: 40px 40px 35px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-style1 {
    padding: 30px 20px 30px 20px;
  }
  .contact-style1 .contact-title {
    margin-bottom: 20px;
  }
  .contact-style1 .contact-text {
    margin: 0 0 17px 0;
    max-width: 100%;
  }
  .info-box-title {
    font-size: 20px;
  }
  .info-box {
    padding: 45px 20px 50px 20px;
  }
}
.cta-box1.v4 {
  padding: 80px 121px;
  margin-bottom: 42px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .cta-box1.v4 {
    padding: 80px 70px;
  }
}
@media (max-width: 575px) {
  .cta-box1.v4 {
    padding: 80px 45px;
  }
}
.cta-box1.v4 .cta-img1 {
  /* Small devices */
}
@media (max-width: 767px) {
  .cta-box1.v4 .cta-img1 {
    margin-bottom: 0;
  }
}
.cta-box1.v4 .cta-box-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
  padding: 8px 30px 6px;
  border-radius: 4px;
  background: var(--white-color);
  display: inline-block;
  margin-bottom: 23px;
}
.cta-box1.v4 .cta-box-title .sec-title {
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .cta-box1.v4 .cta-box-title .sec-title {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .cta-box1.v4 .cta-box-title .sec-title {
    font-size: 20px;
  }
}
.cta-box1.v4 .cta-box-title .vs-btn {
  margin-right: 0;
}

/*------------------- 4.11. About  -------------------*/
.list-style1 ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
}
.list-style1 li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 27px;
}
.list-style1 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
}

.img-box1 {
  position: relative;
  z-index: 1;
}
.img-box1 .img-2 {
  position: absolute;
  right: -60px;
  bottom: -35px;
  z-index: -1;
}
.img-box1 .shape-dotted {
  position: absolute;
  right: -25px;
  bottom: -35px;
  z-index: -1;
}
.img-box1 .play-btn i, .img-box1 .play-btn:before, .img-box1 .play-btn:after {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.img-box1 .play-btn:hover i, .img-box1 .play-btn:hover:before, .img-box1 .play-btn:hover:after {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.img-box1.style2 {
  margin-bottom: 30px;
}
.img-box1.style2 .shape-dotted {
  right: -3px;
}

.img-box2 {
  position: relative;
  padding-top: 35px;
  max-width: 570px;
  margin-bottom: 30px;
}
.img-box2 .shape-dotted {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  z-index: -1;
}

.img-box3 {
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
  margin: 0 -35px 30px 0;
}
.img-box3 .img-1 {
  display: inline-block;
  padding-top: 100px;
}
.img-box3 .img-2 {
  float: right;
}
.img-box3 .img-3 {
  margin-top: -80px;
  text-align: right;
  width: 100%;
}
.img-box3 .img-shape1 {
  position: absolute;
  left: 90px;
  bottom: 45px;
  width: 450px;
  height: 480px;
  background-color: var(--theme-color);
  z-index: -1;
}
.img-box3 .shape-dotted {
  position: absolute;
  bottom: 0;
  left: 45px;
  z-index: -2;
}
.img-box3 .img-1 img,
.img-box3 .img-2 img,
.img-box3 .img-3 img {
  border: 2px solid transparent;
  transition: all ease 0.4s;
}
.img-box3 .img-1:hover img,
.img-box3 .img-2:hover img,
.img-box3 .img-3:hover img {
  border-color: var(--theme-color2);
}

.img-box4 {
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 30px;
}
.img-box4 .img-1 img,
.img-box4 .img-2 img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.img-box4 .img-1:hover img,
.img-box4 .img-2:hover img {
  transform: scale(1.15);
}
.img-box4 .img-1 {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 0 80px;
  vertical-align: top;
}
.img-box4 .img-2 {
  overflow: hidden;
  display: inline-block;
  margin: 145px 0 0 55px;
}
.img-box4 .img-shape1 {
  position: absolute;
  left: 0;
  top: 38px;
  background-color: var(--theme-color);
  width: 519.99px;
  height: 567.99px;
  z-index: -1;
}
.img-box4 .shape-dotted {
  position: absolute;
  right: 130px;
  bottom: -2px;
  z-index: -2;
}

.img-box5 {
  position: relative;
  z-index: 1;
}
.img-box5 .img-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: max-content;
}
.img-box5 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -33px;
  z-index: -1;
}

.img-box6 {
  position: relative;
  z-index: 1;
  padding-bottom: 105px;
}
.img-box6 .img-1 {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
.img-box6 .img-2 {
  display: inline-block;
}
.img-box6 .img-shape1 {
  width: 525px;
  height: 240px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  background-color: var(--theme-color);
  z-index: -1;
}
.img-box6 .shape-dotted {
  position: absolute;
  right: 75px;
  bottom: -5px;
  z-index: -2;
}

.img-box7 {
  position: relative;
  padding: 70px 0;
}
.img-box7 .img-shape1 {
  position: absolute;
  left: 37.3%;
  bottom: 0;
  top: 0;
  width: 99999px;
  z-index: -1;
  background-color: var(--theme-color);
}

.img-box8 {
  position: relative;
  text-align: center;
  padding-bottom: 55px;
  margin-bottom: 30px;
}
.img-box8 .img-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  max-height: 100%;
  background-color: var(--theme-color);
  z-index: -1;
}
.img-box8 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -34px;
  z-index: -3;
}

.img-box9 {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 75px;
}
.img-box9 .img-1 {
  display: inline-block;
  padding-right: 60px;
}
.img-box9 .img-2 {
  display: inline-block;
}
.img-box9 .img-shape1 {
  position: absolute;
  right: 115px;
  left: 115px;
  bottom: 0;
  background-color: var(--theme-color);
  height: 345px;
  max-height: 100%;
  z-index: -1;
}
.img-box9 .shape-dotted {
  position: absolute;
  right: 75px;
  bottom: -45px;
  z-index: -2;
}

.img-box10 {
  position: relative;
  margin-bottom: 75px;
}
.img-box10 .img-1 {
  position: relative;
  padding: 0 70px 60px 70px;
  margin: 0 0 0 auto;
  width: max-content;
  max-width: 100%;
  display: block;
}
.img-box10 .img-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 605px;
  max-height: 100%;
  background-color: var(--theme-color);
  z-index: -1;
}
.img-box10 .shape-dotted {
  position: absolute;
  left: -44px;
  bottom: -44px;
  z-index: -2;
}

.img-exp {
  position: absolute;
  left: 26px;
  bottom: 130px;
  width: 191px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  padding: 32px 30px 30px 30px;
}
.img-exp .exp-number {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 5px 0;
  display: block;
}
.img-exp .exp-text {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 0;
  color: inherit;
}

.about-media {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 60px 30px 0;
  margin: 0 0 30px 0;
}
.about-media:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-media .media-icon {
  display: inline-block;
  width: var(--icon-size, 118px);
  height: var(--icon-size, 118px);
  border: var(--border-size, 3px) solid var(--theme-color2);
  outline: var(--border-size, 3px) solid var(--theme-color2);
  outline-offset: var(--border-size, 3px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: calc(var(--border-size, 3px) * 2);
  transition: all ease 0.4s;
}
.about-media .media-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.about-media .media-body {
  padding-left: 25px;
}
.about-media .media-title {
  margin: 0 0 8px 0;
  display: block;
}
.about-media .media-info {
  font-size: 18px;
  margin: 0 0 -0.15em 0;
}
.about-media:hover .media-icon {
  background-color: var(--theme-color2);
}
.about-media:hover .media-icon img {
  filter: brightness(0) invert(1);
}
.about-media.layout2 {
  display: block;
  margin-bottom: 21px;
}
.about-media.layout2 .media-body {
  padding-left: 0;
  margin-top: 40px;
}

.about-media2 {
  display: block;
  margin-bottom: 20px;
}
.about-media2 .media-icon {
  width: var(--icon-size, 104px);
  height: var(--icon-size, 104px);
  outline: var(--border-size, 3px) solid var(--theme-color2);
  outline-offset: var(--border-size, 3px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: calc(var(--border-size, 3px) * 2);
  background-color: var(--theme-color2);
}
.about-media2 .media-body {
  padding: 26px 0 0 0;
}
.about-media2 .media-title {
  display: block;
  margin-bottom: 10px;
}
.about-media2 .media-info {
  margin-bottom: 30px;
  font-size: 18px;
}

.progress-box {
  position: relative;
  margin-bottom: 39px;
  max-width: 530px;
}
.progress-box__title {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.progress-box__number {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--title-color);
  position: absolute;
  right: 0;
  top: 0;
}
.progress-box__progress {
  height: 20px;
  box-shadow: inset 0 0 0 4px #fafafa;
  border-radius: 9999px;
}
.progress-box__bar {
  background-color: var(--theme-color);
  height: 100%;
  border-radius: inherit;
}
.progress-box.style2 {
  margin-bottom: 49px;
}
.progress-box.style2:last-child {
  margin-bottom: 30px;
}

.progress-style1 {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 21px;
  margin-bottom: 25px;
}
.progress-style1:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 21px;
}
.progress-style1 .circle-progress {
  position: relative;
  margin-right: 20px;
  line-height: 1;
  width: 110px;
  height: 110px;
}
.progress-style1 .progress-value {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-color);
  display: inline-block;
}
.progress-style1 .progress-title {
  margin: 0 0 6px 0;
}
.progress-style1 .progress-text {
  margin: 0;
}
.progress-style1 .media-body {
  align-self: center;
}

.about-box1 {
  padding-left: 90px;
}
.about-box1 .sec-title {
  margin-bottom: 24px;
}
.about-box1 .about-text {
  margin-bottom: 40px;
}

.about-box2 {
  margin-bottom: 30px;
}
.about-box2 .about-subtitle {
  color: var(--theme-color2);
  display: block;
  margin-bottom: 20px;
}
.about-box2 .about-text {
  font-size: 18px;
  margin: 0 0 47px 0;
}
.about-box2 .vs-media {
  align-items: center;
  margin: 0 0 26px 0;
}
.about-box2 .media-icon {
  display: inline-block;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: calc(var(--icon-size, 50px) - 1px);
  border: 1px solid var(--theme-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color);
  margin-right: 15px;
}
.about-box2 .media-icon i {
  line-height: inherit;
}
.about-box2 .media-info {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--title-color);
  margin: 2px 0 0 0;
  max-width: 250px;
}
.about-box2 hr {
  margin: 46px 0 45px 0;
}
.about-box2 .border-title {
  margin: 0 0 20px 0;
}

.media-style2 {
  display: flex;
  margin-bottom: 35px;
}
.media-style2:last-child {
  margin-bottom: 20px;
}
.media-style2 .media-icon {
  background-color: rgba(255, 116, 27, 0.1);
  color: var(--theme-color2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-right: 25px;
  display: inline-block;
  font-size: 24px;
  transition: all ease 0.4s;
}
.media-style2 .media-icon i {
  line-height: inherit;
}
.media-style2 .media-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.media-style2 .media-title {
  color: var(--title-color);
  font-weight: 700;
  font-size: 22px;
  display: block;
  margin: 0 0 15px 0;
}
.media-style2 .media-info {
  margin: 0;
}
.media-style2:hover .media-icon {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.media-style2:hover .media-icon img {
  filter: brightness(0) invert(1);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .img-box6 .img-2 {
    max-width: 350px;
  }
  .img-box3 {
    padding-bottom: 50px;
  }
  .img-box3 .img-1 {
    max-width: 260px;
    padding-top: 30px;
  }
  .img-box3 .img-2 {
    margin-bottom: 40px;
  }
  .img-box3 .img-shape1 {
    bottom: 0;
  }
  .img-box9 {
    padding-bottom: 40px;
  }
  .img-box9 img {
    width: 100%;
  }
  .img-box9 .img-1 {
    padding-right: 30px;
    width: 40%;
  }
  .img-box9 .img-2 {
    width: 59%;
  }
  .img-box9 .img-shape1 {
    height: 220px;
  }
  .img-box9 .shape-dotted {
    bottom: -33px;
  }
  .about-box2 .about-text {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
  .about-box1 {
    padding-left: 50px;
  }
  .about-media {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .progress-box {
    max-width: 100%;
  }
  .img-box4 {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .img-box4 .img-1 {
    margin: 0 0 0 0;
  }
  .img-box4 .img-2 {
    margin: 90px 0 0 35px;
  }
  .img-box4 .img-shape1 {
    width: 80%;
    height: 50%;
    top: 10%;
  }
  .img-box4 .shape-dotted {
    bottom: 60px;
  }
  .img-box5 .shape-dotted {
    right: -10px;
  }
  .img-box10 .img-1 {
    position: relative;
    padding: 0 40px 40px 40px;
    max-width: 80%;
  }
  .img-box10 .img-shape1 {
    max-height: 60%;
  }
  .img-exp {
    left: 26px;
    bottom: 70px;
  }
  .img-exp .exp-number {
    font-size: 72px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .img-box10 .img-1 {
    max-width: 100%;
    width: 100%;
  }
  .img-box10 .img-1 img {
    width: 100%;
  }
  .img-box10 .shape-dotted {
    left: 0;
  }
  .img-box6 {
    text-align: center;
  }
  .img-box6 img {
    width: 100%;
  }
  .img-box6 .img-2 {
    max-width: 100%;
  }
  .img-box2 {
    max-width: 100%;
    padding-top: 0;
  }
  .img-box2 img {
    width: 100%;
  }
  .img-box2 .shape-dotted {
    top: -22px;
  }
  .img-box3 {
    margin: 0;
  }
  .img-box3 .img-1 {
    width: 50%;
    max-width: 100%;
    padding-top: 0;
  }
  .img-box3 .img-1 img {
    width: 100%;
  }
  .img-box3 .img-2 {
    width: 48%;
    float: none;
    display: inline-block;
    padding-left: 20px;
  }
  .img-box3 .img-2 img {
    width: 100%;
  }
  .img-box3 .img-3 {
    margin-top: 0;
    text-align: left;
  }
  .img-box3 .img-3 img {
    width: 100%;
  }
  .img-box3 .img-shape1 {
    width: 80%;
    height: 50%;
    top: 10%;
    bottom: auto;
    left: 0;
  }
  .img-box3 .shape-dotted {
    bottom: 14px;
    left: 20px;
  }
  .img-box4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .img-box4 img {
    width: 100%;
  }
  .img-box9 {
    text-align: center;
  }
  .img-box1 .shape-dotted {
    right: 10%;
  }
  .img-box1.style2 img {
    width: 100%;
  }
  .img-box5 .img-1 {
    position: relative;
    width: 100%;
  }
  .img-box5 .img-1 img {
    width: 100%;
  }
  .img-box8 .shape-dotted {
    right: 0;
  }
  .about-media {
    --icon-size: 100px;
    --border-size: 2px;
  }
  .about-media .media-body {
    padding-left: 15px;
  }
  .about-media .media-info {
    font-size: 16px;
  }
  .about-media .media-icon img {
    max-width: 45px;
  }
  .img-exp {
    width: 170px;
    padding: 22px 20px 20px 20px;
  }
  .about-box1 {
    padding-left: 0;
  }
  .about-box2 hr {
    margin: 26px 0 26px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .list-style1 ul {
    margin: 0 0 30px 0;
  }
  .img-box6 .img-2 {
    max-width: 350px;
  }
  .img-box3 {
    padding-bottom: 0;
  }
  .img-box3 .shape-dotted {
    bottom: -20px;
    left: 20px;
  }
  .img-box3 .img-2 {
    margin-bottom: 30px;
  }
  .img-box4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
  .img-box4 .img-2 {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .img-box4 .img-shape1 {
    display: none;
  }
  .img-box4 .shape-dotted {
    width: 150px;
    height: 50px;
    right: 0;
    bottom: -25px;
  }
  .img-box10 {
    margin-bottom: 60px;
  }
  .img-box10 .img-1 {
    padding: 0 40px 40px 40px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .img-box10 .shape-dotted {
    left: -10px;
    bottom: -20px;
  }
  .img-exp {
    left: auto;
    right: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .img-box1 .shape-dotted {
    max-width: 200px;
    bottom: -22px;
  }
  .img-box9 {
    padding: 0;
  }
  .img-box9 img {
    width: 100%;
  }
  .img-box9 .img-2 {
    width: 100%;
    display: block;
  }
  .img-box9 .img-1 {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .img-box9 .img-shape1 {
    display: none;
  }
  .img-box5 .shape-dotted {
    right: 0;
    bottom: -20px;
  }
  .img-box6 {
    padding-bottom: 30px;
  }
  .img-box6 .img-1 {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
  .img-box6 .img-2 {
    display: block;
    max-width: 100%;
  }
  .img-box6 .shape-dotted {
    right: 7%;
    max-width: 300px;
  }
  .img-box6 .img-shape1 {
    display: none;
  }
  .img-box10 .img-1 {
    padding: 0 10px 20px 10px;
  }
  .img-exp {
    width: 115px;
    padding: 18px 10px 15px 10px;
    bottom: 0;
    right: 0;
  }
  .img-exp .exp-number {
    font-size: 40px;
  }
  .img-exp .exp-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .progress-box {
    margin-bottom: 30px;
  }
  .progress-box__title {
    font-size: 16px;
  }
  .progress-box__number {
    font-size: 16px;
  }
  .about-media {
    display: block;
  }
  .about-media .media-icon {
    display: inline-flex;
  }
  .about-media .media-body {
    padding: 20px 0 0 0;
  }
  .about-media.layout2 {
    margin-bottom: 25px;
  }
  .about-media.layout2 .media-body {
    padding: 0;
    margin-top: 25px;
  }
  .media-style2 .media-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-size: 18px;
  }
  .media-style2 .media-title {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .img-box8 {
    padding-bottom: 20px;
    padding-right: 15px;
  }
  .img-box8 .shape-dotted {
    bottom: -20px;
  }
}
.about-img {
  position: relative;
  text-align: right;
  margin-right: 50px;
  /* Medium devices */
  /* Medium Large devices */
}
@media (max-width: 991px) {
  .about-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .about-img {
    margin-right: 0;
  }
}
.about-img img {
  border-radius: 5px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about-img img {
    width: 100%;
  }
}

.energy-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 364px;
  border-radius: 6px;
  background: var(--white-color);
  text-align: left;
  box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 17px 31px 24px;
  margin-bottom: 10px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .energy-box {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .energy-box {
    display: none;
  }
}
.energy-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.energy-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 324px;
  height: 10px;
  border-radius: 0px 0px 5px 5px;
  background: #ff741b;
}
.energy-box .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 3px;
}
.energy-box .sub-title {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 13px;
  display: inline-block;
  margin-bottom: 14px;
}
.energy-box .sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 1px;
  background-color: var(--theme-color);
}
.energy-box .list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.energy-box .list li {
  position: relative;
  font-size: 12px;
  line-height: 22px;
  padding-left: 17px;
  padding-bottom: 5px;
}
.energy-box .list li:last-child {
  padding-bottom: 0;
}
.energy-box .list li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--theme-color);
}
.energy-box .icon-box {
  position: absolute;
  top: -23px;
  right: -23px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.energy-box .icon-box i {
  font-size: 25px;
  color: var(--white-color);
}
.energy-box .circle-progress {
  position: absolute;
  bottom: 20px;
  right: 30px;
  line-height: 1;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.energy-box canvas {
  width: 90px;
  height: 90px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .energy-box canvas {
    width: 90px !important;
    height: 90px !important;
  }
}
.energy-box .progress-value {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-color);
  display: inline-block;
}

.exp-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  border-radius: 6px 6px 70px 70px;
  background: #44a732;
  padding: 10px;
}
.exp-box .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  line-height: 28px;
  margin-bottom: 1px;
}
.exp-box span {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-color);
  display: inline-block;
  width: 118px;
  height: 118px;
  line-height: 125px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white-color);
}
.exp-box span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 1px dashed #ff8538;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------- 4.12. Counter  -------------------*/
.counter-style1 {
  margin-bottom: 22px;
}
.counter-style1 .counter-number {
  border-bottom: 5px solid var(--theme-color);
  display: block;
  width: max-content;
  max-width: 100%;
}
@media (min-width: 1500px) {
  .counter-style1 .counter-number {
    font-size: 46px;
  }
}
.counter-style1 .counter-number.h1 {
  margin-top: -0.3em;
}
.counter-style1 .counter-text {
  line-height: 26px;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 0;
}

.counter-wrap1 {
  background-color: #FAFAFA;
  position: relative;
  padding: 318px 20px 70px 20px;
  margin: -238px 0 30px 0;
}
.counter-wrap1 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -33px;
  z-index: -1;
}

@media (min-width: 1199px) and (max-width: 1500px) {
  .counter-style1 .counter-number {
    font-size: 40px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-wrap1 .shape-dotted {
    right: -20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .counter-style1 .counter-number {
    width: 100%;
  }
  .counter-wrap1 {
    padding: 150px 30px 20px 30px;
    margin: -100px 0 30px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-wrap1 {
    padding: 40px 20px 10px 20px;
    margin: 0 0 30px 0;
  }
  .counter-wrap1 .shape-dotted {
    right: 0;
    bottom: -23px;
  }
}
/*------------------- 4.13. Service  -------------------*/
.service-slide1 {
  margin-bottom: -35px;
  z-index: 1;
  position: relative;
}
.service-slide1 .slick-slide:hover + .slick-slide .service-style1 {
  border-color: transparent;
}

.service-style1 {
  text-align: center;
  background-color: var(--white-color);
  padding: 50px 40px 50px 40px;
  position: relative;
  transition: all ease 0.4s;
  margin: 0 -1px 35px -1px;
  border-left: 1px solid #dddddd;
}
.service-style1 .service-img {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  padding: 7px;
  border: 3px solid var(--theme-color2);
  border-radius: 50%;
}
.service-style1 .service-img img {
  width: 100%;
  border-radius: inherit;
}
.service-style1 .service-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: -50px auto 15px auto;
  box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
  transition: all ease 0.4s;
}
.service-style1 .service-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.service-style1 .service-title {
  margin-bottom: 3px;
}
.service-style1 .description-wrapper,
.service-style1 p,
.service-style1 .service-text {
  margin: 0;
  transition: all ease 0.4s;
}
.service-style1 .shape-dotted {
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  transition: all ease 0.4s;
  --dot-bg: #fafafa;
  z-index: -1;
}

.slick-slide .service-style1 {
  margin-bottom: 60px;
}

.slick-center .service-style1,
.service-style1:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.slick-center .service-style1 .description-wrapper,
.slick-center .service-style1 p,
.slick-center .service-style1 .service-text,
.slick-center .service-style1 .service-title a,
.service-style1:hover .description-wrapper,
.service-style1:hover p,
.service-style1:hover .service-text,
.service-style1:hover .service-title a {
  color: var(--white-color);
}
.slick-center .service-style1 .service-title a:hover,
.service-style1:hover .service-title a:hover {
  color: var(--title-color);
}
.slick-center .service-style1 .service-icon,
.service-style1:hover .service-icon {
  background-color: var(--theme-color2);
}
.slick-center .service-style1 .service-icon img,
.service-style1:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.slick-center .service-style1 .shape-dotted,
.service-style1:hover .shape-dotted {
  bottom: -35px;
}

.service-style2 {
  border: 1px solid #dddddd;
  margin-left: 20px;
  margin-bottom: 30px;
  position: relative;
  background-color: var(--white-color);
  transition: all ease 0.4s;
}
.service-style2 .service-head {
  padding: 42px 50px 0 50px;
}
.service-style2 .service-body {
  padding: 25px 50px 40px 50px;
}
.service-style2 .link-btn {
  display: block;
  margin-top: 20px;
  width: max-content;
  transition: all ease 0.4s;
}
.service-style2 .service-list ul {
  margin: 0;
}
.service-style2 .service-list li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  transition: all ease 0.4s;
  color: #555555;
}
.service-style2 .service-list li:last-child {
  margin-bottom: 0;
}
.service-style2 .service-list li:before {
  content: "";
  border: 3px solid var(--theme-color);
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
.service-style2 .service-icon {
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  outline: 2px solid var(--theme-color2);
  outline-offset: -6px;
  background-color: var(--white-color);
  border-radius: 50%;
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
  transition: all ease 0.4s;
}
.service-style2 .service-icon img {
  transition: all ease 0.4s;
}
.service-style2 .service-title {
  margin-bottom: 17px;
}
.service-style2 .service-text {
  color: #555555;
  transition: all ease 0.4s;
}
.service-style2 .service-img {
  overflow: hidden;
  margin: 0 20px 0 -20px;
}
.service-style2 .service-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1.01);
}
.service-style2 .shape-dotted {
  height: 32px;
  transition: all ease 0.4s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .service-style2 {
  margin-bottom: 60px;
}

.slick-center .service-style2,
.service-style2:hover {
  background-color: #111330;
  border-color: transparent;
}
.slick-center .service-style2 .link-btn,
.service-style2:hover .link-btn {
  color: var(--white-color);
}
.slick-center .service-style2 .link-btn:hover,
.service-style2:hover .link-btn:hover {
  color: var(--theme-color2);
}
.slick-center .service-style2 .shape-dotted,
.service-style2:hover .shape-dotted {
  opacity: 1;
  visibility: visible;
  bottom: -30px;
}
.slick-center .service-style2 .service-img img,
.service-style2:hover .service-img img {
  transform: scale(1.1);
}
.slick-center .service-style2 .service-list li,
.slick-center .service-style2 .service-text,
.service-style2:hover .service-list li,
.service-style2:hover .service-text {
  color: #c6c6c6;
}
.slick-center .service-style2 .service-title,
.service-style2:hover .service-title {
  color: var(--white-color);
}
.slick-center .service-style2 .service-icon,
.service-style2:hover .service-icon {
  background-color: var(--theme-color2);
  outline-color: var(--white-color);
}
.slick-center .service-style2 .service-icon img,
.service-style2:hover .service-icon img {
  filter: brightness(0) invert(1);
}

.service-style3 {
  position: relative;
}
.service-style3 .service-img {
  position: relative;
  overflow: hidden;
}
.service-style3 .service-img img {
  transition: all ease 0.4s;
  transform: scale(1);
  width: 100%;
}
.service-style3 .service-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.2;
  transition: all ease 0.4s;
  z-index: 1;
}
.service-style3 .service-icon {
  width: var(--icon-size, 70px);
  height: var(--icon-size, 70px);
  line-height: var(--icon-size, 70px);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 40px;
  background-color: var(--white-color);
  z-index: 2;
  transition: all ease 0.4s;
}
.service-style3 .service-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.service-style3 .service-content {
  position: absolute;
  left: 40px;
  bottom: 37px;
  bottom: -2px;
  max-width: 300px;
  z-index: 2;
  transition: all ease 0.4s;
}
.service-style3 .service-title {
  color: var(--white-color);
  font-size: 24px;
  margin: 0 0 5px 0;
}
.service-style3 .service-title a {
  color: inherit;
}
.service-style3 .service-title a:hover {
  color: var(--theme-color2);
}
.service-style3 .link-btn {
  color: var(--white-color);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.service-style3 .link-btn:before {
  background-color: var(--theme-color2);
}
.service-style3 .link-btn:hover {
  color: var(--theme-color2);
}
.service-style3:hover .link-btn {
  opacity: 1;
  visibility: visible;
}
.service-style3:hover .service-icon {
  background-color: var(--theme-color2);
}
.service-style3:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-style3:hover .service-content {
  bottom: 37px;
}
.service-style3:hover .service-img img {
  transform: scale(1.1);
}
.service-style3:hover .service-img:before {
  opacity: 0.7;
}

.service-style4 {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 20px 20px;
  margin: 20px 0;
}
.service-style4:hover .image img {
  transform: scale(1.1);
}
.service-style4:hover .content-box .icon-box {
  background-color: var(--theme-color2);
}
.service-style4 .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.service-style4 .image img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.service-style4 .content-box {
  position: relative;
  padding: 46px 0 0;
}
.service-style4 .content-box .icon-box {
  position: absolute;
  top: -40px;
  right: 32px;
  width: 80px;
  height: 80px;
  line-height: 94px;
  border-radius: 50px;
  text-align: center;
  background-color: var(--theme-color);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-style4 .content-box .icon-box::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px dashed var(--white-color);
}
.service-style4 .content-box .icon-box i {
  font-size: 30px;
  color: var(--white-color);
}
.service-style4 .content-box .title {
  font-weight: 700;
  font-size: 24px;
}
.service-style4 .content-box p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}

.ser-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #47af34;
  color: var(--white-color);
  padding: 19px 0 14px 20px;
  transition: all 0.3s ease;
  z-index: 9;
  font-weight: 700;
}
.ser-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: #ff741b;
  height: 100%;
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 6px;
}
.ser-btn:hover:before {
  width: 100%;
}
.ser-btn:hover i {
  background-color: #47af34;
}
.ser-btn:hover i:after {
  border-top-color: #47af34;
}
.ser-btn i {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color2);
  height: 59px;
  line-height: 59px;
  border-radius: 0 6px 6px 0;
  padding: 0 22px 0 2px;
  transition: all 0.3s ease;
}
.ser-btn i::after {
  content: "";
  position: absolute;
  border-top: 60px solid var(--theme-color2);
  border-right: 27px solid transparent;
  top: -1px;
  transform: rotate(-180deg);
  left: -26px;
  transition: all 0.3s ease;
}
.ser-btn:hover {
  color: #fff;
}

.new-arrow-position .slick-arrow.slick-prev {
  right: 100px;
}

.new-arrow-position .slick-arrow {
  position: absolute;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 15px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  top: -15%;
  right: 15px;
  left: auto;
}
.new-arrow-position .slick-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .service-style2 .service-head {
    padding: 30px 30px 0 30px;
  }
  .service-style2 .service-body {
    padding: 25px 30px 30px 30px;
  }
  .service-style1 .service-title {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .service-style1 .service-img {
    width: 200px;
    height: 200px;
  }
  .slick-slide .service-style1 {
    margin-bottom: 30px;
    border: none;
  }
  .slick-slide .service-style1 .shape-dotted {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .service-style3 .service-icon {
    left: 20px;
    top: 20px;
    --icon-size: 55px;
  }
  .service-style3 .service-icon img {
    max-width: 20px;
  }
  .service-style3 .service-content {
    left: 20px;
    bottom: -17px;
    max-width: 250px;
  }
  .service-style3 .service-title {
    font-size: 20px;
  }
  .service-style3:hover .service-content {
    bottom: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .service-style2 {
    margin: 0;
  }
  .service-style2 .service-img {
    margin: 0;
  }
  .service-style2 .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: -40px;
  }
  .service-style2 .service-title {
    margin-bottom: 17px;
    max-width: 250px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .service-style3 .service-icon {
    top: 15px;
    right: 15px;
    left: auto;
    --icon-size: 40px;
  }
  .service-style3 .service-icon img {
    max-width: 15px;
  }
  .service-style3 .service-title {
    font-size: 18px;
  }
  .service-style3 .link-btn {
    font-size: 14px;
  }
  .service-style1 {
    border-left: none;
  }
}
.why-choose-us-content {
  border-radius: 6px;
  background: var(--white-color);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 60px;
  margin-bottom: -268px;
  padding: 60px 40px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .why-choose-us-content {
    padding: 43px 26px;
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .why-choose-us-content {
    margin-bottom: 0;
  }
}

.about-media-two {
  align-items: center;
  border-bottom: 1px solid #fff1e8;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-media-two {
    display: block;
  }
}
.about-media-two:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about-media-two:hover .media-icon {
  background-color: var(--theme-color2);
}
.about-media-two:hover .media-icon::before {
  border-color: var(--theme-color);
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.about-media-two .media-icon {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 10px;
  background-color: var(--theme-color);
}
.about-media-two .media-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 110px;
  height: 110px;
  border: 2px dashed var(--theme-color2);
  border-radius: 50%;
}
.about-media-two .media-body {
  margin-left: 21px;
  /* Extra small devices */
}
.about-media-two .media-body .media-title {
  margin-bottom: 10px;
  display: block;
}
.about-media-two .media-body .media-info {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .about-media-two .media-body {
    margin-left: 0;
    margin-top: 40px;
  }
}
.about-media-two .media-body p {
  margin-bottom: 0;
}

.progress-box.v4 {
  margin-bottom: 30px;
}
.progress-box.v4 .progress-box__title {
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 600;
}
.progress-box.v4 .progress-box__progress {
  height: 15px;
  border: 1px solid var(--theme-color);
  background-color: var(--white-color);
  padding: 4px;
}
.progress-box.v4 .progress-box__bar {
  height: 5px;
}
.progress-box.v4 .progress-box__number {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
}

/*------------------- 4.14. CTA  -------------------*/
.cta-box1 {
  background-color: var(--theme-color);
  padding: 85px 45px 85px 70px;
  margin-bottom: 55px;
  position: relative;
}
.cta-box1 .shape-dotted {
  position: absolute;
  left: -35px;
  bottom: -38px;
  width: 275px;
  height: 175px;
  z-index: -1;
}
.cta-box1 .sec-subtitle {
  color: var(--white-color);
}
.cta-box1 .sec-title {
  color: var(--white-color);
  max-width: 700px;
  margin-bottom: 23px;
}
.cta-box1 .vs-btn {
  margin-right: 20px;
}
.cta-box1 .cta-number {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  color: var(--white-color);
}
.cta-box1 .cta-number .text-reset:hover {
  text-decoration: none;
  color: var(--theme-color2) !important;
}
.cta-box1 .cta-number img {
  margin: 0 7px 0 0;
  position: relative;
  top: -1px;
}

.cta-img1 {
  position: relative;
}
.cta-img1 img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: initial;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-box1 {
    padding: 50px 35px 50px 35px;
    margin-bottom: 100px;
  }
  .cta-box1 .sec-title {
    max-width: 100%;
  }
  .cta-box1 .shape-dotted {
    left: 0;
    bottom: -38px;
  }
  .cta-img1 {
    margin-bottom: -130px;
  }
  .cta-img1 img {
    position: relative;
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cta-box1 {
    padding: 40px 20px 30px 20px;
    margin-bottom: 100px;
  }
  .cta-box1 .sec-title {
    max-width: 100%;
  }
  .cta-box1 .shape-dotted {
    left: 0;
    bottom: -38px;
  }
  .cta-box1 .cta-number {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .cta-img1 {
    margin-bottom: -80px;
  }
}
/*------------------- 4.15. Package  -------------------*/
.price-slide1 {
  margin-bottom: -35px;
  position: relative;
  z-index: 1;
}

.package-style1 {
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 35px;
}
.package-style1 .package-head {
  outline: 3px solid var(--theme-color2);
  outline-offset: -3px;
  position: relative;
  padding: 40px 40px 73px 45px;
  z-index: 1;
  transition: all ease 0.4s;
}
.package-style1 .package-head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: var(--theme-color2);
}
.package-style1 .package-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.package-style1 .package-img:before {
  background-color: #111330;
  opacity: 0.75;
}
.package-style1 .package-icon {
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 2px solid var(--theme-color2);
  border-radius: 50%;
  position: absolute;
  bottom: -38px;
  right: 40px;
  transition: all ease 0.4s;
}
.package-style1 .package-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.package-style1 .package-name {
  margin-bottom: 0;
  transition: all ease 0.4s;
}
.package-style1 .package-text {
  font-weight: 500;
  margin: -0.2em 0 10px 0;
  color: #999999;
  transition: all ease 0.4s;
}
.package-style1 .currency {
  color: var(--theme-color2);
}
.package-style1 .package-price {
  margin: 0;
  line-height: 1;
  transition: all ease 0.4s;
}
.package-style1 .package-body {
  padding: 45px 45px 40px 49px;
  border: 1px solid #e4e4e4;
  border-top: none;
}
.package-style1 .package-list ul {
  margin: 0 0 23px 0;
  padding: 0 0 36px 0;
  border-bottom: 1px solid #e4e4e4;
}
.package-style1 .package-list li {
  color: #555555;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 23px;
}
.package-style1 .package-list li:last-child {
  margin-bottom: 0;
}
.package-style1 .package-list li > i:first-child {
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 3px;
}
.package-style1 .package-number {
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 18px 0;
}
.package-style1 .package-number a {
  font-weight: 700;
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.package-style1 .package-number a i {
  margin-right: 6px;
}
.package-style1 .package-number a:hover {
  color: var(--theme-color2);
}
.package-style1 .vs-btn {
  padding: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.package-style1 .shape-dotted {
  position: absolute;
  left: 50%;
  right: 30px;
  bottom: 0;
  height: 35px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateX(-50%);
}

.package-style2 {
  text-align: center;
}
.package-style2 .package-name {
  font-size: 26px;
}

.slick-center .package-style1 .package-head,
.package-style1:hover .package-head {
  outline-color: transparent;
}
.slick-center .package-style1 .package-img,
.package-style1:hover .package-img {
  opacity: 1;
  visibility: visible;
}
.slick-center .package-style1 .package-icon,
.package-style1:hover .package-icon {
  background-color: var(--theme-color2);
}
.slick-center .package-style1 .package-icon img,
.package-style1:hover .package-icon img {
  filter: brightness(0) invert(1);
}
.slick-center .package-style1 .package-price,
.slick-center .package-style1 .package-text,
.slick-center .package-style1 .package-name,
.package-style1:hover .package-price,
.package-style1:hover .package-text,
.package-style1:hover .package-name {
  color: var(--white-color);
}
.slick-center .package-style1 .shape-dotted,
.package-style1:hover .shape-dotted {
  opacity: 1;
  visibility: visible;
  bottom: -30px;
}
.slick-center .package-style1 .vs-btn,
.package-style1:hover .vs-btn {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.package-style2 {
  background-color: var(--white-color);
  padding: 45px 30px 40px 30px;
  box-shadow: none;
  position: relative;
  transition: all ease 0.4s;
  z-index: 1;
  margin: 0 0 30px 0;
}
.package-style2:after, .package-style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-color: var(--theme-color2);
  border-style: solid;
  border-width: 2px 0 0 2px;
  width: 0;
  height: 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.package-style2:after {
  border-width: 0 2px 2px 0;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.package-style2 .package-name {
  margin: 0 0 3px 0;
}
.package-style2 .package-label {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 12px 0;
  display: block;
  color: #999999;
}
.package-style2 .package-price {
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
  display: block;
  margin: 0 0 42px 0;
}
.package-style2 .currency {
  color: var(--theme-color2);
}
.package-style2 .package-img {
  border: 1px solid #dddddd;
  margin-bottom: 28px;
  overflow: hidden;
}
.package-style2 .package-img img {
  transition: all ease 0.4s;
  transform: scale(1);
}
.package-style2 .package-text {
  font-weight: 500;
  margin: 0 0 20px 0;
}
.package-style2 .vs-btn {
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 100%;
}

.slick-center .package-style2,
.package-style2:hover {
  box-shadow: 0.02px 1px 27px 0 rgba(35, 31, 32, 0.04);
}
.slick-center .package-style2 .package-img img,
.package-style2:hover .package-img img {
  transform: scale(1.05);
}
.slick-center .package-style2:after, .slick-center .package-style2:before,
.package-style2:hover:after,
.package-style2:hover:before {
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.slick-center .package-style2 .vs-btn.style2,
.package-style2:hover .vs-btn.style2 {
  background-color: var(--theme-color2);
  color: var(--white-color);
  outline-color: transparent;
}
.slick-center .package-style2 .vs-btn.style2:hover,
.package-style2:hover .vs-btn.style2:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  outline-color: transparent;
}

/* Large devices */
@media (max-width: 1199px) {
  .package-style1 .package-head {
    padding: 30px 25px 73px 25px;
  }
  .package-style1 .package-body {
    padding: 45px 25px 40px 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .package-style1 .shape-dotted {
    display: none;
  }
  .package-style2 {
    padding: 30px 20px 30px 20px;
    margin: 0 0 30px 0;
  }
}
.package-style3 {
  position: relative;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  /* Medium devices */
}
@media (max-width: 991px) {
  .package-style3 {
    margin-bottom: 30px;
  }
}
.package-style3 .hover-bg-img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.package-style3 .hover-bg-img > img {
  width: 100%;
  height: 100%;
}
.package-style3:hover {
  background-color: var(--theme-color);
}
.package-style3:hover .package-head {
  position: relative;
  z-index: 99;
}
.package-style3:hover .package-head .package-name {
  color: var(--white-color);
}
.package-style3:hover .package-head .package-text {
  color: var(--white-color);
}
.package-style3:hover .package-head .package-price {
  color: var(--white-color);
}
.package-style3:hover .package-body .vs-btn {
  background-color: var(--theme-color2);
}
.package-style3:hover .package-body .vs-btn::before {
  background-color: var(--theme-color);
}
.package-style3:hover .package-body .vs-btn::after {
  background-color: var(--theme-color);
}
.package-style3:hover .icon-box {
  background-color: var(--theme-color2);
}
.package-style3:hover .hover-bg-img {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.package-style3 .package-head {
  padding: 46px 50px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .package-style3 .package-head {
    padding: 46px 30px 0;
  }
}
.package-style3 .package-head .package-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
.package-style3 .package-head .package-text {
  line-height: 26px;
  display: inline-block;
  margin-bottom: 10px;
}
.package-style3 .package-head .package-price {
  font-size: 48px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 19px;
}
.package-style3 .package-body {
  padding: 0 50px 50px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .package-style3 .package-body {
    padding: 0 30px 50px;
  }
}
@media (max-width: 767px) {
  .package-style3 .package-body {
    padding: 0 20px 50px;
  }
}
.package-style3 .package-body .list-unstyled {
  position: relative;
  list-style: none;
  padding-left: 0;
  border-radius: 6px;
  background: #fafafa;
  padding: 26px 30px 22px;
  margin-bottom: 40px;
  z-index: 999;
}
.package-style3 .package-body .list-unstyled li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--title-font);
  padding-left: 24px;
  margin-bottom: 10px;
}
.package-style3 .package-body .list-unstyled li:last-child {
  margin-bottom: 0;
}
.package-style3 .package-body .list-unstyled li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--theme-color);
}
.package-style3 .package-body .vs-btn {
  width: 100%;
  padding: 22px 40px;
  background-color: var(--theme-color);
}
.package-style3 .package-body .vs-btn::before {
  background-color: var(--theme-color2);
}
.package-style3 .package-body .vs-btn::after {
  background-color: var(--theme-color2);
}
.package-style3 .icon-box {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  padding: 8px 16px 0 0;
  transition: all 0.3s ease;
}

/*------------------- 4.16. Project  -------------------*/
.project-style2 .media-body,
.project-style1 .media-body {
  position: relative;
  z-index: 1;
}
.project-style2 .project-energytotal,
.project-style1 .project-energytotal {
  display: block;
  margin: 0;
  line-height: 1;
  transition: all ease 0.4s;
}
.project-style2 .quantity,
.project-style1 .quantity {
  color: var(--theme-color2);
}
.project-style2 .project-energytext,
.project-style1 .project-energytext {
  font-weight: 500;
  color: #555555;
  margin: 0;
  transition: all ease 0.4s;
}
.project-style2 .project-img,
.project-style1 .project-img {
  position: relative;
}
.project-style2 .project-img:before,
.project-style1 .project-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 3px solid var(--theme-color2);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.project-style2:hover .project-img:before,
.project-style1:hover .project-img:before {
  opacity: 1;
  visibility: visible;
}

.project-style1 {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 60px;
  z-index: 1;
  transition: all ease 0.4s;
}
.project-style1 .project-img {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.project-style1 .project-img img {
  transition: all ease 0.4s;
  transform: scale(1.003);
}
.project-style1 .project-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white-color);
  border: 1px solid #e8e8e8;
  max-width: 490px;
  margin: 0 20px;
  padding: 32px 40px 32px 40px;
  transition: all ease 0.4s;
}
.project-style1 .project-category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 3px 0;
  transition: all ease 0.4s;
}
.project-style1 .project-title2,
.project-style1 .project-title {
  margin: 0 0 22px 0;
  transition: all ease 0.4s;
}
.project-style1 .shape-dotted {
  position: absolute;
  bottom: -35px;
  left: 50%;
  height: 35px;
  margin-left: -138px;
  z-index: -1;
  transition: all ease 0.4s;
}
.project-style1:hover .project-img:before {
  opacity: 1;
  visibility: visible;
}
.project-style1:hover .project-img img {
  transform: scale(1.1);
}
.project-style1.layout2 .project-content {
  opacity: 0;
  visibility: hidden;
}
.project-style1.layout2 .project-category,
.project-style1.layout2 .project-title,
.project-style1.layout2 .project-energytotal,
.project-style1.layout2 .project-energytext,
.project-style1.layout2 .shape-dotted {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.project-style1.layout2 .shape-dotted {
  transform: translateY(-22px);
}
.project-style1.layout3 {
  padding-bottom: 110px;
}
.project-style1.layout3 .project-img img {
  width: 100%;
}
.project-style1.layout3 .project-title {
  font-size: 24px;
}
.project-style1.layout3 .link-btn {
  margin-top: 20px;
}
.project-style1.layout3 .project-content {
  margin: 0 30px 0 0;
}
.project-style1.layout3 .project-body {
  overflow: hidden;
}
.project-style1.layout3 .project-energy {
  margin-bottom: -115px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.project-style1.layout3 .project-category {
  letter-spacing: 0.06em;
}
.project-style1.layout3 .shape-dotted {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
}

.project-slide1 .slick-current .project-style1.layout2 .project-content,
.project-slide1 .slick-current .project-style1.layout2 .project-category,
.project-slide1 .slick-current .project-style1.layout2 .project-title,
.project-slide1 .slick-current .project-style1.layout2 .project-energytotal,
.project-slide1 .slick-current .project-style1.layout2 .project-energytext,
.project-slide1 .slick-current .project-style1.layout2 .shape-dotted {
  transform: translateY(1px);
  opacity: 1;
  visibility: visible;
}
.project-slide1 .slick-current .project-style1.layout2 .project-title {
  transition-delay: 0.1s;
}
.project-slide1 .slick-current .project-style1.layout2 .project-energytotal {
  transition-delay: 0.2s;
}
.project-slide1 .slick-current .project-style1.layout2 .project-energytext {
  transition-delay: 0.3s;
}

.project-style1.layout3:hover .project-content,
.slick-center .project-style1.layout3 .project-content {
  background-color: #111330;
  border-color: transparent;
}
.project-style1.layout3:hover .project-energytext,
.project-style1.layout3:hover .project-category,
.slick-center .project-style1.layout3 .project-energytext,
.slick-center .project-style1.layout3 .project-category {
  color: #c6c6c6;
}
.project-style1.layout3:hover .link-btn,
.project-style1.layout3:hover .project-energytotal,
.project-style1.layout3:hover .project-title2 a,
.project-style1.layout3:hover .project-title a,
.slick-center .project-style1.layout3 .link-btn,
.slick-center .project-style1.layout3 .project-energytotal,
.slick-center .project-style1.layout3 .project-title2 a,
.slick-center .project-style1.layout3 .project-title a {
  color: var(--white-color);
}
.project-style1.layout3:hover .link-btn:hover,
.project-style1.layout3:hover .project-title2 a:hover,
.project-style1.layout3:hover .project-title a:hover,
.slick-center .project-style1.layout3 .link-btn:hover,
.slick-center .project-style1.layout3 .project-title2 a:hover,
.slick-center .project-style1.layout3 .project-title a:hover {
  color: var(--theme-color2);
}
.project-style1.layout3:hover .shape-dotted,
.slick-center .project-style1.layout3 .shape-dotted {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.project-style1.layout3:hover .project-energy,
.slick-center .project-style1.layout3 .project-energy {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.project-slide1 {
  --dot-bg: #fafafa;
  margin-bottom: 0;
}
.project-slide1 .project-style1 {
  margin-bottom: 62px;
}
.project-slide1 .slick-arrow {
  right: 19px;
  bottom: 61px;
  left: auto;
  top: auto;
  transform: none;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.project-slide1 .slick-arrow.slick-prev {
  right: 92px;
}

.project-tab1 {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 40px;
}
.project-tab1 button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 700;
  line-height: 28px;
  font-size: 16px;
  margin: 0 10px 15px 10px;
  padding: 19px 29px 14px 29px;
  max-width: 100%;
  border-radius: 9999px;
  transition: all ease 0.4s;
  text-transform: capitalize;
}
.project-tab1 button:hover, .project-tab1 button.active {
  color: var(--white-color);
  background-color: var(--theme-color2);
}

.project-style2 {
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0 0 30px 15px;
}
.project-style2 .media-body {
  align-self: center;
  padding: 80px 50px;
  background-color: var(--white-color);
  margin: 0 15px 0 -60px;
  box-shadow: 0 0 40px -17px rgba(0, 0, 0, 0.1);
}
.project-style2 .project-category {
  text-decoration: underline;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
  display: inline-block;
}
.project-style2 .project-title {
  margin-bottom: 25px;
  text-transform: capitalize;
}
.project-style2 .project-text {
  margin-bottom: 27px;
}
.project-style2 .project-btn {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding-bottom: 2px;
  margin-top: 42px;
  border-bottom: 2px solid #e1e1e1;
}
.project-style2 .project-btn i {
  margin-left: 10px;
}
.project-style2 .project-btn:hover {
  color: var(--theme-color);
}
.project-style2 .project-title {
  margin: 0;
  font-size: 42px;
}
.project-style2 .project-head {
  margin: 0 0 10px 0;
}

.project-slider2 {
  max-width: 100%;
  z-index: 3;
}
.project-slider2 .slick-dots {
  margin: 0;
  position: absolute;
  left: 20.7%;
  bottom: -61px;
}
.project-slider2 .slick-dots button {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--white-color);
}
.project-slider2 .slick-dots li:not(.slick-active) button:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.project-slider2 .slick-dots li.slick-active button {
  background-color: var(--white-color);
}

.project-media {
  border: 1px solid #d9d9d9;
  margin: -0.5px;
  padding: 30px 40px 21px 40px;
  transition: all ease 0.4s;
  z-index: 1;
  min-height: 116px;
}
.project-media .media-title {
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}
.project-media .media-info {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  display: block;
  margin: 0;
}
.project-media.has-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 41px 0;
}
.project-media.has-link a {
  color: var(--theme-color2);
}
.project-media.has-link a:hover {
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .project-style1.layout3 .project-content {
    padding: 22px 30px 22px 30px;
  }
  .project-style2 {
    margin: 0 0 30px 0;
  }
  .project-style2 .media-body {
    margin: 0;
    padding: 60px 25px;
  }
  .project-style2 .project-title {
    margin: 10px 0 0 0;
    font-size: 36px;
  }
  .project-style2 .project-img {
    max-width: 350px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .project-media {
    padding: 20px 25px 18px 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .project-style1.layout3 {
    padding-bottom: 0;
  }
  .project-style1.layout3 .project-content {
    position: relative;
    padding: 22px 20px 22px 20px;
    background-color: #111330;
    border-color: transparent;
    margin: -1px 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  .project-style1.layout3 .project-title {
    font-size: 20px;
  }
  .project-style1.layout3 .project-energytext,
  .project-style1.layout3 .project-category {
    color: #c6c6c6;
  }
  .project-style1.layout3 .project-energytotal,
  .project-style1.layout3 .project-title2 a,
  .project-style1.layout3 .project-title a {
    color: var(--white-color);
  }
  .project-style1.layout3 .shape-dotted,
  .project-style1.layout3 .project-energy {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .project-style2 {
    display: block;
  }
  .project-style2 .media-body {
    margin: 0;
    padding: 40px 30px;
  }
  .project-style2 .project-btn {
    margin-top: 20px;
  }
  .project-style2 .project-img {
    max-width: 100%;
  }
  .project-style2 .project-img img {
    width: 100%;
  }
  .project-media {
    min-height: auto;
  }
  .project-media.has-link {
    padding: 20px 25px 18px 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .project-slide1 .project-style1 {
    margin: 0 0 30px 0;
    padding-bottom: 0;
  }
  .project-slide1 .project-style1 .project-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    max-width: 285px;
    margin: 10px;
    padding: 22px 20px 22px 25px;
  }
  .project-slide1 .project-style1 .shape-dotted {
    display: none;
  }
  .project-style2 .media-body {
    margin: 0;
    padding: 30px 15px;
  }
  .project-style2 .project-title {
    margin: 10px 0 0 0;
    font-size: 30px;
  }
  .project-style2 .project-text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .project-tab1 button {
    font-size: 12px;
    margin: 0 5px 10px 5px;
    padding: 14px 22px 10px 22px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .project-media .media-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .project-media .media-info {
    font-size: 14px;
  }
}
.project-style3 .image {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 6px;
  z-index: 1;
}
.project-style3 .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(101.89deg, #002927 0.41%, rgba(19, 110, 23, 0) 117.81%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-style3 .image:hover {
  border-color: var(--theme-color2);
}
.project-style3 .image:hover img {
  transform: scale(1.2);
}
.project-style3 .image img {
  width: 100%;
  transition: all 0.3s ease;
}
.project-style3 .image .content-box {
  position: absolute;
  bottom: 19px;
  left: 31px;
  z-index: 2;
}
.project-style3 .image .content-box span {
  color: var(--theme-color);
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 7px;
  display: inline-block;
}
.project-style3 .image .content-box .title {
  font-size: 24px;
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 0;
}

/*------------------- 4.17. Brand  -------------------*/
.brand-wrap1 {
  background-color: #FAFAFA;
  padding: 30px;
  position: relative;
}
.brand-wrap1 [class*=col-] {
  position: relative;
  z-index: 1;
  transition: all ease 0.4s;
}
.brand-wrap1 [class*=col-]:hover {
  z-index: 2;
}
.brand-wrap1 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -33px;
  z-index: -1;
}

.brand-style1 {
  border: 1px solid #DDDDDD;
  height: 140px;
  line-height: 140px;
  text-align: center;
  padding: 0 20px;
  margin: -0.5px;
  background-color: var(--white-color);
  transition: all ease 0.4s;
  z-index: 1;
}
.brand-style1 img {
  filter: grayscale(100%);
  transition: all ease 0.4s;
}
.brand-style1:hover {
  z-index: 2;
  border-color: var(--theme-color2);
}
.brand-style1:hover img {
  filter: none;
}

.brand-style2 {
  border: 1px solid #DDDDDD;
  height: 180px;
  line-height: 180px;
  text-align: center;
  padding: 0 20px;
  margin: -0.5px;
  background-color: var(--white-color);
  transition: all ease 0.4s;
  z-index: 1;
  margin: 0 0 0;
}
.brand-style2:hover {
  z-index: 2;
  border-color: var(--theme-color2);
}

.slick-slide .brand-style1 {
  margin: 1px 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .brand-wrap1 .shape-dotted {
    right: 0;
    bottom: -23px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .brand-wrap1 {
    padding: 20px;
  }
  .brand-wrap1 .shape-dotted {
    right: 0;
    bottom: -23px;
  }
}
/*------------------- 4.18. Form  -------------------*/
.form-style1 {
  padding: 80px 80px 80px 0;
}
.form-style1 .form-title {
  color: var(--white-color);
  font-size: 34px;
  margin: -0.2em 0 20px 0;
  text-transform: capitalize;
}
.form-style1 .form-text {
  color: var(--white-color);
  margin: 0 0 32px 0;
}
.form-style1 .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-style1 .form-group input {
  height: 60px;
  color: #949494;
  font-weight: 500;
  padding-left: 40px;
  padding-right: 30px;
  border: none;
  margin: 0 10px 0 0;
  border-radius: 9999px;
  flex: 1;
}
.form-style1 .form-group input::-moz-placeholder {
  color: #949494;
}
.form-style1 .form-group input::-webkit-input-placeholder {
  color: #949494;
}
.form-style1 .form-group input:-ms-input-placeholder {
  color: #949494;
}
.form-style1 .form-group input::placeholder {
  color: #949494;
}
.form-style1.layout2 {
  padding: 0;
}
.form-style1.layout2 .form-group {
  background-color: var(--white-color);
  border-radius: 9999px;
}
.form-style1.layout2 .form-group input {
  background-color: transparent;
  height: 59px;
}
.form-style1.layout2 .form-title {
  margin: -0.2em 0 5px 0;
}
.form-style1.layout2 .vs-btn {
  margin: -1px;
}

.form-style2 {
  background-color: var(--white-color);
  padding: 53px 50px 60px 50px;
  border: 3px solid rgba(255, 116, 27, 0.25);
}
.form-style2 .form-title {
  font-size: 28px;
  width: max-content;
  margin: 0 0 35px 0;
  max-width: 100%;
  text-decoration: underline;
  text-decoration-color: var(--theme-color2);
}
.form-style2 .form-group {
  margin-bottom: 30px;
}
.form-style2 .form-group select,
.form-style2 .form-group input {
  border: 1px solid #d9d9d9;
  height: 60px;
}
.form-style2.layout2 {
  padding: 0 59px 0 0;
  border: none;
  background-color: transparent;
}

.form-img1 {
  margin-top: -95px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .form-style1 {
    padding: 60px 60px 60px 0;
  }
  .form-img1 {
    margin: 0;
    padding: 60px 0;
  }
  .form-img1 img {
    width: 100%;
  }
  .form-style1.layout2 {
    padding-right: 30px;
  }
  .form-style2.layout2 {
    padding: 0 20px 0 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .form-style1 {
    padding: 40px 40px 40px 0;
  }
  .form-style1 .form-title {
    font-size: 26px;
  }
  .form-style1 .form-group input {
    height: 60px;
    padding-left: 25px;
    padding-right: 30px;
  }
  .form-style1.layout2 {
    padding-right: 0;
  }
  .form-style2.layout2 {
    padding: 0 0 0 0;
  }
  .form-style2.layout2 .form-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .form-style2.layout2 .form-group textarea,
  .form-style2.layout2 .form-group input {
    padding-left: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .form-style1 {
    padding-right: 0;
  }
  .form-style1 .form-title {
    margin-bottom: 15px;
  }
  .form-img1 {
    padding: 60px 0 0 0;
  }
  .form-style1.layout2 {
    text-align: center;
  }
  .form-style2 {
    padding: 43px 40px 50px 40px;
  }
  .form-style2 .form-title {
    margin: 0 0 30px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .form-style1 .form-group {
    display: block;
  }
  .form-style1 .form-group input {
    margin-bottom: 20px;
  }
  .form-style1.layout2 .form-group {
    background-color: transparent;
  }
  .form-style1.layout2 .form-group input {
    background-color: var(--white-color);
  }
  .form-style2 {
    padding: 43px 20px 50px 20px;
  }
  .form-style2 .form-title {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
  .form-style2 .form-group input,
  .form-style2 .form-group select {
    height: 50px;
    padding-left: 15px;
    background-position: right 15px center;
  }
}
@media (max-width: 991px) {
  .form-style1.v4 {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 575px) {
  .form-style1.v4 {
    margin-top: 100px;
  }
}
.form-style1.v4 .form-group {
  width: 410px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .form-style1.v4 .form-group {
    width: 100%;
  }
}
.form-style1.v4 .form-group input {
  width: 410px;
  border-radius: 6px;
  margin-right: 0;
  padding: 0 0 0 21px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .form-style1.v4 .form-group input {
    margin-bottom: 0;
    height: 50px;
    width: 100%;
  }
}
.form-style1.v4 .form-group .vs-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .form-style1.v4 .form-group .vs-btn {
    top: 0;
    right: 0;
  }
}
/*------------------- 4.19. Simple Section  -------------------*/
.social-box {
  padding: 80px 100px;
  position: relative;
  z-index: 1;
}
.social-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}
.social-box__title {
  color: var(--white-color);
  margin: -0.2em 0 10px 0;
  font-size: 34px;
}

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

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

.award-wrap-title {
  background-color: var(--theme-color);
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto -40px auto;
  max-width: 850px;
  text-align: center;
  padding: 31px 30px;
  position: relative;
  z-index: 1;
}

.award-wrap1 {
  background-color: #F7F7F7;
  padding: 90px 50px 20px 50px;
  margin-bottom: 60px;
}
.award-wrap1:last-child {
  margin-bottom: 30px;
}

.award-style1 {
  background-color: var(--white-color);
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
.award-style1 .award-img {
  min-height: 175px;
  line-height: 175px;
  text-align: center;
  margin-bottom: 20px;
}
.award-style1 .award-img img {
  max-width: 100%;
  max-height: 100%;
}
.award-style1 .award-title {
  margin-bottom: 10px;
}
.award-style1 .award-text {
  max-width: 250px;
  margin: 0 auto;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .social-box {
    padding: 60px 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .social-box {
    padding: 40px 40px;
  }
  .social-box__title {
    font-size: 26px;
  }
  .award-wrap1 {
    padding: 80px 20px 10px 20px;
  }
  .award-wrap-title {
    max-width: 740px;
  }
  .award-style1 {
    padding: 30px 20px 30px 20px;
  }
  .award-style1 .award-text {
    font-size: 14px;
  }
  .award-style1 .award-img {
    min-height: 100px;
    line-height: 100px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .social-box::before {
    width: 100%;
  }
  .award-wrap-title {
    max-width: 520px;
    padding: 21px 20px;
    margin-bottom: -30px;
  }
  .award-wrap1 {
    padding: 70px 20px 10px 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .social-box {
    padding: 40px 20px;
  }
  .info-social a,
  .social-box a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
  }
}
/*------------------- 4.20. Gallery  -------------------*/
.gallery-style1 {
  position: relative;
}
.gallery-style1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 1;
}
.gallery-style1 .gallery-img {
  overflow: hidden;
}
.gallery-style1 .gallery-img img {
  transition: all ease 0.4s;
  transform: scale(1) rotate(0);
  width: 100%;
}
.gallery-style1 .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: var(--white-color);
  font-size: 50px;
  z-index: 2;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.gallery-style1 .gallery-btn:hover {
  color: var(--theme-color2);
}
.gallery-style1:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallery-style1:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
}
.gallery-style1:hover .gallery-img img {
  transform: scale(1.2) rotate(10deg);
}

/* Small devices */
@media (max-width: 767px) {
  .gallery-style1 .gallery-btn {
    font-size: 30px;
  }
}
/*------------------- 4.21. Testimonial  -------------------*/
.testimonial-style1 {
  position: relative;
  padding: 60px 60px 60px 0;
  margin: 30px 0 60px 0;
}
.testimonial-style1 .testimonial-bg {
  position: absolute;
  left: -275px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f7f7f7;
}
.testimonial-style1 .testimonial-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--title-color);
  margin: 0 0 30px 0;
}
.testimonial-style1 .author-name {
  font-size: 26px;
  margin: 0 0 4px 0;
}
.testimonial-style1 .author-degi {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.testimonial-style1 .testimonial-rating {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
  font-size: 22px;
}
.testimonial-style1 .testimonial-rating i {
  font-size: 18px;
  color: var(--theme-color2);
}
.testimonial-style1 .slick-dots {
  position: absolute;
  left: 0;
  bottom: -147px;
}

.testi-style2 {
  max-width: 770px;
  position: relative;
}
.testi-style2 .testi-body {
  background-color: var(--white-color);
  padding: 30px;
  border: 1px solid #c0c0c0;
  display: flex;
  position: relative;
  box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
}
.testi-style2 .media-body {
  align-self: center;
  padding-top: 7px;
}
.testi-style2 .testi-img {
  margin-right: 45px;
}
.testi-style2 .testi-rating {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 0 0 20px 0;
}
.testi-style2 .testi-rating i {
  margin-right: 3px;
}
.testi-style2 .testi-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 32px;
}
.testi-style2 .testi-name {
  margin: 0;
}
.testi-style2 .testi-degi {
  color: #818181;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.testi-style2 .quote-icon {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.testi-style2 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: 20px;
  z-index: -1;
}
.testi-style2 .slick-dots {
  margin-top: 48px;
  margin-bottom: 0;
}

.testi-nav {
  position: relative;
  margin-bottom: 48px;
  width: max-content;
  height: max-content;
  max-width: 100%;
  max-height: 100%;
}
.testi-nav .tab-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all ease 0.8s;
  overflow: hidden;
}
.testi-nav .tab-btn:after, .testi-nav .tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: var(--theme-color2);
  z-index: 1;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.testi-nav .tab-btn:after {
  border-width: 0 2px 2px 0;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.testi-nav .tab-btn:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testi-nav .tab-btn img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1);
}
.testi-nav .tab-btn:hover:after, .testi-nav .tab-btn:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.testi-nav .tab-btn:hover img {
  transform: scale(1.08);
}
.testi-nav.nav-prev .prev {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.testi-nav.nav-prev .tab-btn.active:first-child {
  opacity: 0.5;
  visibility: visible;
  cursor: not-allowed;
}
.testi-nav.nav-next .next {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.testi-nav.nav-next .tab-btn.active:last-child {
  opacity: 0.5;
  visibility: visible;
  cursor: not-allowed;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .testimonial-style1 {
    padding: 40px 40px 40px 0;
    margin: 30px 0 0 0;
  }
  .testimonial-style1 .testimonial-text {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .testi-style2 .shape-dotted {
    right: -10px;
    bottom: 35px;
  }
  .testi-style2 .testi-img {
    margin-right: 30px;
  }
  .testi-style2 .testi-name {
    font-size: 26px;
  }
  .testi-style2 .testi-degi {
    font-size: 14px;
    letter-spacing: 0;
  }
  .testi-style2 .testi-text {
    font-size: 18px;
    line-height: 30px;
  }
  .testi-style2 .testi-rating {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .testimonial-style1 {
    padding: 40px;
  }
  .testimonial-style1 .testimonial-bg {
    width: 100%;
    left: 0;
  }
  .testi-style2 {
    max-width: 100%;
  }
  .testi-nav {
    width: 100%;
  }
  .testi-nav .tab-btn {
    width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testimonial-style1 .testimonial-text {
    font-size: 20px;
  }
  .testimonial-style1 .author-name {
    font-size: 24px;
  }
  .testimonial-style1 .author-degi {
    font-size: 14px;
    margin-right: 15px;
  }
  .testi-style2 {
    padding-left: 100px;
    margin-bottom: 0;
  }
  .testi-style2 .shape-dotted {
    display: none;
  }
  .testi-style2 .quote-icon {
    max-width: 100px;
    bottom: 0;
  }
  .testi-style2 .testi-body {
    padding: 20px;
  }
  .testi-style2 .testi-img {
    margin-right: 25px;
    max-width: 200px;
  }
  .testi-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    margin: 0;
    z-index: 2;
  }
  .testi-nav.nav-next {
    top: 130px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testimonial-style1 {
    padding: 40px 20px;
  }
  .testi-style2 {
    padding-left: 0;
    text-align: center;
  }
  .testi-style2 .testi-body {
    display: block;
    padding: 35px 10px 35px 10px;
  }
  .testi-style2 .testi-img {
    margin: 0 0 15px 0;
    max-width: 100%;
  }
  .testi-nav {
    position: relative;
    width: 100%;
  }
  .testi-nav.nav-next {
    top: 0;
  }
}
.testi-thumbs-slider {
  position: relative;
  top: -15px;
  z-index: 99;
}

.tab-box {
  transition: all 0.3s ease;
  margin: 15px 0;
  width: calc(100% - 15px);
  /* Medium devices */
}
.tab-box:hover .tabs, .tab-box.slick-current .tabs {
  border: 1px solid #47af34;
}
.tab-box:last-child {
  margin-bottom: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .tab-box:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .tab-box {
    margin-right: 0;
  }
}
.tab-box .tabs {
  position: relative;
  border-radius: 6px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 19px 17px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: all 0.3s ease;
}
.tab-box .tabs:hover {
  cursor: pointer;
}
.tab-box .tabs .image {
  max-width: 70px;
}
.tab-box .tabs .image img {
  border-radius: 5px;
  max-height: 70px;
  min-width: 70px;
  object-fit: cover;
}
.tab-box .tabs .content-box {
  margin-left: 20px;
}
.tab-box .tabs .content-box .name {
  font-weight: 700;
  margin-bottom: 4px;
}
.tab-box .tabs .content-box .designation {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  color: var(--theme-color);
}

.testimonial-slide {
  height: 100%;
}
.testimonial-slide .outer-box {
  position: relative;
  padding: 71px 12px 65px 313px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #eaeaea;
  height: calc(100% - 30px);
  min-height: 399px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.testimonial-slide .outer-box::before {
  content: "\f10e";
  font-family: var(--icon-font);
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 150px;
  font-size: 105px;
  line-height: 150px;
  color: var(--theme-color);
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .testimonial-slide .outer-box {
    padding: 50px 12px 51px 313px;
  }
}
@media (max-width: 991px) {
  .testimonial-slide .outer-box {
    margin-left: 0;
    padding: 67px 12px 67px 313px;
  }
}
@media (max-width: 767px) {
  .testimonial-slide .outer-box {
    padding: 20px 20px 30px;
  }
}
.testimonial-slide .outer-box .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* Small devices */
}
@media (max-width: 767px) {
  .testimonial-slide .outer-box .image {
    position: static;
  }
}
.testimonial-slide .outer-box .image img {
  border-radius: 5px 0 0 5px;
  height: 100%;
  /* Small devices */
}
.testimonial-slide .outer-box .image img img {
  height: 100%;
}
@media (max-width: 767px) {
  .testimonial-slide .outer-box .image img {
    width: 100%;
  }
}
.testimonial-slide .outer-box .content-box {
  /* Small devices */
}
@media (max-width: 767px) {
  .testimonial-slide .outer-box .content-box {
    padding-top: 30px;
  }
}
.testimonial-slide .outer-box .content-box ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 18px;
}
.testimonial-slide .outer-box .content-box ul li {
  color: var(--theme-color2);
  margin-right: 4px;
}
.testimonial-slide .outer-box .content-box p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .testimonial-slide .outer-box .content-box p {
    font-size: 20px;
  }
}
.testimonial-slide .outer-box .content-box .auther-info .name {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 3px;
}
.testimonial-slide .outer-box .content-box .auther-info .designation {
  font-size: 14px;
  font-family: var(--title-font);
  display: inline-block;
}

/*------------------- 4.22. Feature  -------------------*/
.feature-style1 .feature-body {
  position: relative;
  border: 1px solid #DDDDDD;
  padding: 42px 40px 34px 40px;
  background-color: var(--white-color);
  transition: all ease 0.4s;
  margin-bottom: 30px;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.feature-style1 .feature-number {
  font-size: 60px;
  font-weight: 900;
  color: var(--theme-color2);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.feature-style1 .feature-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.feature-style1 .feature-text {
  margin: 0;
  font-size: 14px;
}
.feature-style1 .feature-line {
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -1.5px 0 0 0;
  height: 3px;
  width: 135px;
  background-color: var(--theme-color2);
}
.feature-style1 .feature-line:after, .feature-style1 .feature-line:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color2);
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin: -8px -8px 0 0;
  border-radius: 50%;
  line-height: 1;
  box-shadow: 0 0 0 6px rgba(255, 116, 27, 0.15);
}
.feature-style1 .feature-line:after {
  left: 0;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  box-shadow: none;
}
.feature-style1:hover .feature-body {
  outline-color: var(--theme-color2);
  border-color: transparent;
  box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
}
.feature-style1:nth-child(even) .feature-line {
  right: auto;
  left: 100%;
  transform: rotate(180deg);
}

.feature-middle-img {
  position: relative;
}
.feature-middle-img img {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.feature-style2 {
  margin: -0.5px;
  z-index: 1;
  padding: 50px 50px 40px 50px;
  outline-offset: -2px;
  outline: 2px solid transparent;
  position: relative;
  border: 1px solid #D9D9D9;
  background-color: var(--white-color);
  transition: all ease 0.4s;
}
.feature-style2 .feature-icon {
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
  margin: 0 0 26px 0;
  text-align: center;
  background-color: rgba(255, 116, 27, 0.1);
  border-radius: 50%;
  transition: all ease 0.4s;
  font-size: 40px;
  color: var(--theme-color2);
}
.feature-style2 .feature-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.feature-style2 .feature-icon i {
  line-height: inherit;
}
.feature-style2 .feature-title {
  margin: 0 0 8px 0;
}
.feature-style2 .feature-text {
  margin: 0;
}
.feature-style2:hover {
  border-color: var(--theme-color2);
  outline-color: var(--theme-color2);
  z-index: 3;
}
.feature-style2:hover .feature-icon {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.feature-style2:hover .feature-icon img {
  filter: brightness(0) invert(1);
}
.feature-style2.style2 {
  padding: 45px 45px 35px 45px;
}
.feature-style2.style2 .feature-title {
  font-size: 22px;
}
.feature-style2.style2 .feature-icon {
  --icon-size: 80px;
  font-size: 30px;
  margin-bottom: 30px;
}

.slick-slide .feature-style2 {
  margin: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .feature-style2 {
    padding: 30px 30px 30px 30px;
  }
  .feature-style2 .feature-icon {
    --icon-size: 100px;
    margin: 0 0 20px 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-style1 .feature-body {
    padding: 32px 30px 24px 30px;
  }
  .feature-style1 .feature-number {
    margin-bottom: 10px;
  }
  .feature-style2.style2 {
    padding: 35px 30px 30px 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .feature-style1 .feature-line {
    display: none;
  }
  .feature-style2.style2 {
    padding: 35px 20px 30px 20px;
  }
  .feature-style2.style2 .feature-title {
    font-size: 20px;
  }
  .feature-style2.style2 .feature-icon {
    margin-bottom: 22px;
  }
  .feature-middle-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .feature-middle-img img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
/* Medium devices */
/*------------------- 4.23. Accordion  -------------------*/
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item p:last-child {
  margin-bottom: 0;
}

.accordion-button {
  padding: 0;
  border: none;
  text-align: left;
  font-family: var(--title-font);
  font-weight: 700;
}
.accordion-button:after {
  display: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--title-color);
  background-color: transparent;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  padding: 0;
}

.accordion-style1 .accordion-button {
  padding: 0 0 3px 75px;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  max-width: 450px;
  transition: all ease 0.4s;
}
.accordion-style1 .accordion-button:hover {
  color: var(--theme-color2);
}
.accordion-style1 .accordion-button:before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  border: 1px solid #D9D9D9;
  color: var(--title-color);
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  font-weight: 300;
  transition: all ease 0.4s;
  background-color: var(--white-color);
}
.accordion-style1 .accordion-button:not(.collapsed):before {
  content: "\f068";
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: transparent;
}
.accordion-style1 .accordion-body {
  padding: 3px 0 0 75px;
}
.accordion-style1 .accordion-item {
  padding: 0 0 25px 0;
  margin: 0 0 27px 0;
  border-bottom: 1px solid #C4C4C4;
}
.accordion-style1 .accordion-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.accordion-style1.layout2 .accordion-button {
  max-width: 100%;
}
.accordion-style1.layout2 .accordion-item {
  padding: 0 0 36px 0;
  margin: 0 0 42px 0;
  border-color: #EBEBEB;
}
.accordion-style1.layout2 .accordion-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion-style1.layout2 .accordion-item:first-child {
  border-top: 1px solid #EBEBEB;
  padding-top: 40px;
}

.accordion-style2 .accordion-button {
  border: 2px solid transparent;
  font-size: 20px;
  padding: 22.5px 60px 22.5px 36px;
  background-color: var(--white-color);
  position: relative;
}
.accordion-style2 .accordion-button:before {
  content: "\f178";
  font-family: var(--icon-font);
  font-weight: 400;
  position: absolute;
  right: 18px;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 116, 27, 0.05);
  color: var(--theme-color2);
  transform: translateY(-50%) rotate(0);
  transition: all ease 0.4s;
}
.accordion-style2 .accordion-button:not(.collapsed) {
  border-color: var(--theme-color2);
}
.accordion-style2 .accordion-button:not(.collapsed):before {
  transform: translateY(-50%) rotate(90deg);
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.accordion-style2 .accordion-item {
  margin-bottom: 15px;
}
.accordion-style2 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-style2 .accordion-body {
  padding: 15px 65px 3px 39px;
}

.faq-wrap1 {
  position: relative;
  background-color: #f7f7f7;
  z-index: 1;
  padding: 80px 0;
}

.faq-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: var(--theme-color);
  z-index: -2;
}

.faq-shape2 {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  writing-mode: vertical-rl;
  font-size: 180px;
  font-weight: 900;
  color: var(--white-color);
  opacity: 0.18;
  text-transform: uppercase;
  line-height: 1;
  z-index: -1;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .faq-shape2 {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .accordion-style2 .accordion-button {
    font-size: 18px;
    padding: 22.5px 50px 22.5px 25px;
  }
  .accordion-style2 .accordion-body {
    padding: 15px 55px 3px 27px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .faq-shape1 {
    height: 50%;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .accordion-style1 .accordion-button {
    max-width: 100%;
    padding-left: 50px;
    font-size: 18px;
  }
  .accordion-style1 .accordion-button:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-58%);
    font-size: 18px;
  }
  .accordion-style1 .accordion-body {
    padding: 3px 0 0 50px;
  }
  .accordion-style1.layout2 .accordion-item {
    padding: 0 0 28px 0;
    margin: 0 0 32px 0;
  }
  .accordion-style1.layout2 .accordion-item:first-child {
    padding-top: 26px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .faq-wrap1 {
    padding: 60px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .accordion-style2 .accordion-button {
    font-size: 18px;
    padding: 17.5px 50px 17.5px 20px;
  }
  .accordion-style2 .accordion-button:before {
    right: 9px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .accordion-style2 .accordion-body {
    padding: 15px 55px 3px 23px;
  }
}
/*------------------- 4.24. Team  -------------------*/
.team-style1 {
  margin-bottom: 30px;
}
.team-style1 .team-img {
  width: 350px;
  height: 350px;
  border: 2px solid var(--theme-color2);
  border-radius: 50%;
  position: relative;
  padding: 10px;
  margin-left: auto;
  transition: all ease 0.4s;
}
.team-style1 .team-img img {
  border-radius: 50%;
  width: 100%;
}
.team-style1 .team-name {
  font-size: 26px;
  margin: 0;
}
.team-style1 .team-name a {
  color: inherit;
  transition: all ease 0.4s;
}
.team-style1 .team-degi {
  font-weight: 500;
  color: var(--theme-color2);
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  transition: all ease 0.4s;
}
.team-style1 .team-number {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all ease 0.4s;
}
.team-style1 .team-number a {
  color: #555555;
  transition: all ease 0.4s;
}
.team-style1 .team-number a:hover {
  color: var(--title-color);
}
.team-style1 .team-number img {
  margin-right: 10px;
  transition: all ease 0.4s;
  filter: brightness(0) invert(1);
}
.team-style1 .team-content {
  background-color: var(--theme-color);
  padding: 180px 50px 35px 50px;
  margin: -150px 0 0 0;
  max-width: 340px;
  transition: all ease 0.4s;
}
.team-style1 .team-links {
  position: absolute;
  left: -5px;
  bottom: 34px;
  text-align: center;
  background-color: var(--white-color);
  outline: 3px solid var(--theme-color);
  outline-offset: -3px;
  border-radius: 9999px;
}
.team-style1 .share-btn {
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 24px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  border: none;
  position: relative;
  z-index: 1;
}
.team-style1 .share-btn i {
  vertical-align: middle;
}
.team-style1 .team-social {
  margin: 0;
  padding: 28px 20px 0 20px;
  list-style-type: none;
  display: none;
}
.team-style1 .team-social a {
  color: #555555;
  display: inline-block;
  font-size: 18px;
}
.team-style1 .team-social a:hover {
  color: var(--theme-color2);
}
.team-style1 .team-social li {
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.team-style1 .team-social li:last-child {
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0;
}
.team-style1 .team-degi,
.team-style1 .team-number a,
.team-style1 .team-name a {
  color: var(--white-color);
}
.team-style1 .team-number a:hover,
.team-style1 .team-name a:hover {
  color: var(--title-color);
}

.slick-center .team-style1 .team-img,
.team-style1:hover .team-img {
  border-color: var(--theme-color);
}
.slick-center .team-style1 .team-content,
.team-style1:hover .team-content {
  background-color: var(--theme-color2);
}
.slick-center .team-style1 .share-btn,
.team-style1:hover .share-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.slick-center .team-style1 .share-btn:hover,
.team-style1:hover .share-btn:hover {
  background-color: var(--smoke-color);
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .team-style1 .team-img {
    width: 300px;
    height: 300px;
  }
  .team-style1 .team-content {
    padding: 180px 35px 35px 35px;
    margin: -150px 0 0 0;
    max-width: 320px;
  }
  .team-style1 .share-btn {
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .team-style1 .team-name {
    font-size: 24px;
  }
  .team-style1 .team-degi {
    font-size: 14px;
  }
  .team-style1 .team-number {
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .team-style1 .team-img {
    width: 250px;
    height: 250px;
  }
  .team-style1 .share-btn {
    width: 55px;
    height: 55px;
    line-height: 53px;
    font-size: 18px;
  }
  .team-style1 .team-social {
    padding: 20px 15px 0 15px;
  }
  .team-style1 .team-social li {
    margin-bottom: 9px;
    padding-bottom: 7px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .team-style1 .team-img {
    width: 250px;
    height: 250px;
    margin: 0 auto 0 auto;
  }
  .team-style1 .share-btn {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 17px;
  }
  .team-style1 .team-content {
    padding: 150px 25px 35px 25px;
    margin: -120px 0 0 0;
    max-width: 100%;
  }
}
.team-card-two {
  position: relative;
  margin-bottom: 40px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 25px 0px rgba(169, 177, 193, 0.17);
  margin: 0 12px;
}
.team-card-two:hover .image img {
  transform: scale(1.1);
}
.team-card-two:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-card-two:hover .team-content-box .team-info .designation {
  color: var(--theme-color2);
}
.team-card-two .team-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  border-radius: 6px;
  z-index: 1;
}
.team-card-two .team-img .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-card-two .team-img > a > img {
  width: 100%;
}
.team-card-two .team-content-box {
  position: relative;
  padding: 63px 30px 30px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .team-card-two .team-content-box {
    padding: 63px 15px 30px;
  }
}
.team-card-two .team-content-box .team-info {
  position: absolute;
  top: -53px;
  left: 0;
  z-index: 2;
  border-radius: 0px 6px 6px 0px;
  background: #fff;
  box-shadow: 0px 10px 25px 0px rgba(169, 177, 193, 0.17);
  width: 240px;
  padding: 26px 30px 21px;
}
.team-card-two .team-content-box .team-info .name {
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: 700;
  font-size: 20px;
}
.team-card-two .team-content-box .team-info .name a {
  color: inherit;
}
.team-card-two .team-content-box .team-info .name:hover {
  color: var(--theme-color);
}
.team-card-two .team-content-box .team-info .designation {
  font-size: 14px;
  position: relative;
  font-weight: 500;
  display: block;
  transition: all 400ms ease;
  color: var(--theme-color);
}
.team-card-two .emai-btn {
  background-color: var(--theme-color2);
  color: var(--white-color);
  padding: 15px 23px 12px;
  border-radius: 6px;
  margin-right: 6px;
}
.team-card-two .emai-btn span {
  font-weight: 700;
  font-family: var(--title-font);
  padding-left: 6px;
}
.team-card-two .emai-btn:hover {
  background-color: var(--theme-color);
}
.team-card-two .share-icon,
.team-card-two .icon {
  margin-right: 6px;
  height: 44px;
  width: 46px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
  border-radius: 6px;
  z-index: 3;
}
.team-card-two .share-icon:hover,
.team-card-two .icon:hover {
  background-color: var(--theme-color);
}
.team-card-two .social-links {
  position: absolute;
  bottom: 84px;
  right: 76px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .team-card-two .social-links {
    right: 21px;
  }
}
@media (max-width: 991px) {
  .team-card-two .social-links {
    right: 118px;
  }
}
@media (max-width: 767px) {
  .team-card-two .social-links {
    right: 56%;
    margin-right: 2px;
  }
}
@media (max-width: 575px) {
  .team-card-two .social-links {
    right: 47%;
    margin-right: -1px;
  }
}
@media (max-width: 575px) {
  .team-card-two .social-links {
    right: 50px;
  }
}
.team-card-two .social-links a {
  position: relative;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: all 300ms ease;
  display: inline-block;
}
.team-card-two .social-links a:first-child {
  margin-top: 0;
}
.team-card-two .social-links a:hover {
  background-color: var(--theme-color2);
}

/*------------------- 4.25. Process  -------------------*/
.process-style1 .process-title {
  position: relative;
  max-width: 290px;
  width: 100%;
}
.process-style1 .process-number {
  width: 40px;
  height: 40px;
  line-height: 44px;
  color: var(--white-color);
  background-color: var(--theme-color2);
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin: 0 35px 0 0;
}
.process-style1 .process-text {
  flex: 1;
  margin: 0;
}
.process-style1 .process-item:before,
.process-style1 .process-content:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 5px;
  width: 8px;
  height: calc(100% + 5px);
  background-color: var(--theme-color2);
  z-index: -1;
  opacity: 0.1;
  display: none;
}
.process-style1 .process-content {
  display: flex;
  flex: 1;
  position: relative;
  padding-bottom: 55px;
}
.process-style1 .process-content:before {
  display: block;
}
.process-style1 .process-item {
  display: flex;
}
.process-style1 .process-item:last-child .process-item:before,
.process-style1 .process-item:last-child .process-content:before {
  display: none;
}
.process-style1 .process-item:last-child .process-content {
  padding-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .process-style1 .process-title {
    max-width: 250px;
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .process-style1 .process-item {
    display: block;
    padding: 0 0 0 55px;
    position: relative;
  }
  .process-style1 .process-item:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .process-style1 .process-item:not(:last-child):before {
    display: block;
    height: calc(100% + 50px);
  }
  .process-style1 .process-title {
    max-width: 100%;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .process-style1 .process-number {
    position: absolute;
    top: 0;
    left: 0;
  }
  .process-style1 .process-content {
    display: block;
    padding: 0;
    position: static;
  }
  .process-style1 .process-content:before {
    display: none;
  }
}
/*------------------- 4.26. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose i {
  line-height: inherit;
}
.popup-search-box button.searchClose:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 14px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  right: 13px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.27. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}
.sidemenu-wrapper .closeButton i {
  line-height: inherit;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  border-color: transparent;
  transform: rotate(90deg);
  background-color: var(--theme-color2);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}
.sidemenu-wrapper .footer-text {
  max-width: 100%;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) .sidemenu-wrapper figure.footer-logo {
  margin-bottom: 20px;
}

/*------------------- 4.28. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 11px 20px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 0;
}
.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;
}

.stock-product {
  margin: 0 0 22px 0;
}
.stock-product .stock-title {
  margin-right: 10px;
  color: var(--title-color);
}
.stock-product i {
  margin-right: 5px;
}

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

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

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

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

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

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

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  align-items: center;
  border: none;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

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

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-top: 25px;
  margin-bottom: 15px;
  border: none;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--theme-color);
  position: relative;
  top: 2px;
  font-weight: 500;
}
.woocommerce-grouped-product-list.group_table del .woocommerce-Price-amount {
  margin-left: 5px;
  color: var(--body-color);
  font-size: 0.8em;
  opacity: 0.7;
}
.woocommerce-grouped-product-list.group_table .quantity {
  width: max-content;
}
.woocommerce-grouped-product-list.group_table .quantity label {
  margin: 0 0 0 10px;
  font-weight: 500;
  font-family: var(--title-font);
  font-size: 20px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__quantity {
  width: 110px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
  margin-bottom: 20px;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
  padding: 0 0;
  margin: 0;
}

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

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

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

.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-product > .product .thumbnails {
  border: 1px solid var(--border-color);
}
.woosq-product > .product .thumbnails,
.woosq-product > .product .summary {
  background-color: var(--white-color);
}

#woosq-popup .product_meta {
  margin-top: 20px;
  font-size: 16px;
}
#woosq-popup .product_meta > span {
  color: var(--title-color);
}
#woosq-popup .product_meta > span > a {
  color: var(--body-color);
  font-weight: 400;
}
#woosq-popup .product_meta > span > a:hover {
  color: var(--theme-color);
}
#woosq-popup .mfp-close {
  top: 10px;
  right: 10px;
}
#woosq-popup .product_title {
  font-size: 30px;
  margin-bottom: 10px;
}
#woosq-popup .star-rating {
  width: 75px;
  font-size: 11px;
  margin-right: 8px;
  display: inline-block;
  top: 2px;
}
#woosq-popup .woocommerce-product-rating {
  margin: 0 0 10px 0;
}
#woosq-popup .woocommerce-product-rating .woocommerce-review-link {
  color: var(--body-color);
}
#woosq-popup .price {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--theme-color);
}
#woosq-popup .price del {
  color: var(--body-color);
}
#woosq-popup .single-product .product .actions {
  align-items: center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#woosq-popup .single-product .product .actions .vs-btn {
  padding: 17px 30px;
}
#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: max-content;
  line-height: 1;
}
#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  justify-content: center;
  border-bottom-color: var(--border-color);
}
.login-tab button.nav-link {
  background-color: var(--theme-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-color2);
  color: var(--white-color);
}

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

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

.product-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.product-details .woocommerce-product-gallery .flex-viewport {
  background-color: var(--smoke-color);
  border: 2px solid var(--smoke-color);
  text-align: center;
}
.product-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img,
.product-details .woocommerce-product-gallery .flex-viewport img {
  width: 100%;
  height: auto;
}

.woocommerce-noreviews {
  font-size: 18px;
  color: var(--title-color);
  margin: 0;
  font-weight: 500;
  background-color: var(--smoke-color);
  padding: 10px 20px;
}

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

.quantity {
  position: relative;
}
.quantity input {
  padding: 0 26px 0 26px;
  font-size: 20px;
  color: var(--title-color);
  border: 2px solid var(--border-color);
  border-radius: 8px;
}
.quantity .qty-btn {
  position: absolute;
  right: 5px;
  top: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  width: 30px;
  height: 29px;
  color: var(--title-color);
}
.quantity .qty-btn:hover {
  color: var(--theme-color);
}
.quantity .quantity-minus {
  top: auto;
  bottom: 0;
}

.rating-select {
  margin-top: -0.4em;
}
.rating-select label {
  margin: 0 10px 0 0;
  display: inline-block;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--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;
}

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

ul.product_list_widget {
  margin: 0;
  padding: 0;
}
ul.product_list_widget li {
  margin-bottom: 20px;
}
ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
ul.product_list_widget .recent-post-title {
  font-size: 19px;
  margin-bottom: 5px !important;
}
ul.product_list_widget img {
  border: 1px solid #ececec;
  background-color: var(--smoke-color);
}
ul.product_list_widget .amount {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 16px;
}

.wc-block-price-slider input {
  height: auto;
}
.wc-block-price-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: var(--theme-color);
  cursor: pointer;
  border: 1px solid var(--white-color);
}
.wc-block-price-slider input::-webkit-slider-thumb:hover {
  background: var(--theme-color2);
}
.wc-block-price-slider input::-moz-range-thumb {
  border: 1px solid var(--white-color);
  width: 14px;
  height: 14px;
  background: var(--theme-color);
  cursor: pointer;
}
.wc-block-price-slider input::-moz-range-thumb:hover {
  background: var(--theme-color2);
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--theme-color2);
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: 1px solid transparent !important;
  padding: 0 10px;
  height: 40px;
  border-radius: 20px !important;
  font-size: 16px;
  line-height: 1;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--title-color);
  max-width: 85px;
  text-align: center;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:focus {
  border-color: var(--theme-color) !important;
}

button.wc-block-components-filter-reset-button {
  display: inline-block;
  text-decoration: none;
  padding: 4px 19px 2px 19px;
  background-color: transparent;
  color: var(--theme-color);
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid var(--theme-color);
  text-transform: uppercase;
}

.wc-block-components-price-slider__actions {
  margin-top: 20px;
}
.wc-block-components-price-slider__actions:empty {
  display: none;
}

button.wc-block-components-filter-reset-button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.wc-block-price-filter {
  margin-bottom: 0;
}

.wc-block-components-price-slider__controls {
  margin-bottom: 0;
  margin-top: 20px;
}

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

.sidebar-area .widget_shopping_cart .vs-btn {
  margin-right: 10px;
  padding: 12px 22px;
  font-size: 14px;
}
.sidebar-area p.woocommerce-mini-cart__buttons.buttons {
  margin-bottom: 0;
}
.sidebar-area .wc-block-grid {
  margin: 0;
}
.sidebar-area .wc-block-grid__products {
  display: grid;
  gap: 15px 15px;
  grid-template-columns: repeat(2, 1fr);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .sidebar-area .wc-block-grid__products {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .sidebar-area .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .sidebar-area .wc-block-grid__products {
    grid-template-columns: 1fr;
  }
}
.sidebar-area .wc-block-grid.has-3-columns .wc-block-grid__product {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 1px solid var(--theme-color);
  padding: 7px 7px 20px 7px;
  border-radius: 14px;
  background-color: var(--white-color);
}
.sidebar-area .wc-block-grid__product-add-to-cart .added_to_cart,
.sidebar-area .wc-block-grid__product-add-to-cart .add_to_cart_button {
  display: inline-block;
  width: auto;
  padding: 8px 16px !important;
  font-size: 12px !important;
  line-height: 1.4;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 9999px;
}
.sidebar-area .wc-block-grid__product-add-to-cart .added_to_cart:hover,
.sidebar-area .wc-block-grid__product-add-to-cart .add_to_cart_button:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
}
.sidebar-area .wc-block-grid__product-add-to-cart .add_to_cart_button.added {
  display: none;
}
.sidebar-area .wc-block-grid__product-title {
  color: var(--title-color);
  font-size: 15px;
}
.sidebar-area .wc-block-grid__product-price {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 700;
  line-height: 1;
  margin: 5px 0 15px 0;
}
.sidebar-area .wc-block-grid__product-onsale {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--theme-color2);
  color: var(--title-color);
  border: none;
  padding: 7px 10px;
  line-height: 1;
  margin: 0;
  border-radius: 7px;
}
.sidebar-area .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  border-radius: 12px;
  overflow: hidden;
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px;
  }
  .woocommerce-message a,
  .woocommerce-info a {
    font-size: 11px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    margin-right: 5px;
  }
  .woocommerce-grouped-product-list.group_table .quantity label {
    font-size: 16px;
    margin: 0;
  }
  .woocommerce-grouped-product-list.group_table .woocommerce-Price-amount {
    font-size: 12px;
  }
  .cart-notification {
    left: 20px;
    bottom: 20px;
  }
  .cart-notification .notification-content {
    display: block;
  }
  .cart-notification img {
    margin-bottom: 15px;
    width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  #woosq-popup .single-product .product .summary .summary-content {
    padding: 30px 15px;
  }
  #woosq-popup .single-product .product .summary .summary-content table.variations select {
    max-width: 160px;
  }
  .woocommerce-grouped-product-list.group_table .quantity {
    gap: 0 10px;
  }
  .woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__quantity {
    width: 90px;
  }
}
/*------------------- 4.29. Products  -------------------*/
.product-tag1 {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  z-index: 2;
  font-size: 14px;
  font-family: var(--title-font);
}

.product-style1 {
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--smoke-color);
  border: 3px solid transparent;
  padding: 7px;
  transition: all ease 0.4s;
  margin-bottom: 30px;
}
.product-style1 .product-img {
  background-color: var(--white-color);
  max-width: 165px;
}
.product-style1 .product-category {
  margin-bottom: 3px;
}
.product-style1 .product-category a {
  color: var(--body-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  transition: all ease 0.4s;
}
.product-style1 .product-category a:not(:last-child):after {
  content: ",";
  margin-right: 5px;
}
.product-style1 .product-content {
  flex: 1;
  align-self: center;
  padding: 0 0 0 30px;
}
.product-style1 .product-name {
  font-size: 20px;
  margin-bottom: 7px;
}
.product-style1 .product-name a {
  color: var(--white-color);
}
.product-style1 .product-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  display: block;
  margin: 5px 0 12px 0;
  line-height: 1;
  transition: all ease 0.4s;
}
.product-style1 .product-price del {
  margin-left: 5px;
  color: var(--body-color);
  font-size: 0.7em;
  opacity: 0.7;
  transition: all ease 0.4s;
  position: relative;
  top: -1px;
}
.product-style1 .star-rating {
  width: 86px;
  font-size: 12px;
}

.slick-current .product-style1,
.product-style1:hover {
  background-color: #0f0c2b;
  border-color: transparent;
}
.slick-current .product-style1 .product-category a,
.product-style1:hover .product-category a {
  color: #c1c1c1;
}

.product-style1:hover {
  border-color: var(--theme-color);
}

.product-wrap1 {
  margin-bottom: -142px;
}

@media (min-width: 991px) {
  .product-scale-wrap .slick-slide {
    position: relative;
    z-index: 1;
  }
  .product-scale-wrap .vs-product {
    margin: 50px 0;
  }
  .product-scale-wrap .slick-center {
    z-index: 2;
  }
  .product-scale-wrap .slick-center .vs-product {
    transform: scale(1.5);
  }
}
.product-style2 {
  border: 3px solid #f2f7ff;
  background-color: var(--white-color);
  transition: all ease 0.4s;
  margin-bottom: 30px;
}
.product-style2 .product-name {
  font-size: 20px;
  margin-bottom: 2px;
}
.product-style2 .product-category {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all ease 0.4s;
}
.product-style2 .product-category a {
  color: var(--body-color);
}
.product-style2 .product-price {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
  display: block;
  line-height: 1;
  transition: all ease 0.4s;
}
.product-style2 .product-price del {
  margin-left: 5px;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 500;
  transition: all ease 0.4s;
  position: relative;
  top: -1px;
}
.product-style2 .product-img {
  background-color: #f2f7ff;
  position: relative;
}
.product-style2 .product-img img {
  width: 100%;
}
.product-style2 .actions {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 50%;
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.product-style2 .vs-btn {
  padding: 15px 17.5px;
  font-size: 14px;
  text-transform: capitalize;
}
.product-style2 .vs-btn i {
  font-size: 12px;
  margin-left: 0;
  margin-right: 7px;
}
.product-style2 .product-content {
  padding: 15px 35px 25px 35px;
  text-align: center;
}
.product-style2:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.product-style2:hover .actions {
  transform: translateY(50%);
  opacity: 1;
  visibility: visible;
}
.product-style2:hover .product-category a,
.product-style2:hover .price del {
  color: var(--white-color);
}
.product-style2:hover .product-price,
.product-style2:hover .product-name a {
  color: var(--white-color);
}
.product-style2:hover .product-category a:hover,
.product-style2:hover .product-name a:hover {
  color: var(--title-color);
}

.product-big-img {
  border: 3px solid #f2f7ff;
  margin-bottom: 30px;
}
.product-big-img img {
  background-color: #f2f7ff;
}

.product-img-slide .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  z-index: 2;
}
.product-img-slide .slick-dots li {
  margin: 0 5px;
}
.product-img-slide .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  border: none;
}
.product-img-slide .slick-dots button:before {
  display: none;
}
.product-img-slide .slick-dots button:hover,
.product-img-slide .slick-dots li.slick-active button {
  background-color: var(--theme-color);
}

.product-rating {
  display: flex;
  align-items: center;
  color: var(--title-color);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.product-rating .star-rating {
  margin-right: 15px;
  top: -2px;
}

.product-description ul.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-description ul.list-unstyled li {
  display: flex;
  margin-bottom: 15px;
}
.product-description ul.list-unstyled li i {
  color: var(--theme-color);
  top: 2px;
  position: relative;
  margin-right: 10px;
}

.product_meta {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--body-color);
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.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-weight: 500;
  color: var(--title-color);
}
.product_meta > span > a:not(:last-child):after,
.product_meta > span > span:not(:last-child):after {
  content: ",";
}
.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-about {
  margin-bottom: 30px;
}
.product-about .product-title {
  margin-bottom: 7px;
}
@media (min-width: 1399px) {
  .product-about .product-title {
    font-size: 48px;
  }
}
.product-about .text {
  font-size: 18px;
}
.product-about .price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-color);
  margin-top: 22px;
  margin-bottom: 16px;
}
.product-about .price del {
  margin-left: 15px;
  color: var(--body-color);
  font-weight: 500;
  font-size: 24px;
}
.product-about .text2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 33px;
}
.product-about .screen-reader-text {
  display: none;
}
.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 33px;
}
.product-about .actions .vs-btn {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 999px;
  text-transform: capitalize;
}
.product-about .quantity {
  width: 110px;
  margin-bottom: 0;
}
.product-about .quantity > span.label {
  display: none;
}
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt::before {
  font-size: 23px;
  margin-top: -13px;
  margin-left: -12px;
}
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt,
.product-about .woosq-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 16px;
  background-color: transparent;
  color: var(--title-color);
  border: 2px solid var(--border-color);
  text-align: center;
  padding: 0;
  transition: all ease 0.4s;
  border-radius: 50%;
}
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt:hover,
.product-about .woosq-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.product-about .woosq-btn {
  line-height: 51px;
}

.product-description {
  margin-top: 48px;
}
.product-description > .description {
  margin-bottom: 50px;
}
.product-description > .description:last-child {
  margin-bottom: 30px;
}

.related-products-title,
.product-description .sec-subtitle3 {
  font-size: 28px;
  padding: 0 0 12px 0;
  margin: -0.1em 0 33px 0;
  letter-spacing: 0;
  color: var(--title-color);
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--title-font);
}
.related-products-title:before,
.product-description .sec-subtitle3:before {
  content: "";
  width: 46px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  display: inline-block;
}

.related-products-wrap {
  margin-top: 46px;
}

.product-table {
  margin-bottom: 53px;
}
.product-table th {
  background-color: var(--smoke-color);
  border-color: var(--smoke-color);
  border-bottom-color: var(--border-color);
  border-top-color: var(--border-color);
  width: 15%;
  padding: 15px 25px;
}
.product-table td {
  padding: 15px 25px;
}

.vs-product {
  position: relative;
}
.vs-product .added_to_cart {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-family: var(--body-font);
  padding: 14.5px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  border-radius: 9999px;
}
.vs-product .added_to_cart:before {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  margin-right: 7px;
  font-weight: 700;
  font-size: 12px;
}
.vs-product .added_to_cart:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-product .added_to_cart:hover:after {
  background-color: var(--white-color);
}
.vs-product .vs-btn.added {
  display: none;
}
.vs-product .vs-btn .fa-shopping-cart {
  vertical-align: top;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .product-scale-wrap .product-style1 {
    margin: 30px 0 30px 0;
  }
  .product-style1 .product-img {
    max-width: 130px;
  }
  .product-style1 .product-content {
    padding: 0 0 0 20px;
  }
  .product-style1 .product-name {
    font-size: 18px;
  }
  .product-style1 .product-price {
    font-size: 18px;
  }
  .product-style1 .product-price del {
    font-size: 12px;
  }
  .product-wrap1 {
    margin-bottom: 0;
    padding-bottom: calc(var(--section-space) - 30px);
  }
  .product-style2 .product-content {
    padding: 15px 25px 25px 25px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .product-wrap1 {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .product-about .actions {
    margin-bottom: 23px;
  }
  .product-about .product-title {
    margin-bottom: 7px;
    font-size: 30px;
  }
  .product-about .price {
    font-size: 30px;
    margin-top: 10px;
  }
  .product-about .price del {
    font-size: 18px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-scale-wrap .product-style1 {
    margin: 0 0 30px 0;
  }
  .related-products-title,
  .product-description .sec-subtitle3 {
    font-size: 24px;
  }
  .product-style1 .product-content {
    padding: 0 0 0 10px;
  }
  .product-description {
    margin-top: 28px;
  }
  .product-description > .description {
    margin-bottom: 40px;
  }
  .related-products-wrap {
    margin-top: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .product-table th {
    width: 10%;
    padding: 6px 15px;
  }
  .product-table td {
    padding: 10px 15px;
  }
  table.variations select {
    max-width: 170px;
  }
  .product-about .product-title {
    font-size: 26px;
  }
  .product-about .text {
    font-size: 16px;
  }
  .product-about .text2 {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 33px;
  }
  .product-about .actions .vs-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-about .price {
    font-size: 24px;
  }
  .product-about .price del {
    font-size: 16px;
    margin-left: 8px;
  }
  .product-style1 .product-img {
    max-width: 100px;
  }
  .product-style1 .product-name {
    font-size: 16px;
  }
  .product-style1 .product-price {
    font-size: 14px;
  }
}
/*------------------- 4.30. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid var(--border-color);
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: var(--theme-color);
}
.cart_table thead th {
  border: none !important;
  color: var(--white-color);
  font-size: 18px;
}
.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--body-color);
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}
.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--border-color);
  overflow: hidden;
}
.cart_table .cart-productimage img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.cart_table .cart-productimage:hover img {
  transform: scale(1.1);
}
.cart_table .amount {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}
.cart_table .cart-productname {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}
.cart_table .cart-productname:hover {
  color: var(--theme-color);
}
.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}
.cart_table .remove:hover {
  color: var(--title-color);
}
.cart_table .quantity {
  width: max-content;
  display: inline-block;
}
.cart_table .product-quantity .qty-input {
  width: 70px;
  height: 30px;
  font-size: 16px;
  border: 1px solid var(--smoke-color);
  padding: 0 20px;
  text-align: center;
  font-weight: 500;
  color: var(--title-color);
  vertical-align: middle;
  margin: 0 -4px;
}
.cart_table .product-quantity .qty-btn {
  font-size: 14px;
  border: none;
  width: 30px;
  height: 30px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
.cart_table .product-quantity .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions > .vs-btn {
  font-size: 16px;
  padding: 17px 28px;
  margin-right: 15px;
  vertical-align: middle;
}
.cart_table .actions > .vs-btn:last-child {
  margin-right: 0;
}
.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .vs-cart-coupon input {
  height: 50px;
  margin-right: 10px;
  color: var(--title-color);
  flex: 1;
  border-radius: 9999px;
}
.cart_table .vs-cart-coupon input:focus {
  border-color: var(--theme-color);
}
.cart_table .vs-cart-coupon .vs-btn {
  font-size: 16px;
  padding: 17px 22px;
  width: max-content;
}

.cart_totals {
  border: 1px solid var(--border-color);
}
.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: var(--smoke-color);
  font-weight: 700;
  font-size: 14px;
  color: var(--title-color);
}
.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: 13px 30px;
}
.cart_totals .amount {
  font-weight: 700;
  font-size: 18px;
}
.cart_totals .order-total .amount {
  color: var(--theme-color);
}
.cart_totals input,
.cart_totals select {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-position: right 20px center;
  font-size: 14px;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 15px 4px;
    font-size: 14px;
  }
  .cart_table td {
    padding: 10px 4px;
  }
  .cart_table .amount,
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .cart-productimage {
    width: 60px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid var(--border-color);
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid var(--border-color);
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .vs-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .vs-btn:last-child {
    margin-right: auto;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/*------------------- 4.31. Checkout  -------------------*/
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 40px;
  background-color: var(--smoke-color);
  --bs-gutter-x: 20px;
  margin-bottom: 40px;
}
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout p.form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout .form-group .form-select,
.woocommerce-checkout .form-group .select2-container,
.woocommerce-checkout .form-group .form-control {
  margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid var(--border-color);
  border-top: none;
  margin-top: 4px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
  color: var(--body-color);
}

.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 30px;
  padding-right: 25px;
  color: var(--body-color);
  font-size: 14px;
}

.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);
  font-size: 16px;
}

.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: 50px;
  line-height: 50px;
  margin-right: 20px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #000;
  background-color: transparent;
  padding-left: 20px;
  height: 45px;
  border-color: #eee;
}

.select2-container--default .select2-results > .select2-results__options {
  color: #000;
}

.select2-dropdown {
  border-color: var(--border-color);
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}
.shipping-calculator-form .select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0;
}
.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  padding-left: 20px;
  padding-right: 28px;
}
.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  vertical-align: middle;
  line-height: 1.4;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}
.checkout-ordertable input[type=hidden] ~ label {
  color: var(--theme-color);
}

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

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

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

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

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
  .woocommerce-checkout select,
  .woocommerce-checkout .form-control,
  .woocommerce-checkout .form-select,
  .woocommerce-checkout textarea,
  .woocommerce-checkout input {
    padding: 0 25px 0 20px;
  }
  .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 11px 15px;
  }
}
/*------------------- 4.32. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}
.tinv-wishlist td {
  text-align: center;
  padding: 5px;
}
.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  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 .product-stock i {
  margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tinv-wishlist button.button {
  border: none;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0;
  padding: 0 20px;
}
.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.tinv-wishlist button.button i {
  font-size: 1rem !important;
  margin-right: 3px !important;
}
.tinv-wishlist .product-action button {
  border-radius: 0;
  padding: 0;
  font-size: 13px;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: center;
  color: var(--title-color);
}
.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: var(--white-color);
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
