/*=================================
    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 -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.2. classess-------------------*/
/* Custom Container */
.custom-container {
  max-width: 1390px;
  padding: 0 16px;
  margin: 0 auto;
}

.custom-container-md {
  max-width: 1468px;
}

.custom-container-lg {
  max-width: 1552px;
}

@media (min-width: 424px) and (max-width: 575px) {
  .col-xs-6 {
    width: 50%;
  }
}

.font-serif {
  font-family: sans-serif;
}

.line-height-1 {
  line-height: 1;
}

.transition-2 {
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* overlay bg */
.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: #00000099;
}

/* Gap Css */
.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}

.gap-22 {
  gap: 22px;
}

.gap-28 {
  gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-84 {
  gap: 84px;
}

@media (max-width: 1799px) {
  .gap-84 {
    gap: 56px;
  }
}

@media (max-width: 1499px) {
  .gap-84 {
    gap: 32px;
  }
}

/* Radius Css */
.radius-6 {
  border-radius: 6px !important;
}

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

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
  font-size: inherit;
}

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

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

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

@media (max-width: 1599px) {
  .text-45 {
    font-size: 36px !important;
  }
}

@media (max-width: 1199px) {
  .text-45 {
    font-size: 32px !important;
  }
}

.text-opacity-50 {
  opacity: .5;
}

/* item hover  */
.item-hover-text-black:hover h1, .item-hover-text-black:hover h2, .item-hover-text-black:hover h3, .item-hover-text-black:hover h4, .item-hover-text-black:hover h5, .item-hover-text-black:hover h6, .item-hover-text-black:hover p, .item-hover-text-black:hover span, .item-hover-text-black:hover a {
  color: var(--deep-black-color) !important;
}

/* bg classes */
.bg-black {
  background-color: var(--dark-color) !important;
}

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

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

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

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

.bg-base-three {
  background-color: var(--theme-color3) !important;
}

.bg-green {
  background-color: #2F553D !important;
}

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

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

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

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

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

/* color classes */
.text-black {
  color: var(--dark-color) !important;
}

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

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

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

/* Hover color classes */
.hover-text-base:hover {
  color: var(--theme-color) !important;
}

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

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

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

/* border color classes */
.border-base {
  border-color: var(--theme-color) !important;
}

.border-base-two {
  border-color: var(--theme-color2) !important;
}

.border-lighter {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

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

.hover-border-base-two:hover {
  border-color: var(--theme-color2) !important;
}

.hover-border-lighter:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Font size */
.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-md {
  font-size: 16px !important;
}

.text-lg {
  font-size: 18px !important;
}

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

.text-xxl {
  font-size: 24px !important;
}

.text-3xl {
  font-size: 28px !important;
}

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

.text-5xl {
  font-size: 36px !important;
}

/* Font size */
.text-100 {
  font-size: 100px;
}

@media (max-width: 1499px) {
  .text-100 {
    font-size: 80px;
  }
}

@media (max-width: 1299px) {
  .text-100 {
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  .text-100 {
    font-size: 44px;
  }
}

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

@media (max-width: 1499px) {
  .text-80 {
    font-size: 60px;
  }
}

@media (max-width: 1299px) {
  .text-80 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .text-80 {
    font-size: 36px;
  }
}

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

@media (max-width: 1499px) {
  .text-60 {
    font-size: 50px;
  }
}

@media (max-width: 1299px) {
  .text-60 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .text-60 {
    font-size: 30px;
  }
}

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

@media (max-width: 1499px) {
  .text-50 {
    font-size: 40px;
  }
}

@media (max-width: 1299px) {
  .text-50 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .text-50 {
    font-size: 24px;
  }
}

/* arrow btn */
.rotate-icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.arrow-btn:hover .rotate-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.arrow-btn:hover .rotate-icon-circle {
  background-color: var(--theme-color2);
  color: var(--dark-color) !important;
}

.arrow-btn .rotate-icon-circle {
  width: 22px;
  height: 22px;
  background-color: #ffffff20;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.fit-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Max width css */
.max-w-834 {
  max-width: 834px;
}

.max-w-630 {
  max-width: 630px;
}

.top-30 {
  inset-block-start: 30px !important;
}

.before-after-none::before, .before-after-none::after {
  display: none;
}

.text-start {
  text-align: start !important;
}

.text-lg-start {
  text-align: start !important;
}

.end-0 {
  right: unset !important;
  inset-inline-end: 0 !important;
}

/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #193503;
  --theme-color2: #E1FE6E;
  --theme-color3: #243F37;
  --dark-color: #1A1B13;
  --deep-dark-color: #10140D;
  --deep-black-color: #060606;
  --title-color: #19352D;
  --body-color: #7A7A7A;
  --smoke-color: #EBF3EE;
  --smoke-color2: #F6F6F7;
  --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;
  --color-green: #27b671;
  --title-font: 'Inter', sans-serif;
  --body-font: 'Inter', 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;
}

/*------------------- 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;
  font-weight: 300;
  /***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(--theme-color);
  border-radius: 0px;
}

body.home-3 {
  background: var(--smoke-color5);
}

body.home-3 .btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 20.5px 35px 20.5px;
}

body.bg-dark {
  background: #060606 !important;
}

body.bg-dark2 {
  background: #141416 !important;
}

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

button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

.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;
  -webkit-box-shadow: 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;
  -webkit-transition: all ease 0.4s;
  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 {
  -webkit-transition: all ease 0.4s;
  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(--white-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: 50px;
  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: 44px;
    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: 30px;
  }
}

/* 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 {
    -webkit-padding-start: 15px !important;
            padding-inline-start: 15px !important;
    -webkit-padding-end: 15px !important;
            padding-inline-end: 15px !important;
  }
  .container-fluid.px-0 .row {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    -webkit-padding-start: 15px !important;
            padding-inline-start: 15px !important;
    -webkit-padding-end: 15px !important;
            padding-inline-end: 15px !important;
  }
}

.bg-max-container {
  max-width: 1860px;
  margin: 0 auto;
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  -webkit-padding-end: calc(var(--bs-gutter-x)/ 2);
          padding-inline-end: calc(var(--bs-gutter-x)/ 2);
  -webkit-padding-start: calc(var(--bs-gutter-x)/ 2);
          padding-inline-start: 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.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::-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::-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;
  -webkit-box-shadow: none;
          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::-webkit-input-placeholder,
.single-select.style-border2::-webkit-input-placeholder,
.form-control.style-border2::-webkit-input-placeholder,
.form-select.style-border2::-webkit-input-placeholder,
textarea.style-border2::-webkit-input-placeholder,
input.style-border2::-webkit-input-placeholder {
  color: var(--white-color);
}

select.style-border2:-ms-input-placeholder,
.single-select.style-border2:-ms-input-placeholder,
.form-control.style-border2:-ms-input-placeholder,
.form-select.style-border2:-ms-input-placeholder,
textarea.style-border2:-ms-input-placeholder,
input.style-border2:-ms-input-placeholder {
  color: var(--white-color);
}

select.style-border2::-ms-input-placeholder,
.single-select.style-border2::-ms-input-placeholder,
.form-control.style-border2::-ms-input-placeholder,
.form-select.style-border2::-ms-input-placeholder,
textarea.style-border2::-ms-input-placeholder,
input.style-border2::-ms-input-placeholder {
  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;
  -webkit-box-shadow: none;
          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:after,
.form-select:after,
select:after {
  inset-inline-end: 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;
  inset-inline-end: 25px;
  inset-block-start: 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 {
  inset-block-start: 50px;
}

.form-group.has-icon .form-control {
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
}

.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  inset-inline-start: 40px;
  inset-block-start: 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 {
  inset-inline-end: calc((var(--bs-gutter-x) / 2) + 25px);
}

[class*="col-"].form-group .form-icon-left {
  inset-inline-start: calc((var(--bs-gutter-x) / 2) + 30px);
  inset-inline-end: 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;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 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;
  -webkit-padding-start: 23px;
          padding-inline-start: 23px;
  margin-bottom: -0.5em;
}

input[type="checkbox"].style2 ~ label:before {
  background-color: white;
  border: 1px solid #f7ccd7;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  inset-block-start: 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;
  -webkit-padding-start: 30px;
          padding-inline-start: 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);
  inset-inline-start: 0;
  inset-block-start: -2px;
  width: 20px;
  height: 20px;
  -webkit-padding-start: 0;
          padding-inline-start: 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;
  -webkit-transition: all 0.2s ease;
  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;
  -webkit-box-shadow: none;
          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] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  -webkit-padding-end: calc(var(--bs-gutter-x) / 2);
          padding-inline-end: calc(var(--bs-gutter-x) / 2);
  -webkit-padding-start: calc(var(--bs-gutter-x) / 2);
          padding-inline-start: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

.slick-list {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 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: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slick-dots li {
  display: inline-block;
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
}

.slick-dots li:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 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);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:hover {
  border-color: var(--theme-color);
}

.slick-dots button:before {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  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;
  inset-block-start: 50%;
  border: none;
  border-radius: 50%;
  inset-inline-end: 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);
  -webkit-box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
          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);
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 5px;
}

.arrow-margin .slick-arrow.slick-prev {
  inset-inline-end: auto;
  inset-inline-start: 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 {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-wrapper .mobile-logo {
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-border-start: 1px solid var(--theme-color);
          border-inline-start: 1px solid var(--theme-color);
  font-size: 22px;
  inset-inline-end: -16.5px;
  inset-block-start: 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;
  inset-inline-start: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  inset-inline-start: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 70px);
  padding-bottom: 40px;
  margin-top: 20px;
  text-align: start;
}

.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);
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.mobile-menu ul li.active-class > a {
  color: var(--theme-color);
}

.mobile-menu ul li.active-class > a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu ul li ul li {
  -webkit-padding-start: 20px;
          padding-inline-start: 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;
  inset-inline-end: 0;
  inset-block-start: 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);
  -webkit-box-shadow: none;
          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;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  z-index: 999;
  background-color: var(--title-color);
  height: 100vh;
}

.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;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
} */

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

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

@-webkit-keyframes mltShdSpin {
  0% {
    -webkit-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;
            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% {
    -webkit-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;
            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% {
    -webkit-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;
            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% {
    -webkit-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;
            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% {
    -webkit-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;
            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% {
    -webkit-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;
            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 mltShdSpin {
  0% {
    -webkit-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;
            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% {
    -webkit-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;
            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% {
    -webkit-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;
            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% {
    -webkit-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;
            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% {
    -webkit-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;
            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% {
    -webkit-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;
            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;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            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;
  -webkit-transition: .3s;
  transition: .3s;
}

.global-btn img {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.global-btn:after, .global-btn:before {
  content: '';
  width: 50%;
  height: 0;
  background: var(--title-color);
  background: var(--theme-color);
  border-radius: 0;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.global-btn:after {
  inset-block-start: auto;
  inset-inline-start: auto;
  inset-inline-end: 0;
  inset-block-end: 0;
  border-radius: 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 {
  -webkit-filter: brightness(0) invert(1);
          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) !important;
}

.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;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.icon-btn--40 {
  width: 40px;
  height: 40px;
}

.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;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn.style5 {
  display: flex;
  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;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  align-items: center;
  justify-content: center;
}

.play-btn > i.fa-play {
  -webkit-padding-end: 0.18em;
          padding-inline-end: 0.18em;
}

.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-inline-end: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
          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;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-start: 5px;
          padding-inline-start: 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;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}

.play-btn.style5 > svg {
  background-color: var(--theme-color);
  color: var(--theme-color2);
  font-size: 30px;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
          display: block;
}

.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 {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  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 {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-size: 0.9rem;
}

.line-btn:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  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;
  inset-inline-end: 30px;
  inset-block-end: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  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);
  inset-inline-start: 0;
  inset-block-start: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-box-shadow: none;
          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: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          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 {
    inset-inline-end: -50px;
  }
  .btn {
    padding: 24px 25px 20px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-top: -0.04em;
  font-weight: 700;
  position: relative;
}

.sec-title.style2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  /* Small devices */
}

@media (max-width: 1399px) {
  .sec-title.style2 {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .sec-title.style2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.sec-title .title-bg-shape {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  -webkit-animation: bg-anim 10s linear infinite;
          animation: bg-anim 10s linear infinite;
}

.sec-title .title-bg-shape.shape-center {
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, 0);
          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;
}

.sub-title img {
  margin: 0px 8px 0 8px;
}

.sub-title.text-white img {
  -webkit-filter: brightness(9) grayscale(1);
          filter: brightness(9) grayscale(1);
}

.sub-title.style2 {
  color: var(--theme-color2);
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.30em;
}

.box-title a {
  color: inherit;
}

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

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

.sec-text.text-white {
  opacity: 0.7;
}

.title-area {
  position: relative;
  z-index: 2;
}

.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}

.title-area .sub-title {
  margin-top: -0.2em;
  text-transform: capitalize;
}

.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;
  inset-inline-start: 0;
  inset-inline-end: 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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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%;
  inset-block-start: 7px;
  inset-inline-start: 12px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 25px;
}

.btn-group .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

.media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  text-align: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

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

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-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);
  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;
  -webkit-filter: blur(300px);
          filter: blur(300px);
  width: 311px;
  height: 311px;
  border-radius: 50%;
  background: var(--theme-color2);
  inset-inline-end: 0;
  inset-block-start: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (max-width: 991px) {
  .shadow-shape-right {
    display: none;
  }
}

.shadow-shape-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 731px;
  height: 1541px;
  overflow: hidden;
  z-index: -1;
  /* Medium devices */
}

.shadow-shape-left:after {
  content: '';
  position: absolute;
  -webkit-filter: blur(300px);
          filter: blur(300px);
  width: 311px;
  height: 311px;
  border-radius: 50%;
  background: var(--theme-color2);
  inset-inline-start: 0;
  inset-block-start: 50%;
  -webkit-transform: translate(-50%, -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-color2);
}

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

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  -webkit-transform: translate(-50%, -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;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-inline-end: 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 {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    opacity: 0;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.moving {
  -webkit-animation: moving 8s linear infinite;
          animation: moving 8s linear infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

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

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

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

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 15s linear infinite;
          animation: spin 15s linear infinite;
}

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

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.spin2 {
  -webkit-animation: spin2 15s linear infinite;
          animation: spin2 15s linear infinite;
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@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;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            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;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            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.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-color2);
  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-color2);
  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;
  inset-inline-end: 0;
  inset-block-start: 0px;
  background: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: initial;
  text-align: center;
  color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  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 {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}

.widget_nav_menu .sub-menu {
  -webkit-margin-start: 10px;
          margin-inline-start: 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(--theme-color3);
  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;
  inset-block-end: 0;
  inset-inline-start: 0;
}

.widget_title:after {
  background-color: var(--theme-color2);
  width: 135px;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  background: var(--deep-black-color);
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--white-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::-webkit-input-placeholder {
  color: var(--body-color);
}

.widget .search-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.widget .search-form input::-ms-input-placeholder {
  color: var(--body-color);
}

.widget .search-form input::placeholder {
  color: var(--body-color);
}

.widget .search-form button {
  position: absolute;
  inset-inline-end: 20px;
  inset-block-start: 20px;
  border: none;
  font-size: 18px;
  background-color: transparent;
  color: var(--white-color);
}

.wp-block-tag-cloud,
.tagcloud {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.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(--white-color);
  background-color: var(--deep-black-color);
  border-radius: 10px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--deep-black-color) !important;
  background-color: var(--theme-color2);
}

.side-instagram {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  max-width: 220px;
}

.side-instagram li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 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;
  -webkit-margin-start: -4px;
          margin-inline-start: -4px;
  -webkit-margin-end: -4px;
          margin-inline-end: -4px;
}

.widget_gallery a {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 4px 10px;
}

.widget_gallery a img {
  border-radius: 10px;
}

.widget_gallery a:after {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.widget_gallery a i {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s;
  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;
  inset-inline-start: 1302px;
  inset-block-start: 2098px;
  width: 80px;
  height: 78px;
  z-index: 209;
}

.recent-post {
  margin-bottom: 36px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recent-post:last-child {
  margin-bottom: 0px;
  border: 0;
}

.recent-post .media-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 0px 5px 5px 0;
}

.recent-post .media-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 5px 5px 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-weight: 500;
  font-size: 20px;
  font-family: var(--title-font);
  margin-bottom: -0.4rem;
  line-height: 1.3;
}

.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(--white-color);
  margin-bottom: 0px;
  display: block;
}

.recent-post .recent-post-meta a img {
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  color: var(--theme-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color2);
}

.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color2);
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
          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: start;
}

.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;
  inset-block-start: 50%;
  inset-inline-start: 95%;
  -webkit-transform: translateY(-50%);
          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;
  inset-inline-start: 0;
  inset-block-start: 18px;
}

.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  -webkit-margin-end: 20px;
          margin-inline-end: 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 {
  -webkit-padding-start: 5px;
          padding-inline-start: 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;
  -webkit-box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
          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 #f3f5f421;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.social-btn.style6 a {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}

.social-btn.style6 a svg {
  width: 14px;
  fill: #fff;
}

.social-btn.style6 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}

.widget_project-info ul li strong {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  width: 150px;
  display: inline-block;
}

.widget_project-info ul li span {
  font-size: 16px;
  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;
  inset-block-start: 9px;
  inset-inline-start: 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 {
  inset-inline-start: auto;
  inset-inline-end: 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;
  -webkit-border-end: 1px solid #eee;
          border-inline-end: 1px solid #eee;
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  -webkit-border-start: 1px solid #eee;
          border-inline-start: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  -webkit-border-end: 1px solid #eee;
          border-inline-end: 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;
  -webkit-transition: all ease 0.4s;
  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;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  -webkit-padding-start: 0;
          padding-inline-start: 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;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  position: relative;
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  -webkit-padding-start: 0;
          padding-inline-start: 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 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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  inset-block-start: 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);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}

.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  -webkit-box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}

.price_slider_wrapper .ui-slider-handle:last-child {
  -webkit-transform: translateX(-9px);
          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;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  -webkit-margin-start: auto;
          margin-inline-start: 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 {
    -webkit-margin-end: 15px;
            margin-inline-end: 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;
  inset-inline-end: 3px;
  inset-block-start: 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 .widget_categories li a:hover {
  color: var(--theme-color2) !important;
}

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

.footer-widget {
  margin-bottom: 50px !important;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
  color: var(--white-color);
  border-bottom: none;
  margin: -0.04em 0 40px 0;
  position: relative;
}

.footer-widget .wp-block-search__label:after,
.footer-widget .widget_title:after {
  display: none;
}

.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: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(--theme-color2);
}

.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 .footer-logo {
  margin-bottom: 37px;
}

.widget-about .about-text {
  max-width: 350px;
  margin-top: -0.65em;
  margin-bottom: 27px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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(--theme-color2);
}

.widget-contact-grid p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 0;
  margin-top: -0.3em;
}

.widget-contact-grid h6 {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-top: -0.3rem;
  margin-bottom: -0.3em;
}

.widget-contact-grid h6 a {
  color: var(--white-color);
}

.widget-contact-grid h6 a:hover {
  color: var(--theme-color2);
}

.widget-newsletter {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 5px;
  padding: 35px 40px;
  max-width: 410px;
}

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

.newsletter-form {
  position: relative;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .newsletter-form {
    margin: 40px 0 80px 0;
  }
}

.newsletter-form.style2 .form-group {
  border: 1px solid white;
}

.newsletter-form.style3 {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .newsletter-form.style3 {
    margin: 0px 0 80px 0;
  }
}

.newsletter-form.style3 .form-group {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  border-radius: 170px;
  /* Extra small devices */
}

.newsletter-form.style3 .form-group input {
  height: 60px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}

@media (max-width: 575px) {
  .newsletter-form.style3 .form-group {
    height: 60px;
  }
}

.newsletter-form.style3 .global-btn {
  width: 60px;
  height: 60px;
  inset-block-start: 0px;
  inset-inline-end: 0px;
  background: var(--theme-color);
  color: var(--white-color);
  /* Extra small devices */
  /* Extra small devices */
}

.newsletter-form.style3 .global-btn:hover {
  color: var(--theme-color);
}

@media (max-width: 575px) {
  .newsletter-form.style3 .global-btn {
    width: 100%;
    inset-block-start: 15px;
    inset-inline-end: 0;
  }
}

@media (max-width: 375px) {
  .newsletter-form.style3 .global-btn {
    inset-block-start: 20px;
  }
}

.newsletter-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  height: 80px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 45px;
  margin: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .newsletter-form .form-group {
    display: block;
    height: 60px;
  }
}

.newsletter-form .form-group input {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  /* Extra small devices */
}

.newsletter-form .form-group input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form .form-group input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form .form-group input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form .form-group input::placeholder {
  color: var(--white-color);
}

.banner-two:after {
  display: none;
}

@media (max-width: 575px) {
  .newsletter-form .form-group input {
    height: 60px;
  }
}

.newsletter-form .form-group .form-control:focus {
  color: var(--white-color);
  border: 0 !important;
}

.newsletter-form .global-btn {
  width: 188px;
  height: 60px;
  line-height: 60px;
  min-width: auto;
  background-color: var(--theme-color2);
  inset-block-start: 10px;
  inset-inline-end: 10px;
  font-size: 16px;
  color: var(--title-color);
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
  /* Extra small devices */
}

.newsletter-form .global-btn:before, .newsletter-form .global-btn:after {
  background-color: var(--white-color);
}

@media (max-width: 575px) {
  .newsletter-form .global-btn {
    position: relative;
    display: block;
    width: 100%;
    inset-inline-end: 0;
  }
}

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

/* Extra small devices */
@media (max-width: 575px) {
  .widget-newsletter {
    padding: 30px;
    max-width: 410px;
  }
}

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

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  background-color: var(--dark-color);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            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);
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  font-weight: 700;
  inset-block-start: 0;
  font-size: 12px;
}

.main-menu ul li:last-child {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
}

.main-menu ul li:first-child {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: start;
  inset-block-start: 100%;
  inset-inline-start: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 220px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  inset-inline-start: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  -webkit-box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
          box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  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;
  inset-inline-start: -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: inline-end;
  inset-block-start: 1px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  -webkit-padding-start: 23px;
          padding-inline-start: 23px;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  inset-block-start: 8px;
  inset-inline-start: 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 {
  inset-inline-start: 100%;
  inset-inline-end: auto;
  inset-block-start: 0;
  margin: 0 0;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  inset-inline-start: 100%;
  inset-inline-end: 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);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-weight: 600;
  inset-block-start: 0;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: var(--theme-color);
}

.main-menu ul li.menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul li:last-child {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
}

.main-menu ul li:first-child {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: start;
  inset-block-start: 100%;
  inset-inline-start: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 220px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inset-inline-start: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  -webkit-box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
          box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 18px 20px 18px 18px;
  inset-inline-start: -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;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  inset-block-start: -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: inline-end;
  inset-block-start: 1px;
  font-size: 18px;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
  opacity: 0;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  inset-block-start: 5px;
  inset-inline-start: 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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-menu ul.sub-menu li a:hover {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.main-menu ul.sub-menu li a:hover:before {
  opacity: 1;
  inset-inline-start: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  inset-inline-start: 100%;
  inset-inline-end: auto;
  inset-block-start: 0;
  margin: 0 0;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  inset-inline-start: 100%;
  inset-inline-end: auto;
}

.main-menu ul.sub-menu li:hover a {
  color: var(--theme-color);
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.main-menu ul.sub-menu li:hover a:before {
  opacity: 1;
  inset-inline-start: 0;
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--whute);
  padding: 0;
  font-size: 22px;
  position: relative;
}

.simple-icon .badge {
  padding: 0.35em 0.57em;
  font-size: 10px;
  font-weight: 500;
  inset-block-start: -6px;
  inset-inline-end: 0;
  inset-inline-start: auto;
}

.simple-icon:has(.badge) {
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 25px;
}

.header-button .th-btn {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.social-links a:hover {
  color: var(--theme-color);
}

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

.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}

.header-links li > i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--white-color);
  font-family: var(--title-font);
}

.header-links a:hover {
  color: var(--theme-color2);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
}

.header-grid-info ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-grid-info li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
}

.header-grid-info li:not(:last-child) {
  -webkit-border-end: 1px solid var(--border-color);
          border-inline-end: 1px solid var(--border-color);
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}

.header-grid-info li .icon {
  font-size: 32px;
  color: var(--theme-color);
}

.header-grid-info li .header-grid-info-details p {
  margin-bottom: 2px;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  margin-top: -0.4em;
}

.header-grid-info li .header-grid-info-details h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -0.3em;
}

/* Header 1 ---------------------------------- */
.header-layout1 .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
}

@media (max-width: 1399px) {
  .header-layout1 .header-wrapper {
    gap: 15px;
  }
}

.header-layout1 .header-wrapper .simple-icon:not(:last-child) {
  -webkit-border-end: 1px solid rgba(25, 53, 45, 0.4);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.5);
  height: 46px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.header-layout1 .social-links {
  position: relative;
  gap: 10px;
}

.header-layout1 .social-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  background-color: #2F553D;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.header-layout1 .social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout1 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
  position: absolute;
  z-index: 3;
}

