@charset "UTF-8";
/*
Template Name: Thebato
Template URL: https://dxml.es/thebato
Description: Thebato -  Travel Agency & Ferry Booking HTML Template
Author: DXML
Author URI: https://desarrolloxml.com
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #0ebcf2;
  --theme-color-dark: #1565c0;
  --theme-color: #3f8efc;
  --theme-color: #0099ff;
  --theme-color-rgb: 0, 153, 255;
  --theme-color2: #3f8efc;
  --theme-color2: #1565c0;
  --theme-color2: #ff9900;
  --theme-color3: #AAAAAA;
  --link-color: #3f8efc;
  --secondary-color: #111330;
  --title-color: #1c1c1c;
  --body-color: #505050;
  --gray-color: #505050;
  --gray-color2: #6b7280;
  --smoke-color: #f7f7f7;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #ffccb1;
  --bg-color1: #fff5f0;
  --bg-color2: #f5f5f5;
  --bg-color3: rgb(136, 222, 248);
  --field-color: #e9ecef;
  --field-color2: #f1f3f4;
  --field-color3: #eee;
  --item-color: #dee2e6;
  --item-color2: #f8f9fa;
  --type-color: #1a1a1a;
  --btn-color: #ff8c00;
  --btn-color-hover: #e67e00;
  --btn-color2: #e5e7eb;
  --btn-color2-hover: #d1d5db;
  --title-font: "Lato", sans-serif;
  --body-font: "Lato", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 80px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

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

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

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

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

input:focus {
  outline: none;
  box-shadow: none;
  background-color: var(--white-color);
}

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

button {
  transition: all ease 0.4s;
}

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

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

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

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

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

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

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .outer-wrap {
    max-width: 1300px;
    background-color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
    margin-top: -70px;
    padding-bottom: 37px;
  }
  .outer-wrap.wrap-style1 {
    padding-top: calc(var(--section-space) - 40px);
    padding-bottom: calc(var(--section-space) - 80px);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .outer-wrap {
    max-width: 1200px;
    background-color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
    margin-top: -70px;
    padding-bottom: 37px;
  }
  .outer-wrap.wrap-style1 {
    padding-top: calc(var(--section-space) - 40px);
    padding-bottom: calc(var(--section-space) - 80px);
  }
}
/*------------------- 2.2. Grid -------------------*/
@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 26px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

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

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

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

/* Small devices */
@media (max-width: 767px) {
  .gx-30,
  .gx-60,
  .gx-80 {
    --bs-gutter-x: 0;
  }
}
/*------------------- 2.3. Input -------------------*/
.radioselect,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 30px 0 25px;
  padding-right: 45px;
  border-radius: 10px;
  color: var(--body-color);
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  font-size: 14px;
  width: 100%;
}
.radioselect:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--white-color);
}
.radioselect::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
.radioselect::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
.radioselect:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
.radioselect::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  border: 2px solid var(--theme-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  font-size: var(--icon-font-size, 20px);
  margin-top: calc(var(--icon-size, 66px) / -2);
  transition: 0.5s ease-in-out;
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow i {
  vertical-align: middle;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

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

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

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

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

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

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

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

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

@keyframes animloader {
  0% {
    background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  border: none;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-family: var(--title-font);
  background-color: var(--body-color);
  color: var(--white-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
}
.vs-btn:before, .vs-btn:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: var(--theme-color);
  transform: scale(0);
  z-index: -1;
  border-radius: inherit;
  transform-origin: right bottom;
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}
.vs-btn:before {
  transform-origin: left top;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before, .vs-btn:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.vs-btn.style2 {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.vs-btn.style2::before, .vs-btn.style2::after {
  background-color: var(--theme-color2);
}
.vs-btn.style2:hover {
  color: var(--white-color);
}
.vs-btn.style3 {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.vs-btn.style3::before, .vs-btn.style3::after {
  background-color: var(--theme-color);
}
.vs-btn.style4 {
  background-color: var(--theme-color);
}
.vs-btn.style4::before, .vs-btn.style4::after {
  background-color: var(--theme-color2);
}
.vs-btn.style5, .vs-btn.style6, .vs-btn.style7 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 15px;
  padding: 22px 50px;
  background: var(--theme-color);
  min-height: 60px;
}
.vs-btn.style5::before, .vs-btn.style5::after, .vs-btn.style6::before, .vs-btn.style6::after, .vs-btn.style7::before, .vs-btn.style7::after {
  background: var(--theme-color2);
}
.vs-btn.style5 > i, .vs-btn.style6 > i, .vs-btn.style7 > i {
  min-width: 20px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color2);
  border-radius: 50%;
  transition: all ease 0.4s;
}
.vs-btn.style6 {
  background: var(--title-color);
}
.vs-btn.style7 {
  padding: 22px 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.vs-btn.has-arrow i {
  margin-left: 6px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 60px);
  background-color: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  font-size: var(--btn-font-size, 20px);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  padding: 0;
  vertical-align: middle;
  border: none;
}
.icon-btn:focus {
  outline: none;
}
.icon-btn i {
  line-height: inherit;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .vs-btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin: -0.2em 0 15px 0;
}

.sec-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color);
  margin: -0.2em 0 15px 0;
  text-transform: capitalize;
}

.sec-text,
.sec-text {
  margin: 0 0 18px 0;
  font-size: 16px;
  color: var(--body-color);
  line-height: 1.625;
}

.sec-text2 {
  font-size: 18px;
  line-height: 1.9;
}

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

.white-title .sec-title,
.white-title .sec-subtitle,
.white-title .sec-text,
.white-title2 .sec-title,
.white-title2 .sec-subtitle,
.white-title2 .sec-text {
  color: var(--white-color);
}

.white-title2 .sec-subtitle {
  color: var(--theme-color);
}

.sec-btns {
  margin-bottom: 30px;
}
.sec-btns .icon-btn {
  margin-right: 10px;
}
.sec-btns .icon-btn:last-child {
  margin-right: 0;
}

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

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

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

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

.vs-media {
  display: flex;
}

.media-body {
  flex: 1;
}

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

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

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

.shape-mockup {
  display: inline-block;
  position: absolute;
}

.plane2 {
  opacity: 0.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-route-alternative {
  background-color: var(--theme-color2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin {
  animation: spin var(--duration, 40s) infinite linear;
}

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

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

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

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

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

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

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

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

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

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
@keyframes leftToRight {
  0%, 100% {
    left: 0px;
  }
  50% {
    left: 56px;
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.price_slider_wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}
.price_slider_wrapper .ui-slider {
  height: 8px;
  position: relative;
  width: 100%;
  background-color: var(--border-color);
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
}
.price_slider_wrapper .ui-slider-handle {
  width: 20px;
  height: 20px;
  outline: none;
  border-radius: 50%;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: 5px solid var(--theme-color);
  cursor: pointer;
  position: absolute;
  z-index: 2;
  margin-top: -1px;
  background-color: var(--border-color);
  transform: translateX(8px);
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}
.price_slider_wrapper .price_label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
}
.price_slider_wrapper .vs-btn {
  padding: 13px 20px;
  background-color: var(--border-color);
  color: var(--theme-color);
}
.price_slider_wrapper .vs-btn:hover {
  color: var(--white-color);
}
.price_slider_wrapper .price_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chekbox-area {
  margin-bottom: 5px;
}

.widget_categories ul,
.widget_nav_menu ul {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
}

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

.widget_categories li {
  display: block;
  position: relative;
  border-radius: 6px;
  padding: 12px 18px;
  border: 1px solid var(--border-color);
  transition: 0.5s ease;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--title-color);
  background-color: var(--white-color);
}
.widget_categories li span {
  position: absolute;
  right: 20px;
}
.widget_categories li a {
  color: var(--title-color);
}
.widget_categories li:last-child {
  margin-bottom: 0;
}
.widget_categories li:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.widget_categories li:hover a {
  color: var(--white-color);
}

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

.countdown-style1 .countdown-active {
  margin: 0;
  padding: 0;
}
.countdown-style1 li {
  display: inline-block;
  text-align: center;
  margin-right: 40px;
  position: relative;
  font-family: var(--body-font);
}
.countdown-style1 li span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black-color);
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--body-font);
  margin-bottom: 10px;
}
.countdown-style1 li::before {
  content: ":";
  color: var(--black-color);
  font-size: 50px;
  position: absolute;
  top: 13px;
  right: -25px;
}
.countdown-style1 li:last-child {
  margin-right: 0;
}
.countdown-style1 li:last-child::before {
  display: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget_categories,
  .widget_nav_menu {
    padding: 18px 20px;
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .countdown-style1 li {
    font-size: 12px;
    margin-right: 15px;
  }
  .countdown-style1 li::before {
    right: -17px;
    top: 4px;
  }
  .countdown-style1 li span {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 20px);
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 40px;
  border-radius: 6px;
}
.widget:last-child {
  margin-bottom: 0;
}

.widget_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  font-family: var(--title-font);
  margin: -0.07em 0 23px 0;
  color: var(--secondary-color);
  padding-bottom: 15px;
}
.widget_title::before, .widget_title::after {
  content: "";
  height: 2px;
  border-radius: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
}
.widget_title::before {
  width: 15px;
  left: 0;
}
.widget_title::after {
  width: 55px;
  left: 20px;
}

.widget_booking {
  padding: var(--widget-padding-y, 15px) var(--widget-padding-x, 20px);
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 40px;
  border-radius: 6px;
}
.widget_booking:last-child {
  margin-bottom: 0;
}

.widget_title_booking {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  font-family: var(--title-font);
  margin: -0.07em 0 0 0;
  color: var(--secondary-color);
}
.widget_title_booking::before, .widget_title_booking::after {
  content: "";
  height: 2px;
  border-radius: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
}
.widget_title_booking::before {
  width: 15px;
  left: 0;
}
.widget_title_booking::after {
  width: 55px;
  left: 20px;
}

.widget .search-form {
  position: relative;
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
}
.widget .search-form input {
  flex: 1;
  border: 0px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 0;
  border-radius: 0;
  color: var(--black-color);
  background-color: transparent;
}
.widget .search-form input::-moz-placeholder {
  color: var(--body-color);
}
.widget .search-form input::-webkit-input-placeholder {
  color: var(--body-color);
}
.widget .search-form input:-ms-input-placeholder {
  color: var(--body-color);
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  height: 60px;
  width: 60px;
  border: none;
  font-size: 18px;
  color: var(--body-color);
  background-color: transparent;
}

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

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

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 90px;
}
.recent-post .media-img img {
  border-radius: 6px;
  width: 100%;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 5px 0;
}
.recent-post .post-title a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta {
  margin-bottom: 2px;
}
.recent-post .recent-post-meta i {
  margin-right: 5px;
  font-size: 14px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
}

.sidebar-area {
  margin-bottom: -10px;
}

.widget_search .widget_title {
  margin-bottom: 10px;
}
.widget_search .search-form {
  margin-top: 18px;
  background-color: var(--white-color);
}

.newsletter-form .form-control {
  margin-bottom: 15px;
}
.newsletter-form .vs-btn {
  width: 100%;
}

.widget_social_style a {
  background-color: var(--theme-color) !important;
  color: var(--white-color) !important;
}
.widget_social_style a:hover {
  background-color: var(--theme-color2) !important;
  border-color: var(--theme-color2) !important;
}

.tours-sidebar .widget {
  padding-left: 20px;
  padding-right: 20px;
}

.booking-form .form-group > i {
  right: unset;
  left: 20px;
  top: 23px;
  color: var(--body-color);
}
.booking-form .form-group input {
  padding: 0px 20px 0 45px;
}
.booking-form .form-group select {
  padding-left: 45px;
}
.booking-form input[type=radio] ~ label::before {
  background-color: var(--border-color);
  border-color: var(--border-color);
}
.booking-form input[type=radio]:checked ~ label::before {
  color: var(--theme-color);
}

