/*=================================
    CSS Index Here
==================================*/
/*

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

04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Subscribe
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Client
    4.00. Simple Sections
    4.00. Video
    4.00. Category
    4.00. Faq
    4.00. feature
    4.00. CTA
    4.00. Service
    4.00. Pricing
    4.00. Why choose Us
    4.00. Project
    4.00. Event
    4.00. Gallery
    4.00. Schedule

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #31A8E0;
  --theme-color2: #1270B7;
  --title-color: #293180;
  --body-color: #000d16;
  --smoke-color: #99D1EB;
  --smoke-color2: #DCEDF5;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F0F2F4;
  --black-color: #202420;
  --gray-color: #232323;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E1E1E1;
  --title-font: "Myriad Pro Bold", sans-serif;
  --body-font: "Roboto", sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

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

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: var(--title-color);
  border-radius: 0px;
}
body.bg-dark {
  background: #293180 !important;
}
body.bg-dark2 {
  background: #141416 !important;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

button {
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

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

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

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

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

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

.h1,
h1 {
  font-size: 78px;
  line-height: 1.2em;
}

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

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

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

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

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 54px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 38px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 29px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
.container2 {
  max-width: 1330px;
  margin: auto;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
  .container2 {
    max-width: 1330px;
  }
}
@media only screen and (min-width: 1300px) {
  .container2.px-0,
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  .container2 {
    max-width: 1330px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .container2 {
    max-width: 1140px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    max-width: 960px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .container2 {
    max-width: 720px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .container2 {
    max-width: 540px;
  }
}
@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;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.bg-max-container {
  max-width: 1860px;
  margin: 0 auto;
}

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

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

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

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-90 {
    --bs-gutter-x: 90px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  border: 2px solid var(--theme-color);
  padding: 14.5px 30px;
  background-color: transparent;
  line-height: initial;
}
select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px;
}
select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
  color: var(--body-color);
}
select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
  color: var(--body-color);
}
select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
  color: var(--body-color);
}
select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
  color: var(--body-color);
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: transparent;
  border: 2px solid var(--border-color);
  border-radius: 10px;
}
select.style-border:focus,
.single-select.style-border:focus,
.form-control.style-border:focus,
.form-select.style-border:focus,
textarea.style-border:focus,
input.style-border:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
select.style-border2::placeholder,
.single-select.style-border2::placeholder,
.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
textarea.style-border2::placeholder,
input.style-border2::placeholder {
  color: var(--white-color);
}
select.style-border2 option,
.single-select.style-border2 option,
.form-control.style-border2 option,
.form-select.style-border2 option,
textarea.style-border2 option,
input.style-border2 option {
  color: var(--title-color);
}
select.style-border2:focus,
.single-select.style-border2:focus,
.form-control.style-border2:focus,
.form-select.style-border2:focus,
textarea.style-border2:focus,
input.style-border2:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--border-color);
}
select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background: var(--smoke-color3);
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}

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

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group.has-icon .form-control {
  padding-left: 70px;
}
.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group.has-icon .input-icon:hover {
  color: var(--theme-color);
}
.form-group.radius-group input {
  border-radius: 100px;
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-3 .form-control {
  padding: 0 60px 0 30px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

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

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

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

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

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

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

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

.slick-track {
  min-width: 100%;
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 18px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  --pos-x: 362px;
  display: inline-block;
  padding: 0;
  background-color: var(--smoke-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 50%;
  right: var(--pos-x, 120px);
  width: var(--icon-size, 65px);
  height: var(--icon-size, 65px);
  line-height: var(--icon-size, 65px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 53px) / -1);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  z-index: 2;
  opacity: 1;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  margin-top: 20px;
}
.slick-arrow.style2 {
  --icon-size: 40px;
  border-radius: 10px;
  color: var(--theme-color);
  border: 1px solid #F3F5F4;
  background: var(--white-color);
  box-shadow: none;
}
.slick-arrow.style2:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.slick-arrow.style3 {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  box-shadow: none;
}
.slick-arrow.style3:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.slick-arrow:hover {
  opacity: 1;
  background: var(--theme-color);
  color: var(--white-color);
}

.arrow-margin .slick-arrow {
  --pos-x: -100px;
  margin: 0;
  transform: translate(0, -50%);
  border-radius: 5px;
}
.arrow-margin .slick-arrow.slick-prev {
  right: auto;
  left: var(--pos-x);
}

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

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .slick-arrow {
    --pos-x: 362px;
  }
}
@media (max-width: 1600px) {
  .slick-arrow {
    --pos-x: 212px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --pos-x: 132px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --pos-x: 120px;
  }
}
@media (max-width: 1200px) {
  .slick-arrow {
    --pos-x: 42px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding: 0 0 0 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  background-color: var(--smoke-color2);
  border-bottom: 1px solid var(--theme-color);
}
.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
  border: 0;
  border-left: 1px solid var(--theme-color);
  font-size: 22px;
  right: -16.5px;
  top: 25px;
  padding: 20px 30px 20px 30px;
  line-height: 1;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--theme-color);
  background-color: transparent;
  border-radius: 0;
}
.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  background-color: var(--smoke-color2);
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 20px;
  text-align: left;
}
.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 0px;
  transition: 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
  color: var(--theme-color);
}
.mobile-menu ul li.active-class > a {
  color: var(--theme-color);
}
.mobile-menu ul li.active-class > a:before {
  transform: rotate(90deg);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: var(--title-color);
  box-shadow: none;
  border-radius: 0;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 700;
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
  content: "\f107";
}
.mobile-menu > ul {
  padding: 0 30px;
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

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

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

.loader {
  color: #ffffff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  display: inline-block;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.global-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  border-radius: 10px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  line-height: 1;
  padding: 20px 30px;
  overflow: hidden;
  transition: 0.3s;
}
.global-btn img {
  margin-left: 10px;
}
.global-btn:after, .global-btn:before {
  content: "";
  width: 50%;
  height: 0;
  background: var(--title-color);
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.global-btn:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
}
.global-btn i {
  font-size: 14px;
}
.global-btn:focus, .global-btn:hover, .global-btn:active {
  color: var(--white-color);
}
.global-btn:focus:after, .global-btn:focus:before, .global-btn:hover:after, .global-btn:hover:before, .global-btn:active:after, .global-btn:active:before {
  height: 100%;
}
.global-btn:focus img, .global-btn:hover img, .global-btn:active img {
  filter: brightness(0) invert(1);
}
.global-btn.style2 {
  padding: 22px 30px;
}
.global-btn.style3 {
  background: var(--theme-color2);
  color: var(--title-color);
}
.global-btn.style3:after, .global-btn.style3:before {
  border-radius: 0;
}
.global-btn.style3:active, .global-btn.style3:focus, .global-btn.style3:hover {
  color: var(--white-color);
}
.global-btn.style4 {
  background: var(--smoke-color);
  color: var(--theme-color);
}
.global-btn.style4:after, .global-btn.style4:before {
  background: var(--theme-color);
}
.global-btn.style4:active, .global-btn.style4:focus, .global-btn.style4:hover {
  color: var(--white-color);
}
.global-btn.style5 {
  background: var(--white-color);
  color: var(--title-color);
}
.global-btn.style5:after, .global-btn.style5:before {
  background: var(--title-color);
}
.global-btn.style5:active, .global-btn.style5:focus, .global-btn.style5:hover {
  color: var(--white-color);
}
.global-btn.style-border {
  color: var(--title-color);
  border: 1px solid var(--theme-color);
  background: transparent;
}
.global-btn.style-border:before, .global-btn.style-border:after {
  background: var(--theme-color);
}
.global-btn.style-border:active, .global-btn.style-border:focus, .global-btn.style-border:hover {
  color: var(--white-color);
}
.global-btn.style-border2 {
  color: var(--title-color);
  border: 1px solid var(--title-color);
  background: transparent;
  padding: 21px 30px;
}
.global-btn.style-border2:before, .global-btn.style-border2:after {
  background: var(--title-color);
}
.global-btn.style-border2:active, .global-btn.style-border2:focus, .global-btn.style-border2:hover {
  color: var(--white-color);
}
.global-btn.style-border3 {
  color: var(--white-color);
  border: 1px solid var(--theme-color2);
  background: transparent;
  padding: 21px 30px;
}
.global-btn.style-border3:before, .global-btn.style-border3:after {
  background: var(--theme-color2);
}
.global-btn.style-border3:active, .global-btn.style-border3:focus, .global-btn.style-border3:hover {
  color: var(--title-color);
}
.global-btn.style-border4 {
  color: var(--title-color);
  border: 1px solid #F3F5F4;
  background: transparent;
  border-radius: 50px;
  padding: 21px 30px;
}
.global-btn.style-border4:before, .global-btn.style-border4:after {
  background: transparent;
}
.global-btn.style-border4:active, .global-btn.style-border4:focus, .global-btn.style-border4:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.global-btn.style-border5 {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  padding: 21px 30px;
}
.global-btn.style-border5:before, .global-btn.style-border5:after {
  background: var(--theme-color);
}
.global-btn.style-border5:active, .global-btn.style-border5:focus, .global-btn.style-border5:hover {
  color: var(--white-color);
}
.global-btn.style-r0 {
  border-radius: 0 !important;
}
.global-btn.style-r0:before {
  border-radius: 0;
}
.global-btn.style-radius {
  border-radius: 100px !important;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 6px;
  border: none;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.btn-border {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 30px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn > i.fa-play {
  padding-right: 0.18em;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover i {
  background-color: var(--theme-color);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style4 > i {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 30px;
  padding-right: 0;
  padding-left: 5px;
}
.play-btn.style4:before, .play-btn.style4:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.play-btn.style4:hover > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style5 > i {
  background-color: var(--theme-color);
  color: var(--theme-color2);
  font-size: 30px;
  padding-right: 0;
  padding-left: 5px;
}
.play-btn.style5:before, .play-btn.style5:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.play-btn.style5:hover > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.link-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.link-btn.style2 {
  color: var(--white-color);
}
.link-btn.style2:before {
  background: var(--white-color);
}
.link-btn.style3 {
  color: var(--title-color);
  letter-spacing: 1px;
}
.link-btn.style3:before {
  background: var(--title-color);
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--title-color);
}
.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }
  .scroll-btn img {
    width: 70px;
  }
  .scroll-btn.show {
    bottom: -50px;
  }
  .btn {
    padding: 24px 25px 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  margin-top: -0.04em;
  font-weight: 700;
  position: relative;
}
.sec-title.style2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  /* Small devices */
}
@media (max-width: 1399px) {
  .sec-title.style2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .sec-title.style2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.sec-title .title-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  animation: bg-anim 10s linear infinite;
}
.sec-title .title-bg-shape.shape-center {
  left: 50%;
  transform: translate(-50%, 0);
}

