@charset "UTF-8";
/*
Template Name: Naturo
Template URL: http://vecurosoft.com/products/html/naturo
Description: Naturo - Hunting and Fishing Services HTML Template Theme
Author: Vecuro
Author URI: https://www.templatemonster.com/authors/vecuro/
Version: 1.0.0
*/
/*=================================
    CSS Index End
==================================*/
/*
01. Variable
02. Mixin
03. Function
04. Typography
05. Bootstrap Overwrite
    5.1. Container
    5.2. Grid
    5.3. Form
06. Vendor Custom Style 
    6.1. Slick Slider
    6.2. VS Mobile Menu
    6.3. Date & Time Picker
    6.4. Flaticon
07. Theme Default
    7.1. Preloader
    7.2. Theme Buttons
    7.3. Section Title
    7.4. Theme Utility
08. Template Style
    8.1. Header
    8.2. Footer
    8.3. Breadcrumb
    8.4. Hero
    8.5. Feature
    8.6. About
    8.7. Video
    8.8. Service
    8.9. Banner
    8.10. Team
    8.11. Testimonial
    8.12. Blog
    8.13. Contact
    8.14. Work-process
    8.15. Counter
    8.16. Gallery
    8.17. Woocommerce
    8.18. Widget-sidemenu
    8.19. Price
    8.20. Error
    8.21. Widget-search
    8.22. Widget-categories
    8.23. Widget-post
09. Theme Global
    9.1. Font
    9.2. Background
    9.3. Text Color
    9.4. Border Radius
    9.5. Overlay
10. Theme Animation
11. Extend
12. Spacing
00. RTL Support

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
    01. Variable
==================================*/
:root {
  --theme-color: #9f974f;
  --theme-color2: #01c1f1;
  --title-color: #686242;
  --title-color2: #254574;
  --body-color: #85847d;
  --body-color2: #6e7784;
  --body-color3: #818790;
  --black-color: #000000;
  --light-color: #f1f7ff;
  --secondary-color: #f5f6fb;
  --smoke-color: #f8f8f8;
  --dark-color: #252323;
  --light-dark-color: #0f1116;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #f0f0f0;
  --grey-color: #f9f7e6;
  --theme-font: "Farro",sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1220px;
  --container-gutters: 1.5rem;
  --moving-ani-duration: 10s;
  --ripple-ani-duration: 5s;
  --section-space: 150px;
  --space-md: 100px;
  --section-space-mobile: 60px;
}

/*=================================
    02. Mixin
==================================*/
/*=================================
    03. Function
==================================*/
/*=================================
    04. Typography
==================================*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 300;
  color: var(--body-color);
  line-height: 24px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
}

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--body-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%;
}

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

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

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

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

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h3,
h3 {
    font-size: 26px;
  }

  .h4,
h4 {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .h1,
h1 {
    font-size: 42px;
  }

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

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

  .h4,
h4 {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
h1 {
    font-size: 36px;
  }

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

  .h3,
h3 {
    font-size: 22px;
  }
}
/*=================================
    05. Bootstrap Overwrite
==================================*/
/*------------------- 5.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 5.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: 1399px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 5.3. Form -------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 10px;
  line-height: 1;
}

table.variations select,
select,
.form-select,
.form-control {
  height: 60px;
  padding: 0 20px;
  border: 1px solid #e3e6e9;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 3px;
  font-family: var(--theme-font);
}
table.variations select:focus,
select:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #e3e6e9;
  background-color: var(--white-color);
}
table.variations select::-moz-placeholder,
select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color2);
  text-transform: capitalize;
}
table.variations select::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color2);
  text-transform: capitalize;
}
table.variations select:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color2);
  text-transform: capitalize;
}
table.variations select::placeholder,
select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color2);
  text-transform: capitalize;
}

select {
  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 0.75rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 50px;
}

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

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

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

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "";
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  margin-bottom: 11px;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 2px;
  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: 3px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: block;
  line-height: 1.3;
  margin-bottom: 11px;
}
input[type=radio] ~ label:after, input[type=radio] ~ label:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  transition: all 0.2s ease;
}
input[type=radio] ~ label::before {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
}
input[type=radio] ~ label:after {
  width: 10px;
  height: 10px;
  top: 4px;
  left: 3px;
  opacity: 0;
  transform: scale(0);
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
}
input[type=radio]:checked ~ label:after {
  opacity: 1;
  background-color: var(--theme-color);
  transform: scale(1);
}

.form-group {
  margin: 0;
  position: relative;
}

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

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

textarea.form-control.is-invalid {
  background-position: top calc(.375em + 0.5875rem) right calc(.375em + .8875rem);
}

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

/*=================================
    06. Vendor Custom Style
==================================*/
/*------------------- 6.1. Slick Slider -------------------*/
.slick-list.draggable {
  padding-left: 0;
  padding-right: 0;
}

.slick-track {
  min-width: 100%;
}
.slick-track img {
  display: inline-block;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-bottom: 30px;
  line-height: 0;
}
.slick-dots li {
  line-height: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  border: none;
  background-color: transparent;
  display: inline-block;
  background-color: #e5d8d8;
  text-indent: -99999px;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background-color: var(--body-color);
}

/*------------------- 6.2. VS Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  transition: all ease 0.8s;
  text-align: center;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 25px;
  padding-top: 40px;
  display: inline-block;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  transition: 0.3s;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: 58vh;
  padding-bottom: 40px;
  text-align: left;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}
.vs-menu-toggle:hover {
  background-color: var(--title-color);
}

.vs-mobile-menu3 .vs-menu-toggle {
  background-color: var(--theme-color2);
}
.vs-mobile-menu3 .vs-menu-toggle:hover {
  background-color: var(--title-color2);
}
.vs-mobile-menu3 .vs-mobile-menu ul li a {
  color: var(--title-color2);
}

/*------------------- 6.4. Flaticon -------------------*/
@font-face {
  font-family: "flaticon";
  src: url("../fonts/flaticon.ttf?5c279137481e94228b1e4b48152cf455") format("truetype"), url("../fonts/flaticon.woff?5c279137481e94228b1e4b48152cf455") format("woff"), url("../fonts/flaticon.woff2?5c279137481e94228b1e4b48152cf455") format("woff2"), url("../fonts/flaticon.eot?5c279137481e94228b1e4b48152cf455#iefix") format("embedded-opentype"), url("../fonts/flaticon.svg?5c279137481e94228b1e4b48152cf455#flaticon") format("svg");
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-quote:before {
  content: "";
}

.flaticon-quote-1:before {
  content: "";
}

.flaticon-fishing:before {
  content: "";
}

.flaticon-fishing-tool-1:before {
  content: "";
}

.flaticon-decision:before {
  content: "";
}

.flaticon-left-and-right-arrows:before {
  content: "";
}

.flaticon-appointment:before {
  content: "";
}

.flaticon-done:before {
  content: "";
}

.flaticon-fishing-rod:before {
  content: "";
}

.flaticon-rocket:before {
  content: "";
}

.flaticon-rocket-1:before {
  content: "";
}

.flaticon-software-development:before {
  content: "";
}

.flaticon-development:before {
  content: "";
}

.flaticon-planning:before {
  content: "";
}

.flaticon-planning-1:before {
  content: "";
}

.flaticon-schedule:before {
  content: "";
}

.flaticon-bag:before {
  content: "";
}

.flaticon-adventure:before {
  content: "";
}

.flaticon-quote-2:before {
  content: "";
}

.flaticon-quotes:before {
  content: "";
}

.flaticon-telephone-call:before {
  content: "";
}

.flaticon-telephone-call-1:before {
  content: "";
}

.flaticon-telephone:before {
  content: "";
}

.flaticon-pin:before {
  content: "";
}

.flaticon-email:before {
  content: "";
}

.flaticon-handshake:before {
  content: "";
}

.flaticon-code:before {
  content: "";
}

.flaticon-minimize:before {
  content: "";
}

.flaticon-handshake-1:before {
  content: "";
}

.flaticon-earth:before {
  content: "";
}

.flaticon-rocket-2:before {
  content: "";
}

.flaticon-bulb:before {
  content: "";
}

.flaticon-data-source:before {
  content: "";
}

.flaticon-freelance:before {
  content: "";
}

.flaticon-launch:before {
  content: "";
}

.flaticon-call:before {
  content: "";
}

.flaticon-email-1:before {
  content: "";
}

/*=================================
    07. Theme Default
==================================*/
/*------------------- 7.1. Preloader -------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0;
  padding: 5px 20px;
  font-size: 16px;
  border: none;
}
.preloader .loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}
.preloader .loader::before {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -24px;
  animation: animloader 4s ease infinite;
}
.preloader .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: var(var(--theme-color));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 24px var(--theme-color), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 24px var(--theme-color), 24px 24px var(--theme-color), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 24px var(--theme-color), 24px 24px var(--theme-color), 24px 48px var(--theme-color), 0px 48px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 24px var(--theme-color), 24px 24px var(--theme-color), 24px 48px var(--theme-color), 0px 48px var(--theme-color);
  }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px var(--theme-color), 24px 48px var(--theme-color), 0px 48px var(--theme-color);
  }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px var(--theme-color), 0px 48px var(--theme-color);
  }
  87% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px var(--theme-color);
  }
  100% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
}
@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}
/*------------------- 7.2. Theme Buttons -------------------*/
.vs-btn {
  display: inline-block;
  border: none;
  padding: 17px 42px;
  border-radius: 9999px;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-weight: 500;
  transition: all ease-in-out 0.4s;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  overflow: hidden;
  font-size: 16px;
}
.vs-btn i {
  margin-right: 8px;
}
.vs-btn:hover {
  color: var(--white-color);
  background-color: var(--body-color);
}
.vs-btn.style-1 {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-btn.style-1 i {
  margin-right: 10px;
}
.vs-btn.style-1:hover {
  background-color: var(--body-color);
}
.vs-btn.style-2:hover {
  color: var(--theme-color);
  background-color: var(--theme-color);
}

.style-3a {
  color: var(--white-color);
  background-color: var(--theme-color2);
  padding: 17px 38px;
  line-height: 1;
}
.style-3a:hover {
  background-color: var(--title-color2);
}

.vs-btn2 {
  background-color: var(--theme-color2);
  color: var(--white-color);
  padding: 18px 37px;
}
.vs-btn2:hover {
  background-color: var(--title-color2);
}

.blog-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 25px;
}

.hero-btn {
  color: var(--theme-color2);
  background-color: var(--white-color);
}
.hero-btn:hover {
  background-color: var(--theme-color2);
}

.vs-btn-hw:hover {
  background-color: var(--white-color);
  color: var(--theme-color2);
}

.icon-btn {
  display: inline-block;
  color: var(--white-color);
  background-color: var(--theme-color);
  text-align: center;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: none;
  font-size: 18px;
  border-radius: 50%;
}

.play-btn {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.play-btn > i {
  color: var(--white-color);
  position: relative;
  z-index: 2;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  border-radius: inherit;
  transition: all ease 0.4s;
}
.play-btn.style-1 {
  /* Extra small devices */
}
.play-btn.style-1::before {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 150px;
  height: 150px;
  top: -25px;
  left: -25px;
  z-index: 1;
  border-radius: 50%;
}
.play-btn.style-1::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 195px;
  height: 195px;
  top: -46px;
  left: -46px;
  z-index: 1;
  border-radius: 50%;
}
.play-btn.style-1:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
@media (max-width: 575px) {
  .play-btn.style-1 {
    width: 50px;
    height: 50px;
  }
  .play-btn.style-1 i {
    font-size: 14px;
    line-height: 50px;
  }
}

.link-btn {
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
}
.link-btn i {
  margin-left: 5px;
}

.view-btn {
  font-size: 18px;
  font-size: 700;
  color: var(--body-color2);
  text-transform: capitalize;
}
.view-btn i {
  margin-left: 10px;
}
.view-btn:hover {
  color: var(--theme-color);
}

.scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
  /* Small devices */
}
.scrollToTop > i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 22px;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.scrollToTop::before {
  content: "";
  position: absolute;
  background-color: transparent;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  visibility: hidden;
  opacity: 0;
  transform: scale(1.2);
  transition: 0.3s;
  /* Small devices */
}
@media (max-width: 767px) {
  .scrollToTop::before {
    display: none;
  }
}
.scrollToTop.show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.scrollToTop:focus:before, .scrollToTop:hover:before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .scrollToTop {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 40px;
    bottom: 60px;
  }
  .scrollToTop.show {
    bottom: 40px;
  }
}

.style-2 {
  background-color: transparent;
  /* Small devices */
}
@media (max-width: 767px) {
  .style-2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 50px;
  }
  .style-2.show {
    bottom: 15px;
  }
}
.style-2::before {
  border-color: var(--title-color2) !important;
  /* Small devices */
}
@media (max-width: 767px) {
  .style-2::before {
    display: none;
  }
}
.style-2 i {
  background-color: var(--title-color2);
}
.style-2:hover {
  background-color: transparent;
}
.style-2:hover i {
  background-color: var(--theme-color2);
}
.style-2:hover::before {
  border-color: var(--theme-color2) !important;
}

/*------------------- 7.3. Section Title -------------------*/
.section-title {
  margin-bottom: 60px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title > img {
  margin-top: 17px;
}
.section-title.mb-80, .section-title.mb-85 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .section-title.mb-80, .section-title.mb-85 {
    margin-bottom: 50px;
  }
}

.sec-title2 {
  font-size: 48px;
  line-height: 1.3;
  margin-top: 28px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .sec-title2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .sec-title2 {
    font-size: 26px;
  }
}

.sec-title1 {
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: 0;
  text-transform: none;
  margin-top: -0.2em;
  /* Small devices */
}
@media (max-width: 767px) {
  .sec-title1 {
    font-size: 18px;
  }
}

