.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #16171a;
  inset: 0;
  display: grid;
  place-content: center;
}

/* .loader {
  --r1: 154%;
  --r2: 68.5%;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(var(--r1) var(--r2) at top, #0000 79.5%, var(--brand-base) 80%), radial-gradient(var(--r1) var(--r2) at bottom, var(--brand-base) 79.5%, #0000 80%), radial-gradient(var(--r1) var(--r2) at top, #0000 79.5%, var(--brand-base) 80%), #ccc;
  background-size: 50.5% 220%;
  background-position: -100% 0%, 0% 0%, 100% 0%;
  background-repeat: no-repeat;
  animation: l9 2s infinite linear;
}
@keyframes l9 {
  33% {
    background-position: 0% 33%, 100% 33%, 200% 33%;
  }
  66% {
    background-position: -100% 66%, 0% 66%, 100% 66%;
  }
  100% {
    background-position: 0% 100%, 100% 100%, 200% 100%;
  }
} */

.loader {
  width: fit-content;
  font-size: 40px;
  font-family: 'AvertaStd', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0000;
  -webkit-text-stroke: 1px var(--brand-base);
  background: radial-gradient(0.71em at 50% 1em, var(--brand-base) 99%, var(--brand-base) 101%) calc(50% - 1em) 1em/2em 200% repeat-x text, radial-gradient(0.71em at 50% -0.5em, var(--brand-base) 99%, var(--brand-base) 101%) 50% 1.5em/2em 200% repeat-x text;
  animation: l10-0 0.8s linear infinite alternate, l10-1 4s linear infinite;
}

/* .loader:before {
  content: "G-Crankz";
} */

.loader svg {
  width: 240px;
}

@keyframes l10-0 {
  to {
    background-position-x: 50%, calc(50% + 1em);
  }
}

@keyframes l10-1 {
  to {
    background-position-y: -0.5em, 0;
  }
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  background-color: var(--brand-primary);
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: block;
  background-color: rgb(242, 237, 235);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: 1;
}

.main-menu__wrapper-inner-content {
  position: relative;
  display: block;
  padding-left: 235px;
  padding-right: 235px;
  z-index: 1;
}

.main-menu__update-box {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 2;
  padding-left: 235px;
  padding-right: 235px;
}

.main-menu__update-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--brand-base);
  padding-right: 40px;
  flex-wrap: wrap;
}

.main-menu__update-box-left {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 795px;
  width: 100%;
}

.main-menu__update-icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-black);
  padding: 13.5px 40px 13.5px;
}

.main-menu__update-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__update-icon span {
  position: relative;
  display: inline-block;
  font-size: 23px;
  color: var(--brand-white);
}

.main-menu__update-icon-text {
  margin-left: 15px;
}

.main-menu__update-icon-text p {
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-white);
  line-height: 14px;
}

.main-menu__update-carousel-box {
  position: relative;
  display: block;
  max-width: 615px;
  width: 100%;
  margin-left: 30px;
}

.main-menu__update-carousel {
  position: relative;
  display: block;
}

.main-menu__update-single {
  position: relative;
  display: block;
}

.main-menu__update-text {
  font-size: 14px;
  font-weight: 600;
  color: #fcc9d3;
  line-height: 24px;
}

.main-menu__update-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 62%;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}

.main-menu__update-carousel.owl-theme .owl-nav .owl-next {
  color: var(--brand-white);
  font-size: 18px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__update-carousel.owl-theme .owl-nav .owl-prev {
  color: var(--brand-white);
  font-size: 18px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__update-carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.main-menu__update-carousel.owl-theme .owl-nav .owl-next span,
.main-menu__update-carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu__update-carousel.owl-theme .owl-nav .owl-next:hover,
.main-menu__update-carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--brand-black);
  background-color: transparent;
}

.main-menu__update-box-right {
  position: relative;
  display: block;
}

.main-menu__social-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__social-title {
  font-size: 14px;
  color: #fcc9d3;
  font-weight: 600;
  line-height: 24px;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--brand-white);
  height: 26px;
  width: 26px;
  background-color: var(--brand-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__social a:hover {
  background-color: var(--brand-white);
  color: var(--brand-base);
}

.main-menu__social a+a {
  margin-left: 10px;
}

.main-menu__top {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 11px 0;
  z-index: 1;
}

.main-menu__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  display: flex;
  align-items: center;
  z-index: 5;
}

.main-menu__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu__search-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  display: flex;
  align-items: center;
  z-index: 5;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--brand-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--brand-base);
}