h3.sec-title {
  margin-top: -0.2em;
}

.sub-title {
  display: block;
  color: var(--theme-color);
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  position: relative;
  font-family: var(--body-font);
  margin-top: -0.28em;
  margin-bottom: 25px;
  max-width: fit-content;
  padding-bottom: 10px;
  overflow: hidden;
}
.sub-title .line {
  width: 100%;
  height: 5px;
  border-radius: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.3em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 18px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-top: 21px;
  line-height: 1.667;
  margin-bottom: 0;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 13px);
  position: relative;
  z-index: 2;
}
.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}
.title-area .sub-title {
  margin-top: -0.2em;
}
.title-area.text-center .sub-title:after {
  display: inline-block;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.page-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: -0.3em;
}

.page-subtitle {
  font-weight: 900;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
    line-height: 1.2;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .sec-text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title {
    font-size: 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

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

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

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

.z-index-3 {
  z-index: 3;
}

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

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
}
.social-btn a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.social-btn.style2 a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  color: var(--white-color);
  background: var(--title-color);
  border-radius: 5px;
}
.social-btn.style2 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.social-btn.style3 a {
  background: rgba(25, 97, 100, 0.2);
  border-radius: 45px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 16px;
}
.social-btn.style3 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style4 {
  gap: 20px;
}
.social-btn.style4 a {
  background: transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  font-size: 16px;
}
.social-btn.style4 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style5 {
  gap: 10px;
}
.social-btn.style5 a {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 16px;
}
.social-btn.style5 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.global-carousel.slider-shadow .slick-list {
  padding: 30px 0px 40px 0px !important;
  margin: -30px 0px -40px 0px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 25px;
}
.btn-group .btn {
  flex: none;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

.media-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: start;
  align-items: center;
  /* Extra small devices */
}
.media-wrap .icon i {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
  padding: 1px;
  background: var(--theme-color2);
  color: var(--theme-color);
  text-align: center;
  position: relative;
  z-index: 1;
}
.media-wrap .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
.media-wrap .link {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: -0.3em;
}
.media-wrap .link:hover a {
  color: var(--title-color) !important;
}
@media (max-width: 375px) {
  .media-wrap .link {
    font-size: 22px;
  }
}

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