.header-layout1 .menu-area {
  position: relative;
}

.header-layout1 .menu-area .logo-bg {
  position: absolute;
  height: calc(100% + 80px);
  width: 14.2%;
  inset-block-start: -50px;
  inset-inline-start: 0;
  background: var(--theme-color);
  border-radius: 0 0 5px 0;
}

.header-layout1 .navbar-right-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-layout1 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: -2px;
}

.header-layout1 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
}

.header-layout1 .navbar-right-desc i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-layout1 .navbar-right-desc a {
  color: var(--title-color);
}

.header-layout1 .navbar-right-desc a:hover {
  color: var(--theme-color);
}

@media (max-width: 1700px) {
  .header-layout1 .header-navbar-logo {
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
  }
  .header-layout1 .header-top .header-links {
    -webkit-padding-start: 160px;
            padding-inline-start: 160px;
  }
  .header-layout1 .menu-area .main-menu {
    -webkit-padding-start: 160px;
            padding-inline-start: 160px;
  }
  .header-layout1 .menu-area .logo-bg {
    width: 16%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1 .header-top .header-links {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .header-layout1 .menu-area .main-menu {
    -webkit-padding-start: 200px;
            padding-inline-start: 200px;
  }
  .header-layout1 .menu-area .logo-bg {
    height: calc(100% + 10px);
    width: 17%;
    inset-block-start: 0;
  }
  .header-layout1 .header-navbar-logo {
    margin-top: 13px;
  }
  .header-layout1 .sticky-wrapper.sticky .header-navbar-logo {
    margin-top: 15px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .menu-area .main-menu {
    -webkit-padding-start: 160px;
            padding-inline-start: 160px;
  }
  .header-layout1 .header-navbar-logo {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout1 .menu-area .main-menu {
    -webkit-padding-start: 230px;
            padding-inline-start: 230px;
  }
  .header-layout1 .menu-area .logo-bg {
    width: 20%;
  }
  .main-menu a {
    font-size: 16px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .menu-area .logo-bg {
    display: none;
  }
  .header-layout1 .header-navbar-logo {
    display: none;
  }
  .header-layout1 .menu-area .main-menu {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper {
    padding: 0px 20px 0;
  }
  .header-layout1 .header-navbar-logo {
    margin-top: 0;
  }
  .header-layout1 .header-navbar-logo img {
    max-width: none;
  }
  .header-layout1 .sticky-wrapper.sticky {
    inset-block-start: 0;
  }
  .header-layout1 .social-links {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .header-layout1 .social-links:after {
    inset-inline-start: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .sticky-wrapper {
    padding: 0;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 .sticky-wrapper {
  background-color: var(--smoke-color);
}

.header-layout2 .sticky-wrapper.sticky .header-navbar-logo {
  margin-top: 25px;
}

.header-layout2 .global-btn {
  padding: 22px 30px;
}

.header-layout2 .header-top {
  background: var(--title-color);
  padding: 12px 0;
}

.header-layout2 .main-menu > ul > li > a {
  padding: 35.5px 0;
}

.header-layout2 .social-links {
  position: relative;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}

.header-layout2 .social-links:after {
  content: '';
  position: absolute;
  inset-inline-start: -20px;
  inset-inline-end: 0;
  inset-inline-end: -14px;
  inset-block-start: -15px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.header-layout2 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
  position: absolute;
  z-index: 3;
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  /* Large devices */
  /* Medium devices */
}

.header-layout3 .header-top {
  padding: 12px 0;
  background: var(--theme-color);
  position: relative;
  z-index: 1;
}

.header-layout3 .header-links li > i {
  color: var(--white-color);
}

.header-layout3 .header-top-bg-shape {
  background: var(--white-color);
  position: absolute;
  height: 100%;
  width: 26%;
  inset-block-start: 0;
  inset-inline-end: 0;
  z-index: -1;
  -webkit-clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 0% 100%);
  /* Hight Resoulation devices */
}

.header-layout3 .header-top-bg-shape:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 99%;
  background: var(--theme-color2);
  inset-inline-end: 0;
  inset-block-start: 0;
  -webkit-clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (min-width: 1922px) {
  .header-layout3 .header-top-bg-shape {
    width: 32%;
  }
}

.header-layout3 .social-links {
  gap: 10px;
}

.header-layout3 .social-links a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  text-align: center;
  color: var(--theme-color);
}

.header-layout3 .social-links a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.header-layout3 .header-button {
  gap: 20px 50px;
}

.header-layout3 .header-button .simple-icon {
  color: var(--theme-color);
}

.header-layout3 .header-button .simple-icon:hover {
  color: var(--theme-color2);
}

.header-layout3 .menu-area .form-select {
  height: 48px;
  line-height: 48px;
}

.header-layout3 .menu-area .form-group > i {
  inset-inline-end: 25px;
  inset-block-start: 18px;
}

.header-layout3 .header-sticky-logo {
  display: none;
}

.header-layout3 .sticky-wrapper.sticky .header-sticky-none {
  display: none !important;
}

.header-layout3 .sticky-wrapper.sticky .header-sticky-logo {
  display: block;
}

@media (max-width: 1199px) {
  .header-layout3 .sticky-wrapper.sticky .header-lg-sticky-none {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header-layout3 .header-search-wrap .search-form .form-select {
    display: none;
  }
  .header-layout3 .sticky-wrapper.sticky .header-sticky-logo {
    display: none;
  }
}

/* Header 4 ---------------------------------- */
.header-layout4 .header-top {
  background: #121212;
  padding: 19px 0;
}

.header-layout4 .header-links li > i {
  color: var(--white-color);
}

.header-layout4 .social-links {
  gap: 10px;
}

.header-layout4 .social-links a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  text-align: center;
  font-size: 16px;
}

.header-layout4 .social-links a:hover {
  background: var(--theme-color2);
  color: var(--title-color);
  border: 1px solid var(--theme-color2);
}

.header-layout4 .main-menu > ul > li > a {
  color: var(--white-color);
}

.header-layout4 .main-menu > ul > li > a:after {
  color: var(--white-color);
}

.header-layout4 .main-menu > ul > li > a:hover {
  color: var(--theme-color2);
}

.header-layout4 .main-menu > ul > li > a:hover:after {
  color: var(--theme-color2);
}

.header-layout4 .simple-icon {
  color: var(--white-color);
}

.header-layout4 .simple-icon:not(:last-child) {
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.4);
          border-inline-end: 1px solid rgba(255, 255, 255, 0.4);
  height: 46px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.header-layout4 .simple-icon img {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.header-layout4 .simple-icon:hover {
  color: var(--theme-color2);
}

.header-layout4 .icon-btn {
  background: transparent;
  border: 1px solid var(--white-color);
  line-height: 43px;
}

.header-layout4 .icon-btn:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

/* Header 5 ---------------------------------- */
.header-layout5 {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
}

.header-layout5 .header-top {
  background: var(--theme-color);
  padding: 22px 20px;
  border-radius: 0 0 5px 5px;
}

.header-layout5 .header-links li > i {
  color: var(--theme-color2);
}

.header-layout5 .main-menu > ul > li > a {
  color: var(--white-color);
}

.header-layout5 .main-menu > ul > li > a:after {
  color: var(--white-color);
}

.header-layout5 .main-menu > ul > li > a:hover {
  color: var(--theme-color2);
}

.header-layout5 .main-menu > ul > li > a:hover:after {
  color: var(--theme-color2);
}

.header-layout5 .simple-icon {
  color: var(--white-color);
}

.header-layout5 .simple-icon:hover {
  color: var(--theme-color2);
}

.header-layout5 .header-button {
  gap: 20px 48px;
}

.header-layout5 .sticky-wrapper.sticky {
  background: var(--theme-color);
}

.header-one-wrapper {
  position: absolute;
  inset-block-start: 40px;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 991px) {
  .header-one-wrapper {
    inset-block-start: 24px;
  }
}

.header-one {
  background-color: #10140D;
  border-radius: 5px;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
}

.header-one.style-two {
  background-color: #00000080;
}

.header-one .header-logo {
  padding: 25px 24px;
  -webkit-padding-end: 32px;
          padding-inline-end: 32px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .header-one .header-logo {
    padding: 4px 10px;
    -webkit-padding-end: 14px;
            padding-inline-end: 14px;
  }
}

.header-one .header-logo::after {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--theme-color2);
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
}

@media (max-width: 1599px) {
  .main-menu > ul > li {
    margin: 0 8px;
  }
}

.header-one-wrapper.sticky {
  z-index: 99;
  position: fixed;
  width: 100%;
  inset-block-start: 0 !important;
}

.header-one-wrapper.sticky .sticky-wrapper.sticky {
  position: relative;
  background-color: #10140D;
}

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

.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: 18px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  font-family: var(--title-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Extra small devices */
}

.footer-links a {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-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) {
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.7);
          border-inline-end: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .footer-links a:not(:last-child) {
    -webkit-padding-end: 10px;
            padding-inline-end: 10px;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}

.footer-links a:hover {
  color: var(--theme-color2);
}

/*Footer 4***************/
.footer-layout4 {
  background: #121212;
  --body-color: #ffffff;
}

.footer-layout4 .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-layout4 .widget-about .social-btn {
  border-radius: 5px;
  border: 1px solid rgba(36, 63, 55, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 10px;
  gap: 25px;
}

.footer-layout4 .widget-about .social-btn a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
}

.footer-layout4 .widget-about .social-btn a:hover {
  color: var(--theme-color2);
}

/*Footer 5***************/
.footer-layout5 {
  --body-color: rgba(255,255,255,0.7);
}

.footer-layout5 .social-btn a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(25, 53, 45, 0.2);
}

.footer-layout5 .social-btn a:hover {
  background: var(--title-color);
  color: var(--white-color);
}

.footer-layout5 .widget-contact-grid h6 a {
  color: var(--body-color);
}

.footer-layout5 .widget-contact-grid h6 {
  color: var(--body-color);
}

/* =================================== Footer HOme One css start ================================== */
.recent-project-item:hover .recent-project-item__link {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.recent-project-item-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.recent-project-item__link {
  background-color: #00000070;
  z-index: 1;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  visibility: hidden;
  opacity: 0;
}

.social-icons__link {
  width: 42px;
  height: 42px;
  color: var(--theme-color2);
  background-color: #060606;
  border-radius: 4px !important;
}

.social-icons__link:hover {
  background-color: var(--theme-color2);
}

.social-icons.style-sm .social-icons__link {
  width: 30px;
  height: 30px;
}

/* =================================== Footer HOme One css End ================================== */
/*------------------- 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;
  -webkit-padding-end: 11px;
          padding-inline-end: 11px;
  list-style: none;
  position: relative;
  color: var(--white-color);
}

.breadcumb-menu li:after {
  content: "\f105";
  position: relative;
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--icon-font);
  color: var(--white-color);
}

.breadcumb-menu li:last-child {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 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: 22px;
  font-family: var(--title-font);
  color: var(--white-color);
}

.breadcumb-menu a:hover {
  color: var(--theme-color2);
}

.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: capitalize;
  z-index: 1;
  position: relative;
}

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

.breadcumb-wrapper {
  background: var(--deep-black-color);
  overflow: hidden;
  position: relative;
  z-index: auto;
  background-image: url(../img/bg/breadcrumb-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcumb-wrapper .breadcumb-thumb {
  text-align: end;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-content {
    padding: 140px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    text-align: center;
  }
  .breadcumb-content {
    padding: 120px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 40px;
  }
  .breadcumb-content {
    padding: 90px 0;
  }
  .breadcumb-menu {
    text-align: center;
    margin: 22px 0 -0.45em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
}

/*------------------- 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 {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.pagination li:first-child {
  -webkit-margin-start: 0;
          margin-inline-start: 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);
  -webkit-box-shadow: none;
          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.6. Blog  -------------------*/
blockquote,
.wp-block-quote {
  font-size: 18px;
  line-height: 1.55;
  padding: 40px;
  font-weight: 400;
  font-family: var(--title-font);
  display: block;
  position: relative;
  background-color: var(--white-color);
  margin: 50px 0 30px 0;
  color: var(--body-color);
  font-style: italic;
  border-radius: 20px;
  border: 0;
}

blockquote p,
.wp-block-quote p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  font-style: normal;
  margin-top: -0.3em;
  margin-bottom: -0.3rem;
  line-height: 1.55;
  color: var(--body-color);
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote p a,
.wp-block-quote p a {
  color: inherit;
}

blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
}

blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  inset-inline-start: 45px;
  inset-block-start: -20px;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  color: var(--white-color);
  font-style: normal;
  background: var(--theme-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px 1px #0c0c0c;
          box-shadow: 0px 0px 16px 1px #0c0c0c;
}

blockquote .h4,
.wp-block-quote .h4 {
  font-size: 22px;
  margin: 7px 0 10px 0;
}

blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 14px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
  font-style: normal;
  color: var(--body-color);
  font-family: var(--title-font);
}

blockquote cite:before,
.wp-block-quote cite:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 2px;
  width: 25px;
  background: var(--theme-color);
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  inset-block-start: -7px;
}

blockquote .desig,
.wp-block-quote .desig {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--title-font);
  font-style: initial;
  text-transform: uppercase;
  color: var(--body-color);
  margin-top: 8px;
  margin-bottom: -0.4em;
  display: block;
}

blockquote .quote-icon,
.wp-block-quote .quote-icon {
  position: absolute;
  inset-inline-end: 50px;
  inset-inline-end: 50px;
  width: 150px;
}

blockquote.style-left-icon, blockquote.is-large, blockquote.is-style-large, blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 170px 50px 50px;
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  -webkit-padding-start: 160px;
          padding-inline-start: 160px;
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  inset-inline-end: unset;
  inset-inline-start: 56px;
  inset-block-start: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  inset-block-start: 8px;
}

blockquote.is-large cite:before, blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  inset-block-start: unset;
  inset-inline-end: 13px;
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  border: 0;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  inset-inline-end: 50px;
  inset-inline-start: unset;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 20px;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 15px;
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  inset-block-start: 30px;
  inset-inline-start: 30px;
  font-size: 30px;
}

.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 100px 15px 30px 15px;
}

.blog-meta {
  display: block;
  margin-top: -0.4em;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  position: relative;
  -webkit-margin-end: 11px;
          margin-inline-end: 11px;
}

.blog-meta span i,
.blog-meta a i {
  -webkit-margin-end: 9px;
          margin-inline-end: 9px;
  font-weight: 500;
  color: var(--title-color);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.blog-meta span a {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
}

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

.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 30px 30px 0 0;
}

.blog-title a {
  color: inherit;
}

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

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
}

.blog-inner-title i {
  color: var(--theme-color);
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}

.blog-single-card {
  position: relative;
  border-radius: 20px;
  margin-bottom: 60px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

.blog-single-card .blog-thumb {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.blog-single-card .blog-thumb img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.blog-single-card .blog-title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-single-card .blog-text {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 400;
}

.blog-single-card .blog-date {
  position: absolute;
  inset-inline-end: 40px;
  inset-block-start: 40px;
}

.blog-single-card .blog-date a {
  background: var(--theme-color);
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  color: var(--white-color);
  padding: 10px 12px;
}

.blog-single-card .blog-meta {
  margin-bottom: 19px;
}

.blog-single-card .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.blog-single-card .social-links li {
  display: inline-block;
  -webkit-margin-end: 3px;
          margin-inline-end: 3px;
}

.blog-single-card .social-links li:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.blog-single-card .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--smoke-color);
  font-size: 14px;
  color: var(--body-color);
  text-align: center;
}

.blog-single-card .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.blog-single-card .blog-content {
  padding-top: 32px;
  position: relative;
}

.blog-single-card .blog-audio {
  line-height: 1;
}

.blog-single-card .blog-audio,
.blog-single-card .blog-img,
.blog-single-card .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
}

.blog-single-card .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
}

.blog-single-card .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single-card .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single-card .blog-img .play-btn i {
  --icon-size: 100px;
  background: rgba(255, 255, 255, 0.102);
  font-size: 24px;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
}

.blog-single-card .blog-img .play-btn i:after {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  height: 100%;
  width: 100%;
  border: solid 2px #fff;
  border-radius: 50%;
  -webkit-animation: rotate 5.0s infinite linear;
          animation: rotate 5.0s infinite linear;
}

.blog-single-card .blog-img .play-btn:before, .blog-single-card .blog-img .play-btn:after {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.blog-single-card .blog-img:after {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  border-radius: 30px 30px 0 0;
  background-color: rgba(16, 55, 65, 0.149);
  width: 100%;
  height: 100%;
}

.blog-single-card .read-more-btn,
.blog-single-card .line-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}

.blog-single-card .read-more-btn {
  margin-bottom: -8px;
  color: var(--theme-color);
}

.blog-single-card .blog-post-wrap {
  background: var(--smoke-color3);
  border-radius: 6px;
  padding: 60px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-single-card .blog-post-wrap:hover {
  background: var(--theme-color);
}

.blog-single-card .blog-post-wrap:hover h5 {
  color: var(--white-color);
}

.blog-single-card .blog-post-wrap h5 {
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-single-card:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1399px) {
  .blog-single-card .blog-title {
    font-size: 28px;
    line-height: 1.1;
  }
}

@media (max-width: 1199px) {
  .blog-single-card .blog-date {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .blog-single-card .blog-date a {
    border-radius: 5px 0 0 0px;
  }
  .blog-single-card .blog-content {
    padding: 30px;
  }
  .blog-single-card .blog-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .blog-single-card {
    margin-bottom: 40px;
  }
  .blog-single-card .blog-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .blog-single-card .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single-card .blog-text {
    margin-bottom: 22px;
  }
  .blog-single-card .blog-content {
    padding: 30px;
  }
  .blog-single-card .blog-meta {
    margin-bottom: 14px;
  }
}

@media (max-width: 575px) {
  .blog-single-card .blog-thumb {
    border-radius: 5px 5px 0 0;
  }
  .blog-single-card .blog-thumb img {
    border-radius: 5px 5px 0 0;
  }
  .blog-single-card .blog-content {
    margin: 0;
    border-radius: 0 0 5px 5px;
  }
}

.blog-author {
  border-radius: 15px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: var(--blog-space-y, 80px);
}

.blog-author .auhtor-img {
  border-radius: 15px;
  overflow: hidden;
}

.blog-author .author-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -0.1em;
}

.blog-author .author-name a {
  color: var(--title-color);
}

.blog-author .author-desig {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: uppercase;
  font-family: var(--title-font);
}

.blog-author .author-text {
  margin-top: 9px;
  margin-bottom: -0.3em;
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin: 0 20px 0 0;
}

.share-links {
  padding: 13px 0 40px;
}

.share-links .social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
}

.share-links .social-links li {
  list-style: none;
}

.share-links .social-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  color: var(--title-color);
  background-color: var(--white-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.share-links .social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.share-links > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 20px;
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  gap: 20px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .share-links {
    --blog-space-x: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    padding: 100px 40px 40px 40px;
  }
  blockquote:before,
  .wp-block-quote:before {
    inset-inline-start: 40px;
    inset-block-start: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .share-links-title {
    display: block;
    margin-bottom: 10px;
  }
  .blog-author {
    display: block;
  }
  .blog-author .auhtor-img {
    margin-bottom: 20px;
    display: inline-block;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 18px;
    line-height: inherit;
  }
  blockquote,
  .wp-block-quote {
    padding: 100px 30px 30px 30px;
  }
  blockquote:before,
  .wp-block-quote:before {
    inset-inline-start: 30px;
    inset-block-start: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .share-links .wp-block-tag-cloud,
  .share-links .tagcloud {
    gap: 10px;
  }
}

/*blog-details-card**************/
.blog-details-card .blog-meta {
  margin-bottom: 22px;
}

.blog-details-card .blog-thumb {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.blog-details-card .blog-thumb.style2 {
  border-radius: 20px;
}

.blog-details-card .blog-thumb.style2 img {
  border-radius: 20px;
}

.blog-details-card .blog-thumb .blog-date {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--white-color);
  background: var(--title-color);
  padding: 12px 20px;
  border-radius: 0 5px 0 5px;
}

.blog-details-card .blog-thumb .blog-meta {
  background: var(--theme-color);
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  border-radius: 0 5px 0 5px;
  padding: 5.5px 20px;
}

.blog-details-card .blog-thumb .blog-meta a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.blog-details-card .blog-thumb .blog-meta a i {
  color: var(--white-color);
}

.blog-details-card .blog-content {
  background-color: var(--theme-color3);
  padding: 40px;
  border-radius: 0 0 20px 20px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .blog-details-card .blog-content {
    padding: 30px;
  }
}

.blog-details-card .blog-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 30px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .blog-details-card .blog-title {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .blog-details-card .blog-title {
    font-size: 40px;
  }
}

.blog-details-card p {
  font-size: 18px;
  font-family: var(--title-font);
}

.blog-details-card .blog-details-single-card {
  padding: 40px;
  border-radius: 5px;
}

/* ================================= Blog Home Two Css Start ======================== */
.meta-item {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  -webkit-border-end: 1px solid #888888;
          border-inline-end: 1px solid #888888;
  line-height: 1;
}

.meta-item:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-border-end: 0;
          border-inline-end: 0;
}

.blog-two-item {
  padding: 32px;
  border: 1px solid rgba(225, 254, 108, 0.3);
}

.blog-two-item:hover {
  border-color: var(--theme-color2);
}

.blog-two-item__thumb {
  margin: 38px 0 24px;
  max-height: 300px;
  overflow: hidden;
}

.blog-two-item__thumb img {
  min-height: 195px;
}

/* ================================= Blog Home Two Css End ======================== */
/*------------------- 4.7. Comments  -------------------*/
.comment-form {
  margin-top: var(--blog-space-y, 20px);
  position: relative;
}

.comment-form .row {
  --bs-gutter-x: 20px;
}

.comment-form .form-title {
  margin-top: -0.35em;
  margin-bottom: 30px;
}

.comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

.comment-form .form-text {
  margin-bottom: 25px;
}

.comment-form .form-group {
  margin-bottom: 20px;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.comment-item {
  background-color: var(--theme-color3);
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #F3F5F4;
}

.comment-item .text {
  font-size: 18px;
  -webkit-margin-end: 90px;
          margin-inline-end: 90px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .comment-item .text {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.comments-wrap {
  margin-top: var(--blog-space-y, 80px);
  margin-bottom: 30px;
}

.comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.comments-wrap .comment-respond {
  margin: 30px 0;
}

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

.comments-wrap li {
  margin: 0;
}

.comments-wrap .post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

.comments-wrap .post-comment ol,
.comments-wrap .post-comment ul,
.comments-wrap .post-comment dl {
  margin-bottom: 1rem;
}

.comments-wrap .post-comment ol ol,
.comments-wrap .post-comment ol ul,
.comments-wrap .post-comment ul ol,
.comments-wrap .post-comment ul ul {
  margin-bottom: 0;
}

.comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: var(--blog-space-y, 30px);
}

.comments-wrap ul.comment-list ul ul,
.comments-wrap ul.comment-list ul ol,
.comments-wrap ul.comment-list ol ul,
.comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.comments-wrap .comment-avater {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  overflow: hidden;
  border-radius: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.comments-wrap .comment-avater img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.comments-wrap .comment-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
  position: relative;
}

.comments-wrap .commented-on {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--title-font);
}

.comments-wrap .commented-on i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  font-size: 0.9rem;
}

.comments-wrap .name {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
}

.comments-wrap .comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comments-wrap .text {
  margin-bottom: -0.3em;
}

.comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-margin-start: 135px;
          margin-inline-start: 135px;
}

