
:root {
  --onyx-font: "Inter", sans-serif;
  --onyx-font2: "Quicksand", sans-serif;
  --onyx-text: #7A736A;
  --onyx-text-rgb: 122, 115, 106;
  --onyx-text-gray: #9A8B82;
  --onyx-text-gray-rgb: 154, 139, 130;
  --onyx-base: #3B7E30;
  --onyx-base-rgb: 199, 132, 79;
  --onyx-base2: #67a0d7;
  --onyx-base2-rgb: 138, 81, 51;
  --onyx-gray: #DED8D3;
  --onyx-gray-rgb: 222, 216, 211;
  --onyx-gray2: #837F7B;
  --onyx-gray2-rgb: 131, 127, 123;
  --onyx-gray3: #D7D3CB;
  --onyx-gray3-rgb: 215, 211, 203;
  --onyx-white: #ffffff;
  --onyx-white-rgb: 255, 255, 255;
  --onyx-white2: #F2EEEA;
  --onyx-white2-rgb: 242, 238, 234;
  --onyx-white3: #EBE3D9;
  --onyx-white3-rgb: 235, 227, 217;
  --onyx-white4: #F6F2EC;
  --onyx-white4-rgb: 246, 242, 236;
  --onyx-white5: #F1F2FD;
  --onyx-white5-rgb: 241, 242, 253;
  --onyx-black: #000000;
  --onyx-black-rgb: 0, 0, 0;
  --onyx-black2: #2B1E16;
  --onyx-black2-rgb: 43, 30, 22;
  --onyx-black3: #351C42;
  --onyx-black3-rgb: 53, 28, 66;
  --onyx-black4: #120C08;
  --onyx-black4-rgb: 18, 12, 8;
  --onyx-dark-light: #AA96B4;
  --onyx-dark-light-rgb: 170, 150, 180;
  --onyx-purple: #965995;
  --onyx-purple-rgb: 150, 89, 149;
  --onyx-orange: #E76100;
  --onyx-orange-rgb: 231, 97, 0;
  --onyx-fuchsia: #FF1C74;
  --onyx-fuchsia-rgb: 255, 28, 116;
  --onyx-blue: #6C1CD1;
  --onyx-blue-rgb: 108, 28, 209;
  --onyx-green: #59C36A;
  --onyx-green-rgb: 89, 195, 106;
  --onyx-yellow: #FCB720;
  --onyx-yellow-rgb: 252, 183, 32;
  --onyx-border-color: #DED8D3;
  --onyx-border-color-rgb: 222, 216, 211;
  --section-space: 60px;
  --onyx-letter-space: 0.1em;
  --onyx-letter-space-xl: -1.65px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-30 {
  padding-right: 30px;
}
.border-radius{
  border-radius: 30px;
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--onyx-font, "Inter", sans-serif);
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--onyx-base, #C7844F);
  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(--onyx-font, "Inter", sans-serif);
  color: #343434;
  font-weight: 500;
}


p {
  font-family: var(--onyx-font, "Inter", sans-serif);
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}

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