/*******Magnific Image*******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shadow-shape-right {
  position: absolute;
  right: 0;
  width: 731px;
  height: 1541px;
  overflow: hidden;
  z-index: -1;
  /* Medium devices */
}
.shadow-shape-right:after {
  content: "";
  position: absolute;
  filter: blur(300px);
  width: 311px;
  height: 311px;
  border-radius: 50%;
  background: var(--theme-color2);
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media (max-width: 991px) {
  .shadow-shape-right {
    display: none;
  }
}

.shadow-shape-left {
  position: absolute;
  left: 0;
  width: 731px;
  height: 1541px;
  overflow: hidden;
  z-index: -1;
  /* Medium devices */
}
.shadow-shape-left:after {
  content: "";
  position: absolute;
  filter: blur(300px);
  width: 311px;
  height: 311px;
  border-radius: 50%;
  background: var(--theme-color2);
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .shadow-shape-left {
    display: none;
  }
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

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

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

.fw-extralight {
  font-weight: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-overlay=overlay1]:before {
  background-color: #131B23;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.spin2 {
  animation: spin2 15s linear infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.slider-animated {
  --animation-name: scalein;
}

.slidetopleft.slider-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.slider-animated {
  --animation-name: slidebottomright;
}

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

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

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

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

.rollinleft.slider-animated {
  --animation-name: rollinleft;
}

.rollinright.slider-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.wp-block-page-list ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.wp-block-page-list .menu,
.wp-block-page-list > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: -3px 0 0px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.wp-block-page-list a,
.widget_categories a {
  display: block;
  background: var(--white-color);
  border-radius: 20px;
  margin: 0 0px 20px 0px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1;
  color: var(--title-color);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a,
  .widget_archive a,
  .wp-block-page-list a,
  .widget_categories a {
    font-size: 16px;
  }
}
.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.wp-block-page-list a i,
.widget_categories a i {
  margin-right: 12px;
  transition: 0.4s all;
}
.widget_nav_menu a span,
.widget_meta a span,
.widget_pages a span,
.widget_archive a span,
.wp-block-page-list a span,
.widget_categories a span {
  margin-left: auto;
}
.widget_nav_menu a.active, .widget_nav_menu a:hover,
.widget_meta a.active,
.widget_meta a:hover,
.widget_pages a.active,
.widget_pages a:hover,
.widget_archive a.active,
.widget_archive a:hover,
.wp-block-page-list a.active,
.wp-block-page-list a:hover,
.widget_categories a.active,
.widget_categories a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.widget_nav_menu a.active i, .widget_nav_menu a:hover i,
.widget_meta a.active i,
.widget_meta a:hover i,
.widget_pages a.active i,
.widget_pages a:hover i,
.widget_archive a.active i,
.widget_archive a:hover i,
.wp-block-page-list a.active i,
.wp-block-page-list a:hover i,
.widget_categories a.active i,
.widget_categories a:hover i {
  color: var(--theme-color);
  opacity: 1;
}
.widget_nav_menu a.active ~ span, .widget_nav_menu a:hover ~ span,
.widget_meta a.active ~ span,
.widget_meta a:hover ~ span,
.widget_pages a.active ~ span,
.widget_pages a:hover ~ span,
.widget_archive a.active ~ span,
.widget_archive a:hover ~ span,
.wp-block-page-list a.active ~ span,
.wp-block-page-list a:hover ~ span,
.widget_categories a.active ~ span,
.widget_categories a:hover ~ span {
  color: var(--theme-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.wp-block-page-list li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.wp-block-page-list li > span,
.widget_categories li > span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  background: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: initial;
  text-align: center;
  color: var(--body-color);
  transition: all ease 0.4s;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.wp-block-page-list li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: 0;
}
.widget_nav_menu .wp-block-navigation__submenu-container,
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .wp-block-navigation__submenu-container,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .wp-block-navigation__submenu-container,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .wp-block-navigation__submenu-container,
.widget_archive .sub-menu,
.widget_archive .children,
.wp-block-page-list .wp-block-navigation__submenu-container,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.widget_categories .wp-block-navigation__submenu-container,
.widget_categories .sub-menu,
.widget_categories .children {
  margin-left: 10px;
}
.widget_nav_menu .wp-block-navigation__submenu-container li a,
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .wp-block-navigation__submenu-container li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .wp-block-navigation__submenu-container li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .wp-block-navigation__submenu-container li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.wp-block-page-list .wp-block-navigation__submenu-container li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .children li a,
.widget_categories .wp-block-navigation__submenu-container li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a {
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0px 19px 0px;
  padding: 0px 0px 20px;
}

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

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

.wp-block-page-list {
  padding: 0;
  margin: -3px 0 0px 0;
}

.product_list_widget .star-rating {
  width: auto;
  font-size: 12px;
}
.product_list_widget li a {
  color: var(--title-color);
}
.product_list_widget li a:hover {
  color: var(--theme-color);
}
.product_list_widget li:last-child {
  padding-bottom: 0 !important;
}

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

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

.widget {
  margin-bottom: 40px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color);
  border-radius: 20px;
}
.widget[data-overlay]:before {
  z-index: -1;
}

.widget_title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--body-font);
  line-height: 1em;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}
.widget_title:after, .widget_title:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgba(36, 63, 55, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_title:after {
  background-color: var(--theme-color);
  width: 135px;
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  background: var(--white-color);
  border: 0;
  flex: 1;
  color: var(--body-color);
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 400;
  height: 64px;
  border-radius: 20px;
  padding: 0 80px 0 20px;
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  font-size: 18px;
  background-color: transparent;
  color: var(--title-color);
}

.wp-block-tag-cloud,
.tagcloud {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 13px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  font-size: 18px !important;
  font-weight: 400;
  font-family: var(--title-font);
  padding: 10px 15px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 10px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--white-color) !important;
  background-color: var(--theme-color);
}

.side-instagram {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  max-width: 220px;
}
.side-instagram li {
  width: 50%;
  flex: 0 0 50%;
  padding: 5px;
  list-style: none;
  border-radius: 20px;
}
.side-instagram li img {
  border-radius: 20px;
}

.widget_gallery .insta-feed {
  margin-bottom: -10px;
  margin-left: -4px;
  margin-right: -4px;
}
.widget_gallery a {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  flex: none;
  margin: 0 4px 10px;
}
.widget_gallery a img {
  border-radius: 10px;
}
.widget_gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: 0.4s;
  opacity: 0;
}
.widget_gallery a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
  color: var(--white-color);
  font-size: 20px;
}
.widget_gallery a:hover i {
  opacity: 1;
}
.widget_gallery a:hover:after {
  opacity: 0.7;
}

.base {
  border-radius: 6px;
  position: absolute;
  left: 1302px;
  top: 2098px;
  width: 80px;
  height: 78px;
  z-index: 209;
}

.recent-post {
  margin-bottom: 20px;
  transition: 0.4s;
}
.recent-post:last-child {
  margin-bottom: 0px;
  border: 0;
}
.recent-post .media-img {
  flex: none;
  overflow: hidden;
  border-radius: 0px 5px 5px 0;
}
.recent-post .media-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0px 5px 5px 0;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  margin-bottom: -0.4rem;
}
.recent-post .recent-post-meta {
  margin-bottom: 10px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--body-color);
  margin-bottom: 0px;
  display: block;
}
.recent-post .recent-post-meta a img {
  margin-right: 6px;
  color: var(--theme-color);
  transition: 0.4s;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
}

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

.widget_service-list {
  padding: 40px 30px 30px;
}
.widget_service-list ul {
  padding: 0;
  margin: 0;
}
.widget_service-list ul li {
  list-style: none;
  background: var(--white-color);
  border: 0;
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.widget_service-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.widget_service-list ul li a {
  color: var(--title-color);
  line-height: 1.2;
  display: flex;
  gap: 10px;
}
.widget_service-list ul li a:hover {
  color: var(--theme-color);
}
.widget_service-list ul li i {
  color: var(--theme-color);
}

.widget_contact .widget-contact-wrap {
  background: var(--white-color);
  border-radius: 5px;
  padding: 35px 30px;
}
.widget_contact .widget-contact-wrap .widget_subtitle {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-top: -0.3em;
}
.widget_contact .widget-contact-wrap .widget_title {
  margin-bottom: 16px;
}
.widget_contact .widget-contact-wrap .widget_title:after {
  display: none;
}
.widget_contact .widget-contact-wrap .widget-contact-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 0;
}
.widget_contact .widget-contact-wrap .icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: var(--theme-color);
  display: inline-block;
  color: var(--white-color);
  margin-top: 16px;
  margin-bottom: 16px;
}
.widget_contact .widget-contact-wrap h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -0.3em;
  margin-top: 3px;
}
.widget_contact .widget-contact-wrap h5 a {
  color: var(--title-color);
}

