/*
Template Name: Grillino
Template URL: https://wordpress.vecurosoft.com/grillino/
Description: Grillino - Restaurant & Cafe Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0
*/
/*=================================
    CSS Index End
==================================*/
/*
01. Variable
02. Mixin
03. Function
04. Typography
05. Bootstrap Overwrite
06. Vendor Custom Style 
    6.1. Nice Select
    6.2. Slick Slider 
    6.3. VS Mobile Menu 
    6.4. Date & Time Picker
    6.5. Flaticon
    6.6. Layer Slider
07. Theme Default
    7.1. Preloader
    7.2. Theme Buttons
    7.3. Section Title
    7.4. Common Layout
    7.5. Color Plate
08. Template Style
    8.1. Header
    8.2. Widget
    8.3. Footer
    8.4. Breadcumb
    8.5. Popup Search
    8.6. Popup Side Menu
    8.7. Pagination
    8.8. Blog
    8.9. Hero
    8.10. Service
    8.11. About
    8.12. Food Box & List
    8.13. Food Menu
    8.14. Gallery
    8.15. Testimonial
    8.16. Subscribe
    8.17. Appointment
    8.18. Feature
    8.19. Progress Bar
    8.20. Reservation
    8.21. Team
    8.22. Brand
    8.23. Contact
    8.24. Comments
    8.25. Checkout
    8.26. Cart
    8.27. Shop Cart
    8.28. Account
09. Theme Global
    9.1. Font
    9.2. Background
    9.3. Text Color
    9.4. Border
    9.5. Border Radius
    9.6. Overlay
10. Animation
11. Extend
12. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
    01. Variable
==================================*/
:root {
  --title-color: #00010a;
  --body-color: #777777;
  --smoke-color: #f6f6f6;
  --white-color: #ffffff;
  --black-color: #000000;
  --dark-color: #151515;
  --silver-color: #aeaeae;
  --theme-font1: "Roboto", sans-serif;
  --theme-font2: "Rufina", serif;
  --theme-font3: "Cookie", cursive;
  --icon-font: "Font Awesome 5 Pro";
  --icon-font2: "Flaticon";
}

/*=================================
    02. Mixin
==================================*/
/*=================================
    03. Function
==================================*/
/*=================================
    04. Typography
==================================*/
body {
  font-family: var(--theme-font1);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
}

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

th {
  font-weight: 500;
  text-align: left;
  padding-right: 10px !important;
}

td,
th {
  border-top: 1px solid #ededed;
  padding: 9px;
}

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

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

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

p {
  margin: 0 0 20px 0;
  color: var(--body-color);
}

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

.h1,
h1 {
  font-size: 48px;
  line-height: 1.3;
  margin-top: -10px;
}

.h2,
h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-top: -8px;
}

.h3,
h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-top: -6px;
}

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h3,
h3 {
    font-size: 26px;
    margin-top: -4px;
  }
  .h4,
h4 {
    font-size: 22px;
    margin-top: -5px;
  }
  .h5,
h5 {
    margin-top: -3px;
  }
  .h6,
h6 {
    margin-top: -2px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .h1,
h1 {
    font-size: 42px;
    margin-top: -7px;
  }
  .h2,
h2 {
    font-size: 38px;
    margin-top: -4px;
  }
  .h3,
h3 {
    font-size: 24px;
    margin-top: -3px;
  }
  .h4,
h4 {
    font-size: 20px;
    margin-top: -4px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .h1,
h1 {
    font-size: 36px;
  }
  .h2,
h2 {
    font-size: 28px;
  }
  .h3,
h3 {
    font-size: 22px;
  }
}
/*=================================
    05. Bootstrap Overwrite
==================================*/
/*------------------- Grid -------------------*/
@media only screen and (min-width: 1150px) {
  .container-lg,
.container-md,
.container-sm,
.container-xl,
.container {
    max-width: 1150px;
  }
}
@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;
  }
}
.form-row {
  display: block;
  margin: 0;
}

.row .col-0 {
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 0%;
  padding-left: 0;
  padding-right: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters .slick-track > [class^=col-],
.row.no-gutters .slick-track > [class*=" col-"],
.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 .slick-track > [class*=col-],
.row.gutters-1 .slick-track > [class^=col-],
.row.gutters-1 > [class*=col-],
.row.gutters-1 > [class^=col-] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 .slick-track > [class*=col-],
.row.gutters-2 .slick-track > [class^=col-],
.row.gutters-2 > [class*=col-],
.row.gutters-2 > [class^=col-] {
  padding-left: 1px;
  padding-right: 1px;
}

.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 .slick-track > [class*=col-],
.row.gutters-3 .slick-track > [class^=col-],
.row.gutters-3 > [class*=col-],
.row.gutters-3 > [class^=col-] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 .slick-track > [class*=col-],
.row.gutters-4 .slick-track > [class^=col-],
.row.gutters-4 > [class*=col-],
.row.gutters-4 > [class^=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 .slick-track > [class*=col-],
.row.gutters-5 .slick-track > [class^=col-],
.row.gutters-5 > [class*=col-],
.row.gutters-5 > [class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 .slick-track > [class*=col-],
.row.gutters-6 .slick-track > [class^=col-],
.row.gutters-6 > [class*=col-],
.row.gutters-6 > [class^=col-] {
  padding-left: 3px;
  padding-right: 3px;
}

.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 .slick-track > [class*=col-],
.row.gutters-7 .slick-track > [class^=col-],
.row.gutters-7 > [class*=col-],
.row.gutters-7 > [class^=col-] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 .slick-track > [class*=col-],
.row.gutters-8 .slick-track > [class^=col-],
.row.gutters-8 > [class*=col-],
.row.gutters-8 > [class^=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 .slick-track > [class*=col-],
.row.gutters-9 .slick-track > [class^=col-],
.row.gutters-9 > [class*=col-],
.row.gutters-9 > [class^=col-] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 .slick-track > [class*=col-],
.row.gutters-10 .slick-track > [class^=col-],
.row.gutters-10 > [class*=col-],
.row.gutters-10 > [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row.gutters-11 .slick-track > [class*=col-],
.row.gutters-11 .slick-track > [class^=col-],
.row.gutters-11 > [class*=col-],
.row.gutters-11 > [class^=col-] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gutters-12 .slick-track > [class*=col-],
.row.gutters-12 .slick-track > [class^=col-],
.row.gutters-12 > [class*=col-],
.row.gutters-12 > [class^=col-] {
  padding-left: 6px;
  padding-right: 6px;
}

.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.row.gutters-13 .slick-track > [class*=col-],
.row.gutters-13 .slick-track > [class^=col-],
.row.gutters-13 > [class*=col-],
.row.gutters-13 > [class^=col-] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gutters-14 .slick-track > [class*=col-],
.row.gutters-14 .slick-track > [class^=col-],
.row.gutters-14 > [class*=col-],
.row.gutters-14 > [class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 .slick-track > [class*=col-],
.row.gutters-15 .slick-track > [class^=col-],
.row.gutters-15 > [class*=col-],
.row.gutters-15 > [class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 .slick-track > [class*=col-],
.row.gutters-20 .slick-track > [class^=col-],
.row.gutters-20 > [class*=col-],
.row.gutters-20 > [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.row.gutters-35 .slick-track > [class*=col-],
.row.gutters-35 .slick-track > [class^=col-],
.row.gutters-35 > [class*=col-],
.row.gutters-35 > [class^=col-] {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-35 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-35 .slick-track > [class*=col-],
.row.gutters-35 .slick-track > [class^=col-],
.row.gutters-35 > [class*=col-],
.row.gutters-35 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutters-40 .slick-track > [class*=col-],
.row.gutters-40 .slick-track > [class^=col-],
.row.gutters-40 > [class*=col-],
.row.gutters-40 > [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 .slick-track > [class*=col-],
.row.gutters-40 .slick-track > [class^=col-],
.row.gutters-40 > [class*=col-],
.row.gutters-40 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.row.gutters-45 .slick-track > [class*=col-],
.row.gutters-45 .slick-track > [class^=col-],
.row.gutters-45 > [class*=col-],
.row.gutters-45 > [class^=col-] {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-45 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-45 .slick-track > [class*=col-],
.row.gutters-45 .slick-track > [class^=col-],
.row.gutters-45 > [class*=col-],
.row.gutters-45 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gutters-50 .slick-track > [class*=col-],
.row.gutters-50 .slick-track > [class^=col-],
.row.gutters-50 > [class*=col-],
.row.gutters-50 > [class^=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .row.gutters-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gutters-50 .slick-track > [class*=col-],
.row.gutters-50 .slick-track > [class^=col-],
.row.gutters-50 > [class*=col-],
.row.gutters-50 > [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .row.gutters-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-50 .slick-track > [class*=col-],
.row.gutters-50 .slick-track > [class^=col-],
.row.gutters-50 > [class*=col-],
.row.gutters-50 > [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------- Form -------------------*/
.nice-select,
.form-control {
  border-radius: 0;
  height: 60px;
  border: none;
  padding: 0 30px;
  padding-right: 60px;
  color: var(--body-color);
  background-color: #ffffff;
}
.nice-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: #ffffff;
}
.nice-select.bg-smoke,
.form-control.bg-smoke {
  background-color: var(--smoke-color);
}
.nice-select.bg-smoke:focus,
.form-control.bg-smoke:focus {
  background-color: var(--smoke-color);
}
.nice-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.nice-select::placeholder,
.form-control::placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}

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

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

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

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

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  transition: all 0.2s ease;
}
input[type=radio] ~ label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}
input[type=radio]:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}

.form-control.has-border {
  border: 1px solid #ddd;
}

label {
  margin-bottom: 12px;
  text-transform: capitalize;
}

.nice-select {
  line-height: 60px;
  width: 100%;
  float: none;
  z-index: 41;
}
.nice-select:after {
  display: none;
}
.nice-select:before {
  content: "\f103";
  font-family: var(--icon-font);
  line-height: 1;
  transition: all ease 0.4s;
}
.nice-select.open:before {
  transform: rotate(180deg);
}
.nice-select > span.current {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
}
.nice-select .list {
  min-width: 80px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
}
.nice-select .option {
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
  padding: 10px 15px;
  border-top: 1px solid #eee;
}
.nice-select .option.selected, .nice-select .option.focus, .nice-select .option:hover {
  background-color: #eee;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.nice-select:before,
.form-group > i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 18px;
}

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

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

.row:not([class*=gutters-]) .nice-select:before,
.row:not([class*=gutters-]) .form-group > i {
  right: 38px;
}

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

.row.gutters-5 > .form-group {
  margin-bottom: 5px;
}

.row.gutters-10 > .form-group {
  margin-bottom: 10px;
}

.row.gutters-15 > .form-group {
  margin-bottom: 15px;
}

.row.gutters-20 > .form-group {
  margin-bottom: 20px;
}

.row.gutters-25 > .form-group {
  margin-bottom: 25px;
}

.row.gutters-30 > .form-group {
  margin-bottom: 30px;
}

.row.gutters-35 > .form-group {
  margin-bottom: 35px;
}

.row.gutters-40 > .form-group {
  margin-bottom: 40px;
}

.row.gutters-45 > .form-group {
  margin-bottom: 45px;
}

.row.gutters-50 > .form-group {
  margin-bottom: 50px;
}

/*=================================
    06. Vendor Custom Style
==================================*/
/*------------------- 6.1. Nice Select -------------------*/
.nice-select {
  position: relative;
  border: 1px solid transparent;
  z-index: 2;
  cursor: pointer;
}
.nice-select .list {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.nice-select .list li {
  margin: 0;
}
.nice-select .option.selected {
  cursor: default;
}
.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.product-sort-bar {
  position: relative;
  z-index: 31;
}

/*------------------- 6.2. Slick Slider -------------------*/
.slick-arrow {
  position: absolute;
  left: -70px;
  top: 50%;
  color: var(--silver-color);
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
  z-index: 2;
  transform: translateY(-50%);
}
.slick-arrow.slick-next {
  left: auto;
  right: -70px;
}

.arrow-white .slick-arrow {
  color: #ffffff;
}

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

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  background-color: var(--silver-color);
  border: 1px solid transparent;
  font-size: 0;
  padding: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slick-dots button:hover {
  background-color: #fa8507;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
  transform: scale(1.2);
}

.slick-dots-white .slick-dots button {
  background-color: #ffffff;
}
.slick-dots-white .slick-dots li.slick-active button {
  background-color: transparent;
  border-color: #ffffff;
}

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

.vs-3dcarousel .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}
.vs-3dcarousel .slick-list {
  padding-left: 15% !important;
  padding-right: 15% !important;
}
.vs-3dcarousel .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.vs-3dcarousel .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s, border-color 2s;
}
.vs-3dcarousel .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.vs-3dcarousel .vs-slick-next {
  opacity: 1;
  transform: translateX(-360px) translateZ(-20px) rotateY(3deg);
  z-index: 1;
  display: block;
}
.vs-3dcarousel .vs-slick-prev {
  opacity: 1;
  transform: translateX(360px) translateZ(-20px) rotateY(-3deg);
  display: block;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-feature-layout1 .slick-arrow {
    left: 30px;
  }
  .vs-feature-layout1 .slick-arrow.slick-next {
    left: auto;
    right: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .slick-arrow {
    left: 30px;
  }
  .slick-arrow.slick-next {
    left: auto;
    right: 30px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-3dcarousel .vs-slick-next {
    transform: translateX(-35%) translateZ(-20px) rotateY(3deg);
  }
  .vs-3dcarousel .vs-slick-prev {
    transform: translateX(35%) translateZ(-20px) rotateY(-3deg);
  }
}
.carousel-container {
  max-width: 1220px;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1300px) {
  .carousel-container {
    max-width: 1200px;
    padding: 0 45px;
  }
}
@media (max-width: 1199px) {
  .carousel-container {
    max-width: 980px;
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .carousel-container {
    max-width: 740px;
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .carousel-container {
    max-width: 560px;
    padding: 0 25px;
  }
}
@media (max-width: 576px) {
  .carousel-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.carousel-container .slick-list {
  overflow: visible;
}
.carousel-container .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.carousel-container .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

/*------------------- 6.3. VS Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper .mobile-logo {
  max-width: fit-content;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 auto 0 auto;
  text-align: left;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -17.5px;
  top: 20px;
  padding: 0;
  line-height: 1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color) !important;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  color: var(--white-color) !important;
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 300px;
  background-color: white;
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.vs-mobile-menu {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 58vh;
  padding-bottom: 40px;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vs-mobile-menu ul li {
  position: relative;
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.vs-mobile-menu ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.vs-mobile-menu ul li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: uppercase;
  transition: all 500ms ease;
}
.vs-mobile-menu ul li ul li {
  padding-left: 15px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a:after {
  content: "\f107";
  font-family: var(--icon-font);
  position: absolute;
  right: 12px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--title-color);
  background: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: 5;
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  color: var(--white-color);
  transform: rotate(90deg);
}
.vs-mobile-menu ul .current-menu-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  transition: all 500ms ease;
  border-radius: 0 5px 5px 0;
}
.vs-mobile-menu ul .current-menu-item .current-menu-item > a::before {
  display: none;
}

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

/*------------------- 6.4. Date & Time Picker -------------------*/
.xdsoft_datetimepicker {
  z-index: 1080;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  color: var(--title-color);
}

/* Extra small devices */
@media (max-width: 576px) {
  .xdsoft_datetimepicker {
    margin-left: 10px;
  }
}
/*------------------- 6.5. Flaticon -------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
  font-style: normal;
  font-family: "flaticon";
}

.far,
.fas {
  font-family: "Font Awesome 5 pro" !important;
}

[class^=flaticon-],
[class*=" flaticon-"] {
  line-height: 1;
}
[class^=flaticon-].icon-1x,
[class*=" flaticon-"].icon-1x {
  font-size: 42px;
}
[class^=flaticon-].icon-2x,
[class*=" flaticon-"].icon-2x {
  font-size: 52px;
}
[class^=flaticon-].icon-3x,
[class*=" flaticon-"].icon-3x {
  font-size: 62px;
}
[class^=flaticon-].icon-4x,
[class*=" flaticon-"].icon-4x {
  font-size: 72px;
}
[class^=flaticon-].icon-5x,
[class*=" flaticon-"].icon-5x {
  font-size: 82px;
}
[class^=flaticon-].icon-6x,
[class*=" flaticon-"].icon-6x {
  font-size: 92px;
}
[class^=flaticon-].icon-7x,
[class*=" flaticon-"].icon-7x {
  font-size: 102px;
}

/* Large devices */
@media (max-width: 1199px) {
  [class^=flaticon-],
[class*=" flaticon-"] {
    line-height: 1;
  }
  [class^=flaticon-].icon-1x,
[class*=" flaticon-"].icon-1x {
    font-size: 38px;
  }
  [class^=flaticon-].icon-2x,
[class*=" flaticon-"].icon-2x {
    font-size: 48px;
  }
  [class^=flaticon-].icon-3x,
[class*=" flaticon-"].icon-3x {
    font-size: 58px;
  }
  [class^=flaticon-].icon-4x,
[class*=" flaticon-"].icon-4x {
    font-size: 68px;
  }
  [class^=flaticon-].icon-5x,
[class*=" flaticon-"].icon-5x {
    font-size: 78px;
  }
  [class^=flaticon-].icon-6x,
[class*=" flaticon-"].icon-6x {
    font-size: 82px;
  }
  [class^=flaticon-].icon-7x,
[class*=" flaticon-"].icon-7x {
    font-size: 92px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  [class^=flaticon-],
[class*=" flaticon-"] {
    line-height: 1;
  }
  [class^=flaticon-].icon-1x,
[class*=" flaticon-"].icon-1x {
    font-size: 34px;
  }
  [class^=flaticon-].icon-2x,
[class*=" flaticon-"].icon-2x {
    font-size: 44px;
  }
  [class^=flaticon-].icon-3x,
[class*=" flaticon-"].icon-3x {
    font-size: 54px;
  }
  [class^=flaticon-].icon-4x,
[class*=" flaticon-"].icon-4x {
    font-size: 64px;
  }
  [class^=flaticon-].icon-5x,
[class*=" flaticon-"].icon-5x {
    font-size: 74px;
  }
  [class^=flaticon-].icon-6x,
[class*=" flaticon-"].icon-6x {
    font-size: 78px;
  }
  [class^=flaticon-].icon-7x,
[class*=" flaticon-"].icon-7x {
    font-size: 86px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  [class^=flaticon-],
[class*=" flaticon-"] {
    line-height: 1;
  }
  [class^=flaticon-].icon-1x,
[class*=" flaticon-"].icon-1x {
    font-size: 26px;
  }
  [class^=flaticon-].icon-2x,
[class*=" flaticon-"].icon-2x {
    font-size: 36px;
  }
  [class^=flaticon-].icon-3x,
[class*=" flaticon-"].icon-3x {
    font-size: 46px;
  }
  [class^=flaticon-].icon-4x,
[class*=" flaticon-"].icon-4x {
    font-size: 56px;
  }
  [class^=flaticon-].icon-5x,
[class*=" flaticon-"].icon-5x {
    font-size: 66px;
  }
  [class^=flaticon-].icon-6x,
[class*=" flaticon-"].icon-6x {
    font-size: 72px;
  }
  [class^=flaticon-].icon-7x,
[class*=" flaticon-"].icon-7x {
    font-size: 76px;
  }
}
/*------------------- 6.6. Layer Slider -------------------*/
.ls-v6 [class*="ls-gui-element ls-nav-"] {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  z-index: 10000;
  color: #fff;
  top: 50%;
  position: absolute;
  text-align: center;
  left: 80px;
  border-radius: 50%;
  transition: all ease 0.4s !important;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .ls-v6 [class*="ls-gui-element ls-nav-"] {
    left: 40px;
  }
}
.ls-v6 [class*="ls-gui-element ls-nav-"]:after {
  content: "\f053";
  font-family: var(--icon-font);
  text-align: center;
  color: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 80px;
  color: inherit;
}
.ls-v6 [class*="ls-gui-element ls-nav-"]:hover {
  color: var(--body-color);
  background-color: #fff;
}
.ls-v6 .ls-nav-next {
  left: auto;
  right: 80px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .ls-v6 .ls-nav-next {
    right: 40px;
  }
}
.ls-v6 .ls-nav-next:after {
  content: "\f054";
}
.ls-v6.navprevnext-white [class*="ls-gui-element ls-nav-"] {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.ls-v6.navprevnext-white [class*="ls-gui-element ls-nav-"]:hover {
  background-color: white;
  color: var(--body-color);
}

.ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
  bottom: 20px;
}
.ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  background-color: transparent;
  width: 8px;
  height: 8px;
  position: relative;
  margin-right: 15px;
  border: 2px solid transparent !important;
  border-color: transparent;
  text-align: center;
  margin-left: 0;
  display: inline-block;
  z-index: 10000;
  border-radius: 50%;
  transition: all ease 0.4s !important;
}
.ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:last-of-type, .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:last-child {
  margin-right: 0;
}
.ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
  transform: scale(1.4);
  background-color: transparent;
}

.navbuttons-white .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  background-color: white;
}
.navbuttons-white .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active, .navbuttons-white .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active:Hover {
  background-color: transparent !important;
  border-color: #fff !important;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .ls-v6 [class*="ls-gui-element ls-nav-"] {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 30px;
  }
  .ls-v6 [class*="ls-gui-element ls-nav-"]:after {
    line-height: 40px;
    font-size: 12px;
  }
  .ls-v6 .ls-nav-next {
    left: auto;
    right: 30px;
  }
  .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
    bottom: 0px;
  }
  .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
    width: 5px;
    height: 5px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .ls-v6 [class*="ls-gui-element ls-nav-"] {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: 10px;
  }
  .ls-v6 [class*="ls-gui-element ls-nav-"]:after {
    line-height: 30px;
    font-size: 10px;
  }
  .ls-v6 .ls-nav-next {
    left: auto;
    right: 10px;
  }
  .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
    bottom: -7px;
  }
  .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
    width: 4px;
    height: 4px;
    border-width: 1px;
    margin-right: 10px;
  }
}
/*=================================
    07. Theme Default
==================================*/
/*------------------- 7.1. Preloader -------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #161515;
}
.preloader .vs-btn {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
  border-radius: 0;
  padding: 7px 25px;
  font-size: 16px;
}
.preloader .preloader-inner {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.preloader .loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.preloader .loader:after, .preloader .loader:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: preloader 2s ease-in-out infinite;
}
.preloader .loader:after {
  animation-delay: 1s;
}
.preloader.animate {
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: maskAnimation 1s steps(22) forwards;
}
.preloader.animate .vs-btn,
.preloader.animate .preloader-inner {
  opacity: 0;
  visibility: hidden;
}

@keyframes preloader {
  0%, 100% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
}
/*------------------- 7.2. Theme Buttons -------------------*/
.vs-btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 700;
  padding: 17px 48px;
  text-align: center;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  margin-right: 15px;
  /* Extra small devices */
}
.vs-btn:last-child, .vs-btn:last-of-type {
  margin-right: 0;
}
@media (max-width: 576px) {
  .vs-btn {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .vs-btn:last-child, .vs-btn:last-of-type {
    margin-bottom: 0;
  }
}
.vs-btn.mask-style4, .vs-btn.mask-style3 {
  background-color: var(--smoke-color);
}
.vs-btn.mask-style4.active, .vs-btn.mask-style4:hover, .vs-btn.mask-style3.active, .vs-btn.mask-style3:hover {
  color: var(--white-color);
}
.vs-btn.mask-style1, .vs-btn.mask-style2, .vs-btn.style1 {
  color: var(--white-color);
  border: 2px solid transparent;
}
.vs-btn.mask-style1.active, .vs-btn.mask-style1:hover, .vs-btn.mask-style2.active, .vs-btn.mask-style2:hover, .vs-btn.style1.active, .vs-btn.style1:hover {
  color: #fa8507;
  border-color: #fa8507;
  background-color: var(--white-color);
}
.vs-btn.style2.active, .vs-btn.style2:hover {
  color: var(--white-color);
}
.vs-btn.style3 {
  color: var(--white-color);
}
.vs-btn.style3:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}
.vs-btn.style-outline {
  border: 2px solid #e1e1e1;
  color: var(--body-color);
  padding: 15px 48px;
}
.vs-btn.style-outline:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: transparent;
}

a.added_to_cart.wc-forward {
  display: inline-block;
  border: none;
  text-align: center;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  margin-right: 15px;
  color: var(--white-color);
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 0;
}
a.added_to_cart.wc-forward.active, a.added_to_cart.wc-forward:hover {
  color: var(--body-color);
  background-color: var(--smoke-color);
}

.icon-btn {
  width: 60px;
  height: 60px;
  line-height: 62px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white-color);
  font-size: 18px;
}
.icon-btn:hover {
  color: var(--white-color);
}

.dark-style .icon-btn:hover {
  color: #fff;
}

.play-btn {
  position: relative;
  border-radius: 50%;
  display: inline-block;
}
.play-btn > i {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--white-color);
  font-size: 18px;
  border-radius: inherit;
  transition: all ease 0.4s;
}
.play-btn:hover > i {
  background-color: var(--smoke-color);
  color: var(--body-color);
}
.play-btn .fa-play {
  padding-left: 3px;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 1;
}
.link-btn {
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
  color: var(--body-color);
}
.link-btn i {
  margin-left: 5px;
}

.scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  color: #fff !important;
  transition: all ease 0.8s;
  /* Small devices */
}
.scrollToTop.show {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.scrollToTop:before {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  border-width: 1px;
  border-style: dashed;
  border-radius: inherit;
}
.scrollToTop i:before {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900 !important;
}
@media (max-width: 768px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 50px;
  }
  .scrollToTop.show {
    bottom: 15px;
  }
  .scrollToTop::before {
    display: none;
  }
}

a.scrollToTop.icon-btn.bg-theme.border-before-theme.show {
  outline: 2px solid transparent;
  outline-offset: -2px;
  font-size: 26px;
}

a.scrollToTop.icon-btn.bg-theme.border-before-theme.show:hover {
  background-color: var(--white-color);
  outline-color: #fa8507;
  color: #fa8507 !important;
}

/*------------------- 7.3. Section Title -------------------*/
.section-title {
  margin-bottom: 73px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .section-title {
    margin-bottom: 43px;
  }
}
.section-title .title-style1 {
  margin-bottom: 20px;
}

.sec-subtitle {
  font-family: var(--theme-font3);
  margin-bottom: 10px;
  display: block;
  margin-top: -10px;
}

@media (min-width: 1199px) {
  .sec-title1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: -15px;
  }
}

.sec-text a {
  text-decoration: underline;
}

.sec-line {
  margin-bottom: 28px;
}

/* Extra small devices */
@media (max-width: 576px) {
  .sec-subtitle {
    margin-top: -3px;
  }
  .sec-line {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*------------------- 7.4. Common Layout -------------------*/
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.vs-box1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: var(--white-color);
  transition: all ease 0.4s;
}
.vs-box1::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: -1;
  transition: all ease 0.4s;
}
.vs-box1 .vs-box-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 0 40px 0px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 -25px -25px;
}
.vs-box1 .vs-box-icon:hover {
  color: #ffffff !important;
}
.vs-box1 .learn-more {
  font-size: 14px;
  padding: 12px 30px;
  position: absolute;
  bottom: 0;
  margin-bottom: -25px;
  transition: all ease 0.4s;
}
.vs-box1 .learn-more i {
  margin-right: 7px;
}
.vs-box1:hover::before, .vs-box1:hover {
  border-color: #fa8507;
}

.vs-box2 {
  box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.vs-box2:after, .vs-box2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: -1;
  height: 50%;
  width: 100%;
  margin-left: 20px;
  background-color: var(--white-color);
  max-width: calc(100% - 40px);
  box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.1);
}
.vs-box2:after {
  bottom: -30px;
  margin-left: 40px;
  max-width: calc(100% - 80px);
  z-index: -2;
}