.comments-wrap .reply_and_edit {
  margin-bottom: -0.46em;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 20px;
}

@media (max-width: 480px) {
  .comments-wrap .reply_and_edit {
    position: relative;
    padding-bottom: 40px;
  }
}

.comments-wrap .reply_and_edit a {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: var(--theme-color);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  border-radius: 10px;
  border: 2px solid #F3F5F4;
  padding: 5px 20px;
}

.comments-wrap .reply_and_edit a:hover {
  color: var(--title-color);
}

.comments-wrap .reply_and_edit a i {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.comments-wrap .reply_and_edit a:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.comments-wrap .reply-btn {
  font-weight: 700;
  font-size: 12px;
  color: var(--body-color);
  font-family: var(--title-font);
  display: inline-block;
}

.comments-wrap .reply-btn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.comments-wrap .reply-btn:hover {
  color: var(--theme-color);
}

.comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  inset-block-start: 5px;
  inset-inline-end: 0;
  width: 80px;
}

ul.comment-list .comment-item:last-child > .post-comment {
  border-bottom: none;
  padding-bottom: 0;
}

.comments-wrap.comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-y: 40px;
  }
  .comments-wrap {
    margin-top: 40px;
  }
  .comments-wrap .children {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .blog-inner-title {
    margin-bottom: 30px;
  }
  .comment-form {
    --blog-space-y: 40px;
  }
  .comments-wrap .comment-avater {
    -webkit-margin-end: 35px;
            margin-inline-end: 35px;
  }
  ul.comment-list .comment-item:first-child:not(.children .comment-item) > .post-comment {
    padding-bottom: 30px;
  }
  .comments-wrap .post-comment {
    margin-bottom: 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .comment-form .btn {
    padding: 20px 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .comments-wrap .post-comment {
    display: block;
  }
  .comments-wrap .comment-avater {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/
.comments-title {
  font-size: 27px;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 30px;
}

ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment ol.children {
  list-style: none;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}

.comment span.says {
  display: none;
}

.comment-author.vcard,
footer.comment-meta {
  position: relative;
}

.comment-author.vcard img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-top: -5px;
}

.comment-author.vcard .fn {
  font-size: 20px;
  position: absolute;
  inset-inline-start: 110px;
  inset-block-start: -10px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.comment-author.vcard .fn a {
  font-weight: 600;
}

.bypostauthor {
  display: block;
}

.bypostauthor .comment-author.vcard .fn:after {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  inset-block-start: 0;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  position: relative;
  line-height: 1;
  font-weight: 900;
}

.comment-metadata {
  position: absolute;
  inset-inline-start: 110px;
  inset-block-start: 20px;
}

.comment-metadata time {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

em.comment-awaiting-moderation {
  font-weight: 500;
  color: #1d1d1d;
  display: block;
  -webkit-padding-start: 110px;
          padding-inline-start: 110px;
  margin-top: -25px;
  margin-bottom: 35px;
}

.comment-metadata span.edit-link,
span.edit-link {
  display: none;
}

.comment .comment-content {
  position: relative;
  -webkit-padding-start: 110px;
          padding-inline-start: 110px;
  margin-top: -25px;
}

.comment article {
  margin-top: 15px;
  padding: 15px 15px 15px 0;
  border-bottom: 2px solid var(--border-color);
  position: relative;
}

.comment-list li:last-child .comment-body {
  border-bottom: 0;
}

.comment-list li .children .comment-body {
  border-bottom: 2px solid var(--border-color);
}

.comment-content img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-body .reply {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 8px;
}

.comments-area .reply a {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  color: var(--black-color);
  font-weight: 600;
}

.comments-area .reply a:hover {
  color: var(--theme-color);
}

.comment-body .reply a:before {
  content: "\f3e5";
  font-family: Font Awesome\ 6 Pro;
  position: absolute;
  inset-inline-start: 3px;
  inset-block-start: 0;
}

.comment-content a,
.comment-body a {
  word-wrap: break-word;
  font-weight: 500;
}

.comment-content li {
  font-weight: 500;
  margin: 8px 0;
}

/*--------------------------------------------------------------
# Comment Respond Form
--------------------------------------------------------------*/
.comments-heading {
  font-size: 25px;
  margin-bottom: 5px;
}

#cancel-comment-reply-link {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  font-size: 20px;
  font-weight: 700;
}

#cancel-comment-reply-link:hover {
  text-decoration: underline;
}

.comment-respond {
  margin-top: 30px;
  padding: 35px 45px 30px 45px;
  background-color: var(--theme-color3);
  color: var(--black-color);
  border-radius: 10px;
}

.comment-respond .comment-form {
  padding: 0;
}

.tp-comment-input {
  position: relative;
  margin-bottom: 30px;
}

.tp-comment-input input,
.tp-comment-input textarea {
  margin-bottom: 0;
}

.tp-comment-input i {
  position: absolute;
  inset-inline-end: 20px;
  font-size: 18px;
  inset-block-start: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #647589;
}

.comment-message.tp-comment-input i {
  inset-block-start: 30px;
}

li.comment .comment-respond {
  margin-bottom: 45px;
  margin-top: 45px;
}

.comment-form .comment-form-wrap {
  margin: 25px -45px 0 -45px;
  border-top: 2px solid var(--border-color);
  padding: 35px 30px 0 30px;
}

.comment-form input,
.comment-form textarea,
.comment-form .form-select {
  border: 2px solid #F3F5F4;
  border-radius: 10px;
  font-size: 18px;
}

.comment-message textarea {
  height: auto;
  border-radius: 15px;
}

.comment-form-cookies-consent label {
  display: inline;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.comment-form .comment-message {
  margin-top: 10px;
}

.comment-form-wrap ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #647589;
}

.comment-form-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #647589;
}

.comment-form-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #647589;
}

.comment-form-wrap ::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

#message-cmt::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

#message-cmt:-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

#message-cmt::-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

#message-cmt::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

.comments-area button.tp-button i {
  font-size: 14px;
}

@media (min-width: 500px) {
  .comment-metadata time {
    margin-top: 15px;
    display: inline-block;
  }
}

li.pingback,
li.trackback {
  border: 2px solid var(--border-color);
  padding: 10px;
  margin-bottom: 20px;
}

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

/* Hero 4 ---------------------------------- */
.hero-4 {
  position: relative;
  /* Medium devices */
}

.hero-4 .hero-thumb4-1 {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 55%;
  /* Medium devices */
}

.hero-4 .hero-thumb4-1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media (max-width: 991px) {
  .hero-4 .hero-thumb4-1 {
    position: initial;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .hero-4 {
    background: #121212;
    background-image: none !important;
  }
}

.hero-style4 {
  padding: 100px 0 80px;
  /* Medium devices */
  /* Extra small devices */
}

.hero-style4 .hero-text {
  color: #F3F5F4;
  max-width: 530px;
  line-height: 1.888;
}

.hero-style4 .hero-tag {
  display: inline-block;
  position: relative;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  margin-top: -55px;
  margin-bottom: -28px;
}

.hero-style4 .hero-tag .hero-tag_icon {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  color: var(--theme-color2);
  z-index: 1;
  font-size: 22px;
}

.hero-style4 .btn-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 991px) {
  .hero-style4 {
    text-align: center;
    padding: 100px 0 120px;
  }
  .hero-style4 .hero-text {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .hero-style4 .btn-wrap {
    display: block;
  }
  .hero-style4 .btn-wrap .hero-tag {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .hero-style4 {
    padding: 80px 0 100px;
  }
}

.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);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.about-experience-tag span {
  --rotate-letter: 15deg;
  height: 65px;
  position: absolute;
  width: 21px;
  left: 42%;
  top: 17px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(var(--rotate-letter));
          transform: rotate(var(--rotate-letter));
}

.about-experience-tag span.char2 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
          transform: rotate(calc(var(--rotate-letter) * 2));
}

.about-experience-tag span.char3 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
          transform: rotate(calc(var(--rotate-letter) * 3));
}

.about-experience-tag span.char4 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
          transform: rotate(calc(var(--rotate-letter) * 4));
}

.about-experience-tag span.char5 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
          transform: rotate(calc(var(--rotate-letter) * 5));
}

.about-experience-tag span.char6 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
          transform: rotate(calc(var(--rotate-letter) * 6));
}

.about-experience-tag span.char7 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
          transform: rotate(calc(var(--rotate-letter) * 7));
}

.about-experience-tag span.char8 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
          transform: rotate(calc(var(--rotate-letter) * 8));
}

.about-experience-tag span.char9 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
          transform: rotate(calc(var(--rotate-letter) * 9));
}

.about-experience-tag span.char10 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
          transform: rotate(calc(var(--rotate-letter) * 10));
}

.about-experience-tag span.char11 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
          transform: rotate(calc(var(--rotate-letter) * 11));
}

.about-experience-tag span.char12 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
          transform: rotate(calc(var(--rotate-letter) * 12));
}

.about-experience-tag span.char13 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
          transform: rotate(calc(var(--rotate-letter) * 13));
}

.about-experience-tag span.char14 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
          transform: rotate(calc(var(--rotate-letter) * 14));
}

.about-experience-tag span.char15 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
          transform: rotate(calc(var(--rotate-letter) * 15));
}

.about-experience-tag span.char16 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
          transform: rotate(calc(var(--rotate-letter) * 16));
}

.about-experience-tag span.char17 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
          transform: rotate(calc(var(--rotate-letter) * 17));
}

.about-experience-tag span.char18 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
          transform: rotate(calc(var(--rotate-letter) * 18));
}

.about-experience-tag span.char19 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
          transform: rotate(calc(var(--rotate-letter) * 19));
}

.about-experience-tag span.char20 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
          transform: rotate(calc(var(--rotate-letter) * 20));
}

.about-experience-tag span.char21 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
          transform: rotate(calc(var(--rotate-letter) * 21));
}

.about-experience-tag span.char22 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
          transform: rotate(calc(var(--rotate-letter) * 22));
}

.about-experience-tag span.char23 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
          transform: rotate(calc(var(--rotate-letter) * 23));
}

.about-experience-tag span.char24 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
          transform: rotate(calc(var(--rotate-letter) * 24));
}

.about-experience-tag span.char25 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
          transform: rotate(calc(var(--rotate-letter) * 25));
}

.about-experience-tag span.char26 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
          transform: rotate(calc(var(--rotate-letter) * 26));
}

.about-experience-tag span.char27 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
          transform: rotate(calc(var(--rotate-letter) * 27));
}

.about-experience-tag span.char28 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
          transform: rotate(calc(var(--rotate-letter) * 28));
}

.about-experience-tag span.char29 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
          transform: rotate(calc(var(--rotate-letter) * 29));
}

.about-experience-tag span.char30 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
          transform: rotate(calc(var(--rotate-letter) * 30));
}

.about-experience-tag span.char31 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
          transform: rotate(calc(var(--rotate-letter) * 31));
}

.about-experience-tag span.char32 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
          transform: rotate(calc(var(--rotate-letter) * 32));
}

/* Hero 5 ---------------------------------- */
.hero-5 {
  background-size: 100% calc(100% - 120px);
  background-repeat: no-repeat;
  /* Extra small devices */
}

