body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--topas63-font);
}
.page-wrapper,
body.locked {
  overflow: hidden;
}
.section-title-two__title .split-line,
.section-title__title .split-line {
  text-transform: none;
}
.custom-cursor__cursor-two,
.custom-cursor__hover,
.section-title-two__title span,
.section-title__tagline-shape,
.thm-btn,
.thm-btn-two span::before {
  background-color: var(--topas63-base);
}
.thm-btn-two span::before,
.thm-btn::before {
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  content: "";
}
#particles-js,
.thm-btn-two i::after,
.thm-btn-two span::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
:root {
  --topas63-font: "Outfit", sans-serif;
  --topas63-font-two: "Roboto Serif", serif;
  --topas63-gray: #6b778b;
  --topas63-gray-rgb: 107, 119, 139;
  --topas63-base: #1d699a;
  --topas63-base-rgb: 29, 105, 154;
  --topas63-black: #052143;
  --topas63-black-rgb: 5, 33, 67;
  --topas63-primary: #f75700;
  --topas63-primary-rgb: 247, 87, 0;
  --topas63-white: #ffffff;
  --topas63-white-rgb: 255, 255, 255;
  --topas63-bdr-color: #d1e3fb;
  --topas63-bdr-color-rgb: 209, 227, 251;
  --topas63-yel: #ffc224;
  --topas63-yel-rgb: 255, 194, 36;
  --topas63-ccc: #ffffff33;
  --topas63-ccc-rgb: 255, 255, 255, 0.2;
  --topas63-gradient1: #ffb646;
  --topas63-gradient: linear-gradient(
    90deg,
    #f75700 0%,
    var(--topas63-gradient1) 100%
  );
}

.row {
  --bs-gutter-x: 24px;
}
.gutter-y-24 {
  --bs-gutter-y: 24px;
}
body {
  color: var(--topas63-gray);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
a {
  color: var(--topas63-base);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--topas63-black);
  margin: 0;
}
.loader div:last-child,
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
.custom-cursor__cursor,
.custom-cursor__cursor-two {
  position: fixed;
  pointer-events: none;
  z-index: 999991;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
.list-unstyled {
  padding-left: 0;
}
@media (min-width: 1314px) {
  .container {
    max-width: 1314px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.section-title__tagline,
.section-title__title {
  color: var(--topas63-black);
  font-weight: 600;
  text-transform: capitalize;
}
#particles-js {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
}
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--topas63-base);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    width 0.3s,
    height 0.3s,
    opacity 0.3s;
  transition:
    width 0.3s,
    height 0.3s,
    opacity 0.3s;
}
.custom-cursor__hover {
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.loader,
.thm-btn-two > i {
  align-items: center;
  display: flex;
}
.thm-btn-two span::before {
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: 0.8s cubic-bezier(0, 0.96, 0.58, 1.1);
}
.thm-btn-two:hover span::before {
  transform: scaleX(1);
  transition: 2s cubic-bezier(0, 0.96, 0.58, 1.1);
}
.thm-btn-two span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 121px;
  height: 31px;
  transform: rotate(35deg);
  background-color: rgba(var(--topas63-white-rgb), 0.1);
  z-index: -1;
}
.thm-btn-two > i {
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 1;
}
.thm-btn-two i::after {
  content: "";
  left: 0;
  top: 0;
  background-color: var(--topas63-base);
  background-position: right center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scaleX(0);
  transition: 0.9s cubic-bezier(0, 0.96, 0.58, 1.1);
}
.thm-btn-two:hover i::after {
  transform: scaleX(1);
  transition: 3.5s cubic-bezier(0, 0.96, 0.58, 1.1);
}

