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

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

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

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  /* Paleta Enterprise Premium */
  /* --theme-color: #0052a6; */
  --theme-color: #39a6d5; /* Albastru mediu - butoane și CTA */

  --theme-color2: #00d1ff; /* Cyan - accente moderne */
  --title-color: #0c2858; /* Albastru închis - titluri autoritate */
  --body-color: #374151; /* Gri profesional - text body */

  --smoke-color: #f0f7ff; /* Albastru foarte deschis - backgrounds */

  --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;
  --color-orange: #f27700;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e1e1e1;
  --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;
}
.px2{
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

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


button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

button {
  transition: all ease 0.4s;
}

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

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


p:empty {
  display: none;
}

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

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

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

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

.h2,
h2 {
  font-size: 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;
}

.process-card-icon img {
  filter: invert(24%) sepia(96%) saturate(2421%) hue-rotate(196deg)
    brightness(94%) contrast(101%);
}

@media (max-width: 991px) {
  .social-links-header a {
    font-size: 18px !important;
  }
  .social-links-header {
    display: flex !important;
    justify-content: center !important;
    padding: 20px 0 10px !important;
    border-top: 1px solid var(--border-color) !important;
    margin-top: 16px !important;
    gap: 15px !important;
  }
}
/* 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;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
}
/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Large devices */

/*------------------- 2.2. Grid -------------------*/

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

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

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
/* Large devices */
/* Medium devices */
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
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,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px;
}
select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
  color: var(--body-color);
}
select.style2::-webkit-input-placeholder,
.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,
.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,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
  color: var(--body-color);
}
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,
.form-control.style-border:focus,
.form-select.style-border:focus,
textarea.style-border:focus,
input.style-border:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
}
select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background: var(--smoke-color3);
}


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

.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}

.form-select .list,
select .list {
  width: 100%;
}

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

.form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}

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

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

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

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

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

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

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

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

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

.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 -------------------*/

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

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

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

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

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

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

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

/* Small devices */
@media (max-width: 767px) {
  .scroll-btn img {
    width: 70px;
  }
  .scroll-btn.show {
    bottom: -50px;
  }
  .btn {
    padding: 24px 25px 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  margin-top: -0.04em;
  font-weight: 700;
  position: relative;
}
.sec-title.style2 {
  font-size: 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;
  }
}

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

.sub-title {
  display: block;
  color: var(--color-orange);
  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 {
  filter: invert(24%) sepia(96%) saturate(2421%) hue-rotate(196deg)
    brightness(94%) contrast(101%);
  margin: 0px 8px 0 8px;
}
.sub-title.text-white img {
  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.3em;
}
.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 {
  margin-bottom: calc(var(--section-title-space) - 13px);
  position: relative;
  z-index: 2;
}
.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}
.title-area .sub-title {
  margin-top: -0.2em;
}
.title-area.text-center .sub-title:after {
  display: inline-block;
}

/* 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;
  }
  .sec-text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --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;
}

.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
}
.social-btn a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.social-btn.style2 a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  color: var(--white-color);
  background: var(--title-color);
  border-radius: 5px;
}
.social-btn.style2 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.social-btn.style3 a {
  background: rgba(25, 97, 100, 0.2);
  border-radius: 45px;
  width: 40px;
  height: 40px;
  line-height: normal;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.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: normal;
  border-radius: 5px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

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

/*******Magnific Image*******/

/*------------------- 3.6. Font -------------------*/

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

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

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------------------- 3.8. Text Color -------------------*/

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

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

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

/*------------------- 3.10. Animation -------------------*/

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

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

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

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

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

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

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

.slider-animated {
  opacity: 1;
}

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

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.widget_categories .sub-menu,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .children li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0px 19px 0px;
  padding: 0px 0px 20px;
}

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

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

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

.widget {
  margin-bottom: 40px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color);
  border-radius: 20px;
}

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

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

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

/***wp-calender***/

/********widget_recent_comments********/

/******widget_recent_entries******/

/*******widget_rss*******/

/*Price Filter --------------*/

/* 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;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 30px;
  }
}
/* Extra small devices */

.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .widget_title {
  color: var(--white-color);
  border-bottom: none;
  position: relative;
}