.widget_project-info {
  background: var(--white-color);
  padding: 40px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  /* Medium devices */
}
.widget_project-info .widget_title {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.widget_project-info .widget_title:after, .widget_project-info .widget_title:before {
  display: none;
}
.widget_project-info .widget-text {
  margin-bottom: 30px;
}
.widget_project-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_project-info ul li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}
.widget_project-info ul li:not(:last-child) {
  border-bottom: 1px solid #F3F5F4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widget_project-info ul li strong {
  font-size: 22px;
  font-weight: 500;
  color: var(--title-color);
  width: 150px;
  display: inline-block;
}
.widget_project-info ul li span {
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  min-width: 90px;
  display: inline-block;
}
.widget_project-info ul .star-ratting {
  color: var(--yellow-color);
  font-size: 14px;
  margin-bottom: -0.3em;
}
@media (max-width: 991px) {
  .widget_project-info {
    margin-top: 0;
  }
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #eee;
  color: var(--title-color);
  font-weight: 500;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}
.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}
.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}
.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}
.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

/***wp-calender***/
.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}
.wp-block-calendar table caption {
  color: var(--white-color);
}

/********widget_recent_comments********/
.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  padding-left: 0;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}
.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}
.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}
.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

/******widget_recent_entries******/
.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}
.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/*******widget_rss*******/
ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}
.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}
.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}
.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}
.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments__comment:last-child .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: -0.3em;
}

ul.wp-block-latest-posts li:first-child {
  margin-top: 0;
}
ul.wp-block-latest-posts li:last-child {
  margin-bottom: -0.3em;
}

/*Price Filter --------------*/
.price_slider_wrapper {
  margin-top: 0;
}
.price_slider_wrapper .price_label {
  margin-bottom: -0.6em;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--light-color);
}
.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--light-color);
}
.price_slider_wrapper .ui-slider {
  height: 1px;
  position: relative;
  width: 100%;
  background-color: #e0e0e0;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}
.price_slider_wrapper .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -7px;
  z-index: 2;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  transform: translateX(-1px);
}
.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:last-child {
  transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
  background: transparent;
  color: var(--title-color);
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 16px;
  transition: 0.4s ease-in;
  margin-left: auto;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  color: var(--theme-color);
}
.price_slider_wrapper button:hover:after, .price_slider_wrapper button:hover:before,
.price_slider_wrapper .button:hover:after,
.price_slider_wrapper .button:hover:before {
  display: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 40px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget_info {
    padding: 0;
  }
  .author-widget-wrap {
    padding: 0;
  }
  .widget_info .widget_title {
    padding: 24px 30px 19px 28px;
  }
  .info-list {
    padding: 0 30px 30px;
  }
  .widget {
    padding: 30px;
  }
  .widget_banner {
    padding: 0;
  }
  .widget_estimate .estimate-wrap span {
    margin-bottom: 16px;
  }
  .widget_estimate .content p {
    margin-bottom: 25px;
  }
  .widget_estimate .content h5 {
    margin-bottom: 23px;
  }
  .widget_estimate .content .checklist {
    margin-bottom: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .widget_schedule ul li {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .media-img {
    width: 67px;
  }
  .recent-post .media-img {
    margin-right: 15px;
  }
  .widget_schedule ul li {
    font-size: 12px;
    padding: 0 15px;
  }
}
.sidebar-shop .widget_title {
  color: var(--body-color);
  margin-bottom: 30px;
  font-size: 22px;
}
.sidebar-shop .widget_title:after {
  display: none;
}
.sidebar-shop .widget_search .widget_title {
  margin-bottom: 20px;
}
.sidebar-shop .widget {
  padding: 30px 20px 20px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: transparent;
}
.sidebar-shop .widget .search-form {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.sidebar-shop .widget button {
  border-radius: 5px;
  right: 3px;
  top: 3px;
  height: 54px;
  width: 54px;
  line-height: 54px;
}
.sidebar-shop .widget_categories li:not(:last-child) a {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 17px;
  margin-bottom: 18px;
}
.sidebar-shop .widget_categories li a {
  padding: 0;
  border: 0;
}
.sidebar-shop .product_ratting_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -0.3em;
}
.sidebar-shop .product_ratting_widget ul li {
  color: var(--title-color);
  font-size: 18px;
}
.sidebar-shop .product_ratting_widget ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar-shop .product_ratting_widget ul li .star-rating {
  color: var(--yellow-color);
}
.sidebar-shop .product_ratting_widget ul li .star-rating .unavailable {
  color: var(--light-color);
  opacity: 0.3;
}

.widget_service-categories {
  padding: 30px;
}
.widget_service-categories ul {
  margin-top: 0;
}
.widget_service-categories a {
  font-size: 22px;
  font-weight: 500;
  border-radius: 10px;
  padding: 24px 20px;
}

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

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.4s ease-in-out;
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 27px;
}
.main-menu > ul > li > a {
  padding: 36px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--title-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 700;
  top: 0;
  font-size: 12px;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--title-color);
  font-weight: 500;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/****header-top*****/
.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--title-color);
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 11px;
}
.main-menu > ul > li > a {
  padding: 31.5px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-weight: 600;
  top: 0;
  font-size: 16px;
  display: inline-block;
  transition: 0.4s;
  transform: rotate(0deg);
  color: var(--theme-color);
}
.main-menu ul li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  float: right;
  top: 1px;
  font-size: 18px;
  transform: none;
  transition: 0.4s;
}
.main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
  opacity: 0;
  margin-right: 5px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  opacity: 0;
  transition: 0.4s;
}
.main-menu ul.sub-menu li a:hover {
  padding-left: 15px;
}
.main-menu ul.sub-menu li a:hover:before {
  opacity: 1;
  left: 0;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative;
}
.simple-icon .badge {
  padding: 0.35em 0.57em;
  font-size: 10px;
  font-weight: 500;
  top: -6px;
  right: 0;
  left: auto;
}
.simple-icon:has(.badge) {
  padding-right: 12px;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px 25px;
}
.header-button .th-btn {
  margin-left: 10px;
}

