:root {
  --wallpi-font: "Inter", sans-serif;
  --wallpi-heading-font: "Pathway Extreme", sans-serif;
  --wallpi-special-font: "Kumbh Sans", sans-serif;
  --wallpi-text: #2a2826;
  --wallpi-text-rgb: 42, 40, 38;
  --wallpi-text2: #0f0e0e;
  --wallpi-text2-rgb: 15, 14, 14;
  --wallpi-text3: #172000;
  --wallpi-text3-rgb: 23, 32, 0;
  --wallpi-text-dark: #241c14;
  --wallpi-text-dark-rgb: 36, 28, 20;
  --wallpi-text-gray: #716a63;
  --wallpi-text-gray-rgb: 113, 106, 99;
  --wallpi-text-gray2: #565555;
  --wallpi-text-gray2-rgb: 86, 85, 85;
  --wallpi-text-gray-dark: #4a4444;
  --wallpi-text-gray-dark-rgb: 74, 68, 68;
  --wallpi-text-gray2-dark: #786d69;
  --wallpi-text-gray2-dark-rgb: 120, 109, 105;
  --wallpi-text-white: #fff;
  --wallpi-text-white-rgb: 255, 255, 255;
  --wallpi-text-white2: #d3d0cd;
  --wallpi-text-white2-rgb: 211, 208, 205;
  --wallpi-text-dark2-white: #bdbdbc;
  --wallpi-text-dark2-white-rgb: 189, 189, 188;
  --wallpi-base: #d18548;
  --wallpi-base-rgb: 209, 133, 72;
  --wallpi-gray: #f9f6f1;
  --wallpi-gray-rgb: 249, 246, 241;
  --wallpi-white: #fff;
  --wallpi-white-rgb: 255, 255, 255;
  --wallpi-black: #2a2826;
  --wallpi-black-rgb: 42, 40, 38;
  --wallpi-black2: #4a3626;
  --wallpi-black2-rgb: 74, 54, 38;
  --wallpi-black3: #000;
  --wallpi-black3-rgb: 0, 0, 0;
  --wallpi-lightpink: #ece4de;
  --wallpi-lightpink-rgb: 236, 228, 222;
  --wallpi-lightpink2: #f5ebe4;
  --wallpi-lightpink2-rgb: 245, 235, 228;
  --wallpi-border-color: #3c3a39;
  --wallpi-border-color-rgb: 60, 58, 57;
  --wallpi-letter-space: 0.1em;
  --wallpi-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

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

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

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

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

.pt-60 {
  padding-top: 60px;
}
.pt-142 {
  padding-top: 142px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}

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

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

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

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

.pb-80 {
  padding-bottom: 80px;
}
.pl-5 {
  padding-left: 5px;
}

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

.pl-15 {
  padding-left: 15px;
}
.pr-5{
  padding-right: 5px;
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--wallpi-font, "Inter", sans-serif);
  color: #000;
  font-size: 17px;
  line-height: 2.125;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--wallpi-base, #d18548);
  transition: all 400ms ease;
}

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

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wallpi-heading-font, "Pathway Extreme", sans-serif);
  color: var(--wallpi-text-dark, #241c14);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
  .page-header__title1{
  font-size: 20px !important;
  }
  .page-header-product{
      padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--wallpi-base, #d18548);
}

.background-gray {
  background-color: var(--wallpi-gray, #f9f6f1);
}

.background-black {
  background-color: var(--wallpi-black, #2a2826);
}

.background-black-2 {
  background-color: var(--wallpi-black2, #4a3626);
}

.background-black-3 {
  background-color: var(--wallpi-black3, #000);
}

.wallpi-text-dark {
  color: var(--wallpi-text-dark, #241c14);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .product-details .tns-outer .tns-controls{
      max-width: 650px;
          left: 6% !important;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

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

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

.wallpi-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--wallpi-black, #2a2826);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--wallpi-heading-font, "Pathway Extreme", sans-serif);
  padding: 16.25px 48px;
  transition: 500ms;
  text-transform: capitalize;
  height: 62px;
  background-color: var(--wallpi-black, #2a2826);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.wallpi-btn:hover {
  color: var(--wallpi-black, #2a2826);
  background-color: #fff;
}*/
.wallpi-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--wallpi-black, #2a2826);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.wallpi-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--wallpi-white, #fff);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*.wallpi-btn:hover {
  color: var(--wallpi-black, #2a2826);
}*/
.wallpi-btn:hover::before {
  top: 100%;
}
.wallpi-btn:hover::after {
  bottom: -50%;
}
.wallpi-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--wallpi-base, #d18548);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wallpi-text, #2a2826);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}
.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--wallpi-black, #2a2826);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 95px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--wallpi-base, #d18548);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}
/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  /* transform: rotate(-90deg); */
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: black;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
  bottom: 12px;
  border-radius: 30px;
  line-height: 48px;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.scroll-to-top__wrapper i {
    color: #fff;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}
/*.wallpi-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}*/
.wallpi-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.wallpi-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.wallpi-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 0px;
  border-radius: 9px;
  overflow: hidden;
}
.wallpi-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.wallpi-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  /*width: 89px;
  height: 102px;*/
  background-color: var(--wallpi-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wallpi-text, #2a2826);
  font-size: 32px;
  color: var(--wallpi-text, #2a2826);
  transition: all 500ms ease;
}
.wallpi-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
}
.wallpi-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-top: 50px;
}
.wallpi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: #000;
  border: 2px solid #000;
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  transition: all 0.5s ease;
}
.wallpi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .wallpi-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: black;
  width: 16px;
  height: 16px;
}
.wallpi-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

.sec-title {
  padding-bottom: 50px;
}
.sec-title__img {
  display: inline-flex;
  margin-bottom: 15px;
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  color: var(--wallpi-base, #d18548);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  .sec-title__tagline {
    font-size: 13px;
  }
  .mob-view {
    display: block;
  }
  .pc-view {
    display: none;
  }
  .spl-gut {
    --bs-gutter-x: 0px !important;
  }
}
.sec-title__tagline::after, .sec-title__tagline::before {
  content: "";
  position: absolute;
  width: 111px;
  height: 1px;
  border-bottom: 1px solid var(--wallpi-base, #d18548);
  border-left: 1px solid var(--wallpi-base, #d18548);
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
}
.sec-title__tagline::before {
  width: 51px;
  bottom: 0;
}
.sec-title__title {
  margin: 0;
  text-align: center;
  font-weight: 700;
  color: var(--wallpi-text-dark, #241c14);
  font-size: 65px;
  line-height: 70px;
  margin-top: 13px;
}
@media (max-width: 991px) {
  .sec-title__title {
    font-size: 48px;
    line-height: 52px;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 32px;
    line-height: 36px;
  }
  .sec-title__title > br {
    display: none;
  }
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--wallpi-black, #2a2826);
  color: var(--wallpi-white, #fff);
  font-family: var(--wallpi-font, "Inter", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--wallpi-font, "Inter", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--wallpi-gray, #f9f6f1);
  background-image: none;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  color: var(--wallpi-text, #2a2826);
}
.ui-datepicker-calendar td a {
  border-color: var(--wallpi-border-color, #2a2826);
  background-color: var(--wallpi-gray, #f9f6f1);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--wallpi-border-color, #2a2826);
  background-color: var(--wallpi-gray, #f9f6f1);
  background-image: none;
  color: var(--wallpi-text, #2a2826);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--wallpi-white, #fff);
  background-color: var(--wallpi-base, #d18548);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--wallpi-white, #fff);
  background-color: var(--wallpi-base, #d18548);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--wallpi-white, #fff);
  color: var(--wallpi-black, #2a2826);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--wallpi-text, #2a2826);
  font-size: 14px;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: var(--wallpi-gray, #f9f6f1);
  color: var(--wallpi-text, #2a2826);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.form-one textarea {
  height: 195px;
  padding-top: 20px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
/*  background-color: #000;*/
  position: relative;
  z-index: 1;
}
.main-footer:after, .main-footer:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-footer:before{
  animation: imageChange 1s linear 1s infinite;
/*  background-image: url(../../yes-squrare-images/web-images/footer-bg.png);*/
}
.main-footer:after{
/*  animation: imageChangeTwo 1s linear 1s infinite;*/
/*  background-image: url(../../yes-squrare-images/web-images/footer-bg.png);*/
}
@keyframes imageChange{
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageChangeTwo {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main-footer__top {
  padding-top: 22px;
  padding-bottom: 18px;
  background: #2a2f35;
}
@media (max-width: 991px) {
  .main-footer__top {
    padding-top: 30px;
  }
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.main-footer .container {
  position: relative;
}
@media (max-width: 1200px) {
  .main-footer .container {
    max-width: 100%;
  }
}
.main-footer__bottom {
  text-align: center;
  background-color: #1c2125;
}
.main-footer__bottom__inner {
  padding: 10px 0;
  padding-bottom: 10px;
/*  border-top: 1px solid rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.2);*/
}
@media (max-width: 767px) {
  .main-footer__bottom__inner {
    flex-direction: column;
    gap: 0px 0;
    padding: 10px 0;
  }
}
.main-footer__copyright {
  margin: 0;
  color: rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.8);
  font-size: 17px;
  font-weight: 400;
}
.main-footer__social {
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: center;
}
.main-footer__social > a {
  width: 30px;
  height: 30px;
/*  border-radius: 50%;*/
  background-color: var(--wallpi-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.main-footer__social > a:hover {
  background-color: #383838;
  color: var(--wallpi-text-white, #fff);
}
.main-footer__socialtext {
  color: var(--wallpi-white, #fff);
  font-size: 16px;
  font-weight: 400;
}

.footer-widget__col {
  margin-bottom: 11px;
}

@media (max-width: 991px) {
  .footer-widget__col {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footer-widget__col {
    width: 100%;
  }
}
.footer-widget__col__content__logo {
  display: inline-flex;
  margin-bottom: 23px;
}
.footer-widget__col__content__title {
  color: var(--wallpi-text-white, #fff);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .footer-widget__col__content__title {
    font-size: 18px;
    margin-bottom: 19px;
  }
}
.footer-widget__col__content__links li {
  font-size: 15px;
  color: var(--wallpi-text-white, #fff);
  line-height: 32px;
  margin-bottom: 3px;
/*  display: inline-block;*/
  font-weight: 500;
}
.footer-widget__col__content__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  position: relative;
  margin-left: 21px;
/*  padding-right: 10px;*/
}
.footer-widget__col__content__links li a::before, .footer-widget__col__content__links li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: auto;
  right: 0;
  bottom: 1px;
  z-index: 1;
  border-bottom: 1px solid var(--wallpi-base, #d18548);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.footer-widget__col__content__links li a::before {
  font-family: "icomoon" !important;
  content: "\e90b";
  width: auto;
  right: initial;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  opacity: 1;
  visibility: visible;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  color: inherit;
}
.footer-widget__col__content__links li a:hover {
  color: var(--wallpi-text-white, #fff);
}

.footer-widget__col__content__text, .footer-widget__col__subscribe {
  margin: 0;
  color: var(--wallpi-text-white, #fff);
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 5px;
  text-align: justify;
}
.footer-widget__col__content__post-col {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.2);
  padding-bottom: 22px;
  margin-bottom: 25px;
}
.footer-widget__col__content__post-col:last-child {
  margin-bottom: 0;
}
.footer-widget__col__content__post-img {
  width: 86px;
  min-width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
}
.footer-widget__col__content__post-img > img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.footer-widget__col__content__post-info {
  width: calc((100% - 86px) / 1);
  padding-left: 15px;
}
.footer-widget__col__content__post-date {
  color: rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.footer-widget__col__content__post-date > i {
  margin-right: 9px;
}
.footer-widget__col__content__post-heading {
  color: var(--wallpi-text-white, #fff);
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.footer-widget__col__content__post-heading > a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__col__content__post-heading > a:hover {
  background-size: 100% 1px;
}
.footer-widget__col__content__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-widget__col__content__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wallpi-black2, #4a3626);
  font-size: 14px;
  color: var(--wallpi-white, #fff);
  transition: all 500ms ease;
  border-radius: 50%;
}
.footer-widget__col__content__social a:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
}
.footer-widget__col__content__subtitle {
  color: var(--wallpi-text-white, #fff);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 27px;
}
.footer-widget__col__content__newsletter {
  position: relative;
  width: 100%;
}
.footer-widget__col__content__newsletter button[type=submit] {
  width: 100%;
  height: 58px;
  border: none;
  outline: none;
  color: var(--wallpi-text-white, #fff);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
  border-radius: 4px;
  background-color: var(--wallpi-base, #d18548);
}
.footer-widget__col__content__newsletter button[type=submit]:hover {
  color: var(--wallpi-text, #2a2826);
  background-color: var(--wallpi-white, #fff);
}
.footer-widget__col__content__inpfield {
  position: relative;
  margin-bottom: 10px;
}
.footer-widget__col__content__inpfield::before {
  font-family: "icomoon" !important;
  content: "\e915";
  position: absolute;
  height: auto;
  width: auto;
  top: 0;
  bottom: 0;
  left: 16px;
  z-index: 1;
  margin: auto 0;
  display: flex;
  align-items: center;
  color: rgba(132, 132, 132, 0.7);
  font-size: 20px;
  line-height: 1;
}
.footer-widget__col__content__inpfield input[type=email] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 58px;
  background-color: var(--wallpi-text-white, #fff);
  color: rgba(132, 132, 132, 0.7);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 15px;
  font-weight: 400;
  padding-left: 49px;
  padding-right: 20px;
  transition: all 500ms ease;
  border-radius: 4px;
}
.footer-widget__col__content__inpfield input[type=email]:focus {
  color: rgba(132, 132, 132, 0.7);
}
.footer-widget__col__subscribe {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 25px;
  max-width: initial;
}
/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  background: radial-gradient(circle farthest-corner at center center, #e70300 0%, #fa2200 20%, #b00008 100%);
/*  background: white;*/
/*  position: absolute;*/
  width: 100%;
  z-index: 999;
  padding-left: 2px;
}
.main-header .container-fluid {
  max-width: 1810px;
}
.main-header__inner {
  display: flex;
  align-items: center;
/*  background-color: #000;*/
  position: relative;
}
.main-header__logo {
  position: relative;
  z-index: 991;
  display: flex;
  align-items: center;
  justify-content: space-between;
 /* background-color: #000;*/
  width: 100%;
  min-height: 70px;
}
.main-header__logo img {
  width: 400px;
}
@media (max-width: 1200px) {
  .main-header__logo img {
    max-width: 300px;
  }
  .ms-5 {
    margin-left: 0rem !important;
  }
}
.main-header__logo .new p{
  color: #e70300;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 1px;
}
.main-header__logo .new-text{
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 10px; 
  text-align: right;
  font-family: "Kumbh Sans", Cursive;
}
@media (min-width: 768px) {
  .main-header__logo {
    width: auto;
/*    width: 230px;*/
    min-height: 84px;
  }
}
@media (max-width: 1500px) {
  .main-header__logo {
    width: 185px;
  }
}
@media (max-width: 767px) {
  .main-header__logo {
    width: auto;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 768px) {
  .main-header__logo .mobile-nav__btn {
    margin-left: 30px;
  }
}
.main-header__btn {
  min-width: 165px;
  display: none;
  margin-left: 11px;
  font-size: 14px;
  line-height: 1;
  color: var(--wallpi-text, #2a2826);
  letter-spacing: 0;
  padding: 8px 30px;
  background-color: var(--wallpi-white, #fff);
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .main-header__btn {
    min-width: 145px;
    padding: 8px 20px;
  }
}
.main-header__btn::before {
  background-color: var(--wallpi-white, #fff);
}
.main-header__btn::after {
  background-color: var(--wallpi-base, #d18548);
}
.main-header__btn:hover {
  color: var(--wallpi-white, #fff);
}
@media (min-width: 768px) {
  .main-header__btn {
    display: inline-flex;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 9.5px 0;
}
@media (min-width: 768px) {
  .main-header__right {
    margin-left: auto;
    padding: 0;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .main-header__right {
    margin-left: 0;
  }
}
.main-header__search-cart-wrap {
  border: 1px solid var(--wallpi-border-color, #2a2826);
  padding: 11px 23px;
}
@media (max-width: 1300px) {
  .main-header__search-cart-wrap {
    padding: 11px 15px;
  }
}
@media (max-width: 767px) {
  .main-header__search-cart-wrap {
    padding: 11px;
  }
}
.main-header__cart, .main-header__search {
  font-size: 24px;
  color: var(--wallpi-black, #2a2826);
  transition: all 500ms ease;
  line-height: 1em;
  position: relative;
}
.main-header__cart > i, .main-header__search > i {
  color: var(--wallpi-text-white, #fff);
  font-size: 22px;
  line-height: 1;
  transition: all 0.5s ease;
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--wallpi-base, #d18548);
}
.main-header__cart:hover > i, .main-header__search:hover > i {
  color: var(--wallpi-base, #d18548);
}
.main-header__cart > i {
  font-size: 28px;
}
.main-header .search-toggler {
  border-left: 1px solid var(--wallpi-border-color, #2a2826);
  margin-left: 46px;
  padding: 7px 0;
  padding-left: 14px;
}
.main-header .search-toggler:hover .main-header__keyword,
.main-header .search-toggler:hover .main-header__search > i {
  color: var(--wallpi-base, #d18548);
}
@media (max-width: 1300px) {
  .main-header .search-toggler {
    margin-left: 28px;
  }
}
.main-header__cart_count {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  right: -15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wallpi-white, #fff);
  font-size: 16px;
  line-height: 1;
  background-color: var(--wallpi-base, #d18548);
  border-radius: 50%;
}
.main-header__keyword {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  color: RGBA(var(--wallpi-white-rgb, 255, 255, 255), 0.8);
  margin-right: 13px;
  transition: all 0.5s;
  position: relative;
  top: -2px;
}
.main-header__keyword:hover {
  color: var(--wallpi-base, #d18548);
}
@media (max-width: 767px) {
  .main-header__keyword {
    display: none;
  }
}
.main-header__nav {
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
}
@media (max-width: 1500px) {
  .main-header__nav {
    padding-left: 45px;
  }
}
@media (max-width: 1400px) {
  .main-header__nav {
    padding-left: 35px;
  }
}
@media (max-width: 1300px) {
  .main-header__nav {
    padding-left: 22px;
  }
}
.main-header--two {
  background-color: var(--wallpi-white, #fff);
  width: 100%;
}
.main-header--two::after {
  content: none;
}
.main-header--two.sticky-header--cloned {
  background-color: var(--wallpi-white, #fff);
  border: none;
}
.main-header--two.sticky-header--cloned .main-menu .main-menu__list > li {
  padding-top: 33px;
  padding-bottom: 33px;
}
.main-header--two .mobile-nav__btn span {
  background-color: var(--wallpi-text, #2a2826);
}
@media (max-width: 767px) {
  .main-header--two .main-header__right {
    position: relative;
    z-index: 991;
  }
}
.main-header--two .main-header__btn::before,
.main-header--two .main-header__btn {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-text-white, #fff);
}
.main-header--two .main-header__btn {
  margin-left: 16px;
}
.main-header--two .main-header__btn::after {
  background-color: var(--wallpi-text, #2a2826);
}
.main-header--two .main-header__btn:hover {
  color: var(--wallpi-text-white, #fff);
}
.main-header--two .main-header__search {
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.8);
}
.main-header--two .search-toggler {
  border: 0;
  margin-left: 0;
  margin-right: 29px;
}
@media (max-width: 1300px) {
  .main-header--two .search-toggler {
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .main-header--two .search-toggler {
    margin-right: 9px;
    padding-left: 5px;
  }
}
.main-header--two .main-header__search > i,
.main-header--two .main-header__keyword {
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.8);
}
.main-header--two .main-header__keyword {
  margin-right: 0;
  margin-left: 15px;
}
.main-header--two .main-header__search:hover {
  color: var(--wallpi-base, #d18548);
}
.main-header--two .main-header__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f4f2f1;
  gap: 5px 2px;
  padding: 16px;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .main-header--two .main-header__cart {
    width: 55px;
    height: 55px;
  }
}
.main-header--two .main-header__cart:hover {
  background-color: rgba(var(--wallpi-base-rgb, 209, 133, 72), 0.8);
}
.main-header--two .main-header__cart:hover .main-header__cart__dots {
  border-color: rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.8);
}
.main-header--two .main-header__cart__dots {
  width: calc((100% - 4px) / 3);
  width: 6px;
  height: 6px;
  border: 1px solid var(--wallpi-text, #2a2826);
  border-radius: 50%;
  display: block;
  transition: all 0.5s ease;
}
.main-header--two .main-header__inner {
  background-color: transparent;
  height: 100px;
}
.main-header--two .main-header__inner::before {
  background-color: var(--wallpi-text, #2a2826);
  min-height: 111px;
}
.main-header--two .main-header__logo {
  background-color: var(--wallpi-text, #2a2826);
  position: relative;
  min-height: 111px;
  top: 5px;
  width: 195px;
}
@media (max-width: 1200px) {
  .main-header--two .main-header__logo {
    width: 125px;
  }
}
.main-header--two .main-header__logo::before, .main-header--two .main-header__logo::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  z-index: 99;
  border-right: 84px solid transparent;
  border-top: 111px solid var(--wallpi-text, #2a2826);
  right: -83px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(0deg);
}
.main-header--two .main-header__logo::before {
  top: -15px;
  bottom: initial;
  right: -41px;
  border-right: 1px solid transparent;
  border-top: 141px solid transparent;
  transform: rotate(37deg);
  -webkit-box-shadow: 1px 0px 0px 0px var(--wallpi-base, #d18548);
  box-shadow: 1px 0px 0px 0px var(--wallpi-base, #d18548);
}
.main-header--two .main-header__nav {
  padding-left: 110px;
}
@media (max-width: 1300px) {
  .main-header--two .main-header__nav {
    padding-left: 80px;
  }
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 33px;
  padding-bottom: 33px;
}
.main-header--two .main-menu .main-menu__list > li > a {
  color: var(--wallpi-text, #2a2826);
}
.main-header--two .main-menu .main-menu__list > li.current > a,
.main-header--two .main-menu .main-menu__list > li:hover > a {
  color: var(--wallpi-base, #d18548);
}
.main-header--three {
  width: 100%;
  background-color: var(--wallpi-white, #fff);
}
.main-header--three::after {
  content: none;
}
.main-header--three.sticky-header--cloned {
  background-color: var(--wallpi-white, #fff);
}
.main-header--three .main-header__inner {
  background-color: var(--wallpi-white, #fff);
}
.main-header--three .main-header__inner::before {
  content: none;
}
.main-header--three .main-header__logo {
  background-color: var(--wallpi-white, #fff);
  width: 248px;
  border-right: 1px solid #e1dddd;
}
@media (max-width: 1400px) {
  .main-header--three .main-header__logo {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .main-header--three .main-header__logo {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .main-header--three .main-header__logo {
    width: 140px;
  }
}
.main-header--three .main-header__nav {
  padding-left: 60px;
}
@media (max-width: 1400px) {
  .main-header--three .main-header__nav {
    padding-left: 36px;
  }
}
.main-header--three .main-menu .main-menu__list li {
  color: #171411;
}
.main-header--three .main-menu .main-menu__list li > a {
  color: #171411;
}
.main-header--three .main-header__search-cart-wrap {
  border-color: #f2f2f2;
}
.main-header--three .search-toggler {
  border-left-color: #f2f2f2;
}
.main-header--three .main-header__cart > i,
.main-header--three .main-header__search > i,
.main-header--three .main-header__keyword {
  color: #171411;
}
.main-header--three .main-header__cart > i:hover {
  color: var(--wallpi-base, #d18548);
}
.main-header--three .main-header__btn {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-text-white, #fff);
}
.main-header--three .main-header__btn::before {
  background-color: var(--wallpi-base, #d18548);
}
.main-header--three .main-header__btn::after {
  background-color: var(--wallpi-black, #2a2826);
}
.main-header--three .mobile-nav__btn span {
  background-color: var(--wallpi-black, #2a2826);
}
.main-header--three.sticky-header--cloned .main-header--three__inner-top {
  display: flex;
}
@media (min-width: 1200px) {
  .main-header--three.sticky-header--cloned .main-header--three__inner-top {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-header--three.sticky-header--cloned .main-header--three__inner-top {
    border-color: transparent;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: white;
  transform: translateY(-100%);
  box-shadow: 0 10px 20px rgb(255 49 49 / 16%), 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.curr-head{
  position: fixed !important;
  top: 0 !important;
  left: 0;
  box-shadow: 0 10px 20px rgb(255 49 49 / 16%), 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 999 !important;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 1199px) {
  .mobile-nav__btn {
    margin-left: -50px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .mobile-nav__btn {
    margin-left: -40px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--wallpi-white, #fff);
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 45px;
}
@media (max-width: 1500px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 50px;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 50px;
  }
}
.search-input-2 {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding: 6px 80px 6px 15px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50px;
    transition: all .4s;
}
.search-btn-1 {
    background-color: transparent;
    font-size: 15px;
    padding: 6px 7px;
    margin-left: -38px;
    margin-top: -1px;
    border: none;
    color: whitesmoke;
    transition: all .4s;
    z-index: 10;
}
.search-box {
    position: relative;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
}
.main-menu .main-menu__list > li > a {
  font-size: 19px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: #b9e294;
/*  border-bottom: 3px solid #fff;*/
/*  text-shadow: 0 0 0.5px #fff;*/
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 350px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--wallpi-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--wallpi-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 15px 11px 15px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 16px;
  line-height: 26px;
  color: var(--wallpi-text, #2a2826);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-weight: 500;
  display: flex;
  padding: 6px 16px;
  transition: 400ms;
  margin-bottom: 2px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--wallpi-white, #fff);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: #cdcdcd;
  color: #000;
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 0;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 15px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--wallpi-white, #fff);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--wallpi-black, #2a2826);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--wallpi-base, #d18548);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--wallpi-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--wallpi-black3-rgb, 0, 0, 0), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-size: 16px;
  color: var(--wallpi-black, #2a2826);
  font-weight: 500;
  font-family: var(--wallpi-font, "Inter", sans-serif);
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--wallpi-black-rgb, 42, 40, 38), 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  font-size: 14px;
  padding: 7px 25px;
  height: 45px;
}
.demo-one__btn::before {
  background-color: var(--wallpi-base, #d18548);
}
.demo-one__btn::after {
  background-color: var(--wallpi-black, #2a2826);
}
.demo-one__btn:hover {
  color: var(--wallpi-white, #fff);
}
@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase {
  margin-top: -1px;
  margin-bottom: -20px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--wallpi-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--wallpi-black3-rgb, 0, 0, 0), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .demo-one__btn {
  min-width: 135px;
  text-align: center;
  justify-content: center;
}
.home-showcase .demo-one__title {
  padding: 0;
  text-transform: initial;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-one {
  background-color: var(--wallpi-white, #fff);
}
@media (max-width: 1200px) {
  .why-choose-one .container {
    max-width: 100%;
  }
}
.why-choose-one__content {
  padding-right: 26px;
}
@media (max-width: 991px) {
  .why-choose-one__content {
    padding-right: 0;
  }
}
.why-choose-one__content .sec-title {
  text-align: left;
  padding-bottom: 43px;
}
@media (max-width: 991px) {
  .why-choose-one__content .sec-title {
    padding-bottom: 25px;
  }
}
.why-choose-one__content .sec-title__tagline::before, .why-choose-one__content .sec-title__tagline::after {
  margin: 0;
}
.why-choose-one__content .sec-title__tagline::after {
  height: 2px;
}
.why-choose-one__content .sec-title__title {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .why-choose-one__content .sec-title__title {
    margin-bottom: 21px;
  }
}
.why-choose-one__content .sec-title__text {
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.8);
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
}
.why-choose-one__content .why-choose-one--btn {
  width: fit-content;
  font-size: 15px;
  height: 60px;
  background-color: var(--wallpi-black2, #4a3626);
  padding-left: 51px;
  padding-right: 51px;
}
.why-choose-one__content .why-choose-one--btn::before {
  background-color: var(--wallpi-black2, #4a3626);
}
.why-choose-one__content .why-choose-one--btn::after {
  background-color: var(--wallpi-base, #d18548);
}
.why-choose-one__content .why-choose-one--btn:hover {
  color: var(--wallpi-text-white, #fff);
}
.why-choose-one__feature {
  padding-left: 24px;
  padding-top: 10px;
  height: 100%;
}
@media (max-width: 991px) {
  .why-choose-one__feature {
    padding-left: 0;
    padding-top: 38px;
  }
}
.why-choose-one__feature .feature-one__item + .feature-one__item {
  margin-top: 41px;
}
.why-choose-one--aboutpage {
  position: relative;
}
.why-choose-one--aboutpage .container {
  position: relative;
  z-index: 2;
}
.why-choose-one--aboutpage__shapeleft, .why-choose-one--aboutpage__shaperight {
  position: absolute;
  width: auto;
  height: auto;
  top: -68%;
  z-index: 1;
}
@media (max-width: 991px) {
  .why-choose-one--aboutpage__shapeleft, .why-choose-one--aboutpage__shaperight {
    display: none;
  }
}
.why-choose-one--aboutpage__shapeleft {
  left: 0;
}
.why-choose-one--aboutpage__shapeleft img {
  width: 317px;
  height: 588px;
}
.why-choose-one--aboutpage__shaperight {
  top: -88%;
  right: 0;
  width: 324px;
  height: 604px;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  padding: 30px 0px 30px 0px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .funfact-one {
    padding: 74px 0px 80px 0px;
  }
}
.funfact-one .container {
  max-width: 1600px;
  position: relative;
  -webkit-box-shadow: 0px 0px 38px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 38px 1px rgba(0, 0, 0, 0.2);
  padding-top: 45px;
  padding-bottom: 38px;
}
@media (max-width: 1200px) {
  .funfact-one .container {
    background-position: center top;
  }
}
.funfact-one__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top 0px;
  background-size: cover;
  /*background-color: #292929;
  background-blend-mode: overlay;*/
}
.funfact-one__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .funfact-one__list {
    gap: 20px 0;
  }
}
.funfact-one__item {
  display: flex;
  align-items: center;
  width: calc((100% - 0px) / 4);
}
@media (max-width: 900px) {
  .funfact-one__item {
    width: calc((100% - 0px) / 2);
  }
}
@media (max-width: 767px) {
  .funfact-one__item {
    width: calc((100% - 0px) / 2);
  }
}
.funfact-one__item:hover .funfact-one__icon {
  background-color: #000;
  transform: scale(0.95);
}
.funfact-one__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.funfact-one__icon {
  color: var(--wallpi-white, #fff);
  font-size: 36px;
  line-height: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: black;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.35);
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .funfact-one__icon {
    margin-bottom: 12px;
  }
}
.funfact-one__count-wrap {
  display: flex;
  align-items: center;
}
.funfact-one__counter-num, .funfact-one__count {
  margin: 0;
  color: white;
  font-family: var(--wallpi-heading-font, "Pathway Extreme", sans-serif);
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  display: block;
}
@media (max-width: 991px) {
  .funfact-one__counter-num, .funfact-one__count {
    font-size: 36px;
  }
}
.funfact-one__counter-num {
  margin-bottom: 0;
  display: block;
}
.funfact-one__text {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 34px;
  margin-top: 6px;
  margin-bottom: 0;
}
.funfact-one--two {
  padding: 119px 0 92px 0;
  margin-bottom: -244px;
}
@media (max-width: 991px) {
  .funfact-one--two {
    padding-top: 72px;
  }
}
.funfact-one--two .container {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}
.funfact-one--two .funfact-one__list {
  gap: 0 30px;
}
@media (max-width: 991px) {
  .funfact-one--two .funfact-one__list {
    gap: 30px 0;
  }
}
.funfact-one--two .funfact-one__item {
  width: calc((100% - 60px) / 3);
  background-image: url("../images/resources/funfactbg1-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3ede8;
  background-blend-mode: overlay;
  padding-top: 42px;
  padding-bottom: 36px;
}
@media (max-width: 991px) {
  .funfact-one--two .funfact-one__item {
    width: calc((100% - 0px) / 1);
  }
}
.funfact-one--two .funfact-one__icon {
  box-shadow: none;
  border: 2px solid var(--wallpi-text-white, #fff);
}
.funfact-one--aboutpage {
  padding-top: 117px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .funfact-one--aboutpage {
    padding-top: 72px;
    padding-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #faf7f6;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonials-one {
    padding-top: 130px;
    padding-bottom: 58px;
  }
}
@media (max-width: 1200px) {
  .testimonials-one .container {
    max-width: 100%;
  }
}
.testimonials-one .sec-title {
  text-align: left;
  padding-bottom: 55px;
  padding-right: 190px;
}
@media (max-width: 767px) {
  .testimonials-one .sec-title {
    padding-right: 0;
    padding-bottom: 42px;
  }
}
.testimonials-one .sec-title__tagline::before, .testimonials-one .sec-title__tagline::after {
  margin: 0;
}
.testimonials-one .sec-title__tagline::after {
  height: 2px;
}
.testimonials-one .sec-title__title {
  text-align: left;
}
.testimonials-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  top: -162px;
  right: 0;
  margin-top: 0 !important;
  gap: 0 !important;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonials-one__carousel.owl-carousel .owl-nav {
    display: none;
  }
}
.testimonials-one--two {
  padding-top: 107px;
}
@media (max-width: 991px) {
  .testimonials-one--two {
    padding-top: 55px;
  }
}
.testimonials-one--three {
  padding-top: 30px;
}
.testimonials-one--three .container {
  max-width: 1600px;
}
.testimonials-one--three .sec-title {
  text-align: center;
  padding-right: 0;
  padding-bottom: 64px;
}
.testimonials-one--three .sec-title__tagline::before, .testimonials-one--three .sec-title__tagline::after {
  height: 1px;
  margin: 0 auto;
}
.testimonials-one--three .sec-title__title {
  text-align: center;
}
.testimonials-one--three .testimonials-one__carousel.owl-carousel .owl-nav {
  display: none;
}
.testimonials-one--three .testimonials-one__carousel.owl-carousel .owl-nav + .owl-dots {
  margin-top: 16px;
}
.testimonials-one--three .testimonials-card {
  position: relative;
}
.testimonials-one--three .testimonials-card:hover {
  border-color: transparent;
  box-shadow: initial;
}
.testimonials-one--three .testimonials-card:hover .testimonials-card__image {
  -webkit-box-shadow: 0px 0px 0px 4px black;
  -moz-box-shadow: 0px 0px 0px 4px black;
  box-shadow: 0px 0px 0px 4px black;
}
.testimonials-one--three .testimonials-card::before, .testimonials-one--three .testimonials-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.testimonials-one--three .testimonials-card::before {
  top: 0;
  left: 0;
  background-image: url("../../yes-squrare-images/web-images/home/testimonial-bg.png");
  background-position: left top;
}
.testimonials-one--three .testimonials-card::after {
  bottom: 0;
  left: 0;
  height: 75px;
  background-image: url("../../yes-squrare-images/web-images/home/testimonial-bg1.png");
  background-position: left bottom;
}
.testimonials-one--three .testimonials-card__inner {
  display: flex;
  flex-direction: column;
}
.testimonials-one--three .testimonials-card__top {
  margin-bottom: 12px;
  order: 1;
  position: relative;
  z-index: 3;
}
.testimonials-one--three .testimonials-card__quote {
  color: var(--wallpi-text-white, #fff);
}
.testimonials-one--three .testimonials-card__content {
  font-size: 16px;
  line-height: 34px;
  padding-bottom: 78px;
  order: 3;
}
.testimonials-one--three .testimonials-card__athour-wrap {
  background-image: none;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-bottom: 0px;
  padding: 21px 0 31px 40px;
  position: relative;
  order: 2;
}
.testimonials-one--three .testimonials-card__athour-wrap::before {
  content: none;
}
.testimonials-one--page, .testimonials-one--aboutpage {
  padding-top: 108px;
}
@media (max-width: 991px) {
  .testimonials-one--page, .testimonials-one--aboutpage {
    padding-top: 58px;
  }
}
.testimonials-one--page {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .testimonials-one--page {
    padding-top: 68px;
  }
}
.testimonials-one--page .owl-carousel .owl-nav {
  display: none;
}

.testimonials-card {
  transition: all 500ms ease;
  border: 1px solid transparent;
}
.testimonials-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-color: var(--wallpi-text, #2a2826);
}
.testimonials-card__inner {
  padding: 27px 40px 0 40px;
  background-color: var(--wallpi-white, #fff);
  transition: all 0.5s ease;
}
.testimonials-card__top {
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .testimonials-card__top {
    margin-bottom: 20px;
  }
}
.testimonials-card__quote {
  color: var(--wallpi-text, #2a2826);
  font-size: 44px;
  line-height: 1;
}
.testimonials-card__rating {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
.testimonials-card__rating i {
  color: #faa162;
  font-size: 17px;
  letter-spacing: 3px;
}
.testimonials-card__content {
  color: var(--wallpi-text-gray2, #565555);
  font-size: 16px;
  line-height: 34px;
  padding-bottom: 29px;
}
@media (max-width: 991px) {
  .testimonials-card__content {
    padding-bottom: 22px;
  }
}
.testimonials-card__athour-wrap {
  background-image: url("../images/shapes/testimonial-shape1-1.png");
  background-repeat: repeat;
  background-size: cover;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-bottom: 0px;
  padding: 21px 0 31px 40px;
  position: relative;
}
.testimonials-card__athour-wrap::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  z-index: 1;
  border-right: 142px solid transparent;
  border-top: 128px solid var(--wallpi-white, #fff);
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.testimonials-card__image {
  margin-right: 24px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 500ms ease;
  width: 76px;
  min-width: 76px;
  height: 76px;
  position: relative;
  z-index: 2;
}
.testimonials-card__image img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonials-card__athour-name {
  position: relative;
  z-index: 2;
}
.testimonials-card__name {
  margin: 0;
  color: var(--wallpi-text2, #0f0e0e);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.testimonials-card__designation {
  margin: 0;
  color: var(--wallpi-text, #2a2826);
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
}
.testimonials-card:hover .testimonials-card__image {
  border-color: var(--wallpi-base, #d18548);
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  padding-bottom: 120px;
  position: relative;
}
.cta-one .container-fluid {
  max-width: 1380px;
}
.cta-one__inner {
  position: relative;
  padding: 20px;
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cta-one__title {
  margin: 0;
  text-transform: uppercase;
  max-width: 513px;
  width: 100%;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.cta-one__title span {
  font-family: var(--wallpi-special-font, "Kumbh Sans", sans-serif);
  font-weight: 400;
}
@media (min-width: 992px) {
  .cta-one__title {
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: -10px;
  }
}
.cta-one__content {
  position: relative;
  border: 1px solid var(--wallpi-white, #fff);
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .cta-one__content {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .cta-one__content {
    padding: 100px;
  }
}
.cta-one__link:hover {
  color: var(--wallpi-white, #fff);
}
.cta-one__link::after {
  background-color: var(--wallpi-black, #2a2826);
}
.cta-one__link::before {
  background-color: var(--wallpi-base, #d18548);
}

.cta-two {
  position: relative;
  background-color: var(--wallpi-base, #d18548);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-two__shape {
  position: absolute;
  left: -10px;
  top: 0;
}
.cta-two__shape img {
  animation: shapeMove 3s linear 0s infinite;
}
.cta-two__content {
  position: relative;
  padding: 85px 0 90px;
}
.cta-two__sub-title {
  font-family: var(--wallpi-special-font, "Kumbh Sans", sans-serif);
  color: var(--wallpi-white, #fff);
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 2px;
}
.cta-two__title {
  color: var(--wallpi-white, #fff);
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 37px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-two__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .cta-two__title {
    font-size: 35px;
  }
}
.cta-two__thumb {
  position: relative;
}
.cta-two__thumb__one {
  position: relative;
  right: 35px;
  margin-top: -28px;
}
@media (max-width: 991px) {
  .cta-two__thumb__one {
    right: 0;
  }
}
.cta-two__thumb__one__shape {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 545px;
  height: 408px;
}
.cta-two__thumb__one__thumb {
  width: 482px;
  height: auto;
  border: 20px solid var(--wallpi-white, #fff);
  position: relative;
  z-index: 2;
  transform: rotate(5deg);
}
@media (max-width: 767px) {
  .cta-two__thumb__one__thumb {
    width: 100%;
  }
}
.cta-two__thumb__one__thumb img {
  width: 100%;
  height: 282px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta-two__thumb__one__thumb img {
    height: auto;
  }
}
.cta-two__thumb__two {
  position: absolute;
  right: -48px;
  top: 195px;
  z-index: 3;
}
@media (max-width: 991px) {
  .cta-two__thumb__two {
    top: 45px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta-two__thumb__two {
    position: relative;
    top: 0;
    right: 0;
  }
}
.cta-two__thumb__two__flower {
  position: absolute;
  right: -10px;
  top: -121px;
  z-index: 4;
}
@media (max-width: 767px) {
  .cta-two__thumb__two__flower {
    display: none;
  }
}
.cta-two__thumb__two__flower img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.cta-two__thumb__two__shape {
  position: absolute;
  left: -45px;
  top: -60px;
  width: 446px;
  height: 421px;
}
.cta-two__thumb__two__thumb {
  width: 360px;
  height: auto;
  border: 20px solid var(--wallpi-white, #fff);
  position: relative;
  z-index: 2;
  transform: rotate(-17.2deg);
}
@media (max-width: 767px) {
  .cta-two__thumb__two__thumb {
    width: 100%;
  }
}
.cta-two__thumb__two__thumb img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta-two__thumb__two__thumb img {
    height: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gallery-one .container-fluid {
  width: 100%;
  max-width: 1572px;
}
.gallery-one--page {
  padding-top: 100px;
}
.gallery-one .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}
@media (min-width: 992px) {
  .gallery-one__carousel .owl-nav {
    display: none;
  }
}
.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gallery-one__filter__list li {
  cursor: pointer;
}
.gallery-one__filter__list li span {
  display: block;
  font-size: 10px;
  background-color: var(--wallpi-gray, #f9f6f1);
  transition: all 500ms ease;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: var(--wallpi-letter-space, 0.1em);
  padding: 15px 20px;
  line-height: 1.2em;
}
.gallery-one__filter__list li.active span, .gallery-one__filter__list li:hover span {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
}
.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--wallpi-black, #2a2826);
}
.gallery-one__card img {
  transform: scale(1);
  max-width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--wallpi-base-rgb, 209, 133, 72), 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-one__card__hover .img-popup {
  position: relative;
}
.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}
.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-one__card__icon {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}
.gallery-one__card__icon::after, .gallery-one__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--wallpi-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-one__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-two {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}
.gallery-two .container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .gallery-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gallery-two .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.gallery-two__col-one {
  width: 65%;
}
@media (max-width: 1199px) {
  .gallery-two__col-one {
    width: 100%;
  }
}
.gallery-two__col-two {
  width: 35%;
}
@media (max-width: 1199px) {
  .gallery-two__col-two {
    width: 100%;
  }
}
.gallery-two__card {
  position: relative;
  overflow: hidden;
  background-color: var(--wallpi-black, #2a2826);
}
.gallery-two__card img {
  transform: scale(1);
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.gallery-two__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--wallpi-black-rgb, 42, 40, 38), 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-two__card__hover .img-popup {
  position: relative;
}
.gallery-two__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}
.gallery-two__card:hover .gallery-two__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-two__card a {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--wallpi-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-two__card a:hover .gallery-two__card__icon::after, .gallery-two__card a:hover .gallery-two__card__icon::before {
  background-color: var(--wallpi-base, #d18548);
}
.gallery-two__card__icon {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
.gallery-two__card__icon::after, .gallery-two__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--wallpi-black, #2a2826);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
.gallery-two__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gallery-two__info {
  position: relative;
  background-color: var(--wallpi-base, #d18548);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 50px 0 100px;
  height: 100%;
}
@media (min-width: 1200px) {
  .gallery-two__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1500px) {
  .gallery-two__info {
    padding-left: 40px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .gallery-two__info {
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  .gallery-two__info {
    padding: 50px 30px;
  }
}
.gallery-two__info__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}
.gallery-two__info__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-two__info__title {
  color: var(--wallpi-white, #fff);
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .gallery-two__info__title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .gallery-two__info__title {
    font-size: 35px;
    line-height: 45px;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  background-color: #d9edff;
  padding: 36px 44px;
}
@media (max-width: 1200px) {
  .sidebar__single {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .sidebar__single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sidebar__single--listsingle {
  background-color: var(--wallpi-base, #d18548);
  background-blend-mode: overlay;
  position: relative;
  padding-top: 31px;
  padding-bottom: 50px;
}
.sidebar__single--listsingle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/resources/services-details-sidebar1-1.jpg");
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.sidebar__single--latestpost {
  padding-top: 31px;
  padding-bottom: 22px;
  padding-right: 24px;
  border-radius: 15px;
}
.sidebar__single--tags {
  padding-top: 31px;
  padding-bottom: 43px;
}
.sidebar__single--contactsingle {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #eae2de;
  background-blend-mode: overlay;
  padding-top: 52px;
  padding-bottom: 52px;
}
.sidebar__single + .sidebar__single {
  margin-top: 40px;
}
.sidebar .service-sidebar__title, .sidebar__title {
  padding: 0;
  margin: 0;
  color: var(--wallpi-text, #2a2826);
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .sidebar .service-sidebar__title, .sidebar__title {
    font-size: 20px;
    line-height: 32px;
  }
}
.sidebar .service-sidebar__title {
  color: var(--wallpi-text-white, #fff);
}
.sidebar .service-sidebar__nav {
  padding: 0;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 56px;
  background-color: var(--wallpi-white, #fff);
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.5);
  font-weight: 500;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 14px;
  border: 1px solid rgba(var(--wallpi-text-dark2-white-rgb, 189, 189, 188), 0.4);
  padding-left: 20px;
  padding-right: 65px;
  transition: all 500ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  box-shadow: 0px 2px 10px 0px rgba(var(--wallpi-black-rgb, 42, 40, 38), 0.1);
}
.sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: var(--wallpi-black, #2a2826);
  position: absolute;
  top: 1px;
  right: 1px;
  width: 60px;
  font-size: 16px;
  color: var(--wallpi-base, #d18548);
  height: calc(100% - 2px);
  border-left: 1px solid rgba(var(--wallpi-text-dark2-white-rgb, 189, 189, 188), 0.4);
  transition: all 0.5s ease;
}
.sidebar__search button[type=submit]:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-text-white, #fff);
}
.sidebar__posts {
  margin-bottom: 0;
}
.sidebar__posts__item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.sidebar__posts__image {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 18px;
}
.sidebar__posts__image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 10% !important;
}
.sidebar__posts__title {
  margin: 0;
  color: var(--wallpi-black, #2a2826);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__tags a {
  background-color: var(--wallpi-lightpink, #ece4de);
  color: var(--wallpi-text, #2a2826);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: all 500ms ease;
  display: inline-flex;
  padding: 7.5px 14.5px;
}
.sidebar__tags a:hover {
  color: var(--wallpi-white, #fff);
  background-color: var(--wallpi-base, #d18548);
}
/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details-page {
  background-color: var(--wallpi-white, #fff);
  background-image: none;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-details-page {
    padding-bottom: 30px;
  }
}
.blog-details .blog-card-two__text {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01px;
  margin-bottom: 29px;
}
@media (max-width: 991px) {
  .blog-details .blog-card-two__text {
    margin-bottom: 20px;
  }
}
.blog-details .blog-card-two {
  margin-bottom: 0;
}
.blog-details .blog-card-two__content {
  padding: 35px 0px 28px 0px;
  border: 0;
}
@media (max-width: 991px) {
  .blog-details .blog-card-two__content {
    padding: 8px;
    padding-top: 24px;
  }
}
.blog-details .blog-card-two__content__listdetails {
  margin-bottom: 58px;
}
.blog-details .blog-card-two__content__listdetails li {
  position: relative;
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  padding-left: 24px;
}
.blog-details .blog-card-two__content__listdetails li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--wallpi-base, #d18548);
  top: 12px;
  left: 0;
  z-index: 1;
}
.blog-details .blog-card-two__content__listdetails li + li {
  margin-top: 23px;
}
@media (max-width: 991px) {
  .blog-details .blog-card-two__content__listdetails li + li {
    margin-top: 11px;
  }
}
.blog-details .blog-card-two__content__featurewrap {
  gap: 0 36px;
}
@media (max-width: 767px) {
  .blog-details .blog-card-two__content__featurewrap {
    gap: 5px 0;
  }
}
.blog-details .blog-card-two__content__colwrap {
  width: calc((100% - 36px) / 2);
  align-items: flex-start;
  gap: 0 23px;
  padding-bottom: 38px;
}
@media (max-width: 991px) {
  .blog-details .blog-card-two__content__colwrap {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .blog-details .blog-card-two__content__colwrap {
    width: calc((100% - 0px) / 1);
    gap: 0 16px;
  }
}
.blog-details .blog-card-two__content__colwrap__icon {
  width: 73px;
  background-color: var(--wallpi-black, #2a2826);
  color: var(--wallpi-text-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 21px 8px;
  transition: all 0.5s ease;
}
.blog-details .blog-card-two__content__colwrap__icon i {
  transition: all 0.5s ease;
  font-size: 48px;
  color: inherit;
}
.blog-details .blog-card-two__content__colwrap__content {
  width: calc((100% - 96px) / 1);
}
.blog-details .blog-card-two__content__colwrap__title {
  color: var(--wallpi-base, #d18548);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-details .blog-card-two__content__colwrap__title {
    font-size: 18px;
    line-height: 1.1;
  }
}
.blog-details .blog-card-two__content__colwrap__text {
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.8);
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}
.blog-details .blog-card-two__content__colwrap:hover .blog-card-two__content__colwrap__icon {
  background-color: var(--wallpi-base, #d18548);
}
.blog-details .blog-card__title {
  margin-bottom: 0px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .blog-details .blog-card__title {
    margin-bottom: 18px;
  }
}
.blog-details .blog-card__subtitle {
  color: var(--wallpi-text, #2a2826);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 19px;
  font-size: 21px;
  margin-bottom: 14px;
}
.blog-details .blog-card__meta {
  margin-bottom: 18px;
}
.blog-details .blog-card__meta li {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  display: inline-block;
}
.blog-details .blog-card__meta li {
  color: #000;
}
.blog-details .blog-card__meta li i {
  font-size: 19px;
  color: #000;
}

.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 24px 52px 24px;
}
@media (max-width: 991px) {
  .blog-details__meta {
    padding-bottom: 37px;
  }
}
.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 9px;
}
.blog-details__tags__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: -4px;
  margin-bottom: 0;
}
.blog-details__tags .sidebar__tags a {
  background-color: rgba(var(--wallpi-base-rgb, 209, 133, 72), 0.1);
}
.blog-details__tags .sidebar__tags a:hover {
  background-color: var(--wallpi-base, #d18548);
}
.blog-details__admin {
  padding: 0 24px;
}
.blog-details__admin--bg {
  padding: 36px 50px 32px 28px;
  background-color: var(--wallpi-white, #fff);
  border: 1px solid rgba(var(--wallpi-text-dark2-white-rgb, 189, 189, 188), 0.4);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .blog-details__admin--bg {
    gap: 25px 0;
    padding: 24px;
  }
}
.blog-details__admin--image {
  width: 124px;
}
@media (max-width: 991px) {
  .blog-details__admin--image {
    width: 100%;
  }
}
.blog-details__admin--image > img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog-details__admin--image > img {
    max-height: 260px;
    object-fit: contain;
    object-position: left;
  }
}
.blog-details__admin--detailswrap {
  width: calc((100% - 124px) / 1);
  padding-left: 24px;
}
@media (max-width: 991px) {
  .blog-details__admin--detailswrap {
    width: 100%;
    padding-left: 0;
  }
}
.blog-details__admin--title {
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.9);
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 12px;
}
.blog-details__admin--summery {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.9);
  margin-bottom: 24px;
}
.blog-details__admin--social {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: rgba(var(--wallpi-text-white2-rgb, 211, 208, 205), 0.3);
  padding: 11px 16px;
  border-radius: 4px;
}
.blog-details__admin--socialname {
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.9);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
.blog-details__admin--socialicon {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 0 10px;
  padding-left: 16px;
}
.blog-details__admin--socialicon > li {
  list-style: none;
}
.blog-details__admin--socialicon > li > a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--wallpi-text, #2a2826);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  background-color: var(--wallpi-white, #fff);
}
.blog-details__admin--socialicon > li > a:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-text-white, #fff);
}
.blog-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wallpi-gray, #f9f6f1);
  font-size: 14px;
  color: var(--wallpi-black, #2a2826);
  transition: all 500ms ease;
  border-radius: 50%;
}
.blog-details__social a:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
}
.blog-details__paginations {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .blog-details__paginations {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-details__paginations .sidebar__posts__item:not(:last-of-type) {
  border-bottom: 0px solid var(--wallpi-border-color, #e8e3da);
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.blog-details__paginations .sidebar__posts__item {
  background-color: var(--wallpi-gray, #f9f6f1);
  padding: 20px !important;
}
@media (min-width: 1200px) {
  .blog-details__paginations .sidebar__posts__item {
    padding: 30px;
  }
}
.blog-details__paginations .sidebar__posts__item:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.blog-details__paginations .sidebar__posts__item:nth-of-type(2) .sidebar__posts__image {
  margin-right: 0;
  margin-left: 20px;
}
.blog-details__paginations .sidebar__posts__item:nth-of-type(2) .sidebar__posts__meta {
  flex-direction: row-reverse;
}
/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
  background-color: var(--wallpi-lightpink, #ece4de);
  padding-top: 25px;
  padding-bottom: 10px;
}
.product__sidebar--title {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -5px;
}
.product__search {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 0 20px;
}
.product__search form {
  border-radius: 0;
  position: relative;
}
.product__search form input[type=text] {
  width: 100%;
  height: 52px;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 14px;
  color: var(--wallpi-text, #2a2826);
  border: 1px solid rgba(var(--wallpi-border-color-rgb, 42, 40, 38), 0.4);
  outline: none;
  font-weight: 400;
  border-radius: 0;
}
.product__price-ranger {
  padding: 20px;
  margin-bottom: 10px;
}
.product__price-ranger #slider-range {
  margin: 22px 0 0 0px;
  background: var(--wallpi-white, #fff);
  border: none;
  height: 5px;
  border-radius: 0;
  position: relative;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--wallpi-base, #d18548) !important;
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
  background: var(--wallpi-base, #d18548) !important;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 18px 0 0 0px;
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--wallpi-text, #2a2826);
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  line-height: 30px;
  border: none;
  outline: none;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--wallpi-text, #2a2826);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  left: -2px;
}
.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  background-color: var(--wallpi-white, #fff);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  float: right;
  text-align: center;
  border: none;
  color: var(--wallpi-text, #2a2826);
  font-size: 10px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
  cursor: pointer;
  padding: 0 20px;
  height: 38px;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(var(--wallpi-black-rgb, 42, 40, 38), 0.07);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-text-white, #fff);
}
.product__categories {
  padding: 20px;
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
}
.product__categories ul li {
  position: relative;
  margin: 0 0 4px;
}
.product__categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--wallpi-text, #2a2826);
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 9px 15px 11px;
}
.product__categories ul li a span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--wallpi-black, #2a2826);
  margin-right: 10px;
  transition: all 0.3s ease;
}
.product__categories ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--wallpi-white, #fff);
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}
.product__categories ul li:hover a, .product__categories ul li.active a {
  color: var(--wallpi-black, #2a2826);
  padding-left: 27px;
}
.product__categories ul li:hover a::before, .product__categories ul li.active a::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}
.product__categories ul li.active a {
  font-weight: 600;
}
.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(var(--wallpi-text-dark2-white-rgb, 189, 189, 188), 0.12);
  margin-bottom: 30px;
  padding: 0 21px 0 29px;
  height: 52px;
}
@media (max-width: 767px) {
  .product__info-top {
    padding: 14px 21px 15px 21px;
    height: initial;
    flex-direction: column;
    gap: 18px 0;
  }
}
.product__showing-text {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--wallpi-text, #2a2826);
}
.product__showing-sort {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--wallpi-text, #2a2826);
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  width: 160px !important;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
  top: 11px !important;
  left: 1.6px !important;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: initial;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 18px;
  color: var(--wallpi-text, #2a2826) !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--wallpi-text, #2a2826);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 34px;
  color: var(--wallpi-text, #2a2826);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
  border-color: var(--wallpi-base, #d18548);
}
.product__item {
  position: relative;
  background-color: var(--wallpi-white, #fff);
  transition: all 500ms ease;
  border-radius: 24px;
}
.product__item__img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-radius: 25px 25px 0 0;
  background-color: var(--wallpi-lightpink, #ece4de);
}
.product__item__img img {
  min-height: 216px;
  max-height: 216px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 500ms ease;
  transform: scale(1);
}
.product__item__btn-sale {
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  height: 26px;
  width: fit-content;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wallpi-text3, #172000);
  background-color: #fbb47f;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  border-radius: 15px;
}
.product__item:hover .product__item__img img {
  transform: scale(1.05);
}
.product__item__content {
  position: relative;
  text-align: center;
  padding: 30px 16px 23px 24px;
  padding-top: 0;
  -webkit-box-shadow: 0px 0px 22px 3px rgba(229, 230, 232, 0.71);
  box-shadow: 0px 0px 22px 3px rgba(229, 230, 232, 0.71);
  border-radius: 0 0 25px 25px;
}
.product__item__link {
  color: var(--wallpi-text, #2a2826);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 5px 10px;
  background-color: var(--wallpi-lightpink2, #f5ebe4);
  width: calc(100% + 40px);
  margin-left: -24px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__item__link:hover {
  color: var(--wallpi-text-white, #fff);
  background-color: var(--wallpi-base, #d18548);
}
.product__item__link::after, .product__item__link::before {
  content: none;
}
.product__item__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 33px;
}
.product__item__title {
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 6px;
  text-align: left;
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__title a:hover {
  color: var(--wallpi-base, #d18548);
}
.product__item__price {
  display: flex;
  align-items: center;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.product__item__regular-price, .product__item__offer-price {
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.product__item__offer-price {
  color: #abb2b8;
  padding-left: 11px;
  text-decoration: line-through;
}
.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #ed8a19;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.product-one {
  padding: 120px 0;
  padding-bottom: 102px;
}
@media (max-width: 767px) {
  .product-one {
    padding: 61px 0;
  }
}
@media (max-width: 1200px) {
  .product-one .container {
    max-width: 100%;
  }
}
.product-one .pagination {
  justify-content: center;
  padding-top: 61px;
}
@media (max-width: 767px) {
  .product-one .pagination {
    padding-top: 44px;
  }
}
.product-one .page-item {
  padding: 0 5px;
}
.product-one .prev-item {
  padding-right: 15px;
}
.product-one .next-item {
  padding-left: 15px;
}
.product-one .page-link {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.9);
  border-color: rgba(var(--wallpi-text-gray-dark-rgb, 74, 68, 68), 0.2);
  border-radius: 18px !important;
  padding: 16px 14px;
}
.product-one .page-link:hover,
.product-one .active .page-link {
  color: var(--wallpi-white, #fff);
  background-color: var(--wallpi-base, #d18548);
  border-color: var(--wallpi-base, #d18548);
}
.product-one .page-link:is(:focus, :active) {
  box-shadow: none;
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
}
.product-one--page {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .product-one--page {
    padding-bottom: 62px;
  }
}
.product-one--page .bootstrap-select .dropdown-menu {
  left: -3px !important;
}
.product-one--page .owl-carousel .owl-nav {
  display: none;
}

.product-related {
  background-color: var(--wallpi-white, #fff);
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .product-related {
    padding-bottom: 52px;
  }
}
@media (max-width: 1200px) {
  .product-related__wrap {
    max-width: 100%;
  }
}
.product-related__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 45px;
}
.product-related .owl-carousel .owl-nav {
  display: none;
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  padding: 40px 0;
  padding-bottom: 54px;
}
@media (max-width: 991px) {
  .product-details {
    padding: 58px 0;
    padding-top: 52px;
  }
}
@media (max-width: 1200px) {
  .product-details .container {
    max-width: 100%;
  }
}
.product-details__img-col {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .product-details__img-col {
    padding-right: 15px;
  }
}
.product-details__img-wrap {
  height: 536px;
  background-color: #fff;
  position: relative;
  border-radius: 26px;
}
.product-details__images {
  height: 536px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details__images > img {
  width: 100% !important;
  max-width: 500px;
  height: auto;
}
.product-details__carousel-slider {
  margin-bottom: -52px;
}
.product-details .tns-outer .tns-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 280px;
  z-index: 2;
  padding: 0 10px;
}
.product-details .tns-outer .tns-controls button {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  font-size: 8px;
  font-size: 26px;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
  transition: all 0.5s ease;
}
.product-details .tns-outer .tns-controls button:hover {
  background-color: #ce1333;
  color: var(--wallpi-text-white, #fff);
}
.product-details__thumb-img {
  max-width: 402px;
  margin: 0 auto;
  margin-top: 20px;
}
.product-details__thumb-img .product-details__images {
  height: auto;
  max-width: 100px;
  background-color: #f9eee3;
  border: 2px solid var(--wallpi-white, #fff);
  border-radius: 20px;
  padding: 0px;
  transition: all 0.5s ease;
}
.product-details__thumb-img .product-details__images:hover {
  border-color: var(--wallpi-base, #d18548);
}
.product-details__thumb-img .product-details__images:hover > img {
  transform: scale(1.2);
}
.product-details__thumb-img .product-details__images > img {
  width: 100% !important;
  max-height: 68px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.product-details__content-col {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .product-details__content-col {
    padding-left: 15px;
  }
}
.product-details__content {
  position: relative;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .product-details__content {
    margin: 44px 0 0;
  }
}
.product-details__top {
  margin-bottom: 6px;
}
.product-details__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--wallpi-text, #2a2826);
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .product-details__title {
    font-size: 28px;
    margin: 0 0 24px;
  }
}
.product-details__price {
  display: flex;
  align-items: center;
}
.product-details .product__item__regular-price, .product-details .product__item__offer-price {
  display: block;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 991px) {
  .product-details .product__item__regular-price, .product-details .product__item__offer-price {
    font-size: 24px;
  }
}
.product-details .product__item__offer-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-left: 9px;
}
.product-details__off20 {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #f42647;
  padding-left: 5px;
}
.product-details__instock {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  margin-left: 8px;
  background-color: #b6edb2;
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .product-details__review {
    margin-bottom: 24px;
  }
}
.product-details__review > span {
  color: #efce4a;
}
.product-details__review a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 7px;
  font-weight: 400;
  transition: all 500ms ease;
  color: var(--wallpi-text, #2a2826);
}
.product-details__review a:hover {
  color: var(--wallpi-base, #d18548);
}
.product-details__excerpt {
  margin: 0 0 20px;
  color: var(--wallpi-text, #2a2826);
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.product-details__feature {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.product-details__feature li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--wallpi-text, #2a2826);
  position: relative;
  padding-left: 28px;
}
.product-details__feature li::before {
  font-family: "icomoon" !important;
  content: "\e909";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: var(--wallpi-text, #2a2826);
  font-size: 18px;
}
.product-details__fav-cart-wrap {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .product-details__fav-cart-wrap {
    flex-wrap: wrap;
    gap: 15px 0;
  }
}
.product-details__quantity {
  position: relative;
}
.product-details__quantity-title {
  margin: 0 0 4px;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: var(--wallpi-text, #2a2826);
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 115px;
  height: 44px;
}
@media (max-width: 767px) {
  .product-details__quantity .quantity-box {
    width: 200px;
  }
}
.product-details__quantity .quantity-box input {
  width: 115px;
  height: 44px;
  border: 1px solid rgba(var(--wallpi-border-color-rgb, 42, 40, 38), 0.2);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  color: var(--wallpi-text, #2a2826);
  padding-left: 21px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #131216;
  background-color: transparent;
}
@media (max-width: 767px) {
  .product-details__quantity .quantity-box input {
    width: 200px;
    text-align: center;
    padding: 0 60px 0 30px;
  }
}
.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--wallpi-text, #2a2826);
  font-size: 18px;
  position: absolute;
  top: 1px;
  right: 9px;
  background-color: transparent;
  border: none;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
  padding: 0;
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 0;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--wallpi-base, #d18548);
}
.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-details__buttons {
    width: 100%;
  }
}
.product-details .fav-icon {
  width: 44px;
  height: 44px;
  background-color: #f9f7f7;
  border-radius: 50%;
  color: var(--wallpi-text, #2a2826);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 26px;
}
.product-details .fav-icon:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-text-white, #fff);
}
.product-details .wallpi-btn--addcart {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--wallpi-text-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 5px 35px;
  background-color: var(--wallpi-base, #d18548);
  margin-left: 27px;
}
.product-details .wallpi-btn--addcart::before, .product-details .wallpi-btn--addcart::after {
  content: none;
}
.product-details .wallpi-btn--addcart:hover {
  background-color: var(--wallpi-black2, #4a3626);
}
@media (max-width: 767px) {
  .product-details .wallpi-btn--addcart {
    margin-left: 0;
  }
}
.product-details__delivery li strong {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}
.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .product-details__socials {
    margin-top: 25px;
  }
}
.product-details__socials__title {
  margin: 0;
  color: rgba(var(--wallpi-text, #2a2826), 0.8);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 500;
  margin-right: 13px;
}
@media (min-width: 768px) {
  .product-details__socials__title {
    flex: 0 0 auto;
  }
}
.product-details__socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--wallpi-text, #2a2826);
  transition: all 500ms ease;
  border-radius: 50%;
}
.product-details__socials a:hover {
  color: var(--wallpi-base, #d18548);
}
.product-details__socials a + a {
  margin-left: 26px;
}
@media (max-width: 767px) {
  .product-details__socials a + a {
    margin-left: 15px;
  }
}
.product-details__description {
  margin: 88px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-details__description {
    margin-top: 58px;
  }
}
.product-details__description__wrap {
  position: relative;
  border-radius: 8px;
  padding: 88px 67px 55px 67px;
  border: 1px solid rgba(var(--wallpi-border-color-rgb, 42, 40, 38), 0.1);
}
@media (max-width: 991px) {
  .product-details__description__wrap {
    padding: 200px 20px 40px 20px;
  }
}
.product-details__description__tablist {
  position: absolute;
  width: 100%;
  height: auto;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
@media (max-width: 991px) {
  .product-details__description__tablist {
    flex-direction: column;
    gap: 8px 0;
  }
}
.product-details__description__tablist li {
  list-style: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--wallpi-text, #2a2826);
}
@media (max-width: 991px) {
  .product-details__description__tablist li {
    width: 100%;
  }
}
.product-details__description__tablist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: rgba(var(--wallpi-lightpink2-rgb, 245, 235, 228), 0.7);
  color: var(--wallpi-text, #2a2826);
  padding: 5px 50px;
}
.product-details__description__tablist li a.active, .product-details__description__tablist li a:hover {
  background-color: var(--wallpi-black, #2a2826);
  color: var(--wallpi-text-white, #fff);
}
.product-details__description__info {
  margin-bottom: -30px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
  transition: all 0.5s ease;
}
.product-details__description__info.active {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-details__description__text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .product-details__description__text {
    margin-bottom: 17px;
  }
}
.product-details__comment {
  border-top: 1px solid var(--wallpi-border-color, #2a2826);
  margin: 20px 0 0;
  padding: 30px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .product-details__comment {
    margin-top: 5px;
    padding-top: 15px;
  }
}
.product-details__review-title {
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 30px;
  margin-bottom: 36px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-details__review-title {
    font-size: 26px;
    margin-bottom: 19px;
  }
}
.product-details__comment-box {
  position: relative;
  padding: 11px 0 64px 212px;
  margin-bottom: 50px;
  min-height: 166px;
  border-bottom: 1px solid var(--wallpi-border-color, #2a2826);
}
@media (max-width: 991px) {
  .product-details__comment-box {
    padding: 11px 0 32px 195px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-details__comment-box {
    padding-left: 0;
  }
}
.product-details__comment-box__thumb {
  width: 166px;
  height: 166px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}
.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.product-details__comment-box__meta {
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
  font-weight: bold;
  color: var(--wallpi-text, #2a2826);
}
.product-details__comment-box__date {
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  text-transform: inherit;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 0 7px;
  text-transform: capitalize;
}
.product-details__comment-box__text {
  line-height: 30px;
  margin: 0;
  font-size: 15px;
}
.product-details__comment-box__ratings {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}
.product-details__comment-box__ratings > span {
  color: #efce4a;
}
.product-details__form {
  position: relative;
  margin: 51px 0 0;
}
.product-details__form .row {
  --bs-gutter-x: 20px;
}
.product-details__form-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: bold;
}
.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--wallpi-base, #d18548);
  margin: 0 0 15px;
}
.product-details__form-ratings__label {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  color: var(--wallpi-text, #2a2826);
  margin: 0 17px 0 0;
}
.product-details__form__form {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-page {
  padding-top: 15px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .faq-page {
    padding-bottom: 80px;
    padding-top: 52px;
  }
}
@media (max-width: 1200px) {
  .faq-page .container {
    max-width: 100%;
  }
}
.faq-page__titlewrap {
  position: relative;
  margin-bottom: 85px;
  padding-right: 225px;
}
@media (max-width: 991px) {
  .faq-page__titlewrap {
    margin-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .faq-page__titlewrap {
    padding-right: 0;
  }
}
.faq-page__titlinner {
  max-width: 750px;
  padding-top: 6px;
}
.faq-page__title {
  color: var(--wallpi-text, #2a2826);
  font-weight: 600;
  font-size: 43px;
  line-height: 50px;
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .faq-page__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.faq-page__text {
  color: var(--wallpi-text, #2a2826);
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0;
}
.faq-page__imgeffect {
  position: absolute;
  float: right;
  right: 55px;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq-page__imgeffect {
    display: none;
  }
}
.faq-page__accordiontitle {
  color: var(--wallpi-text, #2a2826);
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 30px;
}
.faq-page__accordion .accrodion {
  border: 1px solid rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.2);
  border-radius: 30px;
  background-color: white;
}
.faq-page__accordion .accrodion + .accrodion {
  margin-top: 10px;
}
.faq-page__accordion .accrodion-title {
  padding: 20px 25px;
  padding-right: 70px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-page__accordion .accrodion-title {
    padding-left: 30px;
  }
}
.faq-page__accordion .accrodion-title h4 {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
}
.faq-page__accordion .accrodion-title__icon {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%) scale(1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--wallpi-text, #2a2826);
}
.faq-page__accordion .accrodion-title__icon::before {
  width: 33px;
  height: 33px;
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  font-weight: 900;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-page__accordion .active .accrodion-title {
  border-bottom: 1px solid rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.2);
}
.faq-page__accordion .active .accrodion-title__icon {
  transform: translateY(-50%) scale(-1);
}
.faq-page__accordion .active .accrodion-title__icon::before {
  color: black;
  background-color: white;
}
.faq-page__accordion .accrodion-content {
  padding-top: 19px;
}
.faq-page__accordion .accrodion-content .inner {
  padding: 0px 30px 24px 25px;
  margin-top: -3px;
}
@media (min-width: 768px) {
  .faq-page__accordion .accrodion-content .inner {
    padding-left: 30px;
    padding-right: 60px;
  }
}
.faq-page__accordion .accrodion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--wallpi-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--wallpi-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__content {
  width: 300px;
  background-color: #343434;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--wallpi-white, #fff);
  cursor: pointer;
}
.mobile-nav__close:hover {
  color: var(--wallpi-base, #d18548);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--wallpi-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--wallpi-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--wallpi-white, #fff);
  font-size: 16px;
  font-family: var(--bs-body-font-family);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--wallpi-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #e00023;
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #a9a9a9;
  border: none;
  outline: none;
  color: var(--wallpi-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--wallpi-white, #fff);
  color: var(--wallpi-black, #2a2826);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--wallpi-white, #fff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--wallpi-base, #d18548);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--wallpi-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--wallpi-base, #d18548);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--wallpi-base, #d18548);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--wallpi-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--wallpi-white, #fff);
  font-size: 15px;
  color: var(--wallpi-text, #2a2826);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup__form .wallpi-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup__form .wallpi-btn i {
  margin: 0;
}
.search-popup__form .wallpi-btn::after {
  background-color: var(--wallpi-black, #2a2826);
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.services-feedback-one {
  padding-top: 40px;
  padding-bottom: 0px;
  position: relative;
}
@media (max-width: 991px) {
  .services-feedback-one {
    padding-top: 52px;
    padding-bottom: 152px;
  }
}
@media (max-width: 480px) {
  .services-feedback-one {
    padding-bottom: 110px;
  }
}
.services-feedback-one__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #eeeeee;
  background-blend-mode: overlay;
}
.services-feedback-one__shapeleft, .services-feedback-one__shaperight {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: auto;
}
.services-feedback-one__shapeleft {
  left: 0;
  background-position: left bottom;
}
.services-feedback-one__shaperight {
  right: 0;
  background-position: right bottom;
}
.services-feedback-one .container {
/*  max-width: 1442px;*/
/*  padding-left: 134px;*/
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .services-feedback-one .container {
    padding-left: 15px;
  }
}
.services-feedback-one__content .sec-title {
  padding-bottom: 54px;
}
@media (max-width: 991px) {
  .services-feedback-one__content .sec-title {
    padding-bottom: 38px;
  }
}
.services-feedback-one__content .sec-title__title {
  text-align: left;
  margin-bottom: 48px;
  max-width: 675px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .services-feedback-one__content .sec-title__title {
    max-width: 100%;
    margin-bottom: 26px;
    padding-right: 0;
  }
}
.services-feedback-one__content .sec-title__text {
  color: rgba(var(--wallpi-text-dark-rgb, 36, 28, 20), 0.8);
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
  max-width: 545px;
}
@media (max-width: 991px) {
  .services-feedback-one__content .sec-title__text {
    max-width: 100%;
  }
}
.services-feedback-one__progress-wrap {
  max-width: 580px;
}
@media (max-width: 991px) {
  .services-feedback-one__progress-wrap {
    max-width: 100%;
  }
}
.services-feedback-one__progress {
  padding-bottom: 22px;
}
@media (max-width: 991px) {
  .services-feedback-one__progress {
    padding-bottom: 30px;
  }
}
.services-feedback-one__progress-title {
  color: var(--wallpi-text-dark, #241c14);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .services-feedback-one__progress-title {
    margin-bottom: 20px;
  }
}
.services-feedback-one__progress-bar {
  width: 100%;
  height: 11px;
  background-color: #e8ded3;
  position: relative;
}
.services-feedback-one__progress-inner {
  position: absolute;
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background-color: black;
  transition: all 700ms linear;
  width: 0px;
}
.services-feedback-one__progress-number {
  position: absolute;
  bottom: calc(100% + 6px);
  right: calc(0% - 36px);
  height: 21px;
  background-color: black;
  border-radius: 4px 4px 4px 0;
  color: var(--wallpi-white, #fff);
  font-weight: 700;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
}
.services-feedback-one__image {
  height: 100%;
  position: relative;
  padding-top: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .services-feedback-one__image {
    padding-left: 0;
  }
}
.services-feedback-one__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 138px;
  left: 0;
  top: 24px;
  z-index: 1;
  background-image: url("../images/shapes/feedback-shape1-11.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 101% auto;
  opacity: 1;
}
@media (max-width: 991px) {
  .services-feedback-one__image::before {
    max-height: initial;
  }
}
.services-feedback-one__image > img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.services-feedback-one--two {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #161412;
  background-blend-mode: overlay;
  padding-top: 246px;
  padding-bottom: 44px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .services-feedback-one--two {
    padding-top: 210px;
    padding-bottom: 68px;
  }
}
.services-feedback-one--two::before, .services-feedback-one--two::after {
  content: none;
}
.services-feedback-one--two .services-feedback-one__row {
  gap: 0 0px;
}
.services-feedback-one--two .services-feedback-one__content {
  width: calc((51.2% - 0px) / 1);
}
@media (max-width: 991px) {
  .services-feedback-one--two .services-feedback-one__content {
    width: calc((100% - 0px) / 1);
    padding-bottom: 35px;
  }
}
.services-feedback-one--two .services-feedback-one__progress-bar {
  background-color: var(--wallpi-white, #fff);
}
.services-feedback-one--two .sec-title__title, .services-feedback-one--two .sec-title__text {
  color: var(--wallpi-text-white, #fff);
}
.services-feedback-one--two .services-feedback-one__image {
  width: calc((48.8% - 0px) / 1);
  height: auto;
  padding: 0 15px 0 15px;
  margin-top: -60px;
}
@media (max-width: 991px) {
  .services-feedback-one--two .services-feedback-one__image {
    width: calc((100% - 0px) / 1);
    margin-top: 0;
  }
}
.services-feedback-one--two .services-feedback-one__image::before {
  content: none;
}
.services-feedback-one--two .services-feedback-one__mainimage {
  -webkit-mask-image: url("../images/shapes/feedback-services-shape2-1.png");
  mask-image: url("../images/shapes/feedback-services-shape2-1.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.services-feedback-one--two .services-feedback-one__leftshape,
.services-feedback-one--two .services-feedback-one__rightshape {
  position: absolute;
  width: 100%;
  max-width: 271px;
  height: 224px;
  top: 0;
  z-index: 1;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 767px) {
  .services-feedback-one--two .services-feedback-one__leftshape,
  .services-feedback-one--two .services-feedback-one__rightshape {
    display: none;
  }
}
.services-feedback-one--two .services-feedback-one__progress-title {
  color: var(--wallpi-text-white, #fff);
}
.services-feedback-one--three {
  background-color: var(--wallpi-white, #fff);
  padding-top: 0;
  padding-bottom: 119px;
  margin-bottom: 0;
}
.services-feedback-one--three::before, .services-feedback-one--three::after {
  content: none;
}
@media (max-width: 991px) {
  .services-feedback-one--three {
    padding-bottom: 68px;
  }
}
.services-feedback-one--aboutpage {
  margin-bottom: -40px;
  padding-bottom: 124px;
}
.service-one .sec-title__tagline::before, .service-one .sec-title__tagline::after {
  content: "";
  margin: 0;
}
.service-one .sec-title__tagline::after {
  height: 2px;
}
.service-one .sec-title__title {
  color: var(--wallpi-white, #fff);
  text-align: left;
}
@media (max-width: 991px) {
  .service-one .sec-title__title {
    margin-bottom: 16px;
  }
}
.service-one__sec-info-wrap {
  width: calc((45% - 44px) / 1);
  padding-right: 4px;
}
@media (max-width: 991px) {
  .service-one__sec-info-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.service-one .sercives-arrow-right > i {
  font-size: 14px;
  line-height: 1;
  color: var(--wallpi-white, #fff);
}
.service-one--two {
  background-color: var(--wallpi-white, #fff);
  background-image: none;
  padding-bottom: 110px;
  padding-top: 108px;
}
@media (max-width: 991px) {
  .service-one--two {
    padding-top: 58px;
    padding-bottom: 65px;
  }
}
.service-one--two .service-one__sec-title-wrap {
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  .service-one--two .service-one__sec-title-wrap {
    padding-bottom: 40px;
  }
}
.service-one--two .sec-title {
  text-align: center;
  width: calc((100% - 0px) / 1);
  padding-bottom: 0;
}
.service-one--two .sec-title__tagline::before, .service-one--two .sec-title__tagline::after {
  margin: 0 auto;
}
.service-one--two .sec-title__tagline::after {
  height: 1px;
}
.service-one--two .sec-title__title {
  color: var(--wallpi-text, #2a2826);
  text-align: center;
  margin-top: 0;
}
.service-one--two .service-one__item__icon {
  left: 16px;
  top: 16px;
}
.service-one--two .service-one__item__icon > i {
  font-size: 34px;
}
.service-one--two .service-one__item__info {
  /*position: absolute;
  width: calc((100% - 53px) / 1);
  left: 38px;
  bottom: 22px;
  z-index: 1;*/
  padding: 18px 10px 18px 10px;
}
.service-one--two .service-one__item__title {
  margin-bottom: 0;
}
.service-one--two .sercives-arrow-right {
  top: 0;
  height: 100%;
  padding-right: 21px;
  padding-left: 30px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
/*  background-color: var(--wallpi-black2, #4a3626);*/
  position: relative;
  padding-top: 64px;
  padding-bottom: 88px;
}
@media (min-width: 992px) {
  .page-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #35302e91;
  background-blend-mode: overlay;
}
.page-header .container {
  position: relative;
  z-index: 10;
  text-align: center;
}
.page-header__title {
  margin: 0;
  font-weight: 700;
  color: var(--wallpi-text-white, #fff);
  font-size: 30px;
/*  text-transform: capitalize;*/
  text-shadow: 2px 2px 9px #000000;
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 43px;
  }
}
.page-header__shape {
  display: inline-flex;
  margin-bottom: 13px;
}

.wallpi-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wallpi-breadcrumb {
    margin-bottom: 6px;
  }
}
.wallpi-breadcrumb li {
  font-size: 14px;
  color: var(--wallpi-base, #d18548);
  display: flex;
  align-items: center;
}
.wallpi-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}
.wallpi-breadcrumb li span,
.wallpi-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1em;
}
.wallpi-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.wallpi-breadcrumb li a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  background-color: var(--wallpi-base, #d18548);
  background-image: url(../images/shapes/client-carousel-bg-1-1.html);
  background-size: cover;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .client-carousel {
    padding: 102px 0;
  }
}
.client-carousel__one__item img {
  opacity: 0.2;
  transition: all 500ms ease;
  max-width: 100%;
  width: auto !important;
}
.client-carousel__one__item:hover img {
  opacity: 0.6;
}

.client-carousel-one {
  position: relative;
  background: var(--wallpi-white, #fff);
  padding: 0 0 60px;
}
.client-carousel-one .client-carousel__one {
  padding: 74px 0 0;
}
.client-carousel-one .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  line-height: 0.8;
}
.client-carousel-one .owl-theme .owl-nav button {
  width: 26px;
  height: 27px;
  background-color: var(--wallpi-gray, #f9f6f1);
  margin: 0 2.5px;
  padding: 0;
  transition: all 500ms ease;
  font-size: 12px;
  color: var(--wallpi-black, #2a2826);
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  border-radius: 0;
}
.client-carousel-one .owl-theme .owl-nav button:hover {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
}
.client-carousel-one .owl-theme .owl-nav::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  content: "";
  height: 1px;
  background-color: var(--wallpi-border-color, #2a2826);
  z-index: -1;
}
.client-carousel-one .owl-theme .owl-nav::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 110px;
  content: "";
  height: 1px;
  background-color: var(--wallpi-white, #fff);
}
.client-carousel-one .client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 103px;
  transition: all 500ms ease;
}
.client-carousel-one .client-carousel__one__item img {
  transition: all 500ms ease;
  opacity: 0.2;
  max-width: 100%;
  width: auto;
}
.client-carousel-one .client-carousel__one__item:hover {
  background-color: #f8f5f0;
}
.client-carousel-one .client-carousel__one__item:hover img {
  opacity: 0.6;
}
/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  z-index: 2;
  background-color: var(--wallpi-white, #fff);
  padding: 120px 0 108px;
}
@media (max-width: 991px) {
  .feature-one {
    padding-top: 65px;
    padding-bottom: 52px;
  }
}
@media (max-width: 1200px) {
  .feature-one .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .feature-one__row {
    gap: 25px 0;
  }
}
.feature-one__col {
  padding: 0 44px;
}
.feature-one__col:first-child {
  padding-left: 15px;
}
.feature-one__col:last-child {
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .feature-one__col {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .feature-one__col {
    padding: 0 15px;
  }
}
.feature-one__item {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 98px;
}
@media (max-width: 767px) {
  .feature-one__item {
    padding-left: 0;
    padding-top: 70px;
  }
  .experiance-tabs .tab-btns {
    padding-left: 0px;
  }
  .experiance-tabs .tab-btns .tab-btn {
    margin: 0px 0px 0px!important;
  }
  .testimonials-one--three .testimonials-one__carousel.owl-carousel .owl-nav + .owl-dots {
    margin-top: 0px!important;
  }
}
.feature-one__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 98px;
  z-index: 1;
  background-color: rgba(73, 73, 73, 0.55);
}
@media (max-width: 767px) {
  .feature-one__item::before {
    top: 70px;
    left: 0;
  }
}
.feature-one__item__img {
  width: 100%;
}
.feature-one__item__img img {
  width: 100% !important;
  max-height: 248px;
  min-height: 248px;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 767px) {
  .feature-one__item__img img {
    max-height: 348px;
    min-height: 348px;
  }
}
.feature-one__item__wrap {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  align-items: center;
}
@media (max-width: 767px) {
  .feature-one__item__wrap {
    align-items: flex-start;
    bottom: initial;
  }
}
.feature-one__item__circle_img {
  width: 200px;
  height: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .feature-one__item__circle_img {
    margin: 0 auto;
  }
}
.feature-one__item__circle_img::before, .feature-one__item__circle_img::after {
  content: "";
  position: absolute;
  width: calc(100% + 0px);
  height: calc(100% + 20px);
  left: 0;
  top: -10px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.feature-one__item__circle_img::before {
  background-image: url("../images/shapes/feature-shape1-1.png");
  background-position: center top;
}
.feature-one__item__circle_img::after {
  background-image: url("../images/shapes/feature-shape1-2.png");
  background-position: center bottom;
}
.feature-one__item__circle_img img {
  width: 100% !important;
  border-radius: 50% !important;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.feature-one__item__info {
  width: calc((100% - 200px) / 1);
  padding-left: 35px;
  padding-right: 14px;
  margin-top: -15px;
}
@media (max-width: 1200px) {
  .feature-one__item__info {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .feature-one__item__info {
    width: calc((100% - 0px) / 1);
    padding-top: 35px;
    margin-top: 0;
  }
}
.feature-one__item__info__title {
  color: var(--wallpi-white, #fff);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.feature-one__item__info__text {
  color: rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.8);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.feature-two {
/*  margin-bottom: -174px;*/
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .feature-two .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .feature-two .row {
    gap: 35px 0;
  }
}
.feature-two__innercol {
  background-image: url("../images/backgrounds/feature-bg2-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #edeae8;
  background-blend-mode: overlay;
  border-radius: 9px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  height: 100%;
  padding: 40px 22px;
}
.feature-two__innercol:hover {
  border-color: var(--wallpi-base, #d18548);
}
.feature-two__innercol:hover .feature-two__icon {
  border-color: var(--wallpi-base, #d18548);
  background-color: var(--wallpi-white, #fff);
}
.feature-two__innercol:hover .feature-two__icon > i {
  transform: scale(0.9);
  color: var(--wallpi-base, #d18548);
}
.feature-two__icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid var(--wallpi-text, #2a2826);
  background-color: var(--wallpi-base, #d18548);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}
.feature-two__icon > i {
  font-size: 55px;
  line-height: 1;
  color: var(--wallpi-text-white, #fff);
  transition: all 0.5s ease;
}
.feature-two__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 10px;
}
.feature-two__text {
  color: var(--wallpi-text-dark, #241c14);
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}
.feature-two--page {
  margin-bottom: 0;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .feature-two--page {
    padding-bottom: 72px;
  }
}
.feature-two--aboutpage {
  margin-bottom: 0;
  padding-bottom: 108px;
}
@media (max-width: 991px) {
  .feature-two--aboutpage {
    padding-bottom: 62px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-one {
    padding-bottom: 76px;
  }
}
.about-one .container {
  max-width: 1442px;
  padding-left: 134px;
}
@media (max-width: 1440px) {
  .about-one .container {
    padding-left: 15px;
  }
}
.about-one .sec-title {
  text-align: center;
  padding-bottom: 88px;
  margin-left: -110px;
}
@media (max-width: 1440px) {
  .about-one .sec-title {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .about-one .sec-title {
    padding-bottom: 48px;
  }
}
.about-one__content {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .about-one__content {
    padding-right: 0;
    padding-bottom: 35px;
  }
}
.about-one__content__col {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .about-one__content__col {
    padding-bottom: 26px;
  }
}
.about-one__content__titel {
  color: var(--wallpi-text, #2a2826);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .about-one__content__titel {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.about-one__content__text {
  color: rgba(var(--wallpi-text-rgb, 42, 40, 38), 0.8);
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-one__content__text {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 14px;
  }
}
.about-one--btn {
  color: var(--wallpi-white, #fff);
  /*height: 50px;
  width: fit-content;*/
  padding: 12px 6px;
  margin-top: 3px;
  border-radius: 50px;
  background: #707070;
}
.about-one--btn::before {
  background-color: black;
}
.about-one--btn::after {
  background-color: #000;
}
/*.about-one--btn:hover {
  color: var(--wallpi-white, #fff);
}*/
.about-one__image {
  width: calc(100% + 0px);
  height: 100%;
}
.about-one__image:hover .about-one__image__wrap__circle {
  background-color: var(--wallpi-black2, #4a3626);
}
.about-one__image__wrap__inner_img {
  width: 100% !important;
  max-height: 325px;
  min-height: 325px;
  object-fit: cover;
  border: 8px solid var(--wallpi-white, #fff);
}
.about-two {
  padding-top: 107px;
  padding-bottom: 119px;
  background-color: #faf7f6;
  position: relative;
}
@media (max-width: 991px) {
  .about-two {
    padding-top: 45px;
    padding-bottom: 64px;
  }
}
.about-two__shapeleft, .about-two__shaperight {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-size: auto;
  background-repeat: no-repeat;
}
.about-two__shapeleft {
  background-position: left top;
  left: 0;
}
@media (max-width: 991px) {
  .about-two__shapeleft {
    display: none;
  }
}
.about-two__shaperight {
  background-position: right top;
  right: 0;
}
.about-two .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .about-two .container {
    max-width: 100%;
  }
}
.about-two__imagecol {
  width: calc((39.9% - 0px) / 1);
  position: relative;
  padding-bottom: 57px;
  padding-top: 35px;
}
@media (max-width: 991px) {
  .about-two__imagecol {
    width: calc((100% - 0px) / 1);
  }
}
.about-two__imagecol__image {
  width: 100%;
  height: 100%;
}
.about-two__imagecol__image > img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.about-two__imagecol__imagesmall {
  position: absolute;
  width: 268px !important;
  height: 268px !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  border-radius: 50% !important;
}
.about-two__imagecol__imagesmall::after {
  content: "";
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  top: -8px;
  z-index: 2;
  background-image: url("../images/shapes/about-shape2-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: aboutEffec1_Rotate 4.2s linear infinite;
}
@keyframes aboutEffec1_Rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-two__imagecol__imagesmall > img {
  border: 8px solid var(--wallpi-white, #fff);
  width: 268px !important;
  height: 268px !important;
  border-radius: 50% !important;
}
.about-two__contentcol {
  width: calc((60.1% - 0px) / 1);
  padding-left: 140px;
  position: relative;
}
@media (max-width: 1200px) {
  .about-two__contentcol {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .about-two__contentcol {
    padding-left: 15px;
    padding-top: 38px;
    width: calc((100% - 0px) / 1);
  }
}
.about-two__contentcol::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 98px;
  left: 15px;
  bottom: 10px;
  z-index: 1;
  background-image: url("../images/shapes/about-shape2-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  animation: aboutEffec2_Rotate 1.2s linear infinite alternate;
}
@media (max-width: 991px) {
  .about-two__contentcol::before {
    content: none;
  }
}
@keyframes aboutEffec2_Rotate {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-25px);
  }
}
.about-two__contentcol .sec-title {
  padding-bottom: 39px;
}
.about-two__contentcol .sec-title__tagline::before, .about-two__contentcol .sec-title__tagline::after {
  margin: 0;
}
.about-two__contentcol .sec-title__tagline::after {
  height: 2px;
}
.about-two__contentcol .sec-title__title {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 32px;
}
.about-two__contentcol .sec-title__text {
  margin: 0;
  color: var(--wallpi-text, #2a2826);
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
}
.about-two__contentcol__benefits {
  gap: 0 10px;
  padding-bottom: 38px;
}
@media (max-width: 767px) {
  .about-two__contentcol__benefits {
    flex-wrap: wrap;
    gap: 22px 0;
  }
}
.about-two__contentcol__benefits__wrap:hover .benefits-icon {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-text-white, #fff);
  transform: scale(0.98);
}
.about-two__contentcol__benefits__wrap:hover .about-two__contentcol__benefits__text {
  color: var(--wallpi-base, #d18548);
}
@media (max-width: 767px) {
  .about-two__contentcol__benefits__wrap {
    width: 100%;
  }
}
.about-two__contentcol__benefits .benefits-icon {
  width: 73px;
  min-width: 73px;
  height: 73px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
  color: var(--wallpi-base, #d18548);
  background-color: var(--wallpi-black, #2a2826);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 6px 7px #F7F1EE;
  box-shadow: 0px 0px 6px 7px #F7F1EE;
  transition: all 0.5s ease;
}
.about-two__contentcol__benefits__text {
  color: var(--wallpi-text, #2a2826);
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 0;
  padding-left: 24px;
  transition: all 0.5s ease;
}
.about-two__contentcol__text {
  color: #6b6968;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 0;
}
.about-two__contentcol__btnwrap {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .about-two__contentcol__btnwrap {
    justify-content: center;
    gap: 15px 0;
  }
}
.about-two__contentcol .about-one--btn {
  background-color: var(--wallpi-base, #d18548);
  color: var(--wallpi-text-white, #fff);
  margin-right: 26px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .about-two__contentcol .about-one--btn {
    width: 100%;
  }
}
.about-two__contentcol .about-one--btn::before {
  background-color: var(--wallpi-base, #d18548);
}
.about-two__contentcol .about-one--btn::after {
  background-color: var(--wallpi-black2, #4a3626);
}
.about-two__contentcol__printed {
  color: var(--wallpi-base, #d18548);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  border: 1px dotted var(--wallpi-base, #d18548);
  padding: 0 22px;
  position: relative;
  background-color: rgba(var(--wallpi-base-rgb, 209, 133, 72), 0.1);
}
@media (max-width: 767px) {
  .about-two__contentcol__printed {
    min-height: 60px;
  }
}
.about-two__contentcol__printed::before {
  font-family: "icomoon" !important;
  content: "\e909";
  top: 0;
  left: 0;
  color: var(--wallpi-base, #d18548);
  font-size: 20px;
  margin-right: 12px;
}
.about-two--aboutpage {
  padding-bottom: 250px;
  margin-bottom: -160px;
}
@media (max-width: 991px) {
  .about-two--aboutpage {
    padding-bottom: 215px;
  }
}
.about-two--aboutpage::after {
  content: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  position: relative;
  padding-top: 107px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .service-one {
    padding-top: 58px;
    padding-bottom: 78px;
  }
}
.service-one__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #17120e;
  background-blend-mode: overlay;
}
.service-one .container {
  position: relative;
  z-index: 3;
  max-width: 1600px;
}
.service-one__sec-title-wrap {
  max-width: 1170px;
  margin: 0 auto;
  gap: 0 88px;
  padding-bottom: 66px;
}
@media (max-width: 991px) {
  .service-one__sec-title-wrap {
    padding-bottom: 50px;
  }
}
.service-one .sec-title {
  text-align: left;
  width: calc((55% - 44px) / 1);
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .service-one .sec-title {
    width: 100%;
  }
}
.service-one__sec-info-text {
  color: var(--wallpi-text-dark2-white, #bdbdbc);
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 24px;
}
.service-one--btn {
  color: var(--wallpi-white, #fff);
  height: 55px;
  width: fit-content;
  font-size: 15px;
  padding: 5px 51.5px;
  margin-top: 3px;
  background-color: var(--wallpi-base, #d18548);
}
.service-one--btn::before {
  background-color: var(--wallpi-base, #d18548);
}
.service-one--btn::after {
  background-color: var(--wallpi-white, #fff);
}
.service-one--btn:hover {
  color: var(--wallpi-text, #2a2826);
}
.service-one__item {
  transition: all 0.5s ease;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px #00000038;
  margin-bottom: 20px;
}
.service-one__item__image {
  position: relative;
}
.service-one__item__image > img {
  width: 100% !important;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .service-one__item__image > img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .service-one__item__image > img {
    max-height: 300px;
    min-height: 300px;
  }
}
.service-one__item__icon {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 18px;
  left: 29px;
  z-index: 1;
  background-color: var(--wallpi-black2, #4a3626);
  border: 1px solid var(--wallpi-white, #fff);
  transition: all 0.5s ease;
}
.service-one__item__icon > i {
  font-size: 52px;
  color: var(--wallpi-white, #fff);
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .service-one__item__icon {
    top: 15px;
    left: 18px;
  }
}
.service-one__item__info {
  background-color: var(--wallpi-white, #fff);
  position: relative;
/*  padding: 26px 50px 38px 32px;*/
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .service-one__item__info {
    padding: 20px 48px 26px 20px;
  }
}
.service-one__item__title {
  color: var(--wallpi-text, #2a2826);
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 16px;
}
.service-one__item__title > a {
  color: var(--wallpi-text, #2a2826);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-one__item__text {
  color: var(--wallpi-text-gray, #716a63);
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
}
.service-one__item:hover .service-one__item__icon {
  background-color: var(--wallpi-base, #d18548);
}
.service-one__item:hover .service-one__item__icon > i {
  transform: scale(0.8);
}
.service-one .sercives-arrow-right {
  position: absolute;
  right: 0;
  top: 0px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 0 0 30px;
  padding-right: 10px;
  padding-left: 21px;
}
.service-one .sercives-arrow-right > i {
  font-size: 14px;
  line-height: 1;
  color: var(--wallpi-white, #fff);
}
.service-one .sercives-arrow-right:hover {
  background-color: #000;
}

.service-one--page {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .service-one--page {
    padding-top: 10px;
    padding-bottom: 16px;
  }
}
/*.service-one--page .container {
  max-width: 1200px;
}*/
@media (max-width: 991px) {
  .service-one--page .container {
    max-width: 100%;
  }
  .testimonials-card__inner {
    padding: 27px 0px 0 16px;
  }
}
.service-one--page .owl-carousel .owl-nav {
  display: none;
}
.service-one--page.gallery .owl-carousel .owl-nav {
  display: block;
}
.service-one--page2 {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: var(--wallpi-white, #fff);
  background-image: none;
}
@media (max-width: 991px) {
  .service-one--page2 {
    padding-top: 58px;
    padding-bottom: 120px;
  }
}
.service-one--page2 .container {
  max-width: 1600px;
}
@media (max-width: 991px) {
  .service-one--page2 .container {
    max-width: 100%;
  }
}
.service-one--page2 .service-one__item {
  -webkit-box-shadow: 0px 0px 34px 1px rgba(201, 199, 205, 0.34);
  box-shadow: 0px 0px 34px 1px rgba(201, 199, 205, 0.34);
}
.service-one--page2 .service-one__item__info {
  padding-right: 12px;
}
.service-one--page2 .owl-carousel .owl-nav {
  display: none;
}
/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--wallpi-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--wallpi-black-rgb, 42, 40, 38), 0.08);
}
body.boxed-wrapper .consultation-one__colimg__image__circlemediam {
  right: 20px;
  width: 360px;
  height: 360px;
}
@media (max-width: 1200px) {
  body.boxed-wrapper .consultation-one__colimg__image__circlemediam {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  body.boxed-wrapper .consultation-one__colimg__image__circlemediam {
    width: 270px;
    height: 270px;
  }
}
body.boxed-wrapper .consultation-one__colimg__image__circlesmall {
  right: 220px;
  bottom: 95px;
  width: 300px;
  height: 300px;
}
@media (max-width: 1200px) {
  body.boxed-wrapper .consultation-one__colimg__image__circlesmall {
    right: 180px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 480px) {
  body.boxed-wrapper .consultation-one__colimg__image__circlesmall {
    right: 86px;
    bottom: 145px;
    width: 220px;
    height: 220px;
  }
}
body.boxed-wrapper .main-slider-one__carousel.owl-carousel .owl-nav {
  max-width: 205px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
/*whatsapp*/

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 130px;
  right: 32px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
background: #fff;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 98;
bottom: 140px;
right: 36px;
font-size: 18px;
padding: 4px;
border-radius: 30px;
box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
}

a.blantershow-chat svg {
  transform: scale(1.2);
}

.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 9px;
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}

a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}

#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../spine-image/images/whatsapp/whatsapp-bg.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.phone .phon1 {
    position: fixed;
    bottom: 134px;
    right: 35px;
    z-index: 9;
    width: 40px;
}
/*karthika*/
.title h1 {
    color: #000;
    font-family: var(--title-font);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.title h2 {
    color: #000;
    font-family: var(--title-font);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.title h5{
  font-weight: 600;
}
/*home about*/
.why-choose-one-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top 0px;
  background-size: cover;
  background-color: #2727273d;
  background-blend-mode: overlay;
}
.why-choose-one {
  position: relative;
}
.why-choose-one__shapes .body-shape-one {
  width: 560px;
  height: 560px;
  position: absolute;
  bottom: -210px;
  left: -236px;
}
.why-choose-one__shapes .body-shape-two {
  width: 560px;
  height: 560px;
  position: absolute;
  right: -276px;
  top: 170px;
}
.why-choose-one__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-choose-one__image {
  position: relative;
  z-index: 11;
  animation: rotate3 6s infinite linear;
}
.why-choose-one__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-choose-one__content {
  position: relative;
  z-index: 1;
}
.why-choose-one__desc {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: justify;
}
.why-choose-one__cards {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.why-choose-one__card__single {
  background-color: var(--getizy-white, #FFFFFF);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 10%);
  padding: 25px 30px;
  position: relative;
  transition: all 500ms ease;
}
.why-choose-one__card__single::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: var(--getizy-secondary, #222230);
  z-index: -1;
  transition: all 500ms ease;
}
.why-choose-one__card__single:hover::after {
  left: 0;
  top: 0;
}
.why-choose-one__card__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.why-choose-one__card__top span {
  font-size: 40px;
  color: transparent;
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
.why-choose-one__card__single:hover .why-choose-one__card__top span {
  transform: rotateY(180deg);
}
.why-choose-one__card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.why-choose-one__card__desc {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
}
@media (max-width: 600px) {
  .why-choose-one__content {
    padding-top: 28px;
  }

  .why-choose-one__cards {
    display: grid;
  }
  .services-feedback-one__progress-number {
    right: calc(0% - 0px);
  }
}
/*gallery*/
.experiance-section{
    position:relative;
    padding:20px 0px 30px;
    background-position:center center;
    background-repeat:no-repeat;
}

.experiance-tabs{
    position:relative;
    margin-top:20px;
}

.experiance-tabs .tab-btns{
    position:relative;
    text-align:center;
    margin-bottom:10px;
}

.experiance-tabs .tab-btns .tab-btn{
    position:relative;
    z-index:1;
    display:block;
    font-size:16px;
    background:none;
    color:#0e0a31;
    font-weight:600;
    line-height:24px;
    cursor:pointer;
    overflow:hidden;
    text-align:center;
    margin:0px 10px 17px;
    display:inline-block;
    padding:10px 20px 10px;
    border-radius:30px;
    transition:all 500ms ease;
    border:1px solid #cccccc;
/*    text-transform:uppercase;*/
    background-color:#ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.experiance-tabs .tab-btns .tab-btn:before{
    position:absolute;
    content:'';
    left:-1px;
    top:-1px;
    right:-1px;
    bottom:-1px;
    z-index:-1;
    opacity:0;
    -webkit-transition:all 500ms ease;
    background:linear-gradient(48deg, black 0%, #ed314e 42%, black 100%);
}
.experiance-tabs .tab-btns .tab-btn .icon{
    position:relative;
    display:block;
    color:#146cff;
    font-size:74px;
    font-weight:300;
    line-height:1em;
    margin-bottom:15px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.experiance-tabs .tab-btns .tab-btn.active-btn .icon,
.experiance-tabs .tab-btns .tab-btn:hover .icon{
    color:#ffffff;
}
.experiance-tabs .tab-btns .tab-btn:hover::before,
.experiance-tabs .tab-btns .tab-btn.active-btn::before{
    opacity:1;
}
.experiance-tabs .tab-btns .tab-btn:hover,
.experiance-tabs .tab-btns .tab-btn.active-btn{
    color:#ffffff;
}
.experiance-tabs .tabs-content{
    position:relative;
    text-align:center;
}
.experiance-tabs .tabs-content img{
  border-radius: 30px;
}
.experiance-tabs .tabs-content .tab{
    position:relative;
    display:none;
}
.experiance-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.experiance-tabs .tabs-content h4{
    position:relative;
    color:#b50e52;
    font-weight:600;
    margin-bottom:10px;
    font-size: 27px;
}

.experiance-tabs .tabs-content .text{
    position:relative;
    color:#222222;
    font-weight:600;
    font-size:16px;
    line-height:1.9em;
    margin-bottom:45px;
    display: flex!important;
    justify-content: center!important;
    text-align: left;
/*    margin-left: 500px;*/
}
.sec-title .title {
    position: relative;
    color: #a71350;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.sec-title h5 {
    position: relative;
    color: #141d38;    
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}
.list-styled-2 li:before {
    color: #a71350;
    content: "\f138";
    font-family: "fontawesome";
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    top: 0px;
}
/*.list-styled-2 li{
    display: flex;
     justify-content: center;
}*/
.list-styled-2 .sample li{
    font-size: 15px;
}

.designe-process-two .sec-title1 {
    position: relative;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 20px;
}
/*strip*/
.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
    padding: 10px 0px;
}
.divider, .parallax {
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
/*blog*/
.blog-three {
    position: relative;
    display: block;
    padding: 24px 0 40px;
    z-index: 1;
}

.blog-three__single {
    position: relative;
    display: block;
    box-shadow: 0px 10px 10px 0px #00000038;
    height: calc(100% - 0px);
}

.blog-three__img {
    position: relative;
    display: block;
    overflow: hidden;
/*    border-top-left-radius: 45px;*/
    z-index: 1;
}

/*.blog-three__img::before {
    background-color: #fff;
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: "";
    z-index: 1;
}*/

.blog-three__single:hover .blog-three__img::before {
    height: 100%;
    opacity: .05;
}

/*.blog-three__img:after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 600ms ease-out 0s;
    -webkit-transition: all 600ms ease-out 0s;
    -ms-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
}*/

.blog-three__single:hover .blog-three__img:after {
    height: 0;
    opacity: .5;
}

.blog-three__img img {
    width: 100%;
/*    border-top-left-radius: 45px;*/
    transition: .5s ease;
    transform: scale(1);
}

.blog-three__single:hover .blog-three__img img {
    transform: scale(1.05);
}

.blog-three__date {
    position: absolute;
    top: -26px;
    right: -150px;
    width: 54px;
    height: 60px;
    background-color: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.blog-three__date p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    margin-bottom: 2px;
}

.blog-three__date span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
    text-transform: uppercase;
}

.blog-three__content {
    position: relative;
    display: block;
    background-color: #fff;
/*    border: 1px solid #D9D9D9;*/
/*    border-bottom-right-radius: 45px;*/
    padding: 24px 30px 46px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.blog-three__single:hover .blog-three__content::before {
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.blog-three__user-box {
    position: absolute;
/*    left: 30px;*/
    display: flex;
    align-items: center;
    z-index: 2;
}

.blog-three__user-img {
    position: relative;
    display: block;
    width: 24px;
/*    height: 50px;*/
    border-radius: 50%;
    z-index: 2;
    color: #454545;
}

.blog-three__user-img img {
    border: 1px solid #000;
    border-radius: 50%;
}

.blog-three__user-content {
    position: relative;
    display: block;
/*    background-color: #fff;*/
    padding-left: 42px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 0px;
    border-radius: 15px;
    margin-left: -40px;
}

.blog-three__user-content p {
    font-size: 14px;
    color: #777;
    font-weight: 600;
    text-transform: capitalize;
    /*letter-spacing: -0.56px;*/
    line-height: 5px;
}

.blog-three__meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-three__meta li {
    position: relative;
    display: block;
}

.blog-three__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--thm-gray);
    letter-spacing: -0.64px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__meta li a span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #FF5C00;
    padding-right: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.96px;
    /*padding-top: 17px;
    margin-top: 35px;*/
    margin-bottom: 8px;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__single:hover .blog-three__title:before {
    border-left: 12px solid #535353;
}

.blog-three__btn {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: -0.64px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__btn:hover {
    color: #FF5C00;
}

.blog-three__btn span {
    position: relative;
    display: inline-block;
    color: #000;
    padding-left: 8px;
    top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__single:hover .blog-three__btn span {
    color: #fff;
}
.blogwordswrp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
/*    height: 62px;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogwordswrp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
/*    height: 82px;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
/*    margin-bottom: 11px;*/
}
/*contact Us*/
.contact-one {
  padding: 60px 0px 60px 0px;
}
@media (max-width: 991px) {
  .contact-one {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .contact-one {
    padding: 80px 0px;
  }
}
.contact-one__item + .contact-one__item {
  margin-top: 30px;
}
.contact-one__item {
/*  background: #ff8396;*/
  gap: 20px;
  align-items: center;
/*  padding: 30px 20px 30px 30px;*/
/*  border: 1px solid #ff8ea0;*/
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}
/*@media (max-width: 575px) {
  .contact-one__item {
    padding: 30px 15px 30px 20px;
  }
}*/
@media (max-width: 575px) {
  .contact-info {
    padding: 52px 16px 22px!important;
  }
}

.contact-one__item__icon {
  max-width: 50px;
  width: 100%;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid #484848;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: black;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .contact-one__item__icon {
    max-width: 70px;
    height: 70px;
  }
}
.contact-one__item__icon::after {
  content: "";
  position: absolute;
  top: 0%;
  height: 0;
  width: 0;
  left: 50%;
  background-color: black;
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: -1;
}
.contact-one__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 80%;
  margin-bottom: 11px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--wallox-text-dark, #2E2A20);
  text-shadow: 0 0 0.1px currentColor;
}
.contact-one__item__call, .contact-one__item__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 0;
  display: block;
}
.contact-one__item__call {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__item:hover .contact-one__item__icon {
  color: #fff;
}
.contact-one__item:hover .contact-one__item__icon i {
  animation: top-bottom 0.4s ease-in-out;
}
.contact-one__item:hover .contact-one__item__icon::after {
  top: 0%;
  height: 100%;
  width: 100%;
  left: 0%;
}
/*.contact-one__item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-color: transparent;
}*/
/*.contact-one__inner {
  position: relative;
  background: #ff7489;
  padding: 30px;
  overflow: hidden;
  border-radius: 10px;
}*/
.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
}
.contact-one__form__thumb {
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .contact-one__form__thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact-one__form__thumb {
    display: none;
  }
}
.contact-one__form__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.contact-one__form {
  margin-left: -12px;
}
@media (max-width: 991px) {
  .contact-one__form {
    margin-left: 0px;
  }
}
.contact-one__form input[type=text],
.contact-one__form input[type=email] {
  border-radius: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.contact-one__form input[type=text]::placeholder,
.contact-one__form input[type=email]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000;
  text-transform: capitalize;
}

.contact-one__form textarea {
  border-radius: 10px;
  height: 150px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.contact-one__form textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000;
  text-transform: capitalize;
}
.contact-one__form .wallox-btn__submite {
  display: flex;
  align-items: center;
}
.contact-one .wallox-btn::before {
  border-radius: 10px;
}
.contact-one .wallox-btn__submite {
  border-radius: 10px;
  color: #fff;
}
.contact-one .wallox-btn__submite i {
  margin-left: 20px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .contact-one .container {
    max-width: 100%;
  }
}
.contact-one__content {
  position: relative;
  padding: 50px 20px 40px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: var(--wallpi-white, #fff);
}
@media (min-width: 768px) {
  .contact-one__content {
    padding: 70px;
    padding-bottom: 60px;
  }
}
.contact-one__inner {
  position: relative;
}
.contact-one__inner-shape {
  position: absolute;
  right: -285px;
  bottom: -83px;
  z-index: -1;
}
.contact-one__inner-shape img {
  width: 100%;
  height: auto;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.contact-one .sec-title {
  position: relative;
}
.contact-one__form {
  padding: 50px 10px;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .contact-one__form {
    padding: 60px 148px;
    padding-bottom: 70px;
  }
}
.contact-one__form .form-one__group {
  grid-gap: 30px;
  margin-top: -19px;
  position: relative;
}
.contact-one__form .form-one__control__icon {
  right: 0;
  color: var(--wallpi-white, #fff);
}
.contact-one__form input::-webkit-input-placeholder {
  color: rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.7);
}
.contact-one__form input:-moz-placeholder {
  color: rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.7);
}
.contact-one__form input::placeholder {
  color: rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.7);
}
.contact-one__form textarea::-webkit-input-placeholder {
  color: rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.7);
}
.contact-one__form textarea:-moz-placeholder {
  color: rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.7);
}
.contact-one__form textarea::placeholder {
  color: rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.7);
}
.contact-one__form input[type=text],
.contact-one__form input[type=email],
.contact-one__form textarea {
  padding: 0 20px;
  height: 60px;
  background-color: var(--wallpi-white, #fff);
  border: 1px solid rgba(var(--wallpi-text-gray-rgb, 113, 106, 99), 0.7);
  color: var(--wallpi-text, #2a2826);
}
.contact-one__form input[type=text]#datepicker,
.contact-one__form input[type=email]#datepicker,
.contact-one__form textarea#datepicker {
  cursor: pointer;
}
.contact-one__form textarea {
  height: 180px;
  padding-top: 20px;
}
.contact-one__form .wallpi-btn {
  margin-top: 12px;
}
.contact-one__form .wallpi-btn--submit {
  margin: 0 auto;
  height: 55px;
  padding: 15px 34px;
  background-color: var(--wallpi-base, #d18548);
}
.contact-one__form .wallpi-btn--submit::before {
  background-color: var(--wallpi-base, #d18548);
}

.contact {
  position: relative;
  background-color: var(--wallpi-black, #2a2826);
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 80px 0;
  }
}
.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wallpi-black, #2a2826);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 767px) {
  .contact__shape {
    background-size: cover;
  }
}
.contact .sec-title__title {
  color: var(--wallpi-white, #fff);
}
.contact .sec-title {
  padding-bottom: 34px;
}
.contact__form-box {
  position: relative;
  display: block;
  padding: 0;
}
.contact__form {
  position: relative;
  display: block;
}
.contact__form .row {
  --bs-gutter-x: 20px;
}
.contact__input-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.contact__input-box i {
  position: absolute;
  right: 0;
  color: var(--wallpi-white, #fff);
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: -1;
}
.contact__input-box input[type=date],
.contact__input-box input[type=text],
.contact__input-box input[type=email] {
  height: 62px;
  width: 100%;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  border-bottom: 2px solid rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.15);
  font-size: 14px;
  color: var(--wallpi-white, #fff);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  display: block;
  font-weight: 500;
}
.contact__input-box input[type=date]#datepicker,
.contact__input-box input[type=text]#datepicker,
.contact__input-box input[type=email]#datepicker {
  cursor: pointer;
}
.contact__input-box .bootstrap-select .dropdown-menu {
  border: none;
}
.contact__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--wallpi-font, "Inter", sans-serif);
}
.contact__input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.contact__input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 62px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  color: var(--wallpi-white, #fff) !important;
  font-size: 14px;
  line-height: 60px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-bottom: 2px solid rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.15);
}
.contact__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  font-size: 14px;
  color: var(--wallpi-white, #fff);
}
.contact__input-box .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--wallpi-border-color, #2a2826);
}
.contact__input-box .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  color: var(--wallpi-text, #2a2826);
  background-color: var(--wallpi-white, #fff);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact__input-box .bootstrap-select .dropdown-menu > li:hover > a,
.contact__input-box .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--wallpi-base, #d18548);
  color: var(--wallpi-white, #fff);
  border-color: var(--wallpi-base, #d18548);
}
.contact-one__inner .form-group textarea {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  height: 154px;
  width: 100%;
  background-color: #fff;
  font-family: var(--wallpi-font, "Inter", sans-serif);
  padding: 18px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border: 1px solid #565656;
}
.contact__input-box.text-message-box {
  height: 112px;
  margin-top: 21px;
  margin-bottom: 18px;
}
/*about*/
.about-three {
  padding: 40px 0px 26px 0px;
  position: relative;
  background-color: var(--wallox-white, #fff);
  z-index: 1;
}
iframe {
    border: none;
    max-width: 100%;
}
.about-three .about {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top 0px;
  background-size: cover;
  /*background-color: #272727;
  background-blend-mode: overlay;*/
}
.z-new{
  z-index: 99;
}
@media (max-width: 991px) {
  .about-three {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .about-three {
    padding: 80px 0px;
  }
}
.about-three .sec-title {
  padding-bottom: 20px;
}
.about-three__left {
  position: relative;
}
.about-three__thumb {
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .about-three__thumb {
    margin-right: 0px;
    margin-left: 0;
  }
}
.about-three__thumb img {
  border-radius: 10px;
  animation: float1 4s infinite;
}
@keyframes float1{
  0% {
    transform: translatey(0px);
}
50% {
    transform: translatey(-20px);
}
100% {
    transform: translatey(0px);
}
}
@media (max-width: 1199px) {
  .about-three__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.about-three__thumb__small {
  position: absolute;
  right: 0;
  bottom: 40%;
  border-radius: 20px;
  border: 12px solid var(--wallox-white, #fff);
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}
.about-three__thumb__small img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .about-three__thumb__small {
    right: -70px;
  }
}
@media (max-width: 575px) {
  .about-three__thumb__small {
    right: -20px;
  }
}

.title p{
  text-align: justify;
}
.about-three__feature {
    padding-top: 10px;
    display: flex;
    gap: 20px;
    margin-bottom: 33px;
}
.about-three__feature__icon {
    max-width: 80px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: black;
    background-color:#f1b7c0;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}
.about-three__feature__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    margin-bottom: 3px;
    padding-bottom: 0;
    color: #000;
    text-transform: capitalize;
}
.about-three__feature__text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 162%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
}

/*vision*/
.features-home-three {
  position: relative;
  z-index: 2;

}

.features-home-three__bg {
  background-color: #222230;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 1;
  mix-blend-mode: saturation;
  filter: grayscale(100%);

}
/*
.features-home-three__bg__ovarlay {
  background-color: #222230;
  position: absolute;
  top: 0;
  opacity: 90%;
  z-index: 1;
  width: 100%;
  height: 100%;
}
*/
.features-shape-home-three {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
}

.features-home-three__wrapper {
  position: relative;
  z-index: 11;
}

.features-home-three__card {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

.features-home-three__card__icon {
  display: inline-flex;
  transition: 0.5s;
}

.features-home-three__card__icon span {
  color: #ee1d23;
  font-size: 70px;
  padding: 0 50px;
  transition: 0.5s;
}

.features-home-three__card:hover .features-home-three__card__icon {
  transform: rotateY(180deg);
}

.features-home-three__card__icon__trans {
  position: absolute;
  top: 50px;
  right: 33px;
}

.features-home-three__card:hover .features-home-three__card__icon__trans {
  animation: zoomBig 2s linear infinite;
}

.features-home-three__card__icon__trans span {
  font-size: 100px;
  color: #fff;
  opacity: 20%;
}

.features-home-three__card__title {
  font-size: 25px;
  font-weight: 700;
  color: black;
  line-height: 30px;
  padding: 10px 50px 0px 50px;
  border-bottom: 1px solid rgba(var(--getizy-white-rgb, 255, 255, 255), 43%);
}

.features-home-three__card__desc {
  font-weight: 600;
  color: black;
  padding: 0 30px;
  padding-top: 18px;
}

.feautres-two-home-three {
  background-color: #FFEEEA;
}

.features-two-home-three__wrap {
  background: linear-gradient(145deg, var(--getizy-base, #D33D35) 0%, var(--getizy-base-two, #FB8459) 100%);
  padding: 30px 0;
  rotate: 2deg;
  margin-top: 30px;
  margin-left: -4px;

}

.features-two-home-three__wrap__box {
  position: relative;
  display: block;
  animation: aspro-scroller 27s linear infinite;
  will-change: transform;
  white-space: nowrap;
}

.features-two-home-three__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  min-width: 100vw;
  gap: 70px;
}

.features-two-home-three__list li h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  will-change: transform;
  white-space: nowrap;
}

@media (max-width: 1199px) {

  .features-home-three__card__title {
    padding: 10px 45px 24px 45px;
  }
}

@media (max-width: 575px) {
  .features-home-three__wrapper {
    padding: 60px 0;
  }
}

.services-feedback-one__content p{
  text-align: justify;
}
  .about-three p{
    text-align: justify;
    line-height: 30px;
  }

.des-view1{
  display: block!important;
}
.mb-view1{
  display: none!important;
}

/*mobile view*/
@media only screen and (max-width: 1199px){
  .des-view1{
    display: none!important;
  }
  .mb-view1{
    display: block!important;
  }
  .mb-paddingb21{
    padding-top: 10px;
  }
  .mb-padding21{
    padding-bottom: 10px;
  }
}

.des-view{
  display: block!important;
}
.mb-view{
  display: none!important;
}

/*mobile view*/
@media only screen and (max-width: 991px){
  .des-view{
    display: none!important;
  }
  .mb-view{
    display: block!important;
  }
  .title h1 {
    font-size: 27px;
  }
  .title h2 {
    font-size: 24px;
  }
  .title h3 {
    font-size: 14px;
  }
  .mb-padding0{
    padding-top: 1px!important;
  }
  .mb-padding{
    padding-top: 5px;
  }
  .mb-padding1{
    padding-top: 10px;
  }
  .mb-padding2{
    padding-top: 15px;
  }
  .mb-padding3{
    padding-top: 20px!important;
  }
  .mb-padding4{
    padding-top: 30px!important;
  }
  .mb-padding5{
    padding-top: 40px!important;
  }
  .mb-paddingb0{
    padding-bottom: 1px!important;
  }
  .mb-paddingb{
    padding-bottom: 5px;
  }
  .mb-paddingb1{
    padding-bottom: 10px;
  }
  .mb-paddingb2{
    padding-bottom: 15px;
  }
  .mb-paddingb3{
    padding-bottom: 20px!important;
  }
  .mb-paddingb4{
    padding-bottom: 30px;
  }
  .mb-paddingb5{
    padding-bottom: 40px;
  }
  .mb-margin3{
    margin-top: 0px;
  }
  .mb-margin3b{
   margin-bottom: 0px;
  }
  .mb-text-center{
    text-align: center;
  }
  .mb-justify{
    justify-content: center!important;
  }
  .about-three__feature {
    align-items: center;
  }
}
.brd-radius-unset{
    border-radius: unset !important;
}
.product-box{
    padding: 10px;
    text-align: center;
    background: #ffffff;
        border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.product-box .blog-three__content{
    padding: 5px;
    text-align: center;
    font-size: 16px;
    background: unset;
    border-radius: unset;
    border: unset;
}
.product-box .blog-three__content h3{
margin-top: 0px;
padding-top: 0px;
font-size: 16px;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box !important;
height: 30px;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.product-box-icon{
color: #000;
font-size: 14px;
}
.ml-2{
margin-left: 10px;
}
/*.product-box:hover .blog-three__img img{
-webkit-transform: scale(1.2) rotate(-5deg);
-moz-transform: scale(1.2) rotate(-5deg);
-ms-transform: scale(1.2) rotate(-5deg);
-o-transform: scale(1.2) rotate(-5deg);
transform: scale(1.2) rotate(-5deg);
}*/

.blog-cat li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    display: block;
    border-bottom: 3px solid #acacac;
    border-left: 5px solid transparent;
    padding: 20px;
        padding-right: 48px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}
.blog-cat li {
    position: relative;
    list-style: none;
}
.blog-cat {
    position: relative;
    border: 1px solid #e1e1e1;
        padding: 0;
}
.blog-cat li a i {
       position: absolute;
    right: 15px;
    top: 20px;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
}
.blog-cat li:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 4px solid transparent;
}
.blog-cat li.active a, .blog-cat li a:hover {
    color: #ffffff;
    background-color: #7d7d7d;
}
.blog-cat li.active a, .blog-cat li a:hover i{
color: #fff;
}
.sidebar-active{
    background: #dd0424;
    color: #fff !important;
}
.sidebar-active i{
color: #fff !important;
}
.subcategory-grid{
display: flex;
flex-wrap: wrap;
padding-left: 0;
}
.subcategory-grid a{
background-color: #cdcdcd;
font-size: 16px;
color: #000;
}
.subcategory-grid li, .row-grid li{
    list-style: none;
    padding-right: 5px;
    line-height: 50px;
}
.row-grid1 li{
    list-style: none;
    padding-right: 8px;
    padding-left: 8px;
}
.about-one--btn.category-active{
    background-color: #242323 !important;
    color: #fff;
}
.content table {
    padding: 10px;
    text-align: center;
    border: 1px solid #000;width: 100%;
}
.content p {
margin-bottom:10px;
}
.content table tr {
    background-color: #f8f8f8;
    border: 1px solid #000;
    color: #000;
}
.content table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
}
.catalogue-grid{
    background: white;
    color: black !important;
}
.catalogue-grid i{
color: black !important;
}
.btn-unset{
background-color: unset;
border: unset;
}
@media only screen and (max-width: 991px) {
    .dis-b {
        display: block !important;
    }
    .dis-n {
        display: none !important;
    }
}
.gallery-btn{
    background: #000000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 10px;

}
.row-grid{
flex-wrap: wrap;
display: flex;
justify-content: center;
}
.row-grid1{
  flex-wrap: wrap;
  display: flex;
  padding-left: 4px;
}
.bg-dc0124{
background:#cdcdcd;
color:#000;
     cursor: no-drop;
}
/*.close-btn{
border: unset !important;
background: unset !important;
}*/
.close-btn{
    position: absolute;
    top: 5px;
    border: unset !important;
    right: 8px;
    font-size: 27px;
    background: black !important;
    line-height: 24px;
    color: #fff;
    border-radius: 50px;
}
.enquire-btn{
 background: #cdcdcd;
 color:#000;
    border: unset;
    margin:0 0;
    display: block;
    border-radius: 30px;
    padding: 5px 16px;
    max-width: 230px;
}
.product-enquiry .form-control{
    padding: 5px 10px;
    font-size: 14px;
}
.product-enquiry .form-control::placeholder{
font-size: 13px;
}

/*.btn:hover {
  color: white !important;
}*/





/*HARISH */


.jus-con-right {
  justify-content: space-evenly;
}

.blog-cat {
    position: relative;
    padding: 5px;
/*    background: #f3f3f3;*/
    border-radius: 30px;
    /*box-shadow: 0 15px 30px rgb(230 199 204 / 30%), inset 0 5px 10px rgba(255, 255, 255, 0.1), inset 0 -5px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);*/ /* Frosted glass effect */
    -webkit-backdrop-filter: blur(15px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: black; /* Red text for contrast */
    font-weight: bold;
    text-align: center;
}

.mediic-category-box {
  padding: 20px 35px 24px;
  border-radius: 30px;
  background: radial-gradient(circle farthest-corner at center center, #e53f34 0%, #680000 100%);
  border: 2px solid #ffffff;
  margin-bottom: 30px;
}


.fontwei-600 {
  font-weight: 600;
}

.jusitems {
  justify-items: center;
}

@media (min-width: 1600px) {
  .spl-contain {
    max-width: 1600px;
  }
  /*.main-header__nav  {
    padding-left: 460px !important;
  }*/
}
/*
@media (min-width: 1600px) {
  .main-header__nav  {
    padding-left: 460px !important;
  }
}
*/

.spl-marg {
  margin-bottom: 50px;

}

.spl-headi {
  font-size: 22px;
  color: #d90b0b;
  font-weight: 600;
}  


.spl-linehei {
  line-height: 1.6 !important;
  margin-bottom: 0px !important;
}
   

.search-icon {
  background: red;
  /* margin-right: 20px; */
  padding-right: -10px;
  padding: 12px;
  /* border-radius: 0px 30px 30px 0px; */
  border-radius: 30px;
}

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

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

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


.height-370 {
  max-height: 370px;
}



@media (min-width: 992px) {
  .pc-view {
    display: block;
  }
  .mob-view {
    display: none;
  }
}

/* Header Top */

.main-header .header-top .top-left{
  position:relative;
  float:left;
  padding:12px 0px;
}

.main-header .header-top .top-left .text{
  position:relative;
  color:#ffffff;
  font-size:16px;
  text-transform:capitalize;
}

/* End Header Top */

.main-header .header-top .top-right{
  position:relative;
  text-align:right;
  padding:10px 0px;
}

.main-header .header-top .top-right .timing{
  position:relative;
  float:left;
  color:#ffffff;
  font-size:16px;
  font-weight:400;
  padding-right:22px;
  
  border-right:1px solid rgba(255,255,255,0.50);
}

.main-header .header-top .top-right .phone{
  position:relative;
  color:#ffffff;
  float:left;
  font-size:16px;
  font-weight:400;
  margin-left:25px;
  text-transform:capitalize;
  
}

.main-header .header-top .top-right .phone a{
  position:relative;
  color:#ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header .header-top .top-right .phone a:hover{
  color:#ffb32f;
}

/* Header Top Two */

.header-top-two{
  position:relative;
/*  background: radial-gradient(circle farthest-corner at center center, #e70300 0%, #fa2200 20%, #b00008 100%);*/
  background: #fff;
}

.header-top-two .top-left{
  position:relative;
  padding:2px 0px;
}

.header-top-two .top-left .info-list{
  position:relative;
}

.header-top-two .top-left .info-list li{
  position:relative;
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  margin-right:5px;
  /*padding-left:28px;*/
  padding-right:5px;
  display:inline-block;
  border-right:1px solid rgba(255,255,255,0.50);
}

.header-top-two .top-left .info-list li:last-child{
  border-right:0px;
  padding-right:0px;
  margin-right:0px;
}

.header-top-two .top-left .info-list li .icon{
  position:absolute;
  left:0px;
  top:0px;
  font-size:15px;
  color:#ffaa17;
}

.header-top-two .top-left .info-list li a{
  position:relative;
  color:#ffffff;
  text-transform:capitalize;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.header-top-two .top-left .info-list li a:hover{
  color:#ffaa17;
}

.header-top-two .top-right{
  position:relative;
}

.header-top-two .top-right .social-box{
  position:relative;
}

.header-top-two .top-right .social-box li{
  position:relative;
  margin-left:18px;
  display:inline-block;
}

.header-top-two .top-right .social-box li a{
  position:relative;
  color:#0c2249;
  font-size:16px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.header-top-two .top-right .social-box li a:hover{
  color:#ffaa17;
}

.top-hea {
  display: flex;
  justify-content: space-between;

}


.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto
}

.contact-form h2 {
  color: #252525;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1
}

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

.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500
}

.contact-form .form-group label span {
  color: #0071dc
}

.contact-form .form-group.checkbox-option {
  position: relative
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px
}

.contact-form .form-group.checkbox-option p a {
  color: #0071dc
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #ffc221
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 1px solid #0071dc;
  background-color: #fff;
  font-size: 15px;
  padding: 5px 20px;
  width: 100%;
  border-radius: 3px;
  font-weight: 500
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #252525;
  -webkit-box-shadow: none;
  box-shadow: none
}

.contact-form .form-group textarea.form-control {
  height: auto
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0
}

.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px
}

.contact-form .agree-label label a {
  color: #0071dc
}

.contact-form .agree-label label a:hover {
  color: #ffc221
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  font-weight: 400;
  display: block
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px
}

.contact-form .default-btn {
  border: 0;
  outline: none
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #444
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
  color: #444
}

.contact-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  padding: 30px 20px;
  border-radius: 15px
}

.contact-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-size: 24px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px
}

.contact-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #252525
}

.contact-card span {
  color: #444;
  font-weight: 500;
  font-size: 17px;
  display: block
}

.contact-card span a {
  color: #444;
  display: block
}

.contact-card span a:hover {
  color: #0071dc
}

.contact-info {
  margin-bottom: 30px;
  background: #cdcdcd;
  padding: 30px 35px 12px;
  border-radius: 15px;
  position: relative;
  z-index: 1
}

.contact-info::before {
  content: '';
  position: absolute;
  opacity: .1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.contact-info span {
  color: #ffc221;
  display: block;
  margin-bottom: 5px
}

.contact-info h2, .contact-info h5 {
  color: black;
  font-size: 25px;
  margin-bottom: 15px;
}

/*.contact-info p {
  color: #fff;
  margin-bottom: 20px
}*/

.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.contact-info ul li {
  display: block;
  margin-bottom: 20px;
/*  padding-left: 60px;*/
  position: relative
}

.contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 20px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0
}

.contact-info ul li .content h3, .contact-info ul li .content h6 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  display: block
}

.contact-info ul li .content a {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 15px
}

.contact-info ul li .content a:hover {
  color: #0071dc
}

.contact-info ul li .content span {
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 15px
}

/*.justy-cont-eve {
  justify-content: space-evenly;

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

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

.spl-pro {
  height: 300px;
}

.spl-borradi {
  border-radius: 30px;
}

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

.spl-gut {
  --bs-gutter-x: 200px !important;
}

.padd-5 {
  padding: 10px;

}

.tophea-mob::before {
  content: "\f095";
  font-family: "FontAwesome";
  padding-right: 10px;
  font-size: 16px;
}

.tophea-email::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  padding-right: 10px;
  font-size: 16px;
}

.search-boxx {
    height: 41px;
/*    margin-top: 5px;*/
}

.margtop-12 {
  margin-top: 12px;
}

.enq-but {
    background: #cdcdcd;
    padding: 5px 25px;
    border-radius: 50px;
    color: #000!important;
}

.enq-but1 {
    background: #cdcdcd;
    padding: 5px 25px;
    border-radius: 50px;
    color: #000!important;
}

.enq-but1
{
    position: relative;
    overflow: hidden;

}

.enq-but1:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    width: 30px;
    z-index: 1;
    filter: blur(7px);
    transform: translateX(-15px) rotate(20deg);
    background: rgba(255,255,255,.8);
    animation: shine 1s infinite linear;
    transition: all 600ms ease;
/*    transform: translateX(-100%);*/
}
@keyframes shine {
    100% {transform: translateX(290px) rotate(20deg) }
}



@keyframes shine {
    100% {transform: translateX(290px) rotate(20deg) }
}

.margleft-180 {
  margin-left: 56px !important;
}

/*.btn-box a:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    width: 8px;
    z-index: -1;
    filter: blur(7px);
    transform: translateX(-15px) rotate(20deg);
    background: rgba(255, 255, 255, .8);
    animation: shine 1s infinite linear;
    transition: all 600ms ease;
    transform: translateX(-100%);
  }*/

/*  @keyframes shine
    100% {
    transform: translateX(290px) rotate(20deg);
}*/

.spl-maxwid {
  max-width: 1880px !important;
}

/*.hei-82 {
  height: 82px !important;
}*/

.spl-logo{
  width: 200px !important;
    margin-bottom: 2px !important;
}

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

.sec-bg {
  background: #cdcdcd;
}

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

.acc-bg {
  background: #cdcdcd;
  border-radius: 30px;
}
.margtop-0 {
  margin-top: 0px !important;
}
.exp-but {
  display: block;
  max-width: 158px;
  font-weight: bold;
}
.paddtop-26 {
  padding-top: 26px;
}
.margtop-9 {
  margin-top: 9px;
}
.margleft-54 {
  margin-left: -54px;
}
.og-boxshadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.1);
}

.fs-17 {
  font-size: 18px;
  font-weight: bold;
}
/*.sticky-header .logo-black {
  display: none !important;
}
.sticky-header .logo-white {
  display: block !important;
}

.active .logo-black {
  display: block !important;
}
.active .logo-white {
  display: none !important;
}*/

/*.sticky-header.sticky-header--cloned.active .main-menu .main-menu__list > li > a {
  color: white !important;
}*/

.jus-cent {
  justify-items: center;
}

.margtop-50 {
  margin-top: 75px;

}
.ul-bord {
  border-bottom: 2px solid gray;
}

/*.ul-bord::before {
  content: "🠺";
  color: white;
}*/

.op-search {
  margin-top: 0px !important;
  padding: 13px !important;
}

.search-btn-2 {
    background-color: transparent;
    font-size: 15px;
    padding: 6px 7px;
    margin-left: -38px;
    margin-top: 0px;
    border: none;
    color: whitesmoke;
    transition: all .4s;
    z-index: 10;
}

.search-icon-2 {
  background: red;
  padding-right: -10px;
  padding: 13px;
  border-radius: 30px;
}
.my-product{
/*  background-color: #b0b0b0;*/
  padding: 20px 0px 0px 0px;
  margin-top: 0px;
}
.row-grid1 .product-new{
  padding-top: 12px;
  padding-bottom: 6px;
  border: 1px solid #b00008;
  margin-right: 6px;
  border-radius: 20px;
  background-color: #e70300;
}
.row-grid1 .product-new h6{
  color: #fff !important;
}
/*about*/
.service-details__featurelist {
  margin-top: 15px;
  column-count: 1;
  column-gap: 15px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .service-details__featurelist {
    column-count: 1;
  }
}
.service-details__featurelist li {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px;
  position: relative;
  padding-left: 32px;
}
.service-details__featurelist li::before {
  font-family: "icomoon" !important;
  content: "\e904";
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.footer-widget__col__content__links li a::before {
    font-family: "icomoon" !important;
    content: "\e90b";
    width: auto;
    right: initial;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto 0;
    opacity: 1;
    visibility: visible;
    border: 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    color: inherit;
}
.grid .new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-left: -12px;
}
/*certificate bg*/
.about-new{
  position: relative;
  z-index: 1;
}
.about-new .certificate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top 0px;
    background-size: cover;
}
.new-certificate img{
  position: relative;
  z-index: 1;
}
.new-certificate h2{
  position: relative;
  z-index: 1;
}
.new-certificate h4{
  position: relative;
  z-index: 1;
}