.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_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 0;
  font-family: var(--title-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
}
.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_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_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_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.widget-contact-grid {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.widget-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}
.widget-contact-grid .icon {
  margin-top: -3px;
}
.widget-contact-grid i {
  color: var(--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);
}

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

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* Extra small devices */
/*------------------- 4.2. Header  -------------------*/
.nav-header {
  position: relative;
  z-index: 41;
}

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

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

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

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

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

/* Header 1 ---------------------------------- */
.header-layout1 .header-wrapper {
  display: flex;
  gap: 39px;
}
@media (max-width: 1399px) {
  .header-layout1 .header-wrapper {
    gap: 15px;
  }
}
.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: 18px;
  text-align: center;
  background-color: #ebf3ee;
  transition: all 0.4s ease-in-out;
}
.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;
  padding-left: 60px;
  position: absolute;
  z-index: 3;
}

@media (max-width: 1700px) {
  .header-layout1 .header-navbar-logo {
    padding-left: 35px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .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 .header-navbar-logo {
    padding-left: 30px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .main-menu a {
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .header-navbar-logo {
    display: none;
  }
}
/* 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 {
    top: 0;
  }
  .header-layout1 .social-links {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-layout1 .social-links:after {
    left: 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 .main-menu > ul > li > a {
  padding: 35.5px 0;
}
.header-layout2 .social-links {
  position: relative;
  padding-right: 20px;
}
.header-layout2 .social-links:after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -14px;
  top: -15px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.header-layout2 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0;
  padding-left: 60px;
  position: absolute;
  z-index: 3;
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  /* Large devices */
  /* Medium devices */
}
.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-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 .sticky-wrapper.sticky .header-sticky-logo {
    display: none;
  }
}

/* Header 4 ---------------------------------- */
.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 .sticky-wrapper {
  background: var(--theme-color);
}
.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 .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;
  top: 0;
  left: 0;
  right: 0;
}
.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 .sticky-wrapper.sticky {
  background: var(--title-color);
}

/*------------------- 4.3. Footer  -------------------*/
/*Footer 1***************/
.footer-wrapper {
  background-color: var(--title-color);
}
@media (max-width: 768px) {
  .widget-area {
    padding: 40px 0 30px !important;
  }
}
@media (max-width: 575px) {
  .contact-page-wrap {
    padding: 40px 30px !important;
  }
}

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

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

.copyright-text {
  margin: 0;
  font-weight: 400;
  font-size: 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 1***************/
.footer-layout1 {
  position: relative;
  padding-top: 115px;
}
.footer-layout1 .footer-widget {
  --body-color: #ffffff;
}
.footer-layout1 .about-logo {
  margin-bottom: 40px;
}

/*Footer 2***************/

/* Medium devices */
/* Extra small devices */
/* Extra small devices */
/*Footer 3***************/

/*Footer 4***************/

/*Footer 5***************/

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 37px 0 -0.4em;
}
.breadcumb-menu li {
  display: inline-block;
  padding-right: 11px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f105";
  position: relative;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--icon-font);
  color: var(--title-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--title-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(--smoke-color);
  overflow: hidden;
  position: relative;
  z-index: auto;
}
.breadcumb-wrapper .breadcumb-thumb {
  text-align: right;
}

/* 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 {
  margin-right: 0;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination span,
.pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: var(--title-color);
  background-color: transparent;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  font-size: 22px;
  font-family: var(--title-font);
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #f3f5f4;
}
.pagination span i,
.pagination a i {
  font-size: 22px;
}
.pagination span.active,
.pagination span:hover,
.pagination a.active,
.pagination a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

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

/*------------------- 4.6. Blog  -------------------*/
blockquote {
  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 {
  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 {
  color: inherit;
}
blockquote p cite {
  margin-top: 20px;
}
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  left: 45px;
  top: -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;
}
blockquote .h4 {
  font-size: 22px;
  margin: 7px 0 10px 0;
}
blockquote 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 {
  content: "";
  position: relative;
  display: inline-block;
  height: 2px;
  width: 25px;
  background: var(--theme-color);
  margin-right: 15px;
  top: -7px;
}

blockquote.is-large,
blockquote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 170px 50px 50px;
}
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 {
  top: unset;
  bottom: 13px;
}

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


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

