/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error  
    4.10. Contact
    4.11. About
    4.12. Counter
    4.13. Service
    4.14. CTA
    4.15. Package
    4.16. Project
    4.17. Brand
    4.18. Form
    4.19. Simple Section
    4.20. Gallery
    4.21. Testimonial
    4.22. Feature
    4.23. Team
    4.24. Process
    4.25. Popup Search
    4.26. Popup Side Menu
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #009ee3;
  --secondary-color: #2f2483;
  --title-color: #010F30;
  --body-color: #364863;
  --border-color: #85B7FE;
  --smoke-color: #ECF5FB;
  --white-color: #ffffff;
  --black-color: #000000;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --title-font: "Exo", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1220px;
  --vs-container1: 1390px;
  --vs-container2: 1858px;
  --vs-container3: 1920px;
  --vs-container4: 1470px;
  --container-gutters: 30px;
  --section-space: 80px;
  --section-space-mobile: 60px;
  --section-title-space: 60px;
  --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;
  padding-left: 0;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

button {
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

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

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

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 26px;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
.vs-container1 {
  max-width: calc(var(--vs-container1) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

.vs-container2 {
  max-width: calc(var(--vs-container2) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

.vs-container3 {
  max-width: calc(var(--vs-container3) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

.vs-container4 {
  max-width: calc(var(--vs-container4) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type=radio] ~ label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--secondary-color);
  background: var(--white-color);
  border-radius: 100%;
  transition: all 0.2s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes animloader {
  0% {
    background-image: linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 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(--secondary-color);
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  padding: 17.5px 28px;
  border-radius: 5px;
  text-shadow: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}
.vs-btn.style2 {
  padding: 7px 20px;
  font-weight: 600;
}
.vs-btn.style3 {
  padding: 10px 20px;
}
.vs-btn i {
  margin-left: 2px;
  font-size: 14px;
}
.vs-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  transform: scale(0);
  z-index: -1;
  border-radius: 0;
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

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

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

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  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(--secondary-color);
  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: 20px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

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

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

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

/* Small devices */
@media (max-width: 767px) {
  .vs-btn.style3 {
    font-size: 12px;
    padding: 10px;
  }
  .vs-btn.style3 i {
    font-size: 10px;
  }
  .play-btn2 {
    --icon-size: 60px;
    --icon-font-size: 18px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.title-area {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

.vs-media {
  display: flex;
}

.media-body {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

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

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

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

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

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

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

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

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

.bg-secondary-color {
  background-color: var(--secondary-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;
}

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

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

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

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

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

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

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

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

.text-secondary {
  color: var(--secondary-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-border {
  color: var(--border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes sectionLine {
  0% {
    left: -60px;
  }
  100% {
    left: 100%;
  }
}
@keyframes sectionLine2 {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  border-bottom: 1px solid var(--smoke-color);
}
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
  border: none;
}
.widget_nav_menu li a,
.widget_pages li a,
.widget_archive li a,
.widget_categories li a {
  display: block;
  background-color: var(--white-color);
  padding: 8px 60px 8px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--title-font);
  color: var(--title-color);
  border-radius: 0;
}
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.widget_nav_menu li:hover span,
.widget_pages li:hover span,
.widget_archive li:hover span,
.widget_categories li:hover span {
  color: var(--white-color);
}
.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_categories li > span {
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  line-height: 1;
  transition: all ease 0.4s;
}

.widget_meta ul {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style-type: none;
}
.widget_meta li {
  display: inline-block;
}
.widget_meta li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget_meta a {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: var(--body-color);
  position: relative;
  margin-right: 8px;
  letter-spacing: 2px;
}
.widget_meta a:hover {
  color: var(--secondary-color);
}

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

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

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

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

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

.widget_categories ul li {
  position: relative;
  margin-bottom: 1px;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 34px;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: var(--title-color);
}

.sidebar-area .widget .widget_title {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.sidebar-area .widget .widget_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--theme-color);
}

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

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

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

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

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

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

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

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

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

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

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

.copyright-area {
  border-top: 1px solid var(--border-color);
  padding: 16px 0;
}
.copyright-area .terms-condition ul li {
  font-family: var(--title-font);
  position: relative;
  padding-right: 15px;
}
.copyright-area .terms-condition ul li::after {
  content: "|";
  position: absolute;
  color: var(--border-color);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.copyright-area .terms-condition ul li:last-child {
  margin-left: 5px;
  margin-right: 0;
}
.copyright-area .terms-condition ul li:last-child::after {
  display: none;
}

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

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 0;
  }
  .footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  z-index: 9;
  position: relative;
}

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

.header-layout3 .header-info_link a {
  color: var(--white-color);
}
.header-layout3 .header-info_link a:hover {
  color: var(--title-color);
}
.header-layout3 .bar-btn,
.header-layout3 .icon-btn {
  color: var(--white-color);
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  cursor: pointer;
}
.header-layout3 .bar-btn .badge,
.header-layout3 .icon-btn .badge {
  background-color: var(--title-color);
}
.header-layout3 .bar-btn:hover,
.header-layout3 .icon-btn:hover {
  border-color: var(--title-color);
  background-color: var(--title-color);
}
.header-layout3 .bar-btn:hover .badge,
.header-layout3 .icon-btn:hover .badge {
  background-color: var(--secondary-color);
}

.header-top {
  background-color: var(--title-color);
  padding-top: 16px;
  padding-bottom: 64px;
}

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

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

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

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

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

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

.has-badge {
  position: relative;
}

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

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

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

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

.widget-area {
  padding-bottom: 100px;
}
.widget-area .vs-widget-about {
  margin-bottom: 30px;
}

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

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  display: inline-block;
  margin-right: 30px;
}
.copyright-menu li:last-child {
  margin-right: 0;
}
.copyright-menu a {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}
.copyright-menu a:hover {
  color: var(--secondary-color);
}

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

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

.footer-layout1 .footer-widget .sidebar-gallery {
  grid-template-columns: repeat(4, 1fr);
}
.footer-layout1 .terms-condition ul li a {
  font-size: 15px;
  line-height: 24px;
  color: var(--white-color);
}
.footer-layout1 .vs-widget-about {
  margin-bottom: 0;
}
.footer-layout1 .vs-widget-about .footer-address {
  color: var(--white-color);
}
.footer-layout1 .vs-widget-about .footer-address a {
  color: var(--white-color);
}
.footer-layout1 .vs-widget-about .footer-address a:hover {
  color: var(--secondary-color);
}

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

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

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

.footer-menu {
  border-bottom: 1px solid #C3CCC9;
}
.footer-menu ul {
  margin-bottom: 0;
}
.footer-menu .menu-item {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}
.footer-menu .menu-item a {
  color: var(--title-color);
  display: inline-block;
  padding: 25px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.footer-menu .menu-item a::after {
  content: "";
  width: 60%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.footer-menu .menu-item a:hover {
  color: var(--theme-color);
}
.footer-menu .menu-item a:hover::after {
  visibility: visible;
  opacity: 1;
}

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

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

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

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

.breadcumb-menu-wrap {
  position: absolute;
  bottom: -10%;
  right: 18%;
}

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

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

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

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

/*------------------- 4.7. sidemenu-v Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  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: 20px;
  padding: 0;
  background-color: var(--secondary-color);
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}
.sidemenu-wrapper .closeButton i {
  line-height: inherit;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  border-color: var(--title-color);
  transform: rotate(90deg);
  background-color: var(--title-color);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--smoke-color);
  backdrop-filter: blur(13px);
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 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;
}

.offcanvas-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;
}
.offcanvas-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;
}
.offcanvas-wrapper .closeButton i {
  line-height: inherit;
}
.offcanvas-wrapper .closeButton:hover {
  color: var(--white-color);
  border-color: transparent;
  transform: rotate(90deg);
  background-color: var(--theme-color);
}
.offcanvas-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;
}
.offcanvas-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;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.offcanvas-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}
.offcanvas-wrapper .footer-text {
  max-width: 100%;
}
.offcanvas-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.offcanvas-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

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

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-layout1 {
  overflow-x: hidden;
}
.hero-layout1 .hero-btns {
  display: flex;
  align-items: center;
}
.hero-layout1.style2 {
  clip-path: url(#product-clip-path);
}
.hero-layout1.style2 .slick-dots {
  bottom: 8%;
}
.hero-layout1.style2 .hero-inner {
  padding: 283px 0 283px;
}
.hero-layout1.style2 .slick-arrow {
  border-color: var(--white-color);
}
.hero-layout1.style2 .slick-arrow:hover {
  border-color: var(--theme-color);
}
.hero-layout1.style3 .hero-content {
  text-align: center;
  margin: 0 auto;
}
.hero-layout1.style3 .slick-dots {
  right: 4%;
  left: unset;
}
.hero-layout1.style3 .hero-inner {
  position: relative;
  padding: 355px 0 285px 0;
}
.hero-layout1.style3 .hero-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.hero-layout1.style3 .shape-mockup {
  z-index: 1;
}
.hero-layout1.style3 .hero-btns {
  justify-content: center;
}
.hero-layout1 .hero-content {
  max-width: 700px;
}
.hero-layout1 .hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--title-color);
  padding: 375px 0 295px;
  z-index: 1;
  overflow: hidden;
}
.hero-layout1 .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: 2%;
  z-index: 1;
  max-width: var(--main-container);
}
.hero-layout1 .slick-arrow.slick-prev {
  top: unset;
  bottom: 8%;
  right: 22%;
  left: unset;
}
.hero-layout1 .slick-arrow.slick-next {
  top: unset;
  bottom: 8%;
  right: 18.4%;
}

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

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

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

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

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

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

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

.service .slick-track {
  padding-top: 12px;
}
.service .slick-slide:nth-child(odd) {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.team_style3 {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.team_style3 .team_wraper {
  position: relative;
}
.team_style3 .team_social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: hidden;
  transition: all 0.5s ease;
}
.team_style3 .team_social a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all ease 0.4s;
  margin: 0 3px 0 0;
  border-radius: 50%;
}
.team_style3 .team_social a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.team_style3 .team_img {
  position: relative;
}
.team_style3 .team_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6588235294);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.team_style3 .team_img img {
  width: 100%;
}
.team_style3 .team_content {
  padding: 20px 30px;
  background-color: var(--smoke-color);
  text-align: center;
  transition: all 0.4s ease;
}
.team_style3 .team_name {
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.team_style3 .team_degi {
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.team_style3:hover .team_social {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}
.team_style3:hover .team_img::before {
  opacity: 1;
  visibility: visible;
}
.team_style3:hover .team_content {
  background-color: var(--theme-color);
}
.team_style3:hover .team_content .team_name a {
  color: var(--white-color);
}
.team_style3:hover .team_content .team_name a:hover {
  color: #dddddd;
}
.team_style3:hover .team_content .team_degi {
  color: var(--white-color);
}

.team-details .team-description {
  margin-top: 60px;
}
.team-details .contact-style1 {
  background-color: var(--white-color);
  text-align: left;
  padding: 10px 0 0 0;
  border-radius: 0;
}
.team-details .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;
}
.team-details .media-info {
  font-size: 16px;
  font-weight: 700;
  max-width: 250px;
  margin-bottom: 0;
}
.team-details .vs-media {
  margin-bottom: 26px;
  align-items: center;
}
.team-details .contact-title {
  margin-bottom: 10px;
}
.team-details .about-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.team-details .about-img .play-btn2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-details .about-img .play-btn2 i {
  color: var(--secondary-color);
}
.team-details .about-img .play-btn2:hover i {
  color: var(--white-color);
}
.team-details .about-img img {
  width: 100%;
}
.team-details .social-media3.style1 a {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}
.team-details .social-media3.style1 a:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.team-details .explore-text {
  max-width: 500px;
}
.team-details .title-area {
  margin-bottom: 30px;
}
.team-details .explore-list {
  margin-bottom: 0;
}

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

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

.product-img {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.product-img .shape-style1 {
  position: absolute;
  width: 0;
  height: 0;
}
.product-img .clipped {
  width: 100%;
  height: 250px;
  background-size: auto;
  -webkit-clip-path: url(#product-clip-path);
  clip-path: url(#product-clip-path);
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease;
  background-color: var(--smoke-color);
}
.product-img .clipped img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: all 0.5s ease;
}
.product-img .clipped::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 48, 0.6);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.actions-style1 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 10px;
}

.actions-style1 h6 {
  color: var(--theme-color);
}

.actions-style1 p {
  margin: 0;
  color: #ccc;
}

.product-body {
  text-align: center;
  padding: 15px 10px;
}

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

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

.product-price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--title-font);
}

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

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

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

.range-input {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.control-thumbs {
  display: flex;
  justify-content: space-between;
  padding: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .control-thumbs {
    margin-bottom: 30px;
  }
}
.control-thumbs img {
  width: 77px;
  height: 70px;
  cursor: pointer;
}

.product-img {
  width: 100%;
  height: auto;
  display: block;
}

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

.shop-details {
  margin-bottom: 15px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
.star-rating {
  position: relative;
}

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

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

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

.star-rating2 span {
  display: inline-block;
}
.star-rating2 span i {
  font-size: 18px;
  color: var(--body-color);
  cursor: pointer;
}
.star-rating2 span.active i {
  color: var(--secondary-color);
}

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

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

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

.quantity-area {
  display: flex;
  align-items: center;
  margin-bottom: 54px;
  overflow: hidden;
}
.quantity-area .product-quantity {
  max-width: 165px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.quantity-area .product-quantity .input-text {
  text-align: center;
  background-color: var(--smoke-color);
  border: 1px solid var(--smoke-color);
  padding: 15px 20px;
  font-size: 16px;
  line-height: 26px;
}
.quantity-area .qty-btn {
  padding: 15px 20px;
  background-color: var(--secondary-color);
  border: none;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.quantity-area .qty-btn:hover {
  background-color: var(--title-color);
}
.quantity-area .qty-btn.quantity-minus {
  border-radius: 5px 0px 0px 5px;
}
.quantity-area .qty-btn.quantity-plus {
  border-radius: 0px 5px 5px 0px;
}
.quantity-area .vs-btn {
  padding: 20px 28px;
}

.product_meta .product-info {
  display: flex;
  /* align-items: center; */
  position: relative;
  margin-bottom: 5px;
}
.product_meta .product-info .meta-value {
  font-weight: 600;
  width: 100%;
  /* position: absolute;
  left: 20%; */
}
.product_meta .product-info .category {
  color: var(--secondary-color);
  font-weight: 600;
}
.product_meta .product-info .tag {
  color: var(--title-color);
  font-weight: 600;
  transition: all 0.3s ease;
}
.product_meta .product-info .tag:hover {
  color: var(--theme-color);
}
.product_meta span {
  display: block;
  margin-right: 0;
  font-weight: 500;
  font-family: var(--title-font);
  width: 240px;
}

.tab-area {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.product-tab-style1 {
  background-color: var(--smoke-color);
  padding: 0 28px;
}
.product-tab-style1 .nav-link {
  padding: 28px 26px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.product-tab-style1 .nav-link.active {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.tab-content {
  padding: 40px 40px 60px 40px;
}

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

.product-inner-list ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.product-inner-list ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--secondary-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .product-style1 {
    min-height: 450px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-style1 {
    min-height: auto;
    margin-bottom: 0px;
  }
  .tab-content {
    padding: 30px 20px 30px 20px;
  }
  .product-about {
    padding: 20px;
  }
  .gallery-one__filter__list li {
    cursor: pointer;
    width: 50%;
  }
  /* .product-details-img .product-img {
    min-height: 450px;
  } */
  /* .product-details-img .img {
    padding: 80px 35px 80px;
  } */
  .product-body {
    padding: 25px 10px 25px 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .shop-result-count {
    margin-bottom: 30px;
    text-align: center;
  }
  .product-about .count {
    font-size: 14px;
  }
  /* .product-details-img .product-img {
    min-height: 300px;
  } */
  .product_meta .product-info .meta-value {
    position: unset;
  }
  .product_meta span {
    margin-right: 20px;
  }
  .shop-details .vs-btn {
    font-size: 12px;
    padding: 17.5px 14px;
  }
  .product_meta .product-info {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .gallery-one__filter__list li {
    width: 100%;
  }
}
/*------------------- 4.14. brands  -------------------*/
.brands {
  position: relative;
  padding: 80px 70px;
  transform: translateY(-50%);
}
.brands::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 140%;
  z-index: -1;
  background-color: var(--smoke-color);
  border-radius: 0 30px 30px 0;
  z-index: 0;
}
.brands.style2 {
  transform: unset;
}
.brands.style2::after {
  display: none;
}
.brands .bran-img img {
  max-width: 120px;
  max-height: 120px;
}

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

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

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

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

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

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

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

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

.testi_avater1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 65px;
}
.testi_avater1.style2 {
  transform: translate(-78%, -50%);
}
.testi_avater1.style2 .slick-center {
  background-color: var(--theme-color);
}
.testi_avater1.style2 .avater {
  background-color: var(--secondary-color);
}
.testi_avater1.style2 .avater.slick-center {
  background-color: var(--theme-color);
}
.testi_avater1.style2 .avater:hover {
  background-color: var(--theme-color);
}

.avater {
  background-color: var(--white-color);
  padding: 6px;
  border-radius: 50%;
  margin: 10px auto;
  cursor: pointer;
  transition: all ease 0.4s;
}
.avater img {
  width: 100%;
}
.avater:hover {
  background-color: var(--theme-color);
}

.slick-center.avater {
  background-color: var(--theme-color);
}

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

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

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

.blog-single {
  background-color: var(--smoke-color);
  margin-bottom: 30px;
  border-radius: 10px;
}
.blog-single .blog-title {
  font-size: 30px;
  line-height: 40px;
}
.blog-single .blog-img {
  margin-bottom: 0;
  border-radius: 6px;
}
.blog-single .blog-text {
  margin-bottom: 25px;
}
.blog-single .blog-meta {
  margin-bottom: 0;
}
.blog-single .blog-meta2 {
  right: 30px;
  bottom: 30px;
}
.blog-single .blog-content {
  padding: 30px 30px 40px 30px;
}

.blog-details .blog-single {
  background-color: var(--white-color);
}
.blog-details .blog-single .blog-img {
  margin-bottom: 0;
}
.blog-details .blog-single .blog-img img {
  width: 100%;
  border-radius: 0;
}
.blog-details .blog-single .blog-inner {
  padding: 30px;
  border-radius: 0 0 6px 6px;
  border-top: none;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}
.blog-details .blog-single .blog-content {
  padding: 0;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subscribe .form-style input {
  border-radius: 6px;
  /* Small devices */
}
@media (max-width: 767px) {
  .subscribe .form-style input {
    margin-bottom: 10px;
  }
}

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

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

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

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

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

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

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

.review-form {
  display: none;
}

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

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

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

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .feature-style2 .feature-body .feature-title {
    font-size: 22px;
    line-height: 28px;
  }
  .feature-style2 .feature-body .feature-content {
    padding: 20px 20px 20px 0px;
  }
  .feature-style2 .feature-body.reverse-style .feature-content {
    padding: 20px 0px 20px 10px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .feature-style2 {
    margin-bottom: 0px;
  }
  .feature-style2 .feature-body .feature-content {
    padding: 30px;
  }
  .feature-style2 .feature-body.reverse-style .feature-content {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .feature-style1 .feature-img {
    border-radius: 6px;
    overflow: hidden;
  }
  .feature-style1 .feature-img img {
    width: 100%;
    height: auto;
  }
  .feature-style1 .feature-body .icon-box1 {
    right: unset;
    top: unset;
    left: 50%;
    bottom: -15%;
    transform: translateX(-50%);
  }
  .feature-style1 .feature-body:hover .icon-box1 {
    transform: translateX(-50%);
  }
  .feature-style1 .feature-body .feature-content {
    padding: 60px 30px 20px 50px;
    text-align: center;
  }
}
/*------------------- 4.23. contact -------------------*/
.info-box {
  background-color: #010F30;
  padding: 60px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: -94px;
}
.info-box .media-icon {
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}
.info-box .media-icon i {
  color: var(--theme-color);
  font-size: 25px;
  line-height: 35px;
}
.info-box .info-box-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  line-height: 30px;
  margin-bottom: 0;
}
.info-box .media-info {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 14px;
  line-height: 24px;
}
.info-box .vs-media {
  border: 1px solid #ECF5FB;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce-form-login-toggle {
  padding-left: 0;
}
.woocommerce-form-login-toggle .woocommerce-info {
  position: relative;
  border: 1px solid var(--theme-color);
  padding: 11px 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 5px;
}
.woocommerce-form-login-toggle .woocommerce-info i {
  margin-right: 2px;
}
.woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: var(--white-color);
  transition: all 0.5s ease;
}
.woocommerce-form-login-toggle .woocommerce-info .showlogin:hover {
  color: var(--secondary-color);
}

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 18px;
}

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

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}

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

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

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

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

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

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

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 11px 15px;
  }
}
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.pt-30 {
  padding-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*=================================
    06. Pages
==================================*/
.header-layout4 .header-top {
  padding-bottom: 0px;
  padding-top: 0px;
  overflow-x: clip;
}
.header-layout4 .header-top .dropdown {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.header-layout4 .header-top .dropdown .dropdown-menu {
  background-color: var(--title-color);
}
.header-layout4 .header-top .header-info {
  margin-right: 20px;
  position: relative;
  height: 60px;
}
.header-layout4 .header-top .header-info .header-info_label {
  color: var(--white-color);
  text-align: left;
  margin: 0;
}
.header-layout4 .header-top .header-info .header-info_link {
  font-size: 16px;
  line-height: 100%;
}
.header-layout4 .header-top .header-info .header-info_link a {
  color: var(--white-color);
}
.header-layout4 .header-top .header-info .header-info_link a:hover {
  color: var(--secondary-color);
}
.header-layout4 .header-top .header-info .icon-btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.header-layout4 .header-top .header-info::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 0%;
  width: 99999px;
  z-index: 0;
  background-color: var(--theme-color);
  height: 100%;
  transform: skew(0deg);
}
.header-layout4 .header-top .header-info .media-body {
  position: relative;
}
.header-layout4 .header-top .social-media {
  margin-right: 20px;
}
.header-layout4 .vs-logo {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 32px;
  top: 15px;
}
.header-layout4 .vs-logo a {
  z-index: 1;
}
.header-layout4 .vs-logo::before {
  top: -17%;
  right: -5%;
  height: 130%;
  transform: skew(0deg);
  z-index: 0;
}
.header-layout4 .header-links ul li a i {
  color: var(--secondary-color);
}
.header-layout4 .main-menu {
  text-align: left;
}
.header-layout4 .main-menu a {
  line-height: 5.6;
  color: var(--white-color);
}
.header-layout4 .main-menu a:hover {
  color: var(--title-color);
}
.header-layout4 .sticky-wrapper {
  background-color: var(--secondary-color);
}
.header-layout4 .sticky-wrapper .vs-btn {
  background-color: var(--white-color);
  color: var(--title-color);
}
.header-layout4 .sticky-wrapper .vs-btn:hover {
  color: var(--white-color);
}
.header-layout4 .vs-btn {
  color: var(--title-color);
  background-color: var(--white-color);
}
.header-layout4 .vs-btn:hover {
  color: var(--white-color);
}
.header-layout4 .bar-btn {
  border: 1px solid var(--white-color);
}
.header-layout4 .bar-btn,
.header-layout4 .icon-btn {
  background-color: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}
.header-layout4 .bar-btn:hover,
.header-layout4 .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}
.header-layout4 .bar-btn:hover .badge,
.header-layout4 .icon-btn:hover .badge {
  background-color: var(--theme-color);
}
.header-layout4 .badge {
  background-color: var(--title-color);
}
.header-layout4 .will-sticky {
  background-color: var(--secondary-color);
  z-index: 0;
}
.header-layout4 .will-sticky .active .vs-logo {
  top: 0;
}
.header-layout4 .will-sticky .active .vs-btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.header-layout4 .will-sticky .active .bar-btn,
.header-layout4 .will-sticky .active .icon-btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--white-color);
}
.header-layout4 .will-sticky .active .bar-btn:hover,
.header-layout4 .will-sticky .active .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.header-layout4 .will-sticky .active .bar-btn:hover .badge,
.header-layout4 .will-sticky .active .icon-btn:hover .badge {
  background-color: var(--theme-color);
}
.header-layout4 .logo-shep {
  position: absolute;
  z-index: 1;
  right: -20%;
  bottom: -13%;
}

.hero-layout2 {
  position: relative;
  overflow: hidden;
}
.hero-layout2 .hero-inner {
  position: relative;
  text-align: center;
  padding: 250px 0 250px 0;
}
.hero-layout2 .hero-inner .hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 48, 0.65);
  z-index: 1;
}
.hero-layout2 .slick-arrow {
  top: 50%;
  background-color: transparent;
  border: none;
  transition: all 0.5s ease;
}
.hero-layout2 .slick-arrow:hover img {
  filter: brightness(0) invert(1);
}
.hero-layout2 .slick-arrow.slick-next {
  right: 10%;
}
.hero-layout2 .slick-arrow.slick-prev {
  left: 10%;
}
.hero-layout2 .hero-text {
  font-size: 32px;
}

.explore-list1 .list-unstyled {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 330px;
}
.explore-list1 li {
  position: relative;
  margin: 0 0 10px 0;
  font-weight: 600;
  transition: all ease 0.4s;
  color: var(--title-color);
  font-family: var(--title-font);
}
.explore-list1 li img {
  margin-right: 20px;
}

.about-shape {
  bottom: 10%;
  right: 0;
}

.picture-box1 {
  position: relative;
}
.picture-box1 .img-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -75%);
}
.picture-box1 .img-2 .about-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.picture-box1 .img-2 .about-content .shep-title {
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 120%;
}
.picture-box1 .img-2 .about-content .shep-text {
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
}

.counter-shep2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 140%;
  border-radius: 0;
  z-index: 0;
  background-size: contain;
}

.counter .media-style3 {
  position: relative;
  display: flex;
  align-items: center;
}
.counter .media-style3 .media-icon {
  margin-right: 30px;
}
.counter .media-style3 .media-counter {
  display: block;
}
.counter .media-style3 .media-counter .media-title {
  color: var(--white-color);
  font-size: 48px;
}
.counter .media-style3 .media-counter .media-text {
  color: var(--white-color);
  margin-bottom: 0;
}

.service-style3 {
  padding-bottom: 50px;
  background-position: bottom;
  text-align: center;
  position: relative;
  border-radius: 6px;
  transition: all 0.5s ease;
  background-size: cover;
}
.service-style3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 48, 0.5607843137);
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.service-style3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--smoke-color);
  border-radius: 6px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.service-style3 .service-content {
  text-align: center;
  padding: 0px 30px 30px 30px;
  border-radius: 6px 6px 0 0px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.service-style3 .service-content .service-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color);
  position: relative;
  top: -35px;
  margin: 0 auto;
  border-radius: 6px;
}
.service-style3 .service-content .service-icon img {
  filter: brightness(0) invert(1);
}
.service-style3 .service-content .service-text {
  margin-bottom: 0;
}
.service-style3 .service-content .service-title {
  margin-bottom: 10px;
}
.service-style3 .vs-btn a {
  text-transform: uppercase;
  color: var(--white-color);
}
.service-style3 .vs-btn::after {
  background-color: var(--theme-color);
}
.service-style3:hover::before {
  visibility: visible;
  opacity: 1;
}
.service-style3:hover::after {
  visibility: hidden;
  opacity: 0;
}
.service-style3:hover .service-content {
  background-color: transparent;
}
.service-style3:hover .service-content .service-title {
  color: var(--white-color);
}
.service-style3:hover .service-content .service-text {
  color: var(--white-color);
}

.service-layout3 .slick-slide {
  margin-top: 40px;
}

.testimonial-layout1 {
  padding-bottom: 90px;
}
.testimonial-layout1 .testi_style1 {
  padding: 0;
}
.testimonial-layout1 .sec-line {
  margin: 0;
}
.testimonial-layout1 .sec_title {
  color: var(--white-color);
}
.testimonial-layout1 .testi_text {
  color: var(--white-color);
  font-weight: 300;
  margin-bottom: 32px;
}
.testimonial-layout1 .testi-content {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-layout1 .testi-content .testi-img {
  display: block;
  width: 100%;
  max-width: 200px;
  position: relative;
}
.testimonial-layout1 .testi-content .testi-img img {
  max-width: 200px;
  max-height: 200px;
}
.testimonial-layout1 .testi-content .testi-img .testi_quote {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 0px 0px 0px 10px;
}
.testimonial-layout1 .testi-content .testi-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-layout1 .testi-content .testi-desc .testi_author {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
}
.testimonial-layout1 .testi-content .testi-desc .testi_degi {
  font-size: 12px;
  color: var(--secondary-color);
}
.testimonial-layout1 .testi-content .testi-rating i {
  color: #FFB800;
}
.testimonial-layout1 .testi-content .testi-inner {
  padding: 25px 25px 25px 35px;
}
.testimonial-layout1 .testi-item {
  margin-bottom: 30px;
}

.service_style4 .service_inner {
  align-items: center;
  justify-content: space-between;
  background-color: var(--smoke-color);
  padding: 40px 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.service_style4 .service_inner:not(:last-child) {
  margin-bottom: 30px;
}
.service_style4 .service_inner .image-hover {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.service_style4 .service_inner:hover {
  border-radius: 10px;
  background-color: transparent;
}
.service_style4 .service_inner:has(div.accordion-collapse.show) .image-hover,
.service_style4 .service_inner:hover .image-hover {
  visibility: visible;
  opacity: 1;
  z-index: 0;
}
.service_style4 .service_inner:hover .service_left .service_title a {
  color: var(--white-color);
}
.service_style4 .service_inner:hover .service_content .service_text {
  color: var(--white-color);
  position: relative;
  z-index: 0;
}
.service_style4 .service_inner:hover .accordion-body {
  position: relative;
  z-index: 1;
}
.service_style4 .service_inner:has(div.accordion-collapse.show) .accordion-body p,
.service_style4 .service_inner:hover .accordion-body p {
  color: var(--white-color);
  position: relative;
}
.service_style4 .service_inner:has(div.accordion-collapse.show) .service_title,
.service_style4 .service_inner:hover .service_title {
  color: var(--white-color);
}
.service_style4 .service_content {
  display: flex;
  align-items: center;
}
.service_style4 .service_content .service_text {
  margin-bottom: 0;
  text-align: right;
  max-width: 34ch;
}
.service_style4 .service_content .icon-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  margin-left: 40px;
}
.service_style4 .service_content .icon-btn:hover {
  color: var(--secondary-color);
}
.service_style4 .service_left {
  display: flex;
  align-items: center;
  z-index: 0;
}
.service_style4 .service_left .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background-color: var(--theme-color);
  text-align: center;
  color: var(--white-color);
  border-radius: 100%;
  margin-right: 50px;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
}
.service_style4 .service_left .service_title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}
.service_style4 .service-top {
  display: flex;
  align-items: center;
  width: 92%;
  justify-content: space-between;
}
.service_style4 .service-top::before {
  display: none;
}
.service_style4 .accordion-collapse {
  border: none;
}
.service_style4 .accordion-button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.service_style4 .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.service_style4 .accordion-button::after {
  display: none;
}
.service_style4 .accordion-button::before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
  color: var(--secondary-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 300;
  transition: all ease 0.4s;
  background-color: var(--white-color);
  border: 1px solid var(--secondary-color);
}
.service_style4 .accordion-button:hover::before {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.service_style4 .accordion-button:not(.collapsed):before {
  content: "\f068";
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.service_style4 .accordion-body {
  padding: 2rem 6rem 1.25rem;
}
.service_style4 .accordion-body p {
  margin-bottom: 0;
}

.team-layout1 .sec-subtitle {
  color: var(--white-color);
}
.team-layout1 .sec-line::before {
  background-color: var(--white-color);
}
.team-layout1 .vs-carousel {
  margin-bottom: 65px;
}

.team-style2 {
  position: relative;
}
.team-style2 .social-media4 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-radius: 10px;
  height: 40px;
  width: 40px;
  background-color: var(--title-color);
  overflow: hidden;
  transition: all 0.3s ease;
}
.team-style2 .social-media4 a {
  color: var(--white-color);
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease;
}
.team-style2 .social-media4 a:hover {
  background-color: var(--secondary-color);
  border-radius: 4px;
}
.team-style2 .social-media4:hover {
  height: 200px;
}
.team-style2 .team-content {
  background-color: var(--white-color);
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 300px;
  transform: translateY(-50%);
  padding: 30px;
  position: relative;
}
.team-style2 .team-content::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 10px;
  background-color: var(--theme-color);
  border-radius: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.team-style2 .team-content .team-name {
  margin-bottom: 0;
  line-height: 100%;
  font-size: 24px;
  color: var(--title-color);
}
.team-style2 .team-content .team-degi {
  color: var(--secondary-color);
  margin-bottom: 0;
}
.team-style2 .team-img a img {
  border-radius: 10px;
  width: 100%;
}

.video-layout1 .video-body {
  border-radius: 10px;
  overflow: hidden;
  padding-left: 128px;
  transform: translateY(-23%);
}
.video-layout1 .video-body .play-btn2 {
  margin-bottom: 65px;
  width: 98px;
  height: 98px;
  line-height: 98px;
  background-color: var(--title-color);
  text-align: center;
  border-radius: 50%;
}
.video-layout1 .video-body .play-btn2::after {
  background-color: var(--title-color);
}
.video-layout1 .video-body .play-btn2::before {
  background-color: var(--secondary-color);
}
.video-layout1 .video-body .play-btn2:hover {
  background-color: var(--secondary-color);
}
.video-layout1 .video-body .play-btn2 img {
  max-width: 40px;
}
.video-layout1 .video-body .video-title {
  color: var(--white-color);
  line-height: 150%;
  margin-bottom: 0;
}

.brand-layout1 .brands {
  position: relative;
  padding: 0px 70px 0px 70px;
  text-align: center;
}

.subscribe-layout1 .subscribe {
  border-radius: 10px;
  overflow: hidden;
}
.subscribe-layout1 .subscribe::after {
  display: none;
}
.subscribe-layout1 .form-style {
  padding: 0;
}
.subscribe-layout1 .form-style .vs-btn {
  background-color: var(--title-color);
  padding: 22px 28px;
}
.subscribe-layout1 .form-style .vs-btn::after {
  transform: scale(1);
  background-color: var(--title-color);
  transition: all 0.4s ease;
}
.subscribe-layout1 .form-style .vs-btn:hover::after {
  background-color: var(--theme-color);
}
.subscribe-layout1 .subscribe-icon {
  margin-right: 40px;
}
.subscribe-layout1 .sec-title {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 130%;
}
.subscribe-layout1 .sec-subtitle {
  color: var(--white-color);
  margin-bottom: 0;
}
.subscribe-layout1 .form-group {
  margin-bottom: 0;
}

.blog-style3 {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.blog-style3 .blog-img {
  margin-bottom: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
  border-radius: 6px;
}
.blog-style3 .blog-img img {
  transform: scale(1);
  transition: all 0.5s ease;
}
.blog-style3 .blog-content {
  padding: 25px 30px 30px;
}
.blog-style3 .link-btn {
  display: block;
  width: 100%;
  background-color: var(--smoke-color);
  padding: 13px 20px;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
}
.blog-style3 .link-btn i {
  position: absolute;
  right: 20px;
  color: var(--secondary-color);
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-style3 .link-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.blog-style3 .blog-meta2 {
  bottom: 0;
  border-radius: 0;
  padding: 0;
  max-width: 60px;
}
.blog-style3 .blog-meta2 .day {
  padding: 10px 10px 5px 10px;
  font-size: 32px;
}
.blog-style3 .blog-meta2 .month {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 0 7px;
  font-size: 10px;
  font-weight: 500;
}
.blog-style3 .blog-meta a i {
  color: var(--secondary-color);
}
.blog-style3:hover .blog-img img {
  transform: scale(1.1);
}

.footer-layout2 .widget_title {
  color: var(--white-color);
}
.footer-layout2 .vs-mobile-menu.style2 ul li a {
  color: var(--white-color);
}
.footer-layout2 .vs-mobile-menu.style2 ul li a:hover {
  color: var(--secondary-color);
}
.footer-layout2 .footer-address {
  color: var(--white-color);
}
.footer-layout2 .footer-address i {
  margin-right: 20px;
}
.footer-layout2 .footer-text {
  color: var(--white-color);
}
.footer-layout2 .terms-condition ul li a {
  color: var(--white-color);
}
.footer-layout2 .terms-condition ul li a:hover {
  color: var(--secondary-color);
}
.footer-layout2 .copyright-text {
  color: var(--white-color);
}
.footer-layout2 .vs-mobile-menu .style-items:first-child {
  padding-left: 0;
}
.footer-layout2 .vs-mobile-menu ul li a:before {
  content: "\f101";
  margin-right: 20px;
  color: var(--white-color);
}
.footer-layout2 .sec-line2::before {
  background-color: #e9ecef;
}

/* Medium Large devices */
@media (max-width: 1399px) {
   /* .media-body {
    display: none;
  } */

  .info-box .media-body {
    display: block;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-layout2 .hero-inner {
    padding: 100px 0 100px 0;
  }
  .hero-layout2 .hero-text {
    font-size: 22px;
  }
  .header-layout4 .header-top {
    padding: 8px 0;
  }
  .header-layout4 .header-top .header-info {
    display: none;
  }
  .header-layout4 .vs-logo {
    top: 0;
  }
  .header-layout4 .vs-logo::before {
    display: none;
  }
  .header-layout4 .logo-shep {
    display: none;
  }
  .service_style4 .service_left .number {
    margin-right: 26px;
  }
  .subscribe-layout1 .form-style {
    padding: 0;
    margin-top: 20px;
  }
  .picture-box1 .about-content .shep-title {
    font-size: 28px;
  }
  .picture-box1 .about-content .shep-text {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media (min-width: 991px) and (max-width:1400px) {
  .vs-logo {
    padding: 10px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout4 .sticky-wrapper {
    padding: 0;
  }
  .testimonial-layout1 {
    padding-bottom: 50px;
  }
  .testimonial-layout1 .sec-line {
    margin: 0 auto;
  }
  .service_style4 .service_inner {
    padding: 20px;
    border-radius: 10px;
  }
  .service_style4 .service_inner:hover {
    border-radius: 10px;
  }
  .service_style4 .service_left .number {
    margin-right: 15px;
    width: 42px;
    height: 42px;
    line-height: 46px;
    font-size: 16px;
  }
  .service_style4 .service_left .service_title {
    font-size: 18px;
    line-height: 130%;
    text-align: left;
  }
  .service_style4 .service_content {
    display: none;
  }
  .service_style4 .accordion-body {
    padding: 2rem 0 1.25rem;
  }
  .video-layout1 .video-body {
    padding: 60px 15px;
  }
  .subscribe-layout1 .subscribe .form-style input {
    margin-bottom: 0;
    border: none;
  }
  .subscribe-layout1 .subscribe .sec-title {
    font-size: 22px;
  }
  .subscribe-layout1 .subscribe .sec-subtitle {
    font-size: 16px;
  }
  .subscribe-layout1 .form-style {
    padding: 0;
    margin-top: 20px;
  }
  .counter .media-style3 {
    justify-content: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testimonial-layout1 .testi-content {
    display: block;
  }
  .testimonial-layout1.style2 .testi-content .testi-img img {
    width: 100%;
    height: 100%;
    max-width: 200px;
}
  .testimonial-layout1 .testi-content .testi-img {
    max-width: 100%;
    width: 100%;
  }
  .testimonial-layout1.style2 .testi-content .testi-img {
    max-width: 100%;
    text-align: center;
}
  .testimonial-layout1 .testi-content .testi-img img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: auto;
    width: 100%;
  }
  .picture-box1 .about-content .shep-title {
    font-size: 20px;
  }
  .picture-box1 .about-content .shep-text {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0;
  }
  .subscribe-layout1 .form-style {
    background-color: transparent;
  }
  .subscribe-layout1 .form-style .form-group {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 374px) {
  .explore-list1 {
    margin-bottom: 20px;
  }
  .explore-list1 .list-unstyled {
    display: block;
    margin-bottom: 0;
  }
}
.header-layout5 {
  overflow-x: clip;
}
.header-layout5 .main-menu {
  text-align: left;
}
.header-layout5 .header-top {
  padding-bottom: 0px;
  padding-top: 0px;
  overflow-x: clip;
}
.header-layout5 .header-top .dropdown {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.header-layout5 .header-top .dropdown .dropdown-menu {
  background-color: var(--title-color);
}
.header-layout5 .header-top .header-info {
  margin-right: 20px;
  position: relative;
  height: 60px;
}
.header-layout5 .header-top .header-info .header-info_label {
  color: var(--white-color);
  text-align: left;
  margin: 0;
}
.header-layout5 .header-top .header-info .header-info_link {
  font-size: 16px;
  line-height: 100%;
}
.header-layout5 .header-top .header-info .header-info_link a {
  color: var(--white-color);
}
.header-layout5 .header-top .header-info .header-info_link a:hover {
  color: var(--secondary-color);
}
.header-layout5 .header-top .header-info .icon-btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.header-layout5 .header-top .header-info::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 0%;
  width: 99999px;
  z-index: 0;
  background-color: var(--theme-color);
  height: 100%;
  transform: skew(0deg);
}
.header-layout5 .header-top .header-info .media-body {
  position: relative;
}
.header-layout5 .header-top .social-media {
  margin-right: 20px;
}
.header-layout5 .vs-logo {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 32px;
  top: -35%;
}
.header-layout5 .vs-logo a {
  z-index: 1;
}
.header-layout5 .vs-logo::before {
  top: -22%;
  right: 0%;
  height: 142px;
  transform: skew(0deg);
  z-index: 0;
}
.header-layout5 .main-menu a {
  line-height: 5.6;
  color: var(--title-color);
}
.header-layout5 .main-menu a:hover {
  color: var(--secondary-color);
}
.header-layout5 .sticky-wrapper {
  background-color: var(--white-color);
}
.header-layout5 .sticky-wrapper .vs-btn {
  background-color: var(--white-color);
  color: var(--title-color);
}
.header-layout5 .sticky-wrapper .vs-btn:hover {
  color: var(--white-color);
}
.header-layout5 .vs-btn {
  color: var(--white-color);
  background-color: var(--secondary-color);
  border-radius: 0;
}
.header-layout5 .vs-btn:hover {
  color: var(--white-color);
}
.header-layout5 .vs-btn:hover::after {
  background-color: var(--theme-color);
}
.header-layout5 .bar-btn {
  border: 1px solid var(--white-color);
}
.header-layout5 .bar-area {
  position: relative;
  top: -40px;
}
.header-layout5 .bar-area::before {
  content: "";
  position: absolute;
  top: -61%;
  height: 141px;
  transform: skew(0deg);
  z-index: 0;
  background-color: var(--theme-color);
  width: 99999px;
  left: 0%;
}
.header-layout5 .bar-area .bar-btn {
  position: relative;
  left: 10%;
  border: none;
  background-color: transparent;
  color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.header-layout5 .bar-btn,
.header-layout5 .icon-btn {
  background-color: transparent;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.header-layout5 .bar-btn:hover,
.header-layout5 .icon-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.header-layout5 .bar-btn:hover .badge,
.header-layout5 .icon-btn:hover .badge {
  background-color: var(--theme-color);
}
.header-layout5 .badge {
  top: -5px;
  right: -5px;
  background-color: var(--title-color);
}
.header-layout5 .will-sticky {
  background-color: var(--secondary-color);
  z-index: 0;
}
.header-layout5 .will-sticky .active .vs-logo {
  top: 0;
}
.header-layout5 .will-sticky .active .vs-btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.header-layout5 .will-sticky .active .bar-btn,
.header-layout5 .will-sticky .active .icon-btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--white-color);
}
.header-layout5 .will-sticky .active .bar-btn:hover,
.header-layout5 .will-sticky .active .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.header-layout5 .will-sticky .active .bar-btn:hover .badge,
.header-layout5 .will-sticky .active .icon-btn:hover .badge {
  background-color: var(--theme-color);
}
.header-layout5 .will-sticky .active .bar-area {
  display: none;
}
.header-layout5 .dropdown button {
  color: var(--title-color);
}
.header-layout5 .dropdown button:hover {
  color: var(--secondary-color);
}
.header-layout5 .dropdown .dropdown-menu {
  transform: translate(20px, 54px) !important;
}
.header-layout5 .header-info {
  margin-left: 30px;
  margin-right: 10px;
}
.header-layout5 .header-info .icon-btn {
  margin-right: 14px;
}

.about-layout1 .about-title {
  font-size: 18px;
  color: var(--theme-color);
  line-height: 150%;
  margin-bottom: 30px;
}
.about-layout1 .title-area {
  margin-bottom: 60px;
}
.about-layout1 .explore-text {
  line-height: 200%;
}

.explore-list1 li i {
  color: var(--secondary-color);
  margin-right: 10px;
}

.about-layout3 .img-1 img {
  border-radius: 6px;
}
.about-layout3 .img-2 {
  border-radius: 6px;
}
.about-layout3 .picture-box1 .img-2 {
  position: absolute;
  top: unset;
  left: 10%;
  bottom: -16%;
  transform: unset;
}
.about-layout3 .about-title {
  font-size: 18px;
  color: var(--theme-color);
  line-height: 150%;
  margin-bottom: 30px;
}
.about-layout3 .explore-text {
  line-height: 200%;
}

.service-layout4 {
  background-size: cover;
  background-position: top;
}
.service-layout4 .service-style4 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-size: cover;
  background-position: top;
  text-align: center;
  position: relative;
  border-radius: 6px;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
.service-layout4 .service-style4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 48, 0.5607843137);
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.service-layout4 .service-style4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  border-radius: 6px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.service-layout4 .service-style4 .service-content {
  text-align: center;
  padding: 0 60px 50px 60px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  border-radius: 6px;
  opacity: 1;
}
.service-layout4 .service-style4 .service-content .service-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color);
  position: relative;
  top: -40px;
  margin: 0 auto;
  border-radius: 6px;
}
.service-layout4 .service-style4 .service-content .service-icon img {
  filter: brightness(0) invert(1);
}
.service-layout4 .service-style4 .service-content .service-text {
  margin-bottom: 40px;
}
.service-layout4 .service-style4 .service-content .service-title {
  margin-bottom: 10px;
}
.service-layout4 .service-style4 .vs-btn {
  transition: all 0.5s ease;
}
.service-layout4 .service-style4 .vs-btn a {
  text-transform: uppercase;
  color: var(--white-color);
}
.service-layout4 .service-style4 .vs-btn::after {
  background-color: var(--theme-color);
}
.service-layout4 .service-style4:hover::before {
  visibility: visible;
  opacity: 1;
}
.service-layout4 .service-style4:hover::after {
  visibility: hidden;
  opacity: 0;
}
.service-layout4 .service-style4:hover .service-content {
  background-color: transparent;
}
.service-layout4 .service-style4:hover .service-content .service-title {
  color: var(--white-color);
}
.service-layout4 .service-style4:hover .service-content .service-text {
  color: var(--white-color);
}
.service-layout4 .slick-track {
  padding-top: 15px;
  padding-bottom: 80px;
}
.service-layout4 .slick-dots {
  margin-bottom: 0;
}
.service-layout4 .slick-dots li {
  margin-right: 5px;
}
.service-layout4 .slick-dots li button {
  width: 20px;
  height: 6px;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  border-radius: 0;
}
.service-layout4 .slick-dots li.slick-active button {
  width: 75px;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.service_style5 .service_inner {
  position: relative;
  transition: all 0.5s ease;
}
.service_style5 .service_inner .service_img img {
  width: 100%;
}
.service_style5 .service_inner .service_icon {
  position: absolute;
  top: 40px;
  right: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.service_style5 .service_inner .service_icon .icon-btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.service_style5 .service_inner .service_icon .icon-btn i {
  color: var(--white-color);
  transform: rotate(45deg);
}
.service_style5 .service_inner .service_icon .icon-btn:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}
.service_style5 .service_inner .service_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
}
.service_style5 .service_inner .service_content .service_title {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
}
.service_style5 .service_inner .service_content .service_title:hover {
  color: var(--secondary-color);
}
.service_style5 .service_inner:hover .service_icon {
  visibility: visible;
  opacity: 1;
}

.video-layout2 {
  position: relative;
}
.video-layout2 .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -17%;
  border-radius: 10px;
  background-size: cover;
  background-position: top;
}
.video-layout2 .video-body {
  border-radius: 10px;
  overflow: hidden;
  padding-right: 50px;
  position: relative;
}
.video-layout2 .video-body .play-btn2 {
  margin-bottom: 65px;
  width: 98px;
  height: 98px;
  line-height: 98px;
  background-color: var(--title-color);
  text-align: center;
  border-radius: 50%;
}
.video-layout2 .video-body .play-btn2::after {
  background-color: var(--title-color);
}
.video-layout2 .video-body .play-btn2::before {
  background-color: var(--secondary-color);
}
.video-layout2 .video-body .play-btn2:hover {
  background-color: var(--secondary-color);
}
.video-layout2 .video-body .play-btn2 img {
  max-width: 34px;
}
.video-layout2 .video-body .video-title {
  color: var(--white-color);
  line-height: 150%;
  margin-bottom: 0;
}

.subscribe.style2 {
  transform: translateY(0%);
  position: relative;
  padding: 70px;
}

.shop-layout1 .sec-title {
  color: var(--white-color);
}
.shop-layout1 .sec-subtitle {
  color: var(--white-color);
}
.shop-layout1 .sec-line::before {
  background-color: var(--white-color);
}

.product-style2 {
  position: relative;
}
.product-style2 .product-img .clipped {
  width: 100%;
  height: 270px;
  background-color: var(--smoke-color);
  border-radius: 10px;
}
.product-style2 .product-img2 {
  text-align: center;
  transform: translateY(-24%);
}
.product-style2 .product-body {
  text-align: center;
  padding: 0;
  position: relative;
}
.product-style2 .product-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 5%);
  width: 100%;
}
.product-style2 .product-content .product-price {
  color: var(--white-color);
}
.product-style2 .product-content .product-title {
  color: var(--white-color);
}
.product-style2 .product-content .product-title a {
  font-size: 16px;
}
.product-style2 .product-content .product-rating i {
  color: var(--white-color);
}
.product-style2:hover .product-img2 {
  filter: brightness(2) invert(0);
}

.testimonial-layout1.style2 .testi-content .testi-img {
  max-width: 100%;
}
.testimonial-layout1.style2 .testi-content .testi-img img {
  width: 100%;
  max-height: 100%;
  min-width: 224px;
}
.testimonial-layout1.style2 .testi-content .testi-text p {
  line-height: 180%;
}
.testimonial-layout1.style2 .testi-content .testi_author {
  font-size: 18px;
}
.testimonial-layout1.style2 .testi-content .testi-inner {
  padding: 35px;
}
.testimonial-layout1.style2 .testi-item {
  margin-bottom: 0;
}

.blog-layout1 .blog-style3 {
  border-radius: 6px;
}
.blog-layout1 .blog-style3 .blog-content {
  padding: 25px 30px 30px;
  text-align: center;
}
.blog-layout1 .blog-style3 .blog-content .blog-title {
  margin-bottom: 0;
}
.blog-layout1 .blog-style3 .blog-meta2 {
  bottom: auto;
  top: 30px;
  right: 30px;
  border-radius: 6px;
}
.blog-layout1 .blog-style3 .blog-meta a:not(:last-child) {
  padding-right: 12px;
  margin-right: 0px;
  border: none;
}
.blog-layout1 .blog-style3:hover {
  background-color: var(--title-color);
}
.blog-layout1 .blog-style3:hover .blog-content .blog-title a {
  color: var(--white-color);
}
.blog-layout1 .blog-style3:hover .blog-content .blog-title a:hover {
  color: var(--secondary-color);
}
.blog-layout1 .blog-style3:hover .blog-content .blog-meta a {
  color: var(--white-color);
}
.blog-layout1 .blog-style3:hover .blog-content .blog-meta a:hover {
  color: var(--secondary-color);
}

@media screen and (max-width: 1900px) {
  .header-layout5 .vs-logo {
    height: 100%;
    top: 0;
  }
  .header-layout5 .vs-logo::before {
    top: 0;
    right: 0%;
    height: 100%;
  }
  .header-layout5 .bar-area .bar-btn {
    left: 0;
  }
  .header-layout5 .bar-area {
    top: 0;
  }
  .header-layout5 .bar-area::before {
    top: -40%;
    height: 90px;
    left: 0%;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .service-layout4 .slick-dots {
    padding-bottom: 0px;
    display: block !important;
  }
}
@media screen and (max-width: 1497px) {
  .header-layout5 .vs-logo {
    height: 100%;
    top: 0;
  }
  .header-layout5 .vs-logo::before {
    top: 0;
    right: 0%;
    height: 100%;
  }
  .header-layout5 .bar-area .bar-btn {
    left: 0;
  }
  .header-layout5 .bar-area {
    top: 0;
  }
  .header-layout5 .bar-area::before {
    top: -39%;
    height: 90px;
    left: 0%;
  }
  .video-layout2 .video-bg {
    left: 0;
  }
  .service_style5 .service_inner .service_content .service_title {
    font-size: 18px;
  }
  .service-layout4 .slick-track {
    padding-bottom: 10px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout5 .header-info {
    display: none;
  }
  .header-layout5 .vs-logo {
    top: 0;
  }
  .header-layout5 .vs-logo::before {
    display: none;
  }
  .hero-layout1 .hero-content {
    margin-top: 20px;
  } 
  .testimonial-layout1.style2 .testi-item {
    margin-bottom: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .service_style5 .service_inner .service_content .service_title {
    font-size: 18px;
  }
  .service-layout4 .slick-track {
    padding-bottom: 10px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout5 .vs-logo {
    top: 0;
  }
  .header-layout5 .vs-logo::before {
    display: none;
  }
  .header-layout5 .icon-btn,
  .header-layout5 .dropdown {
    display: none;
  }
  .service-layout4 .slick-track {
    padding-bottom: 10px;
  }
  .video-layout2 .video-bg {
    border-radius: 0;
    left: 0;
  }
  .service_style5 .service_inner .service_content .service_title {
    font-size: 26px;
  }
  .subscribe.style2 {
    padding: 30px 15px;
  }
  .about-layout3 .picture-box1 .img-2 {
    bottom: -8%;
  }
  .service-layout4 .service-style4 .service-content {
    padding: 0 30px 50px 30px;
  }
  .video-layout2 .video-body {
    padding-right: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-layout3 .picture-box1 .img-2 {
    bottom: -16%;
  }
  .header-layout5 .header-top .social-media {
    margin-right: 0px;
    padding: 10px 0;
  }
  .header-layout5 .vs-btn {
    display: none;
  }
}

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