.social-links {
  display: inline-flex;
  gap: 40px;
  align-items: center;
  line-height: normal;
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 30px 0 0;
}
.header-links li > i {
  margin-right: 10px;
  color: var(--smoke-color);
}
.header-links li,
.header-links span,
.header-links p {
  color: var(--white-color);
}
.header-links a {
  color: var(--smoke-color);
  font-family: var(--title-font);
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

/* Header 4 ---------------------------------- */
.header-layout .header-top {
  background: var(--title-color);
  padding: 12px 0;
}
.header-layout .social-links {
  gap: 10px;
}
.header-layout .social-links a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid var(--body-color);
  text-align: center;
  font-size: 16px;
  color: var(--body-color);
  transition: 0.4s ease-in-out;
}
.header-layout .social-links a:hover {
  color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
}
.header-layout .sticky-wrapper {
  background: var(--smoke-color2);
}
.header-layout .main-menu > ul > li > a {
  color: var(--body-color);
}
.header-layout .main-menu > ul > li > a:after {
  color: var(--body-color);
}
.header-layout .main-menu > ul > li > a:hover {
  color: var(--theme-color2);
}
.header-layout .main-menu > ul > li > a:hover:after {
  color: var(--theme-color2);
}
.header-layout .simple-icon {
  color: var(--white-color);
}
.header-layout .simple-icon:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  height: 46px;
  padding-right: 25px;
  margin-right: 0px;
}
.header-layout .simple-icon img {
  filter: brightness(9);
}
.header-layout .simple-icon:hover {
  color: var(--theme-color2);
}
.header-layout .icon-btn {
  background: transparent;
  border: 1px solid var(--theme-color2);
  line-height: 43px;
}
.header-layout .icon-btn:hover {
  background: var(--theme-color);
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.header-layout .icon-btn:hover i {
  color: var(--white-color);
}
.header-layout .icon-btn i {
  color: var(--theme-color2);
}

/*------------------- 4.3. Footer  -------------------*/
/*Footer 1***************/
.footer-wrapper {
  background-color: var(--title-color);
}

.widget-area {
  padding: 90px 0 30px;
}

.copyright-wrap {
  padding: 28px 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright-text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--body-font);
  /* Extra small devices */
}
@media (max-width: 375px) {
  .copyright-text {
    font-size: 14px;
  }
}
.copyright-text a {
  color: rgba(255, 255, 255, 0.7);
}
.copyright-text a:hover {
  color: var(--theme-color2);
}

.footer-links {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  /* Extra small devices */
}
.footer-links a {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  color: rgba(255, 255, 255, 0.7);
  /* Extra small devices */
}
@media (max-width: 375px) {
  .footer-links a {
    font-size: 14px;
  }
}
.footer-links a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding-right: 20px;
  margin-right: 20px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .footer-links a:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.footer-links a:hover {
  color: var(--theme-color2);
}
/*Footer 4***************/
.footer-layout {
  --body-color: #ffffff;
}
.footer-layout .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
.footer-widget .widget_title {
  color: var(--white-color);
  border-bottom: none;
  margin: -0.04em 0 40px 0;
  position: relative;
  max-width: fit-content;
  text-transform: uppercase;
  /* Medium devices */
}
.footer-widget .widget_title:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .footer-widget .widget_title {
    text-align: center;
    display: flex;
    margin: -0.04em auto 25px auto;
    padding-bottom: 10px;
  }
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_recent_entries .menu,
.footer-widget.widget_recent_entries > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_recent_entries a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 0;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_recent_entries a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--smoke-color);
}
.footer-widget.widget_meta li, .footer-widget.widget_pages li, .footer-widget.widget_archive li, .footer-widget.widget_recent_entries li, .footer-widget.widget_categories li, .footer-widget.widget_nav_menu li {
  border: 0 !important;
  padding-bottom: 0 !important;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_recent_entries li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.widget-about {
  /* Medium devices */
}
.widget-about .footer-logo {
  margin-bottom: 37px;
}
.widget-about .about-text {
  max-width: 350px;
  margin-top: -0.65em;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .widget-about {
    text-align: center;
  }
}

.widget-contact {
  margin-top: -0.5em;
}
.widget-contact p {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}
.widget-contact p:not(:last-child) {
  margin-bottom: 15px;
}
.widget-contact p a {
  color: var(--body-color);
}
.widget-contact p a:hover {
  color: var(--theme-color);
}

.widget-contact-grid {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.widget-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}
.widget-contact-grid .icon {
  margin-top: -3px;
}
.widget-contact-grid i {
  color: var(--smoke-color);
}
.widget-contact-grid p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--white-color);
  margin-bottom: 0;
  margin-top: -0.3em;
}
.widget-contact-grid p a {
  color: var(--white-color);
}
.widget-contact-grid p a:hover {
  color: var(--theme-color);
}