.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.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) {
  padding: 100px 15px 30px 15px;
}

/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    padding: 100px 40px 40px 40px;
  }
  blockquote:before {
    left: 40px;
    top: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote cite {
    font-size: 18px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  blockquote p {
    font-size: 18px;
    line-height: inherit;
  }
  blockquote {
    padding: 100px 30px 30px 30px;
  }
  blockquote:before {
    left: 30px;
    top: 30px;
  }
}
/* Extra small devices */
/*blog-details-card**************/

/*------------------- 4.7. Comments  -------------------*/

/* Large devices */
/* Medium devices */
/* Small devices */
/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Comment Respond Form
--------------------------------------------------------------*/

@media (min-width: 1400px) {
  .hero-title {
    font-size: 50px !important;
  }
}

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

/* Hero 1 ---------------------------------- */
.hero-1 {
  background-repeat: no-repeat;
}

.hero-item-content {
  display: block;
  max-width: 630px;
  margin-left: auto;
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-item-content {
    margin: auto;
  }
}

.hero-card {
  display: flex;
  gap: 10px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.hero-card_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 37px;
  background: #ebf3ee;
  padding: 28px 28px 24px 28px;
  border-radius: 13px;
  z-index: 2;
  margin-top: 28px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .hero-card_wrapper {
    display: block;
  }
}
@media (max-width: 375px) {
  .hero-card_wrapper {
    padding: 16px;
  }
}
.hero-card_wrapper:before,
.hero-card_wrapper:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: var(--smoke-color);
  z-index: -1;
  border-radius: 13px;
  transition: 0.4s ease-in-out;
}
.hero-card_wrapper:after {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(25, 97, 100, 0.47) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  z-index: -2;
  top: 0;
  left: 0;
}
.hero-card .box-title {
  font-size: 22px;
  margin-bottom: 5px;
}
.hero-card_text {
  font-size: 18px;
  margin-bottom: -0.4rem;
}

.hero-title {
  font-weight: 700;
}

.hero-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero-style1 {
  position: relative;
  padding: 134px 0 38px 0;
  z-index: 6;
}

@media (max-width: 440px) {
  .btn-group {
    justify-content: center;
  }
}
/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .hero-text {
    font-size: 16px;
  }
  .hero-style1 {
    text-align: center;
    padding: 100px 0 60px 0;
  }
  .hero-style1 .btn-group {
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .hero-title {
    font-size: 38px;
    line-height: 47px;
  }
}
/* Hero 2 ---------------------------------- */

@keyframes bg-anim {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  80% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Medium Large devices */
/* Large devices */
/* Extra small devices */
/* Hero 3 ---------------------------------- */

/* Hero 4 ---------------------------------- */

/* Hero 5 ---------------------------------- */

/*------------------- 4.9. Error  -------------------*/

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: var(--title-color);
  width: 100.1%;
  height: 0px;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 54px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid var(--smoke-color);
  transform: rotate(0);
  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;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 0px;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%, -50%);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--smoke-color);
  padding: 0 80px 0 0px;
  color: var(--smoke-color);
  border-radius: 0px;
}
.popup-search-box form input::-moz-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.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::placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 0px;
  cursor: pointer;
  width: auto;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  filter: brightness(99999);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 350px;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  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;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

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

/* Large devices */
/* Extra small devices */
/* Extra small devices */
/*------------------- 4.00. Contact  -------------------*/
/****contact page*****/
.contact-page-wrap {
  border-radius: 20px;
  padding: 40px 60px;
}

.contact-info {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.contact-info_icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  flex: none;
}
.contact-info .contact-info_title {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--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;
}

.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 1
----------------------------------------------*/

/* About Area 2 ---------------------------------- */