.main-menu__search span {
  font-size: 16px;
  color: var(--brand-gray);
  font-weight: 500;
  font-family: var(--brand-font);
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.main-menu__top-left {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 20px;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-menu__contact-list li .icon i {
  font-size: 14px;
  color: var(--brand-base);
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-gray);
}

.main-menu__contact-list li .text p a {
  color: var(--brand-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--brand-base);
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__top-menu li+li {
  margin-left: 35px;
}

.main-menu__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--brand-gray);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__top-menu li a:hover {
  color: var(--brand-base);
}

.main-menu__top-menu li a:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -17px;
  width: 1px;
  background-color: #e3dbd8;
  transform: rotate(10deg);
}

.main-menu__top-menu li:first-child a:before {
  display: none;
}

.main-menu__bottom {
  display: block;
}

.main-menu__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--brand-white);
  padding: 0 40px;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  z-index: 5;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu__call-icon img {
  width: auto;
}

.main-menu__call-content {
  margin-left: 10px;
}

.main-menu__call-sub-title {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}

.main-menu__call-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.main-menu__call-number span {
  font-size: 14px;
  color: var(--brand-gray);
  font-weight: 400;
}

.main-menu__call-number a {
  color: var(--brand-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--brand-base);
}

.main-menu__btn-box {
  position: relative;
  display: block;
  margin-left: 40px;
}

.main-menu__btn {
  padding: 10px 49px 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-gray);
  background-color: transparent;
  border: 1px solid var(--brand-bdr-color);
}

.stricky-header.main-menu {
  background-color: var(--brand-primary);
}

.stricky-header .main-menu__top {
  display: none;
}

.stricky-header .main-menu__update-box {
  display: none;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--brand-gray);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.main-menu .main-menu__list>li.current_page_item>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current_page_item>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--brand-black);
  text-shadow: 0.05px 0 0 rgba(22, 23, 26, 0.8);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 10px 14px 10px;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--brand-gray);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px 8px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--brand-white);
  letter-spacing: var(--brand-letter-spacing-two);
  border-bottom: 1px solid var(--brand-bdr-color);
  text-transform: capitalize;
}

.main-menu .main-menu__list>li>ul>li:last-child>a,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child>a,
.stricky-header .main-menu__list>li>ul>li:last-child>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--brand-primary);
  color: var(--brand-black);
  padding-left: 15px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--brand-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--brand-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--brand-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--brand-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--brand-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--brand-black);
  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;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__content .logo-box h1 {
  color: #fff;
  text-transform: capitalize;
}

.mobile-nav__close {
  /* position: absolute;
  top: 20px;
  right: 15px; */
  font-size: 18px;
  color: var(--brand-white);
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: transparent;
  display: inline-flex;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--brand-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
  text-transform: capitalize;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--brand-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--brand-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--brand-base);
  border: none;
  outline: none;
  color: #fff;
  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;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a.expand button,
.mobile-nav__content .main-menu__list>li>ul>li>a.expand button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expand button {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--brand-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--brand-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--brand-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--brand-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--brand-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--brand-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--brand-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -23px;
  margin-bottom: -23px;
}

.home-showcase__inner {
  padding: 40px 40px 36px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__image {
  position: relative;
  background-color: var(--brand-base);
  overflow: hidden;
}

.home-showcase__image>img {
  width: 100%;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-showcase__image:hover>img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.home-showcase__buttons__item {
  padding: 10px 20px 11px;
  width: 150px;
  text-align: center;
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-black);
  margin-top: 17px;
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--brand-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two.bg-header {
  background: #16171a;
}

.stricky-header.main-menu-two {
  background-color: var(--brand-black);
}

.main-header-two__top {
  position: relative;
  display: block;
  display: none;
  background-color: var(--brand-black);
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 60px;
}

.main-header-two__top-left {
  position: relative;
  display: block;
}

.main-header-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.main-header-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li+li {
  margin-left: 20px;
}

.main-header-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-header-two__contact-list li .icon i {
  font-size: 14px;
  color: var(--brand-base);
}

.main-header-two__contact-list li .text {
  margin-left: 10px;
}

.main-header-two__contact-list li .text p {
  font-size: 13px;
  font-weight: 500;
  color: #68696c;
}

.main-header-two__contact-list li .text p a {
  color: #68696c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__contact-list li .text p a:hover {
  color: var(--brand-base);
}

.main-header-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-menu {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5.5px 0;
  display: none;
}

.main-header-two__top-menu li+li {
  margin-left: 35px;
}

.main-header-two__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #68696c;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-menu li a:hover {
  color: var(--brand-white);
}

.main-header-two__top-menu li a:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -17px;
  width: 1px;
  background-color: #1e2129;
  transform: rotate(10deg);
}