.sec-paragraph {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .sec-paragraph {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec-paragraph {
    font-size: 16px;
  }
}

.sec-title3 {
  font-size: 72px;
  line-height: 1.2;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .sec-title3 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .sec-title3 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .sec-title3 {
    font-size: 26px;
  }
}

.sec-title4 {
  color: var(--white-color);
  font-size: 150px;
  line-height: 1;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .sec-title4 {
    font-size: 28px;
  }
}

/*------------------- 7.4. Theme Utility -------------------*/
@media (min-width: 1950px) {
  .d-none-hd {
    display: none;
  }
}
@media (min-width: 1500px) {
  .d-hd-inline-block {
    display: inline-block !important;
  }

  .d-hd-block {
    display: block !important;
  }
}
.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);
}

.link-inherit a,
.link-inherit * a {
  color: inherit;
}
.link-inherit a:hover,
.link-inherit * a:hover {
  color: var(--theme-color);
}

.list-style-none ol,
.list-style-none ul, .list-style-none {
  padding: 0;
  margin: 0;
}
.list-style-none li {
  list-style-type: none;
}

.form-messages {
  display: none;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}

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

.vs-rating {
  color: var(--light-color);
}
.vs-rating .active {
  color: var(--theme-color);
}

.media-body {
  flex: 1;
}

/*=================================
    08. Template Style
==================================*/
/*------------------- 8.1. Header  -------------------*/
.header-wrapper {
  position: relative;
}

.header-top-wrapper {
  position: relative;
}

.main-menu a {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-weight: 700;
  display: block;
  position: relative;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu.text-white > ul > li > a {
  color: inherit;
}
.main-menu.text-white > ul > li > a:hover {
  color: var(--theme-color);
  transform: translateX(5px);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li a:hover {
  color: var(--body-color);
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 7px;
  font-size: 0.8rem;
}
.main-menu ul li.menu-item-has-children > a:hover {
  color: var(--theme-color);
}
.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;
  transform: rotateX(0);
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 200px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  transform-origin: top center;
  transform: rotateX(90deg);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: transform 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 li {
  display: block;
  margin: 0 0;
  padding: 4px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "";
  float: right;
  top: 1px;
  font-size: 0.8rem;
}
.main-menu ul.sub-menu li a {
  font-weight: 500;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
}
.main-menu ul.sub-menu li ul {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 7px;
  border-radius: 5px;
  transform: rotateX(0);
}
.main-menu ul.sub-menu li ul 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: 1220px;
  padding: 20px 0;
  left: 12px;
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.main-menu ul.mega-menu li li {
  padding: 3px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu li a:hover {
  color: var(--title-color);
}
.main-menu ul.mega-menu > li > a {
  display: block;
  border-bottom: 1px solid;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::before {
  display: none;
}
.main-menu ul.mega-menu > li > a:hover {
  color: var(--title-color);
  padding-left: 0;
}

.vs-mobile-menu ul {
  padding: 0 40px;
}
.vs-mobile-menu ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  font-family: var(--icon-font);
  right: 0;
  font-size: 0.8rem;
  transition: 0.3s;
}
.vs-mobile-menu ul li.menu-item-has-children.vs-active > a:after {
  transform: rotate(180deg);
}
.vs-mobile-menu ul li:last-child a {
  border-bottom: none;
}
.vs-mobile-menu ul li a {
  position: relative;
  padding: 12px 0;
  display: block;
  border-bottom: 1px solid rgba(104, 98, 66, 0.1);
}
.vs-mobile-menu .vs-submenu {
  padding-left: 0;
}
.vs-mobile-menu .vs-submenu li:last-child a {
  border-bottom: 1px solid rgba(104, 98, 66, 0.1);
}
.vs-mobile-menu .vs-submenu li a {
  margin-left: 5px;
}

.sticky-header-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all ease 0.4s;
  transform: translateY(-110%);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
}
.sticky-header-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sticky-header-wrap .logo {
  width: 90px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sticky-header-wrap .logo {
    transform: translateY(0);
  }
}

.menu-sticky1 > ul > li {
  margin: 0 17px;
}
.menu-sticky1 > ul > li > a {
  padding: 27px 0;
}

.menu-sticky3 > ul > li {
  margin: 0 17px;
}
.menu-sticky3 > ul > li.menu-item-has-children > a:hover {
  color: var(--theme-color2);
}
.menu-sticky3 > ul > li > a {
  color: #445f88;
  padding: 27px 0;
}
.menu-sticky3 > ul > li > a:hover {
  color: var(--theme-color2);
}
.menu-sticky3 ul.sub-menu li a {
  color: #445f88 !important;
}
.menu-sticky3 ul.sub-menu li a:hover {
  color: var(--theme-color2) !important;
}
.menu-sticky3 .mega-menu > li > a {
  color: #445f88 !important;
}
.menu-sticky3 .mega-menu > li > a ul li a {
  color: #445f88 !important;
}
.menu-sticky3 .mega-menu > li > a ul li a:hover {
  color: var(--theme-color2) !important;
}

.sticky-header3 .main-menu a {
  color: var(--title-color2);
}
.sticky-header3 .main-menu a:hover {
  color: var(--theme-color2);
}
.sticky-header3 .vs-menu-toggle {
  background-color: var(--theme-color2);
}
.sticky-header3 .vs-menu-toggle:hover {
  background-color: var(--title-color2);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: transparent;
  background-color: transparent;
}

.header-position {
  position: absolute;
  top: -88px;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .header-position {
    position: relative;
    top: 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .header-position {
    position: relative;
    top: 0;
    text-align: left;
  }
}
.header-position img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .header-position img {
    max-width: 100%;
  }
}

.menu-style1 > ul > li {
  margin: 0 18px;
}
.menu-style1 > ul > li > a {
  padding: 36px 0;
  font-size: 16px;
  color: var(--title-color);
  position: relative;
}
.menu-style1 > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 0;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.menu-style1 > ul > li > a:hover {
  color: var(--theme-color);
}
.menu-style1 > ul > li > a:hover:before {
  width: 100%;
}
.menu-style1 > ul > li.menu-item-has-children a:before {
  bottom: 0;
}
.menu-style1 > ul > li ul.mega-menu li a:hover {
  color: var(--body-color);
}

.head-top-links li {
  display: inline-block;
  margin-right: 28px;
  position: relative;
  z-index: 1;
}
.head-top-links li:last-child::before {
  display: none;
}
.head-top-links li::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 8px;
  height: 10px;
  width: 1px;
  line-height: 1;
  background-color: #C7C1A3;
  transition: all ease 0.4s;
}
.head-top-links li a i {
  font-size: 13px;
  font-weight: 300;
  margin-right: 5px;
}
.head-top-links a {
  color: var(--white-color);
}
.head-top-links a:hover {
  color: var(--title-color2);
}

.head-top-widget .globe-icon {
  margin-right: 5px;
}
.head-top-widget ul.dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-top: 10px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  position: relative;
  z-index: 55;
  border: 1px solid #ededed;
}
.head-top-widget ul.dropdown-menu a {
  padding: 0 10px;
  width: max-content;
}
.head-top-widget ul.dropdown-menu a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.head-top-widget .dropdown-toggle::before {
  content: "";
  font-size: 8px;
  font-family: var(--icon-font);
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}
.head-top-widget .dropdown-toggle::after {
  display: none;
}
.head-top-widget .dropdown-toggle:hover {
  color: var(--title-color);
}
.head-top-widget .dropdown-toggle.text-white:hover {
  color: var(--white-color) !important;
  text-decoration: underline;
}

.vs-social-group a {
  display: inline-block;
  color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--bg-color, #867F44);
  text-align: center;
}
.vs-social-group a:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .menu-style1 > ul > li {
    margin: 0 14px;
  }
}
.header-top-area {
  border-bottom: 1px solid rgba(85, 84, 78, 0.149);
}

.head-top-links2 a,
.head-top-links2 span {
  color: #fdf5ad;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.head-top-links2 a:first-child,
.head-top-links2 span:first-child {
  padding-left: 20px;
}
.head-top-links2 a:first-child::before,
.head-top-links2 span:first-child::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fdf5ad;
  border-radius: 50%;
  left: 3px;
  top: 6px;
  z-index: 1;
}
.head-top-links2 a:first-child::after,
.head-top-links2 span:first-child::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #fdf5ad;
  border-radius: 50%;
  left: 0;
  top: 3px;
  z-index: 1;
}
.head-top-links2 a:nth-child(2) i,
.head-top-links2 span:nth-child(2) i {
  margin-right: 9px;
}
.head-top-links2 a:nth-child(2)::before,
.head-top-links2 span:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fdf5ad;
  border-radius: 50%;
  left: -14px;
  top: 4px;
  z-index: 1;
}
.head-top-links2 a:hover,
.head-top-links2 span:hover {
  color: var(--white-color);
}

.head-top-widget2 .dropdown {
  position: relative;
}
.head-top-widget2 .dropdown::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fdf5ad;
  border-radius: 50%;
  right: -26px;
  top: 7px;
  z-index: 1;
}
.head-top-widget2 .dropdown .dropdown-toggle {
  color: #fdf5ad;
}
.head-top-widget2 .dropdown .dropdown-toggle:hover {
  color: var(--white-color);
}
.head-top-widget2 .dropdown-menu a {
  color: var(--title-color);
}
.head-top-widget2 .vs-social-group a {
  color: #fdf5ad;
  background-color: transparent;
  width: unset;
  margin-left: 18px;
  font-size: 14px;
}
.head-top-widget2 .vs-social-group a:hover {
  color: var(--white-color);
}

.contact-box .icon-box {
  margin-right: 16px;
  float: left;
  color: var(--white-color);
  font-size: var(--icon-size, 40px);
}
.contact-box .contact-content {
  overflow: hidden;
}
.contact-box .contact-content p {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
}
.contact-box .contact-content .contact-title {
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .contact-box .contact-content .contact-title {
    font-size: 14px;
  }
}