/* Medium Large devices */
/* Large devices */
/* Small devices */
/* Extra small devices */
/* About Area 3 ---------------------------------- */
.about-thumb3 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-thumb3 {
    padding-left: 26px;
  }
}
.about-thumb3 .img1 {
  border-radius: 10px;
  overflow: hidden;
}
.about-thumb3 .social-links {
  flex-wrap: wrap;
  background: var(--theme-color);
  display: inline-block;
  padding: 35px 18px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: -30px;
  top: 40%;
  /* Extra small devices */
}
.about-thumb3 .social-links a {
  display: block;
  font-size: 24px;
  color: var(--white-color);
}
.about-thumb3 .social-links a:not(:last-child) {
  margin-bottom: 30px;
}
.about-thumb3 .social-links a:hover {
  color: var(--theme-color2);
}
@media (max-width: 575px) {
  .about-thumb3 .social-links {
    top: 30%;
    display: none;
  }
  .about-thumb3 .social-links a {
    font-size: 16px;
  }
}

/* About Area 4 ---------------------------------- */

/* About Area 5 ---------------------------------- */

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */

/* Extra small devices */
/* team box  ----------------------------- */

/* Team Area 2 ---------------------------------- */

/* Team Area 3 ---------------------------------- */

/* Team Area 4 ---------------------------------- */

/* Team Area 5 ---------------------------------- */

/* Team Details ---------------------------------- */

/* Medium devices */
/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */

/* Large devices */
/* Medium devices */
/* Testimonial 2 ---------------------------------- */

/* Testimonial 3 ---------------------------------- */

/* Testimonial 4 ---------------------------------- */

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */

/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Extra small devices */
/* Counter 2 ---------------------------------- */

/* Medium Large devices */
/* Medium devices */
/* Small devices */
/****single-fact-wrap****/

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */

/* Large devices */
/* Extra small devices */
/* Extra small devices */
/* blog box ---------------------------*/

/* Blog Card 2---------------------------------- */

/* Blog Card 3---------------------------------- */

/* Blog Card 4---------------------------------- */

/*------------------- 4.00. Client  -------------------*/
/* Client 2 ---------------------------------- */

/* Client 3 ---------------------------------- */

/* Client 4 ---------------------------------- */

/*------------------- 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: flex;
  color: var(--body-color);
}
.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li i,
.checklist li svg {
  font-size: 22px;
  margin-right: 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 {
  margin-right: 15px;
  font-size: 16px;
  color: var(--theme-color);
  margin-top: 3px;
}
.checklist.style3 ul {
  display: grid;
  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.mb-40 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-wrap.style2 {
  gap: 30px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .checklist.style2 ul li i {
    margin-right: 10px;
  }
}
/*------------------- 4.00. Video -------------------*/
/* Video 1 ---------------------------------- */

/*------------------- 4.00. Category Menu -------------------*/
/* Category 1 ---------------------------------- */

/* Category 2 ---------------------------------- */

/* Small devices */
/* Category 3 ---------------------------------- */

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */

/* Medium Large devices */
/* Extra small devices */
/* Faq 2 ---------------------------------- */

/* Faq 3 ---------------------------------- */

/* Faq 4 ---------------------------------- */

/* Faq 5 ---------------------------------- */

/*------------------- 4.00. feature -------------------*/
/***********feature area**********/

/* Medium Large devices */
/* Large devices */
/* Medium devices */

/***********feature area 4**********/

/*------------------- 4.00. CTA -------------------*/
/* CTA Area 1 ---------------------------------- */
.cta-wrap1 {
  position: relative;
  z-index: 2;
  padding: 46px 30px 46px 47px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .cta-wrap1 {
    background-color: var(--theme-color);
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .cta-wrap1 {
    padding: 30px;
  }
}
.cta-wrap1:before,
.cta-wrap1:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .cta-wrap1:before,
  .cta-wrap1:after {
    display: none;
  }
}
.cta-wrap1:before {
  left: 0;
  background-color: var(--theme-color2);
  border-radius: 30px 0px 0 30px;
}
.cta-wrap1:after {
  right: 0;
  background-color: var(--theme-color2);
  border-radius: 0px 30px 30px 0;
}
.cta-wrap1 .title-area .sec-title {
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .cta-wrap1 .title-area .sec-title {
    font-size: 25px;
    line-height: 30px;
  }
}

/* CTA Area 2 ---------------------------------- */

/* CTA Area 3 ---------------------------------- */

/*------------------- 4.00. Service -------------------*/

/* Service Card ---------------------------------- */

/* Large devices */
/* Service Card 02 ---------------------------------- */