.main-header-two__top-menu li:first-child a:before {
  display: none;
}

.main-header-two__social-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 60px;
  background-color: var(--brand-base);
  overflow: hidden;
  padding: 8px 60px 8px;
  z-index: 1;
}

.main-header-two__social-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

.main-header-two__social-shape img {
  width: auto;
}

.main-header-two__social-title {
  font-size: 14px;
  color: #fcc9d3;
  font-weight: 500;
  line-height: 14px;
}

.main-header-two__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-header-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  background-color: var(--brand-black);
  border-radius: 50%;
  font-size: 10px;
  color: var(--brand-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__social a+a {
  margin-left: 10px;
}

.main-header-two__social a:hover {
  background-color: var(--brand-white);
  color: var(--brand-base);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  padding: 0 60px 0;
}

.default-header .main-menu-two__wrapper-inner {
  display: block;
  padding: 0;
}

.default-header .main-menu-two__left {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
}

.main-menu-two__left {
  display: flex;
  align-items: center;
}

.main-menu-two__logo {
  display: block;
  padding-right: 145px;
}

.default-header .main-menu-two__logo {
  padding-right: 0;
}

.main-menu-two__logo h1 {
  padding: 10px 0;
  padding-bottom: 12px;
  text-transform: capitalize;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  display: flex;
  align-items: center;
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
}

.main-menu-two__btn {
  padding: 10px 49px 10px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #28292b;
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-right: 40px;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__call-icon img {
  width: auto;
}

.main-menu-two__call-content {
  margin-left: 10px;
}

.main-menu-two__call-sub-title {
  font-size: 14px;
  color: #68696c;
  line-height: 14px;
  margin-bottom: 8px;
}

.main-menu-two__call-number {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: var(--brand-white);
}

.main-menu-two__call-number span {
  font-size: 14px;
  color: #68696c;
  font-weight: 400;
}

.main-menu-two__call-number a {
  color: var(--brand-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--brand-base);
}

.main-menu-two__search-cart-box {
  display: flex;
  align-items: center;
  display: none;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search-box:before {
  content: "";
  position: absolute;
  top: -13px;
  bottom: -13px;
  left: -30px;
  width: 1px;
  background-color: rgba(var(--brand-white-rgb), 0.1);
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--brand-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--brand-base);
}

.main-menu-two__cart-box {
  position: relative;
  display: block;
}

.main-menu-two__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--brand-white);
  margin-left: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart:hover {
  color: var(--brand-base);
}

.main-menu-two .main-menu__list>li+li,
.stricky-header.main-menu-two .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--brand-white);
}

.default-header .main-menu-two .main-menu__list>li>a,
.default-header .stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--brand-black);
}

.main-menu-two .main-menu__list>li.current_page_item>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current_page_item>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--brand-white);
  text-shadow: 0.05px 0 0 rgba(255, 255, 255, 0.8);
}

.default-header .main-menu-two .main-menu__list>li.current_page_item>a,
.default-header .main-menu-two .main-menu__list>li:hover>a,
.default-header .stricky-header.main-menu-two .main-menu__list>li.current_page_item>a,
.default-header .stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--brand-black);
  text-shadow: 0.05px 0 0 rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  z-index: 999;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: block;
  padding-left: 257px;
}

.main-menu-three__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  display: flex;
  align-items: center;
  z-index: 5;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--brand-primary);
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--brand-primary);
  padding: 5.5px 60px 5.5px;
}

.main-menu-three__top-inner:before {
  content: "";
  position: absolute;
  top: 78px;
  left: 0;
  border-left: 6px solid var(--brand-bdr-color);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.main-menu-three__top-left {
  position: relative;
  display: block;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li+li {
  margin-left: 20px;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-menu-three__contact-list li .icon i {
  font-size: 14px;
  color: var(--brand-base);
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 13px;
  font-weight: 500;
  color: var(--brand-gray);
}

.main-menu-three__contact-list li .text p a {
  color: var(--brand-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--brand-base);
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  background-color: var(--brand-white);
  color: var(--brand-black);
  font-size: 10px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__social a:hover {
  background-color: var(--brand-base);
  color: var(--brand-white);
}

.main-menu-three__social a+a {
  margin-left: 10px;
}

.main-menu-three__top-menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-menu-three__top-menu li+li {
  margin-left: 35px;
}

.main-menu-three__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--brand-gray);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__top-menu li a:hover {
  color: var(--brand-base);
}

.main-menu-three__top-menu li a:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -17px;
  width: 1px;
  background-color: #e4dcd9;
  transform: rotate(10deg);
}

.main-menu-three__top-menu li:first-child a:before {
  display: none;
}

.main-menu-three__bottom {
  display: block;
}

.main-menu-three__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 60px;
  border-left: 1px solid var(--brand-bdr-color);
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 90px;
}

.main-menu-three__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__call-icon img {
  width: auto;
}

.main-menu-three__call-content {
  margin-left: 10px;
}

.main-menu-three__call-sub-title {
  font-size: 14px;
  color: var(--brand-gray);
  line-height: 14px;
  margin-bottom: 8px;
}

.main-menu-three__call-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--brand-black);
}