.thm-btn,
.thm-btn-two span {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  outline: 0 !important;
  border-radius: 25px;
  z-index: 2;
  text-align: center;
}
.thm-btn-two span,
.thm-btn-two > i {
  position: relative;
  background-color: var(--topas63-primary);
  font-size: 18px;
  color: var(--topas63-white);
  overflow: hidden;
  border: 1px solid var(--topas63-white);
  z-index: 2;
}
.thm-btn {
  position: relative;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  color: var(--topas63-white);
  padding: 11px 25px 12px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.thm-btn::before {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: -20px;
  right: -7px;
  background-color: rgba(var(--topas63-white-rgb), 0.3);
  border-radius: 50%;
  transform: scaleX(1);
  transition: 0.8s cubic-bezier(0, 0.96, 0.58, 1.1);
  z-index: -1;
}
.thm-btn:hover::before {
  background-color: rgba(var(--topas63-black-rgb), 1);
  width: 120%;
  height: 200%;
  transform: scaleX(1);
  transition: 2s cubic-bezier(0, 0.96, 0.58, 1.1);
}

.section-title__tagline-box,
.thm-btn-two {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.thm-btn-two span {
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 400;
  padding: 11px 20px 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot:hover span:before,
.thm-btn-two:hover i,
.thm-btn-two:hover span,
.thm-btn:hover {
  color: var(--topas63-white);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  justify-content: center;
}
.loader div {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: 1.4s linear infinite bouncing;
}
.loader div:first-child {
  background-color: rgba(var(--topas63-base-rgb), 1);
}
.loader div:nth-child(2) {
  background-color: rgba(var(--topas63-base-rgb), 0.7);
  animation-delay: 0.2s;
}
.loader div:nth-child(3) {
  background-color: rgba(var(--topas63-base-rgb), 0.4);
  animation-delay: 0.4s;
}
@keyframes bouncing {
  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }
  45% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    transform: translateY(50px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }
  55% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}

.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-item > a::after,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a,
.main-menu .main-menu__list > li:hover > a::after,
.scroll-to-top:hover,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-item > a::after,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li:hover > a::after {
  color: var(--topas63-base);
}

.main-header {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: 0 0;
  transition: 0.5s;
  z-index: 999;
}
.main-menu__top {
  position: relative;
  display: block;
  background-color: #052244;
}
.main-menu__top .container,
.main-menu__wrapper > .container {
  max-width: 1424px;
}
.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 0;
}
.main-menu__category-icon,
.main-menu__contact-list,
.main-menu__contact-list li,
.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu__contact-list li + li {
  margin-left: 46px;
}
.main-menu__contact-list li .text,
.mobile-nav__buttons a + a,
.owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--topas63-white-rgb), 0.3);
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.main-menu__contact-list li:first-child:before,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu__contact-list li .icon i {
  font-size: 15px;
  color: var(--topas63-yel);
  position: relative;
  display: inline-block;
}
.main-menu__contact-list li .text p {
  font-size: 16px;
  line-height: 16px;
  color: var(--topas63-white);
}
.main-menu__contact-list li .text p a {
  color: var(--topas63-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu__contact-list li .text p a:hover {
  color: var(--topas63-yel);
}
.main-menu,
.main-menu__wrapper {
  position: relative;
  display: block;
}
.main-menu__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #cdd0ce;
  z-index: -1;
}
.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-menu__left {
  display: flex;
  align-items: center;
  gap: 60px;
  /* padding: 22.5px 0; */
}
.main-menu__logo {
  display: block;
  padding: 6.5px 0;
}
.main-menu__category-box {
  position: relative;
  display: block;
  cursor: pointer;
}
.main-menu__category-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--topas63-bdr-color);
  padding: 8px 15px;
  border-radius: 8px;
}
.main-menu__category-btn i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--topas63-base);
}
.main-menu__category-btn p {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  padding-right: 12px;
}
.main-menu-two__wrapper,
.main-menu__cart,
.main-menu__category-content,
.main-menu__category-sub-menu li,
.main-menu__search-box {
  display: block;
  position: relative;
}
.main-menu__category-btn span {
  font-size: 9px;
  color: var(--topas63-base);
}
.main-menu__category-sub-menu {
  padding: 17px 10px 10px;
  margin: 0;
  position: absolute;
  top: 151%;
  left: 0;
  background: var(--topas63-white);
  border-radius: 0 0 10px 10px;
  transition: 0.7s;
  box-shadow: 0 7px 18px rgba(24, 16, 16, 0.0509803922);
  min-width: 410px;
  -moz-column-count: 2;
  column-count: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.main-menu__category-box:hover .main-menu__category-sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.main-menu__category-sub-menu li + li {
  margin-top: 20px;
}
.main-menu__category-sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 10px;
  padding: 10px;
}
.main-menu__category-sub-menu li a:hover {
  background-color: #fcfcff;
}
.main-menu__category-icon img {
  width: auto;
}
.main-menu__category-content {
  flex: 1;
}
.main-menu__category-content h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu__category-content p {
  font-size: 14px;
  line-height: 14px;
  color: var(--topas63-gray);
}
.main-menu__cart a,
.main-menu__search {
  height: 40px;
  width: 40px;
  color: var(--topas63-base);
  -webkit-transition: 0.5s;
  font-size: 18px;
}
.main-menu__main-menu-box {
  display: block;
}
.main-menu__cart a,
.main-menu__right,
.main-menu__search {
  display: flex;
  position: relative;
}
.main-menu__right {
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px 0;
}

.main-menu__right li {
  list-style: none;
}

.main-menu__right li.button a {
  padding: 10px 10px !important;
  border-radius: 5px;
  font-size: 14px;
  color: var(--topas63-white);
  border: none;
  background: var(--topas63-gradient) !important;
  position: relative;
  letter-spacing: 0.5px;
  z-index: 1;
  overflow: hidden;
}
.main-menu__right li a {
  padding: 30px 0;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
}
.main-menu__right li.button a i {
  font-weight: 100;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.main-menu__right li.button a::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--topas63-base);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-25%) skew(25deg) scale(0);
  transform: translateY(-25%) skew(25deg) scale(0);
}

.main-menu__right li.button a:hover::after {
  -webkit-transform: translateY(-25%) skew(25deg) scale(1.2);
  transform: translateY(-25%) skew(25deg) scale(1.2);
}