.hero-5 .hero-thumb5-1 {
  border-radius: 40px;
  overflow: hidden;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-5 .hero-thumb5-1 {
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  .hero-5 {
    background-size: 100% calc(100% - 70px);
  }
}

.hero-style5 {
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .hero-style5 {
    padding-top: 204px;
  }
}

@media (max-width: 991px) {
  .hero-style5 {
    padding-top: 145px;
  }
}

.hero-style5 .hero-title {
  margin-bottom: 20px;
	font-weight: 700;
}

.hero-style5 .hero-text {
  max-width: 630px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .hero-style5 .hero-text {
    margin-bottom: 40px;
  }
}

/* ======================== Hero One css Start =============================== */
.banner-one__inner {
  padding: 364px 0 286px;
}

@media (max-width: 991px) {
  .banner-one__inner {
    padding: 120px 0 165px;
  }
}

.banner-one-thumb {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0px;
}

@media (max-width: 1399px) {
  .banner-one-thumb {
    max-width: 580px;
  }
}

@media (max-width: 1299px) {
  .banner-one-thumb {
    max-width: 500px;
  }
}

.banner-one.banner-two .banner-one__inner {
  padding: 274px 0 224px;
}

@media (max-width: 991px) {
  .banner-one.banner-two .banner-one__inner {
    padding: 120px 0 165px;
  }
  .video-section > .position-absolute {
    width: 200px;
  }
  .video-content img {
    height: 350px !important;
  }
}

.banner-content__desc {
  max-width: 480px;
}

.half-moon {
  position: absolute;
  inset-block-end: 30%;
  inset-inline-start: 5%;
  -webkit-animation: rotatation infinite 8s;
          animation: rotatation infinite 8s;
  max-width: 10% !important;
}

.half-moon.shape2 {
  inset-inline-start: 47%;
  inset-block-start: 20%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.half-moon.shape3 {
  inset-inline-start: auto;
  inset-inline-end: 51px;
  inset-block-start: auto;
  inset-block-end: 70px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes rotatation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotatation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.service-amount {
  position: absolute;
  inset-inline-end: 12%;
  inset-block-start: 18%;
}

@media (max-width: 1399px) {
  .service-amount {
    inset-inline-end: 0%;
  }
}

@media (max-width: 1299px) {
  .service-amount {
    inset-inline-end: 0%;
  }
}

.service-amount__content {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
}

.star-shape {
  -webkit-animation: rotated infinite 20s linear;
          animation: rotated infinite 20s linear;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ======================== Hero One css End =============================== */
/*------------------- 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 Search  -------------------*/
.popup-search-box {
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 50%;
  background-color: var(--theme-color);
  width: 100.1%;
  height: 0px;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 54px;
  position: absolute;
  inset-block-start: 40px;
  inset-inline-end: 40px;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid var(--smoke-color);
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--white-color);
}

.popup-search-box button.searchClose:hover {
  color: var(--title-color);
  background-color: var(--white-color);
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  display: inline-block;
  padding-bottom: 0px;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  width: 100%;
  border: none;
  background-color: transparent;
  border: 0 !important;
  border-bottom: 2px solid var(--smoke-color) !important;
  padding: 0 80px 0 0px;
  color: var(--smoke-color);
  border-radius: 0px;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}

.popup-search-box form input:-ms-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}

.popup-search-box form input::-ms-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}

.popup-search-box form input::placeholder {
  color: rgba(246, 245, 243, 0.5);
}

.popup-search-box form button {
  position: absolute;
  inset-block-start: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  inset-inline-end: 0px;
  cursor: pointer;
  width: auto;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-filter: brightness(99999);
          filter: brightness(99999);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 350px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* Small devices */
@media (max-width: 767px) {
  .popup-search-box form {
    width: 80%;
  }
  .popup-search-box form input {
    height: 60px;
  }
  .popup-search-box form button {
    width: 60px;
    line-height: 62px;
    height: 60px;
  }
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  inset-inline-end: 0;
  inset-block-start: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  inset-block-start: 20px;
  inset-inline-end: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  inset-inline-end: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 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 .about-text {
  color: var(--deep-dark-color);
}

.sidemenu-wrapper .side-info h4, .sidemenu-wrapper p, .sidemenu-wrapper span {
  color: var(--deep-dark-color);
}

.sidemenu-wrapper .side-info p, .sidemenu-wrapper span {
  font-weight: 500;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

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

.sidemenu-wrapper.show .sidemenu-content {
  inset-inline-end: 0;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 320px;
    padding: 80px 20px;
  }
}

.about-logo {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

/*------------------- 4.00. Subscribe  -------------------*/
.subscribe-sec-shape {
  position: relative;
  z-index: -1;
  inset-block-start: -50px;
}

.subscribe-area {
  border-radius: 6px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 6px 6px;
  padding: 0 30px 30px;
  margin: 0 -30px 0px;
  background: var(--white-color);
}

.subscribe-area .subscribe-wrapper {
  padding: 50px 90px;
  border-radius: 6px;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  margin-bottom: -30px;
}

.subscribe-area .subscribe-title {
  font-size: 30px;
  margin-top: -0.25em;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .form-group .form-control {
  height: 70px;
  -webkit-padding-end: 220px;
          padding-inline-end: 220px;
}

.subscribe-form .form-group .input-icon {
  inset-block-start: 0;
  height: 100%;
  line-height: 70px;
}

.subscribe-form .btn {
  position: absolute;
  inset-inline-end: 10px;
  inset-block-start: 10px;
  padding: 18px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  .subscribe-area .subscribe-wrapper {
    padding: 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .subscribe-area {
    margin: 0 0px 0px;
    padding: 0 20px 20px;
  }
  .subscribe-area .subscribe-wrapper {
    padding: 50px 20px;
  }
  .subscribe-form .form-group .form-control {
    height: 60px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
  }
  .subscribe-form .form-group .input-icon {
    line-height: 60px;
  }
  .subscribe-form .btn {
    position: relative;
    margin-top: 15px;
    width: 100%;
    inset-inline-end: 0;
    inset-block-start: 0;
  }
  .subscribe-area .subscribe-title {
    font-size: 24px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .subscribe-area {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/*------------------- 4.00. Contact  -------------------*/
/* ========================== Home One Contact Section Css Start ============================= */
@media (max-width: 991px) {
  .contact-left {
    width: 100% !important;
  }
}

.contact-left__content {
  padding: 94px 60px;
}

@media (max-width: 1799px) {
  .contact-left__content {
    padding: 80px 24px;
  }
}

@media (max-width: 991px) {
  .contact-left__content {
    padding: 60px 24px;
  }
}

.contact-map {
  -webkit-filter: saturate(0.6) grayscale(1);
          filter: saturate(0.6) grayscale(1);
}

@media (max-width: 991px) {
  .contact-map {
    min-height: 250px;
  }
}

.contact-map iframe {
  height: 100%;
}

/* ========================== Home One Contact Section Css End ============================= */
/****contact page*****/
.contact-page-wrap {
  border-radius: 20px;
  padding: 40px 60px;
}

.contact-page-form input {
  background: transparent;
  border: 2px solid #ffffff85 !important;
  height: 60px;
  padding: 0 20px;
}
.contact-page-form select {
  background: transparent;
  border: 2px solid #ffffff85 !important;
  height: 60px;
  padding: 0 20px;
}
.contact-page-form textarea  {
  border: 2px solid #ffffff85 !important;
}

.contact-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info_icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.contact-info_icon svg {
  width: 35%;
  fill: #fff;
}

.contact-info .contact-info_title {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--white-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(--white-color);
  margin-bottom: -0.3em;
}

.contact-info .contact-info_text a {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
}

.contact-info .contact-info_text a:hover {
  color: var(--theme-color2);
}

.contact-info .contact-info_text:last-child {
  margin-bottom: -0.4em;
}

.map-sec {
  line-height: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.map-sec iframe {
  width: 100%;
  height: 555px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .map-sec iframe {
    height: 400px;
  }
}

.contact-form {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 60px;
  border: 2px solid var(--border-color);
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .contact-form {
    padding: 40px;
  }
}

@media (max-width: 375px) {
  .contact-form {
    padding: 30px;
  }
}

/*------------------- 4.00. About  -------------------*/
/* About Area 4 ---------------------------------- */
.about-grid-wrap {
  background: #121212;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 34px 30px;
}

.about-grid-wrap .about-grid-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #060606;
}

.about-grid-wrap .about-grid-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-grid-wrap .about-grid-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.about-grid-wrap:hover .about-grid-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* About Area 5 ---------------------------------- */
.about-thumb5 {
  display: inline-block;
  position: relative;
}

.about-thumb5 .img1 {
  border-radius: 20px;
  overflow: hidden;
}

.about-thumb5 .about-counter-wrap {
  background: var(--theme-color);
  padding: 20px 40px;
  display: inline-block;
  position: absolute;
  inset-block-end: 50px;
  inset-inline-start: 30px;
  border-radius: 20px;
  text-align: center;
}

.about-thumb5 .about-counter-wrap .about-counter {
  font-size: 60px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 5px;
}

.about-thumb5 .about-counter-wrap .sec-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 0;
}

/* ========================== Home one about page css start ========================= */
.about-one__content {
  padding: 20px 24px;
  border: 2px dashed var(--dark-color);
  position: absolute;
  inset-block-end: 56px;
  inset-inline-start: 22%;
  z-index: 1;
  border-radius: 10px;
}

.about-one-thumb {
  position: relative;
  z-index: 1;
}

.about-one-thumb::before {
  position: absolute;
  content: "";
  width: 270px;
  height: 275px;
  inset-block-start: 40px;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--theme-color2);
  z-index: -1;
}

@media (max-width: 768px) {
  .about-one-thumb::before {
    display: none;
  }
}

/* ========================== Home one about page css End ========================= */
/* ========================== Home Two about Section css Start ========================= */
.about-count__icon {
  width: 64px;
  height: 64px;
}

/* Floating Label Progress bar */
.progress {
  background-color: #F3F5F4;
  height: 3px;
}

.animated-bar {
  -webkit-animation-name: animateBar;
          animation-name: animateBar;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes animateBar {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animateBar {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.floating-label {
  position: absolute;
  right: 0;
  margin-top: -40px;
}

@-webkit-keyframes animateFloatingLabel {
  from {
    inset-inline-start: 0;
  }
  to {
    inset-inline-start: var(--left-percentage);
  }
}

@keyframes animateFloatingLabel {
  from {
    inset-inline-start: 0;
  }
  to {
    inset-inline-start: var(--left-percentage);
  }
}

/* ========================== Home Two about Section css End ========================= */
/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.team-area-1 {
  margin: 0 90px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .team-area-1 {
    margin: 0 20px;
  }
}

.team-card {
  position: relative;
  background: var(--white-color);
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 40px;
}

.team-card_wrapp {
  position: relative;
  overflow: hidden;
}

.team-card .team-card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card_img {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.team-card_content {
  padding: 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .team-card_content {
    padding: 30px 20px;
  }
}

.team-card .plus-btn {
  position: absolute;
  inset-inline-end: 20px;
  inset-inline-end: 20px;
  height: 40px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  width: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-radius: 10px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-card .plus-btn img {
  border-radius: 0;
}

.team-card .global-social {
  position: absolute;
  inset-inline-end: -20px;
  inset-inline-end: 19px;
  display: block;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color);
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.team-card .global-social a {
  color: var(--white-color);
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 20px 0 10px;
}

.team-card .global-social a:not(:last-child) {
  margin: 13px 11px 13px 4px;
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
  -webkit-border-end: 1px solid var(--white-color);
          border-inline-end: 1px solid var(--white-color);
}

.team-card .global-social a:hover {
  background-color: transparent;
  color: var(--theme-color2);
}

.team-card .global-social a img {
  border-radius: 0;
}

.team-card_title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 10px;
  margin-top: -0.3rem;
}

.team-card_title a {
  color: var(--title-color);
}

.team-card_title a:hover {
  color: var(--theme-color);
}

.team-card_desig {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: -0.3rem;
}

.team-card_text p {
  margin-bottom: 0;
}

.team-card:hover .plus-btn {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.team-card:hover .global-social {
  inset-inline-end: 20px;
  opacity: 1;
  visibility: visible;
}

.team-card:hover .team-card_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-card .team-card_text {
    margin-top: -0.5em;
  }
}

/* team box  ----------------------------- */
.team-box {
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  overflow: hidden;
}

.team-box_img img {
  width: 100%;
  height: 100%;
}

.team-box_content {
  position: absolute;
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: -32px;
  padding: 40px;
  background: linear-gradient(3.65deg, var(--theme-color) 5.86%, rgba(0, 77, 110, 0) 82.23%);
  border-radius: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team-box_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  margin-top: -0.3rem;
  margin-bottom: 10px;
}

.team-box_title:hover {
  color: var(--theme-color);
}

.team-box_title a {
  color: inherit;
}

.team-box_desig {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  color: var(--white-color);
  margin-bottom: -0.3rem;
}

.team-box .team-social_wrap {
  text-align: center;
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.team-box .team-social_wrap .social-btn.style2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-box .team-social_wrap .social-btn.style2 a {
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.team-box .team-social_wrap .social-btn.style2 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-box:hover .team-box_content {
  inset-inline-end: 0;
}

.team-box:hover .team-social_wrap {
  margin-top: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Team Area 4 ---------------------------------- */
.team-card.style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background: #121212;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

.team-card.style3 .team-card-bg-shape {
  position: absolute;
  inset-inline-end: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-card.style3 .team-card-bg-shape img {
  height: 100%;
  width: 300px;
}

.team-card.style3 .team-card_content {
  padding: 40px;
  max-width: 340px;
}

.team-card.style3 .team-card_title {
  text-align: start;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
  margin-bottom: 13px;
}

.team-card.style3 .team-card_title a {
  color: var(--white-color);
}

.team-card.style3 .team-card_title a:hover {
  color: var(--theme-color2);
}

.team-card.style3 .team-card_text {
  font-size: 18px;
  color: var(--white-color);
  line-height: 1.888;
  font-weight: 400;
  margin-bottom: -0.5em;
  display: block;
}

.team-card.style3 .team-card_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 1399px) {
  .team-card.style3 .team-card-bg-shape img {
    width: 250px;
  }
  .team-card.style3 .team-card_img {
    width: 200px;
    height: 234px;
  }
  .team-card.style3 .team-card_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media (max-width: 1199px) {
  .team-card.style3 .team-card_content {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .team-card.style3 .team-card_content {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .team-card.style3 {
    display: block;
  }
  .team-card.style3 .team-card-bg-shape {
    inset-block-start: auto;
  }
  .team-card.style3 .team-card_img {
    width: auto;
    height: auto;
    margin: 0 15px;
    text-align: end;
  }
  .team-card.style3 .team-card_img img {
    width: auto;
    height: auto;
  }
}

/* Team Area 5 ---------------------------------- */
.team-card.style4 {
  background: #121212;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid transparent;
  margin-bottom: 0;
}

.team-card.style4 .team-card_img {
  height: 310px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style4 .team-card_img img {
  border-radius: 0;
  -o-object-position: top;
     object-position: top;
}

.team-card.style4 .team-card_content {
  padding: 30px 0 0;
  text-align: center;
}

.team-card.style4 .team-card_title a {
  color: var(--white-color);
}

.team-card.style4 .team-card_title a:hover {
  color: var(--theme-color2);
}

.team-card.style4 .team-card_wrapp {
  position: initial;
}

.team-card.style4 .global-social {
  inset-block-end: 35px;
  inset-inline-end: auto;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  inset-block-start: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.team-card.style4 .global-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--theme-color2);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.team-card.style4 .global-social a:hover {
  background: var(--theme-color2);
  color: var(--title-color);
}

.team-card.style4:hover {
  border-color: var(--theme-color2);
  padding-bottom: 90px;
}

.team-card.style4:hover .team-card_img {
  height: 250px;
}

/* Team Details ---------------------------------- */
.team-about-card {
  margin-bottom: 75px;
}

.team-about-card .team-about-card_img {
  height: 100%;
}

.team-about-card .team-about-card_img img {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-about-card .team-about-card_box {
  -webkit-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: 60px 0;
  border-radius: 5px;
  -webkit-margin-start: -80px;
          margin-inline-start: -80px;
  background: var(--white-color);
}

.team-about-card_title {
  margin-top: -0.3em;
  margin-bottom: 30px;
  font-weight: 700;
}

.team-details-wrap .team-details-wrap-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.team-details-wrap .team-details-wrap-desig {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}

.team-details-wrap_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.team-details-wrap_info:not(:last-child) {
  margin-bottom: 25px;
}

.team-details-wrap_info .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: var(--smoke-color);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.team-details-wrap_info p {
  margin-top: -0.3em;
  margin-bottom: 0;
}

.team-details-wrap_info p a {
  color: var(--title-color);
}

.team-details-wrap_info p a:hover {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .team-about-card .team-about-card_box {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .team-about-card {
    margin-bottom: 0;
  }
}

/* ======================== team Two css Start ============================ */
.team-two-section__inner {
  padding-top: 248px;
  max-width: 1800px;
  margin: 0 16px;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .team-two-section__inner {
    padding-top: 80px;
  }
}

.team-item__thumb img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.share-button {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.15);
}

.share-button-wrapper .social-list {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.share-button-wrapper.active .share-button {
  background-color: var(--white-color);
}

.share-button-wrapper.active .share-button img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}

.share-button-wrapper.active .social-list {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

/* ======================== team Two css End ============================ */
/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */
.testimonial-thumb1 img {
  border-radius: 20px;
  width: 100%;
}

.testi-card {
  position: relative;
  background: var(--smoke-color);
  border-radius: 20px;
  padding: 60px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .testi-card {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .testi-card {
    padding: 30px;
  }
}

.testi-card .quote-icon {
  position: absolute;
  inset-block-start: 0px;
  inset-inline-end: 40px;
}

.testi-card .rating {
  margin-bottom: 20px;
}

.testi-card .rating i {
  color: #B8BB0A;
  font-size: 20px;
}

.testi-card .rating i:last-child {
  color: var(--white-color);
}

.testi-card .testi-profile-title {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 22.6875px;
  line-height: 29px;
  margin-bottom: 15px;
  margin-top: -0.3em;
}

.testi-card .testi-profile-desig {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18.2812px;
  line-height: 34px;
  color: var(--body-color);
  font-family: var(--body-font);
}

.testi-card .testi-card_text {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-bottom: 40px;
}

.testi-card .testi-card-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-card .testi-card-profile {
    display: block;
  }
}

.testi-card .rating {
  color: #F8B427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.testi-profile_thumb {
  min-width: 70px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-profile_thumb {
    margin-bottom: 15px;
  }
}

.testi-profile_thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testi-desc {
  font-size: 18px;
  -webkit-margin-start: 70px;
          margin-inline-start: 70px;
  margin-bottom: 75px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testi-desc {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.testi-area-slider {
  position: relative;
  margin: 130px 0px 0px -240px;
  /* Medium devices */
}

@media (max-width: 1399px) {
  .testi-area-slider {
    margin: 70px 0px 0px -240px;
  }
}

@media (max-width: 991px) {
  .testi-area-slider {
    margin: 0;
  }
}

.testi-area-slider .icon-box {
  gap: 20px;
  position: absolute;
  inset-inline-end: 0;
  inset-inline-end: 40px;
  display: block;
}

.testi-area-slider .slick-arrow {
  --icon-size: 40px;
  border-radius: 10px;
  color: var(--theme-color);
  border: 1px solid #F3F5F4;
  background: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  inset-block-start: unset;
  inset-inline-end: 40px;
  inset-inline-end: -5px;
  opacity: 1;
  visibility: visible;
}

.testi-area-slider .slick-arrow.slick-next {
  inset-block-start: unset;
  inset-inline-end: 90px;
  inset-inline-start: auto;
  inset-inline-end: -5px;
}

.testi-slider-1 {
  position: relative;
}

.testi-slider-1 .slick-dots {
  position: absolute;
  inset-inline-end: 74px;
  inset-inline-end: 60px;
  display: inline-block;
  width: auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-card .testi-card_text {
    font-size: 18px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .testimonial-thumb1 {
    display: none;
  }
}

/* Testimonial 3 ---------------------------------- */
.testi-area-slider4 {
  -webkit-margin-end: -80px;
          margin-inline-end: -80px;
  position: relative;
  z-index: 2;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testi-area-slider4 {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.testi-area-slider4 .icon-box {
  position: absolute;
  inset-inline-end: 40px;
  inset-block-end: 40px;
  /* Extra small devices */
}

.testi-area-slider4 .icon-box .slick-arrow {
  background: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: normal;
}

.testi-area-slider4 .icon-box .slick-arrow img {
  -webkit-filter: brightness(9) grayscale(1);
          filter: brightness(9) grayscale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
}

.testi-area-slider4 .icon-box .slick-arrow:hover img {
  -webkit-filter: none;
          filter: none;
}

@media (max-width: 375px) {
  .testi-area-slider4 .icon-box {
    display: none;
  }
}

.testi-card.style2 {
  background: var(--theme-color);
  border-radius: 20px;
  padding: 40px;
  z-index: 1;
  /* Extra small devices */
}

.testi-card.style2 .testi-profile-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 10px;
}

.testi-card.style2 .testi-profile-desig {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
}

.testi-card.style2 .testi-card_text {
  font-size: 24px;
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.583;
  margin-top: 30px;
  margin-bottom: 48px;
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card.style2 .testi-card_text {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .testi-card.style2 .testi-card_text {
    margin-bottom: 28px;
    font-size: 16px;
  }
}

.testi-card.style2 .rating {
  margin-bottom: 0;
}

.testi-card.style2 .quote-icon {
  z-index: -1;
  -webkit-filter: brightness(9);
          filter: brightness(9);
  width: 295px;
  inset-inline-end: 45px;
  inset-block-end: 55px;
  inset-block-start: auto;
}

@media (max-width: 375px) {
  .testi-card.style2 {
    padding: 30px;
  }
}

/* Testimonial 4 ---------------------------------- */
.testimonial-area-5 .testimonial-thumb1 {
  position: relative;
  z-index: 1;
}

.testi-card.style3 {
  border: 1px solid var(--theme-color);
  background: #141416;
  padding: 60px 123px 60px 60px;
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}

.testi-card.style3 .quote-icon {
  position: initial;
  margin-bottom: 30px;
}

.testi-card.style3 .testi-card_text {
  font-size: 30px;
  color: var(--white-color);
  line-height: 1.666;
  margin-bottom: 60px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-card.style3 .testi-card_text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.testi-card.style3 .testi-profile-title {
  color: var(--white-color);
  margin-bottom: 10px;
}

.testi-card.style3 .testi-profile-desig {
  color: var(--white-color);
  opacity: 0.7;
}

@media (max-width: 991px) {
  .testi-card.style3 {
    padding: 60px;
  }
}

@media (max-width: 575px) {
  .testi-card.style3 {
    padding: 30px;
  }
}

@media (max-width: 375px) {
  .testi-card.style3 .testi-card_text {
    font-size: 16px;
  }
}

/* ============================ Testimonials Section Start ================================ */
.testimonials-item {
  padding: 50px 60px;
  border: 1px dashed var(--theme-color2);
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

@media (max-width: 1599px) {
  .testimonials-item {
    padding: 44px;
  }
}

@media (max-width: 1399px) {
  .testimonials-item {
    padding: 32px;
  }
}

@media (max-width: 991px) {
  .testimonials-item {
    padding: 32px 24px;
  }
}

@media (max-width: 375px) {
  .testimonials-item {
    padding: 32px 16px;
  }
}

.testimonials-item:hover {
  border-style: solid;
  border-radius: 12px !important;
}

.testimonials-item__quote {
  font-size: 112px;
  opacity: .5;
}

.user-info {
  gap: 20px;
}

.user-info__thumb {
  width: 85px;
  height: 85px;
}

@media (max-width: 991px) {
  .user-info__thumb {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .user-info__thumb {
    width: 48px;
    height: 48px;
  }
}

/* ============================ Testimonials Section End ================================ */
/* ============================ Testimonials Home Two Section Start ================================ */
.testi-item-slider {
  margin: 0 -30px;
}

.testi-item {
  margin: 0 30px;
}

.testi-item__desc {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-border-start: 3px solid rgba(225, 254, 108, 0.2);
          border-inline-start: 3px solid rgba(225, 254, 108, 0.2);
}

.curve-shape {
  margin: 28px 0 40px;
  height: 26px;
  width: 100%;
  background-color: var(--theme-color2);
  -webkit-mask-image: url(../img/curve-lines.png);
  mask-image: url(../img/curve-lines.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* ============================ Testimonials Home Two Section End ================================ */
/*------------------- 4.00. Blog  -------------------*/
.blog-shape-img1 {
  opacity: 0.2;
  inset-inline-start: 66px;
  inset-block-start: 250px;
  /* Extra large devices */
}

.blog-shape-img1 .about1-shape-img-2 {
  -webkit-margin-start: -35px;
          margin-inline-start: -35px;
  margin-bottom: -120px;
}

@media (max-width: 1500px) {
  .blog-shape-img1 {
    inset-inline-end: 42px;
    inset-block-start: 140px;
  }
}

.blog-card {
  position: relative;
}

.blog-card .blog-title {
  font-weight: 700;
  font-size: 22px;
  color: var(--title-color);
  margin-bottom: -0.3rem;
  margin-top: 12px;
}

.blog-card .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #F3F5F4;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-card .blog-meta a {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.blog-card .blog-meta a i {
  font-weight: 400;
}

.blog-card .blog-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.blog-card .blog-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card .blog-content {
  padding: 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: -20px 20px 0 20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.blog-card:hover .blog-content {
  background: #EBF3EE;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-card .blog-title {
    font-size: 24px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-card .blog-content {
    -webkit-margin-start: 25px;
            margin-inline-start: 25px;
    padding: 30px;
  }
  .blog-card .blog-title {
    margin-bottom: 25px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .blog-card .blog-content {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    margin: 0;
  }
  .blog-card .blog-title {
    font-size: 22px;
  }
  .blog-card .blog-img {
    border-radius: 5px 5px 0 0;
  }
  .blog-card .blog-img img {
    border-radius: 5px 5px 0 0;
    min-height: 300px;
  }
  .blog-card .blog-img .blog-date {
    inset-inline-end: 30px;
  }
}

.blog-box {
  position: relative;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.blog-box .blog-img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.blog-box .blog-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-box .blog-content {
  padding: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .blog-box .blog-content {
    padding: 30px;
  }
}

.blog-box .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #F3F5F4;
  margin-bottom: 26px;
  padding-bottom: 25px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-box .blog-meta {
    display: block;
  }
}

.blog-box .blog-meta a {
  font-size: 15px;
}

.blog-box .blog-meta a img {
  -webkit-margin-end: 9px;
          margin-inline-end: 9px;
}

.blog-box .blog-title {
  font-size: 22px;
  margin-top: -0.3rem;
  margin-bottom: 25px;
}

.blog-box .blog-desc {
  font-size: 18px;
  margin-bottom: 30px;
}

.blog-box:hover .blog-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-card.style3 {
  border-radius: 20px;
  /* Extra small devices */
}

.blog-card.style3 .blog-img {
  border-radius: 20px 20px 0 0;
}

.blog-card.style3 .blog-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.blog-card.style3 .blog-content {
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px 0 20px 20px;
  border: 1px solid var(--theme-color);
  border-top: 0;
  padding: 40px;
}

.blog-card.style3 .blog-content .blog-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px 18px;
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-card.style3 .blog-content .blog-meta i {
  color: var(--white-color);
  font-size: 16px;
}

.blog-card.style3 .blog-content .blog-meta a {
  color: var(--white-color);
}

.blog-card.style3 .blog-content .blog-meta span svg,
.blog-card.style3 .blog-content .blog-meta a svg {
  margin-right: 7px;
}

.blog-card.style3 .blog-title {
  margin-top: 21px;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 37px;
  line-height: 1.272;
}

.blog-card.style3 .blog-title a:hover {
  color: var(--theme-color2);
}

.blog-card.style3 .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
}

.blog-card.style3 .link-btn i {
  color: var(--theme-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card.style3 .link-btn:before {
  display: none;
}

.blog-card.style3 .link-btn:hover i {
  color: var(--theme-color2);
}

@media (max-width: 575px) {
  .blog-card.style3 .blog-content {
    padding: 30px;
  }
  .blog-card.style3 .blog-content .blog-meta a {
    font-size: 15px;
  }
}

/* Blog Card 4---------------------------------- */
.blog-card.style4 {
  border-radius: 20px;
  border: 1px solid var(--theme-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Extra small devices */
}

.blog-card.style4 .blog-img {
  border-radius: 20px 20px 0 0;
}

.blog-card.style4 .blog-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
}

.blog-card.style4 .blog-content {
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 30px 40px 40px;
}

.blog-card.style4 .blog-content .blog-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px 18px;
  border-bottom: 1px solid var(--title-color);
  opacity: 0.7;
}

.blog-card.style4 .blog-content .blog-meta i {
  color: var(--white-color);
  font-size: 16px;
}

.blog-card.style4 .blog-content .blog-meta a {
  color: var(--white-color);
  margin: 0;
  font-size: 14px;
}

.blog-card.style4 .blog-title {
  margin-top: 21px;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 30px;
  line-height: 1.272;
}

.blog-card.style4 .blog-title a:hover {
  color: var(--theme-color2);
}

.blog-card.style4 .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
}

.blog-card.style4 .link-btn:before {
  display: none;
}

.blog-card.style4 .link-btn:hover {
  color: var(--theme-color2);
}

.blog-card.style4:hover {
  border-color: var(--theme-color2);
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

@media (max-width: 575px) {
  .blog-card.style4 .blog-content {
    padding: 30px;
  }
  .blog-card.style4 .blog-content .blog-meta a {
    font-size: 15px;
  }
}

/* ========================= Home One Blog Css start =============================== */
.latest-blog-item:hover .latest-blog-item__title {
  border-color: var(--theme-color2);
}

.latest-blog-item__date {
  color: #8D8F96;
  font-style: italic;
}

.latest-blog-item__title {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #5f5f5f66;
}

/* ========================= Home One Blog Css End =============================== */
/*------------------- 4.00. Client  -------------------*/
/* Client 2 ---------------------------------- */
.client-area-2 {
  padding-top: 70px;
  max-width: 915px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: 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 3 ---------------------------------- */
.client-area-3 {
  border-radius: 20px 20px 0 0;
  padding: 70px 20px;
}

.client-area-3 .client-logo {
  text-align: center;
}

/* Client 4 ---------------------------------- */
.client-area-4 {
  position: relative;
}

.client-area-4 .shadow-shape-right {
  inset-inline-end: 40%;
  inset-block-start: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1041px;
}

.client-area-4 .shadow-shape-right:after {
  width: 311px;
  height: 311px;
  background: var(--theme-color);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  inset-inline-end: 50%;
}

.client-area-4 .client-logo {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.client-area-4 .client-logo:hover {
  opacity: 1;
}

.client-logo {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .client-logo {
    text-align: center;
  }
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding: 0;
  list-style: none;
  text-align: start;
  margin-bottom: 0;
}

.checklist li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--body-color);
}

.checklist li:last-child {
  margin-bottom: 0;
}

.checklist li i,
.checklist li svg {
  font-size: 22px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  margin-top: 2px;
  font-weight: 600;
  color: var(--theme-color);
}

.checklist.style2 ul li:not(:last-child) {
  margin-bottom: 17px;
}

.checklist.style2 ul li i {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  font-size: 16px;
  color: var(--theme-color);
  margin-top: 3px;
}

.checklist.style3 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}

.checklist.style3 ul li {
  margin-bottom: 0;
}

.checklist.style4 ul li:not(:last-child) {
  margin-bottom: 9px;
}

.checklist.style5 ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color);
}

.checklist.style6 ul li {
  font-weight: 500;
  font-size: 22px;
  color: var(--title-color);
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .checklist.style6 ul li {
    font-size: 18px;
  }
}

.checklist.style7 ul li {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 32px;
  /* Medium Large devices */
}

.checklist.style7 ul li:last-child {
  margin-bottom: 0;
}

.checklist.style7 ul li i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--theme-color2);
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 6px;
}

@media (max-width: 1399px) {
  .checklist.style7 ul li {
    font-size: 18px;
  }
}

.checklist.style-white li {
  color: var(--white-color);
}

.checklist.style-white li:not(:last-child) {
  margin-bottom: 12px;
}

.checklist.style-white li i,
.checklist.style-white li svg {
  font-size: 14px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  margin-top: 5px;
}

.checklist.style-white2 li {
  color: var(--white-color);
}

.checklist.style-white2 li:not(:last-child) {
  margin-bottom: 12px;
}

.checklist.style-white2 li i,
.checklist.style-white2 li svg {
  font-size: 16px;
  color: var(--white-color);
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  margin-top: 5px;
}

.checklist.mb-40 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}

.checklist.mb-45 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.img-half {
  position: absolute;
  inset-block-start: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.img-half img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-half.img-right {
  inset-inline-end: 0;
}

.icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

.btn-wrap.style2 {
  gap: 30px 40px;
}

.read-more-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  position: relative;
}

.read-more-btn i,
.read-more-btn svg {
  font-size: 12px;
}

.read-more-btn:after {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 1px;
  background: var(--theme-color);
  width: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.read-more-btn:hover {
  color: var(--theme-color);
}

.read-more-btn:hover:after {
  width: 100%;
}

.category-tag {
  background: var(--theme-color);
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding: 0 19px;
  letter-spacing: 1px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .checklist.style2 ul li i {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}

/*------------------- 4.00. Video -------------------*/
/* Video 1 ---------------------------------- */
.video-area-1 .video-wrap {
  display: block;
  text-align: center;
  position: relative;
}

.video-area-1 .video-wrap img {
  border-radius: 20px;
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-area-1 .video-wrap .play-btn {
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  inset-inline-start: 50%;
  inset-block-start: 50%;
}

/*------------------- 4.00. Category Menu -------------------*/
/* Category 1 ---------------------------------- */
.category-card {
  border-radius: 6px;
  background: var(--white-color);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-card_content {
  max-width: 150px;
}

.category-card_title {
  font-size: 20px;
  margin-top: -0.3em;
  margin-bottom: 26px;
}

.category-card_title a {
  color: var(--title-color);
}

.category-card_title a:hover {
  color: var(--theme-color);
}

.category-card_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  position: relative;
  z-index: 1;
}

.category-card_icon:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: #f7f4ef;
  height: 60px;
  width: 60px;
  inset-inline-start: -30px;
  inset-block-start: 0;
  z-index: -1;
}

.category-card .more-btn {
  font-size: 12px;
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: initial;
}

.category-card .more-btn:hover {
  color: var(--theme-color);
}

.category-card .more-btn i {
  font-size: 14px;
  display: block;
}

.category-search-form {
  margin-top: 40px;
  position: relative;
}

.category-search-form .form-control {
  padding: 14.5px 280px 14.5px 30px;
}

.category-search-form .btn {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  padding: 20px 50px;
}

/* Category 2 ---------------------------------- */
.category-card2 {
  border-radius: 6px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 30px 30px 23px;
}

.category-card2_title {
  font-size: 20px;
  margin-top: -0.3em;
  margin-bottom: 0px;
}

.category-card2_title a {
  color: var(--title-color);
}

.category-card2_title a:hover {
  color: var(--theme-color);
}

.category-card2_icon {
  display: inline-block;
  height: 66px;
  width: 66px;
  line-height: 64px;
  border-radius: 50%;
  background: var(--smoke-color3);
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-card2_icon img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-card2_icon:after {
  display: none;
}

.category-card2:hover .category-card2_icon {
  background: var(--theme-color);
}

.category-card2:hover .category-card2_icon img {
  -webkit-filter: brightness(99);
          filter: brightness(99);
}

.category-slider {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  margin-bottom: -50px;
}

.category-area2 {
  padding-bottom: 100px;
  z-index: 2;
}

.category-area2 .category-search-form .form-control {
  border-color: var(--theme-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .category-search-form {
    text-align: center;
  }
  .category-search-form .btn {
    position: inherit;
    margin-top: 20px;
  }
  .category-search-form .form-control {
    padding: 14.5px 30px;
  }
}

/* Category 3 ---------------------------------- */
.category-slider3 {
  border: 1px solid var(--border-color);
}

.category-slider3 .slick-slide {
  -webkit-border-end: 1px solid var(--border-color);
          border-inline-end: 1px solid var(--border-color);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .category-slider3 .slick-slide {
    -webkit-border-end: 0;
            border-inline-end: 0;
  }
}

.category-card-item {
  text-align: center;
  padding-bottom: 18px;
}

.category-card-item .category-card-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}

.category-card-item .category-card-title a {
  color: var(--title-color);
}

.category-card-item .category-card-title a:hover {
  color: var(--theme-color);
}

.category-card-item .category-card-text {
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.6;
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.faq-area-1 {
  margin-top: -400px;
  padding-top: 400px !important;
}

.accordion-card {
  margin-bottom: 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: var(--smoke-color);
  border: 0;
}

.accordion-card .accordion-button {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  border: 0;
  background-color: transparent;
  padding: 0px 0px 0px 50px;
  min-height: 70px;
  gap: 10px;
  margin-bottom: 0;
  text-align: start;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid rgba(36, 63, 55, 0.5);
}

.accordion-card .accordion-button:after {
  content: "\f067";
  height: 30px;
  width: 30px;
  border-radius: 5px;
  line-height: 30px;
  background: #C4F500;
  border: 0;
  font-family: var(--icon-font);
  color: var(--theme-color);
  font-weight: 900;
  font-size: 18px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  inset-block-start: 22px;
  inset-inline-start: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  color: var(--title-color);
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: '\f068';
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 30px 30px 30px 0px;
  margin-top: -0.5em;
  border-bottom: 1px solid rgba(36, 63, 55, 0.2);
}

.accordion-card .accordion-body p {
  margin-bottom: -0.6em;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}

.accordion-card:last-child {
  margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .accordion-card .accordion-button {
    font-size: 20px;
  }
  .accordion-card .accordion-button:after {
    font-size: 16px;
    inset-block-start: 13px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 15px 25px 15px 45px;
  }
}

/* Faq 2 ---------------------------------- */
.accordion-card.style2 {
  background: transparent;
}

/* Faq 5 ---------------------------------- */
.faq-thumb5 {
  overflow: hidden;
  display: inline-block;
  position: relative;
  /* Extra small devices */
}

.faq-thumb5 img {
  border-radius: 20px;
}

.faq-thumb5 .about-counter-wrap {
  background: var(--white-color);
  border-radius: 10px;
  padding: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  inset-inline-end: 10px;
  inset-block-start: 10px;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-thumb5 .about-counter-wrap .about-counter {
  margin-bottom: 0;
  color: var(--theme-color);
  font-size: 60px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-thumb5 .about-counter-wrap .sec-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color);
  max-width: 82px;
  line-height: 1.888;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .faq-thumb5 img {
    border-radius: 10px;
  }
  .faq-thumb5 .about-counter-wrap {
    position: initial;
    margin-top: 20px;
    -webkit-animation: none !important;
            animation: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.accordion-card.style5 {
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  background: #202022;
  padding: 5px 30px;
}

.accordion-card.style5:last-child {
  margin-bottom: 0;
}

.accordion-card.style5 .accordion-button {
  border-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 0 70px 0 0;
  color: var(--white-color);
  /* Extra small devices */
}

.accordion-card.style5 .accordion-button:after {
  inset-inline-start: auto;
  inset-inline-end: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  inset-block-start: 15px;
  content: "\f105";
  background: transparent;
  border: 1px solid var(--theme-color2);
  color: var(--theme-color2);
}

.accordion-card.style5 .accordion-button:not(.collapsed):after {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  content: "\f107";
}

@media (max-width: 575px) {
  .accordion-card.style5 .accordion-button {
    font-size: 18px;
  }
}

.accordion-card.style5 .accordion-body {
  padding: 0 50px 30px 0;
  border-bottom: 0;
  /* Small devices */
}

.accordion-card.style5 .accordion-body p {
  color: var(--white-color);
  opacity: 0.7;
}

@media (max-width: 767px) {
  .accordion-card.style5 .accordion-body {
    padding: 10px 0 20px;
  }
}

.accordion-card.style5:has(.accordion-button:not(.collapsed)) {
  background: #202022;
}

/* ========================== Accordion arrow up down style css start =============================== */
.accordion-area.arrow-style .accordion-button {
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}

.accordion-area.arrow-style .accordion-button[aria-expanded="true"] {
  color: var(--theme-color2) !important;
}

.accordion-area.arrow-style .accordion-button[aria-expanded="true"]::after {
  content: "\f078";
}

.accordion-area.arrow-style .accordion-button:after {
  background-color: transparent !important;
  width: unset;
  height: unset !important;
  line-height: 1;
  content: "\f054";
  color: var(--theme-color2) !important;
  inset-inline-end: 0;
  inset-block-start: 50% !important;
  inset-inline-start: auto;
  font-size: 14px;
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
}

/* ========================== Accordion arrow up down style css End =============================== */
/*------------------- 4.00. feature -------------------*/
/***********feature area 4**********/
.feature-wrap4 {
  position: relative;
}

.feature-wrap4 .feature-bg-line {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .feature-wrap4 .feature-bg-line {
    display: none;
  }
}

.feature-thumb4-1 {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}

.feature-thumb4-1 img {
  width: 100%;
}

.feature-content .feature-content-title {
  font-size: 30px;
}

.feature-content .feature-content-subtitle {
  font-size: 22px;
}

.feature-content .feature-content-text {
  font-size: 18px;
}

/*------------------- 4.00. CTA -------------------*/
/* CTA Area 3 ---------------------------------- */
.cta-area-3 {
  border-radius: 20px;
  padding: 80px 60px;
  margin-top: -140px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

.cta-area-3 .newsletter-form.style2 .form-group {
  border-color: var(--theme-color);
}

@media (max-width: 1399px) {
  .cta-area-3 {
    padding: 60px 38px;
  }
}

@media (max-width: 991px) {
  .cta-area-3 {
    padding: 50px 50px 60px;
  }
}

@media (max-width: 575px) {
  .cta-area-3 {
    padding: 30px;
  }
  .cta-area-3 .newsletter-form {
    margin: 0px 0 80px 0;
  }
}

.cta-one {
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}

/*------------------- 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 ---------------------------------- */
.service-card {
  background: var(--white-color);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-card_img {
  min-width: 220px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.service-card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-card_title {
  margin-top: -0.2em;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .service-card_title {
    font-size: 20px;
  }
}

.service-card_title a {
  color: var(--title-color);
}

.service-card_title a:hover {
  color: var(--theme-color);
}

.service-card_content {
  padding: 30px;
}

.service-card_text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-bottom: 35px;
}

.service-card .link-btn {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.service-card .link-btn:before {
  background: var(--title-color);
}

.service-card .link-btn i {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

.service-card:hover .service-card_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.service-title-area {
  max-width: 414px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  margin-bottom: 62px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .service-title-area {
    max-width: 100%;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.service-title-area p {
  font-size: 18px;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-card {
    display: block;
  }
  .service-card .service-card_img {
    border-radius: 20px 20px 0 0;
    height: 300px;
  }
  .service-card .service-card_img img {
    border-radius: 20px 20px 0 0;
  }
  .service-card .service-card_text {
    font-size: 16px;
  }
}

/* Service details page ---------------------------------- */
.page-thumb {
  border-radius: 10px;
}

.page-thumb img {
  border-radius: 10px;
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-thumb.style2 {
  border-radius: 20px;
}

.page-thumb.style2 img {
  min-height: 270px;
  border-radius: 20px;
}

.service-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #EBF3EE;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
  -webkit-transform: translate(0, -54px);
          transform: translate(0, -54px);
  margin-bottom: -54px;
  gap: 20px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .service-details-list {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
    margin-bottom: -15px;
  }
}

.service-details-list .single-service-list .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

.service-details-list .single-service-list .content {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .service-details-list .single-service-list .content {
    font-size: 20px;
  }
}

/* Service Card 3---------------------------------- */
.service-card-3 {
  border-radius: 20px;
  border: 1px solid var(--theme-color);
  background: transparent;
  padding: 40px 40px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.service-card-3:hover {
  border-color: var(--theme-color2);
}

.service-card-3 .service-card-icon {
  margin-bottom: 35px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #121212;
}

.service-card-3 .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 40px;
}

.service-card-3 .service-card_content {
  padding: 0;
}

.service-card-3 .service-card_title {
  margin-bottom: 20px;
}

.service-card-3 .service-card_title a {
  color: var(--white-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card-3 .service-card_title a:hover {
  color: var(--theme-color2);
}

.service-card-3 .service-card_text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.888;
  color: var(--white-color);
}

.service-card-3 .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
}

.service-card-3 .link-btn:before {
  background: var(--white-color);
}

.service-card-3 .link-btn:hover i {
  color: var(--theme-color2);
}

.service-card-3:hover .service-card-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Service Card 4---------------------------------- */
.service-card-4 {
  border: 1px solid var(--theme-color);
  padding: 30px;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Medium Large devices */
  /* Large devices */
}

.service-card-4 .service-card-thumb {
  border-radius: 20px;
  overflow: hidden;
}

.service-card-4 .service-card-thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.service-card-4 .service-card_content {
  padding: 30px 10px 0;
}

.service-card-4 .service-card_content .service-card_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-card-4 .service-card_content .service-card_title a {
  color: var(--white-color);
}

.service-card-4 .service-card_content .service-card_title a:hover {
  color: var(--theme-color2);
}

.service-card-4 .service-card_content .service-card_text {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--white-color);
  opacity: 0.7;
}

.service-card-4:hover {
  border-color: var(--theme-color2);
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

.service-card-4:hover .service-card-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1399px) {
  .service-card-4 .service-card-thumb {
    border-radius: 15px;
  }
  .service-card-4 .service-card_content {
    padding: 30px 0px 0;
  }
  .service-card-4 .service-card_content .service-card_title {
    font-size: 20px;
  }
  .service-card-4 .service-card_content .service-card_text {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .service-card-4:hover {
    -webkit-transform: none;
            transform: none;
  }
}

/* ========================== Home One service css start ============================= */
.services-section {
  margin-top: -132px;
}

@media (max-width: 991px) {
  .services-section {
    margin-top: 120px;
  }
}

.service-item {
  padding: 48px 32px;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Service Style Two */
}

.service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme-color2);
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1599px) {
  .service-item {
    padding: 32px 24px;
  }
}

@media (max-width: 1399px) {
  .service-item {
    padding: 24px 16px;
  }
}

.service-item:hover::before {
  visibility: visible;
  opacity: 1;
}

.service-item:hover .service-item__title, .service-item:hover .service-item__desc, .service-item:hover .service-item__btn {
  color: var(--dark-color) !important;
}

.service-item:hover .service-item__icon::before {
  background-color: #ffffff;
}

.service-item:hover .service-item__icon img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}

.service-item .service-item__icon img {
  filter: brightness(0);
  width: 45px;
  margin-top: 16px;
    margin-left: 18px;
}

.service-item__title, .service-item__desc, .service-item__btn {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-item__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}

.service-item__icon img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-item__icon::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  inset-inline-end: 0;
  inset-inline-start: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-item__desc {
  color: var(--white-color);
}

.service-item.style-two::before {
  display: none !important;
}

.service-item.style-two .service-item__icon::before {
  width: 80px;
  height: 80px;
  opacity: .4;
}

/* ========================== Home One service css End ============================= */
/* ========================== Home One service Two css start ============================= */
.service-two-item {
  border: 1px solid #CACACA;
  border-radius: 5px;
  padding: 40px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.service-two-item:hover {
  border-color: var(--theme-color2);
}

.service-two-item:hover::before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1199px) {
  .service-two-item {
    padding: 40px 24px;
  }
}

.service-two-item::before {
  position: absolute;
  content: "";
  width: 170px;
  height: 80px;
  background-color: var(--theme-color2);
  inset-inline-start: -45px;
  inset-block-start: 0;
  border-radius: 100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.service-two-item__icon {
  width: 80px;
  height: 80px;
  background-color: var(--theme-color2);
}

.services-two-section {
  position: relative;
  z-index: 1;
  margin-top: -104px;
}

@media (min-width: 991px) {
  .services-two-section {
    padding-bottom: 60px;
  }
}

.services-two-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 104px);
  background-color: var(--theme-color);
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
}

/* ========================== Home One service Two css End ============================= */
/* ========================== Home Two Serve Two css Start ============================= */
.serve-two-section__inner {
  padding: 80px;
  padding-top: 0 !important;
}

@media (max-width: 1599px) {
  .serve-two-section__inner {
    padding: 56px;
  }
}

@media (max-width: 1399px) {
  .serve-two-section__inner {
    padding: 40px;
  }
}

@media (max-width: 1199px) {
  .serve-two-section__inner {
    padding: 24px;
  }
}

.serve-two-section__inner::before {
  position: absolute;
  content: "";
  background-image: url(../img/bg/serve-two-section-bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
}

.serve-two-item:hover .border-lighter {
  border-color: hwb(240 4% 96%/0.3) !important;
}

.serve-two-item:hover .serve-two-item__icon {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}

/* ========================== Home Two Serve Two css End ============================= */
/*------------------- 4.00. Pricing -------------------*/
/* Pricing Card ---------------------------------- */
.pricing-shape-img1 {
  opacity: 0.2;
  inset-inline-start: 53px;
  inset-block-start: 288px;
  /* Extra large devices */
}

.pricing-shape-img1 .about1-shape-img-2 {
  -webkit-margin-start: -35px;
          margin-inline-start: -35px;
  margin-bottom: -120px;
}

@media (max-width: 1500px) {
  .pricing-shape-img1 {
    inset-inline-start: 42px;
  }
}

.pricing-card {
  border: 1px solid var(--theme-color);
  border-radius: 20px;
  padding: 40px;
}

.pricing-card:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.pricing-card_price {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
}

.pricing-card_price .duration {
  font-size: 18px;
  font-weight: 400;
}

.pricing-card_title {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-card .checklist {
  margin-bottom: 42px;
}

.pricing-card .checklist li {
  font-size: 18px;
}

.pricing-card .checklist li:not(:last-child) {
  margin-bottom: 20px;
}

.pricing-card .global-btn {
  width: 100%;
  background-color: var(--white-color);
  border: 2px solid #F3F5F4;
  color: var(--title-color);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.pricing-card .global-btn:hover {
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .pricing-card {
    padding: 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .pricing-card {
    padding: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .pricing-card {
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .pricing-card {
    gap: 25px;
    padding: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .pricing-card .pricing-card-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pricing-card .pricing-card-price-wrap .pricing-card_price {
    width: 100%;
    margin-bottom: 0;
  }
  .pricing-card .pricing-card-price-wrap .pricing-card_price .duration {
    display: inline-block;
  }
}

@media (max-width: 320px) {
  .pricing-card {
    padding: 30px 30px;
  }
}

/* Pricing Card 3---------------------------------- */
.pricing-area-3 {
  background-color: #202022;
  max-width: 1760px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  border-radius: 40px;
  padding-bottom: 260px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .pricing-area-3 {
    padding-bottom: 220px;
  }
}

.pricing-card.style2 {
  background: transparent;
  border: 1px solid var(--title-color);
  /* Large devices */
}

.pricing-card.style2 .pricing-card_title {
  color: var(--white-color);
  margin-bottom: 30px;
}

.pricing-card.style2 .pricing-card_price {
  color: var(--white-color);
  margin-bottom: 0;
}

.pricing-card.style2 .pricing-card_price .duration {
  color: var(--white-color);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

.pricing-card.style2 .pricing-card-price-wrap {
  border-bottom: 1px solid var(--title-color);
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.pricing-card.style2 .checklist li {
  color: var(--white-color);
}

.pricing-card.style2 .checklist li i {
  color: var(--theme-color2);
}

.pricing-card.style2 .global-btn {
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}

.pricing-card.style2 .global-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.pricing-card.style2 .global-btn:hover {
  border-color: var(--theme-color2);
  color: var(--title-color);
}

.pricing-card.style2 .global-btn:hover:after, .pricing-card.style2 .global-btn:hover:before {
  background: var(--theme-color2);
}

.pricing-card.style2 .global-btn:hover img {
  -webkit-filter: none;
          filter: none;
}

.pricing-card.style2.active {
  border-color: var(--theme-color2);
  padding: 50px 40px;
}

.pricing-card.style2.active .global-btn {
  border-color: var(--theme-color2);
  color: var(--title-color);
  background: var(--theme-color2);
}

.pricing-card.style2.active .global-btn:after, .pricing-card.style2.active .global-btn:before {
  background: var(--theme-color2);
}

.pricing-card.style2.active .global-btn img {
  -webkit-filter: none;
          filter: none;
}

@media (max-width: 1199px) {
  .pricing-card.style2.active {
    padding: 30px;
  }
}

/*------------------- 4.00. Portfolio -------------------*/
/* Portfolio 1 ---------------------------------- */
.portfolio-card {
  position: relative;
  overflow: hidden;
}

.portfolio-card .portfolio-card-thumb {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.portfolio-card .portfolio-card-thumb img {
  border-radius: 10px;
  width: 100%;
}

.portfolio-card .portfolio-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  gap: 10px;
}

.portfolio-card .portfolio-card-details_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #7A7A7A;
  font-family: var(--body-font);
  margin-bottom: 5px;
  display: block;
}

.portfolio-card .portfolio-card-details_title {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 22.6875px;
  line-height: 29px;
  color: var(--title-color);
  margin-bottom: 0rem;
  /* Large devices */
}

@media (max-width: 1199px) {
  .portfolio-card .portfolio-card-details_title {
    font-size: 20px;
  }
}

.portfolio-card .portfolio-card-details_title a {
  color: var(--title-color);
}

.portfolio-card .portfolio-card-details_title a:hover {
  color: var(--theme-color);
}

.portfolio-card .portfolio-card-details .icon-btn {
  --btn-size: 50px;
  background: var(--theme-color);
  border-radius: 10px;
  color: var(--white-color);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.portfolio-card .portfolio-card-details .icon-btn:hover {
  background: var(--title-color);
}

.portfolio-card:hover .portfolio-card-details {
  inset-inline-end: 0;
  opacity: 1;
}

/* Portfolio 2 ---------------------------------- */
.portfolio-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-box .portfolio-box-thumb {
  position: relative;
  border-radius: 10px;
}

.portfolio-box .portfolio-box-thumb img {
  border-radius: 10px;
  width: 100%;
}

/* Portfolio Details Area ---------------------------------- */
.portfolio-deatils-area .page-thumb img {
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1399px) {
  .portfolio-deatils-area .page-thumb img {
    min-height: 580px;
  }
}

@media (max-width: 1199px) {
  .portfolio-deatils-area .page-thumb img {
    min-height: 630px;
  }
}

.portfolio-deatils-area .page-thumb.style2 img {
  min-height: auto;
}

/* Portfolio 4 ---------------------------------- */
.portfolio-card-4 {
  border-radius: 20px;
  overflow: hidden;
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
}

.portfolio-card-4 .portfolio-card-thumb {
  overflow: hidden;
}

.portfolio-card-4 .portfolio-card-thumb img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-card-4 .portfolio-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0;
  border: 1px solid var(--theme-color);
  border-radius: 0 0 20px 20px;
  padding: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.portfolio-card-4 .portfolio-card-details .portfolio-card-details_title {
  font-size: 22px;
  font-weight: 700;
}

.portfolio-card-4 .portfolio-card-details .portfolio-card-details_title a {
  color: var(--white-color);
}

.portfolio-card-4 .portfolio-card-details .portfolio-card-details_title a:hover {
  color: var(--theme-color2);
}

.portfolio-card-4 .portfolio-card-details .portfolio-card-details_subtitle {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
}

.portfolio-card-4 .portfolio-card-details .icon-btn {
  border-radius: 0;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  background: transparent;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.portfolio-card-4 .portfolio-card-details .icon-btn img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: brightness(9) grayscale(1);
          filter: brightness(9) grayscale(1);
}

.portfolio-card-4 .portfolio-card-details .icon-btn:hover {
  background: var(--theme-color2);
}

.portfolio-card-4 .portfolio-card-details .icon-btn:hover img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.portfolio-card-4:hover .portfolio-card-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.portfolio-card-4:hover .portfolio-card-details {
  background: var(--theme-color);
}

.portfolio-card-4:hover .portfolio-card-details .icon-btn {
  border-color: var(--theme-color2);
}

.portfolio-card-4:hover .portfolio-card-details .icon-btn img {
  -webkit-filter: none;
          filter: none;
}

.portfolio-card-4:hover .portfolio-card-details .icon-btn:hover {
  background: var(--theme-color2);
}

.portfolio-card-4:hover .portfolio-card-details .icon-btn:hover img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

@media (max-width: 1199px) {
  .portfolio-card-4 .portfolio-card-details {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .portfolio-card-4 .portfolio-card-thumb img {
    height: 350px;
  }
}

@media (max-width: 375px) {
  .portfolio-card-4 .portfolio-card-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .portfolio-card-4 .portfolio-card-details .portfolio-card-details_title {
    font-size: 20px;
  }
}

/* Portfolio 2 ---------------------------------- */
.portfolio-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-box .portfolio-box-thumb {
  position: relative;
  border-radius: 10px;
}

.portfolio-box .portfolio-box-thumb img {
  border-radius: 10px;
  width: 100%;
}

.portfolio-box .portfolio-box-details {
  position: absolute;
  z-index: 1;
  inset-block-end: -100px;
  inset-inline-start: 30px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0px 4px 9px -1px rgba(19, 16, 34, 0.03);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0px 4px 9px -1px rgba(19, 16, 34, 0.03);
  border-radius: 10px;
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  gap: 30px;
}

.portfolio-box .portfolio-box-details_subtitle {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-top: -0.3em;
  margin-bottom: 6px;
  display: block;
}

.portfolio-box .portfolio-box-details_title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: -0.4em;
}

.portfolio-box .portfolio-box-details_title a {
  color: var(--title-color);
}

.portfolio-box .portfolio-box-details_title a:hover {
  color: var(--theme-color);
}

.portfolio-box .portfolio-box-details .icon-btn {
  border-radius: 10px;
  color: var(--white-color);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.portfolio-box:hover .portfolio-box-details {
  inset-block-end: 30px;
  opacity: 1;
}

/* Portfolio 2 End ---------------------------------- */
/*------------------- 4.00. Marquee -------------------*/
/* Marquee 1---------------------------------- */
.marquee-area {
  padding: 25px 0;
}

.slider__marquee {
  overflow: hidden;
  margin: 0;
  margin-bottom: 0;
}

.slider__marquee .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

.slider__marquee .item a {
  font-family: var(--body-color);
  font-weight: 700;
  font-size: 60px;
  line-height: 55px;
  color: var(--title-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider__marquee .item a img {
  -webkit-margin-end: 37px;
          margin-inline-end: 37px;
}

.slider__marquee .item a span {
  display: inline-block;
  line-height: 1;
}

.slider__marquee .item a span.text-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--title-color);
}

/* Marquee 2---------------------------------- */
.slider__marquee.style2 .item a {
  color: var(--white-color);
}

.slider__marquee.style2 .item a span.text-stroke {
  -webkit-text-stroke: 1px var(--white-color);
}

.slider__marquee.style2 .item a img {
  -webkit-filter: brightness(9) grayscale(9);
          filter: brightness(9) grayscale(9);
}

/*------------------- 4.00. Appointment -------------------*/
/*----------------------------------------------
    # Appointment Area 1
----------------------------------------------*/
.appointment-area-1 {
  position: relative;
  z-index: 1;
}

.appointment-area-1 .appointment-thumb-1 {
  position: absolute;
  inset-inline-end: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  z-index: -1;
  max-width: 70%;
}

.appointment-area-1 .appointment-thumb-1 img {
  border-radius: 5px 0 0 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.appointment-form select,
.appointment-form .single-select,
.appointment-form .form-control,
.appointment-form .form-select,
.appointment-form textarea,
.appointment-form input {
  height: 60px;
  padding: 0 20px;
  border: none;
  color: var(--body-color);
  background-color: transparent;
  font-size: 18px;
  width: 100%;
  font-family: var(--body-font);
  border-bottom: 2px solid rgba(25, 53, 45, 0.2);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-padding-end: 45px;
          padding-inline-end: 45px;
  border-radius: 0px;
}

.appointment-form .form-group > i {
  font-size: 14px;
  color: var(--theme-color);
}

.appointment-form textarea.form-control,
.appointment-form textarea {
  border: 2px solid rgba(25, 53, 45, 0.2) !important;
  padding: 20px;
  border-radius: 20px;
}

.appointment-form .global-btn {
  border-radius: 50px;
}

.appointment-thumb-2 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .appointment-thumb-2 {
    margin-bottom: 40px;
  }
}

/* Appointment 2 ---------------------------------- */
.appointment-area-2 {
  position: relative;
  background-size: cover;
}

.appointment-area-2 .appointment-form-wrap {
  margin: 0;
}

/* Extra small devices */
@media (max-width: 375px) {
  .appointment-area-2 .appointment-form-wrap .form-group {
    margin-bottom: 15px;
  }
}

/*------------------- 4.00. Process -------------------*/
/* Process Area 2 ---------------------------------- */
.process-card-wrap2 {
  position: relative;
  /* Medium Large devices */
  /* Large devices */
}

.process-card-wrap2:after {
  position: absolute;
  display: inline-block;
  inset-inline-end: 0;
  inset-inline-end: 0;
  -webkit-transform: translate(50%, -5px);
          transform: translate(50%, -5px);
  width: 190px;
  height: 41px;
}

.process-card-wrap2:nth-child(even) .process-card.style2 {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  border-color: var(--theme-color2);
}

.process-card-wrap2:nth-child(even) .process-card.style2 .process-card_number {
  -webkit-text-stroke: 1px var(--theme-color2);
}

.process-card-wrap2:nth-child(even):after {
  inset-inline-end: auto;
  inset-block-start: -20px;
  -webkit-transform: translate(50%, -5px) rotateX(180deg);
          transform: translate(50%, -5px) rotateX(180deg);
}

.process-card-wrap2:last-child:after {
  display: none;
}

@media (max-width: 1299px) {
  .process-card-wrap2:after {
    display: none;
  }
  .process-card-wrap2 .process-card.style2 {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .process-card-wrap2 .process-card.style2 {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  .process-card-wrap2:nth-child(even) .process-card.style2 {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    border-color: var(--theme-color);
  }
  .process-card-wrap2:nth-child(even) .process-card.style2 .process-card_number {
    -webkit-text-stroke: 1px var(--theme-color);
  }
}

.process-card.style2 {
  border: 1px solid var(--theme-color);
  border-radius: 20px;
  padding: 30px;
  background: transparent;
  margin: 55px 0;
}

.process-card.style2 .process-card_number {
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  color: transparent;
  margin-bottom: 20px;
  -webkit-text-stroke: 1px #AEB8A7;
}

.process-card.style2 .process-card-title {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.process-card.style2 .process-card-text {
  color: var(--white-color);
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 10px;
  display: block;
}

/*------------------- 4.00. Product -------------------*/
.product-area-1 {
  padding-bottom: 295px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .product-area-1 {
    padding-bottom: 255px;
  }
}

.product-card {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 6px;
  background: var(--white-color);
}

.product-card.style2 {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}

.product-card .product-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.product-card .product-title a {
  color: inherit;
}

.product-card .product-title a:hover {
  color: var(--theme-color);
}

.product-card .price {
  display: block;
  color: var(--theme-color);
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  margin-bottom: -0.4em;
}

.product-card .price del {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #c5c5c5;
}

.product-card .product-img {
  --space: 20px;
  background-color: var(--white-color);
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  z-index: 2;
}

.product-card .product-img img {
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.product-card .star-rating {
  font-size: 14px;
  color: #E5E5E5;
  display: block;
  margin-bottom: 5px;
}

.product-card .product-content {
  padding: 0 20px 25px;
}

.product-card .tag {
  position: absolute;
  inset-inline-start: 20px;
  inset-block-start: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.product-card .tag span {
  display: block;
}

.product-card .offer-tag,
.product-card .product-tag {
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  background-color: #E1E1E1;
  line-height: 31px;
  color: var(--title-color);
  border-radius: 50px;
  padding: 0 10px;
  min-width: 55px;
}

.product-card .offer-tag {
  background: var(--theme-color);
  color: var(--white-color);
}

.product-card .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  letter-spacing: 1px;
  margin-top: 20px;
}

.product-card .link-btn:before {
  background: var(--title-color);
}

.product-card .icon-btn {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  inset-block-start: -1px;
  inset-inline-start: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.product-card .tinv-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}

.product-card .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.product-card .add_to_cart_button.added {
  display: none;
}

.product-card .added_to_cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 10px;
}

.product-card .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}

.product-card .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.product-card .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}

.product-card:hover .product-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-card:hover .product-img:before {
  visibility: visible;
  opacity: 0.7;
}

.product-card:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.product-card:hover .icon-btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.product-card .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-bottom: 6px;
}

.product-card .media .media-body {
  text-align: end;
}

.product-card.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: start;
  height: 100%;
  border: 1px solid var(--border-color);
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .product-card.list-view {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-card.list-view .product-img {
  width: 100%;
  max-width: 213px;
  margin: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .product-card.list-view .product-img {
    padding: 10px 10px 20px;
  }
}

.product-card.list-view .star-rating {
  width: 93px;
}

.product-card.list-view .product-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-border-start: none;
          border-inline-start: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 20px 25px 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .product-card.list-view .product-content {
    padding: 0 25px 25px 25px;
  }
}

.product-card.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px;
}

.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}

.product-card.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.product-card.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.product-card.list-view .added_to_cart:after {
  font-size: 16px;
}

.product-card.list-view .action-btn {
  padding: 8px 15px;
}

.product-card.list-view .product-title {
  font-size: 26px;
  margin: 0 0 5px 0;
}

.product-card.list-view .product-price {
  font-size: 14px;
}

#productCarousel .slick-arrow {
  inset-block-start: 37.5%;
}

.mfp-content {
  margin: 1.5rem auto;
}

.mfp-content .product-details-img {
  padding-top: 15px;
}

.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-content .container {
  position: relative;
}

.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product > div {
  height: auto;
}

.shop-sort-bar {
  padding: 0;
  margin: 0 0 24px 0;
}

.shop-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.shop-sort-bar .single-select,
.shop-sort-bar select {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: 1px solid #F4F4F4;
  background-color: #F4F4F4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  font-size: 16px;
  margin: 0;
  border-radius: 30px;
  color: var(--body-color);
  background-image: none;
}

.shop-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color);
}

.shop-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px;
}

.shop-sort-bar .nav a.active, .shop-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.product-thumb-area {
  position: relative;
}

.product-thumb-area .product-thumb-tab {
  position: absolute;
  inset-inline-end: 50px;
  inset-inline-start: 0;
}

.product-thumb-tab {
  --thumb: 87px;
  --gap: 0px;
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
  border-radius: 20px;
}

.product-thumb-tab .tab-btn img {
  max-width: 100%;
  width: 100%;
  border-radius: inherit;
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

.product-big-img .img {
  width: 100%;
  border-radius: 20px;
}

.product-big-img .img img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-big-img .add_to_wishlist {
  position: absolute;
  inset-block-start: 48px;
  inset-inline-end: 48px;
}

.product-thumb,
.product-big-img {
  background-color: transparent;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-thumb .img img,
.product-big-img .img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.product-thumb .add_to_wishlist,
.product-big-img .add_to_wishlist {
  position: absolute;
  inset-block-start: 48px;
  inset-inline-end: 48px;
  color: var(--theme-color);
}

.product-thumb .add_to_wishlist:hover i,
.product-big-img .add_to_wishlist:hover i {
  font-weight: 700;
}

.product-thumb .product-tag,
.product-big-img .product-tag {
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color);
  line-height: 25px;
  color: var(--white-color);
  border-radius: 5px;
  position: absolute;
  padding: 0 10px;
  inset-block-start: 23px;
  inset-inline-start: 23px;
  z-index: 9;
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  -webkit-border-end: none;
          border-inline-end: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  -webkit-border-end: none;
          border-inline-end: none;
}

.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}

.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}

.product_meta > span:last-child {
  margin-bottom: 0;
}

.product_meta > span a {
  color: inherit;
}

.product_meta > span a:hover {
  color: var(--theme-color);
}

.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}

.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
}

.product-tab-area {
  margin-top: 80px;
}

.product-tab-style1 {
  border-bottom: 2px solid #EFEFEF;
  margin: 0px auto 40px auto;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.product-tab-style1 .nav-link {
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
  text-transform: uppercase;
}

.product-tab-style1 .nav-link:after {
  content: '';
  height: 2px;
  background: var(--theme-color);
  width: 0;
  inset-inline-start: 0;
  inset-inline-end: -22px;
  position: absolute;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.product-tab-style1 .nav-link:hover, .product-tab-style1 .nav-link.active {
  color: var(--theme-color);
}

.product-tab-style1 .nav-link:hover:after, .product-tab-style1 .nav-link.active:after {
  width: 100%;
}

.woocommerce-table {
  margin-bottom: 0;
}

.woocommerce-Reviews .comments-wrap {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-Reviews .comment-form {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  margin-top: var(--blog-space-y, 30px);
}

.woocommerce-Reviews .comment-form input,
.woocommerce-Reviews .comment-form .form-control {
  background-color: var(--white-color);
}

.woocommerce-Reviews .comment-form .blog-inner-title {
  margin-bottom: 10px;
}

.woocommerce-Reviews .comment-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px;
}

.woocommerce-Reviews .post-comment {
  padding: 40px !important;
  margin-bottom: 24px;
  background: var(--white-color);
  border: 0 !important;
  margin-bottom: 0;
}

.woocommerce-Reviews .post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .post-comment .commented-on {
  margin-bottom: 12px;
}

.woocommerce-Reviews .post-comment .text {
  margin-bottom: -0.5em;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .post-comment {
    padding: 30px !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .comment-form {
    padding: 40px 20px;
  }
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-inner-list li {
  position: relative;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.product-inner-list li:before {
  content: "-";
  position: absolute;
  inset-inline-start: 0;
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}

.share-title i {
  color: var(--theme-color);
}

.product-slider-wrap {
  background-color: var(--smoke-color3);
  text-align: center;
  border-radius: 6px;
  height: 100%;
  padding: 0 0 50px;
}

.product-slider-wrap .product-thumb {
  padding-top: 100px;
}

.product-slider-wrap .product-indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  margin-top: 40px;
}

.product-slider-wrap .product-indicator .indicator-btn {
  z-index: 99;
  position: relative;
  background-color: white;
  border-radius: 6px;
  width: 87px;
  height: 87px;
  display: inline-block;
  line-height: 85px;
  cursor: pointer;
  border: 1px solid var(--white-color);
}

.product-slider-wrap .product-indicator .indicator-btn.active {
  border: 1px solid var(--theme-color);
}

.product-slider-wrap .product-indicator .indicator {
  display: none;
}

.summary-content,
.product-about {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}

.summary-content .product-title,
.product-about .product-title {
  margin: -0.2em 0 15px 0;
  font-weight: 800;
  font-size: 36px;
}

.summary-content > .price,
.product-about > .price {
  font-size: 48px;
  font-weight: 500;
  color: var(--theme-color);
  display: block;
  margin-bottom: 25px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-family: var(--title-font);
  line-height: 1;
}

.summary-content > .price del,
.product-about > .price del {
  color: #D3D3D3;
  font-weight: 400;
  font-size: 30px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

.summary-content .product-rating,
.product-about .product-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  inset-block-start: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 25px;
}

.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
  font-size: 12px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  color: var(--yellow-color);
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}

.summary-content .checklist,
.product-about .checklist {
  margin: 30px 0 40px 0;
}

.summary-content .checklist li,
.product-about .checklist li {
  font-weight: 400;
}

.summary-content .actions,
.product-about .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin: 33px 0 27px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.summary-content .actions .btn,
.product-about .actions .btn {
  padding: 18px 30px;
}

.summary-content .actions .btn .btn-icon,
.product-about .actions .btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-color: var(--border-color);
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.summary-content .share,
.product-about .share {
  margin-top: 25px;
}

.summary-content .social-btn a,
.product-about .social-btn a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 0;
}

.summary-content .social-btn a:hover,
.product-about .social-btn a:hover {
  border-color: var(--theme-color);
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 10px;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  inset-block-start: 0;
  inset-inline-start: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.summary-content .quantity,
.product-about .quantity {
  position: relative;
  background: var(--title-color);
  border-radius: 5px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  height: 50px;
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--white-color);
  text-align: center;
  font-weight: 500;
  -webkit-border-start: 1px solid #3c3c3c;
          border-inline-start: 1px solid #3c3c3c;
  -webkit-border-end: 1px solid #3c3c3c;
          border-inline-end: 1px solid #3c3c3c;
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--white-color);
  background-color: transparent;
  inset-inline-end: 21px;
  border: none;
  line-height: 50px;
}

.product-details .comments-wrap {
  margin-top: 0;
}

.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-details .border-title:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

.woosq-product .thumbnails img {
  padding: 10px;
}

.woosq-product .thumbnails .slick-dots {
  inset-inline-end: auto;
  margin-top: 30px;
}

.woosq-product .thumbnails .slick-dots li ~ li {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

.woosq-product .thumbnails .slick-dots li button {
  background: var(--theme-color);
  position: relative;
}

.woosq-product .thumbnails .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  inset-block-start: 14px;
  inset-inline-start: 14px;
}

#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
  display: none;
}

.mfp-woosq .mfp-close {
  width: 44px;
  height: 44px;
  line-height: initial;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .product.list-view .product-img {
    max-width: 150px;
  }
  .woocommerce-Reviews .post-comment {
    display: block;
  }
  .woocommerce-Reviews .post-comment .comment-avater img {
    width: auto;
    margin: 0 0 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    -webkit-margin-start: -40px;
            margin-inline-start: -40px;
  }
  .product-thumb-area {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .shop-sort-bar select {
    min-width: auto;
  }
  .summary-content,
  .product-about {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-top: 35px;
  }
  .summary-content .actions,
  .product-about .actions {
    margin: 0;
  }
  .product-big-img .img {
    height: 540px;
  }
  .product-slider-wrap .product-indicator .indicator-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .product-slider-wrap {
    padding: 0 0 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
    -webkit-margin-start: 50px;
            margin-inline-start: 50px;
  }
  .product-thumb-tab {
    -webkit-margin-start: -10px;
            margin-inline-start: -10px;
  }
  .product-box.list-view .product-img {
    max-width: 150px;
  }
  .shop-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .shop-sort-bar .nav a:last-child {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
  .shop-sort-bar .nav a:last-child:before {
    display: none;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
  .woocommerce-Reviews .comment-item ~ .comment-item {
    margin-top: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .shop-sort-bar {
    text-align: center;
  }
  .shop-sort-bar .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop-sort-bar .single-select,
  .shop-sort-bar select {
    margin: 0 auto;
    width: 100%;
  }
  .shop-sort-bar .woocommerce-result-count {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .product-box.list-view .product-img {
    max-width: 130px;
  }
  .product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }
  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }
  .product-thumb-tab .tab-btn {
    border-radius: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-thumb-tab .indicator {
    border-radius: 6px;
  }
  .product-big-img {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
  .product-big-img .img {
    height: 370px;
  }
  .summary-content .product-title,
  .product-about .product-title {
    font-size: 32px;
  }
  .summary-content > .price,
  .product-about > .price {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .product-tab-area {
    margin-top: 40px;
  }
  .product-tab-style1 {
    border: 0;
    gap: 15px;
  }
  .product-tab-style1 .nav-link:after {
    inset-inline-end: -4px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .product.list-view .product-img {
    max-width: 130px;
  }
  .product-slider-wrap .product-indicator .indicator-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .product-slider-wrap .product-indicator {
    gap: 10px;
  }
  .summary-content .product-title,
  .product-about .product-title {
    font-size: 28px;
  }
}

.product-intro-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .product-intro-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .product-intro-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 375px) {
  .product-intro-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-intro-card .intro-card-details {
  padding: 80px 0 80px 36px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .product-intro-card .intro-card-details {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .product-intro-card .intro-card-details {
    padding: 50px 30px 0;
  }
}

.product-intro-card .intro-card-img {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.product-intro-card .intro-card-subtitle {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.product-intro-card .intro-card-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 22px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .product-intro-card .intro-card-title {
    font-size: 30px;
  }
}

.product-intro-card .intro-card-title a {
  color: var(--title-color);
}

.product-intro-card .intro-card-title a:hover {
  color: var(--theme-color);
}

.product-intro-card .btn {
  font-size: 14px;
  font-weight: 700;
  padding: 9px 10px;
  border-color: #E1E1E1;
}

.product-intro-card .btn i {
  font-size: 12px;
}

.product-intro-card .intro-card-img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-margin-start: -100px;
          margin-inline-start: -100px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1399px) {
  .product-intro-card .intro-card-img {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

@media (max-width: 1199px) {
  .product-intro-card .intro-card-img {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.product-intro-card.style2 {
  display: block;
  /* Large devices */
}

.product-intro-card.style2 .intro-card-details {
  padding: 60px 90px 80px 55px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .product-intro-card.style2 .intro-card-details {
    padding: 65px 30px 80px 36px;
  }
}

.product-intro-card.style2 .intro-card-img {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .product-intro-card.style2 .intro-card-img {
    text-align: end;
  }
  .product-intro-card.style2 .intro-card-details {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.product-intro-card.style3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Large devices */
  /* Small devices */
}

.product-intro-card.style3 .intro-card-img {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.product-intro-card.style3 .intro-card-details {
  padding: 60px 30px 60px 20px;
}

@media (max-width: 1199px) {
  .product-intro-card.style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .product-intro-card.style3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-intro-card.style3 .intro-card-details {
    padding: 50px 30px 0px 30px;
  }
  .product-intro-card.style3 .intro-card-img {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}

/*------------------- 4.00. Cart -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: #ecf0f1;
}

.cart_table thead th {
  border: none !important;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 800;
  border: none;
  padding: 27px 15px;
}

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

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}

.cart_table .product-quantity {
  color: var(--title-color);
}

.cart_table .product-quantity input {
  position: relative;
  inset-block-start: -2px;
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color);
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 4px;
}

.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color) !important;
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}

.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::placeholder {
  color: var(--title-color);
}

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

.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}

.cart_table .actions {
  text-align: end;
  vertical-align: middle;
}

.cart_table .actions > .btn {
  font-size: 16px;
  padding: 20px 28px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.cart_table .actions > .btn:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .actions {
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: start;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    -webkit-padding-start: 25%;
            padding-inline-start: 25%;
    text-align: end;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    text-align: center;
  }
  .cart_table td.actions > .btn {
    margin-top: 10px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .cart_table td.actions > .btn:last-child {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}

/*Checkout Area***************/
.shipping-area {
  background: var(--white-color);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 60px;
}

.checkout-form input[type=radio] ~ label::before {
  position: relative;
  display: inline-block;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.checkout-form input[type=radio] ~ label {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.checkout-form .footer-currency {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.checkout-form .footer-currency a {
  border-radius: 5px;
  border: 1px solid var(--border-color);
  display: block;
}

.checkout-form .footer-currency a:hover {
  border-color: var(--theme-color);
}

/*------------------- 4.00. Wishlist -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.tinv-wishlist .tinv-header {
  margin-top: -0.8rem;
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.tinv-wishlist table {
  border: none;
}

.tinv-wishlist table th {
  color: var(--title-color);
}

.tinv-wishlist table td, .tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

.tinv-wishlist table thead {
  background-color: var(--smoke-color);
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}

.tinv-wishlist .product-thumbnail {
  width: 110px;
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0;
  padding-top: 0;
}

.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px;
}

.tinv-wishlist .tinvwl-mobile {
  display: none;
}

.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tinv-wishlist .social-buttons ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}

.tinv-wishlist .product-stock .stock {
  display: block;
}

.tinv-wishlist .product-stock span {
  display: inline;
}

.tinv-wishlist .product-stock i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  padding: 1px 15px;
  min-width: 140px;
}

.tinv-wishlist button.button.mask-btn {
  padding: 0;
}

.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.tinv-wishlist button.button i {
  font-size: 14px !important;
  -webkit-margin-end: 3px !important;
          margin-inline-end: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
  color: var(--body-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: var(--title-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: none !important;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    -webkit-margin-start: unset;
            margin-inline-start: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    -webkit-margin-start: unset;
            margin-inline-start: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}

/*------------------- 4.00. video brand -------------------*/
/* ========================= Video Brand Css Start ========================= */
.video-brand::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  background: var(--theme-color);
  z-index: -1;
  opacity: .6;
}

.video-content__title {
  color: #ffffff73;
  position: absolute;
  inset-block-end: 36px;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-content img {
  height: 586px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-button {
  color: var(--dark-color);
  font-size: 36px !important;
  background-color: var(--theme-color2);
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
}
.play-button:hover {
  color: #fff;
}

@media (max-width: 1399px) {
  .play-button {
    height: 100px;
    width: 100px;
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .play-button {
    height: 70px;
    width: 70px;
    font-size: 24px !important;
  }
}

/* .play-button::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background-color: var(--theme-color2);
  border-radius: 50%;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
  -webkit-animation: animate 2.3s ease-out infinite;
  animation: animate 2.3s ease-out infinite;
} */

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .9;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .9;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/* Brand Section Css */
.brand-item {
  padding: 32px;
  height: 150px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-item:hover {
  opacity: .5;
}

@media (max-width: 1199px) {
  .brand-item {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .brand-item {
    height: 70px;
  }
}

.brand-item:not(:last-child) {
  -webkit-border-end: 1px solid #ffffff25;
          border-inline-end: 1px solid #ffffff25;
}

.brand-item-wrapper {
  border: 1px solid #ffffff25;
}

/* ========================= Video Brand Css End ========================= */
/*------------------- 4.00. upcoming event -------------------*/
/* =========================== upcoming event section start ==========================*/
.upcoming-event-item {
  gap: 30px;
  padding-bottom: 32px;
  margin-bottom: 28px;
  border-bottom: 1px solid hwb(0 82% 18%/0.2);
}

.upcoming-event-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .upcoming-event-item {
    gap: 16px;
  }
}

.upcoming-event-item.active .upcoming-event-item__button {
  background: var(--theme-color2);
  color: var(--dark-color) !important;
}

.upcoming-event-item.active .upcoming-event-item__button i:before {
  content: "\f078";
}

.upcoming-event-item__button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-color2);
  color: var(--white-color);
}

.upcoming-event-item__title {
  color: var(--white-color);
}

.upcoming-event-item__hidden {
  display: none;
}

/* =========================== upcoming event section End ==========================*/
/*------------------- 4.00. attorney -------------------*/
/* ========================== Attorney Section css start ========================== */
.attorney-item {
  max-width: 380px;
  max-height: 380px;
}

.attorney-item:hover .attorney-item__content {
  background-color: var(--theme-color2);
}

.attorney-item:hover .attorney-item__title, .attorney-item:hover .attorney-item__designation {
  color: var(--black-color) !important;
}

.attorney-item__thumb {
  max-width: inherit;
  max-height: inherit;
  padding: 10px;
  border: 1px solid var(--theme-color2);
  aspect-ratio: 1;
}

.attorney-item__content {
  background-color: var(--theme-color);
  -webkit-transition: .2s linear;
  transition: .2s linear;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
          clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
  padding: 12px;
  inset-block-end: 32px;
}

.attorney-item__title, .attorney-item__designation {
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* ========================== Attorney Section css end ========================== */
/*------------------- 4.00. choose us -------------------*/
/* =========================== Choose Us section css start ============================== */
.choose-us__inner {
  padding: 186px 90px 120px;
}

@media (max-width: 1599px) {
  .choose-us__inner {
    padding: 186px 44px 120px;
  }
}

@media (max-width: 991px) {
  .choose-us__inner {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .choose-us__inner {
    padding: 186px 16px 120px;
  }
}

.choose-us-item {
  gap: 20px;
}

.choose-us-item__icon {
  width: 90px;
  height: 90px;
}

@media (max-width: 768px) {
  .choose-us-item__icon {
    width: 56px;
    height: 56px;
  }
}

.choose-us-item__content {
  max-width: 306px;
}

.comment-wrap {
  padding: 35px;
  background-color: var(--theme-color3);
  border-radius: 16px;
}

.footer-widget .gallery .gallery-item {
  padding-right: 10px;
  margin-bottom: 10px;
}

.serve-two-item .serve-two-item__icon img {
  filter: contrast(0);
  max-height: 54px;
  max-width: 40px;
}

.footer-widget.widget_nav_menu ul li a {
  position: relative;
  padding-left: 16px;
}
.footer-widget.widget_nav_menu ul li a:after {
  content: "\f054";
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  z-index: 2;
  font-weight: 900;
  font-size: 14px;
}

.color-dark {
  color: #111;
}
.social-list.color-dark a:hover {
  color: var(--deep-dark-color);
}

@media all and (min-width: 1600px) {
  .hero-title-3 {
    font-size: 73px;
  }
}


/* =========================== Choose Us section css End ============================== */
/*------------------- 4.00. counter -------------------*/
/* Counter Section Css Start */
@media (min-width: 992px) {
  .counter-two-section {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    margin-top: -140px;
  }
  .footer-widget#nav_menu-2,
  .footer-widget#nav_menu-3 {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .counter-two-section {
    margin-bottom: 80px;
  }
}

.counter-two-section__inner {
  padding: 80px 60px;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .counter-two-section__inner {
    padding: 80px 40px;
  }
}

/* Counter Section Css End */
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}

.px-10 {
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.px-15 {
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.px-20 {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.px-25 {
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}

.px-30 {
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}

.px-35 {
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}

.px-40 {
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.px-45 {
  -webkit-padding-end: 45px;
          padding-inline-end: 45px;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}

.px-50 {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  -webkit-padding-start: 50px;
          padding-inline-start: 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;
}

.p-20 {
  padding: 20px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 40px;
}

@media (max-width: 1599px) {
  .p-40 {
    padding: 32px;
  }
}

@media (max-width: 1399px) {
  .p-40 {
    padding: 24px;
  }
}

.p-42 {
  padding: 42px;
}

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

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

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

/*-- Padding Left --*/
.pl-5 {
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}

.pl-10 {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.pl-15 {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.pl-20 {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.pl-25 {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}

.pl-30 {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}

.pl-35 {
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}

.pl-40 {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.pl-45 {
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}

.pl-50 {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
}

.pr-10 {
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}

.pr-15 {
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}

.pr-20 {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}

.pr-25 {
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
}

.pr-30 {
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}

.pr-35 {
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
}

.pr-40 {
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}

.pr-45 {
  -webkit-padding-end: 45px;
          padding-inline-end: 45px;
}

.pr-50 {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}

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

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

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

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

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

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

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

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

.pe-lg-5 {
  padding-right: unset !important;
  -webkit-padding-end: 3rem !important;
          padding-inline-end: 3rem !important;
}

.ps-lg-5 {
  padding-left: unset !important;
  -webkit-padding-start: 3rem !important;
          padding-inline-start: 3rem !important;
}

/*-- margin Left And Right --*/
.mx-5 {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

.mx-10 {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.mx-15 {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

.mx-20 {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.mx-25 {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
}

.mx-30 {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

.mx-35 {
  -webkit-margin-end: 35px;
          margin-inline-end: 35px;
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
}

.mx-40 {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

.mx-45 {
  -webkit-margin-end: 45px;
          margin-inline-end: 45px;
  -webkit-margin-start: 45px;
          margin-inline-start: 45px;
}

.mx-50 {
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
  -webkit-margin-start: 50px;
          margin-inline-start: 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;
}

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

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

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

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

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

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

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

@media (max-width: 1599px) {
  .mb-60 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .mb-60 {
    font-size: 48px;
  }
}

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

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

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

/*-- margin Left --*/
.ml-5 {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

.ml-10 {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.ml-15 {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

.ml-20 {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.ml-25 {
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
}

.ml-30 {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

.ml-35 {
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
}

.ml-40 {
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

.ml-45 {
  -webkit-margin-start: 45px;
          margin-inline-start: 45px;
}

.ml-50 {
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
}

/*-- margin Right --*/
.mr-5 {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.mr-10 {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.mr-15 {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.mr-20 {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.mr-25 {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.mr-30 {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}

.mr-35 {
  -webkit-margin-end: 35px;
          margin-inline-end: 35px;
}

.mr-40 {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

.mr-45 {
  -webkit-margin-end: 45px;
          margin-inline-end: 45px;
}

.mr-50 {
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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
==================================*/
/* =========================== RTl Css Start ================================= */
[dir="rtl"] .header-one-wrapper, [dir="rtl"] .about-one-thumb::before, [dir="rtl"] .video-content__title, [dir="rtl"] .popup-search-box, [dir="rtl"] .feature-bg-line, [dir="rtl"] .team-card.style4 .global-social {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

[dir="rtl"] .service-two-item::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

[dir="rtl"] .service-amount__content {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

[dir="rtl"] .popup-search-box form {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

[dir="rtl"] .arrow-btn, [dir="rtl"] .global-btn, [dir="rtl"] .link-btn {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

[dir="rtl"] .team-card.style3 .team-card-bg-shape, [dir="rtl"] .testi-area-slider4 .icon-box .slick-arrow img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

[dir="rtl"] .process-card-wrap2:after {
  -webkit-transform: translate(50%, -5px) scaleX(-1);
          transform: translate(50%, -5px) scaleX(-1);
}

[dir="rtl"] .process-card-wrap2:nth-child(even):after {
  -webkit-transform: translate(50%, -5px) rotateX(180deg) scaleX(-1);
          transform: translate(50%, -5px) rotateX(180deg) scaleX(-1);
}

[dir="rtl"] .shadow-shape-right {
  display: none;
}

[dir="rtl"] .marquee-area {
  direction: ltr;
}

[dir="rtl"] .portfolio-card-4 .portfolio-card-details .icon-btn img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.main-menu ul li:hover > ul.sub-menu {
  padding: 15px 15px !important;
}
.border-radius-50 {
  border-radius: 50% !important;
}



.btn {
  display: inline-flex;
  margin: 0 5px 0 0;
  position: relative;
  opacity: 0.999;
  padding: 15px 35px;
  text-align: center;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  font-weight: 500;
}
.btn-fill {
  background-color: #E1FE6E;
}
.btn-fill:before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 3px;
  position: absolute;
  background-color: #FCB650;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: -1;
}
.btn-fill:hover {
    color: #ffffff;
    border: 1px solid #FCB650;
}
.btn-fill:hover:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.btn-border {
  border: 1px solid #E1FE6E;
  color: #fff;
}

.btn-border:hover {
  background-color: #E1FE6E;
  color: #01133c;
}
/* Deep blue */
a.btn.btn-fill.bg-deep {
  background-color: #193503;
  color: #E1FE6E;
  border-radius: 8px;
}

a.btn.btn-fill.bg-deep:hover {
  color: #fff;
}

/* Banner */
.hero-slide-five {
  position: relative;
}

.hero-slide-five .banner-left-text {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: -265px;
}
.hero-slide-five .banner-content {
  padding: 245px 0 145px 0;
  position: relative;
  z-index: 3;
}
.hero-slide-five .banner-left-text h1 {
  font-size: 102px;
  position: absolute;
  left: -200px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  color: #304650;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #304650;
  margin-top: 110px;
}
.hero-slide-five .banner-left-text h1 span {
  background-color: var(--main-color-one);
  padding: 0 10px 5px 10px;
  line-height: 1;
}
.hero-slide-five .banner-content h5 {
  font-size: 24px;
  color:  #FCB650;
  font-weight: 600;
}
.hero-slide-five .banner-content h1 {
  font-size: 80px;
  line-height: 1.3 !important;
  font-weight: 600;
}
.hero-slide-five .banner-content span {
  background-color: #E1FE6E;
  color: #222E48;
  border-radius: 5px;
  padding: 5px 10px;
}
.hero-slide-five .banner-content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}

/* === Service === */
.single-service-seven {
  background-color: rgba(25, 53, 3, 0.05);
  border: 1px solid rgba(25, 53, 3, 0.15);
  padding: 30px;
  margin-bottom: 40px;
}
.single-service-seven .service-content h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #222E48;
  margin-bottom: 25px;
  font-weight: 600;
}
.single-service-seven .service-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.single-service-seven .service-middle .right h1 {
  color: #DFE0E4;
  font-size: 70px;
  font-weight: 600;
}
.single-service-seven .service-content p {
  color: #404A60;
  line-height: 24px;
  margin-top: 22px;
  margin-bottom: 12px;
}
.project-slider {
  overflow: hidden;
}
.single-service-seven .service-content a.more {
  color: #193503;
  font-weight: 600;
}
.single-service-seven .service-content a.more svg {
  margin-left: 8px;
  transition: 0.3s;
}
.single-service-seven .service-content a.more:hover {
  color: #FCB650;
}
.single-service-seven .service-content a.more:hover svg {
  margin-left: 10px;
}

.single-service-seven .service-content .service-middle img {
  filter: invert(16%) sepia(51%) saturate(709%) hue-rotate(50deg) brightness(17%) contrast(100%);
  transition: 0.4s;
}
.single-service-seven:hover .service-content .service-middle img {
  transform: rotate(90deg);
}

.about-experience-tag span {
  color: #222E48;
  font-size: 11.2px;
}
.about-experience-tag:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent;
  border: 33px solid #DFFF5E;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}



/* === About === */
.about-img-wrap-5 {
  position: relative;
  padding-bottom: 150px;
}
.about-img-wrap-5 img.two {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-img-wrap-5  .active {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E1FE6E;
  padding: 17px 12px;
  width: 145px;
  text-align: center;
  border: 1px solid rgba(25, 53, 3, 0.1);
  border-radius: 8px;
}
.about-img-wrap-5 .active h2 {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 600;
}
.about-img-wrap-5 .active p {
  line-height: 1.5;
}
.about-img-wrap-5  .about-experience-tag {
  position: relative;
}
.about-img-wrap-5 .about-experience-tag > img {
  height: 137px;
  width: 137px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-img-wrap-5 .about-experience-tag span {
  color: #222E48;
  font-size: 11.2px;
}
.about-img-wrap-5 .about-experience-tag:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent;
  border: 33px solid #DFFF5E;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.about-img-wrap-5 .hero-tag {
  position: absolute;
  bottom: 46px;
  left: 95px;
}
.about-img-wrap-5 .hero-tag_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

/* === Tab === */
.goal-list_wrapper_2 {
  margin-bottom: 40px;
}
.goal-tabs-wrapper-2 .active {
  width: auto;
  position: inherit;
  border: none;
  padding: 0;
  text-align: inherit;
}
.goal-tabs-wrapper-2 .nav {
  margin-bottom: 20px;
  border: 1px solid rgba(25, 53, 3, 0.2);
  padding: 4px;
  border-radius: 8px;
  display: inline-flex;
}
.goal-tabs-wrapper-2 .nav-link {
  color: #404A60;
  padding: 11px 20px;
  border: 0 !important;
  border-radius: 8px;
}
.goal-tabs-wrapper-2 button.nav-link.active {
  background: #193503;
  color: #E1FE6E;
}
.goal-tabs-wrapper-2 .tab-pane.fade.active {
  background: transparent;
}
.video-wrapper {
  position: relative;
}
.video-wrapper a.popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FCB650;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}
.check-list-item ul {
  margin: 0;
  padding: 0;
}
.check-list-item li {
  color: #404A60;
  line-height: 30px;
  margin-bottom: 12px;
  list-style: none !important;
}
.check-list-item li img {
  margin-right: 10px;
}
.tab-bottom-wrap {
    display: flex;
}
.tab-support-wrap {
    display: flex;
    align-items: center;
}
.support-thumb {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background-color: #FCB650;
    border-radius: 8px;
    text-align: center;
    line-height: 60px;
}
.support-contact p {
    color: #222E48;
    margin-bottom: 0;
}
.support-contact a {
    color: #222E48;
    font-weight: 500;
}
.support-contact a:hover {
    color: #FCB650;
}

/* === Portfolio=== */
.project-section {
  position: relative;
  z-index: 3;
  margin-left: -200px;
  padding-top: 70px;
}
.portfolio-wrap {
  position: relative;
}
.portfolio-thumb img {
  width: 100%;
}

.portfolio-slide {
  margin: 0 10px;
}
.portfolio-slide .portfolio-thumb {
  height: 270px;
}
.portfolio-5 {
  width: 416px;
  height: 213px;
  background-color: #E1FE6E;
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 27%;
}
.portfolio-video {
  margin-bottom: 15px;
}
.portfolio-video a {
  border: 3px solid #222E48;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  position: relative;
  color: #222E48;
}
.portfolio-video a:hover {
  color: #FCB650;
}
.portfolio-video a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background: #E1FE6E;
  right: 0;
  bottom: 1px;
  transform: rotate(36deg);
}
.portfolio-content p {
  color: #222E48;
  font-size: 18px;
  line-height: 27px;
}
.portfolio-slide {
  border: 1px solid rgba(25, 53, 3, 0.2);
  padding: 24px 0 24px 24px;
  border-radius: 8px;
  position: relative;
  background: #fff;
}
.portfolio-slide h3 {
  color: #222E48;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 24px;
}
.portfolio-slide h3 a:hover {
  color: #FCB650;
}
.portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.project-icon {
  position: absolute;
  top: -15px;
  left: -15px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.project-icon span {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
}
.project-icon span img {
  width: 25px;
}
.portfolio-content {
  position: relative;
}
.port-cntent {
  background: #F3F5F2;
  padding: 24px;
  border-top-right-radius: 8px;
  width: 90%;
  margin-bottom: 24px;
  margin-left: -24px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.port-cntent p {
  font-size: 16px;
  line-height: 24px;
}
.project-section .p-ratting {
  padding-left: 250px;
  margin-bottom: 40px;
  color: #222E48;
}
.project-slider .slick-arrow {
  display: none !important;
}

/* === Team === */
.attorney .row .col-lg-3:nth-child(2), .attorney .row .col-lg-3:nth-child(4) {
  margin-top: 80px;
}
.team-thumb {
  position: relative;
  margin-bottom: 50px;
}

/* === Process === */

.process-content h4 {
  color: #222E48;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.process-content p {
  color: #222E48;
  line-height: 21px;
}

img.process-shpae {
  position: absolute;
  top: 50%;
}
.single-work-process {
  margin-bottom: 50px;
}
.process-icon {
  position: relative;
  margin-bottom: 30px;
}
.single-work-process.right_style {
  text-align: right;
}
.right_style img.process-shpae {
  right: 85px;
}
.single-work-process.left_style p {
  padding-right: 40px;
}
.single-work-process.right_style p {
  padding-left: 40px;
}



/* ==== Testimonial 5 === */
.testimonial-5-content li {
  color: #FCB650;
}
.testimonial-5-content p {
  color: #222E48;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 25px;
}
.desig-wrap {
  display: flex;
}
.desig-wrap .thumb {
  margin-right: 20px;
}
.desig h5 {
  margin-bottom: 6px;
  color: #222E48;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.desig p {
  font-size: 16px;
  line-height: 26px;
  color: #222E48;
}
.desig {
  margin-top: 3px;
}
.testimonial-5-content {
  padding-right: 52px;
}
.testimonial-5-right {
  position: relative;
  height: 100%;
}
.left-thumb {
  position: absolute;
  right: 0;
}



/* === Team === */
.attorney .row .col-lg-3:nth-child(2), 
.attorney .row .col-lg-3:nth-child(4) {
  margin-top: 80px;
}
.attorney .team-thumb {
  position: relative;
  margin-bottom: 40px;
}

.attorney .menu {
 z-index: 999;
 position: fixed;
 padding: 0;
 margin: 0;
 list-style-type: none;
}

.attorney .menu .share:hover.bottom .submenu li:nth-child(1) {
 opacity: 1;
 top: 50px;
 transform: rotate(0deg);
 transition-delay: 0.08s;
}
.attorney .menu .share:hover.bottom .submenu li:nth-child(2) {
 opacity: 1;
 top: 100px;
 transform: rotate(0deg);
 transition-delay: 0.16s;
}
.attorney .menu .share:hover.bottom .submenu li:nth-child(3) {
 opacity: 1;
 top: 150px;
 transform: rotate(0deg);
 transition-delay: 0.24s;
}
.attorney .menu .share:hover.bottom .submenu li:nth-child(4) {
 opacity: 1;
 top: 200px;
 transform: rotate(0deg);
 transition-delay: 0.32s;
}
.attorney .menu .share:hover.bottom .submenu li:nth-child(5) {
 opacity: 1;
 top: 250px;
 transform: rotate(0deg);
 transition-delay: 0.4s;
}
.attorney .menu .share:hover.left .submenu li:nth-child(1) {
 opacity: 1;
 left: -51px;
 transform: rotate(0deg);
 transition-delay: 0.5s;
}
.attorney .menu .share:hover.left .submenu li:nth-child(2) {
 opacity: 1;
 left: -102px;
 transform: rotate(0deg);
 transition-delay: 1s;
}
.attorney .menu .share:hover.left .submenu li:nth-child(3) {
 opacity: 1;
 left: -153px;
 transform: rotate(0deg);
 transition-delay: 1.5s;
}
.attorney .menu .share:hover.left .submenu li:nth-child(4) {
 opacity: 1;
 left: -204px;
 transform: rotate(0deg);
 transition-delay: 2s;
}
.attorney .menu .share:hover.left .submenu li:nth-child(5) {
 opacity: 1;
 left: -255px;
 transform: rotate(0deg);
 transition-delay: 2.5s;
}
.attorney .menu .share:hover.right .submenu li:nth-child(1) {
 opacity: 1;
 left: 50px;
 transform: rotate(0deg);
 transition-delay: 0.08s;
}
.attorney .menu .share:hover.right .submenu li:nth-child(2) {
 opacity: 1;
 left: 100px;
 transform: rotate(0deg);
 transition-delay: 0.16s;
}
.attorney .menu .share:hover.right .submenu li:nth-child(3) {
 opacity: 1;
 left: 150px;
 transform: rotate(0deg);
 transition-delay: 0.24s;
}
.attorney .menu .share:hover.right .submenu li:nth-child(4) {
 opacity: 1;
 left: 200px;
 transform: rotate(0deg);
 transition-delay: 0.32s;
}
.attorney .menu .share:hover.right .submenu li:nth-child(5) {
 opacity: 1;
 left: 250px;
 transform: rotate(0deg);
 transition-delay: 0.4s;
}
.attorney .menu .share:hover.top .submenu li:nth-child(1) {
 opacity: 1;
 top: -39px;
 transition-delay: 0.08s;
 transform: rotateY(0deg);
}
.attorney .menu .share:hover.top .submenu li:nth-child(2) {
 opacity: 1;
 top: -83px;
 transition-delay: 0.16s;
 transform: rotateY(0deg);
}
.attorney .menu .share:hover.top .submenu li:nth-child(3) {
 opacity: 1;
 top: -127px;
 transition-delay: 0.24s;
 transform: rotateY(0deg);
}
.attorney .menu .share:hover.top .submenu li:nth-child(4) {
 opacity: 1;
 top: -170px;
 transition-delay: 0.32s;
 transform: rotateY(0deg);
}
.attorney .menu .share:hover.top .submenu li:nth-child(5) {
 opacity: 1;
 top: -205px;
 transition-delay: 0.4s;
 transform: rotateY(0deg);
}
.attorney .menu .submenu {
 list-style-type: none;
 padding: 0;
 margin: 0;
}
.attorney .menu .submenu li {
 transition: all ease-in-out 0.5s;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 opacity: 0;
 text-align: center;
}
.attorney .menu .submenu li a {
 color: #E1FE6E;
 width: 36px;
 height: 36px;
 display: inline-block;
 background-color: #193503;
 border-radius: 50%;
 line-height: 36px;
}
.attorney .menu .submenu li:nth-child(1) {
 transform: rotateX(45deg);
}
.attorney .menu .submenu li:nth-child(2) {
 transform: rotateX(90deg);
}
.attorney .menu .submenu li:nth-child(3) {
 transform: rotateX(135deg);
}
.attorney .menu .submenu li:nth-child(4) {
 transform: rotateX(180deg);
}
.attorney .menu.topLeft {
 top: 10px;
 left: 10px;
}
.attorney .menu.topRight {
 top: 10px;
 right: 10px;
}
.attorney .menu.bottomLeft {
 bottom: 10px;
 left: 10px;
}
.attorney .menu.bottomRight {
 bottom: -24px;
 right: 20px;
 position: absolute;
}

@keyframes animate {
 0%, 100% {
   transform: translatey(-10%);
}
 50% {
   transform: translatey(10%);
}
}
/* =========== */
.team-social {
  position: relative;
}
.team-social:before {
  position: absolute;
  width: 46px;
  height: 50px;
  background-color: #E1FE6E;
  z-index: 1;
  content: "";
  right: 24px;
  bottom: -23px;
  border-radius: 33px;
  transition: 0.3s;
  opacity: 0; 
  visibility: hidden;
}
.team-social:hover:before {
  opacity: 1;
  visibility: visible;
  height: 220px;
  transition-delay: 0.42s;
}
.team-thumb::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 56px;
  background-color: #FCB650;
  bottom: -20px;
  left: 24px;
  transition: 0.4s;
}
.team-wrap:hover .team-thumb::after {
  background-color: var(--main-color-one);
}
.team-content h2 {
  font-size: 24px;
  color: #222E48;
  line-height: 38px;
  margin-bottom: 5px;
  font-weight: 700;
}
.team-content p {
  color: #404A60;
}
ul.menu.bottomRight button {
  color: #E1FE6E;
  font-size: 1.5em;
  position: relative;
  width: 45px;
  height: 45px;
  background: #193503;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  border: 5px solid #E1FE6E;
  cursor: pointer;
  left: -4px;
}
button span {
  position: absolute;
  transition: 300ms;
  background: rgba(225, 254, 110, 1);
  border-radius: 2px;
}
/* Create the "+" shape by positioning the spans absolutely */
button span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
button span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
/* Morph the shape when the button is hovered over */
button:hover span {
  transform: rotate(90deg);
}
button:hover span:last-child {
  left: 50%;
  right: 50%;
}

.blog-box-3 {
  background-color: #F3F5F2;
  padding: 15px;
  border: 1px solid #EBECEF;
  
}
.blog-box-3 .blog-meta {
  border: 0;
  padding: 0;
}
.blog-box-3 .blog-title {
  color: #222E48;
  border-bottom: 1px dashed #222e4836;
  margin-bottom: 20px;
  padding-bottom: 25px;
  font-weight: 600;
}
.blog-box-3 .read-more-text {
  color: #193503;
}
.blog-box-3 .blog-img {
  border-radius: 10px;
}
.blog-box-3 .blog-content {
  padding: 25px 25px 15px;
}
.blog-box-3 .date {
  background-color: var(--main-color-one);
  height: 80px;
  width: 80px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  color: #071431;
  font-weight: 500;
  padding-top: 16px;
  border-radius: 10px;
}
.blog-box-3 .date .day {
  font-size: 30px;
  font-weight: 600;
}
.biscox-widget-about .social-icons__link {
  border-radius: 50% !important;
  color: var(--main-color-one) !important;
}
.biscox-widget-about .social-icons__link:hover {
  background-color: var(--main-color-one) !important;
  color: #01133c !important;
}
.widget_contact .details li span {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color-one);
  margin-right: 8px;
}
.widget_contact .details li span svg {
  padding-right: 0;
  margin-right: 0;
}

.footer-subscribe-box.newsletter-form .form-group {
  height: 56px;
  border-radius: 7px;
}
.footer-subscribe-box.newsletter-form .form-group input {
  height: 54px;
  padding-inline-start: 18px;
  font-size: 14px;
}
.footer-subscribe-box.newsletter-form .global-btn {
  height: 41px;
  line-height: 42px;
  inset-block-start: 6px;
  inset-inline-end: 6px;
  font-size: 16px;
  border-radius: 7px;
  width: auto;
  padding: 0 15px;
  align-items: center;
}
.biscox-widget-contact-info li:nth-child(1) {
  margin-top: 0 !important;
}
.footer-subscribe-box-wrap {
  margin-top: -20px;
}

.footer-grid-line.grid_lines {
    left: 50%;
    transform: translateX(-50%);
    width: 1380px;
    margin: 0 auto;
    overflow: inherit;
}

.footer-grid-line.grid_lines .grid_line {
  left: auto !important;
  right: auto !important;
}
.footer-style-1 .footer--top .row .col-lg-3 + .col-lg-3 {
  padding-left: 30px;
}
.footer-grid-line.grid_lines .grid_line:nth-child(2) {
  margin-right: -100px;
}
.footer-grid-line.grid_lines .grid_line:nth-child(2) {
  margin-right: -100px;
}

.blog-box-3 .blog-img img {
  height: 230px;
}

.navbar-style-05 .container {
  max-width: 1700px;
}

.header-4-search {
  position: relative;
}
.header-4-search input {
  height: 50px;
  background-color: #222E48;
  border: 0 !important;
  box-shadow: none;
  padding: 0 50px 0 18px;
  border-radius: 6px;
  color: #fff;
  text-transform: capitalize;
}
.header-4-search input::placeholder {
  color: #fff;
}
.header-4-search button {
  border: 0;
  background-color: var(--main-color-one);
  height: 40px;
  width: 40px;
  border-radius: 6px;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: 0.4s;
}
.header-4-search button:hover {
  background-color: #fff;
}
.navbar-style-05 .global-btn {
  padding: 17px 25px;
}
.navbar-style-05 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.banner_five_slider {
  margin-top: -100px;
}

/*heading-stoke-title*/
.heading-stoke-title {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: -550px;
  right: 0;
  top: 0;
  min-height: 600px;
  margin-top: -650px;
  text-align: center;
}
.heading-stoke-title.style-left {
  margin-left: -550px;
  left: 0;
}
.heading-stoke-title h2 {
  font-size: 90px;
  right: -170px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  color: #CDD1D3;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #CDD1D3;
  opacity: 0.44;
  font-weight: 700;
}
.heading-stoke-title.style-left h2 {
  left: -200px;
}

.slider-nav-style button {
  border-radius: 0;
  border: 1px solid #193503;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.testi-area-slider5 .slider-nav-style {
  text-align: right;
  margin-top: -80px;
  padding-right: 40px;
}
.slick-arrow-right {
  background-color: #193503;
  color: #fff;
}

body {
  overflow: hidden;
}
.border-radius-10 {
  border-radius: 10px;
}

.global-btn.style1 {
  color: #fff !important;
}
.global-btn.style1:before {
  background-color: var(--main-color-one);
}
.global-btn.style1:after {
  background-color: var(--main-color-one);
}
.global-btn.style1:hover {
  color: #01133c !important;
}

.palse-anim-wrap .palse-anim {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse-animation 1.7s infinite;
  z-index: 0;
  opacity: 0.5;
}

.palse-anim-wrap .palse-anim + .palse-anim {
  animation-delay: 0.7s;
}

.palse-anim-wrap .palse-anim + .palse-anim + .palse-anim {
  animation-delay: 0.3s;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 var(--main-color-one);
  }
  100% {
    box-shadow: 0 0 0 100px rgba(254, 206, 104, 0);
  }
}

.banner-five-slider-wrap .slick-dots {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(90deg);
}

.banner-five-slider-wrap .slick-dots button {
  background-color: #fff;
  margin: 2px;
  width: 8px;
  height: 8px;
}
.banner-five-slider-wrap .slick-dots button:before {
  border-color: #fff;
  visibility: visible;
  opacity: 1;
}
.banner-five-slider-wrap .slick-dots .slick-active button {
  background-color: #FCB650;
}
.banner-five-slider-wrap .slick-dots .slick-active button:before {
  border-color: #FCB650;
}

.preloader-inner {
  background-color: #101726 !important;
}


.single-work-process .process-icon .main-icon {
  transition: 0.4s;
}
.single-work-process:hover .process-icon .main-icon {
  animation: top-image-bounce 3s infinite ease-in-out;
}
@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } 
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } 
}

/* Testimonial Six */

.testimonial-area .single-testimonial {
  padding-left: 250px
}

@media (max-width: 991px) {
  .testimonial-area .single-testimonial {
      padding-left:0
  }
}

.testimonial-area .single-testimonial .client-info .ratting svg {
  color: #f1bd06;
}

.testimonial-area .single-testimonial .client-info .pera {
  margin-top: 32px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.28
}

@media (max-width: 991px) {
  .testimonial-area .single-testimonial .client-info .pera {
      font-size:16px
  }
  .testimonial-area .single-testimonial .client-details .name {
    font-size: 16px;
  }
}

.testimonial-area .single-testimonial .client-details {
  display: flex;
  gap: 43px;
  margin-top: 16px
}

.testimonial-area .single-testimonial .client-details .name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66
}

.testimonial-area .testimonial-slider-active {
  padding: 100px 0px
}

@media (max-width: 991px) {
  .testimonial-area .testimonial-slider-active {
      padding:70px 0px
  }
}

.testimonial-area .testimonial-slider-active .swiper-button-next,.testimonial-area .testimonial-slider-active .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #27b671;
  top: 122%;
  right: 48px
}

.testimonial-area .testimonial-slider-active .swiper-button-next::after,.testimonial-area .testimonial-slider-active .swiper-button-prev::after {
  content: ""
}

.testimonial-area .testimonial-slider-active .swiper-button-next svg,.testimonial-area .testimonial-slider-active .swiper-button-prev svg {
  width: unset;
  height: unset
}

.testimonial-area .testimonial-slider-active .swiper-button-next svg path,.testimonial-area .testimonial-slider-active .swiper-button-prev svg path {
  fill: #fff
}

.testimonial-area .testimonial-slider-active .swiper-button-prev {
  right: 104px;
  left: unset
}

.testimonial-area .testimonial-slider-active .swiper-button-prev.swiper-button-disabled,.testimonial-area .testimonial-slider-active .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: #fff
}

.testimonial-area .testimonial-slider-active .swiper-button-prev.swiper-button-disabled svg,.testimonial-area .testimonial-slider-active .swiper-button-next.swiper-button-disabled svg {
  width: unset;
  height: unset
}

.testimonial-area .testimonial-slider-active .swiper-button-prev.swiper-button-disabled svg path,.testimonial-area .testimonial-slider-active .swiper-button-next.swiper-button-disabled svg path {
  fill: var(--black)
}

.testimonial-area .testimonial-slider-active .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-left: 80px
}

@media (max-width: 991px) {
  .testimonial-area .testimonial-slider-active .swiper-pagination-bullets.swiper-pagination-horizontal {
      display:none
  }
}

.testimonial-area .testimonial-slider-active .swiper-pagination-bullet {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  opacity: 0.6;
  background-color: transparent;
  transition: opacity 0.3s ease, bottom 0.3s ease
}

.testimonial-area .testimonial-slider-active .swiper-pagination-bullet .testimonial-img-horizontal {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%
}

.testimonial-area .testimonial-slider-active .swiper-pagination-bullet .testimonial-img-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}

.testimonial-area .testimonial-slider-active .swiper-pagination-bullet-active {
  position: absolute;
  top: -135px;
  left: 6px;
  width: 150px;
  height: 150px;
  opacity: 1;
  z-index: 2
}

.testimonial-area .testimonial-slider-active .swiper-pagination-bullet-active .testimonial-img-horizontal {
  width: 150px;
  height: 150px;
  border: 2px solid #27b671
}

.testimonial-area .testimonial-slider-active .swiper-pagination-bullet-active .testimonial-img-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}

.testimonial-area .testimonial-slider-active .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  z-index: 1;
  opacity: 1;
  position: relative;
  transform: translate(-600px, 36px)
}

@media (max-width: 1399px) {
  .testimonial-area .testimonial-slider-active .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
      transform:translate(-510px, 36px)
  }
}

@media (max-width: 1199px) {
  .testimonial-area .testimonial-slider-active .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
      transform:translate(-410px, 36px)
  }
}

/* Blog Grid List Threee */

.blog-area .blog-card-5 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  cursor: pointer;
  overflow: hidden;
}

.blog-area .blog-img-5 {
  position: relative;
  overflow: hidden;
  transition: all .8s ease-out 0s
}

.blog-area .blog-img-5:hover img {
  transition: all .8s ease-out 0s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1)
}

.blog-area .blog-img-5 img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 100%;
  transition: all .8s ease-out 0s
}

.blog-area .blog-img-5 .blog-tags {
  border-radius: 3px;
  background-color: #27b671;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 18px;
  top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.blog-area .blog-img-5 .blog-tags .pera {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.72px;
  line-height: normal;
  text-align: center
}

@media (max-width: 991px) {
  .blog-area .blog-img-5 .blog-tags .pera {
      font-size:20px
  }
}

.blog-area .blog-img-5 .blog-tags .mini-pera {
  font-size: 16px;
  font-weight: 400;
  color: #fff
}

@media (max-width: 991px) {
  .blog-area .blog-img-5 .blog-tags .mini-pera {
      font-size:14px
  }
}

.blog-area .blog-content-5 {
  padding: 30px 40px 2px 30px;
  border: aliceblue;
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 991px) {
  .blog-area .blog-content-5 {
      padding:14px 26px 2px 18px
  }
}

.blog-area .blog-content-5 .highlight {
  color: #27b671;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: capitalize
}

@media (max-width: 991px) {
  .blog-area .blog-content-5 .highlight {
      font-size:14px
  }
}

.blog-area .blog-content-5 .title {
  color: #243f37;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  text-transform: capitalize;
  letter-spacing: -0.66px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media (max-width: 991px) {
  .blog-area .blog-content-5 .title {
      font-size:16px
  }
}

.blog-area .blog-content-5 .title a:hover, .blog-area .blog-footer-5 .user .pera a:hover, 
.blog-area .blog-content-5 .title:hover {
  color: #27b671
}

.blog-area .blog-footer-5 {
  padding: 20px 41px 14px 30px;
}

@media (max-width: 991px) {
  .blog-area .blog-footer-5 {
      padding:5px 25px 20px 18px
  }
}

.blog-area .blog-footer-5 .user {
  display: flex;
  gap: 7px
}

.blog-area .blog-footer-5 .user .pera {
  font-size: 16px;
  color: #747474;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: normal
}


@media (max-width: 991px) {
  .blog-area .blog-footer-5 .user .pera {
      font-size:14px
  }
}

/* Team Six */

.team-area .team-card-six {
  padding: 30px 20px;
  background-color: #ffffff;
  border: 1px solid rgba(2,6,38,0.1);
  box-shadow: 0px 10px 60px rgba(149,149,149,0.1);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}

.team-area .team-card-six:hover .team-img {
  height: 280px
}

.team-area .team-card-six:hover .team-img .expand {
  opacity: 0
}

.team-area .team-card-six:hover .team-img .social-icon-list {
  opacity: 1
}

.team-area .team-card-six:hover .team-content {
  padding-top: 20px
}

.team-area .team-card-six .team-img {
  position: relative;
  height: 260px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.team-area .team-card-six .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.team-area .team-card-six .team-img .expand {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #243f37;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #f6f2ed;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.team-area .team-card-six .team-img .expand i {
  font-size: 20px;
  color:#ffffff;
}

.team-area .team-card-six .team-img .social-icon-list {
  opacity: 0;
  background-color: #27b671;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  width: 70%;
  padding: 4px 24px;
  display: flex;
  gap: 9px;
  justify-content: center;
  cursor: pointer
}

.team-area .team-card-six .team-img .social-icon-list i {
  font-size: 20px;
  opacity: 0.8;
  color: #ffffff;
}

.team-area .team-card-six .team-content {
  padding: 45px 20px 0px 20px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.team-area .team-card-six .team-content .title {
  color: #243f37;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  letter-spacing: -0.6px;
  margin-bottom: 0px
}

.team-area .team-card-six .team-content .pera {
  color: #747474;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

/* Banner Six */



.hero-area-six {
  padding-top: 150px;
  background: linear-gradient(180deg, #005151 0%, #27b671 100%);
}

.hero-area-six .section-title {
  margin-bottom: 20px
}

.hero-area-six .section-title .title {
  color: #fff;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: normal
}

@media (max-width: 991px) {
  .hero-area-six .section-title .title {
      font-size:45px
  }
}

@media (max-width: 575px) {
  .hero-area-six .section-title .title {
      font-size:24px
  }
}

.hero-area-six .multi-img {
  display: flex;
  align-items: center;
  margin-top: 20px
}

.hero-area-six .multi-img .single-img {
  width: 57px;
  min-width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.hero-area-six .multi-img .single-img:not(:first-child) {
  margin-right: -14px;
  margin-left: -18px
}

@media (max-width: 991px) {
  .hero-area-six .multi-img .single-img:not(:first-child) {
      margin-right:-20px
  }
}

.hero-area-six .multi-img .single-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover
}

.hero-area-six .multi-img .single-img:hover {
  cursor: pointer;
  border: none;
  scale: 1.25
}

.hero-area-six .multi-img .single-img-count {
  width: 57px;
  min-width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #243f37;
  display: flex;
  justify-content: center;
  align-items: center
}

.hero-area-six .multi-img .single-img-count .user-count {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44
}

.hero-area-six .multi-img .pera {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
  margin: 0px 12px
}

.hero-area-six .hero-left-content {
  position: relative;
  z-index: 1;
  padding-bottom: 30px
}

.hero-area-six .hero-left-content .pera {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: lowercase
}

.hero-area-six .hero-left-content .hero-btn {
  margin-top: 57px;
  margin-bottom: 84px
}

@media (max-width: 991px) {
  .hero-area-six .hero-left-content .hero-btn {
      margin-top:20px;
      margin-bottom: 20px
  }
}

.hero-area-six .hero-thumb {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.hero-area-six .hero-thumb img {
  width: 100%
}

@media (max-width: 991px) {
  .hero-area-six .sm-wrapper {
      display:flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap
  }
}

.hero-area-six .hero-right-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding-bottom: 30px
}

@media (max-width: 991px) {
  .hero-area-six .hero-right-content {
      gap:30px;
      flex-direction: row
  }
}

.hero-area-six .hero-right-content .hero-right-element .title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.44px
}

@media (max-width: 575px) {
  .hero-area-six .hero-right-content .hero-right-element .title {
      font-size:30px
  }
}

.hero-area-six .hero-right-content .hero-right-element .pera {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.54px
}

@media (max-width: 575px) {
  .hero-area-six .hero-right-content .hero-right-element .pera {
      font-size:16px
  }
}

.hero-area-six .hero-right-content .key-word {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 40px
}

.hero-area-six .hero-right-content .key-word .key {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal
}

.hero-area-six .hero-right-content .key-word .key.active {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #27b671;
}

.hero-shape-one {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  z-index: 0
}

@media (max-width: 991px) {
  .hero-shape-one {
      display:none
  }
}

.hero-shape-two {
  position: absolute;
  top: -100px;
  bottom: 0;
  right: 0;
  z-index: 0
}

@media (max-width: 575px) {
  .hero-shape-two {
      display:none
  }
}
.btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  padding: 18px 40px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media (max-width: 1399px) {
  .btn {
      padding:16px 30px;
      font-size: 14px
  }
}


.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #131e1b;
}

.btn.btn-white:hover {
  background-color: #27b671;
  border-color: #27b671;
  color: #ffffff;
}

.navbar-style-06 .global-btn.style3 {
  background-color: #27b671;
  border-radius: 4px;
  color: #fff !important;
}


.feature-area .feature-item .feature-icon {
  height: 40px;
}
.feature-area .feature-item .feature-icon img {
  height: 100%;
}
.feature-area .feature-item .title {
  color: #243F37;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .feature-area .feature-item .title {
      font-size: 16px;
  }
}
.feature-area .feature-item .feature-items-header {
  display: flex;
  gap: 20px;
  padding-bottom: 18px;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
}
.feature-area .feature-item .feature-content .pera {
  margin-top: 24px;
  line-height: 1.87;
  color: #747474;
}
.feature-area .feature-item .feature-content .feature-points {
  margin-top: 16px;
}
.feature-area .feature-item .feature-content .feature-points .single-list {
  color: #243F37;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.87;
  text-transform: capitalize;
  list-style: none;
}
.feature-area .feature-item .feature-content .feature-points .single-list svg {
  font-size: 20px;
  color: #27b671;
  margin-right: 8px;
}

/*event-area*/
.event-area {
  padding: 155px 0px;
}
@media (max-width: 991px) {
  .event-area {
      padding: 100px 0px;
  }
  
  .feature-area .feature-item .feature-content .feature-points .single-list {
    font-size: 11px;
  }
  .feature-area .feature-item .feature-content .pera {
    font-size: 15px;
  }
}
.event-area.event-area-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.event-area .icon-title-section {
  display: flex;
  gap: 57px;
  margin-bottom: 54px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .event-area .icon-title-section {
      gap: 20px;
      flex-wrap: wrap;
  }
}
.event-area .icon-with-title {
  position: relative;
  display: flex;
  gap: 12px;
}
.event-area .icon-with-title i {
  color: var(--primary-color);
  font-size: 18px;
}
.event-area .icon-with-title .pera {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .event-area .icon-with-title .pera {
      font-size: 16px;
  }
}
.event-area .event-shape {
  width: 336px;
  height: 390px;
  border-radius: 999px 999px 0px 0px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 14%;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .event-area .event-shape {
      display: none;
  }
}
.event-area .event-shape .circle-shape {
  position: relative;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background-color: #27b671;
  padding: 20px;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.event-area .event-shape .circle-shape .play {
  color: var(--white);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.event-area .event-shape .circle-shape .rotate-text {
  position: absolute;
  width: 80%;
  height: 80%;
  color: var(--white);
  font-size: 12px;
  animation: textRotation 8s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@keyframes textRotation {
  100% {
      transform: rotate(360deg);
  }
}
.event-area .event-shape .circle-shape .rotate-text span {
  position: absolute;
  left: 50%;
  transform-origin: 0 75px;
  font-size: 14px;
  top: 0;
}


.dotted-highlight {
  font-family: var(--Mulish);
  color: #27b671;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .dotted-highlight {
      font-size: 16px;
      margin-bottom: 20px;
  }
}
.dotted-highlight i {
  color: var(--primary-color);
  font-size: 20px;
  margin-right: 15px;
}
.section-title .big-title {
  color: var(--white);
  font-family: var(--Mulish);
  font-size: 68px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .section-title .big-title {
      font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title .big-title {
      font-size: 30px;
  }
}

.event-area .btn {
  background-color: #27b671;
  border: 0;
}

/** service eight **/
.service-area .single-service {
  background: transparent;
  position: relative;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .service-area .single-service {
      margin-bottom: 50px;
  }
}
.service-area .single-service:hover .service-icon {
  background-color: #243f37;
}
.service-area .single-service .service-image {
  position: relative;
  overflow: hidden;
}
.service-area .single-service .service-image:hover img {
  transition: all 0.8s ease-out 0s;
  transform: scale3d(1.1, 1.1, 1);
}
.service-area .single-service .service-image::before {
  z-index: 1;
}
.service-area .single-service .service-image img {
  border-radius: 5px;
  width: 100%;
  transition: all 0.8s ease-out 0s;
}
.service-area .single-service .service-image::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.service-area .single-service .service-icon {
  width: 73px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  background-color: var(--color-green);
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 2;
  transition: all 0.3s ease-out 0s;
}
.service-area .single-service .service-icon img {
  width: 35px;
  filter: invert(1);
}
.service-area .single-service .service-mini-card {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 16px 24px;
  padding-bottom: 36px;
}
.service-area .single-service .service-mini-card .service-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.29;
  letter-spacing: -0.72px;
  color: #243f37;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .service-area .single-service .service-mini-card .service-content .title {
      font-size: 16px;
  }
}
.service-area .single-service .service-mini-card .service-content .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  color: #747474;
}
@media (max-width: 991px) {
  .service-area .single-service .service-mini-card .service-content .pera {
      font-size: 14px;
  }
}
.service-area .single-service .service-bottom-wrapper {
  position: relative;
  width: 90%;
  margin-top: -30px;
  z-index: 2;
}
.service-area .single-service .service-bottom-wrapper .button-section {
  position: absolute;
  right: 0;
}
.service-area .single-service .service-bottom-wrapper .button-section .btn-primary {
  border-radius: 2px;
}
.btn-green {
  background-color: var(--color-green);
}


/* subscribe */
.consultant-card-three .footer .subscribe-section {
  position: relative;
  width: 100%;
}
.consultant-card-three .footer .subscribe-section .custom-form {
  border: 1px solid #243f37;
  border-radius: 4px;
  padding: 24px 15px;
  width: 100%;
}
.consultant-card-three .footer .subscribe-section .custom-form::placeholder {
  color: var(--primary-paragraph);
  font-size: 18px;
  font-family: var(--Mulish);
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .consultant-card-three .footer .subscribe-section .custom-form::placeholder {
      font-size: 14px;
  }
}
.consultant-card-three .footer .subscribe-section .btn-green {
  position: absolute;
  top: 7px;
  right: 7px;
}
@media (max-width: 1599px) {
  .consultant-card-three .footer .subscribe-section .btn-green {
      position: absolute;
      top: 12px;
      right: 12px;
  }
}

.case-studies-area .image-wrapper {
  position: relative;
  cursor: pointer;
  height: 400px;
  transition: all 0.3s ease-out 0s;
  background-position: center center;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .case-studies-area .image-wrapper {
      height: 300px;
      background-position: top center;
  }
}
.case-studies-area .image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.case-studies-area .image-wrapper:hover .image-tags {
  opacity: 1;
  margin: 20px;
}
.case-studies-area .image-wrapper .image-tags {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  max-width: 380px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.case-studies-area .image-wrapper .image-tags .first-tag {
  background-color: #fff;
  color: #111;
  font-size: 16px;
  font-family: var(--Mulish);
  text-transform: capitalize;
  font-weight: 600;
  line-height: normal;
  padding: 14px 68px 12px 14px;
}
.case-studies-area .image-wrapper .image-tags .second-tag {
  background-color: var(--color-green);
  color: var(--white);
  font-size: 16px;
  font-family: var(--Mulish);
  text-transform: capitalize;
  font-weight: 500;
  line-height: normal;
  padding: 10px 38px;
  text-align: center;
  width: fit-content;
}


.contact-us-area .contact-form {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 79px 50px 79px;
}
@media (max-width: 991px) {
  .contact-us-area .contact-form {
      padding: 30px;
      margin-top: 0;
  }
}
.contact-us-area .contact-form .section-title .title {
  margin-bottom: 30px;
  font-size: 40px;
  color: #111;
  font-weight: 700;
}
.contact-us-area .contact-form .form-control {
  border-radius: 5px;
  background-color: #f6f6f6;
  padding: 17px 20px;
  margin-bottom: 15px;
  border: 1px solid #f6f6f6;
}
.contact-us-area .contact-form .form-control::placeholder {
  color: rgba(112, 112, 112, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}
.contact-us-area .contact-form .form-control:focus {
  box-shadow: none;
}
.contact-us-area .contact-form textarea {
  resize: none;
  height: 140px;
}
.contact-us-area .contact-form .form-group {
  margin-bottom: 16px;
}
.testimonial-area .testimonial-slider-active 
.swiper-button-prev.swiper-button-disabled, 
.testimonial-area .testimonial-slider-active 
.swiper-button-next.swiper-button-disabled {
  background-color: var(--color-green);
  color: #fff;
}

.testimonial-area .testimonial-slider-active 
.swiper-button-prev.swiper-button-disabled svg, 
.testimonial-area .testimonial-slider-active 
.swiper-button-next.swiper-button-disabled svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .testimonial-area .testimonial-slider-active .swiper-button-next , 
  .testimonial-area .testimonial-slider-active .swiper-button-prev {
    display: none !important;
  }
  .contact-us-area .contact-form .section-title {
    margin-bottom: 0;
  }
  .contact-us-area .contact-form .section-title .title {
    font-size: 35px;
  }
  .mobile-image-padding .elementor-image-box-img {
    margin-bottom: 20px !important;
  }
}

.footer-area-two {
  background-color: #101b20;
}
.footer-area-two .footer-widget.widget_nav_menu ul li a:hover,
.footer-area-two .border-base-two,
.footer-area-two .widget_contact .details li span,
.footer-area-two .widget_contact .details li svg,
.footer-area-two .biscox-widget-about .social-icons__link {
  border-color: var(--color-green) !important;
  color: var(--color-green) !important;
}
.footer-area-two .newsletter-form .global-btn,
.footer-area-two .biscox-widget-about .social-icons__link:hover {
  background-color: var(--color-green) !important;
  color: #fff !important;
}
.footer-area-two .footer-logo img {
  filter: invert(54%) sepia(79%) saturate(422%) hue-rotate(99deg) brightness(94%) contrast(86%);
}