.top-widget .cart1 {
  color: var(--theme-color);
  font-size: 16px;
  background-color: var(--white-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.top-widget .cart1:hover {
  background-color: var(--body-color);
  color: var(--white-color);
}
.top-widget .badge {
  color: var(--white-color);
  font-size: 10px;
  font-weight: 300;
  background-color: var(--body-color);
  width: 21px;
  height: 21px;
  line-height: 11px;
  top: -5px;
  right: -5px;
}

.header2-inner .menu-style1 > ul > li {
  /* Large devices */
}
@media (max-width: 1199px) {
  .header2-inner .menu-style1 > ul > li {
    margin: 0 10px;
  }
}
.header2-inner .menu-style1 > ul > li > a {
  padding: 30px 0;
}

.right-nav .style-1 {
  padding: 15px 30px;
  line-height: 1;
}

.header-top-three .bg-title2 {
  background-color: var(--title-color2);
}
.header-top-three .head-top-links li::before {
  background-color: #86b1ef;
}
.header-top-three .head-top-links li:last-child {
  margin-right: 0;
}
.header-top-three .head-top-links a, .header-top-three .head-top-links span {
  color: #86b1ef;
}
.header-top-three .head-top-links a:hover, .header-top-three .head-top-links span:hover {
  color: var(--white-color);
}
.header-top-three .head-top-links a::before, .header-top-three .head-top-links span::before {
  background-color: #86b1ef;
}
.header-top-three .head-top-widget a {
  color: #86b1ef;
}
.header-top-three .head-top-widget a:hover {
  color: var(--white-color);
}
.header-top-three .vs-social-group a {
  background-color: #1c3861;
}
.header-top-three .vs-social-group a:hover {
  background-color: var(--white-color);
  color: var(--theme-color2);
}

.header3-inner .menu-style1 > ul > li > a {
  color: #445f88;
}
.header3-inner .menu-style1 > ul > li > a::before {
  background-color: var(--theme-color2);
}
.header3-inner .menu-style1 > ul > li > a:hover {
  color: var(--theme-color2);
}
.header3-inner .menu-style1 > ul > li ul.sub-menu li a {
  color: var(--title-color2);
}
.header3-inner .menu-style1 > ul > li ul.sub-menu li a:hover {
  color: var(--theme-color2);
}
.header3-inner .menu-style1 > ul > li ul.mega-menu li a {
  color: #445f88;
  border-color: #445f88;
}
.header3-inner .menu-style1 > ul > li ul.mega-menu li a:hover {
  color: var(--theme-color2);
}
.header3-inner .main-menu a:hover {
  color: var(--theme-color2);
}
.header3-inner .top-widget .cart1 {
  color: var(--white-color);
  background-color: var(--title-color2);
}
.header3-inner .top-widget .cart1:hover {
  background-color: var(--theme-color2);
}
.header3-inner .top-widget .badge {
  background-color: var(--theme-color2);
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.vs-side-menu-toggle {
  border: 0;
  background-color: var(--theme-color2);
  color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 41px;
}
.vs-side-menu-toggle:hover {
  background-color: var(--title-color2);
}

.hambergur-menu3 .vs-menu-toggle {
  background-color: var(--theme-color2);
}
.hambergur-menu3 .vs-menu-toggle:hover {
  background-color: var(--title-color2);
}

.header-bg-wrapper {
  position: relative;
  z-index: 5;
}

.hero-layout4 {
  position: relative;
  z-index: 1;
}

.main-menu-shape {
  position: relative;
  z-index: 2;
}
.main-menu-shape::before {
  content: "";
  position: absolute;
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #e3f9ff;
  right: 0;
  top: 1px;
  width: 71%;
  height: 100%;
  z-index: -1;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media only screen and (min-width: 1501px) and (max-width: 1900px) {
  .main-menu-shape::before {
    width: 75%;
  }
}
@media (max-width: 1500px) {
  .main-menu-shape::before {
    width: 78%;
  }
}
@media (max-width: 1399px) {
  .main-menu-shape::before {
    width: 82%;
  }
}
@media (max-width: 1199px) {
  .main-menu-shape::before {
    width: 76%;
  }
}
@media (max-width: 991px) {
  .main-menu-shape::before {
    display: none;
  }
}
.main-menu-shape .header-logo {
  transform: translateY(-25px);
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .main-menu-shape .header-logo {
    transform: translateY(-10px);
  }
}
@media (max-width: 991px) {
  .main-menu-shape .header-logo {
    transform: translateY(0);
    padding: 10px 0;
  }
}

.header4-inner .menu-style1 > ul > li {
  margin: 0 13px;
  /* Medium Large devices */
}
.header4-inner .menu-style1 > ul > li.menu-item-has-children > a::after {
  margin-left: 5px;
}
@media (max-width: 1399px) {
  .header4-inner .menu-style1 > ul > li {
    margin: 0 10px;
  }
}

/*------------------- 8.2. Footer  -------------------*/
.widget_title {
  font-size: 20px;
  color: var(--white-color);
}

.footer-widget {
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 40px;
  }
}
.footer-widget .foter-logo {
  margin-bottom: 35px;
}
.footer-widget .widget_title {
  margin-bottom: 31px;
}
.footer-widget .text-theme {
  transition: 0.3s;
}
.footer-widget .text-theme i {
  color: inherit;
}
.footer-widget .text-theme a {
  color: inherit;
}
.footer-widget .text-theme:hover {
  color: var(--white-color) !important;
}
.footer-widget .text-theme:hover a {
  color: var(--white-color);
}
.footer-widget .text-theme2 {
  transition: 0.3s;
}
.footer-widget .text-theme2:hover {
  color: var(--white-color) !important;
}
.footer-widget p {
  color: #aaaaa7;
}
.footer-widget p a {
  color: inherit;
}
.footer-widget p a:hover {
  color: var(--white-color);
}
.footer-widget.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.footer-widget.widget_nav_menu ul li {
  display: block;
  color: #aaaaa7;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 3px;
  transition: 0.3s;
}
.footer-widget.widget_nav_menu ul li:before {
  content: "";
  color: inherit;
  margin-right: 7px;
  font-family: var(--icon-font);
  font-weight: 300;
}
.footer-widget.widget_nav_menu ul li:hover {
  color: var(--white-color);
  transform: translateX(5px);
}
.footer-widget.widget_nav_menu ul li:hover:before {
  color: inherit;
}
.footer-widget.widget_nav_menu ul li a {
  color: inherit;
}

/* Medium devices */
@media (max-width: 991px) {
  .widget-area.space-bottom.space-md-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 40px);
  }
}
.padding-l {
  padding-left: 40px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .padding-l {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .padding-l {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .padding-l {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .padding-l {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .padding-l {
    padding-left: 0;
  }
}

.footer-newsletter {
  position: relative;
}
.footer-newsletter input {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: var(--body-color);
  width: 100%;
  border: 0;
  border-radius: 30px;
  height: 60px;
  padding-left: 40px;
}
.footer-newsletter .form-control {
  border: 0;
}
.footer-newsletter .mask-style1 {
  color: var(--white-color);
  font-size: 14px;
  background-color: var(--theme-color);
  padding: 16px 27px;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 15px;
  z-index: 1;
}
.footer-newsletter .mask-style1:hover {
  background-color: var(--body-color);
}

.copyright-text {
  /* Extra small devices */
}
.copyright-text p {
  /* Medium devices */
}
@media (max-width: 991px) {
  .copyright-text p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright p {
  /* Medium devices */
}
@media (max-width: 991px) {
  .copyright p {
    font-size: 14px;
  }
}
.copyright a:hover {
  color: var(--body-color);
}
.copyright .menu {
  /* Extra small devices */
  /* Medium devices */
}
@media (max-width: 575px) {
  .copyright .menu {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .copyright .menu {
    display: none;
  }
}
.copyright .menu li {
  display: inline-block;
}
.copyright .menu a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 300;
  margin-left: 20px;
  display: inline-block;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .copyright .menu a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .copyright .menu a {
    margin-left: 0;
    margin-right: 15px;
    font-size: 14px;
  }
}
.copyright .menu a:hover {
  text-decoration: underline;
}

.footer-layout3 {
  position: relative;
  z-index: 1;
}
.footer-layout3 .widget_nav_menu ul a {
  color: var(--white-color);
}
.footer-layout3 .widget_nav_menu ul a:hover {
  color: var(--theme-color2);
  transform: translateX(2px);
}
.footer-layout3 .widget_nav_menu ul li {
  color: var(--white-color);
}
.footer-layout3 .widget_nav_menu ul li a {
  color: inherit;
}
.footer-layout3 .widget_nav_menu ul li a:before {
  color: inherit;
}
.footer-layout3 .widget_nav_menu ul li:hover {
  color: var(--theme-color2);
}
.footer-layout3 .widget_nav_menu ul li:hover::before {
  color: inherit;
}
.footer-layout3 .footer-widget {
  position: relative;
  z-index: 2;
}
.footer-layout3 .footer-widget p a:hover {
  color: var(--theme-color2);
}
.footer-layout3 .footer-newsletter .mask-style1 {
  background-color: var(--theme-color2);
}
.footer-layout3 .footer-newsletter .mask-style1:hover {
  background-color: var(--title-color2);
}
.footer-layout3 .fot-shape1 {
  position: absolute;
  top: 18%;
  animation: float-bob-y infinite 5s linear;
  z-index: 1;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .footer-layout3 .fot-shape1 {
    opacity: 0.4;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .text-center-md {
    text-align: center;
    /* Small devices */
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .text-center-md {
    text-align: unset;
  }
}
/*------------------- 8.3. Breadcumb  -------------------*/
.vs-breadcrumb-wrapper {
  position: relative;
  z-index: 2;
}
.vs-breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.51;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.breadcumb-content {
  position: relative;
  z-index: 2;
}

.breadcumb-title {
  font-size: 60px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 28px;
  }
}

.breadcumb-menu {
  padding-left: 0;
}
.breadcumb-menu li {
  font-size: 16px;
  display: inline-block;
}
.breadcumb-menu li a {
  color: var(--white-color);
  padding: 12px 21px;
  line-height: 1;
  border-radius: 30px;
}
.breadcumb-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.breadcumb-menu li i {
  margin-right: 8px;
}
.breadcumb-menu li.active {
  background-color: var(--white-color);
  padding: 12px 21px;
  line-height: 1;
  border-radius: 30px;
}

.breadcumb-layuout-2::before {
  background-color: var(--title-color2);
}

/*------------------- 8.4. Hero  -------------------*/
.hero-title-one {
  color: var(--theme-color);
  font-size: 72px;
  line-height: 1.15;
  margin-bottom: 23px;
}

.hero-text {
  color: var(--body-color);
  font-size: 18px;
  max-width: 650px;
}

.hero-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
}

.hero-content-style1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}
.hero-content-style1 .vs-btn {
  margin-bottom: 30px;
}

.hero-layout1 {
  margin-bottom: 100px;
  padding-top: 190px;
  position: relative;
}

.hero-layout2,
.hero-layout1 {
  --arrow-size: 80px;
}
.hero-layout2 .slick-arrow,
.hero-layout1 .slick-arrow {
  position: absolute;
  top: 50%;
  right: 120px;
  left: auto;
  margin-top: -100px;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 22px;
  color: var(--theme-color);
  border-radius: 50%;
  z-index: 3;
}
.hero-layout2 .slick-arrow:before,
.hero-layout1 .slick-arrow:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  border: 2px solid var(--theme-color);
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  transition: all ease 0.4s;
}
.hero-layout2 .slick-arrow.slick-next,
.hero-layout1 .slick-arrow.slick-next {
  margin-top: 0;
}
.hero-layout2 .slick-arrow:hover,
.hero-layout1 .slick-arrow:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.hero-layout2 .slick-arrow:hover:before,
.hero-layout1 .slick-arrow:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-layout2 .slick-arrow {
  left: 150px;
  margin: 0;
  right: auto;
  background-color: rgba(159, 151, 79, 0.24);
  color: var(--white-color);
  transform: translateY(-50%);
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-layout2 .slick-arrow {
    left: 50px;
  }
}
.hero-layout2 .slick-arrow.slick-next {
  right: 150px;
  left: auto;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-layout2 .slick-arrow.slick-next {
    right: 50px;
  }
}

.hero-layout2 .vs-hero2-bg {
  padding-top: 300px;
  padding-bottom: 260px;
  position: relative;
  z-index: 1;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .hero-layout2 .vs-hero2-bg {
    padding-top: 160px;
    padding-bottom: 170px;
  }
}
@media (max-width: 1199px) {
  .hero-layout2 .vs-hero2-bg {
    padding-top: 145px;
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .hero-layout2 .vs-hero2-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.hero-layout2 .vs-hero2-bg::before {
  content: "";
  position: absolute;
  background-color: var(--black-color);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero-layout2 .vs-hero2-bg .hero2-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-layout2 .vs-hero2-bg .hero2-shape {
    bottom: -3px;
  }
}

.hero-content-area {
  position: relative;
  z-index: 3;
}

.hero-layout3 {
  position: relative;
}
.hero-layout3 .vs-hero-bg3 {
  padding: 200px 0 250px 0;
  margin-left: 108px;
  margin-right: 108px;
  position: relative;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .hero-layout3 .vs-hero-bg3 {
    padding: 150px 0 124px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-layout3 .vs-hero-bg3 {
    padding: 150px 0 124px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .hero-layout3 .vs-hero-bg3 {
    padding: 55px 0 30px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-layout3 .vs-hero-bg3::before {
  content: "";
  position: absolute;
  background-color: var(--title-color2);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero-layout3 .hero__content2 {
  position: relative;
  z-index: 2;
}
.hero-layout3 .hero__content2 .shape-img {
  position: absolute;
  left: -111px;
  top: 33%;
  z-index: -1;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-layout3 .hero__content2 .shape-img {
    opacity: 0.6;
  }
}
.hero-layout3 .hero-nav-box2 .hero-arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: absolute;
  z-index: 10;
  background-color: rgba(1, 193, 241, 0.25);
}
.hero-layout3 .hero-nav-box2 .hero-arrow[data-slick-prev] {
  transform: rotate(0deg);
  left: 165px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .hero-layout3 .hero-nav-box2 .hero-arrow[data-slick-prev] {
    left: 50px;
  }
}
.hero-layout3 .hero-nav-box2 .hero-arrow[data-slick-next] {
  top: 50%;
  transform: rotate(0deg);
  left: auto;
  right: 165px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .hero-layout3 .hero-nav-box2 .hero-arrow[data-slick-next] {
    right: 50px;
  }
}
.hero-layout3 .hero-nav-box2 .hero-arrow:before {
  content: "";
  position: absolute;
  border: 2px solid var(--theme-color2);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.1);
}
.hero-layout3 .hero-nav-box2 .hero-arrow:hover {
  background-color: var(--theme-color2);
}
.hero-layout3 .hero-nav-box2 .hero-arrow:hover::before {
  opacity: 1;
  transform: scale(1);
}

.hero-layout4 .vs-hero-bg {
  padding: 240px 0 210px 0;
  position: relative;
  z-index: 2;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .hero-layout4 .vs-hero-bg {
    padding: 145px 0 135px 0;
  }
}
@media (max-width: 991px) {
  .hero-layout4 .vs-hero-bg {
    padding: 50px 0 45px 0;
  }
}
.hero-layout4 .vs-hero-bg::before {
  content: "";
  position: absolute;
  background-color: var(--title-color2);
  opacity: 0.6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-layout4 .vs-hero-bg .vs-video {
  position: absolute;
  right: 22%;
  top: 50%;
}
.hero-layout4 .hero__content2 {
  padding-right: 50px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-layout4 .hero__content2 {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .hero-layout4 .hero__content2 {
    text-align: center;
  }
}

.number-nav .slick-dots {
  position: absolute;
  left: 121px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.number-nav .slick-dots li button {
  border: none;
  display: inline-block;
  text-indent: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid white;
  display: inline-block;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
  line-height: 55px;
  margin-bottom: 21px;
  transition: 0.3s;
}
.number-nav .slick-dots li.slick-active button {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-title-one {
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .hero-text {
    font-size: 16px;
    max-width: 650px;
  }

  .hero-layout1 {
    padding-top: 80px;
    --arrow-size: 60px;
    padding-bottom: 80px;
  }

  .hero-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-title-one {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 13px;
  }

  .hero-text {
    font-size: 14px;
    max-width: 650px;
  }

  .hero-content-style1 .vs-btn {
    margin-bottom: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-content-style1 {
    padding-top: 30px;
  }
  .hero-content-style1 .vs-btn {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .hero-content-style1 [data-ani] {
    animation: none;
    opacity: 1;
  }

  .hero-title-one {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 13px;
  }
}
/*------------------- 8.5. Feature  -------------------*/
.fature-border {
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 60px;
}

.feature-icon {
  width: 99px;
  height: 99px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  margin-right: 30px;
  text-align: center;
  line-height: 105px;
  position: relative;
  z-index: 2;
  /* Extra small devices */
}
.feature-icon::before {
  content: "";
  position: absolute;
  background-color: var(--white-color);
  box-shadow: 0px 20px 60px 0px rgba(95, 91, 69, 0.1);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  left: -1px;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.feature-icon i {
  color: var(--theme-color);
  font-size: 32px;
  line-height: 105px;
}
@media (max-width: 575px) {
  .feature-icon {
    margin: 0 auto 20px auto;
  }
}

.feature-box {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .feature-box {
    text-align: center;
  }
  .feature-box .feature-key-wrapper2 {
    text-align: left;
  }
}
.feature-box .feature-content {
  overflow: hidden;
}
.feature-box .feature-content .semi-title a {
  color: var(--theme-color);
}
.feature-box:hover .feature-icon::before {
  background-color: var(--theme-color);
  width: 102%;
  height: 102%;
}
.feature-box:hover .feature-icon i {
  color: var(--white-color);
}

.feature-bg {
  padding: 120px 0 80px 0;
  margin-left: 230px;
  margin-right: 230px;
  box-shadow: 0px 20px 117px 0px rgba(37, 69, 116, 0.06);
  position: relative;
  z-index: 3;
  margin-top: -150px;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .feature-bg {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 1199px) {
  .feature-bg {
    margin-left: 0;
    margin-right: 0;
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  .feature-bg {
    margin-top: 0;
    padding: 60px 0 10px 0;
  }
}
.feature-bg .feature-icon {
  border-color: var(--title-color2);
}
.feature-bg .feature-icon i {
  color: var(--title-color2);
}
.feature-bg .feature-box .semi-title a {
  color: var(--title-color2);
}
.feature-bg .feature-box:hover .feature-icon::before {
  background-color: var(--title-color2);
}

.feature-layout-2 .feature-icon {
  border-color: var(--white-color);
}
.feature-layout-2 .feature-icon i {
  color: var(--title-color2);
}
.feature-layout-2 .feature-box:hover .feature-icon {
  border-color: var(--theme-color2);
}
.feature-layout-2 .feature-box:hover .feature-icon::before {
  background-color: var(--theme-color2);
}

.feature-key-wrapper2 .title-border2::before {
  background-color: var(--title-color2);
}
.feature-key-wrapper2 ul li {
  color: var(--body-color2) !important;
}
.feature-key-wrapper2 ul li::before {
  color: var(--body-color2) !important;
}
.feature-key-wrapper2 .feature-box .pro-desc-text::before {
  background-color: var(--title-color2) !important;
}

/* Extra small devices */
@media (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }

  .feature-bg.process-bg2 {
    background-position: unset;
  }
}
/*------------------- 8.6. About  -------------------*/
.about-img-box {
  margin-left: -135px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .about-img-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about-img-box {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .about-img-box {
    margin-left: 0;
  }
}

.about-space {
  padding-top: 370px;
  position: relative;
  z-index: 1;
  margin-top: -290px;
}

.about-content-wrapper {
  padding-right: 20px;
  padding-left: 50px;
  margin-bottom: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.hunting-img-box {
  margin-left: -180px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hunting-img-box {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hunting-img-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hunting-img-box {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .hunting-img-box {
    margin-left: 0;
  }
}

.cta-box {
  overflow: hidden;
}
.cta-box .vs-manager {
  width: 73px;
  height: 73px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.location-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.location-details .location-box {
  margin-bottom: 10px;
}
.location-details .location-box h2 {
  margin-bottom: 0;
}

.tab-btn-box {
  transform: translateY(-50px);
  /* Medium devices */
}
@media (max-width: 991px) {
  .tab-btn-box {
    transform: translateY(0);
    padding-top: 60px;
  }
}
.tab-btn-box .nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  border: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .tab-btn-box .nav {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.tab-btn-box .nav-link {
  color: var(--title-color2);
  font-size: 20px;
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: 0px 7px 70px 0px rgba(37, 69, 116, 0.08);
  text-align: start;
  border: 0;
  padding: 39px 40px;
  line-height: 1;
  position: relative;
  z-index: 1;
  /* Medium devices */
  /* Small devices */
}
.tab-btn-box .nav-link::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  color: var(--white-color);
  font-size: 21px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.tab-btn-box .nav-link i {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .tab-btn-box .nav-link {
    padding: 30px 10px;
    font-size: 18px;
  }
  .tab-btn-box .nav-link::before {
    right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .tab-btn-box .nav-link i {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .tab-btn-box .nav-link {
    padding: 20px 20px;
    font-size: 14px;
  }
  .tab-btn-box .nav-link::before {
    right: 20px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .tab-btn-box .nav-link i {
    margin-right: 5px;
  }
}
.tab-btn-box .nav-link.active {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.tab-btn-box .nav-link.active::before {
  color: var(--theme-color2);
  background-color: var(--white-color);
}

.vs-about-our-company .tab-content {
  padding-top: 100px;
  position: relative;
  z-index: 3;
}

.gradient-bg {
  background-image: linear-gradient(to bottom, #f1f7ff, #f3f8ff, #f5f9ff, #f6faff, #fcfeff);
  background-image: -webkit-gradient(to bottom, #f1f7ff, #f3f8ff, #f5f9ff, #f6faff, #fcfeff);
  background-image: -moz-gradient(to bottom, #f1f7ff, #f3f8ff, #f5f9ff, #f6faff, #fcfeff);
  background-image: -o-gradient(to bottom, #f1f7ff, #f3f8ff, #f5f9ff, #f6faff, #fcfeff);
}

.tab-btn-box2 .nav-tabs {
  border: 0;
  background-color: var(--white-color);
  box-shadow: 0px 20px 60px 0px rgba(95, 91, 69, 0.1);
  border-radius: 40px;
  padding: 10px;
}
.tab-btn-box2 .nav-link {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: 0;
  padding: 25px 45px;
  border-radius: 40px;
  background-color: transparent;
  transition: 0.3s;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .tab-btn-box2 .nav-link {
    padding: 25px 35px;
  }
}
@media (max-width: 767px) {
  .tab-btn-box2 .nav-link {
    padding: 25px 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .tab-btn-box2 .nav-link {
    width: 100%;
  }
}
.tab-btn-box2 .nav-link.active {
  color: var(--white-color);
  background-color: var(--title-color);
}

/*------------------- 8.7. Video  -------------------*/
.vs-video {
  position: relative;
  text-align: center;
  padding-right: 80px;
  padding-left: 80px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .vs-video {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .vs-video {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .vs-video {
    padding-left: 0;
    padding-right: 0;
  }
}
.vs-video .play-btn {
  left: 50%;
  top: 50%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.302);
  transform: translate(-50%, -50%);
  z-index: 1;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-video .play-btn {
    padding-left: 0;
    padding-right: 0;
  }
  .vs-video .play-btn::before {
    display: none;
  }
  .vs-video .play-btn::after {
    display: none;
  }
}

.vs-video .style-2 {
  background-color: var(--white-color) !important;
  top: 32%;
  left: 50%;
  transform: translateY(-32%, -50%);
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .vs-video .style-2 {
    top: 50%;
    transform: translateY(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .vs-video .style-2 {
    width: 50px;
    height: 50px;
  }
}
.vs-video .style-2::before {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 150px;
  height: 150px;
  top: -25px;
  left: -25px;
  z-index: 1;
  border-radius: 50%;
}
.vs-video .style-2::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 195px;
  height: 195px;
  top: -46px;
  left: -46px;
  z-index: 1;
  border-radius: 50%;
}
.vs-video .style-2 i {
  color: var(--title-color2) !important;
  line-height: 98px;
  background-color: transparent;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-video .style-2 i {
    font-size: 14px;
    line-height: 50px;
  }
}
.vs-video .style-2:hover {
  background-color: var(--theme-color2) !important;
}
.vs-video .style-2:hover i {
  color: var(--white-color) !important;
}

/*------------------- 8.8. Service  -------------------*/
.vs-services-box img {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-services-box img {
    width: 100% !important;
  }
}

.vs-services-content {
  position: relative;
  padding: 35px 55px 20px 40px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .vs-services-content {
    padding: 35px 25px 20px 25px;
  }
}
@media (max-width: 991px) {
  .vs-services-content {
    padding: 35px 20px 20px 20px;
  }
}
.vs-services-content::before {
  content: "";
  position: absolute;
  height: 280px;
  width: 100%;
  border-radius: 10px;
  background: var(--white-color);
  border: 2px solid var(--box-border, #9f974f);
  opacity: 0.102;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}

.vs-services-box:hover {
  --box-border: #f0f0f0;
}
.vs-services-box:hover .vs-services-content::before {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.services-arrow {
  position: absolute;
  left: -158px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 1;
  /* Extra large devices */
  /* Medium Large devices */
}
@media only screen and (min-width: 1501px) and (max-width: 1900px) {
  .services-arrow {
    left: -100px;
  }
}
@media (max-width: 1500px) {
  .services-arrow {
    left: -80px;
  }
}
@media (max-width: 1399px) {
  .services-arrow {
    opacity: 0;
  }
}
.services-arrow::before {
  content: "";
  position: absolute;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(1.1);
}
.services-arrow[data-slick-next] {
  left: auto;
  right: -158px;
  top: 50%;
  transform: translateY(-50%);
  /* Extra large devices */
}
@media only screen and (min-width: 1501px) and (max-width: 1900px) {
  .services-arrow[data-slick-next] {
    right: -100px;
  }
}
@media (max-width: 1500px) {
  .services-arrow[data-slick-next] {
    right: -80px;
  }
}
.services-arrow:hover::before {
  opacity: 1;
  transform: scale(1);
}

.services-arrow-box {
  opacity: 0;
  visibility: hidden;
}

.vs-services:hover .services-arrow-box {
  opacity: 1;
  visibility: visible;
}

.vs-services:hover .services-arrow {
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-services:hover .services-arrow {
    opacity: 1;
  }
}

.vs-services-area {
  padding-bottom: 55px;
}

.vs-services-space {
  padding-bottom: 105px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .vs-services-space {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .vs-services-space {
    padding-bottom: 15px;
  }
}

.vs-services-box2 {
  position: relative;
  background-color: transparent;
  box-shadow: none;
}
.vs-services-box2 .service-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vs-services-box2 .service-list li {
  display: block;
  padding-left: 30px;
  color: var(--body-color);
  font-size: var(--theme-font);
  font-weight: 300;
  position: relative;
  margin-bottom: 5px;
  z-index: 1;
}
.vs-services-box2 .service-list li::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 10px;
  left: 0px;
  top: 2px;
  background-color: var(--white-color);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  filter: drop-shadow(0px 5px 30px rgba(95, 91, 69, 0.18));
  transition: 0.3s;
}
.vs-services-box2 .service-list li:hover::before {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-services-box2 .vs-services-content2 {
  background-color: var(--white-color);
  filter: drop-shadow(0px 15px 26px rgba(95, 91, 69, 0.08));
  padding: 60px 40px 60px 60px;
  margin-top: -98px;
  margin-left: 87px;
  position: relative;
  z-index: 5;
  transition: 0.3s;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .vs-services-box2 .vs-services-content2 {
    padding: 60px 30px 60px 30px;
  }
}
@media (max-width: 1199px) {
  .vs-services-box2 .vs-services-content2 {
    margin-left: 55px;
  }
}
.vs-services-box2:hover .vs-services-content2 {
  margin-left: 10px;
}

.dot-nav-style2 .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -25px;
  z-index: 5;
}
.dot-nav-style2 .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  position: relative;
}
.dot-nav-style2 .slick-dots li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--white-color);
  left: -6px;
  top: -6px;
  z-index: 1;
  box-shadow: 0px 4px 18px 0px rgba(95, 91, 69, 0.14);
  border-radius: 50%;
  opacity: 0;
}
.dot-nav-style2 .slick-dots li button {
  background: transparent;
  border: 2px solid var(--theme-color);
  width: 8px;
  height: 8px;
  position: relative;
  z-index: 2;
}
.dot-nav-style2 .slick-dots li.slick-active::before {
  opacity: 1;
}
.dot-nav-style2 .slick-dots li.slick-active button {
  background: var(--theme-color);
  width: 6px;
  height: 6px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .services-arrow {
    left: -30px;
  }
  .services-arrow[data-slick-next] {
    right: -30px;
  }
}
.vs-services-box3 {
  position: relative;
}
.vs-services-box3 .vs-services-thumb {
  border-radius: 10px;
}
.vs-services-box3 .vs-services-content {
  border-radius: 10px;
  background-color: var(--white-color);
  box-shadow: 0px 20px 42px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  text-align: center;
  max-width: 307px;
  margin: 0 auto;
  margin-top: -65px;
  z-index: 2;
  transition: 0.3s;
}
.vs-services-box3 .vs-services-content::before {
  display: none;
}
.vs-services-box3 .vs-services-content h5 a {
  color: var(--title-color2) !important;
}
.vs-services-box3 .vs-services-content p {
  transition: 0.3s;
}
.vs-services-box3:hover .vs-services-content {
  background-color: var(--theme-color2);
}
.vs-services-box3:hover .vs-services-content h5 a {
  color: var(--white-color) !important;
}
.vs-services-box3:hover .vs-services-content p {
  color: var(--white-color) !important;
}

.section-space {
  padding-bottom: 170px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .section-space {
    padding-bottom: 30px;
  }
}

.latest-work-box {
  position: relative;
  margin-bottom: 30px;
}
.latest-work-box::before {
  content: "";
  background-color: var(--title-color2);
  opacity: 0.89;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
}
.latest-work-box .work-content {
  position: absolute;
  left: 30px;
  right: 30px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transition: 0.3s;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .latest-work-box .work-content {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .latest-work-box .work-content {
    left: 10px;
    right: 10px;
  }
}
.latest-work-box .work-content p {
  color: #c9deff;
}
.latest-work-box .work-title {
  color: var(--white-color);
  font-weight: 500;
}
.latest-work-box .vs-btn2 {
  padding: 10px 25px;
}
.latest-work-box:hover::before {
  transform: scaleX(1);
}
.latest-work-box:hover .work-content {
  transform: translateY(-50%) scale(1);
}

.brand-content {
  padding-right: 40px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .brand-content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .brand-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.brand-content .vs-brand {
  border: 2px solid var(--border-color);
  padding: 28px 30px;
  transition: 0.3s;
}
.brand-content .vs-brand:hover {
  border-color: var(--title-color2);
}

.services-details-content {
  background-color: var(--white-color);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 55px 80px 20px;
  margin-right: 120px;
  margin-left: 120px;
  position: relative;
  z-index: 2;
  margin-top: -88px;
  margin-bottom: 55px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .services-details-content {
    padding: 55px 15px 20px;
  }
}
@media (max-width: 1199px) {
  .services-details-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.services-details-content ul li {
  display: inline-block;
  margin-right: 50px;
  padding-bottom: 20px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .services-details-content ul li {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .services-details-content ul li {
    display: block;
  }
}
.services-details-content ul li h5 {
  font-size: 22px;
}
.services-details-content ul li p {
  margin-bottom: 5px;
}

/*------------------- 8.9. Banner  -------------------*/
.banner-content-box {
  position: relative;
  z-index: 1;
}
.banner-content-box .banner-content {
  position: absolute;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 256px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .banner-content-box .banner-content {
    left: 7%;
  }
}
@media (max-width: 575px) {
  .banner-content-box .banner-content {
    left: 7%;
  }
}
.banner-content-box .banner-content .banner-title {
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .banner-content-box .banner-content .banner-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .banner-content-box .banner-content .banner-title {
    font-size: 18px;
  }
}
.banner-content-box .offer-post-img {
  position: absolute;
  right: 12.5%;
  top: 4%;
  z-index: 1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .banner-content-box .offer-post-img {
    top: 0;
    width: 22%;
  }
}

.banner-shape-water {
  position: absolute;
  top: -213px;
  z-index: 2;
}

/*------------------- 8.10. Team  -------------------*/
.vs-member-box {
  padding: 55px 0 35px 0;
  margin-bottom: 30px;
  border-radius: 100px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.vs-member-box::before {
  content: "";
  position: absolute;
  border: 2px solid var(--border-color);
  background-color: var(--white-color);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.8);
}
.vs-member-box .member-img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-bottom: 55px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.vs-member-box .member-img::before {
  content: "";
  position: absolute;
  border: 2px solid var(--theme-color);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
  z-index: -1;
  transition: all 0.5s;
}
.vs-member-box .member-links .links-list {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
}
.vs-member-box .member-links .links-list > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px;
}
.vs-member-box .member-links .links-list > *:nth-of-type(1) {
  transform: rotate(-60deg) translate(120px) rotate(60deg);
}
.vs-member-box .member-links .links-list > *:nth-of-type(2) {
  transform: rotate(-90deg) translate(120px) rotate(90deg);
}
.vs-member-box .member-links .links-list > *:nth-of-type(3) {
  transform: rotate(-120deg) translate(120px) rotate(120deg);
}
.vs-member-box .member-links a,
.vs-member-box .member-links span.icon {
  color: var(--theme-color);
  font-size: 14px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  border-radius: 50%;
  transition: all 0.3s;
}
.vs-member-box .member-links a:hover,
.vs-member-box .member-links span.icon:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-member-box .member-links span.icon {
  color: var(--white-color);
  background-color: var(--theme-color);
  transform: translateY(-18px);
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 10px rgba(153, 153, 102, 0.15);
  z-index: 2;
}
.vs-member-box:hover {
  border-radius: 100px;
}
.vs-member-box:hover .member-img .links-list {
  opacity: 1;
}
.vs-member-box:hover .member-img span.icon {
  transform: scale(1);
}
.vs-member-box:hover .member-img::before {
  transform: scale(0);
}
.vs-member-box:hover::before {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.08);
}
.vs-member-box:hover .icon {
  opacity: 0;
}

.slick-center .vs-member-box {
  border-radius: 100px;
}
.slick-center .vs-member-box::before {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.08);
}
.slick-center .vs-member-box .member-img .links-list {
  opacity: 1;
}
.slick-center .vs-member-box .member-img span.icon {
  transform: scale(1);
}
.slick-center .vs-member-box .member-img::before {
  transform: scale(0);
}
.slick-center .vs-member-box .member-links span.icon {
  display: none;
}

.vs-team-style2 .vs-member-box {
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.vs-team-style2 .vs-member-box:before {
  display: none;
}
.vs-team-style2 .vs-member-box:hover {
  border-radius: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.vs-team-style2 .vs-member-box:hover .media-links {
  opacity: 1;
  visibility: visible;
  right: -201px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-team-style2 .vs-member-box:hover .media-links {
    right: 0;
  }
}
.vs-team-style2 .media-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-color);
  transform: rotate(-90deg);
  position: absolute;
  right: -255px;
  top: 196px;
  width: 458px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .vs-team-style2 .media-links {
    width: 100%;
    top: auto;
    bottom: 97px;
    transform: rotate(0deg);
    right: 100%;
  }
}
.vs-team-style2 .media-links.px-4 {
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .vs-team-style2 .media-links.px-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 991px) {
  .vs-team-style2 .media-links.px-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1199px) {
  .vs-team-style2 .media-links {
    bottom: 90px;
  }
  .vs-team-style2 .media-links h6 {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .vs-team-style2 .media-links {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.vs-team-style2 .media-links a {
  color: var(--title-color2);
  background-color: var(--media-color, var(--light-color));
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  transform: rotate(90deg);
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .vs-team-style2 .media-links a {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .vs-team-style2 .media-links a {
    transform: rotate(0deg);
  }
}
.vs-team-style2 .media-links a:hover {
  background-color: var(--theme-color2);
}
.vs-team-style2 .media-links h6 a {
  background-color: transparent;
}
.vs-team-style2 .media-links h6 a:hover {
  color: var(--theme-color2);
  background-color: transparent;
}

.about-team-layout-1 .vs-member-box .member-links a {
  background-color: var(--link-color2, #f8f7ea);
}
.about-team-layout-1 .vs-member-box:hover {
  background-color: #f8f7ea;
  border-color: var(--theme-color);
}
.about-team-layout-1 .slick-center .vs-member-box {
  background-color: #f8f7ea;
  border-color: var(--theme-color);
  box-shadow: 0px 20px 25px 0px rgba(159, 151, 79, 0.1);
}

.vs-team3 .media-links3 {
  background-color: var(--media-color);
  --media-color: #f3f0d9;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-team3 .media-links3 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.vs-team3 .media-links3 a {
  background-color: var(--white-color);
}
.vs-team3 .media-links3 a:hover {
  background-color: currentColor;
}
.vs-team3 .media-links3 a:hover i {
  color: var(--white-color);
}
.vs-team3 .media-links3 h6:hover i {
  color: inherit;
}

.team-info {
  padding: 60px 70px 30px 50px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.04);
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .team-info {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .team-info {
    padding: 30px 15px;
  }
}

.team-info-table td {
  border: none;
  padding: 6px 0;
  font-size: 18px;
  padding-right: 10px;
}
.team-info-table td:first-child {
  color: var(--title-color);
  font-weight: 600;
}
.team-info-table td:first-child i {
  color: var(--body-color);
  opacity: 0.5;
  display: inline-block;
  width: 35px;
}
.team-info-table td a:hover {
  color: var(--theme-color) !important;
}

/*------------------- 8.11. Testimonial  -------------------*/
.vs-testimonial-wrapper {
  position: relative;
  z-index: 2;
}
.vs-testimonial-wrapper::before {
  z-index: -1;
}
.vs-testimonial-wrapper .sec-title2 {
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .vs-testimonial-wrapper .sec-title2 {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .vs-testimonial-wrapper .sec-title2 {
    padding-right: 0;
  }
}
.vs-testimonial-wrapper .quote-icon {
  position: absolute;
  top: 69px;
  right: 0;
  z-index: -1;
}
.vs-testimonial-wrapper .rating {
  margin-bottom: 22px;
}
.vs-testimonial-wrapper .rating a, .vs-testimonial-wrapper .rating i {
  color: var(--yellow-color);
}

.dot-nav-style .slick-dots {
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .dot-nav-style .slick-dots {
    left: -45px;
  }
}
.dot-nav-style .slick-dots li {
  margin-bottom: 16px;
}
.dot-nav-style .slick-dots li:last-child {
  margin-bottom: 0;
}
.dot-nav-style .slick-dots li.slick-active {
  position: relative;
  z-index: 1;
}
.dot-nav-style .slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  background-color: #e9e5bf;
  box-shadow: 0px 4px 18px 0px rgba(95, 91, 69, 0.14);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -6px;
  top: -7px;
  z-index: -1;
}
.dot-nav-style .slick-dots li.slick-active button {
  border: none;
  width: 6px;
  height: 6px;
  background-color: var(--theme-color);
  position: relative;
  z-index: 2;
}
.dot-nav-style .slick-dots button {
  width: 8px;
  height: 8px;
  border: 2px solid rgba(159, 151, 79, 0.27);
  border-radius: 50%;
  background-color: transparent;
  transition: 0.2s;
}

.vs-wrapper-content {
  position: relative;
  z-index: 2;
}
.vs-wrapper-content::before {
  content: "";
  position: absolute;
  left: 6%;
  top: -13%;
  background: url(../img/icons/quote-2.png) no-repeat;
  width: 507px;
  height: 365px;
  z-index: -1;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-wrapper-content::before {
    display: none;
  }
}
.vs-wrapper-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: -280px;
  background: url(../img/bg/testimonial-bg-1.jpg) no-repeat;
  width: 47.44%;
  min-height: 583px;
  z-index: -1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-wrapper-content::after {
    display: none;
  }
}

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

.testi-btn {
  position: absolute;
  bottom: 163px;
  left: 47px;
}
.testi-btn .test-arrow2 {
  font-size: 24px;
  border-radius: 0;
  color: var(--theme-color);
  width: 75px;
  height: 75px;
  line-height: 50px;
}
.testi-btn .test-arrow2[data-slick-next] {
  color: var(--white-color) !important;
}
.testi-btn .test-arrow2[data-slick-next]:hover {
  background-color: var(--body-color);
}
.testi-btn .test-arrow2[data-slick-prev] {
  color: var(--theme-color) !important;
  background-color: var(--white-color) !important;
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.1);
}
.testi-btn .test-arrow2[data-slick-prev]:hover {
  color: var(--white-color) !important;
  background-color: var(--body-color) !important;
}

.testimonial-img-box {
  /* Medium devices */
}
@media (max-width: 991px) {
  .testimonial-img-box img {
    width: 100%;
  }
}

.testimonial-img-box2 img {
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .testimonial-img-box2 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .testimonial-img-box2 img {
    width: 100%;
  }
}

.testimonial-content-wrapper3 {
  position: relative;
  z-index: 1;
}
.testimonial-content-wrapper3 .quote-icon {
  position: absolute;
  right: -195px;
  top: 27px;
  z-index: -1;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .testimonial-content-wrapper3 .quote-icon {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .testimonial-content-wrapper3 .quote-icon {
    right: 0;
  }
}
.testimonial-content-wrapper3 .rating i {
  color: var(--yellow-color);
}
.testimonial-content-wrapper3 .testimonial-content-box {
  position: relative;
  z-index: 2;
}

.author-info {
  margin-top: 30px;
  padding-bottom: 10px;
  cursor: pointer;
}
.author-info .author-img {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.author-info .author-img::before {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  border: 2px solid transparent;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  z-index: 1;
}
.author-info.slick-slide {
  opacity: 0.4;
}
.author-info.slick-current.slick-active {
  opacity: 1;
}
.author-info.slick-current.slick-active .author-img::before {
  border-color: var(--title-color2);
}

.welcome-bg {
  position: relative;
  padding-bottom: 230px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .welcome-bg {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .welcome-bg {
    padding-bottom: 50px;
  }
}
.welcome-bg .author-info-wrapper {
  padding-right: 130px;
  padding-left: 7px;
  margin-left: -7px;
  /* Large devices */
}
.welcome-bg .author-info-wrapper .slick-list.draggable {
  padding-left: 7px;
}
@media (max-width: 1199px) {
  .welcome-bg .author-info-wrapper {
    padding-right: 0;
  }
}
.welcome-bg .banner-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23%;
  z-index: 1;
  animation: float-bob-y infinite 5s linear;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .welcome-bg .banner-shape {
    width: 18%;
  }
}

.left-img-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 43%;
  z-index: 1;
  clip-path: polygon(0 0, 88.5% 0, 100% 83%, 0% 100%);
  /* Large devices */
  /* Medium Large devices */
}
@media (max-width: 1199px) {
  .left-img-section {
    top: 25% !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1399px) {
  .left-img-section {
    top: 15%;
    width: 46%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .testi-btn {
    bottom: 163px;
    left: 34px;
  }
}
/*------------------- 8.12. Blog  -------------------*/
.vs-blog {
  border-radius: 20px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  transition: 0.3s;
}
.vs-blog .blog-date {
  position: absolute;
  width: 60px;
  height: 80px;
  background: var(--white-color);
  filter: drop-shadow(0px 5px 15px rgba(13, 33, 66, 0.08));
  right: 40px;
  top: 0;
  padding: 16px;
  border-radius: 0 0 5px 5px;
  z-index: 1;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 300;
}
.vs-blog .blog-date::first-line {
  font-size: 24px;
  font-weight: 600;
}
.vs-blog .blog-date:hover {
  color: var(--theme-color);
}
.vs-blog .blog-date.text-theme2:hover {
  color: var(--title-color2) !important;
}
.vs-blog .blog-img {
  border-radius: 20px;
  position: relative;
}
.vs-blog .blog-title {
  font-size: 20px;
  line-height: 1.5;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-blog .blog-title {
    font-size: 18px;
  }
}
.vs-blog .blog-content {
  padding: 35px 40px 20px 40px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-blog .blog-content {
    padding: 35px 25px 20px 25px;
  }
}
.vs-blog .blog-content .blog-meta a {
  color: var(--body-color);
  margin-right: 24px;
  position: relative;
}
.vs-blog .blog-content .blog-meta a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: var(--body-color);
  right: -13px;
  top: 2px;
  z-index: 1;
}
.vs-blog .blog-content .blog-meta a:last-child {
  margin-right: 0;
}
.vs-blog .blog-content .blog-meta a:last-child::before {
  display: none;
}
.vs-blog .blog-content .blog-meta a > i {
  margin-right: 7px;
}
.vs-blog .blog-content .blog-meta a:hover {
  color: var(--theme-color);
}
.vs-blog:hover {
  border: 1px solid var(--border-color);
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.08);
}

.vs-blog2 {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: none;
  z-index: 2;
}
.vs-blog2 .blog-img {
  border-radius: 0;
  border: none;
  box-shadow: none;
  position: relative;
}
.vs-blog2 .blog-img img {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog2 .blog-img img {
    width: 100%;
  }
}
.vs-blog2 .blog-img::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(135deg, #9f974f 55%, transparent);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.vs-blog2 .blog-img::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, #9f974f, transparent);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s;
}
.vs-blog2 .blog-img.blog-img2::before {
  background-image: linear-gradient(135deg, #01c1f1 55%, transparent);
}
.vs-blog2 .blog-img.blog-img2::after {
  background-image: linear-gradient(to top, #01c1f1, transparent);
}
.vs-blog2 .blog-date {
  right: 40px;
  top: -40px;
  border-radius: 0 0 30px 30px;
  opacity: 0;
  visibility: hidden;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog2 .blog-date {
    right: 0;
  }
}
.vs-blog2 .blog-content {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.vs-blog2 .blog-content .blog-meta a {
  color: var(--white-color);
}
.vs-blog2 .blog-content .blog-meta a::before {
  background-color: var(--white-color);
}
.vs-blog2 .blog-title a {
  color: var(--white-color) !important;
}
.vs-blog2 .blog-title a:hover {
  text-decoration: underline;
}
.vs-blog2 .blog-para {
  color: #f8f0ac;
  transition: 0.3s;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .vs-blog2 .blog-para {
    display: none;
  }
}
@media (max-width: 575px) {
  .vs-blog2 .blog-para {
    display: block;
  }
}
.vs-blog2 .blog-btn {
  transition: 0.3s;
}
.vs-blog2 .blog-btn:hover {
  background-color: var(--title-color);
}
.vs-blog2 .display-content .blog-meta a:hover {
  color: var(--white-color);
  text-decoration: underline;
}
.vs-blog2 .hover-content-inner {
  padding: 50px;
  width: 100%;
  height: 200px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .vs-blog2 .hover-content-inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .vs-blog2 .hover-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.vs-blog2 .hover-block {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.vs-blog2:hover {
  border: none;
  box-shadow: none;
}
.vs-blog2:hover .blog-img::after {
  display: none;
}
.vs-blog2:hover .blog-img::before {
  visibility: visible;
  opacity: 1;
}
.vs-blog2:hover .hover-content-inner {
  padding-top: 100px;
  height: 100%;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog2:hover .hover-content-inner {
    padding-top: 20px;
  }
}
.vs-blog2:hover .hover-block {
  opacity: 1;
  visibility: visible;
}
.vs-blog2:hover .blog-date {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.blog-border {
  border-top: 2px solid var(--theme-color);
}

.blog-section-wrapper .button-box {
  bottom: 0px;
  position: relative;
  margin: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-section-wrapper .button-box {
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}

.blog-layout-3 .vs-blog2 p {
  color: #faf9ee;
}
.blog-layout-3 .vs-blog2 .blog-btn {
  color: var(--theme-color2);
}
.blog-layout-3 .vs-blog2 .blog-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color2);
}

.news-bar-content {
  overflow: hidden;
}
.news-bar-content .news-line-1 {
  flex-shrink: 0;
  width: 75%;
  -webkit-text-stroke: 1px var(--title-color2);
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 50px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media only screen and (min-width: 1501px) and (max-width: 1900px) {
  .news-bar-content .news-line-1 {
    font-size: 72px;
  }
}
@media (max-width: 1500px) {
  .news-bar-content .news-line-1 {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  .news-bar-content .news-line-1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .news-bar-content .news-line-1 {
    font-size: 36px;
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .news-bar-content .news-line-1 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .news-bar-content .news-line-1 {
    font-size: 16px;
    width: 77%;
    margin: 0 10px;
  }
}

.eocjs-newsticker {
  padding: 10px 0;
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  overflow: hidden;
  height: 100px;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .eocjs-newsticker .eocjs-newsticker-container {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .eocjs-newsticker .eocjs-newsticker-container {
    height: 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .news-bar-content.mb-40 {
    margin-bottom: 0;
  }
}
.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.news-bar-ticker .eocjs-newsticker-one,
.news-bar-ticker .eocjs-newsticker-two {
  font-size: 50px;
}

.news-bar-ticker-reverse.eocjs-newsticker .eocjs-newsticker-one, .news-bar-ticker-reverse.eocjs-newsticker .eocjs-newsticker-two {
  right: 0;
  left: auto;
}

.news-bar-content2 {
  overflow: hidden;
}
.news-bar-content2 .news-line-1 {
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: var(--title-color2);
  font-style: italic;
}

.blog-layout-4 {
  position: relative;
  padding-top: 35px;
}
.blog-layout-4 .vs-blog {
  border-radius: 0;
  background-color: var(--white-color);
  box-shadow: 0px 20px 30px 0px rgba(37, 69, 116, 0.01);
  border: 0;
}
.blog-layout-4 .vs-blog .blog-img {
  border-radius: 0;
}
.blog-layout-4 .vs-blog .blog-date {
  border-radius: 0 0 30px 30px;
}
.blog-layout-4 .vs-blog .blog-date::before {
  background-color: var(--theme-color2);
}
.blog-layout-4 .vs-blog .blog-meta a {
  color: var(--body-color2);
}
.blog-layout-4 .vs-blog .blog-meta a::before {
  background-color: var(--body-color2);
}
.blog-layout-4 .vs-blog .blog-meta a:hover {
  color: var(--theme-color2);
}
.blog-layout-4 .vs-blog .blog-content {
  border-radius: 0;
  padding: 35px 42px 20px 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-layout-4 .vs-blog .blog-content {
    padding: 35px 25px 20px 25px;
  }
}
.blog-layout-4 .vs-blog .blog-title a {
  color: var(--title-color2);
}
.blog-layout-4 .vs-blog .blog-title a:hover {
  color: var(--theme-color2);
}
.blog-layout-4 .vs-blog:hover {
  background-color: var(--white-color);
  box-shadow: 0px 20px 30px 0px rgba(37, 69, 116, 0.01);
}
.blog-layout-4 .slick-dots {
  bottom: -65px;
  position: absolute;
}
.blog-layout-4 .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  z-index: 2;
}
.blog-layout-4 .slick-dots li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -2;
}
.blog-layout-4 .slick-dots li button {
  border: 2px solid var(--theme-color2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: transparent;
}
.blog-layout-4 .slick-dots li.slick-active {
  margin: 0 8px;
}
.blog-layout-4 .slick-dots li.slick-active::before {
  background-color: var(--white-color);
  box-shadow: 0px 4px 18px 0px rgba(95, 91, 69, 0.14);
}
.blog-layout-4 .slick-dots li.slick-active button {
  border: transparent;
  background-color: var(--theme-color2);
  width: 6px;
  height: 6px;
}

.newsbar-layout-2 .news-bar-content .news-line-1 {
  -webkit-text-stroke-color: var(--white-color);
}
.newsbar-layout-2 .news-bar-content2 {
  overflow: hidden;
}
.newsbar-layout-2 .news-bar-content2 .news-line-1 {
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: var(--white-color);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.blog-single {
  border-radius: 0;
  position: relative;
}
.blog-single .blog-content {
  padding: 0 60px 0 60px;
  margin: 55px 0 50px 0;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .blog-single .blog-content {
    padding: 0 40px 0 40px;
    margin: 35px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .blog-single .blog-content {
    padding: 0 20px 0 20px;
    margin: 35px 0 30px 0;
  }
}
.blog-single .blog-meta a {
  margin-right: 26px;
}
.blog-single .blog-meta a::before {
  display: none;
}
.blog-single .blog-meta i {
  font-size: 16px;
}
.blog-single .blog-title {
  font-size: 30px;
  /* Large devices */
  /* Extra small devices */
}
.blog-single .blog-title a {
  color: inherit;
}
@media (max-width: 1199px) {
  .blog-single .blog-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-single .blog-title {
    font-size: 18px;
  }
}
.blog-single .read-btn {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.blog-single .vs-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-single:hover {
  box-shadow: none;
}

.blog-details-wrapper {
  padding: 60px;
  border: 1px solid var(--border-color);
  /* Large devices */
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-details-wrapper {
    padding: 20px 15px;
    border: 0;
  }
}
@media (max-width: 1199px) {
  .blog-details-wrapper {
    padding: 20px 0;
  }
}
.blog-details-wrapper .blog-single {
  border: 0;
}
.blog-details-wrapper .blog-single .blog-content {
  margin: 35px 0 30px 0;
  padding: 0 0px 0 0px;
}

.quote-content {
  text-align: center;
  border: 2px solid var(--border-color);
  border-radius: 30px;
  background-color: var(--white-color);
  box-shadow: 0px 10px 64px 0px rgba(14, 14, 10, 0.09);
  padding: 160px 100px 58px 100px;
  margin-bottom: 33px;
  margin-top: 33px;
  position: relative;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.quote-content p {
  font-size: 20px;
  font-weight: 500;
  color: var(--body-color);
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .quote-content {
    padding: 160px 80px 40px 80px;
  }
}
@media (max-width: 1199px) {
  .quote-content {
    padding: 160px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .quote-content {
    padding: 160px 15px 40px 15px;
  }
}
.quote-content::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  color: var(--white-color);
  font-size: 30px;
  background-color: var(--theme-color);
  width: 81px;
  height: 81px;
  line-height: 81px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 1;
}
.quote-content cite {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.blog-details-title {
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .blog-details-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .blog-details-title {
    font-size: 18px;
  }
}

.share-links {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 60px;
}

.social-links a i {
  color: var(--white-color);
  font-size: 14px;
  background-color: var(--theme-color2);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
  text-align: center;
}
.social-links a:nth-of-type(1) i {
  background-color: #3b5998;
}
.social-links a:nth-of-type(3) i {
  background-color: #0e76a8;
}
.social-links a:nth-of-type(4) i {
  background-color: #d63084;
}

.blog-author {
  padding: 60px 130px 60px 60px;
  border-radius: 30px;
  /* Medium Large devices */
  /* Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .blog-author {
    padding: 60px 90px 60px 60px;
  }
}
@media (max-width: 1199px) {
  .blog-author {
    padding: 60px 30px 60px 30px;
  }
}
@media (max-width: 1199px) {
  .blog-author {
    padding: 30px 15px 25px 15px;
  }
}
.blog-author .author-name {
  margin-bottom: 10px;
}
.blog-author .media-img {
  margin-right: 40px;
  width: 150px;
  height: 150px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-author .media-img {
    margin-bottom: 15px;
  }
}
.blog-author .media-img img {
  border-radius: 30px;
}
.blog-author .media-body .author-degi {
  color: #ece5a3;
}
.blog-author .media-body .author-text {
  color: #fffde7;
}

.vs-comments-wrap > ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-comments-wrap > ul.comment-list li:nth-child(2) .vs-post-comment {
  border-bottom: 0;
  margin-bottom: 13px;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 130px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-comments-wrap .children {
    margin-left: 0;
  }
}
.vs-comments-wrap .inner-title {
  margin-bottom: 32px;
}

.vs-post-comment {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.vs-post-comment .comment-avater {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.vs-post-comment .comment-content {
  width: calc(100% - 130px);
  position: relative;
  line-height: 1;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-post-comment .comment-content {
    width: calc(100%);
    margin-top: 15px;
  }
}
.vs-post-comment .comment-content p {
  margin-bottom: 10px;
}
.vs-post-comment .replay-btn {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #f4f4f4;
  background-color: var(--white-color);
  box-shadow: 0px 8px 18px 0px rgba(14, 14, 10, 0.06);
  padding: 14px 27px;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 2;
}
.vs-post-comment .replay-btn i {
  margin-right: 9px;
}
.vs-post-comment .replay-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.vs-comment-form-wrap {
  padding: 55px 60px 60px 60px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-comment-form-wrap {
    padding: 55px 15px 60px 15px;
  }
}
.vs-comment-form-wrap .contact-form1 .form-control {
  background-color: var(--white-color);
  border: 2px solid #eeeeee;
}
.vs-comment-form-wrap .contact-form1 textarea.form-control {
  height: 200px;
}

#blog-2 .slick-list.draggable {
  margin-left: 15px;
  margin-right: 15px;
}
#blog-2 .slick-slide {
  padding-right: 17px;
}

/*------------------- 8.13. Contact  -------------------*/
.hunter-img-slide {
  position: relative;
}
.hunter-img-slide .hunt-arrow {
  position: absolute;
  z-index: 3;
  right: 40px;
  top: 13px;
  background-color: transparent;
  font-size: 24px;
  width: unset;
  height: unset;
}
.hunter-img-slide .hunt-arrow[data-slick-prev] {
  right: 74px;
}

/* General Styles */
.input-box {
  position: relative;
  z-index: 2;
}

.input-box::before {
  content: none; /* Remove Font Awesome icons */
}

label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.contact-form2 .form-control {
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #696969;
  background-color: transparent;
}

.contact-form2 textarea.form-control {
  min-height: 100px;
}

.contact-bg-wrapper {
  background-color: var(--theme-color2);
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .contact-bg-wrapper {
    background-color: transparent;
    padding-bottom: 0;
  }
}

.join-form2 {
  padding: 80px 80px 60px 80px;
  position: relative;
  z-index: 3;
  margin-top: -200px;
}

@media (max-width: 1500px) {
  .join-form2 {
    margin-top: -100px;
  }
}

@media (max-width: 1199px) {
  .join-form2 {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .join-form2 {
    margin-top: 0;
    padding: 60px 15px 0 15px;
  }
}

.contact-form2 .form-control:focus {
  background-color: transparent;
}

.contact-form-wrapper {
  padding-right: 30px;
}

@media (max-width: 991px) {
  .contact-form-wrapper {
    padding-right: 0;
  }
}

.contact-form-wrapper .contact-form1 .form-control {
  border: 2px solid #f1f1f1;
  background-color: var(--white-color);
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.06);
}

.vs-contact-info-wrapper {
  position: relative;
  z-index: 2;
}
.vs-contact-info-wrapper .info-bg {
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 10px 50px 0px rgba(31, 29, 13, 0.04);
  padding: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-contact-info-wrapper .info-bg {
    padding: 15px 7px;
  }
}

.info-box {
  border: 2px solid whitesmoke;
  border-radius: 20px;
  padding: 60px 50px 55px 50px;
  /* Large devices */
  /* Large devices */
}
@media (max-width: 1199px) {
  .info-box {
    padding: 60px 15px 55px 15px;
  }
}
@media (max-width: 1199px) {
  .info-box {
    padding: 60px 7px 55px 7px;
  }
}
.info-box .icon {
  margin-bottom: 13px;
}
.info-box .icon i {
  font-size: 64px;
}

.map-area {
  width: 100%;
  height: 756px;
  position: relative;
  z-index: 1;
  margin-top: -180px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .map-area {
    height: 450px;
    margin-top: 60px;
  }
}
.map-area iframe {
  width: 100%;
  height: 100%;
}

/*------------------- 8.14. Work-process  -------------------*/
.process-bg {
  margin-right: 150px;
  margin-left: 150px;
  position: relative;
  z-index: 2;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .process-bg {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .process-bg {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .process-bg {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .process-bg {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .process-bg {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .process-bg {
    margin-right: 0;
    margin-left: 0;
  }
}

.process-box {
  padding: 0 30px;
}
.process-box .process-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
}
.process-box .process-icon img {
  transition: 0.3s;
}
.process-box .process-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  left: 0;
  top: 0;
  z-index: 1;
}
.process-box .process-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  left: 0;
  top: 0;
  z-index: 1;
}
.process-box .badge {
  color: var(--theme-color);
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 38px;
  background-color: var(--white-color);
  border-radius: 50%;
  z-index: 2;
}
.process-box .process-content .semi-title {
  color: var(--white-color);
  margin-bottom: 12px;
}
.process-box .process-content span {
  color: var(--white-color);
}
.process-box:hover .process-icon img {
  transform: scale(1.1);
}
.process-box:hover .process-icon::before {
  border-top-color: var(--body-color);
  border-right-color: var(--body-color);
  border-bottom-color: var(--body-color);
  border-left-color: var(--body-color);
  transition: border-color 0.15s linear, border-color 0.15s linear 0.1s, border-color 0.15s linear 0.2s, border-color 0.15s linear 0.3s;
}
.process-box:hover .process-icon::after {
  border-top: 2px solid var(--body-color);
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.work-bg-shape {
  position: relative;
  z-index: 1;
}
.work-bg-shape::before {
  content: "";
  position: absolute;
  background-color: var(--grey-color);
  width: 100%;
  height: 290px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.process-bg2 .feature-icon {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .process-bg2 .feature-icon {
    margin-bottom: 20px;
  }
}
.process-bg2 .feature-icon::before {
  width: 72px;
  height: 72px;
}
.process-bg2 .feature-icon i {
  font-size: 32px;
}

/*------------------- 8.15. Counter  -------------------*/
.vs-counter-bg {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 50px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .vs-counter-bg {
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: var(--grey-color);
  }
  .vs-counter-bg::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .vs-counter-bg {
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: var(--grey-color);
  }
  .vs-counter-bg::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .vs-counter-bg {
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: var(--grey-color);
  }
  .vs-counter-bg::before {
    display: none;
  }
}
.vs-counter-bg::before {
  content: "";
  position: absolute;
  background-color: var(--grey-color);
  width: 90%;
  min-height: 280px;
  left: 0;
  top: 0;
  z-index: -1;
}

.vs-counter-box .sec-title3 {
  margin-right: 20px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .vs-counter-box .sec-title3 {
    min-width: 70px;
  }
}
@media (max-width: 575px) {
  .vs-counter-box .sec-title3 {
    font-size: 40px;
  }
}

/*------------------- 8.16. Gallery  -------------------*/
.gallery-img {
  position: relative;
  z-index: 1;
}
.gallery-img .view-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  text-align: center;
  z-index: 3;
  font-size: 20px;
  color: var(--white-color);
  /* background-color: #000; */
  transition: 0.3s;
}
.gallery-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  transition: 0.3s;
}
.gallery-img:hover .view-img {
  transform: translateY(-50%) scale(1) rotate(10deg);
}
.gallery-img:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}

.gallery-content-wrapper {
  position: relative;
  z-index: 1;
}

.button-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 90px;
  border-radius: 45px;
  background: var(--white-color);
  box-shadow: 0px 20px 60px rgba(95, 91, 69, 0.1);
  z-index: 1;
  bottom: -162px;
}

.gallery-arrow {
  color: var(--theme-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--white-color);
}
.gallery-arrow[data-slick-prev] {
  margin-top: 19px;
  margin-left: 22px;
}
.gallery-arrow:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.gallery-arrow.gallery-arrow2 {
  color: var(--theme-color2);
}
.gallery-arrow.gallery-arrow2:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.posright {
  /* Large devices */
}
@media (max-width: 1199px) {
  .posright {
    background-position: right top !important;
  }
}

.posleft {
  /* Large devices */
}
@media (max-width: 1199px) {
  .posleft {
    background-position: left top !important;
  }
}

.overlay-lg[data-overlay]:before {
  display: none;
  /* Large devices */
}
@media (max-width: 1199px) {
  .overlay-lg[data-overlay]:before {
    display: block;
  }
}

/*------------------- 8.17. Woocommerce  -------------------*/
.product-wrapper {
  background-color: #e8e6d5;
  position: relative;
}
.product-wrapper .product-img {
  max-width: 390px;
  margin: 0 auto;
  padding: 65px 90px 50px 90px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .product-wrapper .product-img {
    padding: 50px;
  }
}
.product-wrapper .badge {
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 41px;
  background-color: var(--title-color);
  right: 40px;
  top: 40px;
}
.product-wrapper .actions-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrapper .actions-btn2 .add-cart-btn {
  color: var(--title-color);
  font-size: 14px;
  background-color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
}
.product-wrapper .actions-btn2 .add-cart-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.product-wrapper .actions-btn2 .add-cart-btn2 {
  color: var(--white-color);
  font-size: 14px;
  line-height: 1;
  background-color: var(--theme-color);
  padding: 15px 23px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 10px;
}
.product-wrapper .actions-btn2 .add-cart-btn2:hover {
  background-color: var(--title-color);
}

.product-wrapper2 {
  background-color: #e7f1fe;
}
.product-wrapper2 .badge {
  background-color: var(--title-color2);
}
.product-wrapper2 .actions-btn2 .add-cart-btn {
  color: var(--title-color2);
  background-color: var(--white-color);
}
.product-wrapper2 .actions-btn2 .add-cart-btn:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.product-wrapper2 .actions-btn2 .add-cart-btn2 {
  background-color: var(--theme-color2);
}
.product-wrapper2 .actions-btn2 .add-cart-btn2:hover {
  background-color: var(--title-color2);
}

.products-item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  height: 100%;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .products-item-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-item-box .product-wrapper3 {
  text-align: center;
  position: relative;
  background-color: var(--white-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .products-item-box .product-wrapper3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.products-item-box .product-wrapper3 .product-img {
  position: relative;
  padding: 35px 90px 35px 90px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .products-item-box .product-wrapper3 .product-img {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .products-item-box .product-wrapper3 .product-img {
    padding: 30px 40px;
  }
}
.products-item-box .product-wrapper3 .products-content h5 {
  margin-bottom: 10px !important;
}
.products-item-box .product-wrapper3 .badge {
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 41px;
  background-color: var(--theme-color);
  right: 40px;
  top: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .products-item-box .product-wrapper3 .badge {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 33px;
  }
}
.products-item-box .product-wrapper3 .actions-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  max-width: 130px;
  margin: 0 auto;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  background-color: var(--grey-color);
  border-radius: 30px;
  padding: 3px 5px;
  box-shadow: 0px 15px 26px rgba(95, 91, 69, 0.1);
  transition: 0.3s;
}
.products-item-box .product-wrapper3 .actions-btn a {
  font-size: 14px;
  margin: 2px 3px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50px;
}
.products-item-box .product-wrapper3 .actions-btn a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.products-item-box .product-wrapper3:hover .actions-btn {
  top: 50%;
  transform: translateY(50%);
  opacity: 1;
  visibility: visible;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .products-item-box .product-wrapper3:hover .actions-btn {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .products-item-box .product-wrapper3:hover .actions-btn {
    top: 50%;
  }
}

.products-banner-box {
  position: relative;
}
.products-banner-box .products-banner-content {
  padding-left: 100px;
  max-width: 500px;
  position: absolute;
  right: 20px;
  bottom: 35px;
  z-index: 3;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .products-banner-box .products-banner-content {
    width: 100%;
    padding-left: 0;
    right: 0;
    left: 20px;
  }
}

.products-content-wrapper {
  position: relative;
  height: 100%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .products-content-wrapper {
    height: auto;
  }
}
.products-content-wrapper #products-1 {
  height: 100%;
}
.products-content-wrapper #products-1 .slick-list.draggable {
  height: 100%;
}
.products-content-wrapper #products-1 .slick-track {
  height: 100%;
}
.products-content-wrapper #products-1 .products-banner-box {
  height: 100%;
}
.products-content-wrapper #products-1 .products-banner-box .product-banner-img {
  height: 100%;
}
.products-content-wrapper #products-1 .products-banner-box .product-banner-img img {
  height: 100%;
}

.p-banner-arrow {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 41px;
  right: 80px;
  top: 80px;
  position: absolute;
  z-index: 3;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .p-banner-arrow {
    right: 40px;
    top: 40px;
  }
}
.p-banner-arrow[data-slick-prev] {
  right: 140px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .p-banner-arrow[data-slick-prev] {
    right: 100px;
  }
}
.p-banner-arrow:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.vs-sort-bar label {
  color: var(--select-color, var(--body-color3));
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
}
.vs-sort-bar select {
  color: var(--body-color3);
  border: 2px solid var(--secondary-color);
  background-color: #fdfefe;
  box-shadow: 0px 10px 47px 0px rgba(0, 0, 0, 0.1);
  height: 31px;
  border-radius: 35px;
}
.vs-sort-bar .nav .nav-link {
  border: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  color: var(--body-color3);
}
.vs-sort-bar .nav .nav-link.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-sort-bar .showtotal {
  margin-right: 30px;
}
.vs-sort-bar .showtotal select {
  padding-right: 20px;
}

.vs-products-gallery2 .products-wrapper2 .badge {
  background-color: var(--body-color);
}
.vs-products-gallery2 .products-wrapper2 .actions-btn2 .add-cart-btn2 {
  color: var(--white-color);
  background-color: var(--title-color);
}
.vs-products-gallery2 .products-wrapper2 .actions-btn2 .add-cart-btn2:hover {
  color: var(--white-color);
  background-color: var(--body-color);
}
.vs-products-gallery2 .products-wrapper2 .actions-btn2 .add-cart-btn {
  color: var(--title-color);
}
.vs-products-gallery2 .products-wrapper2 .actions-btn2 .add-cart-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-products-gallery2 .products-wrapper2 .products-content2 {
  position: relative;
  left: 20px;
  right: auto;
  bottom: 0;
  text-align: unset;
}
.vs-products-gallery2 .products-wrapper2 .products-content2 .add-cart-btn {
  color: var(--white-color);
  background-color: var(--title-color);
}

.pagination-wrapper.pagination-layout1 ul li {
  display: inline-block;
}

.pagination-layout1 a {
  font-size: 14.45px;
  color: var(--body-color3);
  border: 2px solid #f2f2f2;
  background-color: var(--white-color);
  box-shadow: 0px 12px 42.75px 2.25px rgba(0, 0, 0, 0.09);
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: 0 2px;
  border-radius: 50%;
  line-height: 45px;
}
.pagination-layout1 a.active, .pagination-layout1 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
}

.product-big-thumb-area {
  position: relative;
}
.product-big-thumb-area .price-tag {
  position: absolute;
  top: 53px;
  right: 60px;
  z-index: 1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .product-big-thumb-area .price-tag {
    top: 15px;
    right: 25px;
  }
}
.product-big-thumb-area .wishlist {
  position: absolute;
  right: 60px;
  bottom: 53px;
  z-index: 1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .product-big-thumb-area .wishlist {
    bottom: 15px;
    right: 25px;
  }
}
.product-big-thumb-area .wishlist i {
  margin-right: 10px;
}

.shop-details-bg {
  background-color: #E8E6D5;
  padding: 80px 75px 50px 75px;
  /* Large devices */
  /* Large devices */
}
@media (max-width: 1199px) {
  .shop-details-bg {
    padding: 50px 50px 20px;
  }
}
@media (max-width: 1199px) {
  .shop-details-bg {
    padding: 50px 10px 20px;
  }
}
.shop-details-bg .product-img-wrapper {
  position: relative;
}
.shop-details-bg .product-big-img {
  margin-bottom: 16px;
}
.shop-details-bg .product-big-img .product-img-box img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .shop-details-bg .product-big-img .product-img-box img {
    width: 100%;
  }
}
.shop-details-bg .product-thumb-img {
  margin-bottom: 30px;
}
.shop-details-bg .product-thumb-img .product-thumb {
  padding: 14px;
}

.product-size span {
  color: #15171b;
}
.product-size a {
  color: var(--body-color);
  font-size: 12px;
  background-color: var(--white-color);
  line-height: 1;
  padding: 9px 12px;
  border-radius: 30px;
  margin: 0 4px;
}
.product-size a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

.shop-details-content .quantity.q-style1 {
  display: inline-block;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .shop-details-content .quantity.q-style1 {
    margin-right: 16px !important;
  }
}
.shop-details-content .quantity.q-style1 input::-webkit-outer-spin-button,
.shop-details-content .quantity.q-style1 input::-webkit-inner-spin-button,
.shop-details-content .quantity.q-style1 input::-moz-outer-spin-button,
.shop-details-content .quantity.q-style1 input::-webkit-outer-spin-button,
.shop-details-content .quantity.q-style1 input::-moz-inner-spin-button,
.shop-details-content .quantity.q-style1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop-details-content .quantity.q-style1 .qty-input {
  width: 83px;
  height: 58px;
  border-radius: 30px;
  border: 0;
  color: var(--title-color);
  font-size: 14px;
  position: relative;
  padding-left: 23px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.shop-details-content .quantity.q-style1 .qut-btn {
  border: 0;
  background: transparent;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 300;
  position: absolute;
}
.shop-details-content .quantity.q-style1 .quantity-minus.qut-btn {
  right: 20px;
  top: 43%;
}
.shop-details-content .quantity.q-style1 .quantity-plus.qut-btn {
  right: 20px;
  top: 8%;
}
.shop-details-content .title-border {
  padding-bottom: 17px;
  border-bottom: 1px solid #d8d4b2;
}
.shop-details-content .rating {
  color: var(--theme-color);
}

.product_meta > span {
  color: var(--body-color);
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}

.shop-details-tab .nav-tabs {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 35px;
}
.shop-details-tab .nav .nav-link {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 500;
  border: 0;
  border-bottom: 1px solid transparent;
  position: relative;
  padding-bottom: 20px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .shop-details-tab .nav .nav-link {
    font-size: 16px;
    width: 100%;
  }
}
.shop-details-tab .nav .nav-link.active {
  color: var(--title-color);
  border-color: var(--title-color);
  background-color: transparent;
}
.shop-details-tab .nav .nav-link.active::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--title-color);
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  text-align: center;
}

.product-desc-area .product-desc-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.title-border2 {
  margin-top: 52px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.title-border2::before {
  content: "";
  position: absolute;
  background-color: var(--title-color);
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.feature-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.feature-box ul li {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 300;
  padding-left: 43px;
  margin-bottom: 15px;
  position: relative;
}
.feature-box ul li::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--title-color);
  background-color: var(--white-color);
  box-shadow: 0px 10px 42.75px 2.25px rgba(0, 0, 0, 0.2);
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1;
}
.feature-box .pro-desc-text {
  background-color: #e8e6d5;
  padding: 45px 40px;
  position: relative;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .feature-box .pro-desc-text {
    padding: 45px 15px;
    font-size: 16px;
  }
}
.feature-box .pro-desc-text::before {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: 8px;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.feature-box .pro-desc-text.bg-theme2::before {
  background-color: var(--title-color2);
}

.product-tab {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -0.2em;
}
.product-tab a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px 20px 20px;
}
.product-tab a:hover, .product-tab a.active {
  color: var(--theme-color);
}
.product-tab .indicator {
  position: absolute;
  left: 0;
  top: auto !important;
  height: 0 !important;
  bottom: -1px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-bottom: 1px solid var(--theme-color);
}
.product-tab .indicator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--theme-color);
  border-left: 1px solid var(--theme-color);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -6px 0 0 -6px;
  background-color: var(--white-color);
}

#review-profile .vs-post-comment {
  position: relative;
}
#review-profile .vs-post-comment .rating {
  position: absolute;
  top: 0;
  right: 0;
}
#review-profile .vs-post-comment .rating i {
  color: var(--yellow-color);
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
  content: "";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "";
  font-weight: 700;
}

/*------------------- 8.18. Widget-sidemenu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  height: 100%;
  padding: 80px 30px;
  overflow: scroll;
  position: relative;
  margin-left: auto;
  right: -500px;
  top: 0;
  cursor: auto;
  transition: right ease 1s;
  z-index: 1;
}
.sidemenu-wrapper .closeButton {
  color: var(--theme-color2);
  font-size: 24px;
  background-color: transparent;
  border: 2px solid currentColor;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 46px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 0;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  background-color: var(--title-color2);
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.widget_about .about-text {
  font-size: 16px;
  margin-bottom: 25px;
}

.widget-contact span {
  color: var(--white-color);
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color2);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}
.widget-contact a {
  color: var(--title-color2);
  font-size: 18px;
  font-weight: 500;
}

.widget .recent-post {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  margin-bottom: 20px;
}
.widget .recent-post .post-img {
  margin-right: 15px;
  width: 100px;
  height: 80px;
}
.widget .recent-post .post-img img {
  width: 100%;
}
.widget .recent-post .post-content a {
  color: var(--title-color2);
  font-size: 16px;
  display: block;
}
.widget .recent-post .post-content span {
  font-size: 14px;
  display: block;
}
.widget .recent-post .post-content i {
  color: var(--theme-color2);
  margin-right: 3px;
  margin-top: -2px;
}

/*------------------- 8.19. Price  -------------------*/
.plan {
  background-color: var(--white-color);
  box-shadow: 0px 20px 60px 0px rgba(37, 69, 116, 0.02);
  padding: 80px 0;
  transition: 0.3s;
  /* Medium devices */
}
.plan .pr__body li {
  margin-bottom: 9px;
}
.plan:hover {
  transform: translateY(-15px);
}
@media (max-width: 991px) {
  .plan {
    padding: 50px 0;
  }
}

.plan2 ul li {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color2);
  border-bottom: 1px solid var(--border-color);
  padding: 23px 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .plan2 ul li {
    font-size: 16px;
  }
}
.plan2 ul li span {
  color: var(--theme-color2);
}

/*------------------- 8.20. Error  -------------------*/
.error-main-title {
  font-size: 387px;
  line-height: 1;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .error-main-title {
    font-size: 72px;
  }
}
@media (max-width: 1199px) {
  .error-main-title {
    font-size: 56px;
  }
}

/*------------------- 8.21. Widget-search  -------------------*/
.sidebar-area .widget {
  margin-bottom: 40px;
}
.sidebar-area .widget.widget_search, .sidebar-area .widget.widget_popular_post, .sidebar-area .widget.widget_tag_cloud {
  margin-bottom: 40px;
}
.sidebar-area .widget.widget_search ul, .sidebar-area .widget.widget_popular_post ul, .sidebar-area .widget.widget_tag_cloud ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-area .widget .widget_title {
  color: var(--title-color);
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
.sidebar-area .widget .widget_title:before {
  content: "";
  position: absolute;
  background-color: var(--border-color);
  width: 276px;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.sidebar-area .widget {
  border: 1px solid var(--border-color);
  padding: 40px 35px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .sidebar-area .widget {
    padding: 40px 15px;
  }
}

.search-form {
  position: relative;
}
.search-form input[type=text] {
  width: 100%;
  height: 60px;
  border: 0;
  font-size: 14px;
  line-height: 1;
  color: var(--body-color3);
  padding: 0 30px;
  background-color: var(--secondary-color);
  font-weight: 300;
}
.search-form button {
  color: var(--theme-color);
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.widget .widget_title_border {
  position: relative;
  font-weight: 500;
}
.widget .widget_title_border::before {
  content: "";
  position: absolute;
  background-color: var(--border-color);
  width: 276px;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/*------------------- 8.22. Widget-categories  -------------------*/
.widget.widget_categories ul {
  margin: 0;
  padding: 0;
}
.widget.widget_categories ul li {
  padding: 19px 25px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  background-color: var(--secondary-color);
  border-radius: 5px;
  transition: 0.3s;
  transition: 0.3s;
}
.widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_categories ul li a {
  font-size: 16px;
  color: var(--theme-color);
}
.widget.widget_categories ul li a:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}
.widget.widget_categories ul li span {
  position: absolute;
  top: 16px;
  right: 25px;
  color: var(--white-color);
  background-color: var(--theme-color);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  font-size: 10px;
}
.widget.widget_categories ul li:hover {
  background-color: var(--theme-color);
}
.widget.widget_categories ul li:hover a {
  color: var(--white-color) !important;
}
.widget.widget_categories ul li:hover span {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.tagcloud a {
  border: 2px solid #f4f4f4;
  background-color: var(--white-color);
  box-shadow: 0px 20px 42.75px 2.25px rgba(0, 0, 0, 0.06);
  padding: 10px 19px;
  border-radius: 30px;
  display: inline-block;
  line-height: 1;
  margin: 0 3px 8px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
  }
}
.tagcloud a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

/*------------------- 8.23. Widget-post  -------------------*/
.vs-widget-recent-post .recent-post {
  border-bottom: 1px solid var(--border-color);
}
.vs-widget-recent-post .recent-post i {
  vertical-align: middle;
  margin-right: 5px;
  top: -1px;
  position: relative;
}
.vs-widget-recent-post .recent-post:last-child {
  border: 0;
}
.vs-widget-recent-post .recent-post .media-img img {
  border-radius: 5px;
}
.vs-widget-recent-post .recent-post .text-body:hover {
  color: var(--theme-color) !important;
}
.vs-widget-recent-post .recent-post-title {
  color: var(--title-color);
  /* Extra small devices */
}
.vs-widget-recent-post .recent-post-title a {
  color: inherit;
}
.vs-widget-recent-post .recent-post-title:hover {
  color: var(--theme-color);
}
@media (max-width: 575px) {
  .vs-widget-recent-post .recent-post-title {
    font-size: 15px;
  }
}

/*=================================
    09. Theme Global
==================================*/
/*------------------- 9.1. Font -------------------*/
.font-theme {
  font-family: var(--theme-font);
}

.font-theme2 {
  font-family: var(--theme-font);
}

.font-icon {
  font-family: var(--icon-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;
}

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

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

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

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

.fs-20 {
  font-size: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .fs-20 {
    font-size: 18px;
  }
}
/*------------------- 9.2. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-fixed {
  background-attachment: fixed;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .bg1 {
    background-size: 100%;
  }
}
/*------------------- 9.3. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}

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

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

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

.underline {
  transition: 0.3s ease all;
}
.underline:hover {
  text-decoration: underline;
}

.text-theme2 a {
  color: inherit;
}
.text-theme2 a:hover {
  color: var(--title-color2);
}

.hover-theme:hover {
  color: var(--theme-color) !important;
}

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

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

a.text-title2:hover {
  color: var(--theme-color2) !important;
}

h2.title-color a:hover,
h3.title-color a:hover,
h4.title-color a:hover,
h5.title-color a:hover,
h6.title-color a:hover {
  color: var(--theme-color);
}
h2.text-title a:hover,
h3.text-title a:hover,
h4.text-title a:hover,
h5.text-title a:hover,
h6.text-title a:hover {
  color: var(--theme-color);
}
h2.title-color2 a:hover,
h3.title-color2 a:hover,
h4.title-color2 a:hover,
h5.title-color2 a:hover,
h6.title-color2 a:hover {
  color: var(--theme-color2);
}

/*------------------- 9.4. Border Radius -------------------*/
.radius-circle {
  border-radius: 50%;
}

.radius-50 {
  border-radius: 50px;
}

.radius-100 {
  border-radius: 100px;
}

/*------------------- 9.5. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}

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

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

[data-overlay=body]:before {
  background-color: var(--body-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;
}

/*=================================
    10. Theme Animation
==================================*/
.slideinup.vs-animated {
  --animation-name: slideinup;
}

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

.slideindown,
.slideinup {
  opacity: 0;
}

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

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

.ani-moving-x,
.ani-moving-y,
.ani-moving {
  animation-duration: var(--moving-ani-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.ani-moving {
  animation-name: moving;
}

.ani-moving-x {
  animation-name: moving-x;
}

.ani-moving-y {
  animation-name: moving-y;
}

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

.thumb_swap .img_swap {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  background-color: var(--white-color);
}
.thumb_swap:hover .img_swap {
  opacity: 1;
  visibility: visible;
}
.thumb_swap .flash-img,
.thumb_swap .product-img {
  overflow: hidden;
  position: relative;
}

/* Medium devices */
@media (max-width: 991px) {
  .ani-md-none {
    animation: none;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes moving {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -60px);
  }
  50% {
    transform: translate(-60px, -60px);
  }
  70% {
    transform: translate(-60px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes moving-y {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0, -60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes moving-x {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-60px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes newsMove {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
@-webkit-keyframes newsMove {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 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);
  }
}
/*=================================
    11. Extend
==================================*/
/*=================================
    12. Spacing
==================================*/
.space,
.space-top {
  padding-top: var(--section-space);
}

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
.space-top {
    padding-top: var(--section-space-mobile);
  }

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

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

  .space-negative,
.space-negative-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

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

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

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

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

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

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.mx-55 {
  margin-right: 55px;
  margin-left: 55px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mx-65 {
  margin-right: 65px;
  margin-left: 65px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.mx-75 {
  margin-right: 75px;
  margin-left: 75px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mx-85 {
  margin-right: 85px;
  margin-left: 85px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.mx-95 {
  margin-right: 95px;
  margin-left: 95px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

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

/* Small devices */
@media (max-width: 767px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}
.space,
.space-top {
  padding-top: var(--section-space);
}

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
.space-top {
    padding-top: var(--section-space-mobile);
  }

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

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

  .space-negative,
.space-negative-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/*=================================
    00. RTL Support
==================================*/
/*=================================
    00. WP Default
==================================*/
/*=================================
    00. Wordpress Style
==================================*/