.border-shadow {
  box-shadow: 0px 16px 32px 0px rgba(7, 14, 29, 0.06) !important;
  border: 2px solid rgb(234, 234, 234) !important;
}

blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 24px;
  line-height: 34px;
  padding: 50px 60px 50px 60px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
}
blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.6;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: normal;
}
blockquote.wp-block-quote:before,
blockquote.wp-block-quote.is-style-large:before,
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
}
blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  margin-bottom: 0;
}
blockquote.wp-block-quote p a,
blockquote.wp-block-quote.is-style-large p a,
blockquote p a {
  color: inherit;
}
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 2px;
  font-style: normal;
}
blockquote.wp-block-quote cite:before,
blockquote.wp-block-quote.is-style-large cite:before,
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

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

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

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

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

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

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

blockquote.wp-block-quote.has-text-align-right {
  padding: 50px 60px 50px 60px;
}
blockquote.wp-block-quote.has-text-align-right::before {
  left: 40px;
  right: auto;
  transform: rotate(180deg);
}
blockquote.wp-block-quote.has-text-align-right cite {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
  font-weight: 600;
}
blockquote.wp-block-quote.has-text-align-right cite:before {
  left: auto;
  right: 0;
  bottom: 5px;
}

.vs-list-style1,
.vs-list-style1 ol,
.vs-list-style1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-list-style1 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.vs-list-style1 li:last-child {
  margin-bottom: 0;
}
.vs-list-style1 li:before {
  content: "\f058";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0;
}

.vs-list-style2,
.vs-list-style2 ul,
.vs-list-style2 ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.vs-list-style2 li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 18px;
}
.vs-list-style2 .number {
  display: inline-block;
  background-color: #0e0f22;
  color: #fff;
  padding: 7px 10px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
  border-radius: 50%;
}

.image-scale-hover, .widget .instagram-feeds li {
  overflow: hidden;
}
.image-scale-hover img, .widget .instagram-feeds li img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img, .widget .instagram-feeds li:hover img {
  transform: scale(1.2);
}

.link-inherit a,
.link-inherit h1 a,
.link-inherit h2 a,
.link-inherit h3 a,
.link-inherit h4 a,
.link-inherit h5 a,
.link-inherit h6 a,
.link-inherit p a,
.link-inherit span a {
  color: inherit;
}

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

.social-links,
.social-links ol,
.social-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social-links li {
  display: inline-block;
  margin: 0 3px;
}
.social-links li:first-child {
  margin-left: 0;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links a {
  color: var(--body-color);
  font-size: 14px;
  line-height: 1;
}
.social-links.links-has-border a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
}
.social-links.links-has-border a:hover {
  border-color: transparent;
  color: #fff;
}
.social-links.links-has-border .linkedin,
.social-links.links-has-border .instagram,
.social-links.links-has-border .facebook,
.social-links.links-has-border .twitter {
  border-color: transparent;
  color: #fff;
}
.social-links.links-has-border .facebook {
  background-color: #3b5998;
}
.social-links.links-has-border .twitter {
  background-color: #00acee;
}
.social-links.links-has-border .instagram {
  background-color: #d63084;
}
.social-links.links-has-border .linkedin {
  background-color: #0e76a8;
}

.count-number {
  font-size: 60px;
  font-family: var(--theme-font2);
}

.contact-info {
  padding-left: 30px;
  position: relative;
}
.contact-info a {
  color: inherit;
}
.contact-info > i {
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-info .contact-icon[data-overlay]:before,
.contact-info .media-icon[data-overlay]:before {
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  opacity: 0;
}

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

.dark-style h6,
.dark-style h5,
.dark-style h4,
.dark-style h3,
.dark-style h2,
.dark-style h1,
.dark-style span:not(.text-white-light),
.dark-style p,
.dark-style a:not(.icon-btn) {
  color: var(--white-color);
}
.dark-style .vs-menu-toggle {
  color: #fff;
  border-color: #fff;
}

.cart-btn {
  position: relative;
}
.cart-btn .number {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: -3px;
  right: -3px;
  display: inline-block;
  padding: 5px 4px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  border-radius: 100%;
  min-width: 27px;
  min-height: 27px;
  transition: all ease 0.4s;
}
.cart-btn .number:not([class*=bg-]) {
  background-color: var(--body-color);
}
.cart-btn:hover .number {
  background-color: var(--title-color);
}

.quantity-box {
  display: flex;
  justify-content: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.quantity-box input::-webkit-outer-spin-button,
.quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-box input[type=number] {
  -moz-appearance: textfield;
}
.quantity-box input,
.quantity-box button {
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 50px;
  color: var(--title-color);
}
.quantity-box button:hover {
  background-color: #fa8507 !important;
  color: var(--white-color) !important;
}
.quantity-box input {
  color: #fff;
}

.vs-rating-input span {
  font-size: 16px;
  transform: none;
  cursor: pointer;
}
.vs-rating-input span.active {
  color: #fec624;
}

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

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

.shadow-none {
  box-shadow: none;
}

.text-shadow-none {
  text-shadow: none;
}

.border, .vs-checkout-area .nice-select,
.vs-checkout-area .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.schedule-wrap {
  text-align: center;
}
.schedule-wrap .schedule-box {
  display: inline-block;
  margin: 0 27px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 1.2em;
  line-height: 1.2em;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #f2bd04;
  letter-spacing: 3px;
}

.background-90 {
  background-size: 100% calc(100% - 120px);
}

label.screen-reader-text {
  display: none;
}

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

.wpcf7 .ajax-loader:empty {
  display: none;
}

.contact-form-style1 textarea.form-control {
  min-height: 150px;
  height: 0;
}

.shape-title .elementor-heading-title {
  position: relative;
  padding-bottom: 20px;
}
.shape-title .elementor-heading-title:before, .shape-title .elementor-heading-title:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 0;
  width: 40px;
  height: 3px;
}
.shape-title .elementor-heading-title:after {
  width: 8px;
  left: 0;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--body-color);
}

.select2-container:focus {
  outline: none;
}

input#payment_method_paypal ~ label img {
  margin: 0 10px;
}