.footer-text {
  margin-top: -0.45em;
  margin-bottom: 16px;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_recent_entries a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 37px 0 -0.4em;
}
.breadcumb-menu li {
  display: inline-block;
  padding-right: 11px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f105";
  position: relative;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--icon-font);
  color: var(--smoke-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--body-font);
  color: var(--white-color);
}
.breadcumb-menu a:hover {
  color: var(--smoke-color);
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.15em 0 -0.2em 0;
  line-height: 1.1;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.breadcumb-content {
  padding: 80px 0;
}

.breadcumb-wrapper {
  background: var(--smoke-color);
  overflow: hidden;
  position: relative;
  z-index: auto;
  background-position: center;
  background-size: cover;
}
.breadcumb-wrapper .breadcumb-thumb {
  text-align: right;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-content {
    padding: 50px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-content {
    padding: 50px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 35px;
  }
  .breadcumb-menu {
    margin: 22px 0 -0.45em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 15px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.pagination {
  margin-bottom: 30px;
  margin-top: 80px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 6px;
  list-style-type: none;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination span,
.pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: var(--title-color);
  background-color: transparent;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  font-size: 22px;
  font-family: var(--title-font);
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #f3f5f4;
}
.pagination span i,
.pagination a i {
  font-size: 22px;
}
.pagination span.active, .pagination span:hover,
.pagination a.active,
.pagination a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

/* Medium devices */
@media (max-width: 991px) {
  .pagination {
    margin-top: 60px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination span,
  .pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .pagination span i,
  .pagination a i {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .pagination li {
    margin: 0 2px;
  }
  .pagination span,
  .pagination a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
  }
}
.post-footer {
  clear: both;
  margin-top: 30px;
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Hero 4 ---------------------------------- */
.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 100px 0 80px;
  /* Large devices */
}
.hero .hero-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  pointer-events: none;
  /* Large devices */
}
.hero .hero-thumb iframe {
  position: absolute;
  right: 0;
  top: 0;
  left: -10%;
  width: 150%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .hero .hero-thumb iframe {
    left: 0%;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding: 20px 0;
  }
}

.hero-style {
  /* Large devices */
}
.hero-style .hero-text {
  color: #f3f5f4;
  max-width: 530px;
  line-height: 1.888;
}
.hero-style .hero-title {
  font-size: 75px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-style .hero-title {
    font-size: 40px;
    line-height: 45px;
  }
}
.hero-style .hero-tag {
  display: inline-block;
  position: relative;
  margin: -55px 50px -28px auto;
}
.hero-style .hero-tag .hero-tag_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  color: var(--theme-color2);
  z-index: 1;
  font-size: 22px;
}
.hero-style .btn-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .hero-style {
    text-align: center;
  }
  .hero-style .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style .btn-wrap {
    display: block;
  }
  .hero-style .btn-wrap .hero-tag {
    display: block;
    margin: 10px 0;
  }
}

.about-experience-tag {
  background: transparent;
  display: inline-block;
  height: 198px;
  width: 198px;
  border-radius: 50%;
  z-index: 1;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  line-height: 12px;
  text-align: center;
  animation: spin 10s infinite alternate-reverse;
}
.about-experience-tag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent;
  border: 1px solid var(--white-color);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.about-experience-tag span {
  --rotate-letter: 15deg;
  height: 65px;
  position: absolute;
  width: 21px;
  left: 42%;
  top: 17px;
  transform-origin: bottom center;
  transform: rotate(var(--rotate-letter));
}
.about-experience-tag span.char2 {
  transform: rotate(calc(var(--rotate-letter) * 2));
}
.about-experience-tag span.char3 {
  transform: rotate(calc(var(--rotate-letter) * 3));
}
.about-experience-tag span.char4 {
  transform: rotate(calc(var(--rotate-letter) * 4));
}
.about-experience-tag span.char5 {
  transform: rotate(calc(var(--rotate-letter) * 5));
}
.about-experience-tag span.char6 {
  transform: rotate(calc(var(--rotate-letter) * 6));
}
.about-experience-tag span.char7 {
  transform: rotate(calc(var(--rotate-letter) * 7));
}
.about-experience-tag span.char8 {
  transform: rotate(calc(var(--rotate-letter) * 8));
}
.about-experience-tag span.char9 {
  transform: rotate(calc(var(--rotate-letter) * 9));
}
.about-experience-tag span.char10 {
  transform: rotate(calc(var(--rotate-letter) * 10));
}
.about-experience-tag span.char11 {
  transform: rotate(calc(var(--rotate-letter) * 11));
}
.about-experience-tag span.char12 {
  transform: rotate(calc(var(--rotate-letter) * 12));
}
.about-experience-tag span.char13 {
  transform: rotate(calc(var(--rotate-letter) * 13));
}
.about-experience-tag span.char14 {
  transform: rotate(calc(var(--rotate-letter) * 14));
}
.about-experience-tag span.char15 {
  transform: rotate(calc(var(--rotate-letter) * 15));
}
.about-experience-tag span.char16 {
  transform: rotate(calc(var(--rotate-letter) * 16));
}
.about-experience-tag span.char17 {
  transform: rotate(calc(var(--rotate-letter) * 17));
}
.about-experience-tag span.char18 {
  transform: rotate(calc(var(--rotate-letter) * 18));
}
.about-experience-tag span.char19 {
  transform: rotate(calc(var(--rotate-letter) * 19));
}
.about-experience-tag span.char20 {
  transform: rotate(calc(var(--rotate-letter) * 20));
}
.about-experience-tag span.char21 {
  transform: rotate(calc(var(--rotate-letter) * 21));
}
.about-experience-tag span.char22 {
  transform: rotate(calc(var(--rotate-letter) * 22));
}
.about-experience-tag span.char23 {
  transform: rotate(calc(var(--rotate-letter) * 23));
}
.about-experience-tag span.char24 {
  transform: rotate(calc(var(--rotate-letter) * 24));
}
.about-experience-tag span.char25 {
  transform: rotate(calc(var(--rotate-letter) * 25));
}
.about-experience-tag span.char26 {
  transform: rotate(calc(var(--rotate-letter) * 26));
}
.about-experience-tag span.char27 {
  transform: rotate(calc(var(--rotate-letter) * 27));
}
.about-experience-tag span.char28 {
  transform: rotate(calc(var(--rotate-letter) * 28));
}
.about-experience-tag span.char29 {
  transform: rotate(calc(var(--rotate-letter) * 29));
}
.about-experience-tag span.char30 {
  transform: rotate(calc(var(--rotate-letter) * 30));
}
.about-experience-tag span.char31 {
  transform: rotate(calc(var(--rotate-letter) * 31));
}
.about-experience-tag span.char32 {
  transform: rotate(calc(var(--rotate-letter) * 32));
}

/*------------------- 4.9. Error  -------------------*/
.error-area .error-thumb {
  margin-bottom: 55px;
}
.error-area .error-content {
  margin-bottom: 45px;
}

.not-found-text-wrapper .text-404 h4 {
  font-size: 48px;
  margin-top: -0.35em;
}
.not-found-text-wrapper .error-dec {
  margin-bottom: 45px;
}

/*------------------- 4.00. 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(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.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;
}

/* Small devices */
@media (max-width: 767px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 320px;
    padding: 80px 20px;
  }
}
/*------------------- 4.00. Contact  -------------------*/
/****contact page*****/
.contact-info {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.contact-info_icon {
  line-height: 30px;
  font-size: 20px;
  color: var(--theme-color2);
  text-align: center;
  border-radius: 50%;
  flex: none;
}
.contact-info .contact-info_title {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  display: block;
  margin-top: -0.3em;
  margin-bottom: 10px;
}
.contact-info .contact-info_text {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--theme-color2);
  margin-bottom: -0.3em;
}
.contact-info .contact-info_text a {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--theme-color2);
}
.contact-info .contact-info_text a:hover {
  color: var(--theme-color);
}
.contact-info .contact-info_text:last-child {
  margin-bottom: -0.4em;
}

.contact-form {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 60px;
  border: 2px solid var(--border-color);
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .contact-form {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .contact-form {
    padding: 30px 10px;
  }
}
.contact-form input::placeholder {
  color: #b1b1b1;
}
.contact-form textarea::placeholder {
  color: #b1b1b1;
}

/****LGPD*****/
.lgpd-nav {
  /* Medium devices */
}
.lgpd-nav a {
  color: var(--title-color);
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.lgpd-nav a:hover {
  color: var(--title-color);
}
.lgpd-nav .list-group-item-action {
  transition: 0.3s ease-in-out;
}
.lgpd-nav .list-group-item-action:hover {
  background: var(--theme-color);
}
.lgpd-nav .active {
  background: var(--theme-color);
  border-color: var(--theme-color2);
}
.lgpd-nav .active a {
  color: var(--title-color);
}
@media (max-width: 991px) {
  .lgpd-nav {
    margin-bottom: 30px;
  }
}

/*------------------- 4.00. About  -------------------*/
/* About Area 3 ---------------------------------- */
.about-area {
  background-color: var(--smoke-color2);
  padding: 120px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-area {
    padding: 80px 0;
  }
}

.about-thumb3 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-thumb3 {
    padding-left: 26px;
  }
}
.about-thumb3 .img1 {
  border-radius: 10px;
  overflow: hidden;
}
.about-thumb3 .about-counter-wrap {
  background: var(--white-color);
  border-radius: 10px;
  border-top: 4px solid var(--theme-color);
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding: 20px 20px 20px 30px;
  position: absolute;
  right: 40px;
  top: 40px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-thumb3 .about-counter-wrap {
    bottom: 50px;
    top: auto;
  }
}
@media (max-width: 375px) {
  .about-thumb3 .about-counter-wrap {
    right: 30px;
    padding: 20px;
  }
}
.about-thumb3 .about-counter-wrap .about-counter {
  margin-bottom: 0;
  font-size: 30px;
}
.about-thumb3 .about-counter-wrap .sec-desc {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  color: var(--title-color);
  max-width: 120px;
  line-height: 1.272;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .about-thumb3 .about-counter-wrap .sec-desc {
    font-size: 16px;
    max-width: 83px;
  }
}
.about-thumb3 .social-links {
  flex-wrap: wrap;
  background: var(--theme-color);
  display: inline-block;
  padding: 35px 18px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 40%;
  /* Extra small devices */
}
.about-thumb3 .social-links a {
  display: block;
  font-size: 24px;
  color: var(--white-color);
}
.about-thumb3 .social-links a:not(:last-child) {
  margin-bottom: 30px;
}
.about-thumb3 .social-links a:hover {
  color: var(--theme-color2);
}
@media (max-width: 575px) {
  .about-thumb3 .social-links {
    top: 30%;
  }
  .about-thumb3 .social-links a {
    font-size: 16px;
  }
}

.about-grid-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 34px 30px;
  border-radius: 10px;
  background: var(--smoke-color2);
  box-shadow: 41px 41px 82px #bdccd3, -41px -41px 82px #fbffff;
}
.about-grid-wrap .about-grid-icon {
  flex: none;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #ffffff;
}
.about-grid-wrap .about-grid-icon img {
  transition: 0.4s;
}
.about-grid-wrap .about-grid-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  color: var(--title-color);
}
.about-grid-wrap:hover .about-grid-icon img {
  transform: rotateY(180deg);
}