.latest-post-wrap .latest-post {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.latest-post-wrap .latest-post:last-child {
  margin-bottom: 0;
}
.latest-post-wrap .latest-post:hover .media-img img {
  transform: scale(1.2);
}
.latest-post-wrap .media-img {
  width: 100px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
  background-color: var(--white-color);
}
.latest-post-wrap .media-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.latest-post-wrap .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
  }
  .recent-post .media-img {
    width: 75px;
    margin-right: 15px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .post-title {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.widget-area {
  padding-top: 120px;
  padding-bottom: 93px;
}

.widget-area2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  border: none;
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  color: var(--white-color);
  position: relative;
}
.footer-widget .widget_title::before, .footer-widget .widget_title::after {
  content: "";
  position: absolute;
}
.footer-widget .widget_title::before {
  width: 60px;
  height: 2px;
  background-color: var(--theme-color);
  left: 0;
  bottom: 0;
}
.footer-widget .widget_title::after {
  width: 5px;
  height: 5px;
  outline: 4px solid var(--theme-color);
  border-radius: 50%;
  background-color: var(--white-color);
  left: 4px;
  bottom: -1px;
  animation: leftToRight infinite 5s linear;
}
.footer-widget .vs-btn {
  background-color: var(--theme-color);
}
.footer-widget .vs-btn::before, .footer-widget .vs-btn::after {
  background-color: var(--theme-color2);
}
.footer-widget.widget_nav_menu {
  margin-bottom: 45px;
}
.footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.footer-widget.widget_nav_menu a {
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  max-width: 100%;
  padding: 0 0 0 15px;
  color: var(--white-color);
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_nav_menu a i {
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .sidebar-gallery {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}
.footer-widget .sidebar-gallery a {
  overflow: hidden;
  border-radius: 5px;
}
.footer-widget .sidebar-gallery a img {
  transition: 0.5s ease-in-out;
}
.footer-widget .sidebar-gallery a:hover img {
  transform: scale(1.1);
}

.vs-widget-about .footer-text {
  max-width: 275px;
  font-family: var(--body-font);
  font-size: 16px;
}

.footer-insta-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.social-style1 a {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white-color);
}
.social-style1 a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.social-style1 a:last-child {
  margin-right: 0;
}

.footer-contact .menu a {
  padding-left: 24px;
}
.footer-contact .menu a i {
  font-size: 14px;
  top: 5px;
}

.footer-widget .newsletter-form .form_text {
  font-size: 16px;
  font-family: var(--body-font);
}
.footer-widget .newsletter-form .form-control {
  margin-bottom: 15px;
  background-color: transparent;
  height: 46px;
}
.footer-widget .newsletter-form .form-control:focus {
  color: var(--white-color);
}
.footer-widget .newsletter-form .vs-btn {
  width: unset;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .widget-area2 {
    padding-bottom: 20px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

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

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}

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

/* ===========================
Header Customization
============================= */
.header-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact li {
  display: inline-block;
}
.header-contact li i {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  color: var(--theme-color);
  transition: all ease 0.5s;
  background-color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-contact li a {
  color: var(--white-color);
  margin-right: 15px;
}
.header-contact li a:hover {
  color: var(--theme-color);
}
.header-contact li:last-child a {
  margin-right: 0;
}
.header-contact li:hover i {
  color: var(--white-color);
  background-color: var(--theme-color);
}

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

.header-btns a,
.header-btns button {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 50%;
  color: var(--white-color);
  position: relative;
  background-color: var(--theme-color);
  display: inline-block;
}
.header-btns a:hover,
.header-btns button:hover {
  background-color: var(--theme-color2);
}
.header-btns a:hover .button-badge,
.header-btns button:hover .button-badge {
  background-color: var(--theme-color);
}
.header-btns a:last-child,
.header-btns button:last-child {
  margin-right: 0;
}

.button-badge {
  width: 20px;
  height: 20px;
  font-size: 10px;
  overflow: hidden;
  border-radius: 50%;
  color: var(--white-color);
  background-color: var(--theme-color2);
  font-family: var(--body-font);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.vs-header .form-select {
  background-color: var(--theme-color);
  background-position: right 15px center;
  font-size: 16px;
  padding: 0 40px 0 15px;
  margin-left: 15px;
  position: relative;
  border: 0px;
  border-radius: 0;
  width: unset;
  color: var(--white-color);
  height: 60px;
}
.vs-header .form-select::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
}
.vs-header .form-select option {
  background-color: var(--white-color);
  color: var(--black-color);
}
.vs-header .user-btn {
  padding: 17px 22px;
  color: var(--white-color);
  background-color: var(--theme-color2);
  transition: 0.5s ease all;
}
.vs-header .user-btn:hover {
  background-color: var(--theme-color);
}
.vs-header .sticky-wrapper {
  background-color: var(--white-color);
}
.vs-header .sticky-wrapper .header-btns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs-header .sticky-wrapper .header-btns ul li {
  display: inline-block;
}

.header-dropdown .dropdown-toggle {
  background-color: var(--theme-color);
  background-position: right 15px center;
  font-size: 16px;
  transition: all ease 0.5s;
  padding: 0 25px;
  margin-left: 15px;
  position: relative;
  border: 0px;
  border-radius: 0;
  width: unset;
  color: var(--white-color);
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-dropdown ul.dropdown-menu {
  padding: 10px 15px;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 9;
  border: none;
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
}
.header-dropdown ul.dropdown-menu a {
  display: block;
  margin: 0 0;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
}
.header-dropdown:hover .dropdown-toggle {
  background-color: var(--theme-color2);
}

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

.header-layout2 .header-top {
  padding: 10px 0 65px 0;
  background-color: var(--theme-color);
}
.header-layout2 .header-contact li i {
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: 0.5s ease-in-out;
}
.header-layout2 .header-contact li:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.header-layout2 .vs-btn {
  padding: 11px 24px;
  font-weight: 400;
}
.header-layout2 .sticky-wrapper {
  background-color: transparent;
  margin-top: -55px;
}
.header-layout2 .sticky-wrapper .container {
  background-color: var(--white-color);
}
.header-layout2 .sticky-wrapper .active .container {
  margin-top: 0;
}
.header-layout2 .header-social a:hover,
.header-layout2 .header-contact a:hover {
  color: var(--theme-color2);
}

.header-layout3 {
  background-color: var(--theme-color);
}
.header-layout3 .header-contact li i {
  background-color: var(--white-color);
  color: var(--gray-color);
}
.header-layout3 .header-contact li:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.header-layout3 .form-select {
  background-color: var(--white-color);
  color: var(--title-color);
}
.header-layout3 .header-social a:hover,
.header-layout3 .header-contact a:hover {
  color: var(--theme-color2);
}

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

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

/* Small devices */
@media (max-width: 767px) {
  .vs-header .user-btn {
    padding: 10px 15px;
  }
  .vs-header .form-select {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 32px;
  }
  .header-dropdown .dropdown-toggle {
    height: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer-menu > ul li {
  padding-left: 25px;
  position: relative;
}
.footer-menu > ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}

.footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}

.footer-wrapper {
  background-color: var(--title-color);
}

.footer-layout1,
.footer-layout4,
.footer-layout5 {
  --body-color: #ffffff;
}
.footer-layout1 .social-style,
.footer-layout4 .social-style,
.footer-layout5 .social-style {
  margin-top: 24px;
}
.footer-layout1 .form-group,
.footer-layout4 .form-group,
.footer-layout5 .form-group {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
}
.footer-layout1 .form-group .form-control,
.footer-layout4 .form-group .form-control,
.footer-layout5 .form-group .form-control {
  border: none;
  margin: 5px;
  color: var(--white-color);
  padding-right: 15px;
  background-color: transparent;
}
.footer-layout1 .form-group .vs-btn,
.footer-layout4 .form-group .vs-btn,
.footer-layout5 .form-group .vs-btn {
  margin: 5px;
  overflow: unset;
  display: inline-block;
}
.footer-layout1 .footer-widget.widget_nav_menu,
.footer-layout4 .footer-widget.widget_nav_menu,
.footer-layout5 .footer-widget.widget_nav_menu {
  margin-bottom: 0px;
}

.footer-insta-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.social-style a {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white-color);
}
.social-style a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.social-style a:last-child {
  margin-right: 0;
}

.copyright-wrap {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--border-color);
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.copyright-menu li::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: var(--theme-color);
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.copyright-menu li:last-child {
  margin-right: 0;
}
.copyright-menu li:last-child::after {
  display: none;
}
.copyright-menu a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}
.copyright-menu a:hover {
  color: var(--theme-color);
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.cta-style1 {
  position: relative;
  background-color: var(--theme-color);
  padding: 0 60px;
  border-radius: 10px;
}
.cta-style1 .cta-title {
  color: var(--white-color);
}

.footer-top {
  position: relative;
}
.footer-top .shadow-color {
  height: 50%;
  bottom: unset;
  top: 0;
}

.footer-top2 .shadow-color {
  background-color: var(--smoke-color);
}

.cta-image {
  margin-bottom: -15px;
  margin-top: -20px;
}

.footer-newsletter2 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 32px;
}

.newsletter-style2 {
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
  min-height: 80px;
}
.newsletter-style2 .newsletter-img {
  position: absolute;
  left: 0;
  top: 0;
}
.newsletter-style2 .newsletter-text {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 5px;
  padding-top: 7px;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .footer-widget.widget_nav_menu a {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .widget-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .copyright-text {
    font-size: 14px;
  }
  .footer-top::before {
    height: 100px;
  }
  .cta-style1 {
    padding: 30px;
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-top::before {
    height: 130px;
  }
  .cta-style1 {
    padding: 30px 15px;
  }
  .newsletter-style2 {
    padding-left: 85px;
  }
  .newsletter-style2 .newsletter-img img {
    width: 60px;
  }
  .newsletter-style2 .newsletter-text {
    font-size: 20px;
  }
  .newsletter-style2 a {
    font-size: 14px;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: 0 0 0 0;
  padding: 16.5px 0;
  list-style-type: none;
}
.breadcumb-menu li {
  display: inline;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 14px;
  margin-right: 10px;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
}
.breadcumb-menu li > i,
.breadcumb-menu a > i,
.breadcumb-menu span > i {
  margin-right: 10px;
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  font-size: 48px;
  color: var(--white-color);
  margin: 0 0 -5px 0;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 48px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 40px;
    margin: -0.15em 0 -0.4em 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 36px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
  .breadcumb-menu li:after {
    margin-left: 11px;
    margin-right: 9px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  text-align: center;
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: var(--body-font);
  color: var(--title-color);
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  z-index: 1;
  border-radius: 6px;
  vertical-align: middle;
  border: 1px solid var(--border-color);
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
}

.post-pagination {
  border-bottom: 1px solid var(--border-color);
  margin: 0 0 50px 0;
}
.post-pagination .pagi-icon {
  font-size: 36px;
  color: var(--border-color);
}
.post-pagination .pagi-icon:hover {
  color: var(--theme-color);
}

.post-pagi-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 0px;
}
.post-pagi-box > img {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 54px;
  text-align: center;
  color: var(--title-color);
  overflow: hidden;
  background-color: var(--smoke-color);
  border-radius: 10px;
}
.post-pagi-box > img:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.post-pagi-box .pagi-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin: 4.5px 0 0 0;
  max-width: 250px;
  flex: 1;
}
.post-pagi-box .pagi-title:hover {
  color: var(--theme-color);
}
.post-pagi-box.next {
  flex-direction: row-reverse;
  text-align: right;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .post-pagination {
    margin: 0px 0 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
  }
  .vs-pagination span i,
  .vs-pagination a i {
    vertical-align: middle;
  }
  .post-pagi-box {
    display: block;
    padding: 30px 20px 20px;
  }
  .post-pagi-box > a {
    margin-bottom: 10px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
.vs-blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--title-color);
  background-color: var(--quote-bg, #f0f4f5);
  border-left: 4px solid var(--theme-color);
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
.vs-blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.5;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic;
}
.vs-blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--border-color);
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.vs-blockquote p {
  margin-bottom: 0;
}
.vs-blockquote p a {
  color: inherit;
}
.vs-blockquote cite {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  font-weight: 600;
  margin-top: 22px;
  font-style: normal;
  color: var(--title-color);
}
.vs-blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid var(--theme-color);
}

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

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  color: var(--title-color);
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 4px;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta a:hover {
  color: var(--theme-color);
}

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

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

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

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

.vs-blog-details .blog-single {
  border: none;
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
}
.vs-blog-details .blog-single .blog-content {
  margin-top: 25px;
}
.vs-blog-details .blog-single .blog-title {
  margin-bottom: 15px;
}
.vs-blog-details .blog-meta {
  margin-bottom: 18px;
}
.vs-blog-details .blog-meta span,
.vs-blog-details .blog-meta a {
  margin-bottom: 10px;
}
.vs-blog-details .blog-meta span i,
.vs-blog-details .blog-meta a i {
  color: var(--theme-color);
  margin-right: 10px;
}
.vs-blog-details .blog-inner-img {
  margin-bottom: 20px;
}
.vs-blog-details .blog-inner-img img {
  border-radius: 10px;
}

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

.blog-inner-title {
  margin: -0.04em 0 40px 0;
  width: max-content;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
}

.blog-inner-author {
  --theme-color: #ffffff;
  padding: 28px 20px 20px 20px;
  display: inline-block;
  border-radius: 0px 10px 10px 0px;
  background-color: rgba(28, 28, 28, 0.8);
  padding-left: 100px;
  min-height: 100px;
}
.blog-inner-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--smoke-color);
}
.blog-inner-author .author-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
}
.blog-inner-author .author-degi,
.blog-inner-author .blog-date {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 400;
}

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

.share-links {
  margin: 50px 0 0px 0;
  padding: 50px 0px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.share-links .row {
  align-items: center;
}
.share-links .tagcloud {
  display: inline-block;
}
.share-links .tagcloud a {
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-weight: 400;
}
.share-links .tagcloud a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.share-links .social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-links .social-links li {
  display: inline-block;
  margin-right: 4px;
}
.share-links .social-links li:last-child {
  margin-right: 0;
}
.share-links .social-links a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: var(--body-color);
  text-align: center;
  display: block;
  background-color: var(--smoke-color);
  border-radius: 50%;
}
.share-links .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

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

.blog-single {
  margin-bottom: 60px;
  padding: 0px 40px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}
.blog-single .blog-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-single .blog-inner-author {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.blog-single .blog-content {
  padding: 0;
  position: relative;
}
.blog-single .blog-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.blog-single .blog-date {
  color: var(--body-color);
}
.blog-single .blog-date i {
  margin-right: 4px;
}
.blog-single .blog-date:hover {
  color: var(--theme-color);
}
.blog-single .blog-bottom {
  margin-top: 40px;
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
}
.blog-single .blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-single .blog-meta li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.blog-single .blog-meta li::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: var(--title-color);
  opacity: 0.5;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-single .blog-meta li:first-child::before {
  content: none;
}
.blog-single .play-btn {
  position: absolute;
  top: 10%;
  right: 10%;
}
.blog-single .play-btn i {
  color: var(--white-color);
}

.blog-style2 {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--smoke-color);
  padding: 30px 24px;
}
.blog-style2 .blog-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: var(--smoke-color);
}
.blog-style2 .blog-inner-author {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.blog-style2 .blog-inner-author .author-name {
  font-size: 16px;
}
.blog-style2 .blog-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.blog-style2 .blog-date {
  color: var(--body-color);
}
.blog-style2 .blog-date i {
  margin-right: 5px;
}
.blog-style2 .blog-date:hover {
  color: var(--theme-color);
}
.blog-style2 .blog-bottom {
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
}
.blog-style2 .vs-btn {
  padding: 16px 20px;
  font-size: 14px;
}

.blog-style3 {
  border: none;
  box-shadow: 0px 0px 15px rgba(255, 104, 26, 0.15);
  padding: 30px 24px;
  border-radius: 10px;
}
.blog-style3 .blog-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.blog-style3 .blog-img img {
  transition: 0.5s ease-in-out;
}
.blog-style3 .blog-title {
  font-size: 24px;
  margin-bottom: 2px;
}
.blog-style3 .blog-text {
  margin-bottom: 15px;
}
.blog-style3 .vs-btn {
  padding: 16px 20px;
  font-size: 14px;
  margin-left: 4px;
}
.blog-style3 .vs-btn i {
  margin-left: 4px;
}
.blog-style3 .blog-bottom {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-style3 .blog-date {
  margin-right: 4px;
}
.blog-style3 .blog-date i {
  margin-right: 4px;
}
.blog-style3:hover .blog-img img {
  transform: scale(1.1);
}

.blog-style4 {
  display: flex;
  align-items: center;
}
.blog-style4 .blog-image {
  position: relative;
  border-radius: 10px;
}
.blog-style4 .blog-image img {
  border-radius: 10px;
}
.blog-style4 .category-tag a {
  background-color: var(--white-color);
  color: var(--theme-color);
  padding: 18px 44px 16px;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 80px;
}
.blog-style4 .category-tag a i {
  margin-right: 4px;
}
.blog-style4 .blog-content {
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  position: relative;
  margin-left: -100px;
  padding: 40px;
  max-width: 615px;
  border-radius: 10px;
}
.blog-style4 .blog-text {
  font-size: 16px;
  max-width: 475px;
}
.blog-style4 .blog-date {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  background-color: unset;
  padding: 0;
}
.blog-style4 .blog-date i {
  margin-right: 4px;
}
.blog-style4:nth-child(odd) {
  margin: 60px 0 30px 0;
}
.blog-style4:nth-child(odd) .blog-image {
  order: 2;
}
.blog-style4:nth-child(odd) .category-tag a {
  right: 0;
  left: unset;
  border-radius: 10px 0 0 10px;
}
.blog-style4:nth-child(odd) .blog-content {
  margin-right: -100px;
  margin-left: unset;
  z-index: 2;
}

.blog-wrapper .vs-carousel {
  margin-top: -10px;
}
.blog-wrapper .blog-style3 {
  margin-top: 10px;
}

.blog-wrapper1 .title-area {
  padding-top: 50px;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-style4 .blog-date {
    font-size: 16px;
  }
  .blog-style4 .blog-title {
    font-size: 20px;
  }
  .share-links-title {
    font-size: 16px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10px;
  }
  .share-links .social-links a {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .blog-single .blog-meta li:last-child {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-style3 {
    padding: 30px 15px;
  }
  .blog-style3 .blog-date {
    font-size: 14px;
  }
  .blog-style3 .vs-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
  .blog-style4 {
    display: block;
  }
  .blog-style4 .blog-content {
    margin: 30px 0 0 0;
    max-width: 100%;
  }
  .blog-wrapper1 .title-area {
    padding-top: 0px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-inner-author {
    min-height: unset;
    padding: 15px 13px 15px 75px;
  }
  .blog-inner-author .author-name {
    font-size: 14px;
  }
  .blog-inner-author .author-degi {
    font-size: 10px;
  }
  .blog-inner-author img {
    width: 50px;
    height: 50px;
    left: 15px;
  }
  .blog-single {
    padding: 20px;
    margin-bottom: 30px;
  }
  .blog-single .blog-title {
    font-size: 18px;
    line-height: 1.6;
  }
  .blog-single .blog-img .blog-date {
    right: 15px;
    top: 15px;
    font-size: 14px;
    padding: 12px 15px;
  }
  .blog-single .blog-inner-author {
    bottom: 0;
  }
  .blog-single .blog-content {
    margin-top: 20px;
  }
  .blog-single .play-btn {
    --icon-size: 60px;
    --icon-font-size: 18px;
  }
  .blog-single .blog-meta li {
    display: none;
  }
  .blog-single .blog-meta li:first-child {
    display: inline-block;
  }
  .blog-single .blog-meta span,
  .blog-single .blog-meta a {
    font-size: 13px;
  }
  .blog-single .vs-btn {
    font-size: 13px;
    padding: 12px 10px;
  }
  .blog-single .blog-bottom {
    margin-top: 0;
    padding-top: 20px;
  }
  .vs-blockquote {
    padding: 24px 20px 24px 24px;
  }
  .blog-style4 {
    display: block;
  }
  .blog-style4 .blog-content {
    padding: 20px 15px;
    margin: 0;
  }
  .blog-style4 .tips-tag {
    padding: 10px 24px 8px;
  }
  .blog-style4 .blog-title a {
    font-size: 24px;
  }
  .blog-style4 .blog-date {
    font-size: 16px;
  }
  .blog-style4 .category-tag a {
    padding: 10px 20px 8px;
  }
  .blog-style2 .blog-img {
    margin-bottom: 20px;
  }
  .blog-style2 .blog-inner-author {
    bottom: 0;
  }
  .blog-style2 .blog-inner-author .author-name {
    font-size: 14px;
  }
  .blog-style2 .vs-btn {
    padding: 12px 14px;
    font-size: 13px;
  }
  .blog-style2 .blog-date {
    font-size: 14px;
  }
  .blog-style2 .blog-title {
    font-size: 20px;
  }
  .share-links-title {
    margin-bottom: 10px;
  }
  .vs-blog-details .blog-single {
    padding: 0;
    box-shadow: none;
  }
  .post-pagi-box .pagi-title {
    font-size: 14px;
  }
  .blog-inner-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .share-links {
    padding: 30px 0;
  }
}
/*------------------- 4.6. Comments  -------------------*/
.vs-comments-wrap ul.comment-list,
.vs-comments-wrap .children {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap .children {
  margin-left: 70px;
}
.vs-comments-wrap .vs-post-comment {
  position: relative;
  display: flex;
  padding: 30px 30px;
  margin: 30px 0 30px 0;
  background-color: var(--smoke-color);
}
.vs-comments-wrap .vs-post-comment p {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  margin-right: 25px;
  overflow: hidden;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  position: relative;
}
.vs-comments-wrap .comment-date {
  font-size: 14px;
}
.vs-comments-wrap .commented-on {
  font-size: 14px;
  color: var(--title-color);
}
.vs-comments-wrap .commented-on i {
  margin-right: 4px;
  color: var(--theme-color);
}
.vs-comments-wrap .name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 0;
  top: 0;
}
.vs-comments-wrap .replay-btn {
  font-weight: 700;
  margin-left: 4px;
  background-color: #fff;
  border-radius: 25px;
  padding: 6px 12px;
  font-size: 14px;
}
.vs-comments-wrap .replay-btn i {
  font-size: 12px;
  margin-left: 2px;
}

.vs-comment-form {
  margin-top: 58px;
}
.vs-comment-form .form-group {
  border: none;
}
.vs-comment-form .form-control {
  background-color: var(--smoke-color);
  color: var(--title-color);
}
.vs-comment-form .form-control::placeholder {
  color: var(--title-color);
}
.vs-comment-form .custom-checkbox {
  margin-bottom: 30px;
  margin-top: 30px;
}
.vs-comment-form .custom-checkbox label {
  font-weight: 400;
}
.vs-comment-form .notice {
  margin-top: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .vs-post-comment {
    padding: 20px 15px;
    display: block;
  }
  .vs-comments-wrap .comment-content {
    margin-top: 20px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    margin-top: 10px;
  }
  .vs-comments-wrap .children {
    margin-left: 0;
  }
  .vs-comment-form {
    margin-top: 30px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.hero-mask {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-subtitle {
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--body-font);
}

.hero-title {
  font-size: 54px;
  font-weight: 700;
  font-family: var(--body-font);
}

.hero-text {
  max-width: 521px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
}

.hero-layout,
.hero-layout1,
.hero-layout2,
.hero-layout4 {
  position: relative;
}
.hero-layout .form-group > i,
.hero-layout1 .form-group > i,
.hero-layout2 .form-group > i,
.hero-layout4 .form-group > i {
  right: unset;
  left: 20px;
  top: 23px;
  color: var(--body-color);
}
.hero-layout .form-group select,
.hero-layout .form-group input,
.hero-layout1 .form-group select,
.hero-layout1 .form-group input,
.hero-layout2 .form-group select,
.hero-layout2 .form-group input,
.hero-layout4 .form-group select,
.hero-layout4 .form-group input {
  padding-left: 45px;
}

.hero-layout .form-group > i,
.hero-layout2 .form-group > i,
.hero-layout4 .form-group > i {
  top: 17px;
}
.hero-layout .hero-bottom .radioselect,
.hero-layout .hero-bottom .form-control,
.hero-layout .hero-bottom .form-select,
.hero-layout .hero-bottom textarea,
.hero-layout .hero-bottom input,
.hero-layout2 .hero-bottom .radioselect,
.hero-layout2 .hero-bottom .form-control,
.hero-layout2 .hero-bottom .form-select,
.hero-layout2 .hero-bottom textarea,
.hero-layout2 .hero-bottom input,
.hero-layout4 .hero-bottom .radioselect,
.hero-layout4 .hero-bottom .form-control,
.hero-layout4 .hero-bottom .form-select,
.hero-layout4 .hero-bottom textarea,
.hero-layout4 .hero-bottom input {
  height: 47px;
}

.hero-layout {
  position: relative;
}
.hero-layout .hero-img {
  position: relative;
}
.hero-layout .hero-img img {
  border-radius: 340px;
  background-color: var(--white-color);
  border: 20px solid var(--white-color);
}
.hero-layout .hero-img .img2 {
  width: 65%;
  position: absolute;
  top: 60%;
  right: -25%;
  transform: translateY(-50%);
}
.hero-layout .hero-bottom {
  margin-bottom: -150px;
  margin-top: 100px;
}
.hero-layout .hero-bottom .radioselect,
.hero-layout .hero-bottom .form-control,
.hero-layout .hero-bottom .form-select,
.hero-layout .hero-bottom textarea,
.hero-layout .hero-bottom input {
  height: 47px;
}
.hero-layout .hero-form {
  background-color: var(--white-color);
  padding: 30px 30px 0px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 15px rgba(255, 104, 26, 0.1);
}
.hero-layout .hero-form .vs-btn {
  width: 100%;
}
.hero-layout .slide-count {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-layout .slide-count .tab-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  background-color: var(--white-color);
  border: none;
  margin-bottom: 20px;
  color: var(--theme-color);
  position: relative;
  font-size: 20px;
  font-weight: 800;
  font-family: var(--body-font);
}
.hero-layout .slide-count .tab-btn:last-child {
  margin-bottom: 0;
}
.hero-layout .slide-count .tab-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.hero-layout .slide-count .active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.hero-layout .slide-count::before {
  content: "";
  width: 4px;
  height: 90%;
  background-color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-layout1 {
  margin-top: -100px;
}
.hero-layout1 .hero-mask {
  padding-top: 200px;
  position: relative;
}
.hero-layout1 .hero-title,
.hero-layout1 .hero-text {
  color: var(--white-color);
}
.hero-layout1 .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.hero-layout1 .icon-btn:first-child {
  left: 12%;
}
.hero-layout1 .icon-btn:last-child {
  left: unset;
  right: 12%;
}

.hero-form2 {
  padding: 60px 40px;
  max-width: 490px;
  border-radius: 15px;
  position: relative;
  background-color: var(--white-color);
  margin-left: auto;
}
.hero-form2 .h3 {
  margin-bottom: 5px;
}
.hero-form2 .shape-mockup {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-layout2 {
  position: relative;
}
.hero-layout2 .hero-mask {
  padding-bottom: 160px;
}
.hero-layout2 .hero-title,
.hero-layout2 .hero-text {
  color: var(--white-color);
}
.hero-layout2 .hero-img .shape-mokup {
  width: 40%;
  position: absolute;
  right: -9.5%;
  bottom: 0%;
  transform: rotateZ(45deg);
  z-index: 0;
}
.hero-layout2 .hero-img .img1 {
  position: relative;
  z-index: 1;
}
.hero-layout2 .hero-bottom {
  margin-top: -65px;
}
.hero-layout2 .hero-form {
  background-color: var(--white-color);
  padding: 30px 30px 0px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 4px 15px rgba(255, 104, 26, 0.1);
}
.hero-layout2 .hero-form .vs-btn {
  width: 100%;
}
.hero-layout2 .icon-btn {
  display: block;
  margin: 0;
  position: absolute;
  left: 12%;
  top: 38.5%;
  transform: translateY(-50%);
}
.hero-layout2 .icon-btn:last-child {
  top: 50%;
}

@media (min-width: 1920px) {
  .hero-layout2 .hero-img .shape-mokup {
    right: -4.5%;
    transform: rotateZ(23deg);
    height: 65%;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .hero-layout2 .icon-btn {
    left: 3%;
  }
  .hero-layout .slide-count {
    left: 4%;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 3%;
  }
  .hero-layout1 .icon-btn:last-child {
    right: 3%;
  }
  .hero-title {
    font-size: 64px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .hero-layout .hero-img .img2 {
    right: 0%;
    width: 50%;
  }
  .hero-layout .hero-img .img1 {
    width: 70%;
  }
  .hero-layout .slide-count {
    margin-top: 60px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-layout .slide-count::before {
    height: 4px;
    width: 90%;
  }
  .hero-layout .slide-count .tab-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .hero-layout .slide-count .tab-btn:last-child {
    margin-right: 0;
  }
  .hero-layout .hero-mask {
    padding-bottom: 80px;
  }
  .hero-layout .hero-bottom {
    margin-top: 70px;
  }
  .hero-layout2 .icon-btn {
    left: 50%;
    top: unset;
    bottom: 150px;
    transform: translateX(-50%) rotate(-90deg);
  }
  .hero-layout2 .icon-btn:first-child {
    left: 45%;
  }
  .hero-layout2 .icon-btn:last-child {
    left: 55%;
    top: unset;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 2%;
  }
  .hero-layout1 .icon-btn:last-child {
    right: 2%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 46px;
  }
  .hero-text {
    font-size: 16px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
  .hero-content {
    text-align: center;
  }
  .hero-layout2 .hero-content {
    text-align: start;
  }
  .hero-layout2 .hero-mask {
    padding-bottom: 170px;
  }
  .hero-layout .hero-img .img2 {
    right: -5%;
  }
  .hero-layout .slide-count {
    margin-top: 60px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-layout .slide-count::before {
    height: 4px;
    width: 90%;
  }
  .hero-layout .slide-count .tab-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .hero-layout .slide-count .tab-btn:last-child {
    margin-right: 0;
  }
  .hero-layout .hero-bottom {
    margin-top: 50px;
  }
  .hero-form2 {
    margin-top: 30px;
    max-width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 42px;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-layout .hero-img {
    margin-top: 30px;
  }
  .hero-layout .hero-img .img1 {
    width: 60%;
  }
  .hero-layout .hero-img .img2 {
    width: 50%;
    top: 50%;
    right: 0;
  }
  .hero-layout .hero-bottom {
    margin-bottom: 0;
  }
  .hero-layout .hero-form {
    padding: 20px 15px;
  }
  .hero-layout2 .hero-img {
    text-align: center;
  }
  .hero-layout2 .icon-btn {
    bottom: 225px;
  }
  .hero-layout1 .hero-mask {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .hero-layout1 .icon-btn {
    top: unset;
    bottom: 40px;
    transform: translateY(unset);
  }
  .hero-layout1 .icon-btn:first-child {
    left: 45%;
    transform: translateX(-50%);
  }
  .hero-layout1 .icon-btn:last-child {
    right: unset;
    left: 55%;
    transform: translateX(-50%);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-layout .hero-mask {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-layout .hero-img img {
    border: 5px solid var(--white-color);
  }
  .hero-layout .slide-count .tab-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .hero-layout1 {
    margin-top: 0;
  }
  .hero-layout1 .hero-mask {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .hero-layout1 .hero-form2 {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 45%;
  }
  .hero-layout1 .icon-btn:last-child {
    left: 55%;
  }
  .hero-layout2 .icon-btn:first-child {
    left: 40%;
  }
  .hero-layout2 .icon-btn:last-child {
    left: 55%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-layout2 .icon-btn {
    bottom: 350px;
  }
  .hero-layout2 .icon-btn:first-child {
    left: 36%;
  }
  .hero-layout2 .icon-btn:last-child {
    left: 60%;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 36%;
  }
  .hero-layout1 .icon-btn:last-child {
    left: 60%;
  }
}
/*------------------- 4.7. Simple Sections  -------------------*/
.social-box {
  padding: 80px 100px;
  position: relative;
  z-index: 1;
}
.social-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}
.social-box__title {
  color: var(--white-color);
  margin: -0.2em 0 10px 0;
  font-size: 34px;
}

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

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

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

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .social-box {
    padding: 60px 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .social-box {
    padding: 40px 40px;
  }
  .social-box__title {
    font-size: 26px;
  }
  .award-wrap1 {
    padding: 80px 20px 10px 20px;
  }
  .award-wrap-title {
    max-width: 740px;
  }
  .award-style1 {
    padding: 30px 20px 30px 20px;
  }
  .award-style1 .award-text {
    font-size: 14px;
  }
  .award-style1 .award-img {
    min-height: 100px;
    line-height: 100px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .social-box::before {
    width: 100%;
  }
  .award-wrap-title {
    max-width: 520px;
    padding: 21px 20px;
    margin-bottom: -30px;
  }
  .award-wrap1 {
    padding: 70px 20px 10px 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .social-box {
    padding: 40px 20px;
  }
  .info-social a,
  .social-box a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
  }
}
/*------------------- 4.8. Error  -------------------*/
.error-content {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

.error-img {
  margin-top: 60px;
}

.error-title {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 18px 0;
}

.error-text {
  margin: 0 0 30px 0;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .vs-error-wrapper {
    padding: var(--section-space) 0 var(--section-space) 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    font-size: 48px;
  }
  .vs-error-wrapper {
    padding: var(--section-space-mobile) 0 var(--section-space-mobile) 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-title {
    font-size: 36px;
  }
  .text-theme {
    font-size: 20px;
  }
  .search-inline input {
    padding-left: 30px;
  }
}
/*------------------- 4.9. Packages  -------------------*/
.package-review i {
  color: var(--theme-color2);
  font-size: 14px;
}

.package-meta a {
  margin-right: 20px;
  position: relative;
}
.package-meta a i {
  margin-right: 4px;
}
.package-meta a::before {
  content: "";
  width: 1px;
  height: 70%;
  opacity: 0.7;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.package-meta a:last-child {
  margin-right: 0;
}
.package-meta a:last-child::before {
  display: none;
}
.package-meta a.price {
  color: var(--success-color);
  font-size: large;
  font-weight: 500;
}
.package-meta a.tariff-conditions {
  font-size: smaller;
}

.package-price {
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
}

.package-style1,
.package-style3 {
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all ease 0.4s;
}
.package-style1 .package-img,
.package-style3 .package-img {
  overflow: hidden;
}
.package-style1 .package-img img,
.package-style3 .package-img img {
  transition: 0.5s;
}
.package-style1 .package-content,
.package-style3 .package-content {
  padding: 25px 30px 30px;
}
.package-style1 .package-title,
.package-style3 .package-title {
  font-size: 20px;
  font-weight: 600;
  margin: 3px 0;
}
.package-style1 .package-title a,
.package-style3 .package-title a {
  color: var(--body-color);
}
.package-style1 .package-title a:hover,
.package-style3 .package-title a:hover {
  color: var(--theme-color);
}
.package-style1 .package-text,
.package-style3 .package-text {
  margin-bottom: 10px;
}
.package-style1 .package-meta,
.package-style3 .package-meta {
  border-top: 1px solid var(--border-color);
  padding-top: 12px;
}
.package-style1 .package-footer,
.package-style3 .package-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.package-style1 .vs-btn,
.package-style3 .vs-btn {
  padding: 10px 15px;
  font-size: 14px;
}
.package-style1:hover,
.package-style3:hover {
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
  transition: all ease 0.4s;
}
.package-style1:hover .package-img img,
.package-style3:hover .package-img img {
  transform: scale(1.1);
}
.package-style1:hover .package-price,
.package-style3:hover .package-price {
  color: var(--theme-color);
}

.package-review2 i {
  color: var(--theme-color);
}

/*------------------- 4.10. Cities  -------------------*/
.gallery-image {
  border-radius: 10px;
  margin-bottom: 30px;
}

.gallery-video {
  position: relative;
  margin-bottom: 30px;
}
.gallery-video img {
  border-radius: 10px;
}
.gallery-video .gallery-btn {
  padding: 10px 20px;
  border-radius: 35px;
  box-shadow: 0px 0px 15px 0px rgba(255, 104, 26, 0.15);
  background-color: var(--white-color);
  position: absolute;
  top: 10%;
  left: -55px;
}
.gallery-video .gallery-btn span {
  font-size: 20px;
  font-weight: 600;
}
.gallery-video .gallery-btn .play-btn {
  margin-left: 20px;
}
.gallery-video .gallery-btn .play-btn::before, .gallery-video .gallery-btn .play-btn::after {
  background-color: var(--border-color);
}
.gallery-video .gallery-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 1em);
}
.gallery-video .gallery-btn .play-btn:hover::before, .gallery-video .gallery-btn .play-btn:hover::after {
  background-color: var(--theme-color2);
}
.gallery-video .gallery-btn .play-btn:hover > i {
  background-color: var(--theme-color2);
}

.gallery-style1 .title-area {
  max-width: 500px;
  margin-left: 0;
}

.gallery-style-2 {
  max-width: 1012px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.gallery-style-2 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery-style-2 .play-btn > i {
  color: var(--white-color);
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
  background-color: rgba(255, 104, 26, 0.8);
}
.gallery-style-2 .play-btn:after, .gallery-style-2 .play-btn:before {
  background-color: rgba(255, 104, 26, 0.8);
}
.gallery-style-2 .play-btn:hover > i {
  background-color: rgba(55, 212, 217, 0.8);
}
.gallery-style-2 .play-btn:hover:after, .gallery-style-2 .play-btn:hover:before {
  background-color: rgba(55, 212, 217, 0.8);
}

.gallery2 {
  position: relative;
}
.gallery2 .shadow-color {
  bottom: 0;
}

.shadow-color {
  width: 100%;
  height: 30%;
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.gallery3 {
  position: relative;
}
.gallery3::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.gallery3 .sec-subtitle {
  color: var(--theme-color2);
}
.gallery3 .sec-title,
.gallery3 .sec-text {
  color: var(--white-color);
}

.gallery-style4 .gallery-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-style4 .title-area {
  margin-bottom: 30px;
}
.gallery-style4 .vs-btn {
  margin-top: 30px;
}
.gallery-style4 .gallery-text {
  --theme-color: #37d4d9;
  max-width: 595px;
  width: 100%;
  background-color: var(--white-color);
  padding: 60px 60px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.gallery-style4 .gallery-img {
  margin-left: -300px;
  margin-right: -100px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-style4 .gallery-img img {
  transition: 0.5s ease-in-out;
}
.gallery-style4 .gallery-img:hover img {
  transform: scale(1.1);
}
.gallery-style4 .play-btn {
  position: absolute;
  top: 50%;
  right: 36%;
  transform: translateY(-50%);
}
.gallery-style4 .play-btn > i {
  color: var(--white-color);
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
}
.gallery-style4 .vs-btn.style3 {
  --theme-color: #ff681a;
}

.gallery-img5 {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-img5 .gallery-content {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(90deg);
  transform-origin: left top;
  transition: 0.5s ease-in-out;
}
.gallery-img5 .gallery-content i {
  font-size: 24px;
  color: var(--body-color);
  transition: 0.5s ease-in-out;
}
.gallery-img5 .gallery-content i:hover {
  color: var(--theme-color);
}
.gallery-img5 img {
  transition: 0.5s ease-in-out;
}
.gallery-img5:hover img {
  transform: scale(1.1);
}
.gallery-img5:hover .gallery-content {
  transform: rotateY(0deg);
}

.gallery-mesonary .gallery-img5 {
  margin-bottom: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .gallery-style4 .gallery-img {
    margin-right: 0;
  }
  .gallery-style4 .play-btn {
    right: 25%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gallery-video .gallery-btn {
    left: 0;
    border-radius: 0px 35px 35px 0;
  }
  .gallery-style4 .gallery-text {
    padding: 40px;
    max-width: 460px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gallery-style4 .gallery-content {
    display: block;
  }
  .gallery-style4 .gallery-img {
    margin-left: 0;
    margin-top: 30px;
  }
  .gallery-style4 .gallery-text {
    padding: 60px 30px;
    max-width: 100%;
    text-align: center;
  }
  .gallery-style4 .play-btn {
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .gallery-style4 .play-btn > i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 40px;
  }
  .gallery-style1 .title-area {
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .gallery-style4 .play-btn {
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .gallery-style4 .play-btn > i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
  .gallery-style4 .gallery-text {
    padding: 30px 15px;
  }
}
/*------------------- 4.11. Features  -------------------*/
.features-style1,
.features-style3 {
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  transition: 0.5s ease-in-out;
  border: 1px solid var(--border-color);
  background-color: var(--theme-color);
}
.features-style1 .features-bg,
.features-style3 .features-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.features-style1 .features-image,
.features-style3 .features-image {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.features-style1 .features-image img,
.features-style3 .features-image img {
  width: 40px;
}
.features-style1 .features-image::before, .features-style1 .features-image::after,
.features-style3 .features-image::before,
.features-style3 .features-image::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--theme-color2);
  position: absolute;
}
.features-style1 .features-image::before,
.features-style3 .features-image::before {
  left: 10px;
  top: 0;
}
.features-style1 .features-image::after,
.features-style3 .features-image::after {
  right: 10px;
  bottom: 0;
}
.features-style1 .features-content,
.features-style3 .features-content {
  z-index: 1;
}
.features-style1 .features-title,
.features-style1 .features-text,
.features-style3 .features-title,
.features-style3 .features-text {
  color: var(--white-color);
}
.features-style1 .features-title,
.features-style3 .features-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: 0.5s ease-in-out;
}
.features-style1 .features-text,
.features-style3 .features-text {
  transition: 0.5s ease-in-out;
}
.features-style1:hover,
.features-style3:hover {
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}
.features-style1:hover .features-image,
.features-style3:hover .features-image {
  background-color: var(--white-color);
}
.features-style1:hover .features-image::before, .features-style1:hover .features-image::after,
.features-style3:hover .features-image::before,
.features-style3:hover .features-image::after {
  background-color: var(--theme-color);
}

.features-style2 {
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  text-align: center;
  transition: 0.5s ease-in;
  background-color: var(--theme-color);
}
.features-style2 .features-image {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.features-style2 .features-image img {
  width: 40px;
  transition: 0.5s ease-in-out;
}
.features-style2 .features-content {
  z-index: 1;
}
.features-style2 .features-title,
.features-style2 .features-text {
  color: var(--white-color);
  transition: 0.5s ease-in-out;
}
.features-style2 .features-title {
  font-size: 20px;
  font-weight: 600;
}
.features-style2:hover {
  background-color: var(--theme-color2);
}
.features-style2:hover .features-image {
  background-color: var(--white-color);
}
.features-style2:hover .features-image img {
  transform: rotateY(180deg) scale(1.2);
}
.features-style2:hover .features-title,
.features-style2:hover p {
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .features-style1,
  .features-style2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*------------------- 4.12. Offers  -------------------*/
.offer-style1 {
  overflow: hidden;
}

.img-1-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
}

.img-box2 {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.img-box2::before {
  content: "";
  width: 77%;
  height: 77%;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.img-box2 .img1 {
  width: 240px;
  height: 240px;
  padding: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  position: relative;
  z-index: 2;
}
.img-box2 .spinner-style1 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: spin 20s linear infinite;
}
.img-box2 .spinner-style1::before, .img-box2 .spinner-style1::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  position: absolute;
}
.img-box2 .spinner-style1::before {
  left: 0;
  top: 24%;
}
.img-box2 .spinner-style1::after {
  right: 0;
  bottom: 24%;
}
.img-box2 .img-1-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .img-1-2 {
    display: none;
  }
  .img-box2 {
    width: 400px;
    height: 400px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .img-box2 {
    width: 360px;
    height: 360px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .img-box2 {
    width: 300px;
    height: 300px;
  }
  .img-box2::before {
    width: 75%;
    height: 75%;
  }
  .img-box2 .img1 {
    width: 150px;
    height: 150px;
    padding: 25px;
  }
  .img-box2 .spinner-style1::before, .img-box2 .spinner-style1::after {
    width: 25px;
    height: 25px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .img-box2 {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .img-box2::before {
    width: 75%;
    height: 75%;
  }
  .img-box2 .img1 {
    width: 100px;
    height: 100px;
    padding: 15px;
  }
  .img-box2 .spinner-style1::before, .img-box2 .spinner-style1::after {
    width: 25px;
    height: 25px;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*------------------- 4.12. Testimonials  -------------------*/
.testimonial-style1 .title-area .vs-btn {
  margin-top: 10px;
}
.testimonial-style1 .sec-subtitle {
  color: var(--theme-color2);
}
.testimonial-style1 .sec-title,
.testimonial-style1 .sec-text {
  color: var(--white-color);
}

.testimonial-slider2 {
  max-width: 908px;
}

.testimonial-style2 .sec-subtitle {
  color: var(--theme-color2);
}
.testimonial-style2 .sec-title {
  color: var(--white-color);
}

.testi-style2 {
  text-align: center;
}
.testi-style2 .testi-body {
  background-color: var(--white-color);
  padding: 24px 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.testi-style2 .testi-rating i {
  color: var(--theme-color2);
}
.testi-style2 .testi-degi {
  font-size: 14px;
  color: var(--white-color);
}
.testi-style2 .testi-name {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2px;
}
.testi-style2 .testi-avater {
  margin-top: 12px;
}
.testi-style2 .testi-avater img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testi-style1 {
  text-align: center;
  width: 605px;
  height: 605px;
  padding: 0 100px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  position: relative;
}
.testi-style1 .testi-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline-offset: 15px;
  outline: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
  transform: rotate(45deg) scale(0.91);
}
.testi-style1 .testi-shape img {
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.testi-style1 .vs-carousel {
  position: relative;
  z-index: 1;
}
.testi-style1 .testi-quote {
  margin: 0 auto 24px;
}
.testi-style1 .testi-rating {
  margin-bottom: 24px;
}
.testi-style1 .testi-rating i {
  color: var(--white-color);
}
.testi-style1 .testi-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--white-color);
}
.testi-style1 .testi-avater {
  margin-bottom: 15px;
}
.testi-style1 .testi-avater img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.testi-style1 .testi-name {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 5px;
}
.testi-style1 .testi-degi {
  font-size: 14px;
  color: var(--white-color);
}
.testi-style1 .testi-avaters img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testi-style1 .testi-avaters .tab-btn {
  position: absolute;
  padding: 0;
  display: inline-block;
  background-color: var(--theme-color);
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  border: 5px solid var(--theme-color);
}
.testi-style1 .testi-avaters .tab-btn:nth-child(1) {
  top: 10%;
  left: 5%;
}
.testi-style1 .testi-avaters .tab-btn:nth-child(2) {
  top: 10%;
  right: 5%;
}
.testi-style1 .testi-avaters .tab-btn:nth-child(3) {
  bottom: 10%;
  right: 5%;
}
.testi-style1 .testi-avaters .tab-btn:nth-child(4) {
  bottom: 10%;
  left: 5%;
}
.testi-style1 .testi-avaters .tab-btn:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.testi-style1 .testi-avaters .active {
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-style1 {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1500px) {
  .testi-style1 {
    width: 480px;
    height: 480px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .testi-style1 .testi-avater img {
    width: 80px;
    height: 80px;
  }
  .testi-style1 .testi-text {
    font-size: 18px;
  }
  .testi-style1 .testi-quote {
    width: 50px;
    margin: 0 auto 20px;
  }
  .testi-style1 .testi-avaters .tab-btn {
    width: 80px;
    height: 80px;
  }
  .testi-style1 .testi-avaters .tab-btn img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1399px) {
  .testi-style1 .testi-avater .tab-btn {
    max-width: 90px;
    max-height: 90px;
  }
  .testi-style1 .testi-text {
    margin-bottom: 20px;
  }
  .testi-style1 .testi-rating {
    margin-bottom: 15px;
  }
  .testi-style1 .testi-avater .tab-btn:nth-child(3) {
    top: 0.5%;
    right: 14%;
  }
  .testi-style1 .testi-avater .tab-btn:nth-child(5) {
    top: 30%;
    right: -7%;
  }
  .testi-style1 .testi-text {
    font-size: 18px;
  }
  .testi-style1 .testi-name {
    font-size: 20px;
  }
  .testi-style1 .testi-degi {
    margin: 0 0 10px 0;
  }
  .testi-style1 .testi-shape:after,
  .testi-style1 .testi-shape::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .testi-style2 .testi-text {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .testi-style2 .testi-name {
    font-size: 22px;
    margin: 0 0 4px 0;
  }
  .testi-style2 .testi-degi {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .testi-style1 .testi-shape {
    width: 95%;
    height: 95%;
  }
}
@media (max-width: 767px) {
  .testi-style1 {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: var(--theme-color);
    padding: 40px 15px 40px 15px;
  }
  .testi-style1 .testi-shape {
    display: none;
  }
  .testi-style1 .testi-quote {
    margin: 0 auto 15px;
  }
  .testi-style1 .testi-quote img {
    max-width: 50px;
  }
  .testi-style1 .testi-text {
    font-size: 16px;
    line-height: 29px;
  }
  .testi-style1 .testi-author {
    font-size: 22px;
  }
  .testi-style1 .testi-avaters {
    max-width: 50px;
    max-height: 50px;
  }
  .testi-style1 .testi-avaters img {
    width: 50px;
    height: 50px;
  }
  .testi-style1 .testi-avaters .tab-btn:nth-child(1) {
    top: 5%;
  }
  .testi-style1 .testi-avaters .tab-btn:nth-child(2) {
    top: 5%;
    right: 2%;
  }
  .testi-style1 .testi-avaters .tab-btn:nth-child(3) {
    bottom: 13%;
    right: 2%;
  }
  .testi-style1 .testi-avaters .tab-btn:nth-child(4) {
    bottom: 13%;
    left: 2%;
  }
}
/*------------------- 4.13. Destinations  -------------------*/
.destination-style1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.destination-style1 img {
  transition: 0.5s ease-in-out;
}
.destination-style1 .destination-price {
  font-size: 30px;
  font-weight: 700;
  padding: 15px 30px 15px;
  border-radius: 0 0 10px 10px;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
}
.destination-style1 .destination-info {
  transition: 0.5s ease-in-out;
  background-color: rgba(28, 28, 28, 0.8);
  padding: 25px 30px 10px;
  max-width: 297px;
  width: 100%;
  border-radius: 0 10px 10px 0px;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.destination-style1 .destination-name {
  margin-bottom: 5px;
}
.destination-style1 .destination-name a {
  color: var(--white-color);
}
.destination-style1 .destination-text {
  color: var(--white-color);
}
.destination-style1:hover img {
  transform: scale(1.1);
}
.destination-style1:hover .destination-price {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.destination-style1:hover .destination-info {
  background-color: var(--theme-color);
}

.destination-details .ds-title:first-child {
  margin-bottom: 33px;
  margin-top: -10px;
}
.destination-details .ds-img1 {
  border-radius: 10px;
  overflow: hidden;
}
.destination-details .img-2 {
  border-radius: 10px;
  overflow: hidden;
}
.destination-details .ds-text {
  margin-top: 15px;
}
.destination-details .vs-comment-form {
  margin-top: 30px;
}

.destinations-info {
  margin: 60px 0 50px;
  border-radius: 10px;
  background-color: var(--smoke-color);
  padding: 20px 40px 30px;
}

.destination-list {
  margin: 0;
  padding: 0;
}
.destination-list li {
  list-style: none;
  padding-top: 10px;
  padding-left: 280px;
  position: relative;
}
.destination-list li span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.destination-list li span:first-child {
  color: var(--title-color);
  font-weight: 600;
  position: absolute;
  left: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .destination-style1 .destination-info {
    max-width: 250px;
    padding: 20px 20px 5px;
  }
  .destination-style1 .destination-price {
    padding: 10px 24px;
    font-size: 24px;
  }
  .destination-list li {
    padding-left: 200px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .destination-style1 .destination-info {
    max-width: 220px;
    padding: 15px 15px 0px;
  }
  .destination-style1 .destination-price {
    padding: 10px 24px;
    font-size: 24px;
  }
  .destinations-info {
    padding: 20px 15px;
  }
  .destination-list li {
    padding-left: unset;
  }
  .destination-list li span:first-child {
    position: unset;
    display: block;
    margin-right: 10px;
  }
}
/*------------------- 4.13. Destinations  -------------------*/
.about-list1,
.about-list2 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
.about-list1 li,
.about-list2 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
}
.about-list1 li::before,
.about-list2 li::before {
  content: "";
  width: 6px;
  height: 6px;
  outline: 5px solid var(--border-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}

.about-content .title-area {
  margin: 0;
}
.about-content .vs-btn {
  margin-top: 30px;
}

.img-box3 {
  position: relative;
  padding: 0px 10px;
}
.img-box3 .img1 {
  border-radius: 10px;
}
.img-box3 .bottom-img {
  margin-top: -64px;
  display: flex;
  align-items: baseline;
}
.img-box3 .img2 {
  max-width: 280px;
  margin-top: 30px;
  border-radius: 10px;
}
.img-box3 .img3 {
  max-width: 210px;
  border-radius: 10px;
  border: 15px solid var(--theme-color2);
  margin-left: 30px;
}

.image-box1 {
  margin: 80px 0;
  position: relative;
}
.image-box1 .img1 {
  border-radius: 25% 0 25% 0;
}
.image-box1 .img2 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: var(--white-color);
  padding: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.image-box1 .media-box1,
.image-box1 .media-box2 {
  width: 260px;
  border-radius: 10px;
  outline: 15px solid var(--white-color);
  background-color: var(--theme-color);
  padding: 45px 40px 45px;
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 0;
}
.image-box1 .media-box1 .media-info,
.image-box1 .media-box2 .media-info {
  font-size: 36px;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--body-font);
  margin-bottom: 5px;
}
.image-box1 .media-box1 .media-text,
.image-box1 .media-box2 .media-text {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: var(--white-color);
}
.image-box1 .media-box1 {
  background-color: var(--theme-color);
  bottom: unset;
  right: -5px;
  top: -55px;
}
.image-box1 .media-box2 {
  background-color: var(--theme-color2);
  bottom: -55px;
  top: unset;
  right: 125px;
}

/* Large devices */
@media (max-width: 1199px) {
  .about-list1 {
    grid-template-columns: 1fr 1fr;
  }
  .img-box3 {
    margin-top: 30px;
    padding: 0;
  }
  .img-box3 .bottom-img {
    display: block;
    margin-top: 0;
  }
  .img-box3 .img3 {
    margin-top: 20px;
    margin-left: 15px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .about-list1 {
    grid-template-columns: 1fr 1fr;
  }
  .img-box3 {
    margin-top: 30px;
  }
  .img-box3 .bottom-img {
    display: block;
    margin-top: 0;
  }
  .img-box3 .img2,
  .img-box3 .img3 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .img-box3 .img3 {
    margin-left: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-list1 {
    grid-template-columns: 1fr;
  }
  .image-box1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .image-box1 .img2 {
    width: 150px;
    height: 150px;
    padding: 10px;
    top: 0;
    transform: translate(0);
  }
  .image-box1 .media-box1,
  .image-box1 .media-box2 {
    width: 45%;
    padding: 15px;
    height: fit-content;
    border: none;
    text-align: center;
    margin-top: 20px;
  }
  .image-box1 .media-box1 .media-info,
  .image-box1 .media-box2 .media-info {
    font-size: 20px;
  }
  .image-box1 .media-box1 .media-text,
  .image-box1 .media-box2 .media-text {
    font-size: 15px;
  }
  .image-box1 .media-box1 {
    position: relative;
    top: unset;
    right: unset;
    border: none;
  }
  .image-box1 .media-box2 {
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: 20px;
  }
  .img-box3 .img3 {
    margin-left: auto;
  }
}
/*------------------- 4.14. Destinations  -------------------*/
.history-steped {
  position: relative;
  padding-right: 100px;
}
.history-steped::before, .history-steped::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 60px;
  transform: translateY(-50%);
  z-index: 1;
}
.history-steped::before {
  width: 105px;
  height: 2px;
  background-color: var(--border-color);
}
.history-steped::after {
  width: 10px;
  height: 10px;
  outline: 5px solid var(--border-color);
  border-radius: 50%;
  background-color: var(--theme-color);
}
.history-steped .divider {
  height: 100%;
  width: 2px;
  background-color: var(--border-color);
  position: absolute;
  right: -1px;
  top: 30%;
  transform: translateY(-50%);
}
.history-steped .divider::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--border-color);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.history-steped:first-child .divider::before {
  content: "";
  top: 0;
}
.history-steped:last-child .divider::before {
  content: "";
  bottom: 0;
  top: unset;
}
.history-steped:nth-child(even) {
  margin-top: 80px;
  padding-left: 100px;
  padding-right: unset;
}
.history-steped:nth-child(even)::before, .history-steped:nth-child(even)::after {
  right: unset;
  left: -5px;
}
.history-steped:nth-child(even) .divider {
  top: 80%;
  left: -1px;
  right: unset;
}

.vs-history {
  --body-color: #8B919C;
  padding: 30px 40px 20px;
  position: relative;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  background-color: var(--white-color);
}
.vs-history .history-date {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  color: var(--body-color);
}
.vs-history .history-date::before, .vs-history .history-date::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.vs-history .history-date::before {
  width: 120px;
  height: 2px;
  background-color: var(--border-color);
}
.vs-history .history-date::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-color);
}
.vs-history .history-title {
  margin-bottom: 0;
}
.vs-history .header-area {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-history .history-date {
    padding-left: 15px;
  }
  .vs-history .history-date::before {
    width: 80px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .history-steped {
    padding-right: 50px;
  }
  .history-steped:nth-child(even) {
    padding-left: 50px;
    margin-top: 50px;
  }
  .history-steped::before {
    width: 55px;
  }
  .vs-history {
    padding: 25px 30px 15px;
  }
  .vs-history .history-date::before, .vs-history .history-date::after {
    display: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .history-steped {
    margin-top: 30px;
    padding: 0 15px;
  }
  .history-steped:first-child {
    margin-top: 0;
  }
  .history-steped:nth-child(even) {
    padding: 0 15px;
    margin-top: 30px;
  }
  .history-steped::before, .history-steped::after {
    display: none;
  }
  .history-steped .divider {
    display: none;
  }
  .vs-history {
    padding: 20px 20px 10px;
  }
  .vs-history .history-date::before, .vs-history .history-date::after {
    display: none;
  }
}
/*------------------- 4.15. Destinations  -------------------*/
.filter-menu1 {
  background-color: var(--smoke-color);
  margin-bottom: 60px;
}
.filter-menu1 .tab-button {
  padding: 24px 30px;
  display: inline-block;
  border: none;
  margin: 0;
  color: var(--body-color);
  background-color: var(--smoke-color);
}
.filter-menu1 .tab-button i {
  margin-right: 4px;
}
.filter-menu1 .tab-button:hover {
  color: var(--theme-color);
}
.filter-menu1 .active {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.filter-active1 {
  padding-left: 40px;
  padding-right: 40px;
}
.filter-active1 .package-style1 {
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
  background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .filter-menu1 .tab-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .filter-menu1 {
    margin-bottom: 20px;
  }
  .filter-menu1 .tab-button {
    font-size: 14px;
    padding: 10px 12px;
  }
}
/*------------------- 4.16. Tour Bookings  -------------------*/
.tour-review ul {
  margin: 0;
  padding: 0;
}
.tour-review ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.tour-review ul li i {
  color: var(--theme-color);
}

.tab-content1 .info-image {
  margin-bottom: 36px;
}
.tab-content1 .tour-review {
  margin-bottom: 5px;
}
.tab-content1 .tour-price {
  font-size: 24px;
}

.tours-active .package-style1 {
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
  transition: 0.5s ease-in-out;
}
.tours-active .package-style1:hover {
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.15);
}

.tour-plan {
  padding-left: 70px;
  position: relative;
  padding-top: 8px;
  margin-top: 26px;
}
.tour-plan .tour-card1 {
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
}
.tour-plan .tp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tour-plan .tp-list li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.tour-plan .tp-list li::before {
  content: "\f058";
  font-weight: 700;
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
}
.tour-plan .tp-list li:last-child {
  margin-bottom: 0;
}

.google-map {
  height: 710px;
}
.google-map iframe {
  height: 100%;
  width: 100%;
}

.tag-widget .vs-btn {
  font-weight: 400;
  margin-right: 10px;
}
.tag-widget .vs-btn i {
  margin-right: 4px;
}
.tag-widget .vs-btn:last-child {
  margin-right: 0;
}

.infolist {
  margin-top: 40px;
  border: none;
}
.infolist tr {
  vertical-align: baseline;
}
.infolist tr td {
  border: none;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.infolist tr td:first-child {
  font-weight: 600;
}
.infolist tr td .sub-infolist {
  border: none;
  margin: 0;
}
.infolist tr td .sub-infolist tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.infolist tr td .sub-infolist tr td {
  padding: 0 0 0 25px;
  margin-bottom: 10px;
  position: relative;
  width: 208px;
  font-weight: 400;
}
.infolist tr td .sub-infolist tr td::before {
  content: "\f058";
  font-weight: 700;
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
}
.infolist tr .info-heading {
  width: 250px;
  font-weight: 700;
}

/* fluid 5 columns */
.grid-item {
  margin-bottom: 24px;
}
.grid-item img {
  border-radius: 10px;
}

.progress-style1 {
  margin-top: 30px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  padding: 40px 30px 34px;
}
.progress-style1 .circle-progress {
  width: 150px;
  height: 150px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.progress-style1 .circle-progress .progress-value {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--title-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.progress-style1 .progress-title {
  margin: 26px 0 0 0;
}

.rating-wrap {
  border-top: 2px solid var(--border-color);
  margin-top: 60px;
  padding-top: 60px;
}
.rating-wrap .rating-text {
  font-size: 14px;
}
.rating-wrap .rating-post {
  margin-bottom: 26px;
}
.rating-wrap .vs-comment-form {
  background-color: var(--smoke-color);
  padding: 60px 30px 30px;
  border-radius: 10px;
}
.rating-wrap .vs-comment-form .form-control {
  background-color: var(--white-color);
}
.rating-wrap .review-rating {
  margin-bottom: 15px;
}
.rating-wrap .rating-select {
  margin: 0 0 15px 0;
}
.rating-wrap .blog-inner-title {
  margin-bottom: 20px;
}
.rating-wrap .vs-comment-form .custom-checkbox {
  margin-top: 20px;
}

.rating-author {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.rating-author .author-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
}
.rating-author .author-text {
  margin-bottom: 5px;
}
.rating-author .author-digi {
  font-size: 14px;
}

.review-rating {
  position: relative;
  display: flex;
  align-items: center;
}
.review-rating .rating-tilte {
  margin-right: 15px;
}
.review-rating .star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.review-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.review-rating .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--theme-color2);
  float: left;
  top: 0px;
  left: 0px;
  position: absolute;
  letter-spacing: 3px;
  font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
  .infolist tr {
    display: block;
  }
  .infolist tr .info-heading {
    width: 145px;
  }
  .infolist tr td {
    font-size: 14px;
  }
  .infolist tr td .sub-infolist tr {
    grid-template-columns: 1fr;
  }
  .infolist tr td .sub-infolist tr td {
    width: 100%;
  }
  .tour-plan {
    padding-left: 0;
    margin-top: 15px;
    padding-top: 0;
  }
  .tour-plan .tour-card1 {
    position: relative;
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
}
/*------------------- 4.17. Tour Bookings  -------------------*/
.vs-sort-bar {
  margin-bottom: 30px;
}

.woocommerce-ordering select {
  width: 200px;
  padding: 10px 20px;
  background-color: var(--smoke-color);
  border: none;
  outline: none;
  border-radius: 5px;
}

.vs-product {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
}
.vs-product .product-img {
  background-color: var(--smoke-color);
  position: relative;
  padding: 20px 20px;
}
.vs-product .product-img .action-buttons {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 20px;
  width: 100%;
  transform: translateX(-50%);
}
.vs-product .product-img .icon-btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-product .product-img .icon-btn:hover {
  background-color: var(--theme-color2);
}
.vs-product .product-img .badge {
  right: 20px;
  border-radius: 5px;
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s ease-in-out;
  background-color: var(--theme-color);
}
.vs-product .product-body {
  padding: 30px 30px;
}
.vs-product .product-body .rating-wrap {
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.vs-product .product-body .rating-wrap i {
  color: var(--theme-color2);
}
.vs-product .product-body .product-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.vs-product .product-body .vs-btn {
  margin-top: 22px;
}
.vs-product:hover .product-img .action-buttons {
  opacity: 1;
  width: 80%;
}
.vs-product:hover .product-img .badge {
  opacity: 0;
  z-index: -1;
}

.product-big-img {
  background-color: var(--smoke-color);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-thumb-slide .thumb {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--smoke-color);
  border: 1px solid transparent;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.product-thumb-slide .thumb img {
  transition: 0.5s ease-in-out;
  width: 100%;
}
.product-thumb-slide .thumb:hover {
  border-color: var(--theme-color);
}
.product-thumb-slide .thumb:hover img {
  transform: scale(1.1);
}
.product-thumb-slide .slick-current .thumb {
  border-color: var(--theme-color);
}
.product-thumb-slide .slick-current .thumb img {
  transform: scale(1.1);
}

.quantity {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.quantity .qty-btn {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white-color);
  font-size: 16px;
}
.quantity .qty-btn:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.quantity input {
  height: 50px;
  width: 50px;
  margin: 0;
  font-size: 16px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  color: var(--black-color);
  background-color: var(--smoke-color);
  border-color: transparent;
  border-radius: 0;
}

.star-rating {
  margin-right: 10px;
  font-size: 16px;
}
.star-rating i {
  color: var(--theme-color2);
}

.product-about .product-rating {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.product-about .product-rating p {
  margin: 0;
  font-size: 16px;
}
.product-about .product-title {
  margin-bottom: 5px;
}
.product-about .product-price {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color);
}
.product-about .product-text {
  font-size: 16px;
}
.product-about .product-color {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  text-transform: capitalize;
}
.product-about .varient-select {
  margin-bottom: 30px;
}
.product-about .varient-select .h6 {
  text-transform: uppercase;
  font-size: 16px;
}
.product-about .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
.product-about .actions .vs-btn {
  flex: 1;
  height: 50px;
  line-height: 22px;
  margin-left: 20px;
  margin-right: 20px;
}
.product-about .actions .icon-btn {
  border-radius: 10px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  box-shadow: none;
  color: var(--white-color);
  background-color: var(--theme-color);
}
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color2);
}

.image-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-list .varient-image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
  background-color: var(--smoke-color);
  position: relative;
}
.image-list .varient-image input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 0;
}
.image-list .varient-image input[type=radio] ~ label {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  outline-offset: 5px;
  transition: 0.5s ease-in-out;
  background-color: var(--smoke-color);
  outline: 1px solid var(--smoke-color);
}
.image-list .varient-image input[type=radio] ~ label::before {
  display: none;
}
.image-list .varient-image input[type=radio] ~ label img {
  width: 100%;
  height: 100%;
}
.image-list .varient-image input[type=radio]:checked ~ label {
  background-color: var(--theme-color);
  outline-color: var(--theme-color);
}
.image-list .varient-image input[type=radio]:hover ~ label {
  background-color: var(--theme-color);
  outline-color: var(--theme-color);
}

.product_meta {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.product_meta .meta-title {
  margin-bottom: 15px;
}
.product_meta > span {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  color: var(--title-color);
  font-weight: 700;
}
.product_meta > span > span {
  color: var(--title-color);
  padding-left: 10px;
  font-weight: 400;
}
.product_meta > span a {
  margin-right: 5px;
  font-weight: 400;
  text-transform: capitalize;
}
.product_meta > span a:first-child {
  padding-left: 10px;
}
.product_meta > span a::after {
  content: ",";
}
.product_meta > span a:last-child::after {
  display: none;
}

.tab-wrap {
  box-shadow: 13px 0px 48px 0px rgba(255, 104, 26, 0.07);
}

.product-tab1 {
  margin: 50px 0 20px 0;
  background-color: var(--smoke-color);
}
.product-tab1 .nav-link {
  padding: 30px 30px;
  color: var(--title-color);
  text-transform: capitalize;
}
.product-tab1 .nav-link:hover {
  color: var(--theme-color);
}
.product-tab1 .active {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.tab-content {
  padding: 25px 40px 35px;
}
.tab-content .vs-comment-form {
  background-color: var(--smoke-color);
  padding: 40px;
  border-radius: 10px;
}
.tab-content .vs-comment-form .form-control {
  background-color: var(--white-color);
}

.list-style2 li {
  margin-bottom: 7px;
}
.list-style2 li span {
  color: var(--title-color);
  font-size: 16px;
  font-family: var(--body-font);
}
.list-style2 li span:first-child {
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}

.woocommerce-Reviews .vs-comments-wrap .comment-avater {
  border-radius: 50%;
}
.woocommerce-Reviews .vs-comments-wrap .vs-post-comment {
  border-radius: 10px;
}
.woocommerce-Reviews .vs-comments-wrap .vs-post-comment p {
  margin-bottom: 15px;
}

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

/* Small devices */
@media (max-width: 767px) {
  .vs-product .product-body .product-title {
    font-size: 16px;
  }
  .vs-product .product-body .vs-btn {
    padding: 16px;
  }
  .product-about {
    margin-top: 30px;
  }
  .product-about .actions {
    width: 100%;
    display: inline-block;
  }
  .product-about .actions .quantity,
  .product-about .actions .vs-btn,
  .product-about .actions .icon-btn {
    margin-bottom: 15px;
    vertical-align: bottom;
  }
  .product-about .product-rating {
    display: inline-block;
  }
  .product-tab1 .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tab-content {
    padding: 0px 15px 15px;
  }
  .tab-content .vs-comment-form {
    padding: 20px 15px;
  }
  .tab-content .vs-comment-form .notice {
    margin-top: 20px;
  }
}
/*------------------- 4.18. Cart  -------------------*/
.cart_table {
  border: none;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: var(--border-color);
}
.cart_table thead th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--title-color);
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}
.cart_table .cart-productimage {
  display: inline-block;
  border-radius: 5px;
  background-color: var(--smoke-color);
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 0;
}
.cart_table .qut-btn {
  border: 2px solid var(--border-color);
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
}
.cart_table .qut-btn:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.cart_table .qty-input {
  vertical-align: middle;
  background-color: transparent;
  border: 2px solid var(--border-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 400;
  margin: 0 10px;
  border-radius: 4px;
}
.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .vs-cart-coupon input {
  height: 46px;
  width: calc(100% - 200px);
  margin-right: 10px;
  border-radius: 10px;
}
.cart_table .vs-cart-coupon .vs-btn {
  font-size: 16px;
  width: max-content;
  border-radius: 10px;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions > .vs-btn {
  margin-right: 15px;
}
.cart_table .actions > .vs-btn:last-child {
  margin-right: 0;
}

.cart_totals {
  border: 1px solid var(--border-color);
}
.cart_totals td:first-child,
.cart_totals th:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.cart_totals .amount {
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-methods input[type=radio] ~ label::before {
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-size: 7px;
  padding-left: 1px;
  top: -1px;
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 15px;
  }
  .cart_table .actions {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cart_totals td:first-child,
  .cart_totals th:first-child {
    width: 30%;
  }
}
/*------------------- 4.20. Checkout  -------------------*/
.checkout-ordertable th,
.checkout-ordertable td {
  vertical-align: top;
  text-align: right;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  border-left: none;
  color: #2c3e50;
}
.checkout-ordertable tr:last-child th {
  border-bottom: none;
}
.checkout-ordertable tr:last-child td {
  border-bottom: none;
}

.checkout-ordertable th {
  text-align: left;
}

.vs-checkout-wrapper .cart_table {
  margin-bottom: 0px;
  border: none;
}

/*------------------- 4.21. woocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 5px;
}
.woocommerce-message::before,
.woocommerce-info::before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-cart-form {
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}

.shipping-calculator-form {
  display: none;
}
.shipping-calculator-form p:first-child {
  margin-top: 20px;
}
.shipping-calculator-form select,
.shipping-calculator-form .form-control,
.shipping-calculator-form .form-select,
.shipping-calculator-form textarea,
.shipping-calculator-form input {
  height: 50px;
  padding-left: 20px;
  padding-right: 25px;
}

.order-total .amount {
  color: var(--theme-color);
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
}
.woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: var(--white-color);
  text-decoration: underline;
}

.woocommerce-form-login {
  display: none;
  padding: 40px 40px 35px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: var(--border-color);
  color: var(--title-color);
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
}

.woocommerce-form-coupon {
  padding: 40px;
  border-radius: 10px;
}
.woocommerce-form-coupon .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout {
  margin-top: 60px;
}
.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout .shipping_address {
  display: none;
}

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

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-form-coupon {
    padding: 20px;
  }
  .woocommerce-form-login {
    padding: 20px 20px 15px;
  }
}
/*------------------- 4.22 Contct  -------------------*/
.contact-box_wrapper .outer-wrap {
  background-color: var(--theme-color);
  border-radius: 10px;
  padding: 30px 0px 60px;
  max-width: 1340px;
  margin-top: 0;
}

.contact-box {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 25px;
  padding-left: 110px;
  position: relative;
}
.contact-box .contact-box_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white-color);
  position: absolute;
  left: 30px;
}
.contact-box .contact-box__title {
  margin-bottom: 5px;
}
.contact-box .contact-box__text {
  margin-bottom: -5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  font-family: var(--body-font);
  color: var(--title-color);
}
.contact-box .contact-box_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-box .contact-box_list li {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
}
.contact-box:hover .contact-box_icon {
  background-color: var(--theme-color2);
}

/*------------------- 4.23 Auth  -------------------*/
.signup-form {
  padding: 40px 30px;
  border-radius: 10px;
}

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

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

/*------------------- 4.28. Ferry Booking Process  -------------------*/
.terms-list1,
.terms-list2 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  font-size: 15px;
  font-weight: 200;
  color: var(--title-color);
}
.terms-list1 li,
.terms-list2 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  margin-right: 15px;
}
.terms-list1 li::before,
.terms-list2 li::before {
  content: "\f00c";
  width: 20px;
  height: 20px;
  outline: none;
  background-color: var(--success-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--icon-font);
  text-align: center;
  font-size: 10px;
  color: var(--white-color);
  line-height: 20px;
}
.terms-list1 li.not-checked,
.terms-list2 li.not-checked {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  margin-right: 15px;
}
.terms-list1 li.not-checked::before,
.terms-list2 li.not-checked::before {
  content: "\f057";
  width: 20px;
  height: 20px;
  outline: none;
  background-color: var(--error-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--icon-font);
  text-align: center;
  font-size: 10px;
  color: var(--white-color);
  line-height: 20px;
}
.terms-list1 li.none,
.terms-list2 li.none {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  margin-right: 15px;
}
.terms-list1 li.none::before,
.terms-list2 li.none::before {
  content: "\f129";
  width: 20px;
  height: 20px;
  outline: none;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--icon-font);
  text-align: center;
  font-size: 10px;
  color: var(--theme-color2);
  line-height: 20px;
}

.gap {
  display: block;
  position: relative;
  margin: 30px 0px;
  clear: both;
}

.gap-small {
  margin: 15px 0px;
}

.pax-section-title {
  background-color: var(--theme-color2);
  color: var(--white-color);
  padding-left: 15px;
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-weight: 500;
}
.pax-section-title span.alert-icon-wrap {
  text-align: center;
}

.list-booking-item-passengers {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-booking-item-passengers h5.pax-title-main {
  display: block;
  color: var(--gray-color);
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
  padding-top: 10px;
}
.list-booking-item-passengers label {
  font-weight: 100;
  font-size: 13px;
}
.list-booking-item-passengers label.special-needs {
  line-height: 2;
}
.list-booking-item-passengers > li:last-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #e6e6e6;
}
.list-booking-item-passengers > li {
  border-top: 2px dashed #e6e6e6;
}

.datos-pax-form input[type=text], .datos-pax-form input[type=date], .datos-pax-form input[type=email], .datos-pax-form input[type=tel] {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid var(--theme-color);
  height: 28px;
  font-size: 18px;
  border-radius: unset;
}

.datos-pax-form select {
  border-color: #0caadb;
  height: 33px !important;
  box-sizing: border-box;
  vertical-align: top;
  outline-style: none !important;
  font-size: 16px;
  border-radius: 0.25rem;
  margin-top: -4px;
}

.pax-section-alert-success {
  background: #22af47;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-top: 20px !important;
}
.pax-section-alert-success p {
  color: var(--white-color);
  margin: 0 0 10px;
}
.pax-section-alert-success > p + p {
  margin-bottom: 0;
}
.pax-section-alert-success .check-title {
  font-size: larger;
  font-weight: 600;
  color: var(--white-color);
}

.datos-personales__aside-radio {
  margin-left: 25px;
}
.datos-personales__aside-radio img.img-pay {
  max-width: 100%;
  height: auto;
  float: right !important;
  max-height: 3em;
  width: 50%;
}

.custom-control-label {
  margin-bottom: 0;
}

.datos-personales__nota-radio {
  font-size: 14px;
  margin-left: 0.7rem !important;
  display: block;
}

label.condiciones-text {
  display: flex;
  font-size: large;
  font-weight: 500;
  color: var(--gray-color);
  line-height: 1.6em;
}

#payment-tpv-option a {
  color: var(--theme-color);
}
#payment-tpv-option a:hover {
  color: var(--theme-color2);
}

.precio--destacado .price-container {
  padding: 20px 15px 10px 15px;
  background-color: #22af47;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  border-radius: 0.25rem;
}
.precio--destacado .price-container .txt {
  line-height: 1.2;
  margin-bottom: 10px !important;
}
.precio--destacado .price-container .txt .text {
  color: var(--white-color);
  font-weight: 600;
  font-size: 25px;
}
.precio--destacado .price-container .txt .info-discount {
  color: var(--white-color);
  font-size: 11px;
}
.precio--destacado .price-container .info-pago {
  color: #FFF;
  font-size: 11px;
  text-align: left;
  margin-top: 10px;
}

#ticketTotalCheck2 {
  white-space: nowrap;
  float: right !important;
}

#but_reservar {
  position: relative;
  height: 34px;
  padding: 4px 10px 7px 30px;
  margin: 0 0 0 0;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #00acf0;
  border: none;
  border-radius: unset;
  width: 95%;
  display: block;
}
#but_reservar span {
  font-weight: 700;
  font-size: 20px;
}

#but_reservar:after, #but_reservar:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #00acf0;
  z-index: 2;
}

/* Booking summary*/
.booking-item-payment {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px;
}
.booking-item-payment > header {
  padding: 10px 15px;
  background: #f7f7f7;
  display: block;
}
.booking-item-payment > header h5 {
  margin-bottom: 0 !important;
  font-size: 18.2px;
  font-weight: 300;
}

.booking-item-payment .booking-item-payment-details {
  list-style: none;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.booking-item-payment .booking-item-payment-details > li {
  margin-bottom: 20px;
  overflow: hidden;
}
.booking-item-payment .booking-item-payment-details > li > h5 {
  line-height: 1em;
}
.booking-item-payment .booking-item-payment-details > li > p {
  margin-bottom: 0;
  color: #686868;
}
.booking-item-payment .booking-item-payment-details > li.booking-item-payment-price {
  margin: 0;
  padding: 0;
  list-style: none;
}
.booking-item-payment .booking-item-payment-details li:last-child {
  margin-bottom: 0;
}

.booking-item-flight-details, booking-item-ferry-details {
  overflow: hidden;
}
.booking-item-flight-details > p, booking-item-ferry-details > p {
  margin: 0 0 10px;
}

.booking-item-payment-flight .booking-item-flight-duration > p,
.booking-item-payment-ferry .booking-item-ferry-duration > p {
  margin-bottom: 5px;
  line-height: 1em;
  font-size: 13px;
  margin: 0 0 10px;
}
.booking-item-payment-flight .booking-item-flight-duration > h5,
.booking-item-payment-ferry .booking-item-ferry-duration > h5 {
  font-weight: 400;
  color: #27af0e;
}
.booking-item-payment-flight .booking-item-flight-duration > h6,
.booking-item-payment-ferry .booking-item-ferry-duration > h6 {
  font-size: 12px;
}

.booking-item-payment .booking-item-payment-total {
  background-color: #22af47;
  color: var(--white-color);
  font-size: large;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 0px;
}
.booking-item-payment .booking-item-payment-total span {
  float: right;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.4rem;
}

.booking-item-payment p.booking-item-discount-total {
  background-color: #f89406;
  color: #fff;
  font-size: large;
  font-weight: bold;
  padding: 15px;
  margin: 0px;
}
.booking-item-payment p.booking-item-discount-total > span {
  float: right;
  color: #fff;
}

.booking-item-payment .booking-item-time-countdown {
  background-color: #d73cd2;
  color: #fff;
  font-size: large;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 0px;
}
.booking-item-payment .booking-item-time-countdown > span {
  float: right;
  color: #fff;
}

ul.list-group.list-group-borderless {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}
ul.list-group.list-group-borderless .list-group-item {
  border: none !important;
  padding: 0.425rem 0;
}
ul.list-group.list-group-borderless .list-group-item > span.h6 {
  font-size: 1rem;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  line-height: 1.25;
}

/*
  li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-right: 15px;
    &::before {
      content: "";
      width: 6px;
      height: 6px;
      outline: 5px solid $border-color;
      background-color: $theme-color;
      border-radius: 50%;
      position: absolute;
      left: 5px;
      top: 10px;
    }
*/
/*=================================
    05. Spacing
==================================*/
.pt-30 {
  padding-top: 30px;
}

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

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

.mt-n1 {
  margin-top: -0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mtb-70 {
  margin-top: 0;
  margin-bottom: 70px;
}

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

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

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

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .mtb-60 {
    margin: 0;
  }
  .mt-60 {
    margin-top: 0;
  }
  .mb-60 {
    margin-bottom: 0;
  }
  .mtb-70 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-70 {
    margin-top: 0;
  }
  .mb-70 {
    margin-bottom: 0;
  }
}
/*=================================
    06. Pages
==================================*/
.header-layout4 {
  background-color: var(--theme-color);
}
.header-layout4 .header-social a {
  /* Small devices */
}
@media (max-width: 767px) {
  .header-layout4 .header-social a {
    margin-right: 8px;
  }
}
.header-layout4 .header-btns {
  margin-right: 15px;
}
.header-layout4 .vs-menu-toggle {
  float: right;
}
.header-layout4 .menu-style1 > ul > li {
  padding: 36px 0;
  margin: 0 20px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .menu-style1 > ul > li {
    margin: 0 5px;
  }
}
.header-layout4 .menu-style1 > ul > li > a {
  font-size: 16px;
}
.header-layout4 .sideMenuToggler {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-left: 40px;
  color: var(--white-color);
  /* Large devices */
  /* Medium devices */
}
.header-layout4 .sideMenuToggler:hover {
  color: var(--title-color);
}
@media (max-width: 1199px) {
  .header-layout4 .sideMenuToggler {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .header-layout4 .sideMenuToggler {
    display: none;
  }
}
.header-layout4 .header-top {
  position: relative;
  z-index: 1;
  padding: 0 315px 0 0;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .header-top {
    padding: 0 100px 0 0;
  }
}
@media (max-width: 1199px) {
  .header-layout4 .header-top {
    padding: 0 15px 0 0;
  }
}
.header-layout4 .header-top__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 11px 0 11px 315px;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .header-top__left {
    padding: 11px 0 11px 100px;
  }
}
@media (max-width: 1199px) {
  .header-layout4 .header-top__left {
    padding: 11px 0 11px 15px;
  }
}
.header-layout4 .header-top__left::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
}
.header-layout4 .header-contact li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.header-layout4 .header-contact li i {
  width: inherit;
  height: inherit;
  background-color: transparent;
}
.header-layout4 .header-links > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  gap: 35px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout4 .header-links > ul {
    gap: 15px;
  }
}
.header-layout4 .header-links > ul > li > a {
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
}
.header-layout4 .header-links > ul > li > a:hover {
  color: var(--title-color);
}
.header-layout4 .sticky-wrapper {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout4 .sticky-wrapper {
    padding-right: 15px;
  }
}
.header-layout4 .sticky-wrapper .sticky-active {
  flex: 1;
}
.header-layout4 .sticky-wrapper .header-box {
  position: relative;
  padding: 0 40px 0 40px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .sticky-wrapper .header-box {
    padding: 0 0px 0 0px;
  }
}
.header-layout4 .sticky-wrapper .header-box::before {
  background-color: var(--white-color);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-top-right-radius: 15px;
  left: 0;
}

.header-right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.item2 {
  display: flex;
  align-items: center;
  padding: 24px 40px;
  border-right: 1px solid var(--theme-color);
  margin-right: 40px;
  gap: 14px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .item2 {
    display: none;
  }
}
.item2__icon {
  min-width: max-content;
}
.item2__text > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}
.item2:hover .item2__text > a {
  color: var(--theme-color);
}

.link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  gap: 12px;
}
.link > i {
  min-width: 20px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color2);
  border-radius: 50%;
  transition: all ease 0.4s;
}
.link:hover > i {
  background-color: var(--theme-color);
}

.hero-layout4,
.hero-layout5 {
  position: relative;
}
.hero-layout4 .hero-slide,
.hero-layout5 .hero-slide {
  padding: 242px 0;
  position: relative;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-layout4 .hero-slide,
  .hero-layout5 .hero-slide {
    padding: 100px 0;
    background-size: cover;
    min-height: 541px;
  }
}
.hero-layout4 .hero-slide::before,
.hero-layout5 .hero-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.4;
  z-index: -1;
  top: 0;
  left: 0;
}
.hero-layout4 .icon-btn,
.hero-layout5 .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11%;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-layout4 .icon-btn,
  .hero-layout5 .icon-btn {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero-layout4 .icon-btn,
  .hero-layout5 .icon-btn {
    opacity: 0;
  }
}
.hero-layout4 .icon-btn.next-btn,
.hero-layout5 .icon-btn.next-btn {
  left: auto;
  right: 11%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-layout4 .icon-btn.next-btn,
  .hero-layout5 .icon-btn.next-btn {
    right: 0;
  }
}
.hero-layout4 .hero-subtitle,
.hero-layout5 .hero-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color2);
  display: inline-block;
  margin-bottom: 25px;
}
.hero-layout4 .hero-title,
.hero-layout5 .hero-title {
  color: var(--white-color);
  margin-bottom: 50px;
}
.hero-layout4 .hero-form,
.hero-layout5 .hero-form {
  padding: 45px 35px 19px 35px;
  box-shadow: 0px 6px 30px rgba(255, 104, 26, 0.15);
  border-radius: 0px 0px 20px 20px;
  margin: 0 -35px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-layout4 .hero-form,
  .hero-layout5 .hero-form {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .hero-layout4 .hero-form,
  .hero-layout5 .hero-form {
    padding: 15px;
  }
}
.hero-layout4 .hero-form .vs-btn,
.hero-layout5 .hero-form .vs-btn {
  width: 100%;
}
.hero-layout4 .hero-form input,
.hero-layout4 .hero-form .form-select,
.hero-layout5 .hero-form input,
.hero-layout5 .hero-form .form-select {
  height: 60px;
  padding: 0 30px 0 55px;
}
.hero-layout4 .hero-form .form-group > i,
.hero-layout5 .hero-form .form-group > i {
  top: 22px;
  left: calc(var(--bs-gutter-x) / 2 + 15px);
  color: #505050;
}

.hero-form-search {
  position: relative;
}
.hero-form-search .hero-slide {
  padding: 242px 0;
  position: relative;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-form-search .hero-slide {
    padding: 100px 0;
    background-size: cover;
    min-height: 541px;
  }
}
.hero-form-search .hero-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.4;
  z-index: -1;
  top: 0;
  left: 0;
}
.hero-form-search .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11%;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-form-search .icon-btn {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero-form-search .icon-btn {
    opacity: 0;
  }
}
.hero-form-search .icon-btn.next-btn {
  left: auto;
  right: 11%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-form-search .icon-btn.next-btn {
    right: 0;
  }
}
.hero-form-search .hero-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color2);
  display: inline-block;
  margin-bottom: 25px;
}
.hero-form-search .hero-title {
  color: var(--white-color);
  margin-bottom: 50px;
}
.hero-form-search .hero-form {
  padding: 25px 35px 10px 35px;
  box-shadow: 0px 6px 30px rgba(243, 32, 50, 0.15);
  border-radius: 0px 0px 20px 20px;
  margin: 0 -35px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-form-search .hero-form {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .hero-form-search .hero-form {
    padding: 15px;
  }
}
.hero-form-search .hero-form .vs-btn {
  width: 100%;
}
.hero-form-search .hero-form input,
.hero-form-search .hero-form .form-select {
  height: 20px;
  padding: 0 30px 0 35px;
}
.hero-form-search .hero-form .form-group > i {
  top: 13px;
  left: calc(var(--bs-gutter-x) / 2 + 15px);
  color: var(--theme-color2);
}

.about--layout4 .sec-text {
  max-width: 78%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about--layout4 .sec-text {
    max-width: 100%;
  }
}
.about--layout4 .title-area {
  text-align: left;
}

.about-list2 {
  display: block;
}
.about-list2 > li {
  margin-right: 0;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 22px;
  font-weight: 600;
  color: var(--title-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .about-list2 > li {
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 16px;
  }
}
.about-list2 > li::before {
  content: "\f00c";
  width: 24px;
  height: 24px;
  outline: none;
  background-color: var(--theme-color2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--icon-font);
  text-align: center;
  font-size: 10px;
  color: var(--white-color);
  line-height: 24px;
}

.img-box4,
.img-box5 {
  display: flex;
  gap: 38px;
  position: relative;
  margin-left: -78px;
  margin-bottom: 30px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .img-box4,
  .img-box5 {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .img-box4,
  .img-box5 {
    gap: 5px;
  }
}
.img-box4 .img1,
.img-box4 .img2,
.img-box5 .img1,
.img-box5 .img2 {
  border-radius: 155px;
}
.img-box4 .img3,
.img-box5 .img3 {
  border-radius: 170px;
  margin-top: -28px;
  position: relative;
  z-index: -1;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4 .img3,
  .img-box5 .img3 {
    margin-top: -60px;
  }
}
.img-box4 .img1,
.img-box5 .img1 {
  min-width: 321px;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4 .img1,
  .img-box5 .img1 {
    min-width: 270px;
  }
}
.img-box4 .img2,
.img-box5 .img2 {
  min-width: 270px;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4 .img2,
  .img-box5 .img2 {
    min-width: 220px;
  }
}
.img-box4 .discount,
.img-box5 .discount {
  position: absolute;
  min-width: 195px;
  min-height: 195px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
}
.img-box4 .discount > span,
.img-box5 .discount > span {
  display: block;
  font-size: 64px;
  font-weight: 600;
  color: var(--white-color);
  line-height: 1;
}
.img-box4 .discount > p,
.img-box5 .discount > p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
}

.img-box4__img2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4__img2 {
    display: none;
  }
}
.img-box4__img1 {
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4__img1 {
    width: 100%;
  }
}
.img-box4 .discount {
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4 .discount {
    top: auto;
    transform: translate(-50%, 0%);
  }
}

.fact--layout1 {
  padding: 185px 0 155px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .fact--layout1 {
    padding: 120px 0 90px;
  }
}
.fact-block {
  text-align: center;
  margin-bottom: 30px;
}
.fact-block__icon {
  min-width: 120px;
  min-height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: 100% 100%;
  margin-bottom: 15px;
}
.fact-block__number {
  display: block;
  font-size: 48px;
  font-weight: 600;
  color: var(--white-color);
  line-height: 1;
  margin-bottom: 7px;
}
.fact-block__text {
  margin-bottom: 0;
  color: var(--white-color);
}

.package-style3 {
  border: 1px solid var(--theme-color);
}
.package-style3 .package-title {
  margin: 3px 0 15px;
  text-transform: capitalize;
}
.package-style3 .package-price {
  font-weight: 700;
  font-size: 32px;
  color: var(--theme-color2);
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.package-style3 .package-price > span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color);
}
.package-style3 .package-review > i {
  color: var(--theme-color);
}
.package-style3 .package-footer {
  align-items: end;
  margin-top: 0;
  min-height: 55px;
}
.package-style3 .package-title {
  font-size: 24px;
  font-weight: 700;
}
.package-style3 .package-text {
  font-size: 18px;
}

.gallery-style5 {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 0 107px;
  border-radius: 28px;
  margin-top: -270px;
  z-index: 1;
  overflow: hidden;
  /* Medium devices */
}
@media (max-width: 991px) {
  .gallery-style5 {
    min-height: 390px;
    padding: 0 30px;
  }
}
.gallery-style5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1c1c1c 1.32%, rgba(28, 28, 28, 0) 100%);
  z-index: -1;
  left: 0;
}
.gallery-style5 .gallery-content {
  max-width: 300px;
}
.gallery-style5 .play-btn {
  margin-bottom: 70px;
}
.gallery-style5 .play-btn > i {
  color: var(--white-color);
  background-color: rgb(55, 212, 217);
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
}
.gallery-style5 .play-btn::before, .gallery-style5 .play-btn::after {
  background-color: rgba(255, 255, 255, 0.2);
  animation-name: ripple2;
}

.features-style3 {
  text-align: left;
  padding: 36px;
  background: var(--white-color);
  border: 1px solid transparent;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.features-style3 .features-bg {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.features-style3 .features-image {
  margin: 0 0 30px;
  background-color: var(--theme-color);
}
.features-style3 .features-image::before {
  display: none;
}
.features-style3 .features-image::after {
  display: none;
}
.features-style3 .features-title,
.features-style3 .features-text {
  color: var(--title-color);
  transition: 0.5s ease-in-out;
}
.features-style3 .features-title {
  margin-bottom: 15px;
}
.features-style3 .features-link {
  min-width: 30px;
  min-height: 30px;
  background-color: var(--theme-color2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: right;
}
.features-style3:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.features-style3:hover .features-bg {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in-out;
}
.features-style3:hover .features-image {
  background-color: var(--theme-color2);
}
.features-style3:hover .features-image::after {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.features-style3:hover .features-title,
.features-style3:hover .features-text {
  color: var(--white-color);
  transition: 0.5s ease-in-out;
}

.destination-style2,
.destination-style3 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.destination-style2::before,
.destination-style3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 235px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  z-index: 1;
}
.destination-style2 .destination-img,
.destination-style3 .destination-img {
  width: 100%;
  transition: all 1s ease-in-out 0s;
}
.destination-style2 .destination-info,
.destination-style3 .destination-info {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 2;
}
.destination-style2 .destination-name,
.destination-style3 .destination-name {
  margin-bottom: 5px;
}
.destination-style2 .destination-name > a,
.destination-style3 .destination-name > a {
  color: var(--white-color);
}
.destination-style2 .destination-name > a:hover,
.destination-style3 .destination-name > a:hover {
  color: var(--theme-color);
}
.destination-style2 .destination-text,
.destination-style3 .destination-text {
  margin-bottom: 18px;
  color: var(--white-color);
}
.destination-style2 .destination-price,
.destination-style3 .destination-price {
  font-size: 36px;
  color: var(--theme-color);
  font-weight: 700;
}

.destination-style2:hover .destination-img {
  transform: scale(1.2) rotate(5deg);
  transition: all 1s ease-in-out 0s;
}

.benefits--layout1 {
  position: relative;
  z-index: 1;
}
.benefits--layout1 .img1 {
  position: absolute;
  min-width: 48%;
  min-height: 770px;
  bottom: 0;
  left: 0;
  border-top-right-radius: 50px;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .benefits--layout1 .img1 {
    min-width: 570px;
  }
}
@media (max-width: 1199px) {
  .benefits--layout1 .img1 {
    min-width: 470px;
  }
}
@media (max-width: 991px) {
  .benefits--layout1 .img1 {
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .benefits--layout1 .img1 {
    min-width: 100%;
  }
}

.benefits-element1 {
  min-width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #f5f5f5;
  border-top-left-radius: 50px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .benefits-element1 {
    min-width: 100%;
  }
}

.item {
  display: flex;
  gap: 58px;
  padding-right: 92px;
  margin-bottom: 45px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .item {
    gap: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .item {
    padding-right: 0;
    gap: 15px;
  }
}
.item:last-child {
  margin-bottom: 0;
}
.item__icon {
  min-width: 72px;
  max-height: 72px;
  margin-top: 6px;
}
.item__title {
  color: var(--theme-color);
  margin-bottom: 7px;
  font-weight: 500;
}
.item__text {
  margin-bottom: 0;
}

.blog-style5 {
  min-height: 570px;
  display: flex;
  align-items: flex-end;
  padding: 35px;
  border-radius: 20px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .blog-style5 {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .blog-style5 {
    padding: 10px;
  }
}
.blog-style5 .blog-content {
  background: var(--white-color);
  padding: 0 30px 25px;
  text-align: center;
  border-radius: 10px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .blog-style5 .blog-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .blog-style5 .blog-content {
    padding: 0 10px 10px;
  }
}
.blog-style5 .blog-date {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--white-color);
  background: var(--theme-color);
  font-weight: 600;
  padding: 0 22px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.blog-style5 .blog-body {
  margin-top: -18px;
}
.blog-style5 .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.blog-style5 .blog-link::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #505050;
  right: 0;
}
.blog-style5 .blog-link:last-child {
  padding-right: 0;
  margin-right: 0;
}
.blog-style5 .blog-link:last-child::after {
  display: none;
}

.offer-block {
  padding: 80px 65px 50px;
  border: 3px solid #505050;
  border-radius: 24px;
  min-height: 250px;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .offer-block {
    padding: 80px 65px 50px;
  }
}
@media (max-width: 767px) {
  .offer-block {
    padding: 30px 30px 0;
    min-height: 100%;
    text-align: center;
  }
}

.footer-layout4,
.footer-layout5 {
  padding-top: 195px;
  padding-bottom: 40px;
}
.footer-layout4 .footer-newsletter2,
.footer-layout5 .footer-newsletter2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-layout4 .copyright-wrap,
.footer-layout5 .copyright-wrap {
  text-align: center;
  padding: 15px 25px;
  position: relative;
  z-index: 2;
  border-top: 1px solid transparent;
  background: var(--title-color);
  border-radius: 10px;
}
.footer-layout4 .widget-area2,
.footer-layout5 .widget-area2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-layout4 .footer-widget.widget_nav_menu li,
.footer-layout5 .footer-widget.widget_nav_menu li {
  float: left;
  width: 50%;
}
.footer-layout4 .footer-widget.widget_nav_menu li a,
.footer-layout5 .footer-widget.widget_nav_menu li a {
  padding-left: 0;
  margin-bottom: 10px;
}
.footer-layout4 .footer-widget .newsletter-form .form-control,
.footer-layout5 .footer-widget .newsletter-form .form-control {
  margin-bottom: 25px;
  background-color: #505050;
  height: 60px;
  border: 1px solid transparent;
}
.footer-layout4 .copyright-menu li::after,
.footer-layout5 .copyright-menu li::after {
  background-color: var(--theme-color2);
}
.footer-layout4 .footer-widget .newsletter-form .vs-btn,
.footer-layout5 .footer-widget .newsletter-form .vs-btn {
  border-radius: 10px;
}
.footer-layout4 .social-style1 a,
.footer-layout5 .social-style1 a {
  border: 1px solid var(--theme-color2);
}
.footer-layout4 .social-style1 a:hover,
.footer-layout5 .social-style1 a:hover {
  border-color: var(--theme-color);
}

.footer-layout4 .copyright-text a {
  color: var(--white-color);
  text-decoration: underline;
}
.footer-layout4 .copyright-text a:hover {
  color: var(--theme-color);
}
.footer-layout4 .vs-widget-about .footer-text {
  max-width: 257px;
}

.testimonial-style4 {
  padding-bottom: 317px;
}

.testi-style3 {
  position: relative;
  z-index: 1;
  min-height: 383px;
  max-width: 373px;
  z-index: 1;
  margin-bottom: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 {
    background-color: var(--white-color);
    padding: 15px;
    min-height: 100%;
  }
}
.testi-style3 .testi-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-height: 373px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 .testi-bg {
    display: none;
  }
}
.testi-style3 .testi-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.testi-style3 .testi-avater {
  min-width: 114px;
  min-height: 114px;
  border-radius: 50%;
  border: 5px solid var(--white-color);
  overflow: hidden;
  filter: drop-shadow(4px 9px 4px rgba(0, 0, 0, 0.12));
  margin-left: 60px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 .testi-avater {
    margin-left: 0;
  }
}
.testi-style3 .testi-avater > img {
  min-width: 114px;
  min-height: 114px;
}
.testi-style3 .testi-client {
  text-align: right;
  padding-right: 28px;
}
.testi-style3 .testi-degi {
  display: inline-block;
  color: var(--theme-color2);
  margin-bottom: 6px;
  line-height: 1;
}
.testi-style3 .testi-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 .testi-name {
    font-size: 16px;
  }
}
.testi-style3 .testi-text {
  padding: 40px 55px 78px 63px;
  line-height: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 .testi-text {
    padding: 20px 0px 0;
    margin-bottom: 0;
  }
}
.testi-style3 .testi-rating > i {
  color: var(--theme-color);
}
.testi-style3 .testi-icon {
  position: absolute;
  bottom: 15px;
  right: 50px;
}

@media (max-width: 1790px) {
  .header-layout4 .menu-style1 > ul > li {
    margin: 0 8px;
  }
  .header-layout4 .sticky-wrapper .header-box {
    padding: 0 15px 0 15px;
  }
  .item2 {
    padding: 24px 15px;
    margin-right: 15px;
    gap: 15px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout4 .menu-style1 > ul > li {
    margin: 0 5px;
  }
}
.header-layout5 .menu-style1 > ul > li {
  padding: 26px 0;
}
.header-layout5 .menu-style1 > ul > li > a {
  color: var(--white-color);
}
.header-layout5 .menu-style1 > ul > li > a:hover {
  color: var(--theme-color);
}
.header-layout5 .vs-menu-toggle:hover {
  background-color: var(--theme-color2);
}
.header-layout5 .sticky-wrapper {
  margin-bottom: -80px;
  background-color: transparent;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout5 .sticky-wrapper {
    margin-bottom: -79px;
  }
}
.header-layout5 .header-box {
  background-color: var(--title-color);
  padding: 0px 10px 0px 30px;
  border-radius: 0px 0px 10px 10px;
}
.header-layout5 .will-sticky .sticky-active {
  background-color: var(--title-color);
}
.header-layout5 .header-top {
  background-color: var(--title-color);
}
.header-layout5 .items {
  display: flex;
  align-items: center;
}
.header-layout5 .item2 {
  border-right: none;
  margin-right: 0;
  padding-left: 0;
  max-width: 310px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout5 .item2 {
    display: flex;
  }
}
.header-layout5 .item2__text {
  font-weight: 600;
  color: var(--title-color);
}
.header-layout5 .item2__text > a {
  color: var(--theme-color);
}
.header-layout5 .item2__text > a:hover {
  color: var(--theme-color2);
}
.header-layout5 .item2:last-child {
  padding-right: 0;
}
.header-layout5 .header-right > ul {
  gap: 40px;
}
.header-layout5 .header-dropdown .dropdown-toggle {
  background-color: transparent;
  height: 50px;
  padding-right: 0;
}
.header-layout5 .header-dropdown .dropdown-toggle:hover {
  color: var(--theme-color);
}
.header-layout5 .header-dropdown .dropdown-toggle::after {
  margin-left: 9px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "\f107";
  font-family: var(--icon-font);
}
.header-layout5 .header-dropdown .dropdown-toggle > img {
  margin-right: 20px;
}
.header-layout5 .vs-btn.style7 {
  min-height: 50px;
  padding: 15px 30px;
}

.hero-layout5 .hero-title {
  font-size: 84px;
  padding-right: 40px;
  /* Extra large devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .hero-layout5 .hero-title {
    font-size: 60px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-layout5 .hero-title {
    font-size: 36px;
  }
}
.hero-layout5 .hero-form {
  margin: 0 0;
}
.hero-layout5 .hero-content {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-layout5 .hero-content {
    text-align: left;
  }
}
.hero-layout5 .icon-btn {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-layout5 .icon-btn {
    left: 5%;
  }
}
.hero-layout5 .icon-btn.next-btn {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-layout5 .icon-btn.next-btn {
    right: 5%;
  }
}
.hero-layout5 .hero-slide {
  min-height: 460px;
}

.img-box5 {
  flex-direction: column;
  gap: 20px;
  z-index: 1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .img-box5 {
    margin-left: 0;
    justify-content: center;
  }
}
.img-box5 .img-box__img1 {
  display: flex;
  gap: 20px;
  align-items: end;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box5 .img-box__img1 {
    flex-direction: column;
    align-items: center;
  }
}
.img-box5 .img1 {
  min-width: 320px;
  max-height: 313px;
  border-radius: 0;
  border-top-left-radius: 115px;
}
.img-box5 .img2 {
  min-width: 317px;
  border-radius: 0;
  border-top-right-radius: 75px;
}
.img-box5 .img-box__img2 {
  text-align: center;
}
.img-box5 .img3 {
  border-radius: 0;
  margin-top: 0;
  border-bottom-left-radius: 80px;
}

.about--layout5 {
  z-index: 1;
}
.about--layout5 .element {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  min-height: 728px;
  background: linear-gradient(360deg, rgba(220, 254, 255, 0.55) -7.91%, #ffffff 100%);
  z-index: -2;
}
.about--layout5 .about-content {
  position: relative;
  padding-left: 27px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about--layout5 .about-content {
    padding-left: 0;
  }
}
.about--layout5 .about-content .element {
  position: absolute;
  min-width: 950px;
  min-height: 900px;
  border-radius: 103px 103px 103px 0;
  background: var(--white-color);
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: -40%;
  /* Large devices */
}
.about--layout5 .about-content .element::before {
  content: "";
  position: absolute;
  min-width: 812px;
  min-height: 812px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px dashed #ffccb1;
  border-radius: 60px 60px 60px 0px;
}
@media (max-width: 1199px) {
  .about--layout5 .about-content .element {
    display: none;
  }
}
.about--layout5 .about-content .vs-btn {
  margin-top: 50px;
}

.vs-card {
  display: flex;
  align-items: center;
  gap: 30px;
}
.vs-card__img {
  min-width: 117px;
  min-height: 117px;
  border-radius: 50%;
  overflow: hidden;
}
.vs-card .sec-subtitle {
  margin-bottom: 0;
  color: var(--title-color);
  font-size: 28px;
  line-height: 1.3;
}

.item.style2 {
  gap: 20px;
  padding-right: 0;
}
.item.style2 .item__icon {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 90px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iODkiIHZpZXdCb3g9IjAgMCA5MCA4OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxtYXNrIGlkPSJtYXNrMF84OF8zNSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjkwIiBoZWlnaHQ9Ijg5Ij4KPHJlY3QgeT0iMC4wNDM0NTciIHdpZHRoPSI5MCIgaGVpZ2h0PSI4OC45NTY2IiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfODhfMzUpIj4KPHJlY3QgeT0iMC4wNDM0NTciIHdpZHRoPSI5MC4wODI2IiBoZWlnaHQ9Ijg4Ljk1NjYiIGZpbGw9IiNGRjY4MUEiLz4KPC9nPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wIiBwYXR0ZXJuQ29udGVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+Cjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF84OF8zNSIgdHJhbnNmb3JtPSJtYXRyaXgoMC4wMDYwNjA2MSAwIDAgMC4wMDYxMzE2OSAwIC0wLjAwNTg2NDU5KSIvPgo8L3BhdHRlcm4+CjxpbWFnZSBpZD0iaW1hZ2UwXzg4XzM1IiB3aWR0aD0iMTY1IiBoZWlnaHQ9IjE2NSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFLVUFBQUNsQ0FZQUFBQTlLejNhQUFBYTRrbEVRVlI0QWUxZGkxSGp5aExkRUc0SURtRXplR1N3cnNLU0pkZXJnZ3d1R2JBWlFBYVF3VzRHa0FFM0EyOEdoS0QzenVucFVXczhrbVVqTHJiVlZGSDZ5OUxNbWRQZmFYMzc1bi9lQXQ0QzNnTGVBdDRDblJab2l1SjdVMVdMWnJuOGkvL1ZjdEhVNWJLcFZsZE5WVjF4dVZ6K2hZdjBuTTROUG5tanFaYUxULzRKdi8xWHR3Q0JSZEFWdDAyRi93Qzg5ZXF1cWRkM3pXYnpYWjhSZ0RnRlVEUWJNM0FjcE5vOWw3TnNicGQvRVlpQi9mQm13cERDbHZxbU9DOGVNK2ZxOFhRWldaWkFCc3ZpWDRFdmJEY0Z3T1YzVmxkTmVVMDI1ek9DNmNQenBzL2wyeWZZQWdvRWdoR01vNklZNnlxNnV5S2I0bEpZc2dVcXIxY1J6K3NVR01zRjd5UDN1aFhSWDRrS0FFWW0rNVkvdWF6TDE2WXFucHAxOFhkRFppNlh3b0lBOERneHJjK3ZUVTNWQStBZk1YRDBHbCtlV0F0RXBnSEFJcHRWVjNoTUhndkE1VHJQcVJic2VBVWlnTGJaUkhDbnJ5ZGdiZ0UyQkxhT0xydXBnanF4dWlMSUtiTGIrOWpmNGZIQWxBNUcyekludXE3c3A0K0hqby9yRk4zTEJkaEo5K2t5N1Z3RnBSN0hNajFIai9FMzYrdWJwaTRmeUlSMThkaFU1VS8rMStVTm1WRlpXWmNZRUVYbU9TQ0t3WHpyOGhldjM2eC9rR1VCd2d3YlJwMDRjNi80ZkNOWldNLzM1VVF0UU5ZcnI1ZTRIVVV0UkxJUjF4LzVHUUtVWUlLT0NMQVZUMDFWdkRSMXVXMDI1WHRUbDgyQi8xdGVqM3RzeXJlbUtuNDM2L0toS1lNNHgyK0JwY0hJMUV2WHYvbGIvTjBWV1QzM1BtUmVETHdNUUZNR3oxM3YreVpvQVhaY3RicHZOZ0JLdGFEeVQvRzZ5MEJqZjQ2ZFI2WXp3RHNjZEllQ3REMWZRUDRXUVBnaW9CUXZBRm14THA4SlpESnBYaGNWdmJiOGFhMzJzZS92NTMyZ0JjaU1kZkVtSXE3NDN0Unc2UlNQT2RHTW44bUpQdjE1M211TmE0OWl2UlpRbndwZXZHdnhXMWhhTGZ1Z0lnaHozNmI2cTFyb01uaGIvVFE5VDl2QmwwZTJBQnNZdWhzQnRMb1RzVlF0ckg5UmJ4MllOQ3Z1emdPSXZXb0J4RDlFK2tPVURtQlFxQmJHVllSMm9BUlIvYmJhRmYzdVNsSzBITEVVZ05IUmZVK1JGdHd6dVZ1eEkzSkdBUzFhaXZ0ajlNQi9pUkY3Z1RqMCt3RHBFd2VhQWpCNWZ3R25NbXpMbXJuMjgzMTdXaUN3M1QzOWVnQmlSb2xQYnlHNlZOdndvbVBSTUJucTJBczRSaEYvMjRLenVFWGI1TVExMnpVQmJ0cU92cDFwQVk3dXVueURWY3JHN1dGSEZVRVU1Y0hkSTJBdW5rNWJUenlLRlVjTW51S0ZneGlXTzV6M3RiU2ZiV0lDRjZLK0xtOTBQOXBNMTMwWldvQ3VuTUNFY2JTUFlFYmJnT0U2V0tpWEpxSkhnREVGZWZFaTdRRnd3dThwekxuVFh2QllPQ0J0czhnNkhkQ01zTUQ5UVJkUDFrQ3hWMHFEaS9KT2xvUUYvYWtXY05ycFo3S3QxamxjWjJETzRFeHZseUVzNms3MkZsN3E1Qlp4dmI0Yk0yckpxa0djaXp1bzNEb2c5d3dTK0hUaG1OOFVqN0RTMng0SXhCQklJZDAvdTIxaHlCQjl5WVQvaGhxa0VjZTVpK25EcE1NMjV6clNkbGFDME8zWkxTVnV5MWp2azRxU01ZM2d6TGlIRVVlQnRMWFV0YzBocWJBdVJtS2JNNkRITDNvWmZXYndHeUlLRTVSc05zYUF3czNqVU5oSE5mb1VIVGVEZTBEYU1MN2VkYXluZlNHNjZJV215SWtQTWFSbjFhczdPL29VbkxsOWJEZ2tRRGdnajdEQzl3d3VKcGZBQUFwK1RkWFZtYkZVWFNsQXFTNGhpalJBSExidnptS2R3RktYejU0WEk1dENLVWZtREJyQ3dUZzlHTHR0S3JybUJxNGpFM2dBTUUxZjBVaGFGMytmQmVEMlBhU0lDSGxaKzVLNTY1cTYrQStWY2NsUmRIYnNndWR6d2FsWlYvVjFkS3BySDJtL2lmcTE2L1BVODg1aUtmN0VkdlFOUFRTTkdJcVRPWVFGOTRqVmZ4T01uZDhxa0RyMzNHU0FxWDFIWUdiY1NucjhwSmVXSVljZUZLT3cyUlJQTHFaUEJxaEk4c0JzejVpNWovNkxiQmxFdW00UDllMUpIV01hMVFqZkkwY2RjaU14V2owOCtMbml1Y09JK3daQThVNC9zdFVwQ1ZSRTNWWTBnQWhVbzRPZUZBRFRoNkdWUFlMZUdabXBvNmcrZG5yQkNYWGt2bzQrdytNSSt4cGdhbC9UVFFRSng3bFArU3g0UGZmTGwyUyt0Ymg3OUdYdzRMa0hvOGhHVEpaeFdYZjVuS3o2VXBVL3MvMW53S29nelozM3Bmc0l5SXkvSy9kUVlmb0NraWpnOG5Fcit5RFIrZ1dNVzYzdWMvMm8rMEJBU0RiVzdaTlk4cUhxNG5ITXd4Q1FMQUt3dW5NOThnc0FkdXdBQ0JLd3I0OUQ1dFlnZVB1dS9aVDlNajlrdit1bjJhenVlUzRyU0RoRG5xekk3Z1h1cmcvVEFvcGlmTUNkWk0vOTFIVzZEOFlZTm5TSUl4dmFHZkw4d0dnWVBUTUp6UUxNNWpUWS9mL2FPdlhJVGZrTFA2aDVqcmtmRjJvUFdkRHUramx6ajBIeGJzT1J0citweHNFaVI3MmtBMmNPMlB0OGFQMy9ZY0VYUEtEOFk4YmhyZ2duY0RuOUUvVWZnMCt5Vnp5WUVlbm5uREo0dDdtK1ZqQ3AwYXNlR04zLzZVdnFoM0NvaXVYRm1YVHBqOHJEWVY0eTVtZXY3czlhYlBrZ1NRWko4WmIydDkxV01yTDdQblZkZ1lnZkdZcHZONXc3Z3dvVytIY1d2TUEyZUxCQVM1bVJPREgrVEh2dTVPc3diZ2hJSk92Mk9jZkJvckN5eVpJK3cvQUNBU25NYVZ4Rk92OG5CZWZrQUV4dmlEQ2k3c3ZwRldyd3RQNUlkLzFjTENBcC9WckRoMzF2cHZQMkVaYmlaL0lsR0xEdnBwSmw3bnJrWllQUnFtT3RmdGtoTFZPU2thSzhSNnIyNGVqZy9ZT2dSTlk0c2tsY2oweU1BOXVSRjdiZUZ5TVBQbXdTbFpHeUJ3TnU2SUo5K2dLZDZTajY2VEh0K1FCU3lTZmptNlJJMTZrd3lSU0xJWnlOT3FaZzFHWHVvdWdrZC9mUC9BQUpZRmJGU3hZWGdTSHB6NTdLR3FjK0VHN0dHL2ZvazJSSmlXdlBzMU9VTWVhOE5OYjRFRUJ6eHc3YVo2M3NQcVlVc0tMaVJTbVo1SFB1bUZtL2UvSGVoeEdBanRJMEkrWVBBeVJpbVlaeWNkUGNEVUl0U1BnbW5TVzlEVHBPOVJRdlRWVStXMHlseHcvYTdwajdHUkh1K1pFK0lDTXA5ZVJCQUhCTlZkMGlhZU1nOE9WT1RobHlkNXNSSEdkSlowbkJRSS9SUTFCeWJrOStta1VPZTczN05MVEltOEswVDBhQ3U0Q2NKU05MNnNEc1VmV0lJWDRlUnI3NDFndTY5SUNWK1l4Zm14L1FZM0dKSDlBSDhhVkxDOFhBRUZ1UzJQSXVwQlNMY1Z1RDY5aGhZNWgyWFU5MmxuU1c3Q1VsUTJhS0YxM3k4eXZHaU5iOXZVc1Z6OHFHdVJQRkRlUzZaRytIS0dQTWVabVo1YWlZb250b3JNR2pnQVFRaDJMY1BPNStTUmZYZzRPdTlWdXFjY3pRWTdCSjhLR0FIT0VkdlkrbFBRWWZ5TVdhc3lqQ2oySnBXNEpUTlJBcGprY0JVT2sydlpoT1VBZWxNK1ZlREJUdk85Z0phV3dVNFFONlozcmQ0RFlwMkdjbU9pRDNBakpJeXdSNHhJL1dJeHJMbHBacWMrZ015UmZlS1dNN1plN25aUXdleGRVa0pWOGd6am05ZHU0TjdlOS9BQ20xQms4RUk4cUlFMHVTRks3N2U1ZldBcmNuaWVYRUwxVWQ4RUJ1OExqQkE0Tm5ONW1Ib0VUWWNVaUVNM296TUplQ041R1ppZzVLWjhyRE1EQWt3dXVCNkE1Qnh3SURiY1hXRGxPeUlnWS9oSDdZQTNrSGVudlZ1MVk0c01YNU80eUY3MVpZaWRqYk44bkhVOVJjSFRsYUhjbUpjSW1EUDlta253aEdYYUZUdkdmbUdmMUt6bnJPZXNkaW9HL1dJNU42ZWh6cEJCM3ozWVJLSWM1SnNicEVIZXhqSDhpdmN6RDNaQTZ4dHVVbWsyTkp5enA4bUR5Q01hRmJkd1c1NlA0d0tXVXlnK2ozTnRVMVZHcUhZbFdycSs2MGgrN0hJbDJmZEZCK0dKUUowVkVTcys1VXhyaVdUeDdMUnoxNUlweWJkUmsvV3U3NnBBUHl3NENFQ3BkSlZ3dkpQVGM3L25INktBSEVnT1QwVXhTY3NlaDZvZXVGSDhWQWo3K3kyZXgrNll5enpKUWh1WVJSWStiaXNKTGFSeC9JcjNkUTErVVcrRXIvS0lsVGZUTXlwTlorcWRlZGFaQnU1TGo0bmtSODEyV1RBaExiOUkvYnFkc2hwdDBwTkdEMVNWNVVyLzlNOVZCK241a0QzRWhnQmFqaUxScmExQ2NUcThpS2JnSGx6QnZTVlk4cFZZOW9RRWRRSXJ3ZC9ybFAvWko2QWtGbzVMdFBmZkFCT2FsMHkva2tJY0pEM29XQU1tRkpDMDRDMUl1Z1Rza1NmcSsrY0NPamlSVnI2bjhERTZaQXROdnVEbkttbkpncGV6OHdpbHBEeEY1SGxsczBoblg1N3A1M3pLUWRNMmNkdFNwK3B6RFRYTjRJeXZRRXV5MUdrQ2RpT0NBbkpLV3FmTFVZdzdyYU5SR1V1aU05a1Nlek9xL1hDM0pRVGdqS0hnYzY4UmJGOTJiMUl3ZElua1NMcUh6MlRwbTBVK1p1N0dTak9sMVFWc05sMlR5YTQ0Q2NtSlQ2UWFsRzk0NmozSVo3SU84cm41Y3pjYWM0VS9hSTVsNVBFSTBiNnp4SG5lbzVXNHYrN2xNUG9sNm1WSlV4V2o0OTRQM21kWU5jZkU5TVN0dlV1TFlNeVdQcENTazRIWlFPeW1sQldidzMrRnhpa01aWWFrSUdtVEtUc01HNmxLcG55dHdkZHdsTjJ5a09jcHMveWZVd3k0RjVGbGxRSmxVeVVHUFFPOFdCTkNFRzhCR3dtQ2xFVUFZUFVMTlovMUJDVENWMlo5dkRqQTdJQ1FIWk5KS2JhMERaVGxDMFlPMkFVRGNvNjFtcXBmS3ZpYmtGUHAwRkRoZWpjVHZLRkZzcGdOWFU1YlBpTDd1a2F5ak1hcHgycERqenpMbzlOOFZURjVUbFQ5Z3VBS0dXbys0QVVpMGlPVUdtM0ZMNWRLYVlqaW5tM3BicjFSMnNid1VlYlphcXV0S0NHTG8vTHVNY0NhQzJMbTlFaEh0Tnlsa3oyOVNEQ01hTWhoT0pzL1dkaW5CTGlpMG9rV1d1L3FPNi9OV3UrOFF4QitaRWFoY3dadHcrNHQxWmQ5Z3pBaElycWtmS3VpaWR3VmY1NHAweVVhZE16VHpuZGo4elIwZjhrdnhJMkhLNEhHQzR5RmJKOEtpT0EzSWlVdHFpUkpBeW9Uck9DVTZqWityeHVHeXExYjB3WmJYUVplTmZGM05EWndwR3JzcFg2NHVrWkE0aFJ3QTBnakJkVVdPSFlodHhTZFlZOGt5aGlaaGkzdUN1aXFldUJHNkJxUFpMaWtkdWQ1UlFUSHRrQmYvMW5YZUtpL0NQWTJCMTF3Rmx2V0o1SURLbUVlczd3QVFJZFNkcnZEZ281ODF1VTRodHZRZStMbUlOSGEzeVYxVzN3MHhwZlVnQUpPZnArR2VVUDg0U00yZGE2Sk1BcGNVWHNCWHdwVVNZWGRJaTZtU2VDN3A5V3NUTVFhVnNkL1N5ZUtRWFIvM2drZkNXaTJ4NE1VVm5CODJrM05WVlU2OGZuUzBjbUVkamdEVlB5NThxcGpYK1RSTGNGTDFWTTFKc2Nwc1gwUXRmL25UWGtJUHllRkFpa2xOSVdSWUVhamFvSEwxY05KdlYvVGltdEtsRnZGaHU2QlY5SFpSSGdiSXFYZ0lqc202VlJnNjUzSlMvTEZpenpJaWQxaTNFN2JwOEVFQmUzeHoxVUVmcklRNkNpMmh2WmdaZEx4VlhjS0JIcHF3QjJEYktrd1ZseHlVVXlrd3phTDVCSGZUaXhZc1QrRUE1ZUtEc3VJSWsyMXpZczN4WHNHWUJxVHRwcHNkb0RrUzNFZDgrWjhmOWxnZEp2dUtOcmlBVFJsUngzWlRYU3dCY2NUZDZHY09PZGZrY3dQbmtIM3B5dGh6TmxpcTYxUlhFanpsUjZ0NkdSSiszMFdERWlRd3hhcXA2K0g3ZS81Ti90Mjd3T0NqSGdiSjRWMUpUNEFsckJxc2JqSnNwRGFqbkRpN0Y2eDZtUi9EN3pEN3RkbHluekIyOHhVdjBTMnBrTUh6SXFjRmNIWUx5UUIrbElqWGVHQXByamVRTU4zZ2NsQ01HM01iNEplVVR5ckMwRjBHWDNFb2JTbEtHWW0zME1obytVRXlaZmxUOEVuQ09lTENEbEdLLzMrV0F2WGlucUc1MXlXZDFrb3NLeUw3ZVdtL1BhRUNtSi9LR3dlSHBCbzhQb3Q1QkJJeHM1Q01Qak5wc3hQVkRZN2tscW1jYjBrNnhsdDFXc2EwSEdSYUNld2lUeXVyVlF3UGZaZnNEN2lyeHRoQU1BSkR3MXREU0RyTmhRM3k3NCtkT3ZnR3FPQnRjMHZxMkdVUEk3S0FqVk9QZ3F6dG5TMmZMSFdJeXp2STR2MHVxclN5aTZFWXEyN3A0SEFSZzM4RmR0Z3hXT0kwZWR3L3RkTWpjMlJKV2RjeVhxQlpNZVZTV3RBVjR5WkpJaTF4eUxsZ2Yva2J0SjN1MjgzYWVHNkZxRjkxekI2TytmeERKb3VwUmhHOWx2VlBVWXN2UWRjL1h4MFlCTVQxSklqdlZvdGw0N1VwbnlvNzZRckFCTDAwZDV1TW9TektwUjg5RlZRd0pYNmZZK3RBMjBTOE8wZC9lTWRyWXMxNXU2U1lrMkNTYm5GWTNwYXBoeVZEZ1N0MURSNEZRTTRUVGkra0VCU2o1QVNoMEJoenFzKzZVbWFzd0s2a0pSQkN1cnVnZ2h6SERpWWNHRzB6c2xRVGZGRk9qdHlQNGpCV09pL2xqVEdWRHJpVjBoK0pkWEVVT3pCa096aTI5TW9qMklXS0RmeFN3a0dCTFc5KzBLbDZJblFSTG84Rm9UNFQ4NTgxTVJqcTNxVGZRWnltdUlVWjdZSkU3TUdmVkJyQzJKUTJOaWJ3NnhZSEdEQk40aUlmVzRKa0VsT3FaTnpkVFZ4R05IUW11eS9kMlBOOXlibUw4UVl5VzRsYWtKNE1yMndCTXdRU2lPVnA0b0x5T3RTa3Q4WDFvUFlJUnVnTDBCNHdTam9ZMTJQSXRpSEgvSU5ROHBBVUtWaTFvYVlNcGlZZnlqU0JsQWtaZ1NJYWxZZnhBdEUvZ2wwd1JqTkd3czQvaHh1S1JZVWVPaXVDZm1rZkh6STBaNVgzUno5UVo0ZHBCaEM4UWxFYjh4RkcrSlNhNFQyWXZwTmo1MUcxYTMzUUhvSEEvUHVCenZmUVE1QVhyMWdwRWVGM2doYUY3RUxrUXNNSXB3aHVKN0lCSnBWcnZwd0l3ZC9Qd0lESWZndzhHTndBY3FCZmNNYk45TndaTk1ML21WL1JYa3pVaG5vTk9hWFJJN2pOenZuUDQrWlI5SENtSThORFE0VU0vTjVpZjRWR2ZTeFB2V3dFWjVtd1Z0K2hqQUVyODFTQWhZS0Q0TFN4WjNLcUkveFRRN2JzcGxGaDVPREJrS0s0T3d3ZktyenZXTHdXWXdhMnp1bzlpT21hT0ZiZWlWOExTcHJPY1JRWUV3SjlnM093RHBCNFh2UUk2UlBFU0ZWeFk1akdqeUVYNTJhb3pNVWszV052b1U4a0d1aGZncWRpbW4vb0JCUWFVcUJRZlg3SWtoZFBBUVJnSjB5anhUKysrR0Q2dEkvVlNtR00rNzZFNkkxa1F4c3dTdVpIOEdtMUk5b2FsRFplZ2xHZ2hnNHIwL0JJdzJoL2xxT0VMY09TMEZGNWpVdnJxeWkzeU01UVdZRVZZMXdBZDdBU3lvRmE1QURoRGJEczR5WG11cVVOcDhmRmw2eHhCRE14ajltT1lOa0dyeklGNWR1SWIwbzZBTEo3RWFJSFloazVaTGhuQmtlQUpKTVlXZWlaQWR4SmlPNGQrR2p2MTlRM0ZOMTBIeURKV241VXo1bG1BVXdFSktjZGticklra2kxK3NTL1puOVFoWVRjOFVSS2F6eWJuY1BIbCs1Zzl4TkRUQmhaNC9NNHpEWjhZbmp4RGNUWUgvNlRhQTJCQWdsQkpwWHlJQnExRTc3WXNMTUE1T08zWEhyNGNmSDBQUUhxSHZrRlJUcXVjNlV3NG40cXlBL00wRFNYb2tDMExvclRLVC9hWlJtdmFmcVBJaGhYZWg0R1QzRSszQWYyV0dwQnZKd3ZGRWVkVytXbUFrMjRmY2VXRStmM3ZDa2lDRW1BRVdDV1BsbUNGeUQ1SjRBMDlsRGhVOFRMcVhOMThKM09HRktabUE5R09JcHB3Sjdnby84STJFTWM0Z0NkaU9USWtBUWxqUndJaG1OTWRBQWtBbnlFbzR3dGhoTWxJbzFPVklOWHZRSW80UUN6VlU5NitaR0RDS3hJa21VZ3RKR3FMRDVKdXZPSzdTTFZRbElxaFJKemZmdlY0aUpoTzloaGVtZ0FsL1M4WDFEZmh6OFFMaHVSaGlmejRETWwvbHkybElBQUJKZ3o1U29DQ0dlbVRYRjJGSEFhcGtxWlRIckEwU2Q4bkM3eWhCd3U2U1B3NmdKNUw5bHdqaUc5MFRyeXc2NW1mcTJkU2Z3d0dqZXFJZGZrYXBCbjBSaWtxZ0w0Umx4Q3p4OFVBdWdCQVJnQ0NKVFBwOE1LUVpTeDJKQy9PdERmUlg3NUVwRjIwZml0c0tLbUZNcWRLNTJlamp5aWU2VXVXbVFRQU1GaHpYZndOLzdQMjUwVXRMZTFUaklNbEdUUFhlSGtROVJza0RMTllrazlHbTJKZ1VqekhWRFBNUW0xbzFPam5qUkhza0RBaTR0cW9mb0lacW1CczZQdkx2Vjl4dUNpVWh0Q1VNQ1NuNnpKWkdPOG9ZT1U4SURlQ1BnWk1ZVWZxOURaV1hYSWlsMlIxUlhlUWtWQUJ4T2V1UDQ0Wk1CMjJURjZZdVhvU1JYaHFkVTNvbkN3OTZLeDVDRGc3N0dpcTVHRmVGWXdaaXV1UVFTNkdwN2ptZU4wRjZZNWpRSm1lUS9FQVA1Z0JLRUdvL2t5a1FyV042S3c1QnBnS1BFbkUxUW9tcjVKWUVWdzZ3WW9XSDJTY3MvOU1Na0IvbkZxMlR3cWN6OWp1Z3BEUkFscm9CQ0FhazVZNHJQSDFuVFdTV2xGLzBRYkpjUlk0Ni9YQVVBbEJDMWpQQW1JQm00andXSVl2ektYQ1Z6OWVZSFNpbjZIcmYwWi9uOFU5Q1M1bFF4ZzhBQ0x6TVdXZERTU04rRVFybmU0alUrQmR4STh6cDREdWxib2gyay9iVVJKdkpRK1NrZ1pUWGVXemMvUk5HbWY1V1FEbTMzeEloaHVONk03OWRuQ3VZelFEb0FTcG5qZGI1b1R1VjYxL1I2QVJlTXdLdnduV3N4ZzRFTVU2K0psU0dJeWRPampQQWVROTdhOXRQZXVsaXZDMEVZSmZVdzBleG16MUhBTk9QWDZjQ0J5anMzM2xPUUNqNm93QUl2NEJMRW9aQXU1Vk1zU2hPNnFMamVJODZKYklrVHl6N0I3dDVLOVlFbGpha0NIMVB2Y2NCcHhiT0hidE9SUmZNcjMzY3NCSlZzVFUxdmFycnhUQkZUTEJxVGRDTDN6VDR4R01URVZUWm9RT1hqeUc5dWtZbHJiOWZMMm5CYVRCeGZqQmVzOXAzenJnVENhOWswSFlLZXZmeGhsOFp1eTUvc09DOWxYVkdvRUFJdDAyd2RBRGF5TGp5dFRxWWJ1MElVUzg4NVpNR3J3Y0txN1pSaTY2KytDMXU1OGptbkh4NHJlQXRIOE9jUWVjQ0ltWkRzS2R5Y0Rvdk5PUHEvOGpvYjZLRTdiNDdCRFA4RUNzRWVIaUZHWkVXNlJXajNIYkVHRDBXRVQzamd4QUZmVWg2MmUzcFgzUFFTMUFNR0YwMHdxWFd0a0tPT3hMYnlZNW1pR3BBMkd6aEFYWWNmOWxiUGZyQVNwczkwb1FNcFMzWFBENU1CQnB0Q0JwZ2lBTTM2YmhlNzNTMEF2R0NjK2pMcm5EbnFKM2NsQ0grekZmMG5YSkZETWYya1lINEFZSzFMaE93SnIwT0lBNCtqbjFzOUI1RmNDQUdLNmxmenBpc1dQTXJQOGNsMWFHNjNqdHE0aGhzcldVUFFHcklWSkZVSVV3SDBRenhlNzZqNFQveEZpUmM2eXJETk9ZSTJ1Mktva0EvVmxBM1ZZN2M4UG1ROUE3L21KMmhBSTNaVWdZVFdCT0FpSDRSTW5Bb2ROcFZBVmdNd25CcG0xRkp6MW03cjJ3c2h3Tmp6VStSUEFhUVBkTHNtbENUUjA0c1NYMUMvVjE0TXFDNVJzTUwrcUpVckNCejBNWEYvUmVzSGVvOVJqSzY1bjNZZVNGazdxczRSS2ZMUUFUcVlDaDJKUmE1bUhlemZFdDYxZCtxQVdVVGUxTjJORWk0cTRJWEdUR29LT3dEeUpOTzU2ZENaRXBUbWFKaW1DZEgwNS9Fa0F6ZSttWi9rRXdLMEhKcGE2L05qV25kL3dLT3FBV2ZVSnU0bU1BNm90Y2o3cWVNckhmUGkvVytaeDFlY043Q2Z2MWV4SndYUFZHQURHOEU5L0RYVDlwMDM3ZWRsOWNObVdKOUFuRVN1V2NJWURsMXQ1SHJrVVJCY21lMFd2bG11cktnREk2bTRXOTVENEVBNWdPaHRabS9VTjhoV0N0YXNIendNekJNTkdCZ045STF6a0lCSWl0V082b0VwRWR3ZEpSYitidmsvMGx6S2pQNzhzVGFnRUIyWURGVGpjS1FCaktHRW9tRXZROUNXdWl3eW5Ld2F4aVpPVmVMNEl1ekZzaEFCbDdyc1JnVVNiZWJPSjBWT3E4QUJCK281UGhIUUdYQnlUQlNoRXRIMGlnUVNUUHBzeWZlMGJmZDhJdElQNjdQVUFGRUtzcTFsZmt1Z0FVb3ZtNVFRSXlqaFBNbURxdy90RnNWaithcW9TUkFvdjVWa1IrRVBzMFhsUUZRRjF3cTErT0FDRkNpUkRQeG5HT0psYnhyT0w2aEp2ZEgyMU1Dd2liQVVpVjZKbkdNS0krcDFFbE1CRXNlVEtsQWk2QVRrQUpZK2NmTVhhT3RkQjNnQ2x1SW9BYnY2MU1pMmVBSG93QkVsaDV6THY2T1NmYUF0cXhlTHdvYnRVb0VBZTlNQngxTXVxVk4zb05BVXpySEF4SlY4eGp0T1FGbUdKZHc3a2RMZTBZK2tNaDJUK3NjQ3Z6WWtKcDV2REJBckFnNnkzQjhvYmh0UWxUV3FHTGhwSjdaRjZaWjUyeTVZazJ0ei9XMkJaUWtObnpzUThneFQ2Q0FFWUo5dUZmQVJvc2Q3MU9kRlhNWlVkb0R3WlFPNDhsYm1PL0hPZjk1UDRza1JpQjE5NVBuZVZ3VDJIeUZvcURVZHpIcUk2ZTY4dVp0RUEwT2l3Z3JUaUhDRldyZGlBT2I1dExnWTE5QlB0QTRxd0FVUW9BMkh2NHVyZEFiQUVDaW5ya3JrRWtiaDhXVFJEZERpeHA0cys0Q2E2UE54dFlHWHZld0MzOGtMZEFmd3RZWnV3L3k0L3NhNEgvQWU1UGRFcXd5c29JQUFBQUFFbEZUa1N1UW1DQyIvPgo8L2RlZnM+Cjwvc3ZnPgo=");
  transition: all ease 0.4s;
}
.item.style2 .item__title {
  color: var(--title-color);
}
.item.style2 .item__text {
  padding-right: 10px;
}
.item.style2:hover .item__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODkiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OSA4OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxtYXNrIGlkPSJtYXNrMF84OF8zOCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9Ijg5IiBoZWlnaHQ9Ijg4Ij4KPHJlY3Qgd2lkdGg9Ijg5IiBoZWlnaHQ9Ijg3Ljk2ODIiIGZpbGw9InVybCgjcGF0dGVybjApIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF84OF8zOCkiPgo8cmVjdCB3aWR0aD0iODkuMDgxNyIgaGVpZ2h0PSI4Ny45NjgyIiBmaWxsPSIjMzdENEQ5Ii8+CjwvZz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfODhfMzgiIHRyYW5zZm9ybT0ibWF0cml4KDAuMDA2MDYwNjEgMCAwIDAuMDA2MTMxNjkgMCAtMC4wMDU4NjQ1NykiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF84OF8zOCIgd2lkdGg9IjE2NSIgaGVpZ2h0PSIxNjUiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBS1VBQUFDbENBWUFBQUE5S3ozYUFBQWE0a2xFUVZSNEFlMWRpMUhqeWhMZEVHNElEbUV6ZUdTd3JzS1NKZGVyZ2d3dUdiQVpRQWFRd1c0R2tBRTNBMjhHaEtEM3p1bnBVV3M4a21VakxyYlZWRkg2eTlMTW1kUGZhWDM3NW4vZUF0NEMzZ0xlQXQ0Q25SWm9pdUo3VTFXTFpybjhpLy9WY3RIVTViS3BWbGROVlYxeHVWeitoWXYwbk00TlBubWpxWmFMVC80SnYvMVh0d0NCUmRBVnQwMkYvd0M4OWVxdXFkZDN6V2J6WFo4UmdEZ0ZVRFFiTTNBY3BObzlsN05zYnBkL0VZaUIvZkJtd3BEQ2x2cW1PQzhlTStmcThYUVpXWlpBQnN2aVg0RXZiRGNGd09WM1ZsZE5lVTAyNXpPQzZjUHpwcy9sMnlmWUFnb0VnaEdNbzZJWTZ5cTZ1eUtiNGxKWXNnVXFyMWNSeitzVUdNc0Y3eVAzdWhYUlg0a0tBRVltKzVZL3VhekwxNllxbnBwMThYZERaaTZYd29JQThEZ3hyYyt2VFUzVkErQWZNWEQwR2wrZVdBdEVwZ0hBSXB0VlYzaE1IZ3ZBNVRyUHFSYnNlQVVpZ0xiWlJIQ25yeWRnYmdFMkJMYU9McnVwZ2pxeHVpTElLYkxiKzlqZjRmSEFsQTVHMnpJbnVxN3NwNCtIam8vckZOM0xCZGhKOStreTdWd0ZwUjdITWoxSGovRTM2K3VicGk0ZnlJUjE4ZGhVNVUvKzErVU5tVkZaV1pjWUVFWG1PU0NLd1h6cjhoZXYzNngva0dVQndnd2JScDA0YzYvNGZDTlpXTS8zNVVRdFFOWXJyNWU0SFVVdFJMSVIxeC81R1FLVVlJS09DTEFWVDAxVnZEUjF1VzAyNVh0VGw4MkIvMXRlajN0c3lyZW1LbjQzNi9LaEtZTTR4MitCcGNISTFFdlh2L2xiL04wVldUMzNQbVJlREx3TVFGTUd6MTN2K3lab0FYWmN0YnB2TmdCS3RhRHlUL0c2eTBCamY0NmRSNll6d0RzY2RJZUN0RDFmUVA0V1FQZ2lvQlF2QUZteExwOEpaREpwWGhjVnZiYjhhYTMyc2UvdjUzMmdCY2lNZGZFbUlxNzQzdFJ3NlJTUE9kR01uOG1KUHYxNTNtdU5hNDlpdlJaUW53cGV2R3Z4VzFoYUxmdWdJZ2h6MzZiNnExcm9NbmhiL1RROVQ5dkJsMGUyQUJzWXVoc0J0TG9Uc1ZRdHJIOVJieDJZTkN2dXpnT0l2V29CeEQ5RStrT1VEbUJRcUJiR1ZZUjJvQVJSL2JiYUZmM3VTbEswSExFVWdOSFJmVStSRnR3enVWdXhJM0pHQVMxYWl2dGo5TUIvaVJGN2dUajArd0RwRXdlYUFqQjVmd0duTW16TG1ybjI4MzE3V2lDdzNUMzllZ0JpUm9sUGJ5RzZWTnZ3b21QUk1CbnEyQXM0UmhGLzI0S3p1RVhiNU1RMTJ6VUJidHFPdnAxcEFZN3V1bnlEVmNyRzdXRkhGVUVVNWNIZEkyQXVuazViVHp5S0ZVY01udUtGZ3hpV081ejN0YlNmYldJQ0Y2SytMbTkwUDlwTTEzMFpXb0N1bk1DRWNiU1BZRWJiZ09FNldLaVhKcUpIZ0RFRmVmRWk3UUZ3d3U4cHpMblRYdkJZT0NCdHM4ZzZIZENNc01EOVFSZFAxa0N4VjBxRGkvSk9sb1FGL2FrV2NOcnBaN0t0MWpsY1oyRE80RXh2bHlFczZrNzJGbDdxNUJaeHZiNGJNMnJKcWtHY2l6dW8zRG9nOXd3UytIVGhtTjhVajdEUzJ4NEl4QkJJSWQwL3UyMWh5QkI5eVlUL2hocWtFY2U1aStuRHBNTTI1enJTZGxhQzBPM1pMU1Z1eTFqdms0cVNNWTNnekxpSEVVZUJ0TFhVdGMwaHFiQXVSbUtiTTZESEwzb1pmV2J3R3lJS0U1UnNOc2FBd3MzalVOaEhOZm9VSFRlRGUwRGFNTDdlZGF5bmZTRzY2SVdteUlrUE1hUm4xYXM3Ty9vVW5MbDliRGdrUURnZ2o3REM5d3d1SnBmQUFBcCtUZFhWbWJGVVhTbEFxUzRoaWpSQUhMYnZ6bUtkd0ZLWHo1NFhJNXRDS1VmbURCckN3VGc5R0x0dEtycm1CcTRqRTNnQU1FMWYwVWhhRjMrZkJlRDJQYVNJQ0hsWis1SzU2NXE2K0ErVmNjbFJkSGJzZ3VkendhbFpWL1YxZEtwckgybS9pZnExNi9QVTg4NWlLZjdFZHZRTlBUU05HSXFUT1lRRjk0alZmeE9NbmQ4cWtEcjMzR1NBcVgxSFlHYmNTbnI4cEplV0lZY2VGS093MlJSUExxWlBCcWhJOHNCc3o1aTVqLzZMYkJsRXVtNFA5ZTFKSFdNYTFRamZJMGNkY2lNeFdqMDgrTG5pdWNPSSt3WkE4VTQvc3RVcENWUkUzVlkwZ0FoVW80T2VGQURUaDZHVlBZTGVHWm1wbzZnK2RuckJDWFhrdm80K3crTUkreHBnYWwvVFRRUUp4N2xQK1N4NFBmZkxsMlMrdGJoNzlHWHc0TGtIbzhoR1RKWnhXWGY1bkt6NlVwVS9zLzFud0tvZ3paMzNwZnNJeUl5L0svZFFZZm9Da2lqZzhuRXIreURSK2dXTVc2M3VjLzJvKzBCQVNEYlc3Wk5ZOHFIcTRuSE13eENRTEFLd3VuTTk4Z3NBZHV3QUNCS3dyNDlENXRZZ2VQdXUvWlQ5TWo5a3YrdW4yYXp1ZVM0clNEaERucXpJN2dYdXJnL1RBb3BpZk1DZFpNLzkxSFc2RDhZWU5uU0lJeHZhR2ZMOHdHZ1lQVE1KelFMTTVqVFkvZi9hT3ZYSVRma0xQNmg1anJrZkYyb1BXZER1K2psemowSHhic09SdHIrcHhzRWlSNzJrQTJjTzJQdDhhUDMvWWNFWFBLRDhZOGJocmdnbmNEbjlFL1VmZzAreVZ6eVlFZW5ubkRKNHQ3bStWakNwMGFzZUdOMy82VXZxaDNDb2l1WEZtWFRwajhyRFlWNHk1bWV2N3M5YWJQa2dTUVpKOFpiMnQ5MVdNckw3UG5WZGdZZ2ZHWXB2TjV3N2d3b1crSGNXdk1BMmVMQkFTNW1ST0RIK1RIdnU1T3N3YmdoSUpPdjJPY2ZCb3JDeXlaSSt3L0FDQVNuTWFWeEZPdjhuQmVma0FFeHZpRENpN3N2cEZXcnd0UDVJZC8xY0xDQXAvVnJEaDMxdnB2UDJFWmJpWi9JbEdMRHZwcEpsN25ya1pZUFJxbU90ZnRraExWT1NrYUs4UjZyMjRlamcvWU9nUk5ZNHNrbGNqMHlNQTl1UkY3YmVGeU1QUG13U2xaR3lCd051NklKOStnS2Q2U2o2NlRIdCtRQlN5U2ZqbTZSSTE2a3d5UlNMSVp5Tk9xWmcxR1h1b3Vna2QvZlAvQUFKWUZiRlN4WVhnU0hwejU3S0dxYytFRzdHRy9mb2syUkppV3ZQczFPVU1lYThOTmI0RUVCenh3N2FaNjNzUHFZVXNLTGlSU21aNUhQdW1GbS9lL0hlaHhHQWp0STBJK1lQQXlSaW1ZWnljZFBjRFVJdFNQZ21uU1c5RFRwTzlSUXZUVlUrVzB5bHh3L2E3cGo3R1JIdStaRStJQ01wOWVSQkFIQk5WZDBpYWVNZzhPVk9UaGx5ZDVzUkhHZEpaMG5CUUkvUlExQnliazkrbWtVT2U3MzdOTFRJbThLMFQwYUN1NENjSlNOTDZzRHNVZldJSVg0ZVJyNzQxZ3U2OUlDVitZeGZteC9RWTNHSkg5QUg4YVZMQzhYQUVGdVMyUEl1cEJTTGNWdUQ2OWhoWTVoMlhVOTJsblNXN0NVbFEyYUtGMTN5OHl2R2lOYjl2VXNWejhxR3VSUEZEZVM2WkcrSEtHUE1lWm1aNWFpWW9udG9yTUdqZ0FRUWgyTGNQTzUrU1JmWGc0T3U5VnVxY2N6UVk3Qko4S0dBSE9FZHZZK2xQUVlmeU1XYXN5akNqMkpwVzRKVE5SQXBqa2NCVU9rMnZaaE9VQWVsTStWZURCVHZPOWdKYVd3VTRRTjZaM3JkNERZcDJHY21PaUQzQWpKSXl3UjR4SS9XSXhyTGxwWnFjK2dNeVJmZUtXTTdaZTduWlF3ZXhkVWtKVjhnemptOWR1NE43ZTkvQUNtMUJrOEVJOHFJRTB1U0ZLNzdlNWZXQXJjbmllWEVMMVVkOEVCdThMakJBNE5uTjVtSG9FVFljVWlFTTNvek1KZUNONUdaaWc1S1o4ckRNREFrd3V1QjZBNUJ4d0lEYmNYV0RsT3lJZ1kvaEg3WUEza0hlbnZWdTFZNHNNWDVPNHlGNzFaWWlkamJOOG5IVTlSY0hUbGFIY21KY0ltRFA5bWtud2hHWGFGVHZHZm1HZjFLem5yT2VzZGlvRy9XSTVONmVoenBCQjN6M1lSS0ljNUpzYnBFSGV4akg4aXZjekQzWkE2eHR1VW1rMk5KeXpwOG1EeUNNYUZiZHdXNTZQNHdLV1V5ZytqM050VTFWR3FIWWxXcnErNjBoKzdISWwyZmRGQitHSlFKMFZFU3MrNVV4cmlXVHg3TFJ6MTVJcHliZFJrL1d1NzZwQVB5dzRDRUNwZEpWd3ZKUFRjNy9uSDZLQUhFZ09UMFV4U2NzZWg2b2V1Rkg4VkFqNyt5MmV4KzZZeXp6SlFodVlSUlkrYmlzSkxhUngvSXIzZFExK1VXK0VyL0tJbFRmVE15cE5aK3FkZWRhWkJ1NUxqNG5rUjgxMldUQWhMYjlJL2JxZHNocHQwcE5HRDFTVjVVci85TTlWQituNWtEM0VoZ0JhamlMUnJhMUNjVHE4aUtiZ0hsekJ2U1ZZOHBWWTlvUUVkUUlyd2QvcmxQL1pKNkFrRm81THRQZmZBQk9hbDB5L2trSWNKRDNvV0FNbUZKQzA0QzFJdWdUc2tTZnErK2NDT2ppUlZyNm44REU2WkF0TnZ1RG5LbW5KZ3Blejh3aWxwRHhGNUhsbHMwaG5YNTdwNTN6S1FkTTJjZHRTcCtwekRUWE40SXl2UUV1eTFHa0NkaU9DQW5KS1dxZkxVWXc3cmFOUkdVdWlNOWtTZXpPcS9YQzNKUVRnaktIZ2M2OFJiRjkyYjFJd2RJbmtTTHFIejJUcG0wVStadTdHU2pPbDFRVnNObDJUeWE0NENjbUpUNlFhbEc5NDZqM0laN0lPOHJuNWN6Y2FjNFUvYUk1bDVQRUkwYjZ6eEhuZW81VzR2KzdsTVBvbDZtVkpVeFdqNDk0UDNtZFlOY2ZFOU1TdHZVdUxZTXlXUHBDU2s0SFpRT3ltbEJXYnczK0Z4aWtNWllha0lHbVRLVHNNRzZsS3BueXR3ZGR3bE4yeWtPY3BzL3lmVXd5NEY1RmxsUUpsVXlVR1BRTzhXQk5DRUc4Qkd3bUNsRVVBWVBVTE5aLzFCQ1RDVjJaOXZEakE3SUNRSFpOSktiYTBEWlRsQzBZTzJBVURjbzYxbXFwZkt2aWJrRlBwMEZEaGVqY1R2S0ZGc3BnTlhVNWJQaUw3dWtheWpNYXB4MnBEanp6TG85TjhWVEY1VGxUOWd1QUtHV28rNEFVaTBpT1VHbTNGTDVkS2FZamlubTNwYnIxUjJzYndVZWJaYXF1dEtDR0xvL0x1TWNDYUMyTG05RWhIdE55bGt6MjlTRENNYU1oaE9Kcy9XZGluQkxpaTBva1dXdS9xTzYvTld1KzhReEIrWkVhaGN3WnR3KzR0MVpkOWd6QWhJcnFrZkt1aWlkd1ZmNTRwMHlVYWRNelR6bmRqOHpSMGY4a3Z4STJISzRIR0M0eUZiSjhLaU9BM0lpVXRxaVJKQXlvVHJPQ1U2alorcnh1R3lxMWIwd1piWFFaZU5mRjNORFp3cEdyc3BYNjR1a1pBNGhSd0EwZ2pCZFVXT0hZaHR4U2RZWThreWhpWmhpM3VDdWlxZXVCRzZCcVBaTGlrZHVkNVJRVEh0a0JmLzFuWGVLaS9DUFkyQjExd0ZsdldKNUlES21FZXM3d0FRSWRTZHJ2RGdvNTgxdVU0aHR2UWUrTG1JTkhhM3lWMVczdzB4cGZVZ0FKT2ZwK0dlVVA4NFNNMmRhNkpNQXBjVVhzQlh3cFVTWVhkSWk2bVNlQzdwOVdzVE1RYVZzZC9TeWVLUVhSLzNna2ZDV2kyeDRNVVZuQjgyazNOVlZVNjhmblMwY21FZGpnRFZQeTU4cXBqWCtUUkxjRkwxVk0xSnNjcHNYMFF0Zi9uVFhrSVB5ZUZBaWtsTklXUllFYWphb0hMMWNOSnZWL1RpbXRLbEZ2Rmh1NkJWOUhaUkhnYklxWGdJanNtNlZSZzY1M0pTL0xGaXp6SWlkMWkzRTdicDhFRUJlM3h6MVVFZnJJUTZDaTJodlpnWmRMeFZYY0tCSHBxd0IyRGJLa3dWbHh5VVV5a3d6YUw1QkhmVGl4WXNUK0VBNWVLRHN1SUlrMjF6WXMzeFhzR1lCcVR0cHBzZG9Ea1MzRWQ4K1o4ZjlsZ2RKdnVLTnJpQVRSbFJ4M1pUWFN3QmNjVGQ2R2NPT2Rma2N3UG5rSDNweXRoek5saXE2MVJYRWp6bFI2dDZHUkorMzBXREVpUXd4YXFwNitIN2UvNU4vdDI3d09DakhnYko0VjFKVDRBbHJCcXNiakpzcERham5EaTdGNng2bVIvRDd6RDd0ZGx5bnpCMjh4VXYwUzJwa01IeklxY0ZjSFlMeVFCK2xJalhlR0FwcmplUU1OM2djbENNRzNNYjRKZVVUeXJDMEYwR1gzRW9iU2xLR1ltMzBNaG8rVUV5WmZsVDhFbkNPZUxDRGxHSy8zK1dBdlhpbnFHNTF5V2Qxa29zS3lMN2VXbS9QYUVDbUovS0d3ZUhwQm84UG90NUJCSXhzNUNNUGpOcHN4UFZEWTdrbHFtY2IwazZ4bHQxV3NhMEhHUmFDZXdpVHl1clZRd1BmWmZzRDdpcnh0aEFNQUpEdzF0RFNEck5oUTN5NzQrZE92Z0dxT0J0YzB2cTJHVVBJN0tBalZPUGdxenRuUzJmTEhXSXl6dkk0djB1cXJTeWk2RVlxMjdwNEhBUmczOEZkdGd4V09JMGVkdy90ZE1qYzJSSldkY3lYcUJaTWVWU1d0QVY0eVpKSWkxeHlMbGdmL2tidEozdTI4M2FlRzZGcUY5MXpCNk8rZnhESm91cFJoRzlsdlZQVVlzdlFkYy9YeDBZQk1UMUpJanZWb3RsNDdVcG55bzc2UXJBQkwwMGQ1dU1vU3pLcFI4OUZWUXdKWDZmWSt0QTIwUzhPMGQvZU1kcllzMTV1NlNZazJDU2JuRlkzcGFwaHlWRGdTdDFEUjRGUU00VFRpK2tFQlNqNUFTaDBCaHpxcys2VW1hc3dLNmtKUkJDdXJ1Z2doekhEaVljR0cwenNsUVRmRkZPanR5UDRqQldPaS9salRHVkRyaVYwaCtKZFhFVU96QmtPemkyOU1vajJJV0tEZnhTd2tHQkxXOSswS2w2SW5RUkxvOEZvVDRUODU4MU1SanEzcVRmUVp5bXVJVVo3WUpFN01HZlZCckMySlEyTmlidzZ4WUhHREJONGlJZlc0SmtFbE9xWk56ZFRWeEdOSFFtdXkvZDJQTjl5Ym1MOFFZeVc0bGFrSjRNcjJ3Qk13UVNpT1ZwNG9MeU90U2t0OFgxb1BZSVJ1Z0wwQjR3U2pvWTEyUEl0aUhIL0lOUThwQVVLVmkxb2FZTXBpWWZ5alNCbEFrWmdTSWFsWWZ4QXRFL2dsMHdSak5Hd3M0L2h4dUtSWVVlT2l1Q2Zta2ZIekkwWjVYM1J6OVFaNGRwQmhDOFFsRWI4eEZHK0pTYTRUMll2cE5qNTFHMWEzM1FIb0hBL1B1Qnp2ZlFRNUFYcjFncEVlRjNnaGFGN0VMa1FzTUlwd2h1SjdJQkpwVnJ2cHdJd2QvUHdJRElmZ3c4R053QWNxQmZjTWJOOU53Wk5NTC9tVi9SWGt6VWhub05PYVhSSTdqTnp2blA0K1pSOUhDbUk4TkRRNFVNL041aWY0VkdmU3hQdld3RVo1bXdWdCtoakFFcjgxU0FoWUtENExTeFozS3FJL3hUUTdic3BsRmg1T0RCa0tLNE93d2ZLcnp2V0x3V1l3YTJ6dW85aU9tYU9GYmVpVjhMU3ByT2NSUVlFd0o5ZzNPd0RwQjRYdlFJNlJQRVNGVnhZNWpHanlFWDUyYW96TVVrM1dOdm9VOGtHdWhmZ3FkaW1uL29CQlFhVXFCUWZYN0lraGRQQVFSZ0oweWp4VCsrK0dENnRJL1ZTbUdNKzc2RTZJMWtReHN3U3VaSDhHbTFJOW9hbERaZWdsR2doZzRyMC9CSXcyaC9scU9FTGNPUzBGRjVqVXZycXlpM3lNNVFXWUVWWTF3QWQ3QVN5b0ZhNUFEaERiRHM0eVhtdXFVTnA4ZkZsNnh4QkRNeGo5bU9ZTmtHcnpJRjVkdUliMG82QUxKN0VhSUhZaGs1WkxobkJrZUFKSk1ZV2VpWkFkeEppTzRkK0dqdjE5UTNGTjEwSHlESlduNVV6NWxtQVV3RUpLY2RrYnJJa2tpMStzUy9abjlRaFlUYzhVUkthenlibmNQSGwrNWc5eE5EVEJoWjQvTTR6RFo4WW5qeERjVFlILzZUYUEyQkFnbEJKcFh5SUJxMUU3N1lzTE1BNU9PM1hIcjRjZkgwUFFIcUh2a0ZSVHF1YzZVdzRuNHF5QS9NMERTWG9rQzBMb3JUS1QvYVpSbXZhZnFQSWhoWGVoNEdUM0UrM0FmMldHcEJ2Snd2RkVlZFcrV21BazI0ZmNlV0UrZjN2Q2tpQ0VtQUVXQ1dQbG1DRnlENUo0QTA5bERoVThUTHFYTjE4SjNPR0ZLWm1BOUdPSXBwd0o3Z28vOEkyRU1jNGdDZGlPVElrQVFsalJ3SWhtTk1kQUFrQW55RW80d3RoaE1sSW8xT1ZJTlh2UUlvNFFDelZVOTYrWkdEQ0t4SWttVWd0SkdxTEQ1SnV2T0s3U0xWUWxJcWhSSnpmZnZWNGlKaE85aGhlbWdBbC9TOFgxRGZoejhRTGh1UmhpZno0RE1sL2x5MmxJQUFCSmd6NVNvQ0NHZW1UWEYyRkhBYXBrcVpUSHJBMFNkOG5DN3loQnd1NlNQdzZnSjVMOWx3amlHOTBUcnl3NjVtZnEyZFNmd3dHamVxSWRma2FwQm4wUmlrcWdMNFJseEN6eDhVQXVnQkFSZ0NDSlRQcDhNS1FaU3gySkMvT3REZlJYNzVFcEYyMGZpdHNLS21GTXFkSzUyZWpqeWllNlV1V21RUUFNRmh6WGZ3Ti83UDI1MFV0TGUxVGpJTWxHVFBYZUhrUTlSc2tETE5Za2s5R20ySmdVanpIVkRQTVFtMW8xT2pualJIc2tEQWk0dHFvZm9JWnFtQnM2UHZMdlY5eHVDaVVodENVTUNTbjZ6SlpHTzhvWU9VOElEZUNQZ1pNWVVmcTlEWldYWElpbDJSMVJYZVFrVkFCeE9ldVA0NFpNQjIyVEY2WXVYb1NSWGhxZFUzb25Ddzk2S3g1Q0RnNzdHaXE1R0ZlRll3Wml1dVFRUzZHcDdqbWVOMEY2WTVqUUptZVEvRUFQNWdCS0VHby9reWtRcldONkt3NUJwZ0tQRW5FMVFvbXI1SllFVnc2d1lvV0gyU2NzLzlNTWtCL25GcTJUd3FjejlqdWdwRFJBbHJvQkNBYWs1WTRyUEgxblRXU1dsRi8wUWJKY1JZNDYvWEFVQWxCQzFqUEFtSUJtNGp3V0lZdnpLWENWejllWUhTaW42SHJmMFovbjhVOUNTNWxReGc4QUNMek1XV2REU1NOK0VRcm5lNGpVK0JkeEk4enA0RHVsYm9oMmsvYlVSSnZKUStTa2daVFhlV3pjL1JOR21mNVdRRG0zM3hJaGh1TjZNNzlkbkN1WXpRRG9BU3BuamRiNW9UdVY2MS9SNkFSZU13S3Z3bldzeGc0RU1VNitKbFNHSXlkT2pqUEFlUTk3YTl0UGV1bGl2QzBFWUpmVXcwZXhtejFIQU5PUFg2Y0NCeWpzMzNsT1FDajZvd0FJdjRCTEVvWkF1NVZNc1NoTzZxTGplSTg2SmJJa1R5ejdCN3Q1SzlZRWxqYWtDSDFQdmNjQnB4Yk9IYnRPUlJmTXIzM2NzQkpWc1RVMXZhcnJ4VEJGVExCcVRkQ0wzelQ0eEdNVEVWVFpvUU9YanlHOXVrWWxyYjlmTDJuQmFUQnhmakJlczlwM3pyZ1RDYTlrMEhZS2V2ZnhobDhadXk1L3NPQzlsWFZHb0VBSXQwMndkQURheUxqeXRUcVlidTBJVVM4ODVaTUdyd2NLcTdaUmk2NisrQzF1NThqbW5IeDRyZUF0SDhPY1FlY0NJbVpEc0tkeWNEb3ZOT1BxLzhqb2I2S0U3YjQ3QkRQOEVDc0VlSGlGR1pFVzZSV2ozSGJFR0QwV0VUM2pneEFGZlVoNjJlM3BYM1BRUzFBTUdGMDB3cVhXdGtLT094TGJ5WTVtaUdwQTJHemhBWFljZjlsYlBmckFTcHM5MG9RTXBTM1hQRDVNQkJwdENCcGdpQU0zNmJoZTczUzBBdkdDYytqTHJuRG5xSjNjbENIK3pGZjBuWEpGRE1mMmtZSDRBWUsxTGhPd0pyME9JQTQram4xczlCNUZjQ0FHSzZsZnpwaXNXUE1yUDhjbDFhRzYzanRxNGhoc3JXVVBRR3JJVkpGVUlVd0gwUXp4ZTc2ajRUL3hGaVJjNnlyRE5PWUkydTJLb2tBL1ZsQTNWWTdjOFBtUTlBNy9tSjJoQUkzWlVnWVRXQk9BaUg0Uk1uQW9kTnBWQVZnTXduQnBtMUZKejFtN3Iyd3Nod05qelUrUlBBYVFQZExzbWxDVFIwNHNTWDFDL1YxNE1xQzVSc01MK3FKVXJDQnowTVhGL1Jlc0hlbzlSaks2NW4zWWVTRms3cXM0UktmTFFBVHFZQ2gySlJhNW1IZXpmRXQ2MWQrcUFXVVRlMU4yTkVpNHE0SVhHVEdvS093RHlKTk81NmRDWkVwVG1hSmltQ2RIMDUvRWtBemUrbVova0V3SzBISnBhNi9OalduZC93S09xQVdmVUp1NG1NQTZvdGNqN3FlTXJIZlBpL1crWngxZWNON0NmdjFleEp3WFBWR0FERzhFOS9EWFQ5cDAzN2VkbDljTm1XSjlBbkVTdVdjSVlEbDF0NUhya1VSQmNtZTBXdmxtdXJLZ0RJNm00Vzk1RDRFQTVnT2h0Wm0vVU44aFdDdGFzSHp3TXpCTU5HQmdOOUkxemtJQklpdFdPNm9FcEVkd2RKUmIrYnZrLzBsektqUDc4c1RhZ0VCMllERlRqY0tRQmpLR0VvbUV2UTlDV3Vpd3luS3dheGlaT1ZlTDRJdXpGc2hBQmw3cnNSZ1VTYmViT0owVk9xOEFCQitvNVBoSFFHWEJ5VEJTaEV0SDBpZ1FTVFBwc3lmZTBiZmQ4SXRJUDY3UFVBRkVLc3ExbGZrdWdBVW92bTVRUUl5amhQTW1EcXcvdEZzVmorYXFvU1JBb3Y1VmtSK0VQczBYbFFGUUYxd3ExK09BQ0ZDaVJEUHhuR09KbGJ4ck9MNmhKdmRIMjFNQ3dpYkFVaVY2Sm5HTUtJK3AxRWxNQkVzZVRLbEFpNkFUa0FKWStjZk1YYU90ZEIzZ0NsdUlvQWJ2NjFNaTJlQUhvd0JFbGg1ekx2Nk9TZmFBdHF4ZUx3b2J0VW9FQWU5TUJ4MU11cVZOM29OQVV6ckhBeEpWOHhqdE9RRm1HSmR3N2tkTGUwWStrTWgyVCtzY0N2ellrSnA1dkRCQXJBZzZ5M0I4b2JodFFsVFdxR0xocEo3WkY2Wlo1Mnk1WWsydHovVzJCWlFrTm56c1E4Z3hUNkNBRVlKOXVGZkFSb3NkNzFPZEZYTVpVZG9Ed1pRTzQ4bGJtTy9IT2Y5NVA0c2tSaUIxOTVQbmVWd1QySHlGb3FEVWR6SHFJNmU2OHVadEVBME9pd2dyVGlIQ0ZXcmRpQU9iNXRMZ1kxOUJQdEE0cXdBVVFvQTJIdjR1cmRBYkFFQ2lucmtya0VrYmg4V1RSRGREaXhwNHMrNENhNlBOeHRZR1h2ZXdDMzhrTGRBZnd0WVp1dy95NC9zYTRIL0FlNVBkRXF3eXNvSUFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K");
  transition: all ease 0.4s;
}

.feature--layout5 {
  padding-top: 155px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .feature--layout5 {
    padding-top: 90px;
  }
}

.brand__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 40px;
  text-align: center;
  position: relative;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .brand__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .brand__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.brand__list .line {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  /* Small devices */
}
@media (max-width: 767px) {
  .brand__list .line {
    display: none;
  }
}
.brand__list .line.one, .brand__list .line.three {
  width: 1px;
  height: 100%;
  left: 33%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .brand__list .line.one, .brand__list .line.three {
    left: 40%;
  }
}
.brand__list .line.two {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* Medium devices */
}
@media (max-width: 991px) {
  .brand__list .line.two {
    display: none;
  }
}
.brand__list .line.three {
  right: 33%;
  left: auto;
  /* Medium devices */
}
@media (max-width: 991px) {
  .brand__list .line.three {
    right: 40%;
  }
}

.video--layout5 {
  padding: 120px 0 280px;
  position: relative;
  z-index: 1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .video--layout5 {
    padding: 100px 0 200px;
  }
}
.video--layout5 .bg-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #000000 1.32%, #000000 100%);
  opacity: 0.4;
}
.video-content {
  text-align: center;
}
.video-content .sec-title {
  font-size: 64px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .video-content .sec-title {
    font-size: 24px;
  }
}
.video-content .play-btn {
  margin-bottom: 50px;
}
.video-content .play-btn::before, .video-content .play-btn::after {
  background-color: rgba(255, 255, 255, 0.2);
  animation-name: ripple2;
  animation-duration: 3s;
}
.video-content .play-btn::after {
  animation-duration: 3.2s;
}
.video-content .play-btn > i {
  color: var(--white-color);
  background-color: var(--theme-color2);
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
}

.cate--layout5 {
  margin-top: -162px;
  position: relative;
  z-index: 1;
}
.cate--layout5 .cate__box {
  background-color: var(--theme-color);
  padding: 100px 80px 90px;
  background-size: contain;
  border-radius: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .cate--layout5 .cate__box {
    padding: 20px;
    background-position: top;
  }
}
.cate__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .cate__list {
    gap: 15px;
  }
}
.cate-block {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  min-width: 180px;
  min-height: 180px;
  justify-content: center;
  background: var(--white-color);
  border-radius: 11px;
  transition: all ease 0.4s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .cate-block {
    min-width: 160px;
    min-height: 160px;
  }
}
.cate-block > i {
  color: var(--theme-color);
  transition: all ease 0.4s;
  margin-bottom: 25px;
}
.cate-block > span {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  transition: all ease 0.4s;
}
.cate-block:hover {
  background-color: var(--theme-color2);
}
.cate-block:hover > i {
  color: var(--white-color);
}
.cate-block:hover > span {
  color: var(--white-color);
}

.testimonial-slider5 {
  margin: -30px -10px;
}

.testi-style5 {
  background-color: var(--theme-color);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px 154px 15px 15px;
  padding: 40px 30px 40px 35px;
  margin: 30px 10px;
  position: relative;
}
.testi-style5::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 180.5px 10px 10px;
}
.testi-style5 .testi-header {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 45px;
  /* Small devices */
}
@media (max-width: 767px) {
  .testi-style5 .testi-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.testi-style5 .testi-avater {
  min-width: 120px;
  min-height: 120px;
  border-radius: 75px 75px 15px 61px;
}
.testi-style5 .testi-avater > img {
  width: 100%;
  border-radius: 75px 75px 15px 61px;
}
.testi-style5 .testi-rating {
  display: inline-flex;
  align-items: center;
}
.testi-style5 .testi-rating > i {
  font-size: 16px;
  color: var(--theme-color);
}
.testi-style5 .testi-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.testi-style5 .testi-text {
  margin-bottom: 0;
  line-height: 2.25;
}
.testi-style5 .testi-body {
  position: relative;
  z-index: 1;
}

.offer-block.style2 {
  margin-top: -67px;
  margin-bottom: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .offer-block.style2 {
    margin-top: -40px;
  }
}

.blog-style6,
.blog-style7 {
  background-color: var(--white-color);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.blog-style6 .blog-img,
.blog-style7 .blog-img {
  overflow: hidden;
}
.blog-style6 .blog-img img,
.blog-style7 .blog-img img {
  width: 100%;
  max-height: 285px;
  object-fit: cover;
  transition: all 1s ease-in-out 0s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-style6 .blog-img img,
  .blog-style7 .blog-img img {
    max-height: 100%;
    height: 100%;
  }
}
.blog-style6 .blog-top,
.blog-style7 .blog-top {
  margin-bottom: 15px;
}
.blog-style6 .blog-content,
.blog-style7 .blog-content {
  padding: 30px 30px 40px;
}
.blog-style6 .blog-meta,
.blog-style7 .blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.blog-style6 .blog-meta::after,
.blog-style7 .blog-meta::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #505050;
  right: 0;
}
.blog-style6 .blog-meta:last-child,
.blog-style7 .blog-meta:last-child {
  padding-right: 0;
  margin-right: 0;
}
.blog-style6 .blog-meta:last-child::after,
.blog-style7 .blog-meta:last-child::after {
  display: none;
}
.blog-style6 .blog-bottom,
.blog-style7 .blog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffccb1;
}
.blog-style6 .blog-bottom .blog-link,
.blog-style7 .blog-bottom .blog-link {
  font-weight: 600;
  color: var(--theme-color);
}
.blog-style6 .blog-bottom .blog-link:hover,
.blog-style7 .blog-bottom .blog-link:hover {
  color: var(--theme-color2);
}
.blog-style6 .blog-date,
.blog-style7 .blog-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--theme-color);
  text-align: center;
  color: var(--white-color);
  min-width: 50px;
  min-height: 50px;
  font-size: 14px;
  line-height: 1;
}
.blog-style6 .blog-date > span,
.blog-style7 .blog-date > span {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.blog-style6:hover .blog-img img,
.blog-style7:hover .blog-img img {
  transform: scale(1.2) rotate(5deg);
  transition: all 1s ease-in-out 0s;
}

.blog-style7 {
  display: flex;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-style7 {
    flex-wrap: wrap;
  }
}
.blog-style7 .blog-img {
  min-width: 388px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-style7 .blog-img {
    min-width: 100%;
  }
}
.blog-style7 .blog-top {
  margin-bottom: 5px;
}
.blog-style7 .blog-content {
  min-height: 285px;
  padding: 30px;
}
.blog-style7 .blog-title {
  margin-bottom: 5px;
}
.blog-style7 .blog-text {
  margin-bottom: 15px;
}

.ferry-style-list {
  background-color: var(--white-color);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ferry-style-list .blog-img {
  overflow: hidden;
}
.ferry-style-list .blog-img img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  transition: all 1s ease-in-out 0s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .ferry-style-list .blog-img img {
    max-height: 100%;
    height: 100%;
  }
}
.ferry-style-list .blog-top {
  margin-bottom: 15px;
}
.ferry-style-list .blog-content {
  padding: 30px 30px 40px;
}
.ferry-style-list .blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.ferry-style-list .blog-meta::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #505050;
  right: 0;
}
.ferry-style-list .blog-meta:last-child {
  padding-right: 0;
  margin-right: 0;
}
.ferry-style-list .blog-meta:last-child::after {
  display: none;
}
.ferry-style-list .blog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffccb1;
}
.ferry-style-list .blog-bottom .blog-link {
  font-weight: 600;
  color: var(--theme-color);
}
.ferry-style-list .blog-bottom .blog-link:hover {
  color: var(--theme-color2);
}
.ferry-style-list .blog-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--theme-color);
  text-align: center;
  color: var(--white-color);
  min-width: 50px;
  min-height: 50px;
  font-size: 14px;
  line-height: 1;
}
.ferry-style-list .blog-date > span {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.ferry-style-list:hover .blog-img img {
  transform: scale(1.2) rotate(5deg);
  transition: all 1s ease-in-out 0s;
}

.ferry-style-list {
  display: flex;
  /* Small devices */
}
@media (max-width: 767px) {
  .ferry-style-list {
    flex-wrap: wrap;
  }
}
.ferry-style-list .blog-img {
  min-width: 200px;
  padding: 1rem;
  /* Small devices */
}
@media (max-width: 767px) {
  .ferry-style-list .blog-img {
    min-width: 100%;
  }
}
.ferry-style-list .blog-top {
  margin-bottom: 5px;
}
.ferry-style-list .blog-content {
  min-height: 200px;
  padding: 30px;
}
.ferry-style-list .blog-title {
  margin-bottom: 5px;
}
.ferry-style-list .blog-text {
  margin-bottom: 15px;
}

.footer-layout5 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-layout5 {
    padding-top: 60px;
  }
}
.footer-layout5 .vs-widget-about .footer-text {
  text-transform: capitalize;
  max-width: 100%;
  padding-right: 15px;
  margin-bottom: 35px;
}
.footer-layout5 .widget_nav_menu .menu li {
  float: left;
  width: 50%;
}
.footer-layout5 .widget_nav_menu .menu li > a {
  padding-left: 0;
}

.vs-card.style2 {
  border-radius: 20px;
  flex-direction: column;
  position: absolute;
  min-width: 270px;
  bottom: 55px;
  right: 0;
  background-color: var(--white-color);
  gap: 0;
  padding: 0 0 20px 0;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  z-index: 9;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-card.style2 {
    position: relative;
  }
}
.vs-card.style2 .vs-card__icon {
  min-width: 99px;
  min-height: 109px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -48px;
  margin-bottom: 15px;
}
.vs-card.style2 > a {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  display: block;
  margin-bottom: 10px;
}
.vs-card.style2 > p {
  font-size: 20px;
  color: var(--theme-color2);
  max-width: 80%;
  margin: 0 auto 0;
  text-align: center;
}

.destination-list {
  display: flex;
  /* Medium devices */
}
@media (max-width: 991px) {
  .destination-list {
    flex-direction: column;
  }
}

.destination-style3 {
  min-height: 404px;
  border-radius: 0;
  flex: 1;
  transition: all ease 0.4s;
  margin-bottom: 0;
}
.destination-style3::before {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  bottom: -15px;
}
.destination-style3 .destination-info {
  right: 0;
  min-width: 370px;
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.destination-style3:hover {
  flex: 1.5;
}
.destination-style3:hover::before,
.destination-style3:hover .destination-info {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}

.package-style3 .package-content {
  /* Large devices */
}
@media (max-width: 1199px) {
  .package-style3 .package-content {
    padding: 25px 15px 15px;
  }
}

.header-layout6 {
  position: absolute;
  width: 100%;
  top: 60px;
}
.header-layout6 .sticky-wrapper {
  background-color: transparent;
}
.header-layout6 .menu-style1 > ul > li {
  padding: 26px 0;
}
.header-layout6 .vs-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22%;
  background-color: var(--theme-color);
  padding: 20px 30px;
  border-radius: 15px;
}
.header-layout6 .container::before {
  background-color: var(--white-color);
  position: absolute;
  content: "";
  width: 999%;
  height: 100%;
  border: none;
  left: unset;
  right: 0;
  border-radius: 15px;
}
.header-layout6 .header-right ul li:first-child {
  margin-right: 40px;
}
.header-layout6 .header-right .header-btns .searchBoxTggler {
  background-color: var(--theme-color2);
}
.header-layout6 .header-right .header-btns .searchBoxTggler:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.header-layout6 .header-right .header-btns .sideCartToggler {
  color: var(--theme-color);
  background-color: transparent;
  border: 1px solid var(--theme-color2);
}
.header-layout6 .header-right .header-btns .sideCartToggler:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.header-layout6 .main-menu {
  text-align: left;
}
.header-layout6 .vs-btn:hover i {
  background-color: var(--theme-color);
}

.hero-layout3 {
  position: relative;
}
.hero-layout3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5607843137);
}
.hero-layout3 .hero-mask {
  padding-top: 240px;
  padding-bottom: 125px;
}
.hero-layout3 .hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid var(--white-color);
}
.hero-layout3 .hero-img img {
  width: 100%;
  border-radius: 12px;
}
.hero-layout3 .hero-content {
  position: relative;
  margin-top: 40px;
}
.hero-layout3 .hero-content .hero-subtitle {
  display: inline-block;
  color: var(--white-color);
  margin-bottom: 20px;
}
.hero-layout3 .hero-content .hero-title {
  font-size: 70px;
  color: var(--white-color);
}
.hero-layout3 .hero-bottom {
  position: absolute;
  width: 100%;
  top: 75%;
  left: 35px;
}
.hero-layout3 .hero-bottom .hero-form {
  padding: 20px 35px 20px 20px;
  box-shadow: 0px 6px 30px rgba(255, 104, 26, 0.15);
  border-radius: 20px;
  margin: 0 -35px;
  background-color: var(--white-color);
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-layout3 .hero-bottom .hero-form {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .hero-layout3 .hero-bottom .hero-form {
    padding: 15px;
  }
}
.hero-layout3 .hero-bottom .hero-form input,
.hero-layout3 .hero-bottom .hero-form .form-select {
  height: 20px;
  padding: 0 30px 0 35px;
  border: none;
  border-radius: 0;
  font-size: 18px;
}
.hero-layout3 .hero-bottom .hero-form .form-group {
  margin-bottom: 0;
}
.hero-layout3 .hero-bottom .hero-form .form-group > i {
  font-size: 15px;
  max-width: 20px;
  top: 12px;
  left: calc(var(--bs-gutter-x) / 2 + 10px);
  color: var(--theme-color2);
}

.package-layout1 {
  background-color: var(--white-color);
}
.package-layout1 .package-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-layout1 .package-top .title-area {
  margin-bottom: 0;
}
.package-layout1 .package-top .title-area .sec-title {
  margin-bottom: 20px;
}
.package-layout1 .package-top .title-btn .vs-btn {
  padding: 22px 30px;
}
.package-layout1 .package-style2 {
  padding: 40px 0;
  border-top: 1px solid #EEEEEE;
}
.package-layout1 .package-style2 .package-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.package-layout1 .package-style2 .package-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 3%, rgba(255, 255, 255, 0) 100%);
}
.package-layout1 .package-style2 .package-img img {
  width: 100%;
}
.package-layout1 .package-style2 .package-img .price-box {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  left: 25px;
}
.package-layout1 .package-style2 .package-img .price-box .price-text {
  color: var(--white-color);
  margin-bottom: 0;
}
.package-layout1 .package-style2 .package-img .price-box .package-price {
  font-size: 24px;
  color: var(--white-color);
}
.package-layout1 .package-style2 .package-img .package-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--white-color);
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.package-layout1 .package-style2 .package-img .package-icon i {
  color: var(--theme-color);
  transform: rotate(-45deg);
}
.package-layout1 .package-style2 .package-img .package-icon:hover {
  background-color: var(--theme-color);
}
.package-layout1 .package-style2 .package-img .package-icon:hover i {
  color: var(--white-color);
}
.package-layout1 .package-review i {
  color: var(--theme-color);
}
.package-layout1 .package-review span {
  margin-left: 5px;
}
.package-layout1 .package-text {
  margin-bottom: 0;
}
.package-layout1 .package-title {
  margin-bottom: 5px;
}
.package-layout1 .package-title a {
  color: var(--title-color);
}
.package-layout1 .package-title a:hover {
  color: var(--theme-color);
}
.package-layout1 .package-meta ul {
  padding-left: 0;
}
.package-layout1 .package-meta ul li {
  list-style: none;
}
.package-layout1 .package-meta ul li:not(:last-child) {
  margin-bottom: 15px;
}
.package-layout1 .package-meta ul li a {
  padding-left: 50px;
  display: inline-block;
}
.package-layout1 .package-meta ul li a i {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 30px;
  font-size: 22px;
  margin-right: 0;
  text-align: center;
  color: var(--theme-color2);
}
.package-layout1 .package-meta ul li a strong {
  margin-right: 5px;
}

.about-layout1 {
  padding-bottom: 250px;
}
.about-layout1 .about-list3 {
  padding-left: 0;
  margin-bottom: 60px;
}
.about-layout1 .about-list3 .list-item {
  display: flex;
  align-items: center;
}
.about-layout1 .about-list3 .list-item:first-child {
  margin-bottom: 40px;
}
.about-layout1 .about-list3 .list-item .about-icon {
  width: 100%;
  max-width: 70PX;
  height: 70px;
  line-height: 70px;
  background-color: var(--theme-color2);
  border-radius: 100%;
  text-align: center;
  margin-right: 30px;
}
.about-layout1 .about-list3 .list-item .icon-content .title {
  font-size: 28px;
  margin-bottom: 0;
}
.about-layout1 .about-list3 .list-item .icon-content .text {
  margin-bottom: 0;
}
.about-layout1 .about-content .title-area {
  margin-bottom: 40px;
}
.about-layout1 .about-content .sec-title {
  margin-bottom: 30px;
}
.about-layout1 .about-bottom {
  display: flex;
  align-items: center;
}
.about-layout1 .about-bottom .vs-btn {
  margin-top: 0;
  margin-right: 46px;
}
.about-layout1 .about-bottom .item2 {
  padding: 0;
  margin-right: 0;
  border-right: 0;
}
.about-layout1 .about-bottom .item2 .item2__icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color2);
}
.about-layout1 .about-bottom .item2 .item2__icon img {
  max-width: 30px;
}
.about-layout1 .img-box3 {
  text-align: right;
  position: relative;
}
.about-layout1 .img-box3 .box1 {
  position: absolute;
  top: 22%;
  left: 80px;
}
.about-layout1 .img-box3 .img1 {
  border-radius: 40px;
}
.about-layout1 .img-box3 .img3 {
  max-width: 100%;
  border-radius: 40px;
  border: none;
  margin-left: 0;
}
.about-layout1 .img-box3 .media-box1 {
  width: 100px;
  height: 242px;
  background-color: var(--theme-color2);
  text-align: center;
  position: relative;
  border-radius: 0px 50px 50px 50px;
  border: 3px solid var(--white-color);
}
.about-layout1 .img-box3 .media-box1 .media-text {
  left: 50%;
  top: 50px;
  position: absolute;
  font-size: 24px;
  color: var(--white-color);
  font-weight: 600;
  transform: translateX(-50%) rotate(-90deg);
  margin-bottom: 0;
  line-height: 125%;
  text-align: left;
}
.about-layout1 .img-box3 .media-box1 .media-info {
  display: block;
  width: 78px;
  height: 78px;
  line-height: 78px;
  background-color: var(--theme-color);
  text-align: center;
  border-radius: 100%;
  color: var(--white-color);
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.about-layout1 .img-box3 .bottom-img {
  margin-top: -127px;
  display: flex;
  align-items: baseline;
}

.offer-layout1 {
  border-radius: 20px;
  transform: translateY(-25%);
}
.offer-layout1 .title-area {
  margin-left: 100px;
}
.offer-layout1 .img-box1 {
  text-align: right;
  margin-right: 30px;
}

.destiniation-layout1 .destination-style3 {
  min-height: 590px;
}
.destiniation-layout1 .destination-style3::before {
  height: 100%;
}
.destiniation-layout1 .destination-style3 .destination-info {
  visibility: hidden;
  opacity: 0;
  padding-right: 100px;
}
.destiniation-layout1 .destination-style3 .destination-info .destination-price {
  display: block;
  margin-bottom: 30px;
}
.destiniation-layout1 .destination-style3 .destination-info .vs-btn {
  display: inline-block;
}
.destiniation-layout1 .slick-current {
  position: relative;
  z-index: 9;
}
.destiniation-layout1 .slick-current .destination-style3 {
  width: 500px !important;
}
.destiniation-layout1 .slick-current .destination-style3::before,
.destiniation-layout1 .slick-current .destination-style3 .destination-info {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.destiniation-layout1 .slick-current .destination-style3::before .destination-text,
.destiniation-layout1 .slick-current .destination-style3 .destination-info .destination-text {
  visibility: visible;
  opacity: 1;
}
.destiniation-layout1 .slick-dots {
  margin: 100px 0 0px 0;
  z-index: 9;
}
.destiniation-layout1 .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 0;
  background-color: #D9D9D9;
  border: none;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.destiniation-layout1 .slick-dots .slick-active button {
  border-radius: 10px;
  width: 50px;
  background-color: var(--theme-color);
}
.destiniation-layout1 .destination-list li {
  list-style: none;
  padding-top: 10px;
  padding-left: 0;
  position: relative;
}

.testimonial-style6 {
  padding-bottom: 240px;
}
.testimonial-style6 .title-area {
  margin-bottom: 75px;
}
.testimonial-style6 .title-area .sec-title {
  color: var(--white-color);
}
.testimonial-style6 .slick-arrow {
  background-color: transparent;
  color: var(--theme-color);
}
.testimonial-style6 .slick-arrow:hover {
  color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.testimonial-style6 .testi-content {
  text-align: right;
  padding-left: 100px;
}
.testimonial-style6 .testi-content .testi-text {
  color: var(--white-color);
}
.testimonial-style6 .testi-content .testi-degi {
  color: var(--theme-color2);
}
.testimonial-style6 .testi-content .testi-name {
  color: var(--white-color);
}
.testimonial-style6 .testi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-style6 .testi-style6 {
  border: 1px solid var(--white-color);
  background-color: var(--black-color);
  padding: 30px;
  border-radius: 30px 0;
  position: relative;
}
.testimonial-style6 .testi-avater {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-style6 .testi-avater .img {
  position: relative;
}
.testimonial-style6 .testi-avater .img::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 104%;
  height: 104%;
  background-color: var(--theme-color2);
  border-radius: 100%;
}
.testimonial-style6 .testi-avater img {
  width: 100%;
  border-radius: 70px 70px 70px 0px;
  position: relative;
  z-index: 1;
}

.blog-layout1 .blog-style3 {
  padding: 0;
  box-shadow: 0px 0px 15px rgba(50, 36, 29, 0.15);
}
.blog-layout1 .blog-style3 .blog-top {
  margin-bottom: 10px;
}
.blog-layout1 .blog-style3 .blog-top .blog-link svg {
  margin-right: 5px;
}
.blog-layout1 .blog-style3 .blog-top .blog-link:first-child {
  border-right: 1px solid #505050;
  line-height: 60%;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
}
.blog-layout1 .blog-style3 .blog-title {
  margin-bottom: 15px;
}
.blog-layout1 .blog-style3 .blog-text {
  margin-bottom: 25px;
}
.blog-layout1 .blog-style3 .blog-date {
  font-size: 24px;
  margin-right: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 10px;
  line-height: 60%;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
}
.blog-layout1 .blog-style3 .blog-date span {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.blog-layout1 .blog-style3 .blog-bottom {
  padding-top: 0;
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn {
  color: var(--theme-color);
  margin-top: 16px;
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn:hover {
  color: var(--theme-color2);
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn::before {
  content: none;
}
.blog-layout1 .blog-style3 .blog-content {
  padding: 0px 35px 35px 35px;
}
.blog-layout1 .blog-style3 .blog-img {
  border-radius: 10px 10px 0px 0px;
}
.blog-layout1 .blog-style3 .blog-img img {
  width: 100%;
}
.blog-layout1 .slick-arrow i {
  color: var(--theme-color);
}
.blog-layout1 .slick-arrow:hover i {
  color: var(--white-color);
}

.benefits--layout1 .accordion-style1 .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: var(--body-font);
  background-color: var(--secondary-color);
  border-radius: 100%;
  color: var(--title-color);
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
}
.benefits--layout1 .accordion-style1 .accordion-button {
  padding: 18px 80px;
  line-height: 32px;
  position: relative;
  max-width: 100%;
  color: var(--black-color);
  background-color: #F5F5F5;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border: none;
  box-shadow: none;
  text-transform: capitalize;
}
.benefits--layout1 .accordion-style1 .accordion-button.collapsed .number {
  background-color: #315557;
  color: var(--white-color);
}
.benefits--layout1 .accordion-style1 .accordion-button::after {
  content: none;
}
.benefits--layout1 .accordion-style1 .accordion-button::before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 300;
  transition: all ease 0.4s;
  width: 40px;
  height: 40px;
  display: block;
  background: var(--theme-color2);
  line-height: 40px;
  color: var(--white-color);
}
.benefits--layout1 .accordion-style1 .accordion-button:not(.collapsed):before {
  content: "\f068";
  color: var(--white-color);
}
.benefits--layout1 .accordion-style1 .accordion-body {
  padding: 3px 5px 0px 80px;
  background-color: var(--smoke-color);
}
.benefits--layout1 .accordion-style1 .accordion-item {
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
  background-color: #F5F5F5;
  border-radius: 30px;
  overflow: hidden;
}
.benefits--layout1 .accordion-style1 .accordion-collapse {
  border: none;
}
.benefits--layout1 .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 46%;
  min-width: unset;
  max-height: 670px;
  min-height: unset;
  top: 0;
  left: 0;
  border-radius: 0 50px 50px 0;
}
.benefits--layout1 .meta-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: var(--theme-color);
  border-radius: 60px;
  padding: 28px;
  margin-top: 120px;
  border: 2px solid var(--white-color);
  box-shadow: 0px 0px 15px rgba(50, 36, 29, 0.15);
}
.benefits--layout1 .meta-inner .img {
  margin-right: 28px;
}
.benefits--layout1 .meta-inner .content .content-title {
  color: var(--white-color);
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.benefits--layout1 .meta-inner .content .content-text {
  color: var(--white-color);
  margin-bottom: 0;
}

.benefits--routes .accordion-style1 .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: var(--body-font);
  background-color: var(--secondary-color);
  border-radius: 100%;
  color: var(--title-color);
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
}
.benefits--routes .accordion-style1 .accordion-button {
  padding: 18px 80px;
  line-height: 32px;
  position: relative;
  max-width: 100%;
  color: var(--black-color);
  background-color: #F5F5F5;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border: none;
  box-shadow: none;
  text-transform: capitalize;
}
.benefits--routes .accordion-style1 .accordion-button.collapsed .number {
  background-color: #315557;
  color: var(--white-color);
}
.benefits--routes .accordion-style1 .accordion-button::after {
  content: none;
}
.benefits--routes .accordion-style1 .accordion-button::before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 300;
  transition: all ease 0.4s;
  width: 40px;
  height: 40px;
  display: block;
  background: var(--theme-color2);
  line-height: 40px;
  color: var(--white-color);
}
.benefits--routes .accordion-style1 .accordion-button:not(.collapsed):before {
  content: "\f068";
  color: var(--white-color);
}
.benefits--routes .accordion-style1 .accordion-body {
  padding: 3px 5px 0px 80px;
  background-color: var(--smoke-color);
}
.benefits--routes .accordion-style1 .accordion-item {
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
  background-color: #F5F5F5;
  border-radius: 30px;
  overflow: hidden;
}
.benefits--routes .accordion-style1 .accordion-collapse {
  border: none;
}
.benefits--routes .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 46%;
  min-width: unset;
  max-height: 670px;
  min-height: unset;
  top: 0;
  left: 0;
  border-radius: 0 50px 50px 0;
}
.benefits--routes .meta-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: var(--theme-color);
  border-radius: 60px;
  padding: 28px;
  margin-top: 30px;
  border: 2px solid var(--white-color);
  box-shadow: 0px 0px 15px rgba(50, 36, 29, 0.15);
}
.benefits--routes .meta-inner .img {
  margin-right: 28px;
}
.benefits--routes .meta-inner .content .content-title {
  color: var(--white-color);
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.benefits--routes .meta-inner .content .content-text {
  color: var(--white-color);
  margin-bottom: 0;
}

@media only screen and (max-width: 1820px) {
  .header-layout6 .main-menu {
    text-align: right !important;
  }
  .header-layout6 .vs-logo {
    left: 0;
  }
  .header-layout6 .header-btns {
    display: none;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout6 .main-menu {
    text-align: right;
  }
  .header-layout6 .vs-logo {
    left: 0;
  }
  .header-layout6 .header-btns {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .package-layout1 .package-content {
    margin-top: 20px;
  }
  .package-layout1 .package-content .package-text {
    margin-bottom: 15px;
  }
  .testimonial-style6 {
    padding-bottom: 130px;
  }
  .package-layout1 .package-title {
    font-size: 24px;
  }
  .about-layout1 {
    padding-bottom: 210px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout6 .sticky-wrapper {
    background-color: var(--white-color);
  }
  .header-layout6 .container::before {
    display: none;
  }
  .header-layout6 .vs-logo {
    position: relative;
    top: 0;
    transform: unset;
    left: 0;
    background-color: var(--theme-color);
    padding: 0px 20px;
    border-radius: 0;
  }
  .hero-layout3 .hero-bottom {
    display: none;
  }
  .hero-layout3 .hero-img {
    max-width: 300px;
    margin: 0 auto;
  }
  .hero-layout3 .hero-mask {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .hero-layout3 .hero-content .hero-title {
    font-size: 62px;
  }
  .offer-layout1 .title-area {
    margin: 30px 15px;
  }
  .offer-layout1 .sec-subtitle {
    font-size: 16px;
  }
  .offer-layout1 .sec-title {
    font-size: 24px;
  }
  .benefits--layout1 .meta-inner {
    display: none;
  }
  .benefits--layout1 .img1 {
    display: none;
  }
  .benefits--layout1 .accordion-button {
    padding: 18px 60px;
  }
  .benefits--routes .meta-inner {
    display: none;
  }
  .benefits--routes .img1 {
    display: none;
  }
  .benefits--routes .accordion-button {
    padding: 18px 60px;
  }
  .testimonial-style6 {
    padding-bottom: 80px;
  }
  .testimonial-style6 .testi-content .testi-text {
    padding: 20px 0;
  }
  .about-layout1 {
    padding-bottom: 175px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testimonial-style6 .testimonial-slider5 {
    padding-bottom: 30px;
  }
  .testimonial-style6 .testi-content {
    padding-left: 0;
  }
  .testimonial-style6 .testi-content .testi-name {
    font-size: 20px;
  }
  .hero-layout3 .hero-bottom {
    display: none;
  }
  .hero-layout3 .hero-content .hero-title {
    font-size: 40px;
  }
  .about-layout1 .img-box3 .box1 {
    position: absolute;
    top: 20%;
    left: 0;
  }
  .offer-layout1 {
    transform: translateY(-15%);
  }
  .about-layout1 .about-list3 .list-item .icon-content .title {
    font-size: 20px;
  }
}
/*=================================
    07. Bootstrap Icons v1.11.3 
==================================*/
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}

/* Home offers carousel */
.vs-carousel-offers {
  margin-left: -13px;
  margin-right: -13px;
}

.vs-carousel-offers .slick-list {
  padding-bottom: 10px;
}

.vs-carousel-offers .slick-slide > div {
  padding: 0 13px 32px;
}

.vs-carousel-offers .offer-slide {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.vs-carousel-offers .package-style1 {
  height: 100%;
  margin: 0;
  background: var(--white-color);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.vs-carousel-offers .package-img img {
  display: block;
  width: 100%;
}

.vs-carousel-offers .package-content {
  padding: 22px 30px 30px;
}

.vs-carousel-offers .offer-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
}

.vs-carousel-offers .offer-text {
  display: block;
  width: 100%;
  line-height: 1.25;
  margin-bottom: 20px;
}

.vs-carousel-offers .offer-btn {
  margin-top: 0;
}

/* Home shipping companies carousel */
.navieras-carousel {
  justify-content: center;
}

.navieras-carousel .slick-track {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.navieras-carousel .slick-slide {
  float: none;
  height: auto;
}

.navieras-carousel .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navieras-carousel .thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navieras-carousel .thumb img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}