@media (min-width: 992px) and (max-width: 1024.99px) {
  section.vs-about-wrapper.vs-about-layout1 {
    padding-bottom: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  blockquote.wp-block-quote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote.wp-block-quote cite {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-block-quote-style1 {
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
  }
  .vs-block-quote-style1 .quote-author {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  p.counter-text.text-md.mb-0 br {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .schedule-wrap .schedule-box {
    display: block;
    margin: 0 0;
    margin-bottom: 10px;
  }
  .schedule-wrap .schedule-box:last-child {
    margin-bottom: 0;
  }
}
.icon-contact-box.mb-10.mb-lg-30.d-flex .icon {
  width: 30px;
  text-align: center;
}
.icon-contact-box.mb-10.mb-lg-30.d-flex .fa-3x {
  font-size: 26px;
  color: #fa8507;
}
.icon-contact-box.mb-10.mb-lg-30.d-flex h3.box-title.mb-1 {
  font-size: 26px;
}
.icon-contact-box.mb-10.mb-lg-30.d-flex p.mb-0 a {
  color: inherit;
}
.icon-contact-box.mb-10.mb-lg-30.d-flex p.mb-0 a:Hover {
  color: #fa8507;
}

p.text-white.mb-0.copywrite-001 a:hover {
  color: #fa8507 !important;
}

@media (max-width: 1024px) {
  .counter-wrapper .media {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  .counter-wrapper .media .media-body {
    padding: 0;
    padding-left: 0 !important;
    margin-top: 25px;
  }
}
/*=================================
    08. Template Style
==================================*/
/*------------------- 8.1. Headers  -------------------*/
.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 {
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  float: right;
  margin-left: 5px;
}
.main-menu ul li a {
  display: block;
  color: var(--title-color);
  font-weight: 500;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li ul.sub-menu {
  position: absolute;
  width: 250px;
  top: 100%;
  left: 0;
  z-index: 12;
  border-width: 0;
  border-top-width: 3px;
  border-style: solid;
  text-align: left;
  background-color: #ffffff;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(90deg);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0 0;
}
.main-menu ul li ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
}
.main-menu ul li ul.sub-menu li a {
  color: var(--title-color);
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-weight: 500;
}
.main-menu ul li ul.sub-menu li ul {
  left: auto;
  right: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}

.mobile-logo img,
.mobile-menu-bar img,
.sticky-header .logo,
.header-logo {
  max-width: 160px;
}

.header-layout1.position-absolute {
  left: 0;
  top: 0;
  right: 0;
  z-index: 91;
}
.header-layout1 .menu-area {
  box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.1);
}
.header-layout1 .header-logo {
  min-width: 160px;
}
@media (min-width: 1025px) {
  .header-layout1 .menu-area {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.menu-style1 > ul > li {
  margin: 0 13px;
}
.menu-style1 > ul > li > a {
  padding: 42px 0;
}

.main-menu.menu-style1 > ul > li > a {
  color: var(--title-color);
}

.dark-style .main-menu.menu-style1 > ul > li > a {
  color: #bfbfbf;
  font-weight: 500;
}
.dark-style .main-menu.menu-style1 > ul > li > a:hover {
  color: var(--white-color);
}

.menu-style2 > ul > li {
  margin: 0 16px;
}
.menu-style2 > ul > li > a {
  padding: 52px 0;
  color: var(--title-color);
  font-weight: 500;
}

.menu-style3 > ul > li {
  margin: 0 16px;
}
.menu-style3 > ul > li > a {
  padding: 28px 0;
}

.menu-style4 > ul > li {
  margin: 0 16px;
}
.menu-style4 > ul > li > a {
  color: #ffd9da;
  padding: 28px 0;
  font-weight: 500;
}
.menu-style4 > ul > li > a:hover {
  color: var(--white-color);
}

.header-btn.pl-lg-50 .icon-btn:last-child {
  margin-right: 0;
}

/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .main-menu ul li ul.sub-menu {
    width: 220px;
  }
  .menu-style2 > ul > li {
    margin: 0 7px;
  }
  .menu-style2 > ul > li > a {
    padding: 37px 0;
  }
  .main-menu.menu-style1 > ul > li > a {
    font-size: 14px;
  }
  .header-btn.pl-lg-50 {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .mobile-bg-switch {
    background-color: #000;
  }
}
/* Medium Large devices */
@media (max-width: 1300px) {
  .header-layout1 .menu-area {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1024px) {
  .header-layout1 .menu-area {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
  }
  .header-layout1 .menu-area .menu-style2 > ul > li {
    margin: 0 9px;
  }
  .header-layout1 .menu-area .menu-style2 > ul > li:last-child {
    margin-right: 0;
  }
  .header-layout1 .menu-area .menu-style2 > ul > li:first-child {
    margin-left: 0;
  }
  .header-layout1 .menu-area .menu-style2 > ul > li > a {
    padding: 42px 0;
  }
  .header-layout1 .header-logo.mx-lg-15 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .header-layout1 .icon-btn {
    background-color: var(--smoke-color);
  }
  .header-layout1.position-absolute {
    position: static !important;
    padding-top: 0;
  }
}
.header-layout2 {
  position: relative;
  z-index: 91;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-layout2.position-absolute {
  right: 0;
  left: 0;
  top: 0;
}

@media (max-width: 1720px) and (min-width: 1200px) {
  header.header-wrapper.header-layout2 .contact-info {
    padding-left: 0;
  }
  header.header-wrapper.header-layout2 .contact-info .media-icon.mr-15.pl-30:after {
    display: none;
  }
}
@media (min-width: 1500px) {
  .header-layout2.px-xl-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout2.px-xl-115 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout2.position-absolute {
    position: relative !important;
  }
}
.header-layout2.px-xl-115 .logo-2 {
  display: none;
}

@media (max-width: 1024px) {
  .header-layout2.px-xl-115 .logo-2 {
    display: block;
  }
  .header-layout2.px-xl-115 .logo-1 {
    display: none;
  }
}
.header-layout3-background.background-image {
  background-size: 100% 90%;
}

.header-layout4 {
  left: 0;
  top: 0;
  right: 0;
  z-index: 91;
}

@media (max-width: 1600px) {
  .header-layout4.px-lg-100 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1300px) {
  .header-layout4 .pl-xl-50 {
    padding-left: 10px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .header-layout4.position-absolute {
    position: relative !important;
  }
}
.logged-in .sticky-header-wrap {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .logged-in .sticky-header-wrap {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .sticky-header-wrap {
    margin-top: 0;
  }
}

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

.menu-sticky1 > ul > li {
  margin: 0 17px;
}
.menu-sticky1 > ul > li > a {
  padding: 36px 0;
  font-weight: 500;
}

/* Extra small devices */
@media (max-width: 576px) {
  .sticky-header-wrap.sticky-header.py-1.py-sm-2.py-lg-1.active {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
/*------------------- 8.2. Widgets  -------------------*/
.widget {
  padding: 40px;
  margin-bottom: 30px;
  border: 1px solid #efefef;
}
.widget p:empty {
  display: none;
}

.sidebar-area .wp-block-group__inner-container > h2,
.widget_search .wp-block-search__label:not(.screen-reader-text),
.widget_title {
  font-size: 23px;
  border-left: 2px solid;
  line-height: 1em;
  padding-left: 20px;
  margin-bottom: 27px;
  margin-top: -3px;
  font-family: var(--theme-font2);
  color: var(--title-color);
  font-weight: 400;
}

.sidebar-area .wp-block-latest-posts.wp-block-latest-posts__list li:last-child,
.sidebar-area .wp-block-latest-posts.wp-block-latest-posts__list,
.sidebar-area .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-area .widget_categories {
  padding-bottom: 0;
}
.sidebar-area p.wp-block-tag-cloud {
  margin-bottom: -10px;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    padding: 20px;
  }
}
.footer-widget-wrapper .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
}
.footer-widget-wrapper .widget_title {
  border-left: none;
  padding-left: 0;
  font-size: 30px;
  font-family: var(--theme-font2);
}
.footer-widget-wrapper .widget_meta,
.footer-widget-wrapper .widget_pages,
.footer-widget-wrapper .widget_archive,
.footer-widget-wrapper .widget_categories,
.footer-widget-wrapper .widget_nav_menu {
  margin-bottom: 20px;
}
.footer-widget-wrapper .widget_meta .widget_title,
.footer-widget-wrapper .widget_pages .widget_title,
.footer-widget-wrapper .widget_archive .widget_title,
.footer-widget-wrapper .widget_categories .widget_title,
.footer-widget-wrapper .widget_nav_menu .widget_title {
  margin-bottom: 30px;
}
.footer-widget-wrapper .widget_meta li > span,
.footer-widget-wrapper .widget_pages li > span,
.footer-widget-wrapper .widget_archive li > span,
.footer-widget-wrapper .widget_categories li > span,
.footer-widget-wrapper .widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget-wrapper .widget_meta a,
.footer-widget-wrapper .widget_pages a,
.footer-widget-wrapper .widget_archive a,
.footer-widget-wrapper .widget_categories a,
.footer-widget-wrapper .widget_nav_menu a {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
.footer-widget-wrapper .widget_meta a:hover,
.footer-widget-wrapper .widget_pages a:hover,
.footer-widget-wrapper .widget_archive a:hover,
.footer-widget-wrapper .widget_categories a:hover,
.footer-widget-wrapper .widget_nav_menu a:hover {
  background-color: transparent;
}
.footer-widget-wrapper .widget_meta a:before,
.footer-widget-wrapper .widget_pages a:before,
.footer-widget-wrapper .widget_archive a:before,
.footer-widget-wrapper .widget_categories a:before,
.footer-widget-wrapper .widget_nav_menu a:before {
  content: "\f101";
  font-family: var(--icon-font);
  margin-right: 10px;
}
.footer-widget-wrapper .widget .vs-widget-about-author .author-img {
  width: 100px;
  height: 100px;
  margin-left: 0;
}

.footer-widget .menu-food-menu-container .menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
}

ul.footer-menu {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  list-style: none;
}
ul.footer-menu a {
  position: relative;
  color: #fff;
  margin-bottom: 11px;
  display: inline-block;
}
ul.footer-menu a:before {
  content: "\f105";
  font-family: var(--icon-font);
  margin-right: 10px;
}
ul.footer-menu li {
  margin: 0;
}
ul.footer-menu li:last-child a {
  margin-bottom: 0;
}

ul.dark-footer.footer-menu a {
  color: rgba(255, 255, 255, 0.6);
}

.footer2-title {
  position: relative;
  margin-bottom: 30px !important;
  padding-bottom: 5px;
}
.footer2-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #fa8507;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget .menu-food-menu-container .menu {
    grid-template-columns: repeat(1, auto);
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .footer-widget .menu-food-menu-container .menu {
    grid-template-columns: repeat(2, auto);
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .footer-widget .menu-food-menu-container .menu {
    grid-template-columns: repeat(1, auto);
  }
}
.widget_layered_nav,
.widget_product_categories,
.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_archive,
.widget_categories {
  padding-bottom: 30px;
}
.widget_layered_nav ul,
.widget_product_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_layered_nav li,
.widget_product_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_layered_nav li > span,
.widget_product_categories li > span,
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.widget_layered_nav a,
.widget_product_categories a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--smoke-color);
  padding: 17px 20px;
  margin-bottom: 10px;
  color: var(--body-color);
  padding-right: 50px;
  line-height: 1;
}
.widget_layered_nav a:hover,
.widget_product_categories a:hover,
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: #ffffff;
}
.widget_layered_nav .children,
.widget_product_categories .children,
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

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

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

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

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

.widget_layered_nav a:hover,
.widget_product_categories a:hover {
  color: var(--white-color) !important;
}

.widget .widget_shopping_cart_content .button {
  padding: 11.25px 25px;
  font-size: 14px;
}

.widget .search-form {
  display: flex;
  flex-wrap: wrap;
}
.widget .search-form,
.widget .search-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
}
.widget .search-form input {
  width: calc(100% - 60px);
  height: 60px;
  background-color: var(--smoke-color);
  border: none;
  color: var(--body-color);
  padding-left: 20px;
  font-family: var(--theme-font1);
  padding-right: 10px;
}
.widget .search-form input::-moz-placeholder {
  color: var(--title-color);
}
.widget .search-form input::-webkit-input-placeholder {
  color: var(--title-color);
}
.widget .search-form input:-ms-input-placeholder {
  color: var(--title-color);
}
.widget .search-form input::placeholder {
  color: var(--title-color);
}
.widget .search-form button {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0;
  border: 1px solid transparent;
  color: #ffffff;
}
.widget .search-form button:hover {
  background-color: #ffffff;
}

.widget .vs-widget-about-author .author-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.widget .vs-widget-about-author .social-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  text-transform: capitalize;
  padding: 12px 23px;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  color: #777777;
  border-radius: 50px;
  font-weight: 600;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: #fff;
}

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

.vs-widget-recent-post a {
  color: inherit;
}
.vs-widget-recent-post .media-img {
  overflow: hidden;
}
.vs-widget-recent-post .media-img img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.vs-widget-recent-post .recent-post-title {
  font-size: 18px;
  margin-bottom: 5px !important;
}
.vs-widget-recent-post .recent-post {
  margin-bottom: 20px;
}
.vs-widget-recent-post .recent-post:last-child {
  margin-bottom: 0;
}
.vs-widget-recent-post .recent-post:hover .media-img img {
  transform: scale(1.15);
}
.vs-widget-recent-post span {
  font-size: 14px;
}
.vs-widget-recent-post span i {
  margin-right: 7px;
}
.vs-widget-recent-post .vs-carousel .recent-post {
  position: relative;
  margin-bottom: 0;
}
.vs-widget-recent-post .vs-carousel img {
  width: 100%;
}
.vs-widget-recent-post .vs-carousel .post-date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 1;
  z-index: 2;
}

.widget .instagram-feeds ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.widget .instagram-feeds li {
  overflow: hidden;
}
.widget .instagram-feeds li img {
  width: 100%;
}

.widget .newsletter-form {
  position: relative;
}
.widget .newsletter-form .form-icon {
  position: absolute;
  left: 20px;
  top: 19px;
}
.widget .newsletter-form .form-control {
  padding-left: 50px;
  padding-right: 20px;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .cart_list li.mini_cart_item {
  position: relative;
  padding: 25px 10px 30px 95px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list li.mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list li.mini_cart_item a {
  display: block;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--theme-font2);
}
.widget_shopping_cart .cart_list li.mini_cart_item img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 20px;
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
}
.widget_shopping_cart .cart_list a.remove .fa-times:before {
  content: "\f2ed";
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 16px;
}
.widget_shopping_cart ul.product_list_widget .amount {
  font-size: 16px;
  color: var(--body-color);
}
.widget_shopping_cart .total {
  margin-top: 30px;
  font-size: 18px;
}
.widget_shopping_cart .woocommerce-Price-currencySymbol {
  padding-left: 5px;
}

.quantity-box input {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e9e9e9;
  color: var(--title-color);
}

.widget_rss ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul a {
  display: block;
  font-weight: 700;
  color: inherit;
}
.widget_rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.widget_rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
}
.widget_rss ul cite {
  font-weight: 600;
}
.widget_rss ul cite:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.widget_rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_comments li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.widget_recent_comments a:not(:hover) {
  color: inherit;
}

.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a:not(:hover) {
  color: inherit;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.price_slider_wrapper .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
.price_slider_wrapper .price_slider_amount .price_label {
  order: 1;
  margin-bottom: 10px;
}
.price_slider_wrapper .price_slider_amount button {
  order: 2;
  width: 94px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  min-width: auto;
  font-weight: 700;
  font-size: 14px;
  color: var(--white-color);
  border: none;
  padding: 0;
  text-transform: capitalize;
}
.price_slider_wrapper .price_slider_amount button:hover {
  background-color: var(--smoke-color);
  color: var(--title-color);
}

.price_slider_wrapper .price-area {
  float: left;
  padding: 7px 0;
}
.price_slider_wrapper .price-area span {
  display: inline-block;
  color: var(--title-color);
}
.price_slider_wrapper input {
  width: 100px;
  display: inline-block;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
}
.price_slider_wrapper .ui-slider {
  height: 6px;
  position: relative;
  width: 100%;
  background-color: var(--smoke-color);
  border: none;
  margin-top: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
}
.price_slider_wrapper .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -2px;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -7px;
  z-index: 2;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

ul.product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.product_list_widget img {
  margin-right: 15px;
}
ul.product_list_widget .product-title {
  margin-bottom: 0;
  font-size: 18px;
}
ul.product_list_widget .amount {
  font-size: 14px;
}
ul.product_list_widget .product_summary {
  align-self: center;
}
ul.product_list_widget li {
  margin-bottom: 20px;
}
ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.widget p.woocommerce-mini-cart__buttons.buttons {
  margin-bottom: 0;
}
.widget .widget_shopping_cart_content .button {
  padding: 10px 26px;
  font-size: 14px;
}

/*------------------- 8.3. Footers  -------------------*/
.footer-widget-layout1 {
  background-size: 100% auto;
}
.footer-widget-layout1 .widget_title {
  margin-bottom: 35px;
}
.footer-widget-layout1 .widget_title.text-20 {
  margin-bottom: 30px;
}
.footer-widget-layout1 .widget.p-30 {
  padding: 30px;
}
.footer-widget-layout1 .widget.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.footer-widget-layout1 .widget.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.footer-widget-layout1 .vs-widget-recent-post .recent-post-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 7px;
  color: var(--white-color);
}
.footer-widget-layout1 .vs-widget-recent-post .recent-post-title a {
  color: inherit;
}
.footer-widget-layout1 .vs-widget-recent-post .recent-post-title + a {
  font-size: 14px;
  color: var(--body-color);
}
.footer-widget-layout1 .vs-widget-recent-post .recent-post-title + a i {
  margin-right: 10px;
}

.footer-bottom-menu li {
  margin-right: 40px;
  display: inline-block;
}
.footer-bottom-menu li:last-child {
  margin-right: 0;
}

footer .vs-widget-recent-post span {
  color: rgba(255, 255, 255, 0.6);
}

.dark-footer a, .dark-footer p, .dark-footer h1, .dark-footer h2, .dark-footer h3, .dark-footer h4, .dark-footer h5, .dark-footer h6, .dark-footer span,
.dark-footer .widget_title,
.dark-footer .widget_nav_menu a,
.dark-footer .widget_categories li > a,
.dark-footer .widget_archive li > a,
.dark-footer .widget_meta a,
.dark-footer .widget_pages a {
  color: rgba(255, 255, 255, 0.6);
}
.dark-footer .social-links.links-has-border a {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-footer .tagcloud a {
  color: var(--body-color);
  background-color: var(--white-color);
}
.dark-footer .tagcloud a:hover {
  color: #fff;
}
.dark-footer .widget_title,
.dark-footer .social-links a {
  color: var(--white-color);
}
.dark-footer .widget_nav_menu a:before {
  color: rgba(255, 255, 255, 0.3);
}
.dark-footer .footer-widget-wrapper {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-footer a.text-bold.text-white:hover {
  color: #fa8507 !important;
}

.footer-widget-layout1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.widget_title.text-20 {
  font-size: 20px !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget-wrapper.footer-widget-layout1 [class*=col-] {
    margin-bottom: 10px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .footer-widget-layout1 .widget.p-30,
.footer-widget-layout1 .widget.px-30.py-40 {
    padding: 15px !important;
  }
}
/*------------------- 8.4. Breadcumb  -------------------*/
.breadcumb-layout1 .breadcumb-title {
  color: #ffffff;
  word-break: break-word;
}

.breadcumb-menu-style1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%) translateY(50%);
  margin: 0;
  padding: 17px 38px;
  border-radius: 50px;
  box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  width: fit-content;
  min-width: 250px;
  text-align: center;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 768px) {
  .breadcumb-menu-style1 {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .breadcumb-menu-style1 {
    width: 90%;
  }
}
.breadcumb-menu-style1 li {
  display: inline-block;
  margin: 0 6px;
  list-style: none;
}
.breadcumb-menu-style1 li:first-child {
  margin-left: 0;
}
.breadcumb-menu-style1 li:last-child {
  margin-right: 0;
}
.breadcumb-menu-style1 li:last-child:after {
  display: none;
}
.breadcumb-menu-style1 li:after {
  content: "-";
  position: relative;
  right: -7px;
  float: right;
}
.breadcumb-menu-style1 li,
.breadcumb-menu-style1 a,
.breadcumb-menu-style1 span {
  color: var(--body-color);
  white-space: normal;
  word-break: break-word;
}
.breadcumb-menu-style1 li i,
.breadcumb-menu-style1 a i,
.breadcumb-menu-style1 span i {
  margin-right: 5px;
}
.breadcumb-menu-style1 li.active,
.breadcumb-menu-style1 li.active span,
.breadcumb-menu-style1 li.active a, .breadcumb-menu-style1 li:last-child,
.breadcumb-menu-style1 li:last-child span,
.breadcumb-menu-style1 li:last-child a {
  color: #000415;
}
.breadcumb-menu-style1 li:first-child:before {
  content: "\f015";
  position: relative;
  font-family: var(--icon-font);
  color: red;
  margin-right: 8px;
}

/*------------------- 8.5. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  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: 18px;
  height: 70px;
  width: 100%;
  border-width: 1px;
  border-bottom-width: 2px;
  border-style: solid;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

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

/*------------------- 8.7. Pagination  -------------------*/
.pagination-layout1 {
  text-align: center;
}
.pagination-layout1 ul {
  margin: 0;
  padding: 0;
}
.pagination-layout1 ul li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.pagination-layout1 ul li:last-child {
  margin-right: 0;
}
.pagination-layout1 ul li:first-child {
  margin-left: 0;
}
.pagination-layout1 ul li span,
.pagination-layout1 ul li a {
  background-color: var(--white-color);
  color: var(--title-color);
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 48px;
}
.pagination-layout1 ul li span:not([href]):not([tabindex]):focus, .pagination-layout1 ul li span:not([href]):not([tabindex]):hover, .pagination-layout1 ul li span.active, .pagination-layout1 ul li span:hover,
.pagination-layout1 ul li a:not([href]):not([tabindex]):focus,
.pagination-layout1 ul li a:not([href]):not([tabindex]):hover,
.pagination-layout1 ul li a.active,
.pagination-layout1 ul li a:hover {
  color: var(--white-color);
  border-color: transparent;
}
.pagination-layout1 ul li span.current {
  color: var(--white-color);
  cursor: default;
}

/*------------------- 8.8. Blog  -------------------*/
.blog-meta span {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-meta span:last-child {
  margin-right: 0;
}
.blog-meta span i {
  font-size: 16px;
  margin-right: 10px;
}

.blog-category a {
  display: inline-block;
  color: #fff;
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 50px;
}
.blog-category a:hover {
  background-color: var(--smoke-color);
  color: var(--body-color);
}

.vs-blog {
  margin-bottom: 30px;
}
.vs-blog p:empty {
  display: none;
}
.vs-blog .blog-title {
  white-space: normal;
  word-break: break-word;
}
.vs-blog .blog-title a {
  color: inherit;
}
.vs-blog .has-drop-cap:first-letter {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  margin-right: 5px;
  margin-top: 0.25rem;
  float: left;
  padding: 22px 19px;
  letter-spacing: 0;
  margin-right: 13px;
}

.blog-border {
  border: 1px solid #efefef;
}

.vs-blog-layout1 .vs-blog::before {
  box-shadow: none;
  transition: all ease 0.4s;
}
.vs-blog-layout1 .vs-blog:hover::before {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.vs-blog-layout1 .vs-blog:hover .vs-box-icon {
  background-color: #fa8507;
  color: var(--white-color) !important;
}
.vs-blog-layout1 .blog-content {
  padding: 40px;
  padding-bottom: 50px;
}
.vs-blog-layout1 .vs-blog {
  margin-bottom: 55px;
}
.vs-blog-layout1 .vs-box-icon {
  background-color: var(--title-color);
  color: var(--white-color) !important;
  box-shadow: none;
}
.vs-blog-layout1 .vs-box-icon:hover {
  background-color: #fa8507;
  color: var(--white-color) !important;
}

.vs-blog-layout4 .blog-content {
  padding: 25px 30px;
}
.vs-blog-layout4 .blog-content .blog-title {
  margin-top: 5px;
  margin-bottom: 10px !important;
}
.vs-blog-layout4 .blog-content .blog-header > a {
  color: var(--body-color);
  text-transform: uppercase;
  font-size: 14px;
}
.vs-blog-layout4 .blog-content .blog-header > a i {
  margin-right: 13px;
}
.vs-blog-layout4 .blog-content .link-btn {
  color: #fa8507 !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 15px;
}
.vs-blog-layout4 .blog-content .link-btn:hover {
  color: var(--title-color) !important;
}
.vs-blog-layout4 .blog-content i.far.fa-angle-right {
  position: relative;
}
.vs-blog-layout4 .blog-content i.far.fa-angle-right:before, .vs-blog-layout4 .blog-content i.far.fa-angle-right:after {
  display: inline-block;
  width: 31px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 81.88 26.62' class='svg replaced-svg'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Efork%3C/title%3E%3Cpath class='cls-1' fill='%23fa8507' d='M60.9,23.63c.25-1,1.62-1.23,2.62-1.57a31.28,31.28,0,0,1,3.88-1.26C66,21.91,63.73,22.15,62.06,23A1,1,0,0,1,60.9,23.63Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%23fa8507' d='M56.29,23.63c.6-1.4,2.64-1.49,4.09-2s2.62-1.16,3.88-1.47C62.7,21.4,59.78,22,57.55,22.89c.07.38.53-.28.42.21C57.28,23.15,57.13,23.73,56.29,23.63Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%23fa8507' d='M49.89,20c.26-.33.85-.33,1.36-.42A1.48,1.48,0,0,1,49.89,20Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%23fa8507' d='M52.93,19.33c-.31.27-.58-.07-.94.1C52.19,19.06,52.52,19.36,52.93,19.33Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%23fa8507' d='M47.9,7.27c-.33.27.4.36.32.73a2.74,2.74,0,0,1-1-1.26c1.5.12,2.36,1.82,3.36,2.62.1.08.38.05.31,0,.66.56.85,1.21,1.57,1.47-.15.4.29.2.21.52a.29.29,0,0,1-.42,0A40,40,0,0,0,47.9,7.27Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%23fa8507' d='M77,22.47c.08-.25-.38-.23-.84-.21,0,.12.19.09.31.1-1.61.13-2.25,0-4.41.11a10.55,10.55,0,0,1-4.09.63c.17-.78,1.47-.41,1.47-1.36a5.38,5.38,0,0,0,2.73-.42c-2.38-.89-4.16,1-6.08,1.57-.12.09,0,.24-.21.42-.58-.12-.89.45-1.36.1,1.39-1.19,3.54-1.63,5.24-2.52-2.49-.62-5.54-.69-8.08-1.26a45.76,45.76,0,0,1-9.44,3.67c.39-.61,1.32-.83,2-1a71.49,71.49,0,0,0,7-2.62c-.56-.3-1.65.19-2.73-.31-.25,0-.23.32-.42.42-2.52.38-4.29,1.51-6.5,2.2-.31.09.24.16.1.42-.63,0-1.15.56-1.78.21,2-1.6,5-2.1,7.55-3.15.19-.78-.36-.83-.73-1,0-.34.38-.25.52-.42.12-2.76-1.21-5.77-1-8.18,0-.42,0-1,.42-1.26.25.62,0,1.36,0,2.1a64.69,64.69,0,0,0,1.15,6.82c.34-1.72-1.05-4-.63-6.19-.11-.32.23-.19.42-.21,0-.78.31-1.49-.42-1.68a6.86,6.86,0,0,1,.52-.84c-.22-.18-.61.06-.84-.11,0-.41.39-.38.63-.52-.2-.19-.67-.1-.84-.31.25-.21,1.2.22,1.57-.11-.1-.24-.66.21-.84-.21.25-.91,1.75-.56,2.41-1-.88-.28-1.92.72-2.83.42,1.06-1,4.27-1.51,5.77-1.26.29-.1-.19-.37.1-.53s.94,0,1.15-.21a29.08,29.08,0,0,0-5,.63c-.16.06,0,.11.1.11-.66.15-.91.12-2,.31-.38,0-.07.77-.42.84-.78.06,0-.76-.52-.94,0-.47.8-.25.73-.84-.21-.16-1.33.2-1.68-.11.45-.68,1.23-.17,2-.31.54-.1,1-.56,1.36-.63a6.83,6.83,0,0,1,1,.1c1.45,0,3.24-.3,4.72-.31.95,0,1.86.15,2.83.1,3.19-.16,6.42-.32,9.44-.42A69.21,69.21,0,0,0,64.26,1.71c-2.15-.11-5.11-.83-6.5,0-2.14-.26-5,.33-6.82-.21.7-.54,1.94-.11,3-.11,1.26,0,2.63-.14,3.78-.21-2-.46-4.41-.25-6.5-.73,1.77-.87,4-.23,6-.1,8,.49,16.25.76,24.12,1.89.27.47-.18,1.64.52,1.68a3.36,3.36,0,0,1-2.31,1.26C75,5.8,69.8,6.25,64.68,7c-2.16.29-4.14.76-6.4,1.15-.16,2.8-.52,6.52.1,9.44a42.8,42.8,0,0,0,5,1c6,.37,12.07,2.53,17.83,2.62.25.47-.15.8-.31,1.15.14.62.54,1.13.31,1.57-.21-.18-.77,0-.63-.52-.39.08,0,.37-.21.52-4.41.39-8.4.55-12.69,1-.37,0,.19.46-.11.42-3.85.26-10,.65-14.37,1.15a5.29,5.29,0,0,1-4.93-1.78c-.23.08.35.51,0,.73-1.81-2.37-2.41-6.36-2.83-10.07-3.38-.59-8.51.09-11.43-.21a3,3,0,0,0-.21,1,16.41,16.41,0,0,1-1.15,1.47,6.46,6.46,0,0,1-4.93-.11c-.09-.19-.43-.13-.31-.52-7.27.15-17.42.8-23.81,1.15-.18-.06,0-.5-.21-.52-.32.15.22.54-.1.73C2.7,18.24,2.7,17.36,2.17,17c-.36.47.23.89.1,1.47-1.2-.26-1.14-2.26-2.1-3.25A14.69,14.69,0,0,1,1.54,6.32c.43,0,.4.51.42.94.48-.67,1.36-1.87,2.31-.84,3.65.53,7,.41,10.91.73a109.47,109.47,0,0,0,13,.63c1.23-2.06,4.37-.66,5.66.42.07.4-.73.2-.84.1.2.53.76.71.94,1.26-.11.34-.44,0-.42.63a89.91,89.91,0,0,0,11.85.21,16.43,16.43,0,0,0,.42-2.2.69.69,0,0,1,.52.1c.49-2.37,1-5.05,2.41-6.71.42-.48.95-1.19,1.68-1.15a2.44,2.44,0,0,1-.94,1.68c-.34.13-.08-.34-.42-.21A6.09,6.09,0,0,0,48,3.7a22.61,22.61,0,0,1,5.45,4.2c-1.69-1.07-3.11-2.42-4.82-3.46-.27,0,.14.18,0,.42-.47,0-.43-.55-.73-.73-.24.21-.17.73-.42.94A43.85,43.85,0,0,1,53,9.57c-1.73-.85-3.39-2.69-5.14-3.88,0,.22.57.75.73,1.15-.34,0-.85-.82-1.26-1.15a11.94,11.94,0,0,0-.84,3.46c1.5,2.1,3.66,3.54,5.35,5.45-2.13-1.16-3.6-3.53-5.45-4.62.51.06.2,1.16.31,1.57.24.87,2.1,2.39,3,3.25.29.26.4.83.73,1.15.4-.06.49-.29.73.21-.9.16-1.52-1-2.2-1.68s-1.54-1.47-2.2-2.1c.12.41.52.53.52,1-.4,0-.3-.54-.63-.63v2.31c1.07.61,2,1.92,3.15,2.1.19-.63-.57-1.16-.84-1.68a2,2,0,0,1,1.15,1.36c.89-.2,1.49-1,2.2-.84-.55.74-2,.63-1.89,2-1.57-.82-2.13,1-3.46,1.15a8.13,8.13,0,0,1,.31,1.26c.19-.19.26-.51.52-.63,1.09-.42,2.29-.9,3.46-1.36s2.23-1.19,3.25-1c-1.82,1-4,1.64-5.87,2.52.09.35.84-.37.84.21a5.54,5.54,0,0,1-2.1.42c.41,2.22,2.73,2.52,4.3,3.57,3.81.51,9-.27,13.84-.52,4.52-.23,9-.55,13.11-1.15C78.43,22.1,77.22,22,77,22.47ZM51.78,25.62c-.26-.06-.79,0-1-.32,0,.49.42.63.84.74C51.44,25.7,51.91,26,51.78,25.62ZM53,25.52c-.36-.08-.6.16-.11.11a49.46,49.46,0,0,0,6.5-.52c-.41.13-.35-.29-.21-.42C56.85,24.87,55.23,25.17,53,25.52Zm-2.1-1c.36,0,.17.46.63.31C51.58,24.52,51,24.27,50.94,24.47Zm21.5-.63a1,1,0,0,0-1,.1A1.77,1.77,0,0,0,72.44,23.84Zm-24.12-.21c-.16-.12-.44-.37-.52,0C48.1,23.6,48.18,24,48.32,23.63ZM80,22.47c-.36.36-1-.09-1.57.1.48.65-1.24.29-.94.73a8.87,8.87,0,0,1,2.2-.1c.63-.43.54-1.2,1-1.57-2,.57-4.71-.81-7.13-.42,1.84.46,4.18.44,5.87,1-.11,0-.27,0-.1.1S80.09,22.09,80,22.47Zm-8.92,0c-.45-.2-1.46-.16-1.68.21C70.3,22.58,70.54,22.76,71.08,22.47Zm4.61-.63c-1.45-.05-2.52-.71-3.78.11C73.15,21.85,74.55,22.38,75.69,21.84ZM49.26,17.44c-.9-.46-1.46-1.26-2.41-1.68a7.27,7.27,0,0,0,.21,2.94A17.63,17.63,0,0,0,49.26,17.44Zm-42.37.21a2.91,2.91,0,0,0-.84.11c-1.94.22.88.21,1.15-.11ZM4.69,17c-.61,0-1.19.29-1.47-.21,1.49-1.13,5.28-.57,7-.94.23.08.67-.11.21-.1a28.59,28.59,0,0,0-7.66,0c0-.25-.5-.06-.42-.42a5.65,5.65,0,0,1,2.2-.21c-.05-1-1.12-.3-1.47-.31s-1-.51-1.36-.32a5,5,0,0,0,1.47,2.83C3.26,16.82,4.53,17.63,4.69,17Zm.52.11c1.06,0,.16-.33-.42,0C5,17.34,5.07,17.12,5.21,17.13ZM15,16.29c-.79.12-2.06-.25-2.52.21C13.28,16.64,14.38,16.81,15,16.29Zm16.68,0c-.66-.14-2.21-.59-2.41-.21A2.39,2.39,0,0,0,31.64,16.29Zm-13.74-.1c-.6.07-1.47-.14-1.89.1A4.33,4.33,0,0,0,17.9,16.18Zm10.49-.32c-.11.35.15.34.42.32C28.84,15.91,28.66,15.84,28.39,15.87Zm-.94.11a1.86,1.86,0,0,0-1.15.21C26.68,16.12,27.37,16.35,27.45,16Zm6-.42a1.52,1.52,0,0,0-.73.52C33.2,16.16,33.33,15.88,33.42,15.55Zm-15.84,0c-3-.06-3.92-.39-6.92-.1A19.67,19.67,0,0,0,17.59,15.55Zm11.33-.31a6.63,6.63,0,0,0,1.68.31C30.5,15,29.35,15.05,28.91,15.24ZM27.45,15H27c0,.33.13.43.31.52A.68.68,0,0,0,27.45,15Zm-27-1.57A5.33,5.33,0,0,0,1,15.34C.91,14.64.9,13.85.49,13.45ZM28,14.5c-.06.34.07.49.1.73.12,0,.3,0,.31-.1C28.17,15,28.15,14.68,28,14.5ZM9.3,14.71a11,11,0,0,1-2.1-.1c.06.15-.12.54.1.52C8,14.92,9.11,15.09,9.3,14.71Zm-2.41.21c-.12,0-.11-.16-.1-.31-.58.12-1.66-.26-1.89.21C5.18,15.37,6.52,15.16,6.89,14.92Zm15.94-.21a4,4,0,0,0,1.89,0c0-.13,0-.25-.21-.21S22.5,14.63,22.83,14.71Zm22.55-.21c-.15-.25-.69,0-.84.11C44.89,14.45,45.45,14.9,45.38,14.5Zm-20.87-.84c-.45-1.12-.34-2.81-1-3.67a11,11,0,0,0-3-.31,5.65,5.65,0,0,1-.73-.52c-4.49-.28-8-.63-13.11-.52-.15.34-.34.27-.73.31,0,.72-.1,1.33.21,1.57.42-.31,1.14-.33,1.57-.63.56,1.05,2.15-.06,2.73.73a11.71,11.71,0,0,1-2.1.11,3,3,0,0,0,.31.94c.39-.07,1,.14,1.26-.1-.07-.21-.62.07-.52-.31.71.11,1.94-.16,2.2.52-.57.44-1.92.1-2.83.21.78.73,3.16-.15,3.57.94-1.35.26-3.18.12-4.3.42,1.28.43,3.36.06,4.09,1-.68.16-1.26-.16-1.89.1A55.82,55.82,0,0,0,24.51,13.66Zm2.73.52c-.26,0-.33.16-.42.31.25,0,.23.19.52.11A.59.59,0,0,0,27.24,14.19Zm2.83-.42c-.22-.38-.89.34-.84-.32a2,2,0,0,1,.94-.42c-.23-.57.15-1.75-.42-2,.94-.94-.4-2,.31-2.83-.49,0-.62-.29-.84-.52-.32.19.21.59-.1.73-.09-.07-.24.17-.63,0A8.7,8.7,0,0,0,28.29,14C28.79,14,29.91,14.37,30.07,13.77ZM8.25,14c.29.31,1.2-.06,1.36.11C9.51,13.8,8.26,13.68,8.25,14Zm-1.47-.1a1.3,1.3,0,0,0,.94.21C7.84,13.6,6.74,13.64,6.78,13.87Zm-.32.1c.16-.36-.7-.5-.63-.1C6,14.08,6.21,14.05,6.47,14Zm-1.89-.1c.08.17.86.17.94,0S4.56,13.47,4.58,13.87Zm-.42-.1c0-.23-.44,0-.63-.11C3.37,14,4.24,14.16,4.16,13.77Zm-1.68-3c.42.07.16.82.63.84a9.05,9.05,0,0,0,0-2.83c-1.19,0-.78,1.22-.94,2.2s-.82,1.74-.52,3H2.9C3,12.75,2.29,11.34,2.48,10.73ZM25.77,12c0,.61-.51,1.42.1,1.68A1.85,1.85,0,0,0,25.77,12Zm19.61.42a2.35,2.35,0,0,0-.63.21c0,.34.09.68.42.73h.21Zm-3.36.1c.19,0-.35-.5,0-.73.22-.06.69.13.73-.11-4.74.16-7.89-.4-12.27-.31a14.53,14.53,0,0,0,.1,1.68C34.67,13,38.44,13.14,42,12.51ZM4.48,13c0-.23.37,0,.52-.1A8.1,8.1,0,0,1,4.16,8c.54.12,1.25.41,1.57-.11.17.08,0,.51.31.42,1.7-.2,3.76.12,4.82-.21a72.33,72.33,0,0,0-7.55-.63c-.1.23-.81.8-.31.94.25.37.13-.49.63-.21A13,13,0,0,0,4.48,13Zm-1-1.78c0,.77-.09,1.13-.1,1.68A.89.89,0,0,0,4,13C3.76,12.46,3.79,11.66,3.43,11.25ZM7.2,12.83c.08-.4-.5-.13-.73-.21C6.37,13,7,13,7.2,12.83ZM5.32,12.2c0-.43.45-.32.52-.63a11.58,11.58,0,0,1-.42-2.83c-.39.07-.45-.18-.84-.1a7.81,7.81,0,0,0,.73,4.3h.84C6.2,12.36,5.27,12.77,5.32,12.2Zm5,.42c-.6,0-1.43-.25-1.57.1A2.24,2.24,0,0,0,10.35,12.62Zm32.72-.21c.35,0,.89.36,1.15.1C43.83,12.55,43.33,12.16,43.07,12.41Zm-41.64-3a3.69,3.69,0,0,0-.31,2.94A14.34,14.34,0,0,0,1.44,9.36Zm5,1.57a.59.59,0,0,1-.42-.11,2,2,0,0,0,.1.84h.31C6.68,11.47,6.52,11.18,6.47,10.94Zm21-.73c-.11-.11-.57,0-.73.1.65.06-.06.95.42,1.26C27.28,11.16,27.26,10.58,27.45,10.2Zm-2.62-.11c-.32.08-.38-.11-.63-.1A2.49,2.49,0,0,0,25,11.57C25,11,24.84,10.64,24.82,10.1Zm20.56,1c-.39.07-1-.14-1.26.11C44.32,11.35,45.36,11.55,45.38,11.15Zm-6.19.11a3.66,3.66,0,0,1-1-.11C38,11.55,39.48,11.35,39.19,11.25Zm3.78,0c.32-.07.9.13,1-.11C43.7,11.21,43.12,11,43,11.25Zm-35-.42a.68.68,0,0,0-.52-.1C7.4,11,7.95,11.13,7.94,10.83Zm23.28,0c.39,0,.95.3,1.26,0C31.91,10.86,31.7,10.59,31.22,10.83ZM33,10.2c-1-.35-.5-2-2.31-1.78,0,.67-.53,1.9,0,2.41C30.85,9.51,32.22,10.37,33,10.2Zm-5.35-1c.06.45-1,.35-.84.52.53-.08.68.23.84.52C27.49,9.77,28.1,9.19,27.66,9.15Zm-2-.42c-1.44,0-3-.58-4-.1C22.61,9.07,24.4,8.84,25.66,8.73ZM15,8.11h-.73a12.36,12.36,0,0,0,3.88.31C16.95,8.24,16.17,8.28,15,8.11ZM31.43,7.9c.11-.32-.23-.19-.42-.21V8C31.21,8,31.24,7.88,31.43,7.9Zm-.63-.31h-.94C29.92,8.11,30.67,7.86,30.8,7.58ZM61.32,5.9c-.46.13-1.2,0-1.47.32A3,3,0,0,0,61.32,5.9ZM71.6,4.54a44.9,44.9,0,0,0-5,.63A18.59,18.59,0,0,0,71.6,4.54ZM64.05,4c-2.12,0-3.91.54-6.29.52,0,.24-.81.56-.31.63C59.62,4.76,62,4.53,64.05,4Zm15.52.52c-.43,0-.86,0-1,.21A2.16,2.16,0,0,0,79.57,4.54Zm-8.29-.42A22.11,22.11,0,0,0,68,4.43,10,10,0,0,0,71.29,4.12Zm1.57.11c-.37.17-.6-.07-.94.21C72.21,4.34,72.9,4.65,72.86,4.22Zm1.36-.31c0,.26-.36,0-.42,0C73.59,4.53,74.64,4.08,74.22,3.91Zm6.71-.53c-.39-.14-.73.31-.94,0,0-.25.46-.1.52-.31-.63-.17-1-.6-1.89-.53,0,.25.17.39.11.73-.26.05-.63,0-.63.31.4,0,1.34.24,1.78-.1C80,4,80.94,4.1,80.94,3.38Zm-3.15-.63s-1.63-.44-1.68-.1C76.49,2.71,77.79,3.1,77.79,2.76Zm-4.93-.63c.35-.07,1,.13,1.15-.11C73.66,2.09,73,1.89,72.86,2.13Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%23fa8507' d='M50.21,21c.27.1.51-.13.94-.1-.65.19-1.71,1-2.41.42,1.33-1,3.46-1.29,5-2.1-.19-.57-.58.33-.84,0a8.34,8.34,0,0,1,3.36-.84c-1.39,1.09-3.67,1.29-5,2.41C50.94,20.55,50.52,20.91,50.21,21Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%23fa8507' d='M48.42,9.78a.5.5,0,0,1,.1.31c-.3-1-1.63-1-1.57-2.1a27.56,27.56,0,0,1,4.62,4.72c.35.14.54.43.84.63C51.19,12.88,49.75,10.83,48.42,9.78Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%23fa8507' d='M50.73,3.7C51.79,5.35,53,4.91,53.67,6.43A29.35,29.35,0,0,1,50,3.7c-.19,0,.11.44.21.52a2,2,0,0,1-1.15-1.36c.63.14.86-.38,1.36-.63,1.83.75,4.52-.77,6.5,0-1.53.2-3.85.29-5.56.63,1,.68,2.37-.39,3.78-.11a14.91,14.91,0,0,1-2.83.63c.15.62.84.69,1.15,1.15C52.77,4.69,52,3.05,50.73,3.7ZM50.63,3a3.77,3.77,0,0,0-.94.11.92.92,0,0,0,1.15.21A.29.29,0,0,1,50.63,3Z'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
  position: relative;
  top: 1px;
}
.vs-blog-layout4 .blog-content i.far.fa-angle-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 81.88 26.62' class='svg replaced-svg'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Efork%3C/title%3E%3Cpath class='cls-1' fill='%2300010a' d='M60.9,23.63c.25-1,1.62-1.23,2.62-1.57a31.28,31.28,0,0,1,3.88-1.26C66,21.91,63.73,22.15,62.06,23A1,1,0,0,1,60.9,23.63Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%2300010a' d='M56.29,23.63c.6-1.4,2.64-1.49,4.09-2s2.62-1.16,3.88-1.47C62.7,21.4,59.78,22,57.55,22.89c.07.38.53-.28.42.21C57.28,23.15,57.13,23.73,56.29,23.63Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%2300010a' d='M49.89,20c.26-.33.85-.33,1.36-.42A1.48,1.48,0,0,1,49.89,20Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%2300010a' d='M52.93,19.33c-.31.27-.58-.07-.94.1C52.19,19.06,52.52,19.36,52.93,19.33Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%2300010a' d='M47.9,7.27c-.33.27.4.36.32.73a2.74,2.74,0,0,1-1-1.26c1.5.12,2.36,1.82,3.36,2.62.1.08.38.05.31,0,.66.56.85,1.21,1.57,1.47-.15.4.29.2.21.52a.29.29,0,0,1-.42,0A40,40,0,0,0,47.9,7.27Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%2300010a' d='M77,22.47c.08-.25-.38-.23-.84-.21,0,.12.19.09.31.1-1.61.13-2.25,0-4.41.11a10.55,10.55,0,0,1-4.09.63c.17-.78,1.47-.41,1.47-1.36a5.38,5.38,0,0,0,2.73-.42c-2.38-.89-4.16,1-6.08,1.57-.12.09,0,.24-.21.42-.58-.12-.89.45-1.36.1,1.39-1.19,3.54-1.63,5.24-2.52-2.49-.62-5.54-.69-8.08-1.26a45.76,45.76,0,0,1-9.44,3.67c.39-.61,1.32-.83,2-1a71.49,71.49,0,0,0,7-2.62c-.56-.3-1.65.19-2.73-.31-.25,0-.23.32-.42.42-2.52.38-4.29,1.51-6.5,2.2-.31.09.24.16.1.42-.63,0-1.15.56-1.78.21,2-1.6,5-2.1,7.55-3.15.19-.78-.36-.83-.73-1,0-.34.38-.25.52-.42.12-2.76-1.21-5.77-1-8.18,0-.42,0-1,.42-1.26.25.62,0,1.36,0,2.1a64.69,64.69,0,0,0,1.15,6.82c.34-1.72-1.05-4-.63-6.19-.11-.32.23-.19.42-.21,0-.78.31-1.49-.42-1.68a6.86,6.86,0,0,1,.52-.84c-.22-.18-.61.06-.84-.11,0-.41.39-.38.63-.52-.2-.19-.67-.1-.84-.31.25-.21,1.2.22,1.57-.11-.1-.24-.66.21-.84-.21.25-.91,1.75-.56,2.41-1-.88-.28-1.92.72-2.83.42,1.06-1,4.27-1.51,5.77-1.26.29-.1-.19-.37.1-.53s.94,0,1.15-.21a29.08,29.08,0,0,0-5,.63c-.16.06,0,.11.1.11-.66.15-.91.12-2,.31-.38,0-.07.77-.42.84-.78.06,0-.76-.52-.94,0-.47.8-.25.73-.84-.21-.16-1.33.2-1.68-.11.45-.68,1.23-.17,2-.31.54-.1,1-.56,1.36-.63a6.83,6.83,0,0,1,1,.1c1.45,0,3.24-.3,4.72-.31.95,0,1.86.15,2.83.1,3.19-.16,6.42-.32,9.44-.42A69.21,69.21,0,0,0,64.26,1.71c-2.15-.11-5.11-.83-6.5,0-2.14-.26-5,.33-6.82-.21.7-.54,1.94-.11,3-.11,1.26,0,2.63-.14,3.78-.21-2-.46-4.41-.25-6.5-.73,1.77-.87,4-.23,6-.1,8,.49,16.25.76,24.12,1.89.27.47-.18,1.64.52,1.68a3.36,3.36,0,0,1-2.31,1.26C75,5.8,69.8,6.25,64.68,7c-2.16.29-4.14.76-6.4,1.15-.16,2.8-.52,6.52.1,9.44a42.8,42.8,0,0,0,5,1c6,.37,12.07,2.53,17.83,2.62.25.47-.15.8-.31,1.15.14.62.54,1.13.31,1.57-.21-.18-.77,0-.63-.52-.39.08,0,.37-.21.52-4.41.39-8.4.55-12.69,1-.37,0,.19.46-.11.42-3.85.26-10,.65-14.37,1.15a5.29,5.29,0,0,1-4.93-1.78c-.23.08.35.51,0,.73-1.81-2.37-2.41-6.36-2.83-10.07-3.38-.59-8.51.09-11.43-.21a3,3,0,0,0-.21,1,16.41,16.41,0,0,1-1.15,1.47,6.46,6.46,0,0,1-4.93-.11c-.09-.19-.43-.13-.31-.52-7.27.15-17.42.8-23.81,1.15-.18-.06,0-.5-.21-.52-.32.15.22.54-.1.73C2.7,18.24,2.7,17.36,2.17,17c-.36.47.23.89.1,1.47-1.2-.26-1.14-2.26-2.1-3.25A14.69,14.69,0,0,1,1.54,6.32c.43,0,.4.51.42.94.48-.67,1.36-1.87,2.31-.84,3.65.53,7,.41,10.91.73a109.47,109.47,0,0,0,13,.63c1.23-2.06,4.37-.66,5.66.42.07.4-.73.2-.84.1.2.53.76.71.94,1.26-.11.34-.44,0-.42.63a89.91,89.91,0,0,0,11.85.21,16.43,16.43,0,0,0,.42-2.2.69.69,0,0,1,.52.1c.49-2.37,1-5.05,2.41-6.71.42-.48.95-1.19,1.68-1.15a2.44,2.44,0,0,1-.94,1.68c-.34.13-.08-.34-.42-.21A6.09,6.09,0,0,0,48,3.7a22.61,22.61,0,0,1,5.45,4.2c-1.69-1.07-3.11-2.42-4.82-3.46-.27,0,.14.18,0,.42-.47,0-.43-.55-.73-.73-.24.21-.17.73-.42.94A43.85,43.85,0,0,1,53,9.57c-1.73-.85-3.39-2.69-5.14-3.88,0,.22.57.75.73,1.15-.34,0-.85-.82-1.26-1.15a11.94,11.94,0,0,0-.84,3.46c1.5,2.1,3.66,3.54,5.35,5.45-2.13-1.16-3.6-3.53-5.45-4.62.51.06.2,1.16.31,1.57.24.87,2.1,2.39,3,3.25.29.26.4.83.73,1.15.4-.06.49-.29.73.21-.9.16-1.52-1-2.2-1.68s-1.54-1.47-2.2-2.1c.12.41.52.53.52,1-.4,0-.3-.54-.63-.63v2.31c1.07.61,2,1.92,3.15,2.1.19-.63-.57-1.16-.84-1.68a2,2,0,0,1,1.15,1.36c.89-.2,1.49-1,2.2-.84-.55.74-2,.63-1.89,2-1.57-.82-2.13,1-3.46,1.15a8.13,8.13,0,0,1,.31,1.26c.19-.19.26-.51.52-.63,1.09-.42,2.29-.9,3.46-1.36s2.23-1.19,3.25-1c-1.82,1-4,1.64-5.87,2.52.09.35.84-.37.84.21a5.54,5.54,0,0,1-2.1.42c.41,2.22,2.73,2.52,4.3,3.57,3.81.51,9-.27,13.84-.52,4.52-.23,9-.55,13.11-1.15C78.43,22.1,77.22,22,77,22.47ZM51.78,25.62c-.26-.06-.79,0-1-.32,0,.49.42.63.84.74C51.44,25.7,51.91,26,51.78,25.62ZM53,25.52c-.36-.08-.6.16-.11.11a49.46,49.46,0,0,0,6.5-.52c-.41.13-.35-.29-.21-.42C56.85,24.87,55.23,25.17,53,25.52Zm-2.1-1c.36,0,.17.46.63.31C51.58,24.52,51,24.27,50.94,24.47Zm21.5-.63a1,1,0,0,0-1,.1A1.77,1.77,0,0,0,72.44,23.84Zm-24.12-.21c-.16-.12-.44-.37-.52,0C48.1,23.6,48.18,24,48.32,23.63ZM80,22.47c-.36.36-1-.09-1.57.1.48.65-1.24.29-.94.73a8.87,8.87,0,0,1,2.2-.1c.63-.43.54-1.2,1-1.57-2,.57-4.71-.81-7.13-.42,1.84.46,4.18.44,5.87,1-.11,0-.27,0-.1.1S80.09,22.09,80,22.47Zm-8.92,0c-.45-.2-1.46-.16-1.68.21C70.3,22.58,70.54,22.76,71.08,22.47Zm4.61-.63c-1.45-.05-2.52-.71-3.78.11C73.15,21.85,74.55,22.38,75.69,21.84ZM49.26,17.44c-.9-.46-1.46-1.26-2.41-1.68a7.27,7.27,0,0,0,.21,2.94A17.63,17.63,0,0,0,49.26,17.44Zm-42.37.21a2.91,2.91,0,0,0-.84.11c-1.94.22.88.21,1.15-.11ZM4.69,17c-.61,0-1.19.29-1.47-.21,1.49-1.13,5.28-.57,7-.94.23.08.67-.11.21-.1a28.59,28.59,0,0,0-7.66,0c0-.25-.5-.06-.42-.42a5.65,5.65,0,0,1,2.2-.21c-.05-1-1.12-.3-1.47-.31s-1-.51-1.36-.32a5,5,0,0,0,1.47,2.83C3.26,16.82,4.53,17.63,4.69,17Zm.52.11c1.06,0,.16-.33-.42,0C5,17.34,5.07,17.12,5.21,17.13ZM15,16.29c-.79.12-2.06-.25-2.52.21C13.28,16.64,14.38,16.81,15,16.29Zm16.68,0c-.66-.14-2.21-.59-2.41-.21A2.39,2.39,0,0,0,31.64,16.29Zm-13.74-.1c-.6.07-1.47-.14-1.89.1A4.33,4.33,0,0,0,17.9,16.18Zm10.49-.32c-.11.35.15.34.42.32C28.84,15.91,28.66,15.84,28.39,15.87Zm-.94.11a1.86,1.86,0,0,0-1.15.21C26.68,16.12,27.37,16.35,27.45,16Zm6-.42a1.52,1.52,0,0,0-.73.52C33.2,16.16,33.33,15.88,33.42,15.55Zm-15.84,0c-3-.06-3.92-.39-6.92-.1A19.67,19.67,0,0,0,17.59,15.55Zm11.33-.31a6.63,6.63,0,0,0,1.68.31C30.5,15,29.35,15.05,28.91,15.24ZM27.45,15H27c0,.33.13.43.31.52A.68.68,0,0,0,27.45,15Zm-27-1.57A5.33,5.33,0,0,0,1,15.34C.91,14.64.9,13.85.49,13.45ZM28,14.5c-.06.34.07.49.1.73.12,0,.3,0,.31-.1C28.17,15,28.15,14.68,28,14.5ZM9.3,14.71a11,11,0,0,1-2.1-.1c.06.15-.12.54.1.52C8,14.92,9.11,15.09,9.3,14.71Zm-2.41.21c-.12,0-.11-.16-.1-.31-.58.12-1.66-.26-1.89.21C5.18,15.37,6.52,15.16,6.89,14.92Zm15.94-.21a4,4,0,0,0,1.89,0c0-.13,0-.25-.21-.21S22.5,14.63,22.83,14.71Zm22.55-.21c-.15-.25-.69,0-.84.11C44.89,14.45,45.45,14.9,45.38,14.5Zm-20.87-.84c-.45-1.12-.34-2.81-1-3.67a11,11,0,0,0-3-.31,5.65,5.65,0,0,1-.73-.52c-4.49-.28-8-.63-13.11-.52-.15.34-.34.27-.73.31,0,.72-.1,1.33.21,1.57.42-.31,1.14-.33,1.57-.63.56,1.05,2.15-.06,2.73.73a11.71,11.71,0,0,1-2.1.11,3,3,0,0,0,.31.94c.39-.07,1,.14,1.26-.1-.07-.21-.62.07-.52-.31.71.11,1.94-.16,2.2.52-.57.44-1.92.1-2.83.21.78.73,3.16-.15,3.57.94-1.35.26-3.18.12-4.3.42,1.28.43,3.36.06,4.09,1-.68.16-1.26-.16-1.89.1A55.82,55.82,0,0,0,24.51,13.66Zm2.73.52c-.26,0-.33.16-.42.31.25,0,.23.19.52.11A.59.59,0,0,0,27.24,14.19Zm2.83-.42c-.22-.38-.89.34-.84-.32a2,2,0,0,1,.94-.42c-.23-.57.15-1.75-.42-2,.94-.94-.4-2,.31-2.83-.49,0-.62-.29-.84-.52-.32.19.21.59-.1.73-.09-.07-.24.17-.63,0A8.7,8.7,0,0,0,28.29,14C28.79,14,29.91,14.37,30.07,13.77ZM8.25,14c.29.31,1.2-.06,1.36.11C9.51,13.8,8.26,13.68,8.25,14Zm-1.47-.1a1.3,1.3,0,0,0,.94.21C7.84,13.6,6.74,13.64,6.78,13.87Zm-.32.1c.16-.36-.7-.5-.63-.1C6,14.08,6.21,14.05,6.47,14Zm-1.89-.1c.08.17.86.17.94,0S4.56,13.47,4.58,13.87Zm-.42-.1c0-.23-.44,0-.63-.11C3.37,14,4.24,14.16,4.16,13.77Zm-1.68-3c.42.07.16.82.63.84a9.05,9.05,0,0,0,0-2.83c-1.19,0-.78,1.22-.94,2.2s-.82,1.74-.52,3H2.9C3,12.75,2.29,11.34,2.48,10.73ZM25.77,12c0,.61-.51,1.42.1,1.68A1.85,1.85,0,0,0,25.77,12Zm19.61.42a2.35,2.35,0,0,0-.63.21c0,.34.09.68.42.73h.21Zm-3.36.1c.19,0-.35-.5,0-.73.22-.06.69.13.73-.11-4.74.16-7.89-.4-12.27-.31a14.53,14.53,0,0,0,.1,1.68C34.67,13,38.44,13.14,42,12.51ZM4.48,13c0-.23.37,0,.52-.1A8.1,8.1,0,0,1,4.16,8c.54.12,1.25.41,1.57-.11.17.08,0,.51.31.42,1.7-.2,3.76.12,4.82-.21a72.33,72.33,0,0,0-7.55-.63c-.1.23-.81.8-.31.94.25.37.13-.49.63-.21A13,13,0,0,0,4.48,13Zm-1-1.78c0,.77-.09,1.13-.1,1.68A.89.89,0,0,0,4,13C3.76,12.46,3.79,11.66,3.43,11.25ZM7.2,12.83c.08-.4-.5-.13-.73-.21C6.37,13,7,13,7.2,12.83ZM5.32,12.2c0-.43.45-.32.52-.63a11.58,11.58,0,0,1-.42-2.83c-.39.07-.45-.18-.84-.1a7.81,7.81,0,0,0,.73,4.3h.84C6.2,12.36,5.27,12.77,5.32,12.2Zm5,.42c-.6,0-1.43-.25-1.57.1A2.24,2.24,0,0,0,10.35,12.62Zm32.72-.21c.35,0,.89.36,1.15.1C43.83,12.55,43.33,12.16,43.07,12.41Zm-41.64-3a3.69,3.69,0,0,0-.31,2.94A14.34,14.34,0,0,0,1.44,9.36Zm5,1.57a.59.59,0,0,1-.42-.11,2,2,0,0,0,.1.84h.31C6.68,11.47,6.52,11.18,6.47,10.94Zm21-.73c-.11-.11-.57,0-.73.1.65.06-.06.95.42,1.26C27.28,11.16,27.26,10.58,27.45,10.2Zm-2.62-.11c-.32.08-.38-.11-.63-.1A2.49,2.49,0,0,0,25,11.57C25,11,24.84,10.64,24.82,10.1Zm20.56,1c-.39.07-1-.14-1.26.11C44.32,11.35,45.36,11.55,45.38,11.15Zm-6.19.11a3.66,3.66,0,0,1-1-.11C38,11.55,39.48,11.35,39.19,11.25Zm3.78,0c.32-.07.9.13,1-.11C43.7,11.21,43.12,11,43,11.25Zm-35-.42a.68.68,0,0,0-.52-.1C7.4,11,7.95,11.13,7.94,10.83Zm23.28,0c.39,0,.95.3,1.26,0C31.91,10.86,31.7,10.59,31.22,10.83ZM33,10.2c-1-.35-.5-2-2.31-1.78,0,.67-.53,1.9,0,2.41C30.85,9.51,32.22,10.37,33,10.2Zm-5.35-1c.06.45-1,.35-.84.52.53-.08.68.23.84.52C27.49,9.77,28.1,9.19,27.66,9.15Zm-2-.42c-1.44,0-3-.58-4-.1C22.61,9.07,24.4,8.84,25.66,8.73ZM15,8.11h-.73a12.36,12.36,0,0,0,3.88.31C16.95,8.24,16.17,8.28,15,8.11ZM31.43,7.9c.11-.32-.23-.19-.42-.21V8C31.21,8,31.24,7.88,31.43,7.9Zm-.63-.31h-.94C29.92,8.11,30.67,7.86,30.8,7.58ZM61.32,5.9c-.46.13-1.2,0-1.47.32A3,3,0,0,0,61.32,5.9ZM71.6,4.54a44.9,44.9,0,0,0-5,.63A18.59,18.59,0,0,0,71.6,4.54ZM64.05,4c-2.12,0-3.91.54-6.29.52,0,.24-.81.56-.31.63C59.62,4.76,62,4.53,64.05,4Zm15.52.52c-.43,0-.86,0-1,.21A2.16,2.16,0,0,0,79.57,4.54Zm-8.29-.42A22.11,22.11,0,0,0,68,4.43,10,10,0,0,0,71.29,4.12Zm1.57.11c-.37.17-.6-.07-.94.21C72.21,4.34,72.9,4.65,72.86,4.22Zm1.36-.31c0,.26-.36,0-.42,0C73.59,4.53,74.64,4.08,74.22,3.91Zm6.71-.53c-.39-.14-.73.31-.94,0,0-.25.46-.1.52-.31-.63-.17-1-.6-1.89-.53,0,.25.17.39.11.73-.26.05-.63,0-.63.31.4,0,1.34.24,1.78-.1C80,4,80.94,4.1,80.94,3.38Zm-3.15-.63s-1.63-.44-1.68-.1C76.49,2.71,77.79,3.1,77.79,2.76Zm-4.93-.63c.35-.07,1,.13,1.15-.11C73.66,2.09,73,1.89,72.86,2.13Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%2300010a' d='M50.21,21c.27.1.51-.13.94-.1-.65.19-1.71,1-2.41.42,1.33-1,3.46-1.29,5-2.1-.19-.57-.58.33-.84,0a8.34,8.34,0,0,1,3.36-.84c-1.39,1.09-3.67,1.29-5,2.41C50.94,20.55,50.52,20.91,50.21,21Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%2300010a' d='M48.42,9.78a.5.5,0,0,1,.1.31c-.3-1-1.63-1-1.57-2.1a27.56,27.56,0,0,1,4.62,4.72c.35.14.54.43.84.63C51.19,12.88,49.75,10.83,48.42,9.78Z'%3E%3C/path%3E%3Cpath class='cls-1' fill='%2300010a' d='M50.73,3.7C51.79,5.35,53,4.91,53.67,6.43A29.35,29.35,0,0,1,50,3.7c-.19,0,.11.44.21.52a2,2,0,0,1-1.15-1.36c.63.14.86-.38,1.36-.63,1.83.75,4.52-.77,6.5,0-1.53.2-3.85.29-5.56.63,1,.68,2.37-.39,3.78-.11a14.91,14.91,0,0,1-2.83.63c.15.62.84.69,1.15,1.15C52.77,4.69,52,3.05,50.73,3.7ZM50.63,3a3.77,3.77,0,0,0-.94.11.92.92,0,0,0,1.15.21A.29.29,0,0,1,50.63,3Z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0;
  visibility: hidden;
}
.vs-blog-layout4 .blog-content .link-btn:hover i.far.fa-angle-right:before {
  opacity: 0;
  visibility: hidden;
}
.vs-blog-layout4 .blog-content .link-btn:hover i.far.fa-angle-right:after {
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-blog-layout1 .blog-content {
    padding: 20px;
    padding-bottom: 34px;
  }
  .vs-blog-layout1 .blog-meta span {
    margin-bottom: 4px;
  }
  .vs-blog.vs-box1 .blog-title {
    font-size: 20px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .blog-meta span {
    margin-bottom: 4px;
  }
}
.vs-blog-layout2 .blog-content {
  position: relative;
  padding: 36px 40px;
  padding-bottom: 25px;
}
.vs-blog-layout2 .blog-content .icon-btn {
  position: absolute;
  right: 40px;
  top: -25px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fa8507;
  color: var(--white-color);
}
.vs-blog-layout2 .blog-content .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-blog-layout2 .blog-content {
    padding: 26px 30px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-blog-layout2 .blog-content {
    padding: 21px 25px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
.vs-blog-layout3 .blog-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-color: var(--smoke-color);
  padding: 0 40px;
  padding-bottom: 23px;
}
.vs-blog-layout3 .blog-category {
  margin-top: -17.5px;
  margin-bottom: 20px;
}
.vs-blog-layout3 .blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
}
.vs-blog-layout3 .blog-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.vs-blog-layout3 .blog-meta a,
.vs-blog-layout3 .blog-title a {
  transition: all ease 0s;
}
.vs-blog-layout3 .blog-img:before,
.vs-blog-layout3 .blog-content,
.vs-blog-layout3 .blog-title,
.vs-blog-layout3 .blog-meta span i,
.vs-blog-layout3 .blog-meta span {
  transition: all ease 0.4s;
}
.vs-blog-layout3 .blog-img {
  position: relative;
}
.vs-blog-layout3 .blog-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(to top, black 30%, rgba(0, 0, 0, 0) 80%);
}
.vs-blog-layout3 .vs-blog {
  position: relative;
}

@media (min-width: 1199px) {
  .vs-blog-layout3 .slick-center .vs-blog .blog-content,
.vs-blog-layout3 .vs-blog:hover .blog-content {
    background-color: transparent;
  }
  .vs-blog-layout3 .slick-center .vs-blog .blog-meta span i,
.vs-blog-layout3 .slick-center .vs-blog .blog-meta span,
.vs-blog-layout3 .slick-center .vs-blog .blog-title,
.vs-blog-layout3 .vs-blog:hover .blog-meta span i,
.vs-blog-layout3 .vs-blog:hover .blog-meta span,
.vs-blog-layout3 .vs-blog:hover .blog-title {
    color: var(--white-color);
  }
  .vs-blog-layout3 .slick-center .vs-blog .blog-meta span i a:hover,
.vs-blog-layout3 .slick-center .vs-blog .blog-meta span a:hover,
.vs-blog-layout3 .slick-center .vs-blog .blog-title a:hover,
.vs-blog-layout3 .vs-blog:hover .blog-meta span i a:hover,
.vs-blog-layout3 .vs-blog:hover .blog-meta span a:hover,
.vs-blog-layout3 .vs-blog:hover .blog-title a:hover {
    color: inherit;
  }
  .vs-blog-layout3 .slick-center .vs-blog .blog-img:before,
.vs-blog-layout3 .vs-blog:hover .blog-img:before {
    opacity: 0.75;
    visibility: visible;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-blog-layout3 .blog-content {
    padding: 30px;
    padding-bottom: 15px;
    padding-top: 0;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-blog-layout3 .blog-img img {
    width: 100%;
  }
}
.blog-list-layout1 .blog-video .blog-category,
.blog-list-layout1 .blog-image .blog-category {
  position: absolute;
  right: 27px;
  top: 30px;
  z-index: 2;
}
.blog-list-layout1 .blog-video .blog-category a:hover,
.blog-list-layout1 .blog-image .blog-category a:hover {
  background-color: #ffffff;
}
@media (min-width: 1199px) {
  .blog-list-layout1 .blog-video a.play-btn > i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
  }
}
.blog-list-layout1 .blog-video a.play-btn:after, .blog-list-layout1 .blog-video a.play-btn:before {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.blog-list-layout1 .blog-image {
  background: var(--smoke-color);
}
.blog-list-layout1 .blog-image .slick-arrow {
  left: 40px;
}
.blog-list-layout1 .blog-image .slick-arrow.slick-next {
  left: auto;
  right: 40px;
}
.blog-list-layout1 .blog-image,
.blog-list-layout1 .blog-video,
.blog-list-layout1 .blog-header,
.blog-list-layout1 .blog-content {
  position: relative;
  z-index: 2;
}
.blog-list-layout1 .dark-style .blog-meta span i {
  color: #ffffff;
}
.blog-list-layout1 .link-btn {
  position: relative;
  padding-bottom: 2px;
}
.blog-list-layout1 .link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all ease 0.4s;
}
.blog-list-layout1 .link-btn:hover:before {
  width: 100%;
}

/* Small devices */
@media (max-width: 768px) {
  .blog-list-layout1 .blog-video .blog-category,
.blog-list-layout1 .blog-image .blog-category {
    right: 7px;
    top: 10px;
  }
  .blog-list-layout1 .blog-video .blog-category a,
.blog-list-layout1 .blog-image .blog-category a {
    font-size: 14px;
    padding: 2px 18px;
  }
}
.blog-details-layout1 .blog-image {
  position: relative;
}
.blog-details-layout1 .blog-image .blog-category {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}

.vs-blog-details .blog-audio,
.vs-blog-details .blog-video,
.vs-blog-details .blog-image {
  margin-bottom: 40px;
}
.vs-blog-details .blog-content {
  overflow: hidden;
}

.blog-author-style1 a {
  color: inherit;
}

.blog-list-layout1 .blog-meta a,
.blog-list-layout1 .blog-meta span,
.vs-blog-details .blog-meta a,
.vs-blog-details .blog-meta span {
  font-weight: 700;
  color: var(--body-color);
  display: inline-block;
  margin-right: 25px !important;
}

.blog-list-layout1 .blog-meta a:last-child,
.vs-blog-details .blog-meta a:last-child {
  margin-right: 0 !important;
}

.blog-list-layout1 .pagi-post .blog-meta a,
.blog-list-layout1 .pagi-post .blog-meta span,
.vs-blog-details .pagi-post .blog-meta a,
.vs-blog-details .pagi-post .blog-meta span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

/*------------------- 8.9. Hero  -------------------*/
.hero-shape1 {
  position: absolute;
  left: 10%;
  bottom: -7%;
  z-index: 31;
}

a.ls-gui-element.ls-nav-next,
a.ls-gui-element.ls-nav-prev {
  background-color: rgba(255, 255, 255, 0.3);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 23px;
  line-height: 80px !important;
}
a.ls-gui-element.ls-nav-next:after,
a.ls-gui-element.ls-nav-prev:after {
  display: none;
}
a.ls-gui-element.ls-nav-next:before,
a.ls-gui-element.ls-nav-prev:before {
  font-family: "Font Awesome 5 Pro";
}
a.ls-gui-element.ls-nav-next:hover,
a.ls-gui-element.ls-nav-prev:hover {
  transform: none;
  background-color: #fa8507;
  color: var(--white-color);
}

a.ls-gui-element.ls-nav-prev {
  left: 80px;
}
a.ls-gui-element.ls-nav-prev:before {
  content: "\f053";
}

a.ls-gui-element.ls-nav-next {
  right: 80px;
}
a.ls-gui-element.ls-nav-next:before {
  content: "\f054";
}

span.ls-bottom-slidebuttons > a {
  margin: 0 7px !important;
  background-color: var(--white-color) !important;
  border-color: var(--white-color) !important;
}
span.ls-bottom-slidebuttons > a.ls-nav-active {
  background-color: transparent !important;
}

/* Medium devices */
@media (max-width: 992px) {
  a.ls-gui-element.ls-nav-next,
a.ls-gui-element.ls-nav-prev {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    font-size: 16px;
  }
  a.ls-gui-element.ls-nav-prev {
    left: 30px;
  }
  a.ls-gui-element.ls-nav-next {
    right: 30px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  a.ls-gui-element.ls-nav-next,
a.ls-gui-element.ls-nav-prev {
    display: none !important;
  }
}
.ls-text-theme {
  color: #fa8507 !important;
}

.ls-text-yellow {
  color: #ffe119 !important;
}

@media (max-width: 1024px) {
  .ls-layer .vs-btn {
    font-size: 14px;
    padding: 10px 33px;
  }
}
@media (max-width: 767px) {
  .ls-layer .vs-btn {
    font-size: 12px;
    padding: 3px 20px;
  }
}
@media (min-width: 1199px) and (max-width: 1500px) {
  .vs-hero-layout2 .vs-hero-carousel.px-xl-130 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
/*------------------- 8.10. Service  -------------------*/
.vs-service-layout1 .vs-service {
  margin-bottom: 55px;
}
.vs-service-layout1 .service-content {
  padding: 40px;
  padding-bottom: 25px;
}
.vs-service-layout1 .shape1 {
  top: 175px;
  left: 125px;
}
.vs-service-layout1 .shape2 {
  bottom: 130px;
  right: 80px;
}
.vs-service-layout1 .vs-box1 .learn-more {
  margin-left: 40px;
  opacity: 0;
  visibility: hidden;
}
.vs-service-layout1 .vs-box1 .icon-btn {
  left: auto;
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.vs-service-layout1 .vs-box1:hover .icon-btn {
  opacity: 0;
  visibility: hidden;
}
.vs-service-layout1 .vs-box1:hover .learn-more {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-service-layout1 .shape2 {
    bottom: 40px;
    right: 120px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-service-layout1 .service-content {
    padding: 20px;
    padding-bottom: 20px;
  }
}
/*------------------- 8.11. About  -------------------*/
.about-image-box1 {
  position: relative;
  z-index: 1;
}
.about-image-box1 .about-image2 {
  position: absolute;
  right: -100px;
  bottom: 0;
  border: none;
  z-index: 1;
}
.about-image-box1 .about-image2:before {
  box-shadow: none;
}
.about-image-box1 .about-image2:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  opacity: 0.4;
}

.vs-about-layout1 .features-area {
  background-size: auto auto;
  background-position: right top;
}

/* Medium devices */
@media (max-width: 992px) {
  .about-image-box1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 30px;
  }
  .about-image-box1 .about-image2 {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .about-image-box1 .about-image2:after, .about-image-box1 .about-image2:before {
    display: none;
  }
  .about-image-box1 .about-image2 img {
    width: 100%;
    height: 100%;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .about-image-box1 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.about-image-box2 .about-image2 {
  position: absolute;
  bottom: 0;
  right: -135px;
  z-index: 3;
}

.vs-about-layout2 .about-subtitle {
  line-height: 30px;
}
.vs-about-layout2 .shape2 {
  right: 0;
  bottom: -80px;
}
.vs-about-layout2 .shape1 {
  left: 100px;
  bottom: 250px;
}

@media (max-width: 1800px) {
  .vs-about-layout2 .shape2 {
    max-width: 300px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-image-box2 .about-image2 {
    right: -40px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .about-image-box2 .about-image2 {
    position: relative;
    top: 0;
    right: 0;
  }
  .about-image-box2 .about-image2 img {
    width: 100%;
    height: 100%;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-about-layout2 .about-title {
    font-size: 26px;
    margin-top: -4px;
  }
}
.vs-about-layout3 .about-image-box3 {
  margin-bottom: -130px;
}
.vs-about-layout3 .about-content {
  box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.08);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-about-layout3 .about-image-box3 {
    margin-bottom: 0;
  }
  .vs-about-layout3 .about-image-box3 img {
    margin-bottom: 30px;
  }
}
.vs-about-layout4 .vs-3dcarousel img {
  border: 10px solid transparent;
}

.vs-about-layout5 .about-content {
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-right: -160px;
  z-index: 2;
  background-color: #ffffff;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-about-layout5 .about-content {
    margin-right: -100px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-about-layout5 .about-content {
    margin-right: 0;
  }
}
.text-counter1 {
  position: relative;
  margin-top: 25px;
}
.text-counter1 .counter {
  font-size: 52px;
  font-family: var(--theme-font3);
  padding-bottom: 5px;
}
.text-counter1 .counter-icon {
  margin-right: 10px;
}

.small-exp-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 22px 48.51px 0.49px rgba(250, 133, 7, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.small-exp-box .counter {
  font-size: 50px;
  font-family: var(--theme-font2);
}
.small-exp-box .exp-text {
  margin: 12px 0 0 0;
  font-size: 12px;
}
.small-exp-box .shadow-shape {
  position: absolute;
  z-index: -1;
  top: -14px;
  left: -34px;
  max-width: 200px;
  width: 200px;
  height: 202px;
}

.border-exp-box {
  width: 160px;
  height: 160px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fa8507;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  position: absolute;
  right: 40px;
  top: 60px;
}
.border-exp-box:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border: 2px dashed #fa8507;
  border-radius: inherit;
  animation: cspine 20s linear infinite;
}
.border-exp-box .exp-text {
  color: var(--white-color);
}
.border-exp-box .counter {
  font-size: 40px;
  font-weight: 700;
  display: block;
  padding-top: 6px;
  color: var(--white-color) !important;
}
.border-exp-box .counter:after {
  content: "+";
  font-size: 1.5rem;
}

.image-box4 .small-img {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding-right: 50px;
}
.image-box4 .small-img img {
  border: 10px solid var(--white-color);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
  background-color: rgb(212, 212, 212);
}

/* Large devices */
@media (max-width: 1199px) {
  .border-exp-box {
    width: 140px;
    height: 140px;
    right: auto;
    top: 20px;
    left: 20px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .image-box4 > img {
    width: 100%;
    max-width: 600px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .image-box4 .small-img {
    margin-top: -100px;
    padding-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .image-box4 img {
    width: 100%;
  }
  .image-box4 .small-img {
    margin-top: 20px;
    padding-right: 0;
  }
  .image-box4 .small-img img {
    border: none;
  }
}
/*------------------- 8.12. Food Box & List -------------------*/
.food-box-layout1 .shape1 {
  left: 110px;
  top: 225px;
}
.food-box-layout1 .shape2 {
  bottom: 100px;
  right: 0;
}
.food-box-layout1 .media-thumb {
  width: 120px;
  height: 120px;
  position: relative;
}
.food-box-layout1 .media-thumb > a {
  overflow: hidden;
  display: inline-block;
}
.food-box-layout1 .media-thumb > a img {
  transition: all ease 0.4s;
  transform: scale(1);
}
.food-box-layout1 .food-price {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: -40px;
  padding: 7px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.06);
}
.food-box-layout1 .food-price del {
  font-size: 0.8em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.food-box-layout1 .media-body {
  border-top: 1px dashed #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
  position: relative;
}
.food-box-layout1 .media-body:before, .food-box-layout1 .media-body:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  border-left: 1px dashed #d9d9d9;
}
.food-box-layout1 .media-body:after {
  top: auto;
  bottom: 0;
}
.food-box-layout1 .food-rating-icon {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.food-box-layout1 .vs-food-box {
  margin-bottom: 30px;
}
.food-box-layout1 .vs-food-box:nth-child(odd) .media {
  flex-direction: row-reverse;
}
.food-box-layout1 .vs-food-box:nth-child(odd) .food-rating-icon {
  right: auto;
  left: -10px;
}
.food-box-layout1 .vs-food-box:nth-child(odd) .media-body:before, .food-box-layout1 .vs-food-box:nth-child(odd) .media-body:after {
  right: auto;
  left: 0;
}
.food-box-layout1 .vs-food-box:hover .media-thumb > a img {
  transform: scale(1.2);
}
.food-box-layout1 .left-align.vs-food-box:nth-child(odd) .media {
  flex-direction: row;
}
.food-box-layout1 .left-align.vs-food-box .food-price {
  background-color: #fa8507;
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.06);
  color: var(--white-color);
}
.food-box-layout1 .left-align.vs-food-box .food-price del {
  color: var(--white-color);
  text-decoration-color: currentColor;
}
.food-box-layout1 .left-align.vs-food-box .food-rating-icon {
  right: -10px;
  left: auto;
}
.food-box-layout1 .left-align.vs-food-box .food-content {
  text-align: left;
}
.food-box-layout1 .left-align.vs-food-box .media-body:before, .food-box-layout1 .left-align.vs-food-box .media-body:after {
  right: 0;
  left: auto;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .food-box-layout1 .shape2,
.food-box-layout1 .shape1 {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .food-box-layout1 .media-thumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .food-box-layout1 .left-align.vs-food-box:nth-child(2n+1) .food-content,
.food-box-layout1 .vs-food-box:nth-child(2n+1) .food-content,
.food-box-layout1 .vs-food-box {
    text-align: center;
  }
  .food-box-layout1 .food-content {
    padding: 0;
  }
  .food-box-layout1 .media-body {
    border: none;
  }
  .food-box-layout1 .media-body::before, .food-box-layout1 .media-body::after {
    display: none;
  }
  .food-box-layout1 .food-rating-icon {
    display: none;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .food-box-layout1 .media-thumb {
    width: 100%;
    height: auto;
  }
  .food-box-layout1 .media-thumb a {
    width: 100%;
  }
  .food-box-layout1 .media-thumb img {
    width: 100%;
  }
  .food-box-layout1 .media {
    background-color: var(--white-color);
    box-shadow: 0 0 39px -2px rgba(0, 0, 0, 0.1);
    padding-bottom: 17px;
    margin-bottom: 6px;
  }
  .food-box-layout1 .media.pt-40 {
    padding-top: 0;
  }
  .food-box-layout1 h3.food-title.mb-0 {
    margin-bottom: 6px !important;
  }
  .food-box-layout1 .food-price {
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 0;
    width: max-content;
    min-width: 120px;
    border-radius: 6px;
    background-color: #fff;
    color: #000 !important;
    z-index: 4;
  }
  .food-box-layout1 .food-price del {
    color: var(--body-color);
  }
  .food-box-layout1 .media-body {
    padding: 11px 0 9px 0;
  }
}
.food-box-layout2 .food-list-wrapper {
  padding-left: 30px;
  padding-right: 60px;
}
.food-box-layout2 .vs-food-box {
  background-color: var(--smoke-color);
  background-color: #fff;
  box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.1);
}
.food-box-layout2 .vs-food-box:nth-child(even) .row {
  flex-direction: row-reverse;
}
.food-box-layout2 .vs-food-box:nth-child(even) .food-slider-layout1 .slick-arrow {
  right: auto;
  left: 0;
  padding-left: 0;
  border-bottom-left-radius: 0;
}
.food-box-layout2 .vs-food-box:nth-child(even) .food-slider-layout1 .slick-arrow.slick-next {
  left: 40px;
  padding-right: 10px;
  border-bottom-right-radius: 18px;
}
.food-box-layout2 .vs-food-box:nth-child(even) .food-list-layout1 {
  padding-left: 60px;
  padding-right: 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .food-box-layout2 .vs-food-box {
    padding: 1rem;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .food-box-layout2 .food-slider-layout1 {
    margin-bottom: 20px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .food-box-layout2 .vs-food-box:nth-child(2n) .food-list-layout1,
.food-box-layout2 .food-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.food-box-layout3 .shape1 {
  bottom: 0;
  right: 0;
}
.food-box-layout3 .vs-product .food-price del {
  color: inherit !important;
  font-size: 0.8em;
}
.food-box-layout3 .food-image {
  position: relative;
}
.food-box-layout3 .food-price {
  display: inline-block;
  text-align: center;
  width: fit-content;
  position: absolute;
  right: 40px;
  top: -22.5px;
  font-size: 18px;
  font-weight: 700;
  min-width: 116px;
  padding: 10px 35px;
  z-index: 1;
  z-index: 41;
  color: var(--white-color);
  box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.03);
  border-radius: 9999px;
}
.food-box-layout3 .food-content {
  position: relative;
  padding: 40px;
  padding-bottom: 37px;
}
.food-box-layout3 .vs-food-box {
  margin-bottom: 30px;
  border: 2px solid #f2f2f2;
  position: relative;
  background-color: var(--white-color);
}
.food-box-layout3 .vs-food-box .add_to_cart_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.food-box-layout3 .vs-food-box .vs-btn {
  padding: 9.5px 0;
  font-size: 16px;
  min-width: 130px;
}
.food-box-layout3 .vs-food-box a.added_to_cart.wc-forward {
  margin-right: 0;
  border-radius: 50px;
  font-weight: 700;
  background-color: var(--white-color);
  color: var(--title-color);
  padding: 9.5px 0;
  font-size: 16px;
  min-width: 130px;
}
.food-box-layout3 .vs-food-box a.added_to_cart.wc-forward:hover {
  color: var(--white-color);
}
.food-box-layout3 .vs-food-box:hover .add_to_cart_wrapper {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
.food-box-layout3 .product-five {
  margin-bottom: 30px;
}
.food-box-layout3 .product-five .food-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.food-box-layout3 .product-five .food-content {
  padding: 40px 25px 30px 25px;
}
.food-box-layout3 .product-five .food-content .vs-btn {
  transition: all ease 0.4s;
  position: relative;
  bottom: auto;
  margin: 0 !important;
  padding: 7px 20px;
  letter-spacing: 0.02em;
  background-color: var(--title-color);
}
.food-box-layout3 .product-five .food-content .vs-btn.added {
  display: none;
}
.food-box-layout3 .product-five .food-content .vs-btn:hover {
  background-color: #fa8507;
  color: #fff;
}
.food-box-layout3 .product-five span.food-price {
  background-color: #ffe4c6;
  position: absolute;
  right: auto;
  right: 25px;
  padding: 5px 22px;
  color: #000;
  box-shadow: none;
  top: -20px;
}
.food-box-layout3 .product-five a.added_to_cart.wc-forward {
  background-color: #00010a;
  color: #fff;
  padding: 9px 20px;
}
.food-box-layout3 .product-five a.added_to_cart.wc-forward:hover {
  background-color: #fa8507;
  color: #fff;
}
.food-box-layout3 .product-five:hover .vs-btn {
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .food-box-layout3 .food-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .food-box-layout3 .food-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 23px;
  }
  .food-box-layout3 .food-price {
    right: 20px;
    top: -20px;
    font-size: 16px;
    padding: 6px 20px;
  }
}
.food-box-layout4 .vs-food-box {
  text-align: center;
  background-color: var(--white-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  padding: 40px 20px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all ease 0.4s;
}
.food-box-layout4 .vs-food-box:hover {
  background-color: #fa8507;
}
.food-box-layout4 .vs-food-box:hover .food-title {
  color: var(--white-color);
}
.food-box-layout4 .vs-food-box:hover .vs-btn {
  background-color: var(--white-color);
  color: #fa8507;
}
.food-box-layout4 .vs-food-box:hover .vs-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.food-box-layout4 .food-title {
  transition: all ease 0.4s;
}
@media (min-width: 1200px) {
  .food-box-layout4 .food-title {
    font-size: 26px;
  }
}
.food-box-layout4 .vs-btn {
  padding: 12px 38px;
}
.food-box-layout4 .food-image {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-radius: 50%;
}
.food-box-layout4 .food-image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.food-box-layout4 .tag-left {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--white-color);
  font-family: var(--theme-font2);
  padding: 5px 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
.food-box-layout4 .food-price {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--white-color);
  z-index: 1;
  position: absolute;
  top: -5px;
  left: -15px;
  font-family: var(--theme-font3);
  font-size: 22px;
  width: 80px;
  height: 80px;
  line-height: 1;
  border: 5px solid var(--white-color);
  border-radius: 50%;
}
.food-box-layout4 .food-price del {
  font-size: 0.8em;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .food-box-layout4 .vs-food-box h3.food-title {
    font-size: 24px;
  }
}
/* Medium Large devices */
@media (max-width: 1300px) {
  .food-box-layout4 .vs-food-box h3.food-title {
    font-size: 22px;
    margin-bottom: 7px;
  }
}
.food-slider-layout1 .food-slide-title {
  position: absolute;
  left: 40px;
  bottom: 18px;
  z-index: 3;
}
@media (min-width: 1500px) {
  .food-slider-layout1 .food-slide-title {
    font-size: 40px;
  }
}
.food-slider-layout1 .food-slide-box {
  position: relative;
}
.food-slider-layout1 .food-slide-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  z-index: 1;
  opacity: 0.6;
  background-image: linear-gradient(to top, var(--black-color) 20%, rgba(0, 0, 0, 0) 70%);
}
.food-slider-layout1 .slick-arrow {
  left: auto;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
}
.food-slider-layout1 .slick-arrow.slick-prev {
  right: 40px;
  padding-left: 10px;
  border-bottom-left-radius: 18px;
}
.food-slider-layout1 .slick-arrow:hover {
  background-color: var(--title-color) !important;
  color: var(--white-color) !important;
}

.food-list-layout1 .food-list-top {
  border-bottom: 1px dashed #cecece;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
@media (min-width: 1500px) {
  .food-list-layout1 .food-list-title {
    font-size: 22px;
  }
}
.food-list-layout1 .food-list-box {
  margin-bottom: 25px;
}
.food-list-layout1 .food-list-box:last-of-type, .food-list-layout1 .food-list-box:last-child {
  margin-bottom: 0;
}
.food-list-layout1 .food-price {
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  gap: 7px;
}
.food-list-layout1 .food-price del {
  font-weight: 400;
  color: var(--body-color);
  font-size: 0.9em;
}

/* Extra small devices */
@media (max-width: 576px) {
  .food-list-top.d-sm-flex.justify-content-between {
    display: flex;
  }
}
.food-details-layout1 .food-name-box {
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  min-width: 400px;
  position: absolute;
  right: 40px;
  bottom: 0;
  /* Small devices */
}
@media (max-width: 768px) {
  .food-details-layout1 .food-name-box {
    position: relative;
    right: 0;
    min-width: auto;
    max-width: 100%;
  }
}

/*------------------- 8.13. Food Menu  -------------------*/
.food-menu-wrapper ul li {
  display: inline-block;
  margin: 0 3px;
  margin-bottom: 10px;
}
.food-menu-wrapper ul li:last-child, .food-menu-wrapper ul li:last-of-type {
  margin-right: 0;
}
.food-menu-wrapper ul li:first-child, .food-menu-wrapper ul li:first-of-type {
  margin-left: 0;
}

/* Extra small devices */
@media (max-width: 576px) {
  .food-menu-style1 .vs-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
}
.food-menu-style2 a {
  background-color: var(--smoke-color);
  font-size: 18px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.food-menu-style2 a .btn-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  padding: 11px 0;
  display: block;
}
.food-menu-style2 a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin-bottom: -11px;
  background-color: inherit;
  transform: translateX(-50%) rotate(45deg);
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: inherit;
}
.food-menu-style2 a .btn-icon {
  display: block;
  padding: 25px 0;
}
.food-menu-style2 a.active,
.food-menu-style2 a.active .btn-icon, .food-menu-style2 a:hover,
.food-menu-style2 a:hover .btn-icon {
  border-color: transparent;
  color: #ffffff !important;
}
.food-menu-style2 a.active .btn-text, .food-menu-style2 a:hover .btn-text {
  border-color: rgba(255, 255, 255, 0.4);
}
.food-menu-style2 ul {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* Medium devices */
@media (max-width: 992px) {
  .food-menu-style2 a:before {
    display: none;
  }
  .food-menu-style2 ul {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .food-menu-style2 a {
    display: block;
    min-width: 200px;
  }
  .food-menu-style2 ul {
    display: block;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .food-menu-style2 a {
    min-width: 130px;
  }
}
.food-menu-style3 a {
  padding: 15px 30px;
  padding-top: 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
.food-menu-style3 a .btn-icon,
.food-menu-style3 a .btn-text {
  transition: all ease 0.4s;
}
.food-menu-style3 a:hover .btn-icon,
.food-menu-style3 a:hover .btn-text {
  color: #fa8507;
}
.food-menu-style3 a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -7px;
  border-top: 14px solid transparent;
  border-right: 14px solid transparent;
  transform: rotate(45deg);
  transition: all ease 0.4s;
}
.food-menu-style3 a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  margin-bottom: -1px;
  background-color: transparent;
  transition: all ease 0.4s;
}
.food-menu-style3 a span {
  display: block;
}
.food-menu-style3 .btn-icon {
  margin-bottom: 10px;
}

/* Small devices */
@media (max-width: 768px) {
  .food-menu-style3 .nav {
    display: block;
    border: none;
    text-align: center;
  }
  .food-menu-style3 li {
    display: inline-block;
  }
  .food-menu-style3 a {
    padding: 10px 8px;
    padding-top: 0;
  }
  .food-menu-style3 a:after, .food-menu-style3 a::before {
    display: none;
  }
}
/*------------------- 8.14. Gallery  -------------------*/
.gallery-box-layout1 .vs-gallery {
  position: relative;
  margin-bottom: 30px;
}
.gallery-box-layout1 .vs-gallery:hover .gallery-content:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.gallery-box-layout1 .vs-gallery:hover .gallery-content > * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.45s;
}
.gallery-box-layout1 .vs-gallery:hover .icon-btn:hover {
  transition-delay: 0s;
}
.gallery-box-layout1 .gallery-content {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.gallery-box-layout1 .gallery-content::before {
  z-index: -1;
  transition-delay: 0s;
  transform-origin: right top;
  transition: transform linear 0.3s;
  transform: scale(0, 1);
}
.gallery-box-layout1 .gallery-content > * {
  opacity: 0;
  position: relative;
  visibility: hidden;
  transition: all ease 0.3s;
}
.gallery-box-layout1 .icon-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
.gallery-box-layout1 .icon-btn.text-body:hover {
  color: #ffffff !important;
}
.gallery-box-layout1 .icon-btn.middle {
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--white-color);
}
.gallery-box-layout1 .icon-btn.middle:hover {
  color: #fa8507;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .gallery-box-layout1 .gallery-content {
    padding: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .gallery-box-layout1 .icon-btn {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
/*------------------- 8.15. Testimonial  -------------------*/
.vs-testimonial-layout1 .vs-testimonial-area {
  width: 575px;
  height: 575px;
  margin: 0 auto;
  box-shadow: 0px 0px 100px 0px rgba(35, 38, 46, 0.2);
  border: 2px solid transparent;
  transition: all ease 0.4s;
}
.vs-testimonial-layout1 .vs-testimonial-area:hover {
  border-color: #fa8507;
}
.vs-testimonial-layout1 .testimonial-text {
  max-width: 350px;
  margin: 0 auto;
}
.vs-testimonial-layout1 .testimonial-author-avater {
  margin-bottom: 5px;
}
.vs-testimonial-layout1 .shape1 {
  top: -100px;
  left: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-testimonial-layout1 .shape1 {
    top: 100px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-testimonial-layout1 .vs-testimonial-area {
    width: 500px;
    height: 500px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-testimonial-layout1 .vs-testimonial-area {
    max-width: 100%;
    border-radius: 0;
    height: auto;
  }
  .vs-testimonial-layout1 .inner-wrapper.vs-testimonial-area.bg-white.radius-circle {
    padding: 20px;
  }
}
.vs-testimonial-layout2 {
  position: relative;
}
.vs-testimonial-layout2 .container-fluid,
.vs-testimonial-layout2 .container {
  z-index: 4;
  position: relative;
}
.vs-testimonial-layout2 .testimonial-text {
  line-height: 30px;
}
.vs-testimonial-layout2 .testimonial-author-box1.position-absolute {
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 2;
}
.vs-testimonial-layout2 .icon-shape {
  width: 150px;
  height: 150px;
  display: inline-block;
  top: 40px;
  left: 50%;
  margin-left: -75px;
}

.testimonial-author-box1 {
  box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-author-box1 .slick-arrow {
  right: 80px;
  left: auto;
}
.testimonial-author-box1 .slick-arrow.slick-prev {
  right: 125px;
}

.testimonial-author-image1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.testimonial-author-image1 .testimonial-author-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  height: 150px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-author-image1 .testimonial-author-image img {
  width: 100%;
  border-radius: 50%;
  transition: all ease 0.4s;
  border: 2px solid transparent;
}
.testimonial-author-image1 .testimonial-author-image img:Hover {
  border-color: #fa8507;
}
.testimonial-author-image1 .testimonial-author-image:nth-child(-n+6) {
  opacity: 1;
  visibility: visible;
}
.testimonial-author-image1 .testimonial-author-image:nth-child(1) {
  right: 220px;
  top: 320px;
  width: 120px;
  height: 120px;
  animation-delay: 5s;
}
.testimonial-author-image1 .testimonial-author-image:nth-child(2) {
  left: 140px;
  top: 215px;
  width: 90px;
  height: 90px;
  animation-delay: 1s;
}
.testimonial-author-image1 .testimonial-author-image:nth-child(3) {
  left: 220px;
  top: 320px;
  width: 120px;
  height: 120px;
  animation-delay: 2s;
}
.testimonial-author-image1 .testimonial-author-image:nth-child(4) {
  left: auto;
  right: 260px;
  top: 90px;
  animation-delay: 3s;
}
.testimonial-author-image1 .testimonial-author-image:nth-child(5) {
  right: 140px;
  top: 215px;
  width: 90px;
  height: 90px;
  animation-delay: 4s;
}
.testimonial-author-image1 .testimonial-author-image:nth-child(6) {
  left: 260px;
  top: 90px;
}
.testimonial-author-image1 .slick-track,
.testimonial-author-image1 .slick-list {
  position: static;
  overflow: visible;
  transform: none !important;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .testimonial-author-image1 .testimonial-author-image:nth-child(1) {
    right: 20px;
    top: 370px;
  }
  .testimonial-author-image1 .testimonial-author-image:nth-child(2) {
    left: 40px;
  }
  .testimonial-author-image1 .testimonial-author-image:nth-child(3) {
    left: 30px;
    top: 370px;
  }
  .testimonial-author-image1 .testimonial-author-image:nth-child(4) {
    top: 20px;
    right: 20px;
  }
  .testimonial-author-image1 .testimonial-author-image:nth-child(5) {
    right: 20px;
  }
  .testimonial-author-image1 .testimonial-author-image:nth-child(6) {
    top: 20px;
    left: 20px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .testimonial-author-box1 .slick-arrow {
    right: 30px;
  }
  .testimonial-author-box1 .slick-arrow.slick-prev {
    right: 70px;
  }
  .vs-testimonial-layout2 .icon-shape {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    top: 20px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .testimonial-author-box1 .slick-arrow {
    font-size: 18px;
    right: 20px;
  }
  .testimonial-author-box1 .slick-arrow.slick-prev {
    right: 50px;
  }
}
.vs-testimonial-layout3 .testimonial-text {
  line-height: 28px;
}
.vs-testimonial-layout3 .author-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.vs-testimonial-layout3 .author-image img {
  width: 100%;
}
.vs-testimonial-layout3 .testimonial-bg-icon {
  position: absolute;
  bottom: 50px;
  right: 60px;
  line-height: 1;
}
.vs-testimonial-layout3 .vs-testimonial {
  position: relative;
  margin-bottom: 30px;
  border: 2px solid transparent;
  transition: all ease 0.4s;
}
@media (min-width: 1199px) {
  .vs-testimonial-layout3 .vs-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.vs-testimonial-layout3 .vs-testimonial:hover {
  border-color: #fa8507;
  background-color: var(--white-color) !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-testimonial-layout3 .vs-testimonial {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vs-testimonial-layout3 .testimonial-bg-icon {
    right: 20px;
    bottom: 20px;
  }
}
/*------------------- 8.16. Subscribe  -------------------*/
.subscribe-form-style1 {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background-color: var(--white-color);
}
.subscribe-form-style1 .subscribe-form-icon {
  position: absolute;
  left: 30px;
  top: 18px;
}
.subscribe-form-style1 .form-control {
  padding-left: 60px;
  padding-right: 20px;
}
.subscribe-form-style1 button {
  right: -5px;
}

.vs-subscribe-layout1 .subscribe-form-style1 {
  box-shadow: 0px 10px 50px 0px rgba(7, 14, 29, 0.05);
}

/* Extra small devices */
@media (max-width: 576px) {
  .subscribe-form-style1 {
    border-radius: 0;
    background-color: transparent;
    text-align: center;
  }
  .subscribe-form-style1 .form-control {
    margin-bottom: 20px;
    border-radius: 50px;
  }
  .subscribe-form-style1 button.vs-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
/*------------------- 8.17. Appointment  -------------------*/
.appointment-form1 input {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.appointment-form1 input:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.appointment-form-style2 .vs-btn {
  font-size: 16px;
  height: 70px;
  font-weight: 700;
}
.appointment-form-style2 .form-control {
  height: 70px;
  border-radius: 9999px;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 16px;
  position: relative;
  z-index: 31;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.appointment-form-style2 .form-control, .appointment-form-style2 .form-control:focus {
  color: var(--white-color);
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: var(--title-color);
}
.appointment-form-style2 .form-control::-moz-placeholder {
  color: #7d8f95;
}
.appointment-form-style2 .form-control::-webkit-input-placeholder {
  color: #7d8f95;
}
.appointment-form-style2 .form-control:-ms-input-placeholder {
  color: #7d8f95;
}
.appointment-form-style2 .form-control::placeholder {
  color: #7d8f95;
}
.appointment-form-style2 textarea.form-control {
  border-radius: 30px;
  padding-left: 30px;
  min-height: 155px;
}
.appointment-form-style2 .form-group > i {
  right: auto !important;
  top: 24px;
  right: 45px !important;
  color: #131f24;
  z-index: 34;
  color: #7d8f95;
}

.appointment-form-style3 input {
  display: inline-block;
  padding: 0;
  font-size: 50px;
  font-weight: 200;
  width: 70px;
  height: 40px;
  line-height: 1;
  margin-right: 10px;
}
.appointment-form-style3 input, .appointment-form-style3 input:focus {
  color: var(--white-color);
  background-color: transparent;
}
.appointment-form-style3 input::-moz-placeholder {
  color: var(--white-color);
}
.appointment-form-style3 input::-webkit-input-placeholder {
  color: var(--white-color);
}
.appointment-form-style3 input:-ms-input-placeholder {
  color: var(--white-color);
}
.appointment-form-style3 input::placeholder {
  color: var(--white-color);
}
.appointment-form-style3 .nice-select {
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  align-self: flex-end;
  font-size: 14px;
}
.appointment-form-style3 .nice-select > .current {
  color: var(--white-color);
}
.appointment-form-style3 .nice-select > .current::after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  vertical-align: middle;
  margin-left: 7px;
}
.appointment-form-style3 .nice-select:before {
  display: none;
}
.appointment-form-style3 label {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.appointment-form-style3 .form-input {
  position: relative;
  min-width: 100px;
}
.appointment-form-style3 .form-input .qut-btn {
  position: absolute;
  right: 0;
  bottom: -10px;
  border: none;
  background-color: transparent;
  padding: 0;
  color: rgba(255, 255, 255, 0.4);
}
.appointment-form-style3 .form-input .qut-btn:hover {
  color: var(--white-color);
}
.appointment-form-style3 .form-input .quantity-plus.qut-btn {
  bottom: 5px;
}
.appointment-form-style3 .form-box {
  position: relative;
  min-width: 180px;
  padding: 23px 30px 28px 30px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.appointment-form-style3 .button-box {
  height: 100%;
  border: none;
}
.appointment-form-style3 .button-box button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  border: none;
  background-color: #fa8507;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
}
.appointment-form-style3 .button-box button i {
  display: block;
  font-size: 3.5em;
  margin-bottom: 10px;
}
.appointment-form-style3 .button-box button:hover {
  background-color: var(--title-color);
}

/* Extra small devices */
@media (max-width: 576px) {
  .appointment-form-style3 .button-box {
    padding: 0;
  }
  .appointment-form-style3 .button-box button {
    padding: 20px 40px;
    position: relative;
  }
}
/*------------------- 8.18. Feature  -------------------*/
.vs-feature-layout1 .vs-feature {
  position: relative;
  padding: 60px;
  padding-bottom: 55px;
  padding-right: 40px;
  transition: all ease 0.4s;
}
.vs-feature-layout1 .arrow-sign {
  position: absolute;
  right: 26px;
  top: 20px;
  font-weight: 300;
  z-index: 4;
  transform: rotate(45deg);
  margin: 20px 20px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fa8507;
  background-color: var(--white-color);
  border-radius: 50%;
  font-size: 22px;
}
.vs-feature-layout1 .arrow-sign:hover {
  background-color: #fa8507;
  color: var(--white-color);
}
.vs-feature-layout1 .feature-icon {
  display: block;
}
.vs-feature-layout1 .feature-content {
  position: relative;
  z-index: 3;
}
.vs-feature-layout1 .feature-img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border: 2px solid #fa8507;
  transition: all ease 0.4s;
}
.vs-feature-layout1 .feature-img:before {
  opacity: 0.7;
}
.vs-feature-layout1 .slick-center .vs-feature .feature-img,
.vs-feature-layout1 .vs-feature:hover .feature-img {
  opacity: 1;
  visibility: visible;
}
.vs-feature-layout1 .slick-center .vs-feature .arrow-sign,
.vs-feature-layout1 .vs-feature:hover .arrow-sign {
  opacity: 1;
  visibility: visible;
  margin: 0 0 0 0;
}
.vs-feature-layout1 .inner-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-feature-layout1 .vs-feature {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-feature-layout1 .inner-wrapper {
    max-width: 360px;
  }
  .vs-feature-layout1 .feature-img {
    opacity: 1;
    visibility: visible;
  }
}
.feature-expriance-box1 {
  box-shadow: 0px 0px 95px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.feature-expriance-box1 .slick-dots {
  position: relative;
}

@media (min-width: 992px) {
  .vs-feature-layout2 .feature-expriance-box1 {
    position: absolute;
    width: 450px;
    right: 15px;
    bottom: 0;
  }
}

/*------------------- 8.19. Progress Bar  -------------------*/
.vs-progress-layout1 .bar-progress {
  height: 3px;
  margin-top: 2px;
  background-color: #e9e9e9;
}
.vs-progress-layout1 .progress-text {
  position: absolute;
  right: -20px;
  top: -27px;
}
.vs-progress-layout1 .progress-value {
  position: relative;
  height: 100%;
}
.vs-progress-layout1 .progress-value i {
  font-style: normal;
}

/*------------------- 8.20. Reservation  -------------------*/
.vs-reservation-layout1 .container-fluid,
.vs-reservation-layout1 .container {
  position: relative;
  z-index: 9;
}
@media (min-width: 1199px) {
  .vs-reservation-layout1 > .background-image.position-absolute {
    top: 80px;
    bottom: 80px;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
  }
}

@media (min-width: 1199px) and (max-width: 1500px) {
  .vs-reservation-layout1 .vs-box2.mr-xl-200 {
    margin-right: 0;
  }
  .vs-reservation-layout1 .vs-box2 .reservation-form.px-xl-100 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .vs-reservation-layout1 .reservation-time.mr-xl-140 {
    margin-right: 0;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .vs-reservation-layout1 .reservation-time {
    margin-left: auto;
    margin-right: auto !important;
    float: none !important;
    max-width: 500px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-reservation-layout1 .vs-box2:before, .vs-reservation-layout1 .vs-box2:after {
    display: none;
  }
}
.vs-reservation-layout2 .shape1 {
  bottom: 270px;
  left: 100px;
}
.vs-reservation-layout2 .shape2 {
  top: 330px;
  right: 100px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-reservation-layout2 .shape1,
.vs-reservation-layout2 .shape2 {
    display: none;
  }
}
/*------------------- 8.21. Team  -------------------*/
.vs-team-layout1 .team-member-name {
  line-height: 1;
  margin-top: 0;
}
.vs-team-layout1 .vs-team {
  position: relative;
  margin-bottom: 30px;
}
.vs-team-layout1 .team-content {
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.vs-team-layout1 .team-content > *:not(.vs-box1) {
  position: relative;
  z-index: 3;
}
.vs-team-layout1 .vs-box1:before {
  background-color: #fff;
  z-index: -1;
}
.vs-team-layout1 .vs-team:hover .team-content {
  left: 125px;
  opacity: 1;
  visibility: visible;
}
.vs-team-layout1 .row:not(.vs-carousel) > div:nth-child(3n) .vs-team:hover .team-content,
.vs-team-layout1 .slick-last .vs-team:hover .team-content {
  left: -125px;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-team-layout1 .team-content {
    bottom: 50px;
    padding: 30px;
  }
  .vs-team-layout1 .vs-team:hover .team-content {
    left: 50px;
  }
  .vs-team-layout1 .row:not(.vs-carousel) > div:nth-child(3n) .vs-team:hover .team-content,
.vs-team-layout1 .slick-last .vs-team:hover .team-content {
    left: -50px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-team-layout1 .row:not(.vs-carousel) > div:nth-child(2n) .vs-team:hover .team-content {
    left: -50px;
  }
  .vs-team-layout1 .row:not(.vs-carousel) > div:nth-child(3n) .vs-team:hover .team-content {
    left: 50px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-team-layout1 .team-content {
    padding: 15px;
    width: calc(100% - 30px);
  }
  .vs-team-layout1 img {
    width: 100%;
  }
  .vs-team-layout1 .social-links.links-has-border a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
  .vs-team-layout1 .row:not(.vs-carousel) > div:nth-child(2n) .vs-team:hover .team-content,
.vs-team-layout1 .row:not(.vs-carousel) > div:nth-child(3n) .vs-team:hover .team-content,
.vs-team-layout1 .slick-last .vs-team:hover .team-content,
.vs-team-layout1 .vs-team:hover .team-content {
    left: 10px;
  }
}
.vs-team-layout2 .team-member-name {
  line-height: 1;
  margin-top: 0;
}
.vs-team-layout2 .team-img {
  position: relative;
}
.vs-team-layout2 .team-img .social-links {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.vs-team-layout2 .team-img .social-links li {
  display: block;
  margin: 0;
}
.vs-team-layout2 .team-img .social-links a {
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 10px;
}
.vs-team-layout2 .team-img .social-links a:hover {
  color: var(--white-color);
}
.vs-team-layout2 .team-img .social-links .vs-toggler.active .fa-plus:before {
  content: "\f068";
}
.vs-team-layout2 .team-img .social-links ul {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  margin-top: 40px;
}
.vs-team-layout2 .team-img .social-links ul.show {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.vs-team-layout2 .team-content {
  padding: 40px 0;
  padding-bottom: 32px;
}
.vs-team-layout2 .vs-team {
  border: 1px solid #efefef;
  transition: all ease 0.4s;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
}
.vs-team-layout2 .vs-team:hover {
  box-shadow: none;
}
.vs-team-layout2 .vs-team:hover .team-img:before {
  opacity: 0.7;
  visibility: visible;
}
.vs-team-layout2 .vs-team:hover .team-img .social-links {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-team-layout2 .team-img .social-links {
    top: 20px;
    right: 20px;
  }
  .vs-team-layout2 .team-img .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-team-layout2 .team-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .vs-team-layout2 .social-links a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 14px;
  }
  .vs-team-layout2 .vs-team:hover .team-img .social-links {
    bottom: 20px;
  }
}
.team-details-layout1 .team-details-box1 {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1199px) {
  .team-details-layout1 .team-details-box1 {
    position: relative;
    margin-left: -190px;
  }
}

.team-details-box1 .team-member-info .member-info-title {
  display: inline-block;
  min-width: 120px;
  padding-right: 20px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .team-details-box1 .team-member-info .member-info-title {
    min-width: 1px;
    padding-right: 10px;
  }
}
.team-details-box1 .team-member-info li {
  margin-bottom: 14px;
}

/*------------------- 8.22. Brand  -------------------*/
.vs-brand-layout1 {
  position: relative;
}
.vs-brand-layout1.background-image {
  background-size: 100% auto;
}
.vs-brand-layout1 .vs-brand {
  text-align: center;
  opacity: 0.75;
  transition: all ease 0.4s;
}
.vs-brand-layout1 .vs-brand:hover {
  opacity: 1;
}
.vs-brand-layout1 .shape1 {
  left: 0;
  bottom: 0;
  max-width: 200px;
}
.vs-brand-layout1 .shape2 {
  right: 0;
  bottom: 0;
  height: auto;
  max-width: 400px;
}
.vs-brand-layout1 .container {
  position: relative;
  z-index: 3;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-brand-layout1 .shape2 {
    max-width: 250px;
  }
  .vs-brand-layout1 .shape1 {
    max-width: 150px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-brand-layout1 .shape2,
.vs-brand-layout1 .shape1 {
    display: none;
  }
  .vs-brand-wrapper.vs-brand-layout1.overflow-hidden.py-lg-150.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*------------------- 8.23. Contact  -------------------*/
.contact-information-layout1 ul li {
  border-bottom: 1px dashed #d9d9d9;
  padding: 10px 0;
}

div#wpcf7-f1449-p2640-o1 span.wpcf7-form-control-wrap {
  margin-top: 20px;
  display: block;
}
div#wpcf7-f1449-p2640-o1 .form-group.mb-0.text-center {
  display: block;
  margin-top: 30px;
}

.contact-map-layout1 {
  width: 100%;
  height: 550px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .contact-map-layout1 {
    height: 400px;
  }
}

/*------------------- 8.24. Comments  -------------------*/
.comment-form-layout1 .form-title .h3 {
  margin-bottom: 0;
}
.comment-form-layout1 p.comment-notes {
  margin-bottom: 20px;
}
.comment-form-layout1 .comment-respond {
  margin: 30px 0;
  padding: 30px;
  background-color: var(--smoke-color);
}
.comment-form-layout1 .custom-checkbox.notice {
  margin-bottom: 25px;
}

/* Stars */
.comment-form-rating {
  margin-bottom: 20px;
}
.comment-form-rating > label {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 700;
}

.woocommerce p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.woocommerce p.stars a {
  position: relative;
  height: 14px;
  width: 14px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f006";
  text-indent: 0;
  color: #FFC600;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\f006";
}
.woocommerce p.stars:hover a::before {
  content: "\f005";
}
.woocommerce p.stars.selected a.active::before {
  content: "\f005";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\f006";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\f005";
}

.vs-comments-layout1 .vs-post-comment {
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 25px;
  margin-top: 30px;
}
.vs-comments-layout1 ul.comment-list .comment-respond {
  margin-bottom: 40px;
  margin-top: 37px;
}
.vs-comments-layout1 ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-comments-layout1 ul.comment-list ul,
.vs-comments-layout1 ul.comment-list ol {
  margin-bottom: 20px;
}
.vs-comments-layout1 ul.comment-list ul ul,
.vs-comments-layout1 ul.comment-list ul ol,
.vs-comments-layout1 ul.comment-list ol ul,
.vs-comments-layout1 ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-layout1 .name {
  font-size: 20px;
  margin-bottom: 5px;
}
.vs-comments-layout1 .author-img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.vs-comments-layout1 .comment-content {
  flex: 1;
  margin-top: -9px;
}
.vs-comments-layout1 .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.vs-comments-layout1 .comment-top .vs-btn {
  width: 90px;
  height: 35px;
  padding: 0;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
}
.vs-comments-layout1 .comment-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vs-comments-layout1 .text {
  margin-bottom: 25px;
}
.vs-comments-layout1 .text:last-child {
  margin-bottom: 0;
}
.vs-comments-layout1 .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 30px;
}

.blog-comment-area > .inner-title {
  font-size: 36px;
}

.vs-comment-area > .inner-title {
  font-size: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-comments-layout1 .vs-post-comment {
    display: block;
    margin-bottom: 24px;
    padding: 30px 20px;
    padding-bottom: 5px;
    margin-top: 24px;
  }
  .vs-comments-layout1 .author-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .vs-comments-layout1 .comment-content {
    width: 100%;
  }
  .vs-comments-layout1 .children .vs-post-comment {
    margin-left: 30px;
  }
  .comment-form-layout1 .comment-respond {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-comment-area > .inner-title {
    font-size: 30px;
  }
  .vs-comment-area > .inner-title {
    font-size: 26px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-comments-layout1 .vs-post-comment {
    position: relative;
  }
  .vs-comments-layout1 .children {
    margin-left: 5px;
  }
  .vs-comments-layout1 .commented-on {
    margin-bottom: 0;
    line-height: 1;
  }
  .vs-comments-layout1 .comment-top {
    display: block;
  }
  .vs-comments-layout1 .comment-top .vs-btn {
    position: relative;
    right: 0;
    top: 0;
    font-size: 10px;
    width: 80px;
    height: 30px;
    line-height: 27px;
    padding: 0;
    border-width: 1px;
    margin-bottom: 10px;
  }
  .blog-comment-area > .inner-title {
    font-size: 28px;
  }
  .vs-comment-area > .inner-title {
    font-size: 24px;
  }
}
/*------------------- 8.25. Checkout  -------------------*/
.vs-checkout-area form.checkout .form-row {
  margin-bottom: 30px;
}
.vs-checkout-area .vs-billing-differentAddress {
  display: none;
}
.vs-checkout-area .vs-cart-coupon label {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: none;
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--theme-font2);
}
.vs-checkout-area table td + td,
.vs-checkout-area table th + th {
  text-align: right;
}
.vs-checkout-area .vs-checkout-submit label {
  line-height: 1.4;
  margin-top: -2px;
}

span.select2-selection.select2-selection--single {
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 0 23px;
}
span.select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 60px;
}
span.select2-selection.select2-selection--single .select2-selection__arrow {
  height: 60px;
  top: 1px;
  right: 7px;
}

ul.woocommerce-error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  list-style-type: none;
  margin-left: 0;
  color: #d32535;
  background-color: #fae9eb;
  border-color: #fae9eb;
}

table.checkout-ordertable thead {
  background-color: transparent;
}
table.checkout-ordertable td,
table.checkout-ordertable th {
  padding: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-left: none !important;
  border-right: none !important;
}
table.checkout-ordertable td ul,
table.checkout-ordertable th ul {
  margin: 0;
}
table.checkout-ordertable td ul .custom-checkbox,
table.checkout-ordertable th ul .custom-checkbox {
  position: relative;
  top: 2px;
}
table.checkout-ordertable td ul,
table.checkout-ordertable td ul li,
table.checkout-ordertable th ul,
table.checkout-ordertable th ul li {
  line-height: 1;
  margin: 0;
}
table.checkout-ordertable td:nth-child(2) {
  text-align: right;
}
table.checkout-ordertable tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.checkout-ordertable thead th {
  font-size: 18px;
  font-weight: 700;
  padding-top: 0;
}
table.checkout-ordertable thead th + th {
  padding-right: 0 !important;
}
table.checkout-ordertable tfoot td {
  font-weight: 700;
}
table.checkout-ordertable tfoot tr:last-child {
  border-bottom: none;
}
table.checkout-ordertable tfoot tr:last-child td {
  font-size: 22px;
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-checkout-area .vs-checkout-payment {
    font-size: 14px;
  }
  .vs-checkout-area .vs-checkout-payment .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .vs-checkout-area table.checkout-ordertable thead th {
    font-size: 15px;
  }
  .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable td,
.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
  }
  .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th {
    padding-top: 0 !important;
  }
  .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child td {
    font-size: 16px;
  }
}
/*------------------- 8.26. Cart  -------------------*/
.vs-cart-wrapper .cart-collaterals.mt-4 {
  margin-top: 5rem !important;
}
.vs-cart-wrapper form.table-responsive {
  overflow-x: hidden;
  padding: 0 1px;
}
.vs-cart-wrapper td.actions > .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 355px;
  max-width: 100%;
}
.vs-cart-wrapper a {
  color: inherit;
}
.vs-cart-wrapper .cart-productimage img {
  max-width: 120px;
  border: 1px solid #eee;
}
.vs-cart-wrapper .vs-btn {
  border-radius: 0;
  padding: 0 20px;
  height: 50px;
  width: auto;
  line-height: 50px;
  font-size: 16px;
}
.vs-cart-wrapper .cart-removeproduct {
  border: none;
  color: var(--title-color);
  font-size: 20px;
  background-color: transparent;
  padding: 0;
  display: inline-block;
}
.vs-cart-wrapper .cart-table,
.vs-cart-wrapper .cart-table th {
  text-align: center;
}
.vs-cart-wrapper .cart-table td {
  vertical-align: middle;
}
.vs-cart-wrapper .cart-table .actions {
  text-align: right;
  vertical-align: middle;
  padding: 0.7rem 1rem;
  padding-top: 1rem;
}
.vs-cart-wrapper .cart-table .actions form {
  float: left;
  margin-bottom: 0;
}
.vs-cart-wrapper .vs-cart-summary {
  text-align: right;
}
.vs-cart-wrapper .vs-cart-summary .summary-title {
  letter-spacing: 0;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: right;
  font-weight: 700;
}
.vs-cart-wrapper .table-totals p {
  margin-bottom: 5px;
}
.vs-cart-wrapper .table-totals label,
.vs-cart-wrapper .table-totals ul {
  margin: 0;
}
.vs-cart-wrapper .table-totals a {
  color: #b50606;
}
.vs-cart-wrapper .table-totals label {
  font-weight: 700;
}
.vs-cart-wrapper .table-totals tfoot tr th,
.vs-cart-wrapper .table-totals tfoot tr td,
.vs-cart-wrapper .table-totals tbody tr th,
.vs-cart-wrapper .table-totals tbody tr td {
  background-color: transparent;
  padding: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: right;
  padding-right: 0 !important;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.vs-cart-wrapper .table-totals tfoot tr:first-child td,
.vs-cart-wrapper .table-totals tfoot tr:first-child th,
.vs-cart-wrapper .table-totals tbody tr:first-child td,
.vs-cart-wrapper .table-totals tbody tr:first-child th {
  border-top: 1px solid #dddddd;
}
.vs-cart-wrapper .table-totals tfoot tr:last-child td,
.vs-cart-wrapper .table-totals tfoot tr:last-child th,
.vs-cart-wrapper .table-totals tbody tr:last-child td,
.vs-cart-wrapper .table-totals tbody tr:last-child th {
  border-bottom: none;
}
.vs-cart-wrapper .table-totals tfoot tr td {
  font-weight: 700;
}
.vs-cart-wrapper .vs-cart-coupon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.vs-cart-wrapper .vs-cart-coupon label {
  font-size: 22px;
  font-weight: 500;
  margin-top: -10px;
  color: var(--title-color);
  display: block;
}
.vs-cart-wrapper .vs-cart-coupon input {
  border-radius: 0;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100% - 120px);
  border-right: none;
}
.vs-cart-wrapper .vs-cart-coupon button {
  width: 120px;
  box-shadow: none;
}

.cross-sells.vs-product-layout1 {
  padding-top: 60px;
}
.cross-sells.vs-product-layout1 > .section-title {
  margin-bottom: 30px;
}

.vs-cart-wrapper .woocommerce-message {
  color: #155724;
  background-color: #e2fce8;
  border-color: #e2fce8;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.woocommerce-shipping-totals .nice-select,
.woocommerce-shipping-totals input {
  border: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  padding-right: 10px;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  margin-top: 10px;
  color: #000;
}
.woocommerce-shipping-totals button.button.btn.btn-borderd.w-100 {
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 10px;
  margin-top: 10px;
  font-weight: 700;
  border: 1px solid transparent;
}
.woocommerce-shipping-totals button.button.btn.btn-borderd.w-100:hover {
  background-color: var(--smoke-color);
  color: var(--title-color);
}

.wishlist_table .product-add-to-cart a {
  background-color: transparent !important;
}
.wishlist_table .product-add-to-cart a:hover {
  color: var(--title-color) !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-cart-wrapper .cart-table .actions form {
    float: none;
    margin-bottom: 20px;
  }
  .vs-cart-wrapper .cart-table img {
    max-width: 70px;
    margin-right: 0;
  }
  .vs-cart-wrapper .cart-table td {
    font-size: 14px;
  }
  .vs-cart-wrapper .cart-table .cart-removeproduct {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-cart-wrapper {
    text-align: center;
  }
  .vs-cart-wrapper td.actions > .vs-cart-coupon {
    width: 300px;
  }
  .vs-cart-wrapper .actions form {
    margin-bottom: 0;
  }
  .vs-cart-wrapper .cart-table table {
    min-width: 700px;
  }
  .vs-cart-wrapper .vs-cart-summary .summary-title {
    font-size: 22px;
    text-align: center;
  }
  .vs-cart-wrapper .vs-cart-summary .table-totals {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-cart-wrapper .shop_table.cart_table {
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
  }
  .vs-cart-wrapper .shop_table.cart_table td.actions {
    text-align: center;
  }
  .vs-cart-wrapper .shop_table.cart_table td.actions > .vs-btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
    max-width: 250px;
  }
  .vs-cart-wrapper .shop_table.cart_table td.actions > .vs-btn:last-child {
    margin-bottom: 0;
  }
  .vs-cart-wrapper .shop_table.cart_table td.actions > .vs-cart-coupon {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .vs-cart-wrapper .shop_table.cart_table thead {
    display: none;
  }
  .vs-cart-wrapper .shop_table.cart_table tbody td:not(.actions) {
    border-left: 1px solid;
    border-left-color: currentcolor;
    border-right: 1px solid;
    border-right-color: currentcolor;
    border-color: #dddddd;
    border-bottom: none;
    display: block;
    text-align: right;
    padding-left: 25%;
    position: relative;
    width: 100%;
  }
  .vs-cart-wrapper .shop_table.cart_table tbody td:not(.actions):last-child {
    border-bottom: 1px solid #dddddd !important;
  }
  .vs-cart-wrapper .shop_table.cart_table tbody td:not(.actions)::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 6px;
    max-width: 23%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    transform: translateY(-50%);
  }
  .vs-cart-wrapper .shop_table.cart_table .quantity.quantity-box {
    justify-content: end;
    margin: 0 !important;
  }
  .vs-cart-wrapper .vs-cart-summary tbody tr th {
    text-align: left;
  }
  .vs-cart-wrapper .vs-cart-summary ul,
.vs-cart-wrapper .vs-cart-summary p,
.vs-cart-wrapper .vs-cart-summary form,
.vs-cart-wrapper .vs-cart-summary a {
    text-align: right;
  }
  .vs-cart-wrapper .vs-cart-summary tbody tr td {
    text-align: left;
  }
  .vs-cart-wrapper .vs-cart-summary tbody tr td + td {
    text-align: right;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .cart-collaterals.mt-4 {
    margin-top: 2rem !important;
  }
}
/*------------------- 8.27. Shop Cart  -------------------*/
.product-sort-bar .woocommerce-ordering {
  min-width: 240px;
}
.product-sort-bar .nice-select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 250px;
  padding-right: 30px;
  padding-left: 20px;
  /* Small devices */
}
.product-sort-bar .nice-select:before {
  right: 20px !important;
}
@media (max-width: 768px) {
  .product-sort-bar .nice-select {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
}

/* Small devices */
@media (max-width: 768px) {
  .product-sort-bar .woocommerce-result-count {
    margin-bottom: 20px;
  }
}
.product-tab-style1 {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.product-tab-style1 li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
.product-tab-style1 li:last-child {
  margin-right: 0;
}
.product-tab-style1 li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
  color: var(--body-color);
}
.product-tab-style1 li a:hover {
  color: #fa8507;
}
.product-tab-style1 li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  transition: all ease 0.4s;
}
.product-tab-style1 li a.active:before {
  width: 100%;
}

/* Medium devices */
@media (max-width: 992px) {
  .product-tab-style1 li {
    margin-right: 10px;
  }
  .product-tab-style1 li:last-child {
    margin-right: 0;
  }
  .product-tab-style1 li a {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .product-tab-style1 li a {
    font-size: 14px;
  }
}
table.wishlist_table {
  font-size: 16px;
}
table.wishlist_table thead th {
  text-align: center;
}
table.wishlist_table a.button.vs-btn.style1.add_to_cart {
  display: inline-block;
  width: 125px;
  height: 40px;
  line-height: 40px;
}

.product-name a {
  font-size: 18px;
  color: var(--title-color);
  display: inline-block;
}
.product-name img {
  display: inline-block;
  margin-right: 20px;
}

.vs-product-layout1 .price {
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-block;
}
.vs-product-layout1 .price del {
  color: rgb(168, 168, 168);
  font-size: 0.96rem;
}
.vs-product-layout1 .product-body.px-15.px-lg-30.py-15.py-lg-30 {
  padding-top: 25px;
  padding-bottom: 20px;
}
.vs-product-layout1 .product-header {
  position: relative;
  margin: -1px -1px 0 -1px;
}
.vs-product-layout1 .product-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: all ease 0.4s;
}
.vs-product-layout1 .vs-btn:not(.product_type_external) {
  padding: 10px 20px;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 0;
}
.vs-product-layout1 .icon-btn {
  font-size: 16px;
  color: #ffffff;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.vs-product-layout1 .icon-btn:hover {
  background-color: #ffffff;
  color: var(--body-color);
}
.vs-product-layout1 .add_to_cart_button.added {
  display: none;
}
.vs-product-layout1 .product-cart-button .wc-forward {
  margin-right: 0;
  font-size: 0;
  display: inline-block;
  width: 46px;
  height: 46px;
  padding: 0;
  line-height: 46px;
  border-radius: 50%;
}
.vs-product-layout1 .product-cart-button .wc-forward:before {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}
.vs-product-layout1 .product-content .icon-btn:hover {
  background-color: var(--smoke-color);
}
.vs-product-layout1 .action-buttons {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(-50%);
}
.vs-product-layout1 .action-buttons > .yith-wcwl-add-to-wishlist {
  margin: 0 10px;
}
.vs-product-layout1 .discount {
  display: inline-block;
  line-height: 1;
  padding: 7px 10px;
  font-size: 14px;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #ffffff;
  font-weight: 700;
}
.vs-product-layout1 .vs-product {
  margin-bottom: 30px;
  border: none;
  box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 1px solid transparent;
  transition: all ease 0.4s;
}
.vs-product-layout1 .vs-product:hover {
  border-color: #eee;
  box-shadow: none;
}
.vs-product-layout1 .vs-product:hover .product-header:before {
  opacity: 1;
  visibility: visible;
}
.vs-product-layout1 .vs-product:hover .product-img .slick-arrow {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.vs-product-layout1 .vs-product:hover .action-buttons {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.vs-product-layout1 .vs-carousel .vs-product {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.vs-product-layout1 .product-img .slick-dots {
  bottom: 18px;
  z-index: 4;
}
.vs-product-layout1 .product-img .slick-arrow {
  left: 20px;
  z-index: 4;
  width: 40px;
  height: 40px;
  color: var(--body-color);
  background-color: #ffffff;
  font-size: 16px;
  top: 40%;
  opacity: 0;
  visibility: visible;
}
.vs-product-layout1 .product-img .slick-arrow:hover {
  color: #ffffff;
}
.vs-product-layout1 .product-img .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
@media (min-width: 1199px) {
  .vs-product-layout1 .product-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
}

.product-details-layout1 .related-products .product-content .price {
  color: inherit;
  font-size: 18px;
  margin-bottom: 4.5px;
}
.product-details-layout1 .related-products .product-content .price del {
  font-size: 0.96rem;
}
.product-details-layout1 .related-products .product-cart-button .wc-forward {
  border-radius: 0;
}
.product-details-layout1 .related-products .product-header .icon-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

/* Medium devices */
@media (max-width: 992px) {
  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
    padding: 0;
  }
  .wishlist_table.mobile li .item-wrapper {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  .wishlist_table.mobile table.item-details-table {
    width: fit-content;
  }
}
.product-details-layout1 .group_table tbody td {
  padding: 15px 0;
}
.product-details-layout1 .group_table tbody tr:first-child td {
  padding-top: 30px;
}
.product-details-layout1 td.woocommerce-grouped-product-list-item__label label {
  margin: 0;
}
.product-details-layout1 .product-content .quantity-box {
  justify-content: start;
  margin-right: 10px;
}
.product-details-layout1 .product-content .price {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
}
.product-details-layout1 .product-content .price del {
  color: var(--body-color);
  font-size: 18px;
}
.product-details-layout1 .action-buttons > .yith-wcwl-add-to-wishlist {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.product-details-layout1 .action-buttons .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product-details-layout1 .action-buttons span.label {
  display: inline-block;
  margin-right: 15px;
}
.product-details-layout1 .action-buttons .icon-btn,
.product-details-layout1 .action-buttons .vs-btn {
  padding: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.product-details-layout1 .action-buttons .icon-btn:hover,
.product-details-layout1 .action-buttons .vs-btn:hover {
  background-color: var(--title-color) !important;
  color: var(--white-color) !important;
}
.product-details-layout1 .action-buttons .vs-btn {
  text-transform: capitalize;
  min-width: 140px;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.product-details-layout1 .action-buttons .icon-btn.bg-theme {
  color: #ffffff;
}
.product-details-layout1 .action-buttons .icon-btn.bg-theme:hover {
  background-color: var(--smoke-color);
  color: var(--body-color);
}
.product-details-layout1 .product-img,
.product-details-layout1 .product-img .slick-slide {
  position: relative;
}
.product-details-layout1 .product-img .discount {
  display: inline-block;
  line-height: 1;
  padding: 7px 10px;
  font-size: 14px;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #ffffff;
  font-weight: 700;
}
.product-details-layout1 .product-img .slick-arrow {
  left: 30px;
}
.product-details-layout1 .product-img .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}
.product-details-layout1 .product-img .slick-dots {
  bottom: 25px;
}
.product-details-layout1 .vs-post-comment {
  background-color: var(--smoke-color);
}
.product-details-layout1 .vs-post-comment .vs-btn:hover {
  background-color: #ffffff;
}
.product-details-layout1 .vs-post-comment p {
  margin-bottom: 0;
}
.product-details-layout1 .woocommerce-message {
  color: #155724;
  background-color: #e2fce8;
  border-color: #e2fce8;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.tab-pane table.woocommerce-product-attributes th,
.tab-pane table.woocommerce-product-attributes td {
  vertical-align: baseline;
  padding: 10px 15px !important;
  width: 50%;
  border: 1px solid #ddd;
}

.tab-pane table.woocommerce-product-attributes td p {
  margin: 0;
}

.tab-pane table.woocommerce-product-attributes th {
  font-weight: 700;
}

form.variations_form.cart select {
  width: max-content;
  padding: 0 15px 0 9px;
  border: 1px solid #eee;
  height: 50px;
  font-size: 14px;
} /* Large devices */
@media (max-width: 1199px) {
  .product-details-layout1 .product-content .action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .product-details-layout1 .product-content .quantity-box {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .product-details-layout1 .product-content .action-buttons > div {
    display: flex !important;
  }
  .product-details-layout1 .product-content .action-buttons > div > div.d-flex {
    display: block !important;
  }
}
/*------------------- 8.28. Account  -------------------*/
nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-bottom: none;
}
nav.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
}

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

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

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

.text-icon {
  font-family: var(--icon-font);
}

.text-icon2 {
  font-family: var(--icon-font2);
}

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

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

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

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

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

.text-style-italic {
  font-style: italic;
}

.text-style-normal {
  font-style: normal;
}

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

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

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

.text-lg {
  font-size: 22px;
}

.text-ml {
  font-size: 28px;
}

.text-xl {
  font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-image {
  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-bottom {
  background-position: center bottom;
}

.bg-top {
  background-position: center top;
}

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

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

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

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

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

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

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

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

.text-white-light {
  color: rgba(255, 255, 255, 0.65);
}

.text-red {
  color: #e7272d !important;
}

.text-inherit {
  color: inherit;
}

/*------------------- 9.4. Border -------------------*/
.border-title {
  border-color: var(--title-color);
}

.border-body {
  border-color: var(--body-color);
}

.border-black {
  border-color: var(--black-color);
}

.border-smoke {
  border-color: var(--smoke-color);
}

.border-white {
  border-color: var(--white-color);
}

.border-dark {
  border-color: var(--dark-color);
}

.border-silver {
  border-color: var(--silver-color);
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-ovelay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=================================
    10. Theme Animation
==================================*/
.ani-moving-x,
.ani-moving-y,
.ani-moving,
.testimonial-author-image1 .testimonial-author-image {
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.ripple-light-animation,
.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-name: ripple;
}

.ripple-light-animation {
  animation-name: ripple-light;
}

.ripple-ani-delay, .play-btn:after {
  animation-delay: 2s;
}

.ani-cspine, .scrollToTop:before {
  animation: cspine 20s linear infinite;
}

.ani-cspinereverse {
  animation: cspinereverse 20s linear infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.7;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes ripple-light {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes maskAnimation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes maskAnimation2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.ani-moving, .testimonial-author-image1 .testimonial-author-image {
  animation-name: moving;
}

@keyframes moving {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -20px);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  70% {
    transform: translate(-20px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ani-moving-y {
  animation-name: moving-y;
}

@keyframes moving-y {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ani-moving-x {
  animation-name: moving-x;
}

@keyframes moving-x {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-20px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes cspine {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes cspinereverse {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0);
  }
}
/*=================================
    11. Extend
==================================*/
/*=================================
    12. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /*-- Padding Left And Right --*/
  .px-sm-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .px-sm-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .px-sm-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-sm-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .px-sm-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .px-sm-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-sm-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .px-sm-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-sm-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-sm-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  /*-- Padding Top And Bottom --*/
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*-- Padding Top --*/
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  /*-- Padding Bottom --*/
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  /*-- Padding Left --*/
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  /*-- Padding Right --*/
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  /*-- Padding Left And Right --*/
  .px-md-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .px-md-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .px-md-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-md-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .px-md-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .px-md-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-md-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .px-md-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-md-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-md-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  /*-- Padding Top And Bottom --*/
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*-- Padding Top --*/
  .pt-md-5 {
    padding-top: 5px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  /*-- Padding Bottom --*/
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  /*-- Padding Left --*/
  .pl-md-5 {
    padding-left: 5px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pl-md-35 {
    padding-left: 35px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pl-md-45 {
    padding-left: 45px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  /*-- Padding Right --*/
  .pr-md-5 {
    padding-right: 5px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pr-md-35 {
    padding-right: 35px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pr-md-45 {
    padding-right: 45px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  /*-- Padding Left And Right --*/
  .px-lg-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .px-lg-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .px-lg-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-lg-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .px-lg-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .px-lg-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-lg-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .px-lg-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-lg-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-lg-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .px-lg-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .px-lg-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-lg-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .px-lg-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .px-lg-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .px-lg-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .px-lg-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .px-lg-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .px-lg-95 {
    padding-right: 95px;
    padding-left: 95px;
  }
  .px-lg-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .px-lg-105 {
    padding-right: 105px;
    padding-left: 105px;
  }
  .px-lg-110 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .px-lg-115 {
    padding-right: 115px;
    padding-left: 115px;
  }
  .px-lg-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .px-lg-125 {
    padding-right: 125px;
    padding-left: 125px;
  }
  .px-lg-130 {
    padding-right: 130px;
    padding-left: 130px;
  }
  .px-lg-135 {
    padding-right: 135px;
    padding-left: 135px;
  }
  .px-lg-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .px-lg-145 {
    padding-right: 145px;
    padding-left: 145px;
  }
  .px-lg-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .px-lg-155 {
    padding-right: 155px;
    padding-left: 155px;
  }
  .px-lg-160 {
    padding-right: 160px;
    padding-left: 160px;
  }
  .px-lg-165 {
    padding-right: 165px;
    padding-left: 165px;
  }
  .px-lg-170 {
    padding-right: 170px;
    padding-left: 170px;
  }
  .px-lg-175 {
    padding-right: 175px;
    padding-left: 175px;
  }
  .px-lg-180 {
    padding-right: 180px;
    padding-left: 180px;
  }
  .px-lg-185 {
    padding-right: 185px;
    padding-left: 185px;
  }
  .px-lg-190 {
    padding-right: 190px;
    padding-left: 190px;
  }
  .px-lg-195 {
    padding-right: 195px;
    padding-left: 195px;
  }
  .px-lg-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .px-lg-205 {
    padding-right: 205px;
    padding-left: 205px;
  }
  .px-lg-210 {
    padding-right: 210px;
    padding-left: 210px;
  }
  .px-lg-215 {
    padding-right: 215px;
    padding-left: 215px;
  }
  .px-lg-220 {
    padding-right: 220px;
    padding-left: 220px;
  }
  .px-lg-225 {
    padding-right: 225px;
    padding-left: 225px;
  }
  /*-- Padding Top And Bottom --*/
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-lg-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-lg-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-lg-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-lg-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .py-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-lg-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-lg-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .py-lg-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-lg-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-lg-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-lg-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-lg-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .py-lg-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-lg-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .py-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-lg-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .py-lg-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-lg-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-lg-205 {
    padding-top: 205px;
    padding-bottom: 205px;
  }
  .py-lg-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  .py-lg-215 {
    padding-top: 215px;
    padding-bottom: 215px;
  }
  .py-lg-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .py-lg-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }
  /*-- Padding Top --*/
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-55 {
    padding-top: 55px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-65 {
    padding-top: 65px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-85 {
    padding-top: 85px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-95 {
    padding-top: 95px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-105 {
    padding-top: 105px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-115 {
    padding-top: 115px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-125 {
    padding-top: 125px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pt-lg-135 {
    padding-top: 135px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pt-lg-145 {
    padding-top: 145px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pt-lg-155 {
    padding-top: 155px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pt-lg-165 {
    padding-top: 165px;
  }
  .pt-lg-170 {
    padding-top: 170px;
  }
  .pt-lg-175 {
    padding-top: 175px;
  }
  .pt-lg-180 {
    padding-top: 180px;
  }
  .pt-lg-185 {
    padding-top: 185px;
  }
  .pt-lg-190 {
    padding-top: 190px;
  }
  .pt-lg-195 {
    padding-top: 195px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pt-lg-205 {
    padding-top: 205px;
  }
  .pt-lg-210 {
    padding-top: 210px;
  }
  .pt-lg-215 {
    padding-top: 215px;
  }
  .pt-lg-220 {
    padding-top: 220px;
  }
  .pt-lg-225 {
    padding-top: 225px;
  }
  /*-- Padding Bottom --*/
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-55 {
    padding-bottom: 55px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-65 {
    padding-bottom: 65px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-85 {
    padding-bottom: 85px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-95 {
    padding-bottom: 95px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-105 {
    padding-bottom: 105px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-115 {
    padding-bottom: 115px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-125 {
    padding-bottom: 125px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pb-lg-135 {
    padding-bottom: 135px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .pb-lg-145 {
    padding-bottom: 145px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .pb-lg-155 {
    padding-bottom: 155px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
  .pb-lg-165 {
    padding-bottom: 165px;
  }
  .pb-lg-170 {
    padding-bottom: 170px;
  }
  .pb-lg-175 {
    padding-bottom: 175px;
  }
  .pb-lg-180 {
    padding-bottom: 180px;
  }
  .pb-lg-185 {
    padding-bottom: 185px;
  }
  .pb-lg-190 {
    padding-bottom: 190px;
  }
  .pb-lg-195 {
    padding-bottom: 195px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .pb-lg-205 {
    padding-bottom: 205px;
  }
  .pb-lg-210 {
    padding-bottom: 210px;
  }
  .pb-lg-215 {
    padding-bottom: 215px;
  }
  .pb-lg-220 {
    padding-bottom: 220px;
  }
  .pb-lg-225 {
    padding-bottom: 225px;
  }
  /*-- Padding Left --*/
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pl-lg-55 {
    padding-left: 55px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pl-lg-65 {
    padding-left: 65px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pl-lg-85 {
    padding-left: 85px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .pl-lg-95 {
    padding-left: 95px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pl-lg-105 {
    padding-left: 105px;
  }
  .pl-lg-110 {
    padding-left: 110px;
  }
  .pl-lg-115 {
    padding-left: 115px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pl-lg-125 {
    padding-left: 125px;
  }
  .pl-lg-130 {
    padding-left: 130px;
  }
  .pl-lg-135 {
    padding-left: 135px;
  }
  .pl-lg-140 {
    padding-left: 140px;
  }
  .pl-lg-145 {
    padding-left: 145px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
  .pl-lg-155 {
    padding-left: 155px;
  }
  .pl-lg-160 {
    padding-left: 160px;
  }
  .pl-lg-165 {
    padding-left: 165px;
  }
  .pl-lg-170 {
    padding-left: 170px;
  }
  .pl-lg-175 {
    padding-left: 175px;
  }
  .pl-lg-180 {
    padding-left: 180px;
  }
  .pl-lg-185 {
    padding-left: 185px;
  }
  .pl-lg-190 {
    padding-left: 190px;
  }
  .pl-lg-195 {
    padding-left: 195px;
  }
  .pl-lg-200 {
    padding-left: 200px;
  }
  .pl-lg-205 {
    padding-left: 205px;
  }
  .pl-lg-210 {
    padding-left: 210px;
  }
  .pl-lg-215 {
    padding-left: 215px;
  }
  .pl-lg-220 {
    padding-left: 220px;
  }
  .pl-lg-225 {
    padding-left: 225px;
  }
  /*-- Padding Right --*/
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-35 {
    padding-right: 35px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pr-lg-55 {
    padding-right: 55px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pr-lg-65 {
    padding-right: 65px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pr-lg-85 {
    padding-right: 85px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pr-lg-95 {
    padding-right: 95px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pr-lg-105 {
    padding-right: 105px;
  }
  .pr-lg-110 {
    padding-right: 110px;
  }
  .pr-lg-115 {
    padding-right: 115px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pr-lg-125 {
    padding-right: 125px;
  }
  .pr-lg-130 {
    padding-right: 130px;
  }
  .pr-lg-135 {
    padding-right: 135px;
  }
  .pr-lg-140 {
    padding-right: 140px;
  }
  .pr-lg-145 {
    padding-right: 145px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
  .pr-lg-155 {
    padding-right: 155px;
  }
  .pr-lg-160 {
    padding-right: 160px;
  }
  .pr-lg-165 {
    padding-right: 165px;
  }
  .pr-lg-170 {
    padding-right: 170px;
  }
  .pr-lg-175 {
    padding-right: 175px;
  }
  .pr-lg-180 {
    padding-right: 180px;
  }
  .pr-lg-185 {
    padding-right: 185px;
  }
  .pr-lg-190 {
    padding-right: 190px;
  }
  .pr-lg-195 {
    padding-right: 195px;
  }
  .pr-lg-200 {
    padding-right: 200px;
  }
  .pr-lg-205 {
    padding-right: 205px;
  }
  .pr-lg-210 {
    padding-right: 210px;
  }
  .pr-lg-215 {
    padding-right: 215px;
  }
  .pr-lg-220 {
    padding-right: 220px;
  }
  .pr-lg-225 {
    padding-right: 225px;
  }
}
@media (min-width: 1199px) {
  /*-- Padding Left And Right --*/
  .px-xl-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .px-xl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .px-xl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-xl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .px-xl-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .px-xl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-xl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .px-xl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-xl-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-xl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .px-xl-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .px-xl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-xl-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .px-xl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .px-xl-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .px-xl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .px-xl-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .px-xl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .px-xl-95 {
    padding-right: 95px;
    padding-left: 95px;
  }
  .px-xl-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .px-xl-105 {
    padding-right: 105px;
    padding-left: 105px;
  }
  .px-xl-110 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .px-xl-115 {
    padding-right: 115px;
    padding-left: 115px;
  }
  .px-xl-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .px-xl-125 {
    padding-right: 125px;
    padding-left: 125px;
  }
  .px-xl-130 {
    padding-right: 130px;
    padding-left: 130px;
  }
  .px-xl-135 {
    padding-right: 135px;
    padding-left: 135px;
  }
  .px-xl-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .px-xl-145 {
    padding-right: 145px;
    padding-left: 145px;
  }
  .px-xl-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .px-xl-155 {
    padding-right: 155px;
    padding-left: 155px;
  }
  .px-xl-160 {
    padding-right: 160px;
    padding-left: 160px;
  }
  .px-xl-165 {
    padding-right: 165px;
    padding-left: 165px;
  }
  .px-xl-170 {
    padding-right: 170px;
    padding-left: 170px;
  }
  .px-xl-175 {
    padding-right: 175px;
    padding-left: 175px;
  }
  .px-xl-180 {
    padding-right: 180px;
    padding-left: 180px;
  }
  .px-xl-185 {
    padding-right: 185px;
    padding-left: 185px;
  }
  .px-xl-190 {
    padding-right: 190px;
    padding-left: 190px;
  }
  .px-xl-195 {
    padding-right: 195px;
    padding-left: 195px;
  }
  .px-xl-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .px-xl-205 {
    padding-right: 205px;
    padding-left: 205px;
  }
  .px-xl-210 {
    padding-right: 210px;
    padding-left: 210px;
  }
  .px-xl-215 {
    padding-right: 215px;
    padding-left: 215px;
  }
  .px-xl-220 {
    padding-right: 220px;
    padding-left: 220px;
  }
  .px-xl-225 {
    padding-right: 225px;
    padding-left: 225px;
  }
  /*-- Padding Top And Bottom --*/
  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-xl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-xl-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-xl-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-xl-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-xl-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-xl-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .py-xl-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-xl-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .py-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-xl-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .py-xl-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-xl-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .py-xl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-xl-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .py-xl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-xl-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .py-xl-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-xl-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .py-xl-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-xl-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .py-xl-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-xl-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .py-xl-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-xl-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .py-xl-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-xl-205 {
    padding-top: 205px;
    padding-bottom: 205px;
  }
  .py-xl-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  .py-xl-215 {
    padding-top: 215px;
    padding-bottom: 215px;
  }
  .py-xl-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .py-xl-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }
  /*-- Padding Top --*/
  .pt-xl-5 {
    padding-top: 5px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pt-xl-25 {
    padding-top: 25px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pt-xl-35 {
    padding-top: 35px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pt-xl-45 {
    padding-top: 45px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pt-xl-55 {
    padding-top: 55px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pt-xl-65 {
    padding-top: 65px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .pt-xl-75 {
    padding-top: 75px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pt-xl-85 {
    padding-top: 85px;
  }
  .pt-xl-90 {
    padding-top: 90px;
  }
  .pt-xl-95 {
    padding-top: 95px;
  }
  .pt-xl-100 {
    padding-top: 100px;
  }
  .pt-xl-105 {
    padding-top: 105px;
  }
  .pt-xl-110 {
    padding-top: 110px;
  }
  .pt-xl-115 {
    padding-top: 115px;
  }
  .pt-xl-120 {
    padding-top: 120px;
  }
  .pt-xl-125 {
    padding-top: 125px;
  }
  .pt-xl-130 {
    padding-top: 130px;
  }
  .pt-xl-135 {
    padding-top: 135px;
  }
  .pt-xl-140 {
    padding-top: 140px;
  }
  .pt-xl-145 {
    padding-top: 145px;
  }
  .pt-xl-150 {
    padding-top: 150px;
  }
  .pt-xl-155 {
    padding-top: 155px;
  }
  .pt-xl-160 {
    padding-top: 160px;
  }
  .pt-xl-165 {
    padding-top: 165px;
  }
  .pt-xl-170 {
    padding-top: 170px;
  }
  .pt-xl-175 {
    padding-top: 175px;
  }
  .pt-xl-180 {
    padding-top: 180px;
  }
  .pt-xl-185 {
    padding-top: 185px;
  }
  .pt-xl-190 {
    padding-top: 190px;
  }
  .pt-xl-195 {
    padding-top: 195px;
  }
  .pt-xl-200 {
    padding-top: 200px;
  }
  .pt-xl-205 {
    padding-top: 205px;
  }
  .pt-xl-210 {
    padding-top: 210px;
  }
  .pt-xl-215 {
    padding-top: 215px;
  }
  .pt-xl-220 {
    padding-top: 220px;
  }
  .pt-xl-225 {
    padding-top: 225px;
  }
  /*-- Padding Bottom --*/
  .pb-xl-5 {
    padding-bottom: 5px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .pb-xl-25 {
    padding-bottom: 25px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pb-xl-35 {
    padding-bottom: 35px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .pb-xl-45 {
    padding-bottom: 45px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .pb-xl-55 {
    padding-bottom: 55px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pb-xl-65 {
    padding-bottom: 65px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .pb-xl-75 {
    padding-bottom: 75px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .pb-xl-85 {
    padding-bottom: 85px;
  }
  .pb-xl-90 {
    padding-bottom: 90px;
  }
  .pb-xl-95 {
    padding-bottom: 95px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .pb-xl-105 {
    padding-bottom: 105px;
  }
  .pb-xl-110 {
    padding-bottom: 110px;
  }
  .pb-xl-115 {
    padding-bottom: 115px;
  }
  .pb-xl-120 {
    padding-bottom: 120px;
  }
  .pb-xl-125 {
    padding-bottom: 125px;
  }
  .pb-xl-130 {
    padding-bottom: 130px;
  }
  .pb-xl-135 {
    padding-bottom: 135px;
  }
  .pb-xl-140 {
    padding-bottom: 140px;
  }
  .pb-xl-145 {
    padding-bottom: 145px;
  }
  .pb-xl-150 {
    padding-bottom: 150px;
  }
  .pb-xl-155 {
    padding-bottom: 155px;
  }
  .pb-xl-160 {
    padding-bottom: 160px;
  }
  .pb-xl-165 {
    padding-bottom: 165px;
  }
  .pb-xl-170 {
    padding-bottom: 170px;
  }
  .pb-xl-175 {
    padding-bottom: 175px;
  }
  .pb-xl-180 {
    padding-bottom: 180px;
  }
  .pb-xl-185 {
    padding-bottom: 185px;
  }
  .pb-xl-190 {
    padding-bottom: 190px;
  }
  .pb-xl-195 {
    padding-bottom: 195px;
  }
  .pb-xl-200 {
    padding-bottom: 200px;
  }
  .pb-xl-205 {
    padding-bottom: 205px;
  }
  .pb-xl-210 {
    padding-bottom: 210px;
  }
  .pb-xl-215 {
    padding-bottom: 215px;
  }
  .pb-xl-220 {
    padding-bottom: 220px;
  }
  .pb-xl-225 {
    padding-bottom: 225px;
  }
  /*-- Padding Left --*/
  .pl-xl-5 {
    padding-left: 5px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .pl-xl-25 {
    padding-left: 25px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pl-xl-35 {
    padding-left: 35px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pl-xl-45 {
    padding-left: 45px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .pl-xl-55 {
    padding-left: 55px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .pl-xl-65 {
    padding-left: 65px;
  }
  .pl-xl-70 {
    padding-left: 70px;
  }
  .pl-xl-75 {
    padding-left: 75px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .pl-xl-85 {
    padding-left: 85px;
  }
  .pl-xl-90 {
    padding-left: 90px;
  }
  .pl-xl-95 {
    padding-left: 95px;
  }
  .pl-xl-100 {
    padding-left: 100px;
  }
  .pl-xl-105 {
    padding-left: 105px;
  }
  .pl-xl-110 {
    padding-left: 110px;
  }
  .pl-xl-115 {
    padding-left: 115px;
  }
  .pl-xl-120 {
    padding-left: 120px;
  }
  .pl-xl-125 {
    padding-left: 125px;
  }
  .pl-xl-130 {
    padding-left: 130px;
  }
  .pl-xl-135 {
    padding-left: 135px;
  }
  .pl-xl-140 {
    padding-left: 140px;
  }
  .pl-xl-145 {
    padding-left: 145px;
  }
  .pl-xl-150 {
    padding-left: 150px;
  }
  .pl-xl-155 {
    padding-left: 155px;
  }
  .pl-xl-160 {
    padding-left: 160px;
  }
  .pl-xl-165 {
    padding-left: 165px;
  }
  .pl-xl-170 {
    padding-left: 170px;
  }
  .pl-xl-175 {
    padding-left: 175px;
  }
  .pl-xl-180 {
    padding-left: 180px;
  }
  .pl-xl-185 {
    padding-left: 185px;
  }
  .pl-xl-190 {
    padding-left: 190px;
  }
  .pl-xl-195 {
    padding-left: 195px;
  }
  .pl-xl-200 {
    padding-left: 200px;
  }
  .pl-xl-205 {
    padding-left: 205px;
  }
  .pl-xl-210 {
    padding-left: 210px;
  }
  .pl-xl-215 {
    padding-left: 215px;
  }
  .pl-xl-220 {
    padding-left: 220px;
  }
  .pl-xl-225 {
    padding-left: 225px;
  }
  /*-- Padding Right --*/
  .pr-xl-5 {
    padding-right: 5px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .pr-xl-25 {
    padding-right: 25px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pr-xl-35 {
    padding-right: 35px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pr-xl-45 {
    padding-right: 45px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .pr-xl-55 {
    padding-right: 55px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .pr-xl-65 {
    padding-right: 65px;
  }
  .pr-xl-70 {
    padding-right: 70px;
  }
  .pr-xl-75 {
    padding-right: 75px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pr-xl-85 {
    padding-right: 85px;
  }
  .pr-xl-90 {
    padding-right: 90px;
  }
  .pr-xl-95 {
    padding-right: 95px;
  }
  .pr-xl-100 {
    padding-right: 100px;
  }
  .pr-xl-105 {
    padding-right: 105px;
  }
  .pr-xl-110 {
    padding-right: 110px;
  }
  .pr-xl-115 {
    padding-right: 115px;
  }
  .pr-xl-120 {
    padding-right: 120px;
  }
  .pr-xl-125 {
    padding-right: 125px;
  }
  .pr-xl-130 {
    padding-right: 130px;
  }
  .pr-xl-135 {
    padding-right: 135px;
  }
  .pr-xl-140 {
    padding-right: 140px;
  }
  .pr-xl-145 {
    padding-right: 145px;
  }
  .pr-xl-150 {
    padding-right: 150px;
  }
  .pr-xl-155 {
    padding-right: 155px;
  }
  .pr-xl-160 {
    padding-right: 160px;
  }
  .pr-xl-165 {
    padding-right: 165px;
  }
  .pr-xl-170 {
    padding-right: 170px;
  }
  .pr-xl-175 {
    padding-right: 175px;
  }
  .pr-xl-180 {
    padding-right: 180px;
  }
  .pr-xl-185 {
    padding-right: 185px;
  }
  .pr-xl-190 {
    padding-right: 190px;
  }
  .pr-xl-195 {
    padding-right: 195px;
  }
  .pr-xl-200 {
    padding-right: 200px;
  }
  .pr-xl-205 {
    padding-right: 205px;
  }
  .pr-xl-210 {
    padding-right: 210px;
  }
  .pr-xl-215 {
    padding-right: 215px;
  }
  .pr-xl-220 {
    padding-right: 220px;
  }
  .pr-xl-225 {
    padding-right: 225px;
  }
}
/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  /*-- margin Left And Right --*/
  .mx-lg-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mx-lg-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mx-lg-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mx-lg-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mx-lg-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .mx-lg-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mx-lg-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mx-lg-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mx-lg-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mx-lg-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mx-lg-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .mx-lg-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mx-lg-65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .mx-lg-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mx-lg-75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .mx-lg-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mx-lg-85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .mx-lg-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mx-lg-95 {
    margin-right: 95px;
    margin-left: 95px;
  }
  .mx-lg-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mx-lg-105 {
    margin-right: 105px;
    margin-left: 105px;
  }
  .mx-lg-110 {
    margin-right: 110px;
    margin-left: 110px;
  }
  .mx-lg-115 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .mx-lg-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mx-lg-125 {
    margin-right: 125px;
    margin-left: 125px;
  }
  .mx-lg-130 {
    margin-right: 130px;
    margin-left: 130px;
  }
  .mx-lg-135 {
    margin-right: 135px;
    margin-left: 135px;
  }
  .mx-lg-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mx-lg-145 {
    margin-right: 145px;
    margin-left: 145px;
  }
  .mx-lg-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mx-lg-155 {
    margin-right: 155px;
    margin-left: 155px;
  }
  .mx-lg-160 {
    margin-right: 160px;
    margin-left: 160px;
  }
  .mx-lg-165 {
    margin-right: 165px;
    margin-left: 165px;
  }
  .mx-lg-170 {
    margin-right: 170px;
    margin-left: 170px;
  }
  .mx-lg-175 {
    margin-right: 175px;
    margin-left: 175px;
  }
  .mx-lg-180 {
    margin-right: 180px;
    margin-left: 180px;
  }
  .mx-lg-185 {
    margin-right: 185px;
    margin-left: 185px;
  }
  .mx-lg-190 {
    margin-right: 190px;
    margin-left: 190px;
  }
  .mx-lg-195 {
    margin-right: 195px;
    margin-left: 195px;
  }
  .mx-lg-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .mx-lg-205 {
    margin-right: 205px;
    margin-left: 205px;
  }
  .mx-lg-210 {
    margin-right: 210px;
    margin-left: 210px;
  }
  .mx-lg-215 {
    margin-right: 215px;
    margin-left: 215px;
  }
  .mx-lg-220 {
    margin-right: 220px;
    margin-left: 220px;
  }
  .mx-lg-225 {
    margin-right: 225px;
    margin-left: 225px;
  }
  /*-- margin Top And Bottom --*/
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-lg-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-lg-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-lg-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-lg-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .my-lg-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .my-lg-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-lg-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .my-lg-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .my-lg-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-lg-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-lg-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .my-lg-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-lg-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .my-lg-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .my-lg-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .my-lg-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .my-lg-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .my-lg-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .my-lg-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-lg-205 {
    margin-top: 205px;
    margin-bottom: 205px;
  }
  .my-lg-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }
  .my-lg-215 {
    margin-top: 215px;
    margin-bottom: 215px;
  }
  .my-lg-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .my-lg-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
  /*-- margin Top --*/
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-55 {
    margin-top: 55px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-65 {
    margin-top: 65px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-85 {
    margin-top: 85px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-95 {
    margin-top: 95px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-105 {
    margin-top: 105px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mt-lg-115 {
    margin-top: 115px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-125 {
    margin-top: 125px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mt-lg-135 {
    margin-top: 135px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mt-lg-145 {
    margin-top: 145px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mt-lg-155 {
    margin-top: 155px;
  }
  .mt-lg-160 {
    margin-top: 160px;
  }
  .mt-lg-165 {
    margin-top: 165px;
  }
  .mt-lg-170 {
    margin-top: 170px;
  }
  .mt-lg-175 {
    margin-top: 175px;
  }
  .mt-lg-180 {
    margin-top: 180px;
  }
  .mt-lg-185 {
    margin-top: 185px;
  }
  .mt-lg-190 {
    margin-top: 190px;
  }
  .mt-lg-195 {
    margin-top: 195px;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mt-lg-205 {
    margin-top: 205px;
  }
  .mt-lg-210 {
    margin-top: 210px;
  }
  .mt-lg-215 {
    margin-top: 215px;
  }
  .mt-lg-220 {
    margin-top: 220px;
  }
  .mt-lg-225 {
    margin-top: 225px;
  }
  /*-- margin Bottom --*/
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-55 {
    margin-bottom: 55px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-65 {
    margin-bottom: 65px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-85 {
    margin-bottom: 85px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-95 {
    margin-bottom: 95px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-105 {
    margin-bottom: 105px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-115 {
    margin-bottom: 115px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-125 {
    margin-bottom: 125px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mb-lg-135 {
    margin-bottom: 135px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .mb-lg-145 {
    margin-bottom: 145px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .mb-lg-155 {
    margin-bottom: 155px;
  }
  .mb-lg-160 {
    margin-bottom: 160px;
  }
  .mb-lg-165 {
    margin-bottom: 165px;
  }
  .mb-lg-170 {
    margin-bottom: 170px;
  }
  .mb-lg-175 {
    margin-bottom: 175px;
  }
  .mb-lg-180 {
    margin-bottom: 180px;
  }
  .mb-lg-185 {
    margin-bottom: 185px;
  }
  .mb-lg-190 {
    margin-bottom: 190px;
  }
  .mb-lg-195 {
    margin-bottom: 195px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .mb-lg-205 {
    margin-bottom: 205px;
  }
  .mb-lg-210 {
    margin-bottom: 210px;
  }
  .mb-lg-215 {
    margin-bottom: 215px;
  }
  .mb-lg-220 {
    margin-bottom: 220px;
  }
  .mb-lg-225 {
    margin-bottom: 225px;
  }
  /*-- margin Left --*/
  .ml-lg-5 {
    margin-left: 5px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-55 {
    margin-left: 55px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .ml-lg-65 {
    margin-left: 65px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .ml-lg-75 {
    margin-left: 75px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .ml-lg-85 {
    margin-left: 85px;
  }
  .ml-lg-90 {
    margin-left: 90px;
  }
  .ml-lg-95 {
    margin-left: 95px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .ml-lg-105 {
    margin-left: 105px;
  }
  .ml-lg-110 {
    margin-left: 110px;
  }
  .ml-lg-115 {
    margin-left: 115px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .ml-lg-125 {
    margin-left: 125px;
  }
  .ml-lg-130 {
    margin-left: 130px;
  }
  .ml-lg-135 {
    margin-left: 135px;
  }
  .ml-lg-140 {
    margin-left: 140px;
  }
  .ml-lg-145 {
    margin-left: 145px;
  }
  .ml-lg-150 {
    margin-left: 150px;
  }
  .ml-lg-155 {
    margin-left: 155px;
  }
  .ml-lg-160 {
    margin-left: 160px;
  }
  .ml-lg-165 {
    margin-left: 165px;
  }
  .ml-lg-170 {
    margin-left: 170px;
  }
  .ml-lg-175 {
    margin-left: 175px;
  }
  .ml-lg-180 {
    margin-left: 180px;
  }
  .ml-lg-185 {
    margin-left: 185px;
  }
  .ml-lg-190 {
    margin-left: 190px;
  }
  .ml-lg-195 {
    margin-left: 195px;
  }
  .ml-lg-200 {
    margin-left: 200px;
  }
  .ml-lg-205 {
    margin-left: 205px;
  }
  .ml-lg-210 {
    margin-left: 210px;
  }
  .ml-lg-215 {
    margin-left: 215px;
  }
  .ml-lg-220 {
    margin-left: 220px;
  }
  .ml-lg-225 {
    margin-left: 225px;
  }
  /*-- margin Right --*/
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-35 {
    margin-right: 35px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mr-lg-55 {
    margin-right: 55px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mr-lg-65 {
    margin-right: 65px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mr-lg-75 {
    margin-right: 75px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mr-lg-85 {
    margin-right: 85px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .mr-lg-95 {
    margin-right: 95px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mr-lg-105 {
    margin-right: 105px;
  }
  .mr-lg-110 {
    margin-right: 110px;
  }
  .mr-lg-115 {
    margin-right: 115px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mr-lg-125 {
    margin-right: 125px;
  }
  .mr-lg-130 {
    margin-right: 130px;
  }
  .mr-lg-135 {
    margin-right: 135px;
  }
  .mr-lg-140 {
    margin-right: 140px;
  }
  .mr-lg-145 {
    margin-right: 145px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
  .mr-lg-155 {
    margin-right: 155px;
  }
  .mr-lg-160 {
    margin-right: 160px;
  }
  .mr-lg-165 {
    margin-right: 165px;
  }
  .mr-lg-170 {
    margin-right: 170px;
  }
  .mr-lg-175 {
    margin-right: 175px;
  }
  .mr-lg-180 {
    margin-right: 180px;
  }
  .mr-lg-185 {
    margin-right: 185px;
  }
  .mr-lg-190 {
    margin-right: 190px;
  }
  .mr-lg-195 {
    margin-right: 195px;
  }
  .mr-lg-200 {
    margin-right: 200px;
  }
  .mr-lg-205 {
    margin-right: 205px;
  }
  .mr-lg-210 {
    margin-right: 210px;
  }
  .mr-lg-215 {
    margin-right: 215px;
  }
  .mr-lg-220 {
    margin-right: 220px;
  }
  .mr-lg-225 {
    margin-right: 225px;
  }
}
@media (min-width: 1199px) {
  /*-- margin Left And Right --*/
  .mx-xl-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mx-xl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mx-xl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mx-xl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mx-xl-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .mx-xl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .mx-xl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .mx-xl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mx-xl-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .mx-xl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .mx-xl-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .mx-xl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mx-xl-65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .mx-xl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .mx-xl-75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .mx-xl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mx-xl-85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .mx-xl-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .mx-xl-95 {
    margin-right: 95px;
    margin-left: 95px;
  }
  .mx-xl-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .mx-xl-105 {
    margin-right: 105px;
    margin-left: 105px;
  }
  .mx-xl-110 {
    margin-right: 110px;
    margin-left: 110px;
  }
  .mx-xl-115 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .mx-xl-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mx-xl-125 {
    margin-right: 125px;
    margin-left: 125px;
  }
  .mx-xl-130 {
    margin-right: 130px;
    margin-left: 130px;
  }
  .mx-xl-135 {
    margin-right: 135px;
    margin-left: 135px;
  }
  .mx-xl-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .mx-xl-145 {
    margin-right: 145px;
    margin-left: 145px;
  }
  .mx-xl-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mx-xl-155 {
    margin-right: 155px;
    margin-left: 155px;
  }
  .mx-xl-160 {
    margin-right: 160px;
    margin-left: 160px;
  }
  .mx-xl-165 {
    margin-right: 165px;
    margin-left: 165px;
  }
  .mx-xl-170 {
    margin-right: 170px;
    margin-left: 170px;
  }
  .mx-xl-175 {
    margin-right: 175px;
    margin-left: 175px;
  }
  .mx-xl-180 {
    margin-right: 180px;
    margin-left: 180px;
  }
  .mx-xl-185 {
    margin-right: 185px;
    margin-left: 185px;
  }
  .mx-xl-190 {
    margin-right: 190px;
    margin-left: 190px;
  }
  .mx-xl-195 {
    margin-right: 195px;
    margin-left: 195px;
  }
  .mx-xl-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .mx-xl-205 {
    margin-right: 205px;
    margin-left: 205px;
  }
  .mx-xl-210 {
    margin-right: 210px;
    margin-left: 210px;
  }
  .mx-xl-215 {
    margin-right: 215px;
    margin-left: 215px;
  }
  .mx-xl-220 {
    margin-right: 220px;
    margin-left: 220px;
  }
  .mx-xl-225 {
    margin-right: 225px;
    margin-left: 225px;
  }
  /*-- margin Top And Bottom --*/
  .my-xl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-xl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-xl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-xl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-xl-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-xl-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-xl-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-xl-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .my-xl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-xl-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .my-xl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-xl-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .my-xl-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .my-xl-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .my-xl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-xl-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .my-xl-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .my-xl-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .my-xl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-xl-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .my-xl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-xl-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .my-xl-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-xl-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .my-xl-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .my-xl-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .my-xl-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .my-xl-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .my-xl-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .my-xl-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .my-xl-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-xl-205 {
    margin-top: 205px;
    margin-bottom: 205px;
  }
  .my-xl-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }
  .my-xl-215 {
    margin-top: 215px;
    margin-bottom: 215px;
  }
  .my-xl-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .my-xl-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
  /*-- margin Top --*/
  .mt-xl-5 {
    margin-top: 5px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-25 {
    margin-top: 25px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-35 {
    margin-top: 35px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mt-xl-45 {
    margin-top: 45px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mt-xl-55 {
    margin-top: 55px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-65 {
    margin-top: 65px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .mt-xl-75 {
    margin-top: 75px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mt-xl-85 {
    margin-top: 85px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
  .mt-xl-95 {
    margin-top: 95px;
  }
  .mt-xl-100 {
    margin-top: 100px;
  }
  .mt-xl-105 {
    margin-top: 105px;
  }
  .mt-xl-110 {
    margin-top: 110px;
  }
  .mt-xl-115 {
    margin-top: 115px;
  }
  .mt-xl-120 {
    margin-top: 120px;
  }
  .mt-xl-125 {
    margin-top: 125px;
  }
  .mt-xl-130 {
    margin-top: 130px;
  }
  .mt-xl-135 {
    margin-top: 135px;
  }
  .mt-xl-140 {
    margin-top: 140px;
  }
  .mt-xl-145 {
    margin-top: 145px;
  }
  .mt-xl-150 {
    margin-top: 150px;
  }
  .mt-xl-155 {
    margin-top: 155px;
  }
  .mt-xl-160 {
    margin-top: 160px;
  }
  .mt-xl-165 {
    margin-top: 165px;
  }
  .mt-xl-170 {
    margin-top: 170px;
  }
  .mt-xl-175 {
    margin-top: 175px;
  }
  .mt-xl-180 {
    margin-top: 180px;
  }
  .mt-xl-185 {
    margin-top: 185px;
  }
  .mt-xl-190 {
    margin-top: 190px;
  }
  .mt-xl-195 {
    margin-top: 195px;
  }
  .mt-xl-200 {
    margin-top: 200px;
  }
  .mt-xl-205 {
    margin-top: 205px;
  }
  .mt-xl-210 {
    margin-top: 210px;
  }
  .mt-xl-215 {
    margin-top: 215px;
  }
  .mt-xl-220 {
    margin-top: 220px;
  }
  .mt-xl-225 {
    margin-top: 225px;
  }
  /*-- margin Bottom --*/
  .mb-xl-5 {
    margin-bottom: 5px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .mb-xl-25 {
    margin-bottom: 25px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .mb-xl-35 {
    margin-bottom: 35px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mb-xl-45 {
    margin-bottom: 45px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .mb-xl-55 {
    margin-bottom: 55px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .mb-xl-65 {
    margin-bottom: 65px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .mb-xl-75 {
    margin-bottom: 75px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mb-xl-85 {
    margin-bottom: 85px;
  }
  .mb-xl-90 {
    margin-bottom: 90px;
  }
  .mb-xl-95 {
    margin-bottom: 95px;
  }
  .mb-xl-100 {
    margin-bottom: 100px;
  }
  .mb-xl-105 {
    margin-bottom: 105px;
  }
  .mb-xl-110 {
    margin-bottom: 110px;
  }
  .mb-xl-115 {
    margin-bottom: 115px;
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
  .mb-xl-125 {
    margin-bottom: 125px;
  }
  .mb-xl-130 {
    margin-bottom: 130px;
  }
  .mb-xl-135 {
    margin-bottom: 135px;
  }
  .mb-xl-140 {
    margin-bottom: 140px;
  }
  .mb-xl-145 {
    margin-bottom: 145px;
  }
  .mb-xl-150 {
    margin-bottom: 150px;
  }
  .mb-xl-155 {
    margin-bottom: 155px;
  }
  .mb-xl-160 {
    margin-bottom: 160px;
  }
  .mb-xl-165 {
    margin-bottom: 165px;
  }
  .mb-xl-170 {
    margin-bottom: 170px;
  }
  .mb-xl-175 {
    margin-bottom: 175px;
  }
  .mb-xl-180 {
    margin-bottom: 180px;
  }
  .mb-xl-185 {
    margin-bottom: 185px;
  }
  .mb-xl-190 {
    margin-bottom: 190px;
  }
  .mb-xl-195 {
    margin-bottom: 195px;
  }
  .mb-xl-200 {
    margin-bottom: 200px;
  }
  .mb-xl-205 {
    margin-bottom: 205px;
  }
  .mb-xl-210 {
    margin-bottom: 210px;
  }
  .mb-xl-215 {
    margin-bottom: 215px;
  }
  .mb-xl-220 {
    margin-bottom: 220px;
  }
  .mb-xl-225 {
    margin-bottom: 225px;
  }
  /*-- margin Left --*/
  .ml-xl-5 {
    margin-left: 5px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .ml-xl-25 {
    margin-left: 25px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .ml-xl-35 {
    margin-left: 35px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .ml-xl-45 {
    margin-left: 45px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .ml-xl-55 {
    margin-left: 55px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .ml-xl-65 {
    margin-left: 65px;
  }
  .ml-xl-70 {
    margin-left: 70px;
  }
  .ml-xl-75 {
    margin-left: 75px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .ml-xl-85 {
    margin-left: 85px;
  }
  .ml-xl-90 {
    margin-left: 90px;
  }
  .ml-xl-95 {
    margin-left: 95px;
  }
  .ml-xl-100 {
    margin-left: 100px;
  }
  .ml-xl-105 {
    margin-left: 105px;
  }
  .ml-xl-110 {
    margin-left: 110px;
  }
  .ml-xl-115 {
    margin-left: 115px;
  }
  .ml-xl-120 {
    margin-left: 120px;
  }
  .ml-xl-125 {
    margin-left: 125px;
  }
  .ml-xl-130 {
    margin-left: 130px;
  }
  .ml-xl-135 {
    margin-left: 135px;
  }
  .ml-xl-140 {
    margin-left: 140px;
  }
  .ml-xl-145 {
    margin-left: 145px;
  }
  .ml-xl-150 {
    margin-left: 150px;
  }
  .ml-xl-155 {
    margin-left: 155px;
  }
  .ml-xl-160 {
    margin-left: 160px;
  }
  .ml-xl-165 {
    margin-left: 165px;
  }
  .ml-xl-170 {
    margin-left: 170px;
  }
  .ml-xl-175 {
    margin-left: 175px;
  }
  .ml-xl-180 {
    margin-left: 180px;
  }
  .ml-xl-185 {
    margin-left: 185px;
  }
  .ml-xl-190 {
    margin-left: 190px;
  }
  .ml-xl-195 {
    margin-left: 195px;
  }
  .ml-xl-200 {
    margin-left: 200px;
  }
  .ml-xl-205 {
    margin-left: 205px;
  }
  .ml-xl-210 {
    margin-left: 210px;
  }
  .ml-xl-215 {
    margin-left: 215px;
  }
  .ml-xl-220 {
    margin-left: 220px;
  }
  .ml-xl-225 {
    margin-left: 225px;
  }
  /*-- margin Right --*/
  .mr-xl-5 {
    margin-right: 5px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .mr-xl-25 {
    margin-right: 25px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mr-xl-35 {
    margin-right: 35px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mr-xl-45 {
    margin-right: 45px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .mr-xl-55 {
    margin-right: 55px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .mr-xl-65 {
    margin-right: 65px;
  }
  .mr-xl-70 {
    margin-right: 70px;
  }
  .mr-xl-75 {
    margin-right: 75px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .mr-xl-85 {
    margin-right: 85px;
  }
  .mr-xl-90 {
    margin-right: 90px;
  }
  .mr-xl-95 {
    margin-right: 95px;
  }
  .mr-xl-100 {
    margin-right: 100px;
  }
  .mr-xl-105 {
    margin-right: 105px;
  }
  .mr-xl-110 {
    margin-right: 110px;
  }
  .mr-xl-115 {
    margin-right: 115px;
  }
  .mr-xl-120 {
    margin-right: 120px;
  }
  .mr-xl-125 {
    margin-right: 125px;
  }
  .mr-xl-130 {
    margin-right: 130px;
  }
  .mr-xl-135 {
    margin-right: 135px;
  }
  .mr-xl-140 {
    margin-right: 140px;
  }
  .mr-xl-145 {
    margin-right: 145px;
  }
  .mr-xl-150 {
    margin-right: 150px;
  }
  .mr-xl-155 {
    margin-right: 155px;
  }
  .mr-xl-160 {
    margin-right: 160px;
  }
  .mr-xl-165 {
    margin-right: 165px;
  }
  .mr-xl-170 {
    margin-right: 170px;
  }
  .mr-xl-175 {
    margin-right: 175px;
  }
  .mr-xl-180 {
    margin-right: 180px;
  }
  .mr-xl-185 {
    margin-right: 185px;
  }
  .mr-xl-190 {
    margin-right: 190px;
  }
  .mr-xl-195 {
    margin-right: 195px;
  }
  .mr-xl-200 {
    margin-right: 200px;
  }
  .mr-xl-205 {
    margin-right: 205px;
  }
  .mr-xl-210 {
    margin-right: 210px;
  }
  .mr-xl-215 {
    margin-right: 215px;
  }
  .mr-xl-220 {
    margin-right: 220px;
  }
  .mr-xl-225 {
    margin-right: 225px;
  }
}