.achive-about {
  position: relative;
  z-index: 3;
}
.achive-about:not(:last-child) {
  margin-bottom: 15px;
}
.achive-about_content {
  display: flex;
  gap: 20px;
}
.achive-about_icon i {
  color: var(--theme-color);
  font-size: 25px;
}
.achive-about .box-title {
  font-size: 22px;
  line-height: 28px;
  margin-top: -0.2rem;
  margin-bottom: 10px;
}
.achive-about_text {
  font-size: 18px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inner-about .img-about-inner img {
  width: 100%;
}

/*------------------- 4.00. Client  -------------------*/
/* Client 2 ---------------------------------- */
.client-area-2 {
  padding-top: 70px;
  max-width: 915px;
  display: block;
  margin-left: auto;
  margin-top: -20px;
  /* Large devices */
}
@media (max-width: 1399px) {
  .client-area-2 {
    max-width: 860px;
    margin-top: -70px;
  }
}
@media (max-width: 1199px) {
  .client-area-2 {
    max-width: 100%;
    margin: 0;
  }
}
.client-area-2 .client-logo {
  text-align: center;
}

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

/* Client Inner Page ---------------------------------- */
.client-area-1 {
  margin: 0 90px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .client-area-1 {
    margin: 0 20px;
  }
}

.client-card {
  position: relative;
  background: var(--white-color);
  border-radius: 20px;
  transition: 0.4s;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  position: relative;
}
.client-card .client-card_img img {
  max-width: 100%;
  transition: 0.4s;
}
.client-card_content {
  padding: 0 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .client-card_content {
    padding: 0 20px;
  }
}
.client-card_title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: var(--title-color);
  margin: 10px 0;
  display: inline-flex;
}
.client-card_title:hover {
  color: var(--theme-color);
}
.client-card:hover .client-card_img img {
  transform: scale(1.05);
}

/* Extra small devices */
@media (max-width: 575px) {
  .client-card .client-card_text {
    margin-top: -0.5em;
  }
}
/*------------------- 4.00. CTA -------------------*/
/* CTA Area 2 ---------------------------------- */
.cta-area {
  margin: 20px 0;
  background: var(--theme-color2);
  padding: 20px 0;
  /* Large devices */
}
.cta-area .cta-bg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1199px) {
  .cta-area {
    padding: 50px 0;
  }
}