.main-menu-two__signin-reg,
.main-menu__btn-boxes,
.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-menu__search {
  align-items: center;
  justify-content: center;
  border: 1px solid var(--topas63-base);
  border-radius: 50%;
  transition: 0.5s;
}
.mobile-nav__wrapper,
.stricky-header {
  position: fixed;
  visibility: hidden;
  left: 0;
}
.mobile-nav__container,
.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);
}
.main-menu__search:hover {
  color: var(--topas63-white);
  background-color: var(--topas63-base);
}
.main-menu__cart a {
  align-items: center;
  justify-content: center;
  border: 1px solid var(--topas63-base);
  border-radius: 50%;
  transition: 0.5s;
}
.main-menu__cart a:hover {
  color: var(--topas63-white);
  background-color: var(--topas63-base);
}
.main-menu__btn-box-1 .thm-btn {
  background-color: transparent;
  border: 1px solid var(--topas63-bdr-color);
  color: var(--topas63-black);
  padding: 5px 20px 6px;
  font-size: 16px;
  border-radius: 8px;
}
.main-menu__btn-box-1 .thm-btn::before {
  background-color: rgba(var(--topas63-base-rgb), 0.3);
}
.main-menu__btn-box-2 .thm-btn {
  padding: 6px 20px 7px;
  font-size: 16px;
  border-radius: 8px;
}
.stricky-header.main-menu,
.stricky-header.main-menu-two {
  background-color: var(--topas63-white);
}
.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;
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}
.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 35px;
}
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--topas63-black);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}
.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0;
  background-color: var(--topas63-base);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transition: transform 0.5s;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}
.main-menu .main-menu__list > li.current-menu-item > a::before,
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current-menu-item > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list > li.menu-item-has-children > a,
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 15px;
}
.main-menu .main-menu__list > li.menu-item-has-children > a::after,
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 15px;
  color: var(--topas63-black);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.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: 0.2s linear;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 99;
  background-color: #fff;
  padding: 31px 30px;
}
.shadow-box,
.sub-menu {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}
.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(0);
  transform: scaleY(1) translateZ(0);
}
.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;
  margin-top: 0;
}
.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: 16px;
  color: var(--topas63-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--topas63-white);
  border-radius: 10px;
}
.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 {
  color: var(--topas63-black);
}
.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 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--topas63-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.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-four__main-menu-box .main-menu__list > .megamenu,
.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-four__main-menu-box .main-menu__list > .megamenu > ul,
.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 {
  z-index: 991;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition:
    visibility 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    visibility 0.5s,
    -webkit-transform 0.5s;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -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;
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--topas63-base);
  cursor: pointer;
}
.mobile-nav__buttons a:hover {
  color: var(--topas63-base);
}
.main-menu .mobile-nav__toggler {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--topas63-black);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu .mobile-nav__toggler:hover {
  color: var(--topas63-base);
}

@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 .mobile-nav__toggler,
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__wrapper {
  top: 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 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
  transition:
    transform 0.5s 0.5s,
    visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}
.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 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    visibility 0.5s,
    -webkit-transform 0.5s;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 300px;
  background-color: var(--topas63-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:
    opacity 0.5s,
    visibility 0.5s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.5s,
    visibility 0.5s,
    transform 0.5s,
    -webkit-transform 0.5s;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition:
    opacity 0.5s 0.5s,
    visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
  transition:
    opacity 0.5s 0.5s,
    visibility 0.5s 0.5s,
    transform 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}
.mobile-nav__content .logo-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--topas63-white);
  cursor: pointer;
}

.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 > a > .main-menu-border,
.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;
}

.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-item > a::after,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a,
.main-menu .main-menu__list > li:hover > a::after,
.scroll-to-top:hover,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-item > a::after,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li:hover > a::after {
  color: var(--topas63-base);
}

.mobile-nav__content .main-menu__list > li.current-menu-item > a,
.mobile-nav__content .main-menu__list > li > ul > li.current-menu-item > a {
  color: var(--topas63-base);
}

.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: var(--topas63-white);
  font-size: 14px;
  font-family: var(--topas63-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__content .main-menu__list li a.expanded,
.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(--topas63-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(--topas63-base);
  border: none;
  outline: 0;
  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 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #fff;
  color: var(--topas63-base);
}
.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__contact li,
.mobile-nav__contact li > i,
.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
}
.mobile-nav__top .main-menu__login a {
  color: var(--topas63-text-dark);
}
.mobile-nav__contact li a:hover,
.mobile-nav__social a:hover {
  color: var(--topas63-base);
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--topas63-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__social a + a {
  margin-left: 30px;
}
.mobile-nav__contact {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--topas63-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  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: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--topas63-base);
  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__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 0;
  background-color: rgba(0, 0, 0, 0);
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--topas63-white, #fff);
}
.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .main-menu__logo img {
    max-height: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu__logo img {
    max-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu__left {
    gap: 40px;
  }
  .main-menu__logo img {
    max-height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .main-menu__top {
    display: none;
  }

  .main-menu__logo img {
    max-height: 70px;
  }

  .main-menu__right {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .main-menu__logo img {
    max-height: 50px;
  }
}