.main-menu-three__call-number span {
  font-size: 14px;
  color: var(--brand-gray);
  font-weight: 400;
}

.main-menu-three__call-number a {
  color: var(--brand-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__call-number a:hover {
  color: var(--brand-base);
}

.main-menu-three__search-cart-box {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search-box:before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -30px;
  width: 1px;
  background-color: var(--brand-bdr-color);
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--brand-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--brand-base);
}

.main-menu-three__cart-box {
  position: relative;
  display: block;
}

.main-menu-three__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--brand-black);
  margin-left: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__cart:hover {
  color: var(--brand-base);
}

.main-menu-three__btn {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__btn a {
  position: relative;
  display: block;
  background-color: var(--brand-base);
  padding: 28px 60px 28px;
  color: var(--brand-white);
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-three__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 107px;
  background-image: url(assets/images/shapes/main-menu-three-btn-shape.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}

.main-menu-three__btn a:hover {
  background-color: var(--brand-black);
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 28px;
  padding-bottom: 28px;
}

.stricky-header.main-menu-three {
  background-color: var(--brand-white);
}

.stricky-header .main-menu-three__top {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--brand-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--brand-base);
  border: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--brand-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover:before {
  width: 150%;
}

/* 
*/
body.boxed-wrapper {
  background-color: var(--brand-primary);
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .main-menu__call {
  display: none;
}

.boxed-wrapper .main-menu .main-menu__list>li+li,
.boxed-wrapper .stricky-header .main-menu__list>li+li {
  margin-left: 42px;
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu__top {
    display: none;
  }

  .main-menu__update-box {
    display: none;
  }

  .main-menu .mobile-nav__toggler {
    display: inline-block;
    padding: 30px 0;
  }

  .main-menu__call {
    display: none;
  }

  .main-header-two__top-menu {
    display: none;
  }

  .main-header-two__top-inner {
    padding-left: 30px;
  }

  .main-header-two__social-box {
    margin-left: 0;
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-header-two__contact-list li+li {
    margin-left: 14px;
  }

  .main-menu-two__wrapper-inner {
    padding: 0 30px 0;
  }

  .main-menu-two__logo {
    padding-right: 50px;
  }

  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--brand-white);
  }

  .main-menu-three__top {
    display: none;
  }

  .main-menu-three__call {
    display: none;
  }

  .main-menu-three .mobile-nav__toggler {
    display: inline-block;
    padding: 28px 0;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 2000px) {
  .main-menu-two__logo {
    padding-right: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu__top {
    display: none;
  }

  .main-menu__update-box {
    display: none;
  }

  .main-menu .mobile-nav__toggler {
    display: inline-block;
    padding: 30px 0;
  }

  .main-menu__call {
    display: none;
  }

  .main-menu__search-box {
    display: none;
  }

  .main-menu__wrapper-inner-content {
    padding-right: 50px;
  }

  .main-header-two__top {
    display: none;
  }

  .main-menu-two__wrapper-inner {
    padding: 0 30px 0;
  }

  .main-menu-two__logo {
    padding-right: 50px;
  }

  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--brand-white);
  }

  .main-menu-two__call {
    display: none;
  }

  .main-menu-two__btn-box {
    margin-right: 70px;
    margin-right: 0;
  }

  .main-slider-two__shadow {
    top: 0;
  }

  .main-menu-three__top {
    display: none;
  }

  .main-menu-three__call {
    display: none;
  }

  .main-menu-three .mobile-nav__toggler {
    display: inline-block;
    padding: 28px 0;
  }

  .main-menu-three__search-cart-box {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .main-menu__top {
    display: none;
  }

  .main-menu__update-box {
    display: none;
  }

  .main-menu .mobile-nav__toggler {
    display: inline-block;
    padding: 30px 0;
  }

  .main-menu__right {
    display: none;
  }

  .main-menu__search-box {
    display: none;
  }

  .main-menu__wrapper-inner-content {
    padding-right: 20px;
  }

  .main-menu__bottom-inner {
    max-width: 50px;
    width: 100%;
    margin-left: auto;
    justify-content: center;
  }

  .main-menu__logo {
    left: 20px;
  }

  .main-header-two__top {
    display: none;
  }

  .main-menu-two__wrapper-inner {
    padding: 0 30px 0;
  }

  .main-menu-two__logo {
    padding-right: 0px;
  }

  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--brand-white);
  }

  .main-menu-two__right {
    display: none;
  }

  .main-menu-two__left {
    justify-content: space-between;
    flex: 1;
  }

  .main-slider-two__shadow {
    top: 0;
  }

  .main-menu-three__top {
    display: none;
  }

  .main-menu-three__right {
    display: none;
  }

  .main-menu-three .mobile-nav__toggler {
    display: inline-block;
    padding: 28px 0;
  }

  .main-menu-three__logo {
    left: 20px;
  }

  .main-menu-three__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }

  .main-menu-three__logo {
    position: relative;
    left: 0;
  }

  .main-menu-three__bottom-inner {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1765px) {
  .main-menu__call {
    display: none;
  }

  .main-menu__btn-box {
    margin-left: 0;
  }

  .main-menu__bottom-inner {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-menu__call {
    display: none;
  }

  .main-menu__btn-box {
    margin-left: 0;
  }

  .main-menu__bottom-inner {
    padding: 0 20px;
  }

  .main-menu__wrapper-inner-content {
    padding-left: 160px;
    padding-right: 160px;
  }

  .main-menu .main-menu__list>li+li,
  .stricky-header .main-menu__list>li+li {
    margin-left: 30px;
  }

  .main-menu__logo {
    left: 10px;
  }

  .main-menu__search-box {
    right: 10px;
  }

  .main-menu__btn {
    padding: 9px 25px 9px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .main-menu__update-box {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .main-menu-two__call {
    display: none;
  }

  .main-menu-two__btn-box {
    margin-right: 70px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-menu-two__call {
    display: none;
  }

  .main-menu-two__search-cart-box {
    display: none;
  }

  .main-menu-two .main-menu__list>li+li,
  .stricky-header.main-menu-two .main-menu__list>li+li {
    margin-left: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-two__logo {
    padding-right: 60px;
  }

  .main-menu-two__call {
    display: none;
  }

  .main-menu-two__search-cart-box {
    display: none;
  }

  .main-menu-two__wrapper-inner {
    padding: 0 30px 0;
  }

  .main-header-two__top-menu {
    display: none;
  }

  .main-header-two__top-inner {
    padding-left: 30px;
  }

  .main-header-two__social-box {
    margin-left: 0;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1770px) {
  .main-menu-three__call {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-menu-three__call {
    display: none;
  }

  .main-menu-three__btn {
    display: none;
  }

  .main-menu-three__top-menu {
    display: none;
  }
}

.main-menu-two__call-sub-title,
.main-menu-two__call-number span {
  color: #fff !important;
}

@media (max-width: 1200px) {
  .main-header-two__contact-list li .text p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .mobile-nav__wrapper.expanded {
    display: none;
  }
}

/*  */
.cookie {
  background: #16171a;
  border: 1px solid #25262b;
  border-radius: 0;
  bottom: 32px;
  box-shadow: 0 24px 20px #2c1f160a, 0 16px 16px #2c1f1614, 0 2px 8px #2c1f161a;
  left: 50%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 16px;
  position: fixed;
  transform: translate(-50%);
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1583px) {
  .cookie {
    width: calc(100% - 96px);
  }
}

@media (max-width: 1199px) {
  .cookie {
    width: calc(100% - 64px);
  }
}

@media (max-width: 959px) {
  .cookie {
    width: calc(100% - 48px);
  }
}

@media (max-width: 599px) {
  .cookie {
    padding: 12px;
    width: calc(100% - 32px);
  }
}

.cookie__inner {
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 599px) {
  .cookie__inner {
    flex-direction: column;
    row-gap: 16px;
  }
}

.cookie__inner svg {
  color: #faf8f8;
  display: block;
  height: 24px;
  width: 24px;
}

@media (max-width: 599px) {
  .cookie__inner .btn--regular {
    padding: 7px 15px;
  }
}

@media (max-width: 959px) {
  .cookie__inner .btn {
    border-radius: 8px;
  }
}

.cookie__inner-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 16px;
}

.cookie__inner-text a {
  color: var(--brand-base);
}

.cookie__inner .thm-btn {
  flex-shrink: 0;
}

#cursor-fluid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  pointer-events: none;
  z-index: 9999;
}

a, button, input {
  z-index: 10000;
  position: relative;
}