.cta-wrap {
  max-width: 568px;
  display: block;
  margin: 0 auto;
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .cta-wrap {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cta-wrap {
    padding: 40px 20px 80px 20px;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cta-wrap {
    padding: 40px 0;
  }
}

/*------------------- 4.00. Service -------------------*/
.service-area-2 {
  margin: 0 70px;
  /* Extra large devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .service-area-2 {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .service-area-2 {
    margin: 0;
  }
}

/* Service Card 3---------------------------------- */
.service-card-3 {
  position: relative;
  border-radius: 20px;
  background: var(--smoke-color2);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card-3 .service-card-icon {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 15px 0;
  background: #ffffff;
}
.service-card-3 .service-card-icon img {
  transition: 0.4s;
  max-width: 100%;
}
.service-card-3 .service-card_content {
  padding: 0 20px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.service-card-3 .service-card_content a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--title-color);
  transition: 0.4s;
}
.service-card-3 .service-card_title {
  margin-bottom: 10px;
}
.service-card-3 .service-card_text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.888;
  color: var(--body-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.service-card-3:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.service-card-3:hover .service-card-icon img {
  transform: rotateY(180deg);
}
.service-card-3:hover .service-card_content a:hover {
  color: var(--theme-color2);
}

/* Service Card inner ---------------------------------- */
.service-inner .service-card {
  background: var(--white-color);
  overflow: hidden;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.service-inner .service-card:hover .service-card_img img {
  transform: scale(1.05);
  filter: brightness(110%);
}
.service-inner .service-card:hover .service-card_content a {
  color: var(--theme-color);
}
.service-inner .service-card_img {
  width: 100%;
  aspect-ratio: 3/4;
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
.service-inner .service-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
  filter: brightness(70%);
}
.service-inner .service-card_title {
  margin-top: -0.2em;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
}
.service-inner .service-card_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-inner .service-card_content a {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-top: auto;
}
.service-inner .service-card_content a i {
  margin-left: 5px;
}
.service-inner .service-card_text {
  font-size: 18px;
  font-family: var(--body-font);
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .service-title-area {
    max-width: 100%;
    margin-left: 0;
  }
  .service-card_content {
    padding: 20px;
  }
  .service-card_text {
    margin-bottom: 10px;
  }
  .service-card_title {
    margin-bottom: 10px;
  }
}
/*------------------- 4.00. Why Choose Us -------------------*/
/*----------------------------------------------
    # why choose us area style here
----------------------------------------------*/
.wcu-card {
  background-color: var(--smoke-color2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0 30px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* Large devices */
}
@media (max-width: 1399px) {
  .wcu-card {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1199px) {
  .wcu-card {
    padding: 0 30px 30px 30px;
  }
}
.wcu-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 480px) {
  .wcu-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wcu-card .icon {
  height: 65px;
  width: 65px;
  flex: none;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  padding: 8px;
}
.wcu-card .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--white-color);
  z-index: 0;
  border-radius: 0 0 10px 10px;
}
.wcu-card .icon img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(61%) saturate(2076%) hue-rotate(219deg) brightness(92%) contrast(93%);
  position: relative;
  z-index: 1;
}
.wcu-card .wcu-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -0.2em;
}
@media (max-width: 1399px) {
  .wcu-card .wcu-card-title {
    font-size: 20px;
  }
}
.wcu-card .wcu-card-text {
  font-size: 18px;
  margin-bottom: 5px;
}

.wcu-thumb {
  position: relative;
}
.wcu-thumb .wcu-shape {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}
.wcu-thumb .wcu-shape2 {
  position: absolute;
  right: 30%;
  bottom: 7.6%;
}

/* Large devices */
@media (max-width: 1199px) {
  .wcu-thumb-1 {
    text-align: center;
    margin-bottom: 50px;
  }
  .wcu-card-wrap.right-wrap {
    text-align: left;
  }
  .wcu-card-wrap.right-wrap .wcu-card {
    flex-direction: row;
  }
}
@media (max-width: 320px) {
  .wcu-card {
    flex-wrap: wrap;
  }
}
/*=================================
    05. 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 65px;
  }
  .pt-105 {
    padding-top: 65px;
  }
}
/*=================================
    RTL
==================================*/
/*------------------- Global -------------------*/
/* rtl Support */
[dir=rtl] {
  /*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
  /* Header 1 ---------------------------------- */
}
[dir=rtl] .ml-5 {
  margin-right: 5px;
  margin-left: 0;
}
[dir=rtl] .ml-10 {
  margin-right: 10px;
  margin-left: 0;
}
[dir=rtl] .ml-15 {
  margin-right: 15px;
  margin-left: 0;
}
[dir=rtl] .ml-20 {
  margin-right: 20px;
  margin-left: 0;
}
[dir=rtl] .ml-25 {
  margin-right: 25px;
  margin-left: 0;
}
[dir=rtl] .ml-30 {
  margin-right: 30px;
  margin-left: 0;
}
[dir=rtl] .ml-35 {
  margin-right: 35px;
  margin-left: 0;
}
[dir=rtl] .ml-40 {
  margin-right: 40px;
  margin-left: 0;
}
[dir=rtl] .ml-45 {
  margin-right: 45px;
  margin-left: 0;
}
[dir=rtl] .ml-50 {
  margin-right: 50px;
  margin-left: 0;
}
[dir=rtl] .mr-5 {
  margin-left: 5px;
  margin-right: 0;
}
[dir=rtl] .mr-10 {
  margin-left: 10px;
  margin-right: 0;
}
[dir=rtl] .mr-15 {
  margin-left: 15px;
  margin-right: 0;
}
[dir=rtl] .mr-20 {
  margin-left: 20px;
  margin-right: 0;
}
[dir=rtl] .mr-25 {
  margin-left: 25px;
  margin-right: 0;
}
[dir=rtl] .mr-30 {
  margin-left: 30px;
  margin-right: 0;
}
[dir=rtl] .mr-35 {
  margin-left: 35px;
  margin-right: 0;
}
[dir=rtl] .mr-40 {
  margin-left: 40px;
  margin-right: 0;
}
[dir=rtl] .mr-45 {
  margin-left: 45px;
  margin-right: 0;
}
[dir=rtl] .mr-50 {
  margin-left: 50px;
  margin-right: 0;
}
[dir=rtl] .pl-5 {
  padding-left: 0;
  padding-right: 5px;
}
[dir=rtl] .pl-10 {
  padding-left: 0;
  padding-right: 10px;
}
[dir=rtl] .pl-15 {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .pl-20 {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .pl-25 {
  padding-left: 0;
  padding-right: 25px;
}
[dir=rtl] .pl-30 {
  padding-left: 0;
  padding-right: 30px;
}
[dir=rtl] .pl-35 {
  padding-left: 0;
  padding-right: 35px;
}
[dir=rtl] .pl-40 {
  padding-left: 0;
  padding-right: 40px;
}
[dir=rtl] .pl-45 {
  padding-left: 0;
  padding-right: 45px;
}
[dir=rtl] .pl-50 {
  padding-left: 0;
  padding-right: 50px;
}
[dir=rtl] .pr-5 {
  padding-right: 0;
  padding-left: 5px;
}
[dir=rtl] .pr-10 {
  padding-right: 0;
  padding-left: 10px;
}
[dir=rtl] .pr-15 {
  padding-right: 0;
  padding-left: 15px;
}
[dir=rtl] .pr-20 {
  padding-right: 0;
  padding-left: 20px;
}
[dir=rtl] .pr-25 {
  padding-right: 0;
  padding-left: 25px;
}
[dir=rtl] .pr-30 {
  padding-right: 0;
  padding-left: 30px;
}
[dir=rtl] .pr-35 {
  padding-right: 0;
  padding-left: 35px;
}
[dir=rtl] .pr-40 {
  padding-right: 0;
  padding-left: 40px;
}
[dir=rtl] .pr-45 {
  padding-right: 0;
  padding-left: 45px;
}
[dir=rtl] .pr-50 {
  padding-right: 0;
  padding-left: 50px;
}
[dir=rtl] .sub-title:after, [dir=rtl] .sub-title:before {
  margin-left: 12px;
  margin-right: 0;
}
[dir=rtl] .sub-title:after {
  margin-left: 0;
  margin-right: 12px;
}
[dir=rtl] .slick-dots li {
  margin-left: 18px;
  margin-right: 0;
}
[dir=rtl] .slick-dots li:last-child {
  margin-left: 0;
}
[dir=rtl] .global-btn img {
  margin-right: 10px;
  margin-left: 0;
  transform: rotateY(180deg);
}
[dir=rtl] .header-links li:not(:last-child) {
  margin: 0 0 0 35px;
}
[dir=rtl] .header-links li > i {
  margin-left: 10px;
  margin-right: 0;
}
[dir=rtl] .main-menu > ul > li:first-child {
  margin-right: 0 !important;
  margin-left: 11px !important;
}
[dir=rtl] .main-menu > ul > li:last-child {
  margin-right: 11px !important;
  margin-left: 0 !important;
}
[dir=rtl] .main-menu ul li.menu-item-has-children > a:after {
  margin-left: 0px;
  margin-right: 5px;
}
[dir=rtl] .header-layout1 .header-wrapper .simple-icon:not(:last-child) {
  border-left: 1px solid rgba(25, 53, 45, 0.4);
  padding-left: 25px;
  margin-left: 0px;
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
[dir=rtl] .footer-layout2 .social-btn.style3 a {
  margin-left: 15px;
  margin-right: 0;
}
[dir=rtl] .footer-layout2 .widget-contact2 {
  margin-left: 20px;
  margin-right: 0;
}
[dir=rtl] .footer-layout2 .copyright-wrap .footer-links a:not(:last-child) {
  border-left: 0;
  padding-left: 0;
}
[dir=rtl] .header-layout4 .simple-icon:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 25px;
  margin-left: 0px;
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
[dir=rtl] .hero-4 .hero-thumb4-1 {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}
[dir=rtl] .team-card.style3 .team-card-bg-shape {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}
[dir=rtl] .team-card.style3 .team-card_img {
  margin-left: 20px;
  margin-right: 0;
}
[dir=rtl] .testi-area-slider4 {
  margin-left: -80px;
  margin-right: 0;
}
[dir=rtl] .testi-area-slider4 .icon-box {
  left: 40px;
  right: auto;
}
@media (max-width: 991px) {
  [dir=rtl] .testi-area-slider4 {
    margin-left: 0;
  }
}

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