/* Service details page ---------------------------------- */

/* Service Card 2---------------------------------- */

/* Service Card 3---------------------------------- */

/* Service Card 4---------------------------------- */

/*------------------- 4.00. Why Choose Us -------------------*/
/*----------------------------------------------
    # why choose us area style here
----------------------------------------------*/
.goal-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  /* Large devices */
}
@media (max-width: 1199px) {
  .goal-tabs-wrapper {
    display: block;
  }
}
.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs {
  max-width: 176px;
  gap: 20px;
  border-bottom: none;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .goal-tabs-wrapper .nav-tabs.goal-tabs-tabs {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .goal-tabs-wrapper .nav-tabs.goal-tabs-tabs {
    gap: 8px;
  }
}
.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link {
  background-color: var(--white-color);
  align-items: center;
  padding: 21px 30px;
  border: 1px solid rgba(25, 97, 100, 0.2);
  border-radius: 10px;
  min-width: 167px;
  font-size: 18px;
  font-weight: 400;
  color: var(--title-color);
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  /* Small devices */
}
@media (max-width: 767px) {
  .goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link {
    min-width: 100%;
  }
}
.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link:hover,
.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link.active,
.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link:focus {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

.wcu-card {
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0 30px 30px 30px;
  /* Large devices */
}
@media (max-width: 1399px) {
  .wcu-card {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1199px) {
  .wcu-card {
    padding: 0 30px 30px 30px;
  }
}
.wcu-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 480px) {
  .wcu-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero-card_icon img {
  filter: invert(24%) sepia(96%) saturate(2421%) hue-rotate(196deg)
    brightness(94%) contrast(101%);
}
.wcu-card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.wcu-card .icon img {
  filter: invert(24%) sepia(96%) saturate(2421%) hue-rotate(196deg)
    brightness(94%) contrast(101%);
}
.wcu-card .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0.1;
  border-radius: 0 0 10px 10px;
}
.wcu-card .icon img {
  transition: 0.4s;
}
.wcu-card .wcu-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -0.2em;
}
@media (max-width: 1399px) {
  .wcu-card .wcu-card-title {
    font-size: 20px;
  }
}
.wcu-card .wcu-card-text {
  font-size: 18px;
  margin-bottom: -0.5em;
}
.wcu-card:hover .icon img {
  transform: rotateY(180deg);
}

/* Large devices */
@media (max-width: 320px) {
  .wcu-card {
    flex-wrap: wrap;
  }
}
/* event area ***************************/
.event-area-1 {
  position: relative;
  padding: 135px 0;
  z-index: 2;
  overflow: hidden;
  /* Medium devices */
}
@media (max-width: 991px) {
  .event-area-1 {
    padding: 80px 0 0 0;
  }
}

.event-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .event-shape {
    right: -10%;
  }
}
@media (max-width: 1199px) {
  .event-shape {
    display: none;
  }
}

.event-card {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 65px;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .event-card {
    margin-bottom: 30px;
  }
}
.event-card:last-child {
  margin-bottom: 0;
}
.event-card .event-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
}
.event-card .icon {
  min-width: 60px;
  transition: all 0.4s ease-in-out;
}
.event-card .icon img {
  filter: invert(24%) sepia(96%) saturate(2421%) hue-rotate(196deg)
    brightness(94%) contrast(101%);
}
.event-card .event-card-text {
  font-size: 18px;
  margin-bottom: 0;
}
.event-card:hover .icon {
  transform: rotateY(180deg);
}

.event-thumb-1 {
  position: absolute;
  bottom: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .event-thumb-1 {
    position: relative;
  }
}

/*skill-feature 1***********************/

/*skill-feature 2***********************/

/************** wcu-thumb-wrap ***************/

/*------------------- 4.00. Pricing -------------------*/
/* Pricing Card ---------------------------------- */