.background-base {
  background-color: var(--onyx-base, #C7844F);
}

.background-gray {
  background-color: var(--onyx-gray, #DED8D3);
}

.background-black {
  background-color: var(--onyx-black, #000000);
}

.background-black-2 {
  background-color: var(--onyx-black2, #2B1E16);
}

.onyx-text-dark {
  color: var(--onyx-text, #7A736A);
}

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

.section-space {
  padding-top: var(--section-space, 60px);
  padding-bottom: var(--section-space, 60px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .banner-text-container p{
	      padding: 0 20px;
  }
  
  .addr-break{
	  display: inline-block;
  }
  
  .footer_add br{
	   display: inline-block;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-space-two {
  padding-top: 111px;
  padding-bottom: var(--section-space, 50px);
}
@media (max-width: 767px) {
  .section-space-two {
    padding-top: 93px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-two {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: var(--section-space, 50px);
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: var(--section-space, 50px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

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

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

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

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

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

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

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

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

.onyx-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--onyx-base, #C7844F);
  color: var(--onyx-white, #ffffff);
  font-size: 15px;
  font-weight: 700;
  font-family: var(--onyx-font, "Inter", sans-serif);
  padding: 20px 20.5px;
  transition: 500ms;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-right: 75px;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 575px) {
  .onyx-btn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
  }
}
.onyx-btn::before, .onyx-btn::after {
  content: "";
  background-color: var(--onyx-base2, #67a0d7);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.onyx-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.onyx-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.onyx-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.onyx-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.onyx-btn span {
  position: relative;
  top: 1px;
  color: inherit;
}
.onyx-btn i {
  position: relative;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 23.88px;
  color: inherit;
  transition: all 400ms ease;
}
.onyx-btn i::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  background-color: RGBA(var(--onyx-white-rgb, 255, 255, 255), 0.3);
  transition: all 400ms ease;
}
.onyx-btn--border {
  background-color: transparent;
  border: 1px solid var(--onyx-base, #C7844F);
  color: var(--onyx-base, #C7844F);
}
.onyx-btn--border::before, .onyx-btn--border::after {
  background-color: var(--onyx-base, #C7844F);
}
.onyx-btn--border i {
  color: var(--onyx-base, #C7844F);
}
.onyx-btn--border i::after {
  background-color: var(--onyx-base, #C7844F);
}
.onyx-btn--border:hover {
  color: var(--onyx-white, #ffffff);
}
.onyx-btn--border:hover i {
  color: var(--onyx-white, #ffffff);
}
.onyx-btn--border:hover i::after {
  background-color: var(--onyx-white, #ffffff);
}

.video-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: var(--onyx-black2, #2B1E16);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-button span {
  transition: all 400ms ease;
  font-size: 14px;
  color: var(--onyx-white, #ffffff);
}
.video-button:hover {
  background-color: var(--onyx-base, #C7844F);
}
.video-button:hover span {
  color: var(--onyx-white, #ffffff);
}
.video-button__ripple::before, .video-button__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--onyx-black-rgb, 0, 0, 0), 0.6);
  -webkit-animation: producVideo 3s infinite;
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.video-button:hover .video-button__ripple::before, .video-button:hover .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--onyx-base-rgb, 199, 132, 79), 0.8);
}
.video-button__ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-button__ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.video-button--large {
  width: 112px;
  height: 112px;
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  background-size: 112px 112px;
}
@media (max-width: 1199px) {
  .video-button--large {
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }
}
@media (max-width: 991px) {
  .video-button--large {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}
.video-button--large .video-button__ripple::before,
.video-button--large .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--onyx-base-rgb, 199, 132, 79), 0.6);
}
.video-button--large:hover .video-button__ripple::before, .video-button--large:hover .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--onyx-base2-rgb, 138, 81, 51), 0.6);
}
.video-button--large span {
  font-size: 22px;
  color: var(--onyx-base, #C7844F);
}
.video-button--large:hover {
  background-color: transparent;
}
.video-button--large:hover span {
  color: var(--onyx-base2, #8A5133);
}

.custom-radio__input {
  display: none;
}
.custom-radio__title {
  position: relative;
  cursor: pointer;
  font-family: var(--onyx-font, "Inter", sans-serif);
  color: var(--onyx-black3, #351C42);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.custom-radio__title::before {
  content: "";
  border: 1px solid var(--onyx-gray3, #D7D3CB);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -5px 16px;
  margin-left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.custom-radio__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--onyx-dark-light, #AA96B4);
  left: 7px;
  top: 13px;
  margin: -8px 20px;
  margin-left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.custom-radio__input:checked + .custom-radio__title::before {
  border-color: var(--onyx-base, #C7844F);
}
.custom-radio__input:checked + .custom-radio__title::after {
  background-color: var(--onyx-base, #C7844F);
}
.custom-radio__input:checked + .custom-radio__title {
  text-shadow: 0 0 0.5px currentColor;
}

/* social icon */
.onyx-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.onyx-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 400ms ease;
}
.onyx-social a:hover {
  color: var(--onyx-white, #ffffff);
  background-color: var(--onyx-base, #C7844F);
  border-color: var(--onyx-base, #C7844F);
}

.details-social {
  display: flex;
  align-items: center;
  gap: 20px 32px;
}
.details-social a {
  position: relative;
  font-size: 16px;
  color: var(--onyx-text, #7A736A);
  transition: all 500ms ease;
  line-height: 1;
}
.details-social a:hover {
  color: var(--onyx-base, #C7844F);
}
.details-social a + a::after {
  content: "";
  width: 1px;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: -16px;
  background-color: var(--onyx-white2, #F2EEEA);
}

.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(--onyx-base, #C7844F);
}

.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(--onyx-text, #7A736A);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.html);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--onyx-text, #7A736A);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--onyx-black, #000000);
  font-family: var(--onyx-font, "Inter", sans-serif);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--onyx-black, #000000);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--onyx-base, #C7844F);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--onyx-whirgb(255, 255, 255)0000);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  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: 30px;
  height: 4px;
  background-color: var(--onyx-base, #C7844F);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--onyx-black, #000000);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* ratings */
.onyx-ratings {
  display: flex;
  align-items: center;
  gap: 9.25px;
}
.onyx-ratings span {
  font-size: 15.75px;
  color: var(--onyx-base, #C7844F);
}

/* post paginations */
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.post-pagination a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: var(--onyx-white2, #F2EEEA);
  align-items: center;
  justify-content: center;
  color: var(--onyx-text, #7A736A);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.post-pagination a span {
  font-size: 14.767px;
  color: var(--onyx-black3, #351C42);
  transition: all 400ms ease;
}
.post-pagination a:hover {
  border-color: var(--onyx-base, #C7844F);
  color: var(--onyx-base, #C7844F);
  background-color: transparent;
}
.post-pagination a:hover span {
  color: var(--onyx-base, #C7844F);
}
.post-pagination li.active a {
  background-color: var(--onyx-base, #C7844F);
  color: var(--onyx-white, #ffffff);
}
.post-pagination li.active a span {
  color: var(--onyx-white, #ffffff);
}

.onyx-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.onyx-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.onyx-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.onyx-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 47px;
  margin-top: 60px;
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  background-color: var(--onyx-white2, #F2EEEA);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--onyx-base2, #8A5133);
  border-radius: 50%;
  font-size: 14px;
  transition: all 500ms ease;
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-nav button span.icon-slide-left-arrow::before {
  position: relative;
  right: -19px;
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-nav button span.icon-slide-right-arrow::before {
  position: relative;
  left: -19px;
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--onyx-base2, #8A5133);
  color: var(--onyx-white2, #F2EEEA);
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  margin-top: 60px;
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background-color: var(--onyx-white3, #EBE3D9);
  border: 2px solid var(--onyx-white, #ffffff);
  box-shadow: 0 0 2px rgba(var(--onyx-black-rgb, 0, 0, 0), 1);
  margin: 0;
}
.onyx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .onyx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--onyx-base2, #8A5133);
  border: 2px solid var(--onyx-white2, #F2EEEA);
  box-shadow: 0 0 2px rgba(var(--onyx-black-rgb, 0, 0, 0), 1);
}

.sec-title {
  display: flex;
  align-items: flex-start;
  gap: 23px;
}
.sec-title--border {
  padding-bottom: 29px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
}
.delivery-title{
  font-style: italic;
}
.delivery-title span{
  color: var(--onyx-base);
}
.delivery-title i{
  color: var(--onyx-base);
  font-style: italic;
  font-size: 1.6rem;

}
.sec-title__tagline {
  position: relative;
  top: -21px;
  margin: 0;
  margin-top: 30px;
  font-family: var(--onyx-font, "Inter", sans-serif);
  color: var(--onyx-base2, #8A5133);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .sec-title__tagline {
    top: -22px;
  }
}
@media (max-width: 767px) {
  .sec-title__tagline {
    top: -23px;
  }
}
@media (max-width: 575px) {
  .sec-title__tagline {
    top: -24px;
  }
}
.sec-title__tagline::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: var(--onyx-base2, #8A5133);
}
.sec-title__tagline::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-color: var(--onyx-base, #C7844F);
}
.sec-title__title {
  margin: 0;
  font-size: 55px;
  color: var(--onyx-black2, #2B1E16);
  font-weight: bold;
  line-height: 1.09;
  letter-spacing: var(--onyx-letter-space-xl, -1.65px);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .sec-title__title {
    font-size: 33px;
  }
}
.sec-title--center {
  display: block;
  text-align: center;
}
.sec-title--center .sec-title__tagline {
  display: inline-block;
  margin: 0;
  margin-left: 27px;
  top: 0;
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
}
.sec-title--center .sec-title__tagline::before {
  top: -1px;
  left: -27px;
}
.sec-title--center .sec-title__tagline::after {
  top: -1px;
  left: -21px;
}
.sec-title--center .sec-title__title {
  margin-top: 4px;
}

.progress-box + .progress-box {
  margin-top: 28px;
}
.progress-box__title {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.progress-box__bar {
  width: 100%;
  height: 6px;
  background-color: var(--onyx-white2, #F2EEEA);
  position: relative;
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--onyx-base2, #8A5133);
  transition: all 1500ms linear;
  width: 0px;
  z-index: 1;
}
.progress-box__number {
  position: absolute;
  bottom: calc(100% + 19px);
  right: 0;
  font-size: 14px;
  color: var(--onyx-base2, #8A5133);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.experience {
  position: absolute;
  min-width: 202px;
  padding: 10px;
  background-color: var(--onyx-white, #ffffff);
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.15));
  z-index: 1;
  animation: zump 3s linear infinite;
}
@media (max-width: 575px) {
  .experience {
    min-width: 175px;
  }
}
.experience__inner {
  display: flex;
  align-items: center;
  background-color: var(--onyx-base, #C7844F);
}
.experience__year {
  padding: 24px 20.5px;
  height: 100%;
  text-align: center;
  font-size: 55px;
  color: var(--onyx-white, #ffffff);
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .experience__year {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 45px;
  }
}
.experience__text {
  transform: rotate(180deg);
  padding: 9px 0;
  font-size: 16px;
  color: var(--onyx-white, #ffffff);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
  writing-mode: vertical-rl;
}
@media (max-width: 575px) {
  .experience__text {
    font-size: 13px;
  }
}
.experience__text br {
  display: inline;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--onyx-black, #000000);
  color: var(--onyx-white, #ffffff);
  font-family: var(--onyx-font, "Inter", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--onyx-font, "Inter", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--onyx-gray, #DED8D3);
  background-image: none;
  font-family: var(--onyx-font, "Inter", sans-serif);
  color: var(--onyx-text, #7A736A);
}
.ui-datepicker-calendar td a {
  border-color: var(--onyx-border-color, #DED8D3);
  background-color: var(--onyx-gray, #DED8D3);
  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(--onyx-border-color, #DED8D3);
  background-color: var(--onyx-gray, #DED8D3);
  background-image: none;
  color: var(--onyx-text, #7A736A);
  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(--onyx-white, #ffffff);
  background-color: var(--onyx-base, #C7844F);
}
.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(--onyx-white, #ffffff);
  background-color: var(--onyx-base, #C7844F);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--onyx-white, #ffffff);
  color: var(--onyx-black, #000000);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--onyx-base, #C7844F);
  color: var(--onyx-white, #ffffff);
  top: 2px;
}

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

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

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  background-color: transparent;
  margin-bottom: -180px;
  z-index: 11;
}
.video-one__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 179px;
  padding-bottom: 179px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 767px) {
  .video-one__wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .video-one__wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.video-one .video-button .video-button__ripple::before,
.video-one .video-button .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--onyx-white-rgb, 255, 255, 255), 0.9);
}
.video-one .video-button:hover .video-button__ripple::before, .video-one .video-button:hover .video-button__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--onyx-white-rgb, 255, 255, 255), 0.9);
}

.team-one {
  position: relative;
  background-color: var(--onyx-white, #ffffff);
  overflow: hidden;
}
@media (min-width: 576px) {
  .team-one--page .team-one__carousel .owl-nav, .team-one--about .team-one__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .team-one--page .team-one__carousel .owl-dots, .team-one--about .team-one__carousel .owl-dots {
    display: none !important;
  }
}
.team-one--about {
  background-color: var(--onyx-white2, #F2EEEA);
}
.team-one--about .team-one__carousel .owl-nav button span {
  background-color: var(--onyx-white, #ffffff) !important;
}
.team-one--about .team-one__carousel .owl-nav button span:hover {
  background-color: var(--onyx-base2, #8A5133) !important;
  color: var(--onyx-white, #ffffff) !important;
}
.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  animation: zumpBottom 2s linear infinite;
}
.team-one .container {
  position: relative;
  z-index: 1;
}
.team-one__top {
  padding-bottom: 29px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
}
.team-one__top__right {
  position: relative;
  top: 5px;
  width: 100%;
  max-width: 473px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .team-one__top__right {
    top: 0;
    margin-left: 0;
  }
}
.team-one__top__text {
  line-height: 1.875;
  margin-bottom: 0;
}

.team-two {
  position: relative;
  background-color: var(--onyx-white2, #F2EEEA);
}
.team-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.team-two .container {
  position: relative;
  z-index: 1;
}
.team-two__top {
  padding-bottom: 29px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
}
.team-two__top__right {
  position: relative;
  top: 5px;
  width: 100%;
  max-width: 473px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .team-two__top__right {
    top: 0;
    margin-left: 0;
  }
}
.team-two__top__text {
  line-height: 1.875;
  margin-bottom: 0;
}
.team-two__item {
  position: relative;
  margin-right: 70px;
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
  padding-bottom: 18px;
}
@media (max-width: 1199px) {
  .team-two__item {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .team-two__item {
    margin-right: 0px;
  }
}
.team-two__item:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .team-two__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.team-two__item .row {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .team-two__img-col {
    display: none;
  }
}
.team-two__img img {
  width: 100%;
  display: block;
}
.team-two__name {
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .team-two__name {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .team-two__name {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .team-two__name {
    font-size: 23px;
  }
}
@media (max-width: 430px) {
  .team-two__name {
    font-size: 22px;
  }
}
.team-two__name:hover {
  color: var(--onyx-base, #C7844F);
}
.team-two__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}
.team-two__name a:hover {
  background-size: 100% 1px;
}
.team-two__designation {
  font-size: 14px;
  color: var(--onyx-text, #7A736A);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.team-two__social {
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 991px) {
  .team-two__social {
    margin-left: 0;
  }
}
.team-two__social__share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--onyx-white, #ffffff);
  font-size: 14px;
  color: var(--onyx-text, #7A736A);
  z-index: 1;
  overflow: hidden;
  transition: all 400ms ease;
}
.team-two__social__share::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--onyx-base2, #8A5133);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.team-two__social:hover .team-two__social__share {
  color: var(--onyx-white, #ffffff);
}
.team-two__social:hover .team-two__social__share::after {
  bottom: -50%;
}
.team-two__social__list {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) scale(0, 1);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  opacity: 0;
  transition: 500ms ease;
  transform-origin: top right;
}
@media (max-width: 1199px) {
  .team-two__social__list {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .team-two__social__list {
    right: auto;
    left: 100%;
    transform-origin: top left;
  }
}
.team-two__social__list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--onyx-text, #7A736A);
  font-size: 14px;
  border: 1px solid var(--onyx-border-color, #DED8D3);
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .team-two__social__list a:first-child {
    margin-left: 10px;
  }
}
.team-two__social__list a:last-child {
  margin-right: 12px;
}
@media (max-width: 1199px) {
  .team-two__social__list a:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .team-two__social__list a:last-child {
    margin-right: 0;
  }
}
.team-two__social__list a::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--onyx-base, #C7844F);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.team-two__social__list a:hover {
  color: var(--onyx-white, #ffffff);
  border-color: var(--onyx-base, #C7844F);
}
.team-two__social__list a:hover::after {
  bottom: -50%;
}
.team-two__social:hover .team-two__social__list {
  opacity: 1;
  transform: translateY(-50%) scale(1, 1);
}
@media (max-width: 767px) {
  .team-two__images-col {
    display: none;
  }
}
.team-two__images {
  margin-top: 1px;
  position: relative;
  width: 100%;
  max-width: 370px;
  min-height: 474px;
}
@media (max-width: 767px) {
  .team-two__images {
    display: none;
  }
}
.team-two__image {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
  opacity: 0;
  transition: all 500ms ease;
}
.team-two__image.active {
  opacity: 1;
  transform: scale(1);
}
.team-two__image__inner {
  position: relative;
}
.team-two__image__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--onyx-base, #C7844F);
  transform: rotate(-9.5deg);
}
.team-two__image img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.team-card {
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}
.team-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  transition: all 500ms linear;
  z-index: 1;
}
@media (max-width: 412px) {
  .team-card::before {
    border-width: 15px;
  }
}
.team-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  transition: all 500ms linear;
  z-index: 1;
}
@media (max-width: 412px) {
  .team-card::after {
    border-width: 15px;
  }
}
.team-card:hover::before, .team-card:hover::after {
  border-color: var(--onyx-white, #ffffff);
  width: 100%;
  height: 100%;
}
.team-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.team-card__image {
  position: relative;
}
.team-card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: RGBA(var(--onyx-black2-rgb, 43, 30, 22), 0.5);
  transition: all 500ms ease;
}
.team-card__image img {
  position: relative;
  display: block;
  width: 100%;
}
.team-card:hover .team-card__image::after {
  opacity: 1;
}
.team-card__social {
  position: absolute;
  top: 30px;
  left: 30px;
  transform: scale(0, 1);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 500ms ease;
  transform-origin: top left;
  z-index: 11;
}
.team-card__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--onyx-white, #ffffff);
  color: var(--onyx-white, #ffffff);
  font-size: 14px;
  transition: all 500ms ease;
}
.team-card__social a + a {
  margin-top: 6px;
}
.team-card__social a:hover {
  background-color: var(--onyx-base, #C7844F);
  border-color: var(--onyx-base, #C7844F);
}
.team-card:hover .team-card__social {
  opacity: 1;
  transform: scale(1, 1);
}
.team-card__identity {
  min-width: 270px;
  position: absolute;
  right: 0;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(250px);
  padding: 17px 22px 11px 20px;
  background-color: var(--onyx-base, #C7844F);
  z-index: 11;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
.team-card__identity__inner {
  position: relative;
}
.team-card__identity__inner::before {
  content: "";
  position: absolute;
  top: 47%;
  left: -20px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 14px);
  background-color: var(--onyx-white, #ffffff);
}
.team-card:hover .team-card__identity {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.team-card__name {
  font-size: 18px;
  color: var(--onyx-white, #ffffff);
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -4px;
}
@media (max-width: 412px) {
  .team-card__name {
    font-size: 16px;
  }
}
.team-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__name a:hover {
  background-size: 100% 1px;
}
.team-card__designation {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--onyx-white, #ffffff);
  line-height: normal;
}

.blog-card {
  padding: 56px 30px 52px;
  position: relative;
  background-color: var(--onyx-white, #ffffff);
  border: 1px solid var(--onyx-border-color, #DED8D3);
  transition: all 400ms ease;
}
.blog-card:hover {
  border-color: var(--onyx-base, #C7844F);
}
@media (max-width: 375px) {
  .blog-card {
    padding: 51px 25px 52px;
  }
}
.blog-card__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
}
.blog-card__image img {
  transition: 0.5s;
  display: block;
  width: 100%;
}
.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--onyx-black-rgb, 0, 0, 0), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__link::before, .blog-card__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--onyx-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card__date {
  min-width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: var(--onyx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--onyx-white, #ffffff);
  line-height: 1;
  position: absolute;
  top: 29px;
  left: 50px;
  z-index: 10;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  transition: all 400ms ease;
}
@media (max-width: 375px) {
  .blog-card__date {
    top: 24px;
  }
}
.blog-card__date__day {
  padding: 6px 8px 5px;
  width: 100%;
  display: block;
  background-color: var(--onyx-base, #C7844F);
}
.blog-card__date__month {
  color: var(--onyx-black2, #2B1E16);
  padding: 4px 8px 5px;
  width: 100%;
  display: block;
  background-color: var(--onyx-white2, #F2EEEA);
}
.blog-card:hover .blog-card__date {
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card:hover .blog-card__date {
    left: 25px;
  }
}
.blog-card__content {
  position: relative;
  transition: all 500ms ease;
}
.blog-card__title {
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.blog-card__title:hover {
  color: var(--onyx-base, #C7844F);
}
@media (max-width: 1199px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__meta {
  padding: 15px 30px;
  width: calc(100% + 2px);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--onyx-base, #C7844F);
  margin: 0;
  z-index: 1;
}
@media (max-width: 375px) {
  .blog-card__meta {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-card__meta li {
  font-size: 12px;
  color: var(--onyx-white, #ffffff);
  font-weight: 700;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.blog-card__meta li i {
  color: inherit;
  margin-right: 11px;
}
.blog-card__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card__meta li a:hover {
  color: var(--onyx-black2, #2B1E16);
}
.blog-card--two {
  border: 0;
  padding: 30px 30px 55px;
  background-color: var(--onyx-white2, #F2EEEA);
}
@media (max-width: 375px) {
  .blog-card--two {
    padding: 25px 25px 50px;
  }
}
.blog-card--two:hover {
  border-color: transparent;
}
.blog-card--two__content {
  background-color: var(--onyx-white, #ffffff);
  position: relative;
  transition: all 500ms ease;
}
.blog-card--two .blog-card__meta {
  position: static;
  padding: 0;
  width: 100%;
  transform: translate(0);
  background-color: transparent;
  margin-bottom: 23px;
}
@media (max-width: 375px) {
  .blog-card--two .blog-card__meta {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-card--two .blog-card__meta li {
  color: var(--onyx-text, #7A736A);
}
.blog-card--two .blog-card__meta li i {
  color: var(--onyx-base, #C7844F);
}
.blog-card--two .blog-card__meta li a:hover {
  color: var(--onyx-base, #C7844F);
}
.blog-card--two .blog-card__title {
  margin-bottom: 23px;
}
.blog-card--two .blog-card__image {
  margin-bottom: 0;
}
.blog-card--two .blog-card__date {
  top: auto;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--two .blog-card__date {
    bottom: 25px;
    left: 25px;
  }
}
.blog-card--two .blog-card__date__month {
  background-color: var(--onyx-white, #ffffff);
}
.blog-card--two:hover .blog-card__date {
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--two:hover .blog-card__date {
    left: 25px;
  }
}
.blog-card--three {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.blog-card--three:hover {
  border: 0;
}
@media (max-width: 375px) {
  .blog-card--three {
    padding: 0;
  }
}
.blog-card--three .blog-card__image {
  margin-bottom: 0px;
}
.blog-card--three .blog-card__image__link::before, .blog-card--three .blog-card__image__link::after {
  top: 35%;
}
.blog-card--three .blog-card__date {
  top: 30px;
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__date {
    top: 25px;
    left: 25px;
  }
}
.blog-card--three:hover .blog-card__date {
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--three:hover .blog-card__date {
    left: 25px;
  }
}
.blog-card--three .blog-card__content {
  padding: 23px 29px 30px 30px;
  position: relative;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  background-color: var(--onyx-white2, #F2EEEA);
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__content {
    width: calc(100% - 25px);
  }
}
.blog-card--three .blog-card__title {
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__title {
    font-size: 18px;
  }
}
.blog-card--three .blog-card__title::before {
  content: "";
  width: 5px;
  height: calc(100% - 14px);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background-color: var(--onyx-base, #C7844F);
}
.blog-card--three .blog-card__meta {
  padding: 0;
  width: 100%;
  position: static;
  transform: translateX(0%);
  background-color: transparent;
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__meta {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-card--three .blog-card__meta li {
  color: var(--onyx-text, #7A736A);
}
.blog-card--three .blog-card__meta li i {
  color: var(--onyx-base, #C7844F);
}
.blog-card--four {
  padding: 0 0 29px;
  border: 0;
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
}
.blog-card--four:hover {
  border-color: var(--onyx-base, #C7844F);
}
.blog-card--four .blog-card__image {
  margin-bottom: 31px;
}
.blog-card--four .blog-card__date {
  top: 30px;
  left: 30px;
}
@media (max-width: 500px) {
  .blog-card--four .blog-card__date {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 375px) {
  .blog-card--four .blog-card__date {
    top: 20px;
  }
}
.blog-card--four:hover .blog-card__date {
  left: 30px;
}
@media (max-width: 375px) {
  .blog-card--four:hover .blog-card__date {
    left: 30px;
  }
}
.blog-card--four__content {
  position: relative;
  transition: all 500ms ease;
}
.blog-card--four .blog-card__meta {
  position: static;
  padding: 0;
  width: 100%;
  transform: translate(0);
  background-color: transparent;
  margin-bottom: 21px;
}
@media (max-width: 375px) {
  .blog-card--four .blog-card__meta {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-card--four .blog-card__meta li {
  color: var(--onyx-text, #7A736A);
}
.blog-card--four .blog-card__meta li i {
  color: var(--onyx-base, #C7844F);
}
.blog-card--four .blog-card__meta li a:hover {
  color: var(--onyx-base, #C7844F);
}
.blog-card--four .blog-card__title {
  line-height: 1.541;
  letter-spacing: normal;
  margin-bottom: 2px;
}
.blog-card--four .blog-card__text {
  font-weight: normal;
  margin-bottom: 32px;
  text-transform: capitalize;
}

.blog-one {
  position: relative;
}
.blog-one--home-two {
  background-color: var(--onyx-white, #ffffff);
}
.blog-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.blog-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #F2EEEA 14.17%, rgba(242, 238, 234, 0.6) 100%);
}
.blog-one .container {
  position: relative;
  z-index: 1;
}
.blog-one__top {
  margin-bottom: 65px;
}
.blog-one__top__button {
  margin-top: 6px;
  text-align: right;
}
.blog-one .blog-card {
  border: 0;
}

.blog-page .post-pagination {
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .blog-page .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
.blog-page--sidebar-list .post-pagination {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .blog-page--sidebar-list .post-pagination {
    margin-top: 10px;
  }
}
@media (min-width: 576px) {
  .blog-page__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .blog-page__carousel .owl-dots {
    display: none !important;
  }
}

.blog-three {
  padding-bottom: 20px;
  background-color: var(--onyx-white, #ffffff);
}
@media (max-width: 767px) {
  .blog-three {
    padding-bottom: 0;
  }
}
.blog-three .sec-title {
  width: 100%;
  max-width: 511px;
  margin: 0 auto 60px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--onyx-base, #C7844F);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--onyx-base, #C7844F);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--onyx-base, #C7844F);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  display: none;
  background-color: var(--onyx-black2, #2B1E16);
}
@media (min-width: 1000px) {
  .topbar-one {
    display: block;
  }
}
.topbar-one .container-fluid {
  max-width: 1702px;
}
.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.topbar-one__info {
  display: flex;
  align-items: center;
  margin: 0;
}
.topbar-one__info__item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--onyx-text-gray, #9A8B82);
  text-transform: lowercase;
  line-height: 1.2;
}
.topbar-one__info__item span {
  margin-right: 11px;
  font-size: 18px;
  color: var(--onyx-base, #C7844F);
}
.topbar-one__info__item span.icon-location {
  font-size: 16px;
}
.topbar-one__info__item a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__info__item a:hover {
  background-size: 100% 1px;
}
.topbar-one__info__item a:hover {
  color: var(--onyx-base, #C7844F);
}
.topbar-one__info__item address {
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
}
.topbar-one__info__item + .topbar-one__info__item {
  margin-left: 31px;
}
.topbar-one__info__icon {
  font-size: 14px;
  color: var(--onyx-base, #C7844F);
  position: relative;
  top: 2px;
  margin-right: 9px;
}
.topbar-one__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar-one__social a {
  font-size: 15.65px;
  color: var(--onyx-text, #7A736A);
  transition: all 400ms ease;
}
.topbar-one__social a:hover {
  color: var(--onyx-base, #C7844F);
}
.topbar-one__social a + a {
  margin-left: 19px;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.call-nav{
  transform: rotate(94deg);
  margin-right: 0.3rem;
}
.lang-nav{
  margin-right: 0.3rem;
  font-size: 1.2rem;
}
.dropdown a:after{
  content: "";
    font-family: 'Font Awesome 5 Free';
    margin-inline-start: 8px;
    font-weight: 600;
    font-size: 14px;
}
.custom-h .main-menu__list > li > a{
color: #575757 !important;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header__cart {
  position: relative;
  font-size: 19.2px;
}
@media (max-width: 1199px) {
  .main-header__cart {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid var(--onyx-border-color, #DED8D3);
  }
}
@media (max-width: 767px) {
  .main-header__cart {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 425px) {
  .main-header__cart {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.main-header__search {
  font-size: 16px;
  margin-left: 20px;
}
.main-header__search:hover {
  color: var(--onyx-base, #C7844F);
}
.main-header__cart, .main-header__search {
  display: flex;
  align-items: center;
  color: var(--onyx-black, #000000);
  transition: all 500ms ease;
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--onyx-base, #C7844F);
}
.main-header--one {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: calc(100% - 223px);
  z-index: 99;
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
}
@media (max-width: 1399px) {
  .main-header--one {
    width: 100%;
  }
}
.main-header--one .container-fluid {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 1399px) {
  .main-header--one .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .main-header--one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 375px) {
  .main-header--one .main-header__logo a {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 375px) {
  .main-header--one .main-header__right {
    margin-left: -52px;
  }
}
.main-header--one .main-header__nav {
  margin-right: 139px;
}
@media (max-width: 1800px) {
  .main-header--one .main-header__nav {
    margin-right: 100px;
  }
}
@media (max-width: 1700px) {
  .main-header--one .main-header__nav {
    margin-right: 80px;
  }
}
.main-header--one .main-header__sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 120px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: var(--onyx-base2, #8A5133);
  line-height: 1;
  transition: all 400ms ease;
  background-color: transparent;
}
@media (max-width: 1800px) {
  .main-header--one .main-header__sidebar-btn {
    margin-left: 60px;
  }
}
@media (max-width: 1800px) {
  .main-header--one .main-header__sidebar-btn {
    margin-left: 60px;
  }
}
@media (max-width: 425px) {
  .main-header--one .main-header__sidebar-btn {
    margin-left: 30px;
  }
}
.main-header--one .main-header__sidebar-btn::before {
  content: "";
  width: 1px;
  height: calc(100% + 48px);
  background-color: var(--onyx-border-color, #DED8D3);
  position: absolute;
  top: calc(50% - 1px);
  left: -61px;
  transform: translateY(-50%);
}
@media (max-width: 1800px) {
  .main-header--one .main-header__sidebar-btn::before {
    left: -31px;
  }
}
@media (max-width: 1199px) {
  .main-header--one .main-header__sidebar-btn::before {
    height: calc(100% + 52px);
  }
}
@media (max-width: 425px) {
  .main-header--one .main-header__sidebar-btn::before {
    left: -13px;
  }
}
.main-header--one .main-header__sidebar-btn span {
  color: inherit;
}
.main-header--one .main-header__sidebar-btn:hover {
  color: var(--onyx-black, #000000);
}
.main-header--one .main-header__phone {
  margin-left: 15px;
  font-size: 20px;
  color: var(--onyx-base2, #8A5133);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--one .main-header__phone:hover {
  background-size: 100% 1px;
}
@media (max-width: 1700px) {
  .main-header--one .main-header__phone {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .main-header--one .main-header__phone {
    display: none;
  }
}
.main-header--one .main-header__phone:hover {
  color: var(--onyx-black2, #2B1E16);
}
.main-header--one .main-header__btn {
  margin-left: 61px;
  padding: 25px 41.9px;
}
@media (max-width: 1800px) {
  .main-header--one .main-header__btn {
    margin-left: 30px;
  }
}
@media (max-width: 1700px) {
  .main-header--one .main-header__btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .main-header--one .main-header__btn {
    display: none;
  }
}
.main-header--one .main-menu .main-menu__list > li {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}
.main-header--one .main-menu .main-menu__list > li.current > a,
.main-header--one .main-menu .main-menu__list > li:hover > a {
  color: var(--onyx-black, #000000);
}
.main-header--two {
  background-color: var(--onyx-white, #ffffff);
}
.main-header--two .container-fluid {
  max-width: 1702px;
}
.main-header--two.sticky-header--cloned {
  background-color: var(--onyx-white, #ffffff);
  border: none;
}
.main-header--two.sticky-header--cloned .main-menu .main-menu__list > li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.main-header--two .main-header__left {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .main-header--two .main-header__logo {
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .main-header--two .main-header__logo img {
    width: 182px;
  }
  .get-btn{
    padding: .8rem .8rem !important;
  }
}
.main-header--two .main-header__btn {
  margin-left: 60px;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
@media (max-width: 1399px) {
  .main-header--two .main-header__btn {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__btn {
    display: none;
  }
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-header--two .main-menu .main-menu__list > li.current > a,
.main-header--two .main-menu .main-menu__list > li:hover > a {
  color: var(--onyx-black2, #2B1E16);
}
.main-header--two .main-header__sidebar-btn {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-left: 60.8px;
}
@media (max-width: 1399px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__sidebar-btn {
    position: relative;
    margin-left: 40px;
  }
  .main-header--two .main-header__sidebar-btn::before {
    content: "";
    width: 1px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background-color: var(--onyx-gray, #DED8D3);
  }
}
@media (max-width: 425px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 30px;
  }
  .main-header--two .main-header__sidebar-btn::before {
    left: -15px;
  }
}
.main-header--two .main-header__sidebar-btn__box {
  width: 6px;
  height: 6px;
  background-color: var(--onyx-text, #7A736A);
  transition: all 400ms ease;
}
.main-header--two .main-header__sidebar-btn__box:nth-child(2) {
  background-color: var(--onyx-base, #C7844F);
  margin: 0 9px;
}
.main-header--two .main-header__sidebar-btn:hover .main-header__sidebar-btn__box {
  background-color: var(--onyx-base, #C7844F);
}
.main-header--three {
  background-color: transparent;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
  width: 100%;
}
.services-section .main-header--three{
  top: 10px;
}
.sticky-header--cloned.active{
  top: 0px;
}
.services-section .page-header__title{
margin-top: 4rem;
}
@media (max-width: 1199px) {
  .main-header--three {
    top: 41px;
  }
}
@media (max-width: 575px) {
  .main-header--three {
    top: 5px;
  }
}
.main-header--three .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .main-header--three .container-fluid {
    padding-left: 61px;
    padding-right: 61px;
  }
}
.main-header--three .main-header__logo__two {
  display: none;
}
.main-header--three .main-header__nav {
  margin-right: 0px;
}
@media (max-width: 1699px) {
  .main-header--three .main-header__nav {
    margin-right: 0px;
  }
}
@media (max-width: 1599px) {
  .main-header--three .main-header__nav {
    margin-right: 0px;
  }
}
@media (max-width: 1399px) {
  .main-header--three .main-header__nav {
    margin-right: 0px;
  }
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 19px;
  padding-bottom: 19px;
}
.main-header--three .main-menu .main-menu__list > li > a {
  text-transform: uppercase;
  color: var(--onyx-white, #ffffff);
}
.main-header--three .main-menu__list li ul li > a {
  text-transform: uppercase !important;
}
.main-header--three .main-menu .main-menu__list > li.current > a,
.main-header--three .main-menu .main-menu__list > li:hover > a {
  color: var(--onyx-white, #ffffff);
}
.main-header--three .mobile-nav__btn span {
  background-color: var(--onyx-white, #ffffff);
}
@media (max-width: 1199px) {
  .main-header--three .main-header__cart {
    border-color: var(--onyx-white, #ffffff);
  }
}
.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--onyx-white, #ffffff);
}
.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color: var(--onyx-base, #C7844F);
}
.main-header--three .main-header__btn {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .main-header--three .main-header__btn {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.main-header--boxed .main-header__nav {
  margin-right: 100px;
}
.main-header--boxed .main-header__sidebar-btn {
  margin-left: 60px;
}
.main-header--boxed .main-header__sidebar-btn::before {
  left: -30px;
}
@media (max-width: 1800px) {
  .main-header--boxed .main-header__sidebar-btn::before {
    left: -30px;
  }
}
.main-header--boxed .main-header__phone {
  font-size: 15px;
}
.main-header--boxed .main-header__btn {
  margin-left: 30px;
  padding: 25px 25px;
}
.main-header--boxed .main-menu .main-menu__list > li + li {
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .main-header--boxed .main-menu .main-menu__list > li + li {
    margin-left: 30px;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--onyx-white, #ffffff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--onyx-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned.main-header--one {
  border: 0;
}
@media (min-width: 1400px) {
  .sticky-header--cloned.main-header--one {
    width: 100%;
    padding-right: 40px;
  }
}
.sticky-header--cloned.main-header--three .main-header__logo__one {
  display: none;
}
.sticky-header--cloned.main-header--three .main-header__logo__two {
  display: inline-block;
}
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--onyx-base);
}
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li.current > a,
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li:hover > a {
  color: var(--onyx-black2, #2B1E16);
}
.sticky-header--cloned.main-header--three .mobile-nav__btn span {
  background-color: var(--onyx-black, #000000);
}
@media (max-width: 1199px) {
  .sticky-header--cloned.main-header--three .main-header__cart {
    border-color: var(--onyx-border-color, #DED8D3);
  }
}
.sticky-header--cloned.main-header--three .main-header__cart,
.sticky-header--cloned.main-header--three .main-header__search {
  color: var(--onyx-black2, #2B1E16);
}
.sticky-header--cloned.main-header--three .main-header__cart:hover,
.sticky-header--cloned.main-header--three .main-header__search:hover {
  color: var(--onyx-base, #C7844F);
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--onyx-black, #000000);
}
.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: 36.25px;
  padding-bottom: 36.25px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 25px;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 25px;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--onyx-base);
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  transition: all 500ms ease;
}
/* .main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--onyx-black2, #2B1E16);
  text-shadow: 0 0 0.5px currentColor;
} */
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  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(--onyx-white, #ffffff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--onyx-white-rgb, 255, 255, 255), 0.07);
  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 {
  margin-bottom: -1px;
}
.main-menu .main-menu__list li ul li > a {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: var(--onyx-text, #7A736A);
  font-family: var(--onyx-font, "Inter", sans-serif);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 12px 20px;
  transition: all 500ms ease;
  z-index: 1;
}
.main-menu .main-menu__list li ul li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 11px;
  background-color: var(--onyx-base, #C7844F);
  z-index: 1;
}
.main-menu .main-menu__list li ul li > a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--onyx-base, #C7844F);
  z-index: -1;
  transition: all 500ms ease;
}
.main-menu .main-menu__list li ul li:not(:last-child) a {
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--onyx-white, #ffffff);
  border-bottom-color: transparent;
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  left: 0;
  width: 100%;
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}
.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: 100%;
  }
}
/*--------------------------------------------------------------
# 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(--onyx-white, #ffffff);
  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(--onyx-black, #000000);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--onyx-base, #C7844F);
}
.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(--onyx-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--onyx-black2-rgb, 43, 30, 22), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-family: var(--onyx-font, "Inter", sans-serif);
  text-transform: capitalize;
  font-size: 16px;
  color: var(--onyx-black, #000000);
  font-weight: 500;
}
.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(--onyx-black2-rgb, 43, 30, 22), 0.7);
  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: 13px;
  padding: 14px 25px 15px;
}
.demo-one__btn::before, .demo-one__btn::after {
  background-color: var(--onyx-base2, #8A5133);
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
  text-transform: capitalize;
}
.demo-one__title:hover {
  color: var(--onyx-base2, #8A5133);
}

.home-showcase {
  margin-top: 0px;
  margin-bottom: -20px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--onyx-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--onyx-black2-rgb, 43, 30, 22), 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: 130px;
}
.home-showcase .demo-one__btn::before, .home-showcase .demo-one__btn::after {
  background-color: var(--onyx-base2, #8A5133);
}
.home-showcase .demo-one__title {
  padding: 0;
  margin-top: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.home-showcase .demo-one__title:hover {
  color: var(--onyx-base2, #8A5133);
}

/*--------------------------------------------------------------
# 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(--onyx-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(--onyx-white, #ffffff);
}

.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__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--onyx-black, #000000);
  opacity: 0.5;
  cursor: url(../images/close.png), auto;
} */

.mobile-nav__content {
  width: 300px;
  background-color: var(--onyx-white, #ffffff);
  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(--onyx-base, #170f54);
  cursor: pointer;
  transition: all 400ms ease;
}
.mobile-nav__close:hover {
  color: var(--onyx-base, #000000);
}

.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(--onyx-base-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(--onyx-base-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(--onyx-base, #ffffff);
  font-size: 16px;
  font-family: var(--onyx-font, "Inter", sans-serif);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li ul li a {
  font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--onyx-base, #C7844F);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--onyx-base, #C7844F);
  border: none;
  outline: none;
  color: var(--onyx-white, #ffffff);
  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(--onyx-white, #ffffff);
  color: var(--onyx-base, #C7844F);
}

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

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}
.mobile-nav__contact li {
  color: var(--onyx-base, #ffffff);
  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(--onyx-base, #C7844F);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--onyx-base, #C7844F);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--onyx-white, #ffffff);
}

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

/*--------------------------------------------------------------
# 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 rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@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);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
/*--------------------------------------------------------------
# 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;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.png), auto;
}
@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(--onyx-white, #ffffff);
  font-size: 15px;
  color: var(--onyx-text, #7A736A);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup__form .onyx-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 .onyx-btn span {
  font-size: 18px;
  color: var(--onyx-white, #ffffff);
}
.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;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--onyx-black2, #2B1E16);
  position: relative;
  padding-top: 107px;
  padding-bottom: 119px;
}
@media (max-width: 991px) {
  .page-header {
    padding-top: 87px;
    padding-bottom: 99px;
  }
}
@media (max-width: 575px) {
  .page-header {
    padding-top: 77px;
    padding-bottom: 89px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.4;
}
.page-header .container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-header__title {
  margin: 0;
  font-size: 55px;
  color: var(--onyx-white, #ffffff);
  letter-spacing: -1.1px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 35px;
  }
}

.onyx-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0;
  margin-bottom: 0;
}
.onyx-breadcrumb li {
  font-size: 15px;
  color: var(--onyx-white, #ffffff);
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.onyx-breadcrumb li:not(:last-of-type)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: relative;
  top: 0px;
  margin-left: 11px;
  margin-right: 11px;
}
.onyx-breadcrumb li i {
  position: relative;
  top: 0px;
  margin-right: 9px;
  font-size: 14px;
  color: var(--onyx-whirgb(255, 255, 255)844F);
}
.section-space-services{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.onyx-breadcrumb li span,
.onyx-breadcrumb li a {
  color: inherit;
  display: inline-flex;
}
.onyx-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.onyx-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.onyx-breadcrumb li a:hover {
  color: var(--onyx-base, #C7844F);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin: 0;
}
.form-one__group--grid {
  grid-gap: 30px;
}
@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--input {
  margin-bottom: -5px;
}
.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) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--onyx-font, "Inter", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 52px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  margin-top: -21px;
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
  font-family: var(--onyx-font, "Inter", sans-serif);
  color: var(--onyx-text, #7A736A) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 52px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
}
.form-one .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--onyx-text, #7A736A);
}
@media (max-width: 425px) {
  .form-one .bootstrap-select > .dropdown-toggle:before {
    right: 20px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--onyx-border-color, #DED8D3);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  font-family: var(--onyx-font, "Inter", sans-serif);
  font-weight: normal;
  color: var(--onyx-black2, #2B1E16);
  background-color: var(--onyx-white2, #F2EEEA);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--onyx-base, #C7844F);
  color: var(--onyx-white, #ffffff);
  border-color: var(--onyx-base, #C7844F);
}
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  color: var(--onyx-text, #7A736A);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border: none;
  outline: none;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--onyx-border-color, #DED8D3);
  transition: all 300ms ease;
}
.form-one input[type=text]::placeholder,
.form-one input[type=email]::placeholder,
.form-one textarea::placeholder {
  text-transform: capitalize;
}
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one textarea:focus {
  color: var(--onyx-black2, #2B1E16);
  border-color: var(--onyx-base, #C7844F);
}
.form-one textarea {
  height: 143px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  border: 1px solid var(--onyx-border-color, #DED8D3);
  background-color: var(--onyx-white2, #F2EEEA);
}
.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: var(--onyx-black2, #2B1E16); */
}
.main-footer__top {
  padding-top: 80px;
  padding-bottom: 39px;
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  background-size: cover;
  background-position: center center;
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__bottom__inner {
  padding: 0px 0 20px;
}
.main-footer__bottom__copyright {
  text-align: center;
}
@media (max-width: 767px) {
  .main-footer__bottom__copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-footer .onyx-social {
    justify-content: center;
  }
}
.main-footer .onyx-social a {
  border-color: RGBA(var(--onyx-black2-rgb, 255, 255, 255), 0.1);
}
.main-footer__copyright {
  color: #000000;
  margin: 0;
  text-transform: capitalize;
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 32px;
}
.footer-widget__about-text {
  color: var(--onyx-text-gray, #9A8B82);
  padding-right: 5px;
  margin-bottom: 31px;
}
@media (max-width: 1199px) {
  .footer-widget__about-text {
    width: 100%;
    max-width: 370px;
  }
}
.footer-widget__newsletter {
  position: relative;
  width: 100%;
  max-width: 370px;
}
.footer-widget__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 58px;
  background-color: var(--onyx-white, #ffffff);
  color: var(--onyx-text, #7A736A);
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 56px;
  transition: all 500ms ease;
}
.footer-widget__newsletter input[type=text]::placeholder {
  text-transform: capitalize;
}
.footer-widget__newsletter input[type=text]:focus {
  color: var(--onyx-black2, #2B1E16);
}
.footer-widget__newsletter button[type=submit] {
  position: relative;
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--onyx-base, #C7844F);
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.footer-widget__newsletter button[type=submit]:hover {
  color: var(--onyx-black2, #2B1E16);
}
.footer-widget__newsletter button[type=submit]::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  background-color: var(--onyx-gray, #DED8D3);
  transition: all 500ms ease;
}
.footer-widget__newsletter button[type=submit]:hover::after {
  background-color: var(--onyx-base, #C7844F);
}
.footer-widget__top {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 21px;
}
.footer-widget__title-box {
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  background-color: var(--onyx-base2, #8A5133);
}
.footer-widget__title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8.75px;
  height: 8.75px;
  background-color: var(--onyx-base, #C7844F);
}
.footer-widget__title {
  font-size: 18px;
  color: var(--onyx-base);
  text-transform: capitalize;
  margin: 0;
}
.footer-widget--links-one {
  position: relative;
  right: -26px;
  padding-left: 50px;
}
.banner-text-container-about{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-text-container-about h1, .banner-text-container-about p{
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1199px) {
  .footer-widget--links-one {
    right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links-one {
    padding-left: 0px;
  }
}
.footer-widget--links-two {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .footer-widget--links-two {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget--links-two {
    padding-left: 0px;
  }
}
.footer-widget--contact {
  padding-left: 56px;
}
@media (max-width: 1199px) {
  .footer-widget--contact {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .footer-widget--contact {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget--contact {
    padding-left: 0px;
  }
}
.footer-widget__links {
  margin: 0;
}
.footer-widget__links li {
  font-size: 16px;
  color: var(--onyx-text-gray, #9A8B82);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 2.25;
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color: var(--onyx-base, #C7844F);
}
.footer-widget__info {
  margin: 0;
  padding-top: 16px;
}
.footer-widget__info li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--onyx-text-gray, #9A8B82);
  font-weight: 500;
  line-height: 18px;
}
.footer-widget__info li + li {
  margin-top: 20px;
}
.footer-widget__info li:nth-child(1) {
  display: block;
}
.footer-widget__info li:nth-child(1) a {
  line-height: 1.866;
  text-transform: capitalize;
}
.footer-widget__info li span {
  font-size: 18px;
  color: var(--onyx-base, #C7844F);
  margin-right: 15px;
}
.footer-widget__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__info li a:hover {
  background-size: 100% 1px;
}
.footer-widget__info li a:hover {
  color: var(--onyx-base, #C7844F);
}
.footer-widget__text {
  font-size: 14px;
  color: var(--onyx-text, #7A736A);
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  margin-top: -10px;
  margin-bottom: 21px;
  max-width: 201px;
}
.banner-section {
  background-color: #f8f9fa;
  padding-top: 80px;
}
.product-box{
  overflow: hidden;
  transition: 0.3s;
}
.product-box img {
  transition: 0.3s;
  transition: all 3s ease-in-out;
}
.product-box img:hover{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 3s ease-in-out;
}
.banner-image {
  width: 100%;
  height: auto;
}

.banner-text-container {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  color: white;
  left: 0; 
  right: 0; 
  margin-inline: auto; 
  width: 80%;
  text-align: center;
}

.get-btn{
  color: #ffffff;
  background-color: var(--onyx-base);
  padding: .8rem 1.5rem;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1rem;
  font-family: "Quicksand", serif;
    font-weight: 600;
}
.btn-second{
  margin-left: 1.5rem;
  color: var(--onyx-base);
    background-color: #ffffff;
}
.banner-text-container h1{
  font-size: 3rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-mobile{
  display: none;
}
.banner-text-container p{
  color: #ffffff;
  line-height: normal;
  font-size: 1.0rem;
  font-family: "Quicksand", serif;
  font-weight: 500;
}
.product-box{
  position: relative;
}
.product-text-box{
  position: absolute;
  bottom: 8px;
  left: 16px;
}
.product-text-box h3{
 color: #ffffff;
}
.product-text-box p{
  color: #ffffff;
 }
 .bg-gray{
  background-color: #F1F1F1;
 }
 .brands-logo{
     display: flex;
      gap: 85px;
      justify-content: center;
      padding: 1rem;
      align-items: center;
      list-style: none;
 }
 .brands-logo li img{
  height: 50px;
 }
 .brands-second{
  gap: 115px !important; 
 }
 .delivery-box{
 position: relative;
 }
 .delivery-text-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 65%;
 }
 .delivery-text-box h4{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.9rem;
 }
.delivery-text-box p{
  color: #ffffff;
  font-size: .8rem;
  font-style: italic;
  margin-bottom: 2rem;
 }
 .delivery-text-box .get-btn{
  padding: .8rem 3rem;
 }
 .who-heading{
  color: #3B7E30;
  text-transform: uppercase;
  font-weight: 600;
 }
 .delivering-box{
  border-left: 8px solid #367C2B;
 }
 .delivering-box h5{
  font-size: 1.4rem;
  margin-left: 2rem;
  line-height: normal;
 }

.offering-heading{
  font-style: italic;
  width: 70%;
  margin: auto;
  text-align: center;
}
.offering-heading span{
  color: #3B7E30;
}
.bg-box{
  background:  #F1F1F1;
  background: url(../images/services-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom:6rem;
}
.bg-box-second{
  background: linear-gradient(to right, #ffffff 20%, #F1F1F1 0%);
  padding: 2rem 0rem;
}
.services-img-box img{
  box-shadow: 28px 28px 0px 0px #3B7E30;
  border-radius: 12px;
}
.services-text-box{
  padding: 2rem;
}
.services-text-box span{
  color: #3B7E30;
}
 .choose-box{
  margin-top: -4rem;
  position: absolute;
  background-color: #171717;
  border: 10px solid #367C2B;
  padding: 2rem;
  border-radius: 5px;
 }
 .img-left{
  margin-left: -12%;
 }
 .mt-100{
  margin-top: 100px;
 }
 .choose-box h4{
  color: #ffffff;
 }
 .custom-list li{
  position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 11px;
 }
 .custom-list span{
  display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all 400ms ease;
 }
 .icon-check:before {
  content: "";
  background-image: url(../images/list-icon.png);
  background-size: 100%;
  height: 16px;
  width: 16px;
}
.custom-list-second{
  margin-top: 1.5rem;
}
.custom-list-second li{
  position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 1rem;
 }
 .banner-text-call h3{
  color: #ffffff;
  margin-bottom: 2rem;
 }
 .siding-options-heading p{
  font-weight: 400;
 }
 .banner-text-call{
  position: absolute;
  top: 50%;
  left: 76%;
  transform: translate(-50%, -50%);
  width: 35%;
 }
 .custom-list-second span{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all 400ms ease;
    
 }
 .icon-check-second:before {
  content: "";
  background-image: url(../images/list-icon-check.png);
  background-size: 100%;
  height: 16px;
  width: 20px;
}
 .choose-box ul li{
  color: #ffffff;
  margin-bottom: 1rem;
 }
 .choose-box a{
  padding: .8rem;
  background-color: #367c2b;
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 1.5rem;
  text-decoration: none;
 }
 .mv-box{
  background-color: rgba(54, 124, 43, 0.1);
    padding: 2rem;
    box-shadow: #367C2B99 0px 2px 8px 0px;
 }
 .mv-box h3{
  margin-top: 1rem;
 }
 .mv-box img{
  background-color: #000000;
  border: 4px solid #3B7E30;
  padding: 1rem;
  width: 80px;
 }
 .services-tabs{
  background-color: #F5F5F5;
  display: inline-flex;
  padding: .5rem;
  border-radius: 5px;
 }
 .services-tabs .nav-link{
  color: #575757;
  padding: .3rem .5rem;
  border: 1px solid #367c2b;
    margin-left: .5rem;
    margin-bottom: .2rem;
  
 }
 .services-tabs .nav-link.active{
  color: #ffffff;
  background-color: #367C2B;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }
 .banner-text-services-middle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
 }
 .banner-text-services-middles{
  padding: 1rem;
  background-color: #ffffff;
  border-bottom: 2px solid #d0cdcd;
  color: #000;
 }
 .banner-text-services-middles h3{
  color: #000000;
  text-align: center;
  font-style: italic;
 }
 .banner-text-services-middles p {
  color: #000000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
}
 .banner-text-services-middle h3{
  color: #ffffff;
  text-align: center;
  font-style: italic;
 }
.banner-text-services-middle p{
  color: #ffffff;
  text-align: center;
  font-weight: 400;
 }
 .services-items{
  width: 85%;
  margin: auto;
  margin-top: 2rem;
 }
 .services-item-line{
  margin: 2rem 0rem;
  border-bottom: 5px solid #F1F1F1;
 }
 .services-item{
  margin: 1rem 0rem;
  padding: .5rem;
  background-color: #F8F8F8;
  border-radius: 10px;
 }
 .services-item img{
  border-radius: 10px;
  border: 1px solid #85858530;
 }
 .services-item-content{
  padding: 1rem;
 }
 .services-item-content h4{
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
 }
 .services-item-content h4::before{
  content: "";
  width: 75%;
  height: .2em;
  background: #367C2B;
  position: absolute;
  bottom: -10px;
  left: 0;
 }
 .services-item-content p{
  margin-bottom: 0px;
 }
 .services-item-content h5{
  font-size: 14px;
 }
 .services-item-content p:nth-of-type(2){
  color: #858585;
  font-size: .9rem;
 }
 .services-box-call p{
 color: #424242;
 font-size: 1.2rem;
 line-height: 25px;
 display:none;
 }
 .services-box-call h3{
  color: #3B7E30;
  margin-bottom: 1.5rem;
 }
 .main-head{
  font-size: 3.5rem !important;
  font-weight: 800 !important;
 }
 .services-box-call{
  width: 70%;
  margin: auto;
 }
 .services-color{
  background-color: #403C3C;
 }
 footer{
  background-color: #1C1C1C;
 }
 .footer-logo{
  width: 300px;
 }
 .line-hr{
  display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 15px;
 }
 .line-hr::after {
  flex: 1;
  background: #5b605f;
  content: "";
  height: 1px;
  margin-top: 0rem;
  margin-left: 1rem;
}
 .footer-text{
  font-size: .9rem;
  color: #ffffff;

  line-height: normal;
 }
 footer h4{
  color: #676767;
  text-transform: uppercase;
  font-size: 1.3rem;
 }
 .footer-nav{
  list-style: none;
    color: #ffffff;
    font-size: .9rem;
   
    padding: 0;
 }
 .footer-nav li a{
  color: #ffffff;
 }
 .copyright-box{
  background-color: #2F2F2F;
  padding: 1rem;
  
 }
 .boxs-contact{
  padding: 2rem;
  background-color: #F1F1F1 !important;
 }
 .copyright-box p{
  color: #ffffff;
  font-style: italic;
  font-size: .9rem;
  margin-bottom: 0px;
 }
 .siding-colors-container{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
 }
 .color-box {
 height: 100px;
  background-color: red;
  margin: 10px;
  display: inline-block;
  border: 1px solid #8b87871f;
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}
.color-box span {
  opacity: 1;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  background: #3e7c2a;
  text-align: center;
  position: absolute;
  /* transition: opacity 1s; */
  font-size: .8rem;
  line-height: normal;
  position: absolute;
  bottom: -20px;
}
.color-box span:after {
  content: '';
  border-width: 5px;
  position: absolute;
  border-style: solid;
}
.color-box:hover span {
    opacity: 1;
}
.colors-para p{
  font-style: italic;
}
/* T-st = Top style tip */
.T-st{
  left: 0;  
  bottom: 100%;
}
.T-st:after {
    left: 45%;
    top: -10px;
    border-color: #3e7c2a transparent transparent transparent;
    transform: rotate(177deg);
}

.color-box:nth-child(1){
  background-color: #ffffff;
}
.color-box:nth-child(2){
  background-color: #F6F5F1;
}
.color-box:nth-child(3){
  background-color: #FBFCFB;
}
.color-box:nth-child(4){
  background-color: #F4F2E1;
}
.color-box:nth-child(5){
  background-color: #FDF7DC;
}
.color-box:nth-child(6){
  background-color: #F1EADA;
}
.color-box:nth-child(7){
  background-color: #E5DCBC;
}
.color-box:nth-child(8){
  background-color: #F2DFC3;
}
.color-box:nth-child(9){
  background-color: #CABEA1;
}
.color-box:nth-child(10){
  background-color: #B0B3AC;
}
.color-box:nth-child(11){
  background-color: #B4A393;
}
.color-box:nth-child(12){
  background-color: #AA9688;
}
.color-box:nth-child(13){
  background-color: #766B62;
}
.color-box:nth-child(14){
  background-color: #115148;
}
.color-box:nth-child(15){
  background-color: #594239;
}
.color-box:nth-child(16){
  background-color: #3C2A13;
}
.color-box:nth-child(17){
  background-color: #37261E;
}
.color-box:nth-child(18){
  background-color: #3F3A2D;
}
.color-box:nth-child(19){
  background-color: #383933;
}
.color-box:nth-child(20){
  background-color: #000000;
}
.color2:nth-child(1){
  background-color: #EEEFEC;
}
.color2:nth-child(2){
  background-color: #F0E9CF;
}
.color2:nth-child(3){
  background-color: #F8F1C6;
}
.color2:nth-child(4){
  background-color: #BEBEBB;
}
.color2:nth-child(5){
  background-color: #BFB5A0;
}
.color2:nth-child(6){
  background-color: #9B9990;
}
.color2:nth-child(7){
  background-color: #878E7C;
}
.color2:nth-child(8){
  background-color: #A39885;
}
.color2:nth-child(9){
  background-color: #89806B;
}
.color2:nth-child(10){
  background-color: #82392E;
}
.color2:nth-child(11){
  background-color: #858C81;
}
.color2:nth-child(12){
  background-color: #65615A;
}
.color2:nth-child(13){
  background-color: #51626b;
}
.color2:nth-child(14){
  background-color: #465569;
}
.border-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaf1f7;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
.pentagon-box-inner{
  padding: 0 20px;
}
.delivery-info-box {
  position: relative;
  z-index: 1;
  height: 100%;
}
.slider-box-main{
  border-right: 0px;
  padding-bottom: 2rem;
  background-color: #eaf1f7;
}
.box-w{
  max-width: 100%;
}
.pentagon-box {
  background-color: #eaf1f7;
  position: relative;
  margin: 0 auto;
  text-align: left;
  height: 100%;
  display: grid;
  place-items: center;
}

.pentagon-box h2 {
  color: #2d5a27;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
}

/* .pentagon-box h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 26%;
  transform: translateX(-50%);
  width: 28%;
  height: 2px;
  background-color: #2d5a27;
} */

.pentagon-box p {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.request-quote-btn {
  display: inline-block;
  background-color: #68a661;
  color: white;
  padding: 12px 35px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.request-quote-btn:hover {
  background-color: #548c4d;
  color: white;
  text-decoration: none;
}
.sliding-box-img{
  border-right: 8px solid #3B7E30;
  border-bottom: 8px solid #3B7E30;
  position: relative;
}
.sliding-box-img img{
   height: 450px;
  object-fit: cover;
}
.border-box-second{
    border-right: auto;
    border-left: 0px;
    padding-bottom: 2rem;
}
.border-box-second .pentagon-box{
  text-align: end;
}
.border-box-second .sliding-box-img{
  border-right: 0px;
  border-left: 8px solid #3B7E30;
  border-bottom: 8px solid #3B7E30;
}
.border-image-section {
  position: relative;
  margin: 40px 0;
}

.border-image-section img {
  display: block;
  max-height: 500px;
  object-fit: cover;
}

.green-border-element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
}

/* Change from L shape to X corner lines */
.green-border-element:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 7px;
  height: 30px;
  background-color: #3b7e30;
  transform: rotate(90deg);
  transform-origin: bottom right;
}

/* Add another element for the second line of the X */
.green-border-element:before {
  content: '';
  position: absolute;
  right: -16px;
  bottom: 0;
  width: 8px;
  height: 25px;
  background-color: #3b7e30;
  transform: rotate(180deg);
  transform-origin: bottom left;
}
.border-box-second .green-border-element:after{
  left: -36px;
  right: auto;
}
.border-box-second .green-border-element:before{
  right: auto;
  left: 0;
}
.g-box{
  width: 100%;
}
 @media (max-width: 768px) {
  .banner-desktop {
    display: none;
}
.main-header__logo__two{
  width: 220px;
}
.dropdown a:after{
  display: none;
}
.banner-mobile {
  display: block !important;
}
.banner-text-container h1{
  font-size: 1.4rem;
  padding: 0rem 1.5rem;
}
.sliding-box-img{
  margin: 1rem;
}
.banner-text-container {
  position: absolute;
  top: 58%;
  /* left: auto; */
  transform: translateY(-50%);
  width: 100%;
  color: white;
  padding: 1rem;
}
.get-btn{
  font-size: 12px;
}
.product-section .mobile-box{
  margin-top: 1rem;
}
.brands-logo{
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.brands-logo li{
  padding: 1rem;
}
.delivery-title br{
  display: none;
}
.delivery-title{
  margin-bottom: 30px;
}
.delivery-box img{
  height: 375px;
  object-fit: cover;
}
.delivery-text-box{
  width: 92%;
}
.footer-map{
  margin-bottom: 1rem;
}
.copyright-box p{
  text-align: center;
}
.mv-box{
  margin-bottom: 2rem;
}
.choose-box{
  margin-top: auto; 
 position:initial;
}
.banner-image{
  height: 350px;
  object-fit: cover;
}
.img-left{
  margin-left: auto;
  margin-top: 1.5rem;
}
.mt-100{
  margin-top: 60px;
}
.delivering-box h5{
  margin-bottom: 0rem;
}
.who-heading{
  margin-bottom: 1.5rem;
}
.offering-heading{
  width: 100%;
}
.bg-box, .bg-box-second{
  background:#F1F1F1;
}
.services-text-box{
  padding: 1rem;
}
.banner-text-call {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner-text-call h3{
  margin-bottom: 1rem;
}
.call-banner-bg-mobile img{
  height: 150px;
    object-fit: cover;
}
.banner-text-services-middle{
  width: 100%;
}
.services-tab-boxs-image img{
  height: 180px;
  object-fit: fill;
}
.services-box-call{
  width: 100%;
}
.siding-colors-container{
  grid-template-columns: repeat(2, 1fr);
}
.main-head{
  font-size: 2.5rem !important;
  font-weight: 800 !important;
 }
 .pentagon-box h2{
  font-size: 2.5rem;
  margin-top: 1rem;
 }
 .pentagon-box h2::after{
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
 }
 .pentagon-box p{
  font-size: 1.2rem;
 }
 .pentagon-box-inner{
  margin-bottom: 4rem;
 }
 }