.pricing-card {
  background: var(--white-color);
  border: 2px solid var(--theme-color);
  border-radius: 20px;
  padding: 40px;
}
.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 .checklist li i {
  font-size: 18px;
}
.pricing-card .global-btn {
  width: 100%;
  background-color: var(--white-color);
  border: 2px solid #f3f5f4;
  color: var(--title-color);
  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 {
    gap: 60px;
    justify-content: center;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .pricing-card {
    gap: 25px;
    padding: 40px;
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (max-width: 320px) {
  .pricing-card {
    padding: 30px 30px;
  }
}
/* Pricing Card 3---------------------------------- */

.pricing-card.style2 {
  background: transparent;
  border: 1px solid var(--title-color);
  /* Large devices */
}
.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 {
  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 {
  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 {
  filter: none;
}
@media (max-width: 1199px) {
  .pricing-card.style2.active {
    padding: 30px;
  }
}

/*------------------- 4.00. Portfolio -------------------*/
/* Portfolio 1 ---------------------------------- */

.portfolio-tab-1 {
  /* Small devices */
}
.portfolio-tab-1 .filter-menu-active {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.portfolio-tab-1 .filter-menu-active .btn.active {
  color: var(--white-color);
}
.portfolio-tab-1 .filter-menu-active .btn.active:after,
.portfolio-tab-1 .filter-menu-active .btn.active:before {
  height: 410px;
  width: 410px;
}
@media (max-width: 767px) {
  .portfolio-tab-1 .filter-menu-active {
    gap: 20px;
  }
}

/* Portfolio 2 ---------------------------------- */

/* Portfolio Details Area ---------------------------------- */

/* Portfolio 3 ---------------------------------- */

/* Portfolio 4 ---------------------------------- */

/*------------------- 4.00. Marquee -------------------*/
/* Marquee 1---------------------------------- */

/* Marquee 2---------------------------------- */

/*------------------- 4.00. Appointment -------------------*/
/*----------------------------------------------
    # Appointment Area 1
----------------------------------------------*/
.wcu-card-details a {
  padding-top: 40px;
}

.appointment-form 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);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 0px;
}
.appointment-form .form-group > i {
  font-size: 18px;
  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 1 ---------------------------------- */
.process-card {
  background-color: var(--white-color);
  padding: 50px 40px 44px;
  border-radius: 20px;
  height: 100%;
}
.process-card_wrapp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}
.process-card_number {
  font-weight: 700;
  font-size: 60.75px;
  line-height: 60.75px;
  color: rgba(25, 53, 45, 0.05);
  margin-bottom: 0;
}
.process-card .process-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: -0.4rem;
}
.process-card .process-card-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 0px;
}
/* Process Area 2 ---------------------------------- */
.process-card-wrap2 {
  position: relative;
  /* Medium Large devices */
  /* Large devices */
}
.process-card-wrap2:after {
  content: url(../img/icon/process-arrow-5-1.svg);
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  transform: translate(50%, -5px);
  width: 190px;
  height: 41px;
}
.process-card-wrap2:nth-child(even) .process-card.style2 {
  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 {
  bottom: auto;
  top: -20px;
  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 {
    transform: translate(0, 0px);
  }
  .process-card-wrap2:nth-child(even) .process-card.style2 {
    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 var(--theme-color);
}
.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 -------------------*/

.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 select {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  width: fit-content;
  min-width: 200px;
  font-size: 16px;
  margin: 0;
  border-radius: 30px;
  color: var(--body-color);
  background-image: none;
}
.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-tab-style1 {
  border-bottom: 2px solid #efefef;
  margin: 0px auto 40px auto;
  padding-bottom: 20px;
  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;
  left: 0;
  bottom: -22px;
  position: absolute;
  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%;
}

/* Large devices */
/* Medium devices */
/* Extra small devices */

.product-slider-wrap {
  background-color: var(--smoke-color3);
  text-align: center;
  border-radius: 6px;
  height: 100%;
  padding: 0 0 50px;
}
.product-slider-wrap .product-indicator {
  display: inline-flex;
  gap: 15px;
  margin-top: 40px;
}
.product-slider-wrap .product-indicator .indicator-btn {
  z-index: 99;
  position: relative;
  background-color: rgb(255, 255, 255);
  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);
}

/* Medium Large devices */
/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .shop-sort-bar select {
    min-width: auto;
  }
  .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) {
  .shop-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .shop-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .shop-sort-bar .nav a:last-child:before {
    display: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .shop-sort-bar {
    text-align: center;
  }
  .shop-sort-bar .nav {
    justify-content: center;
  }
  
  .shop-sort-bar select {
    margin: 0 auto;
    width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .product-tab-style1 {
    border: 0;
    gap: 15px;
  }
  .product-tab-style1 .nav-link:after {
    bottom: -4px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .product-slider-wrap .product-indicator .indicator-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .product-slider-wrap .product-indicator {
    gap: 10px;
  }
}

/*------------------- 4.00. Cart -------------------*/

/* Medium devices */
/* Small devices */
/*Checkout Area***************/

/*------------------- 4.00. Wishlist -------------------*/

/* Medium devices */
/* Small devices */
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/

/*-- Padding Top And Bottom --*/

/*-- Padding Top --*/

/*-- Padding Bottom --*/

/*-- Padding Left --*/

/*-- Padding Right --*/

/*-- margin Left And Right --*/

/*-- margin Top And Bottom --*/

/*-- margin Top --*/

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

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

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

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

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

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

/*-- margin Left --*/

/*-- margin Right --*/

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

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

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


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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/*=================================
    RTL
==================================*/
/*------------------- Global -------------------*/
/* rtl Support */
[dir="rtl"] {
  /*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
  /* Header 1 ---------------------------------- */
}
[dir="rtl"] .sub-title:after,
[dir="rtl"] .sub-title:before {
  margin-left: 12px;
  margin-right: 0;
}
[dir="rtl"] .sub-title:after {
  margin-left: 0;
  margin-right: 12px;
}
[dir="rtl"] .global-btn img {
  margin-right: 10px;
  margin-left: 0;
  transform: rotateY(180deg);
}
[dir="rtl"] .main-menu > ul > li:first-child {
  margin-right: 0 !important;
  margin-left: 11px !important;
}
[dir="rtl"] .main-menu > ul > li:last-child {
  margin-right: 11px !important;
  margin-left: 0 !important;
}
[dir="rtl"] .main-menu ul li.menu-item-has-children > a:after {
  margin-left: 0px;
  margin-right: 5px;
}
[dir="rtl"] .checklist li i,
[dir="rtl"] .checklist li svg {
  margin-left: 20px;
  margin-right: 0;
}
[dir="rtl"] .checklist.style2 ul li i {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .mobile-menu-wrapper .mobile-menu-area {
  right: -110%;
  left: auto;
}
[dir="rtl"] .mobile-menu-wrapper.body-visible .mobile-menu-area {
  right: 0;
}
[dir="rtl"] .mobile-menu-wrapper .mobile-logo {
  padding: 0 30px 0 0;
}
[dir="rtl"] .mobile-menu-wrapper .menu-toggle {
  border-right: 1px solid var(--theme-color);
}
[dir="rtl"] .mobile-menu {
  text-align: right;
}
[dir="rtl"]
  .mobile-menu
  ul
  .submenu-item-has-children
  > a
  .mean-expand-class:before {
  content: "\f104";
}
[dir="rtl"] .hero-item-content {
  margin-right: auto;
  margin-left: 0;
}
[dir="rtl"] .cta-wrap1:before {
  right: 0;
  left: auto;
  border-radius: 0 30px 30px 0;
}
[dir="rtl"] .cta-wrap1:after {
  left: 0;
  right: auto;
  border-radius: 30px 0 0 30px;
}
[dir="rtl"] .cta-wrap1 {
  padding: 46px 47px 46px 30px;
}
[dir="rtl"] .event-shape {
  left: 0;
  right: auto;
}
[dir="rtl"] .link-btn i {
  margin-right: 5px;
  margin-left: 0;
}
[dir="rtl"] .process-card-wrap2:after {
  transform: translate(-50%, -5px) rotateY(180deg);
  left: 0;
  right: auto;
}
[dir="rtl"] .process-card-wrap2:nth-child(even):after {
  transform: translate(-50%, -5px) rotateY(180deg) rotateX(180deg);
}

/* FORCE FIX */
.prem-neon-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 24px !important;
}

.prem-neon-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    min-height: 300px !important;
}

.prem-neon-card p {
    flex-grow: 1 !important;
}

.prem-neon-card h4 {
    min-height: 50px !important;
}