/* ========== ACCESSIBILITY STYLES ========== */
/* Skip link for screen readers */
.skip-link {
  background: #000;
  color: #fff;
  font-weight: 700;
  left: 6px;
  padding: 8px 16px;
  position: absolute;
  top: 7px;
  z-index: 100000;
  text-decoration: none;
  border-radius: 3px;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-link:focus {
  transform: translateY(0%);
}

/* ========== ROOT & GLOBAL VARIABLES ========== */
/* Sets up the default box-sizing and CSS custom properties for layout and theme */

html {
  box-sizing: border-box;
}

:root {
  --rmt-background-position: center center;
  --rmt-background-repeat: no-repeat;
  --rmt-background-size: cover;
  --rmt-spacing-inline: 15px;
  --rmt-spacing-block: 15px;
  --rmt-line-height: 1.5;
  --rmt-color: #fff;
  --rmt-background-color: #000;
  --rmt-box-size: 30px;
  --rmt-translate-x: 0;
  --rmt-translate-y: 0;
  --rmt-translate-z: 0;
  --rmt-rotate: 0;
  --rmt-width: 100%;
  --rmt-height: auto;
  --rmt-right: 0;
  --rmt-gap: 15px;
  --rmt-transform-origin-y: center;
  --rmt-transform-origin-x: center;
  --rmt-scale: 1;
  --rmt-spacing: 15px;
  --rmt-column: 3;
  --rmt-margin-top: 15px;
  --rmt-transition-duration: 0.25s;
  --svg-color: var(--subtitle-text-color);
}

/* ========== BASE BODY STYLES ========== */
/* Sets up the base font, background, and text smoothing for the body */
body {
  background-color: ;
  font-family: var(--primary-font), sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #5f5f5f;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

/* ========== BODY STATE CLASSES ========== */
/* Used to control scrolling and overflow for overlays or mobile layouts */
body.body-overflow {
  overflow: hidden;
}

body.body-overflow.home-4 {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  body.body-visible-sm {
    overflow: visible;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto;
  }
}

.rmt-notification {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background-color: #fff;
}

/* Global link transitions and color */

a {
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  color: var(--link-color);
}

a:before,
a:after,
a i,
a svg {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

a:hover,
a:active {
  color: var(--link-color-hover);
}

a,
a:hover,
a:focus,
a:before,
a:after {
  outline: none;
  text-decoration: none;
}

.ft-secondary,
blockquote:not(.rmt-blockquote),
blockquote:not(.rmt-blockquote) cite,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_rss .rsswidget,
.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container>h2,
.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments,
.rmt-wg-categories .rmt-category--inner span,
.rmt-contact-info-widget .rmt-phone--number,
.woocommerce #rmt-sidebar-area .widget_products ul li a,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
  font-family: , sans-serif;
}

/* ========== TYPOGRAPHY & HEADINGS ========== */
/* Font families for various widget and block elements */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.widget .widget-title,
.h6,
.widget.widget_categories .rmt-category-item>a,
.rmt-filter-wrapper .rmt-filter-inner .filter-item,
.h8,
.single.single-post #rmt-content-area .rmt-post-social .rmt-social-label,
.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-user,
.h9,
.rmt-heading-wrapper .rmt-heading-title.heading-underline-accent,
.rmt-layout-post1.layout-post-style1 .rmt-post-title,
.rmt-layout-post2 .rmt-post-title,
.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.single.single-post #comments .comment-title,
.single.single-post #comments #respond #reply-title,
.h10,
.single.single-post #rmt-content-area .rmt-post-title {
  font-family: var(--secondary-font);
  color: #010101;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  color: var(--portfoliocraft-h1-colors);
  font-size: 64px;
  line-height: 1.15625;
}

h2,
.h2 {
  font-size: 48px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 1.59091;
  letter-spacing: -0.22px;
}

h5,
.h5,
.widget .widget-title {
  font-size: 24px;
  line-height: 1.41667;
}

h6,
.h6,
.widget.widget_categories .rmt-category-item>a,
.rmt-filter-wrapper .rmt-filter-inner .filter-item {
  font-size: 18px;
  line-height: 1.55556;
}

.h8,
.single.single-post #rmt-content-area .rmt-post-social .rmt-social-label,
.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-user {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.h9,
.rmt-heading-wrapper .rmt-heading-title.heading-underline-accent,
.rmt-layout-post1.layout-post-style1 .rmt-post-title,
.rmt-layout-post2 .rmt-post-title,
.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.single.single-post #comments .comment-title,
.single.single-post #comments #respond #reply-title {
  font-size: 30px;
  line-height: 1.33333;
}

.h10,
.single.single-post #rmt-content-area .rmt-post-title {
  font-size: 36px;
  line-height: 1.27778;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  object-fit: cover;
}

p {
  margin: 0;
}

table {
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

table th {
  color: #000;
}

caption,
td {
  font-weight: normal;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 13px 8px;
}

th {
  font-weight: 600;
  border-top: 1px solid #d5d5d5;
  padding: 10px;
  border-right: 1px solid #d5d5d5;
}

td {
  border-top: 1px solid #d5d5d5;
  padding: 10px;
  border-right: 1px solid #d5d5d5;
}

dl {
  margin: 0 0 0 25px;
}

dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

dl dd {
  line-height: normal;
  margin-bottom: 20px;
}

dl dd a {
  color: #000;
}

dl dd a:hover {
  color: ;
}

code,
kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: ;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}

ul {
  padding: 0;
  margin: 0 0 32px;
}

ul li {
  list-style-position: inside;
}

dl+h2+ul {
  padding-left: 35px;
}

dl+h2+ul ul {
  padding-left: 35px;
}

dl+h2+ul ul li {
  list-style: outside;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}

.gallery-caption {
  opacity: 1;
  margin-top: 10px;
}

.wp-block-group.has-background {
  padding: 40px;
  margin-bottom: 30px;
}

.wp-caption-text {
  text-align: center;
}

.alignleft,
.alignright,
.aligncenter {
  margin-top: 15px;
  margin-bottom: 32px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}

.sticky {
  display: block;
}

.screen-reader-text {
  display: none;
}

.bypostauthor {
  display: block;
}

blockquote:not(.rmt-blockquote) {
  padding: 28px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000001;
  position: relative;
  font-weight: 700;
  margin: 30px 0 26px;
  z-index: 1;
  background-color: #f8f9fa;
  border-left: 5px solid;
  border-right: 5px solid;
  border-radius: 10px;
  overflow: hidden;
}

blockquote:not(.rmt-blockquote):before {
  content: "";
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, );
  background-image: -moz-linear-gradient(to right, );
  background-image: -ms-linear-gradient(to right, );
  background-image: -o-linear-gradient(to right, );
  background-image: linear-gradient(to right, );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  blockquote:not(.rmt-blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

blockquote:not(.rmt-blockquote) cite {
  position: relative;
  padding-left: 76px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  margin-top: 15px;
  display: inline-block;
}

blockquote:not(.rmt-blockquote) cite:before {
  content: "";
  width: 65px;
  height: 2px;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, );
  background-image: -moz-linear-gradient(to right, );
  background-image: -ms-linear-gradient(to right, );
  background-image: -o-linear-gradient(to right, );
  background-image: linear-gradient(to right, );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

blockquote:not(.rmt-blockquote) .rmt-blockquote-icon {
  line-height: 1;
  font-size: 56px;
  position: absolute;
  top: 10px;
  left: 18px;
  transform: scale(-1);
  opacity: 0.47;
}

blockquote:not(.rmt-blockquote) p {
  margin-bottom: 0 !important;
}

blockquote:not(.rmt-blockquote).wp-block-quote p {
  margin-bottom: 16px !important;
}

blockquote:not(.rmt-blockquote).wp-block-quote cite br {
  display: none;
}

blockquote:not(.rmt-blockquote).wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}

.wp-block-button {
  margin-bottom: 20px;
}

.wp-block-button .wp-block-button__link {
  padding-left: 32px;
  padding-right: 32px;
  background-color: ;
  font-size: 16px;
  font-weight: 700;
}

.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: ;
  border-color: ;
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: ;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: ;
  border-color: ;
  color: #fff;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-item {
  float: left;
}

.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}

.wp-block-gallery.alignleft {
  margin-right: 30px;
}

.wp-block-gallery.alignright {
  margin-left: 30px;
}

#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}

.rmt-post-item {
  transition: 0.25s linear;
}

.rmt-post-title {
  transition: 0.25s linear;
}

.rmt-grid {
  position: relative;
}

.rmt-grid .rmt-grid-loader {
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  backdrop-filter: blur(20px);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.rmt-grid .rmt-grid-loader.loading {
  pointer-events: visible;
  opacity: 1;
}

.rmt-grid .rmt-grid-masonry {
  position: relative;
}

.rmt-grid .rmt-grid-inner {
  margin-inline: calc(-1 * var(--rmt-spacing-inline));
  margin-block: calc(-1 * var(--rmt-spacing-block));
}

.rmt-grid .rmt-grid-inner .rmt-grid-item {
  padding-inline: var(--rmt-spacing-inline);
  padding-block: var(--rmt-spacing-block);
}

.rmt-grid .grid-sizer {
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 1201px) and (max-width: 1399px) {
  .rmt-grid .col-xl-rmt5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .rmt-grid .col-lg-66-rmt {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.rmt-grid .rmt-grid-filter {
  display: none;
}

@media screen and (min-width: 1400px) {
  .rmt-grid .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }

  .rmt-grid .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
  }

  .rmt-grid .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
  }

  .rmt-grid .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
  }

  .rmt-grid .col-xxl-rmt5 {
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 20%;
  }

  .rmt-grid .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
  }
}

.rmt-grid-pagination {
  margin-top: 158px;
}

.rmt-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}

.rmt-pagination-wrap .page-numbers {
  --rmt-box-size: 34px;
  color: #fff;
  background-color: transparent;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: 0.25s;
}

.rmt-pagination-wrap .page-numbers.current,
.rmt-pagination-wrap .page-numbers.dots {
  cursor: not-allowed;
}

.rmt-pagination-wrap .page-numbers:hover,
.rmt-pagination-wrap .page-numbers.current {
  color: #010101;
  background-color: var(--subtitle-text-color);
}

.rmt-load-more-wrapper {
  margin-top: 90px;
}

.rmt-load-more-wrapper.has-divider::before,
.rmt-load-more-wrapper.has-divider::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default {
  --rmt-rotate: 45deg;
  --rmt-translate-y: -32px;
  position: relative;
  --rmt-box-size: 127px;
  background-color: #fff;
  color: #363636;
  border: 1px dashed transparent;
  border-top-color: #363636;
  border-right-color: #363636;
  transform: rotate(calc(-1 * var(--rmt-rotate)));
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default .rmt-load-more-icon {
  transition: 0.25s;
  transform: rotate(var(--rmt-rotate)) translateY(var(--rmt-translate-y));
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default .rmt-load-more-text {
  display: none;
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: inherit;
  border: 1px dashed #363636;
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  -khtml-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  -moz-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  -ms-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  -o-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  pointer-events: none;
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default:hover .rmt-load-more-icon {
  animation: iconLoadMoreBonce 1s ease-in-out infinite;
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default:hover::before {
  --rmt-rotate: 360deg;
  animation: spin 3s linear infinite;
  -webkit-animation: spin 10s linear infinite;
}

.rmt-load-more-wrapper .rmt-load-more-button.rmt-btn-split {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
}

.rmt-load-more-wrapper .rmt-load-more-button .rmt-load-more-loader {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
}

/* ========== ROOT & GLOBAL VARIABLES ========== */
/* Sets up the default box-sizing and CSS custom properties for layout and theme */

html {
  box-sizing: border-box;
}

:root {
  --rmt-background-position: center center;
  --rmt-background-repeat: no-repeat;
  --rmt-background-size: cover;
  --rmt-spacing-inline: 15px;
  --rmt-spacing-block: 15px;
  --rmt-line-height: 1.5;
  --rmt-color: #fff;
  --rmt-background-color: #000;
  --rmt-box-size: 30px;
  --rmt-translate-x: 0;
  --rmt-translate-y: 0;
  --rmt-translate-z: 0;
  --rmt-rotate: 0;
  --rmt-width: 100%;
  --rmt-height: auto;
  --rmt-right: 0;
  --rmt-gap: 15px;
  --rmt-transform-origin-y: center;
  --rmt-transform-origin-x: center;
  --rmt-scale: 1;
  --rmt-spacing: 15px;
  --rmt-column: 3;
  --rmt-margin-top: 15px;
  --rmt-transition-duration: 0.25s;
  --svg-color: var(--subtitle-text-color);
}

/* ========== BASE BODY STYLES ========== */
/* Sets up the base font, background, and text smoothing for the body */
body {
  background-color: ;
  font-family: var(--primary-font), sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #5f5f5f;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

/* ========== BODY STATE CLASSES ========== */
/* Used to control scrolling and overflow for overlays or mobile layouts */
body.body-overflow {
  overflow: hidden;
}

body.body-overflow.home-4 {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  body.body-visible-sm {
    overflow: visible;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto;
  }
}

.rmt-notification {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background-color: #fff;
}

/* Global link transitions and color */

a {
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  color: var(--link-color);
}

a:before,
a:after,
a i,
a svg {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

a:hover,
a:active {
  color: var(--link-color-hover);
}

a,
a:hover,
a:focus,
a:before,
a:after {
  outline: none;
  text-decoration: none;
}

.ft-secondary,
blockquote:not(.rmt-blockquote),
blockquote:not(.rmt-blockquote) cite,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_rss .rsswidget,
.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container>h2,
.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments,
.rmt-wg-categories .rmt-category--inner span,
.rmt-contact-info-widget .rmt-phone--number,
.woocommerce #rmt-sidebar-area .widget_products ul li a,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
  font-family: , sans-serif;
}

/* ========== TYPOGRAPHY & HEADINGS ========== */
/* Font families for various widget and block elements */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.widget .widget-title,
.h6,
.widget.widget_categories .rmt-category-item>a,
.rmt-filter-wrapper .rmt-filter-inner .filter-item,
.h8,
.single.single-post #rmt-content-area .rmt-post-social .rmt-social-label,
.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-user,
.h9,
.rmt-heading-wrapper .rmt-heading-title.heading-underline-accent,
.rmt-layout-post1.layout-post-style1 .rmt-post-title,
.rmt-layout-post2 .rmt-post-title,
.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.single.single-post #comments .comment-title,
.single.single-post #comments #respond #reply-title,
.h10,
.single.single-post #rmt-content-area .rmt-post-title {
  font-family: var(--secondary-font);
  color: #010101;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.15625;
}

h2,
.h2 {
  font-size: 48px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 1.59091;
  letter-spacing: -0.22px;
}

h5,
.h5,
.widget .widget-title {
  font-size: 24px;
  line-height: 1.41667;
}

h6,
.h6,
.widget.widget_categories .rmt-category-item>a,
.rmt-filter-wrapper .rmt-filter-inner .filter-item {
  font-size: 18px;
  line-height: 1.55556;
}

.h8,
.single.single-post #rmt-content-area .rmt-post-social .rmt-social-label,
.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-user {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.h9,
.rmt-heading-wrapper .rmt-heading-title.heading-underline-accent,
.rmt-layout-post1.layout-post-style1 .rmt-post-title,
.rmt-layout-post2 .rmt-post-title,
.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.single.single-post #comments .comment-title,
.single.single-post #comments #respond #reply-title {
  font-size: 30px;
  line-height: 1.33333;
}

.h10,
.single.single-post #rmt-content-area .rmt-post-title {
  font-size: 36px;
  line-height: 1.27778;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  object-fit: cover;
}

p {
  margin: 0;
}

table {
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

table th {
  color: #000;
}

caption,
td {
  font-weight: normal;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 13px 8px;
}

th {
  font-weight: 600;
  border-top: 1px solid #d5d5d5;
  padding: 10px;
  border-right: 1px solid #d5d5d5;
}

td {
  border-top: 1px solid #d5d5d5;
  padding: 10px;
  border-right: 1px solid #d5d5d5;
}

dl {
  margin: 0 0 0 25px;
}

dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

dl dd {
  line-height: normal;
  margin-bottom: 20px;
}

dl dd a {
  color: #000;
}

dl dd a:hover {
  color: ;
}

code,
kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: ;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}

ul {
  padding: 0;
  margin: 0 0 32px;
}

ul li {
  list-style-position: inside;
}

dl+h2+ul {
  padding-left: 35px;
}

dl+h2+ul ul {
  padding-left: 35px;
}

dl+h2+ul ul li {
  list-style: outside;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}

.gallery-caption {
  opacity: 1;
  margin-top: 10px;
}

.wp-block-group.has-background {
  padding: 40px;
  margin-bottom: 30px;
}

.wp-caption-text {
  text-align: center;
}

.alignleft,
.alignright,
.aligncenter {
  margin-top: 15px;
  margin-bottom: 32px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}

.sticky {
  display: block;
}

.screen-reader-text {
  display: none;
}

.bypostauthor {
  display: block;
}

blockquote:not(.rmt-blockquote) {
  padding: 28px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000001;
  position: relative;
  font-weight: 700;
  margin: 30px 0 26px;
  z-index: 1;
  background-color: #f8f9fa;
  border-left: 5px solid;
  border-right: 5px solid;
  border-radius: 10px;
  overflow: hidden;
}

blockquote:not(.rmt-blockquote):before {
  content: "";
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, );
  background-image: -moz-linear-gradient(to right, );
  background-image: -ms-linear-gradient(to right, );
  background-image: -o-linear-gradient(to right, );
  background-image: linear-gradient(to right, );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  blockquote:not(.rmt-blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

blockquote:not(.rmt-blockquote) cite {
  position: relative;
  padding-left: 76px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  margin-top: 15px;
  display: inline-block;
}

blockquote:not(.rmt-blockquote) cite:before {
  content: "";
  width: 65px;
  height: 2px;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, );
  background-image: -moz-linear-gradient(to right, );
  background-image: -ms-linear-gradient(to right, );
  background-image: -o-linear-gradient(to right, );
  background-image: linear-gradient(to right, );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

blockquote:not(.rmt-blockquote) .rmt-blockquote-icon {
  line-height: 1;
  font-size: 56px;
  position: absolute;
  top: 10px;
  left: 18px;
  transform: scale(-1);
  opacity: 0.47;
}

blockquote:not(.rmt-blockquote) p {
  margin-bottom: 0 !important;
}

blockquote:not(.rmt-blockquote).wp-block-quote p {
  margin-bottom: 16px !important;
}

blockquote:not(.rmt-blockquote).wp-block-quote cite br {
  display: none;
}

blockquote:not(.rmt-blockquote).wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}

.wp-block-button {
  margin-bottom: 20px;
}

.wp-block-button .wp-block-button__link {
  padding-left: 32px;
  padding-right: 32px;
  background-color: ;
  font-size: 16px;
  font-weight: 700;
}

.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: ;
  border-color: ;
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: ;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: ;
  border-color: ;
  color: #fff;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-item {
  float: left;
}

.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}

.wp-block-gallery.alignleft {
  margin-right: 30px;
}

.wp-block-gallery.alignright {
  margin-left: 30px;
}

#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}

.rmt-post-item {
  transition: 0.25s linear;
}

.rmt-post-title {
  transition: 0.25s linear;
}

.rmt-grid {
  position: relative;
}

.rmt-grid .rmt-grid-loader {
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  backdrop-filter: blur(20px);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.rmt-grid .rmt-grid-loader.loading {
  pointer-events: visible;
  opacity: 1;
}

.rmt-grid .rmt-grid-masonry {
  position: relative;
}

.rmt-grid .rmt-grid-inner {
  margin-inline: calc(-1 * var(--rmt-spacing-inline));
  margin-block: calc(-1 * var(--rmt-spacing-block));
}

.rmt-grid .rmt-grid-inner .rmt-grid-item {
  padding-inline: var(--rmt-spacing-inline);
  padding-block: var(--rmt-spacing-block);
}

.rmt-grid .grid-sizer {
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 1201px) and (max-width: 1399px) {
  .rmt-grid .col-xl-rmt5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .rmt-grid .col-lg-66-rmt {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.rmt-grid .rmt-grid-filter {
  display: none;
}

@media screen and (min-width: 1400px) {
  .rmt-grid .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }

  .rmt-grid .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
  }

  .rmt-grid .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
  }

  .rmt-grid .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
  }

  .rmt-grid .col-xxl-rmt5 {
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 20%;
  }

  .rmt-grid .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
  }
}

.rmt-grid-pagination {
  margin-top: 158px;
}

.rmt-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}

.rmt-pagination-wrap .page-numbers {
  --rmt-box-size: 34px;
  color: #fff;
  background-color: transparent;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: 0.25s;
}

.rmt-pagination-wrap .page-numbers.current,
.rmt-pagination-wrap .page-numbers.dots {
  cursor: not-allowed;
}

.rmt-pagination-wrap .page-numbers:hover,
.rmt-pagination-wrap .page-numbers.current {
  color: #010101;
  background-color: var(--subtitle-text-color);
}

.rmt-load-more-wrapper {
  margin-top: 90px;
}

.rmt-load-more-wrapper.has-divider::before,
.rmt-load-more-wrapper.has-divider::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default {
  --rmt-rotate: 45deg;
  --rmt-translate-y: -32px;
  position: relative;
  --rmt-box-size: 127px;
  background-color: #fff;
  color: #363636;
  border: 1px dashed transparent;
  border-top-color: #363636;
  border-right-color: #363636;
  transform: rotate(calc(-1 * var(--rmt-rotate)));
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default .rmt-load-more-icon {
  transition: 0.25s;
  transform: rotate(var(--rmt-rotate)) translateY(var(--rmt-translate-y));
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default .rmt-load-more-text {
  display: none;
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: inherit;
  border: 1px dashed #363636;
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  -khtml-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  -moz-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  -ms-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  -o-box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  box-shadow: 0px 4px 30px rgba(89, 100, 255, 0.1);
  pointer-events: none;
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default:hover .rmt-load-more-icon {
  animation: iconLoadMoreBonce 1s ease-in-out infinite;
}

.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default:hover::before {
  --rmt-rotate: 360deg;
  animation: spin 3s linear infinite;
  -webkit-animation: spin 10s linear infinite;
}

.rmt-load-more-wrapper .rmt-load-more-button.rmt-btn-split {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
}

.rmt-load-more-wrapper .rmt-load-more-button .rmt-load-more-loader {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
}

@keyframes spin-center {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes iconLoadMoreBonce {

  0%,
  100% {
    transform: rotate(var(--rmt-rotate)) translateY(-32px);
  }

  50% {
    transform: rotate(var(--rmt-rotate)) translateY(20px);
  }
}

#rmt-wrapper {
  overflow: clip;
}

#rmt-main {
  overflow: clip;
}

#rmt-main .container {
  max-width: 1330px;
}

#rmt-main .inner {
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 100px;
}

#rmt-main .inner.no-sidebar .rmt-content-area {
  flex: 1 1 100%;
}

#rmt-main .inner.sidebar-position-left {
  flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
  #rmt-main .inner.sidebar-position-left {
    flex-direction: column-reverse;
  }
}

#rmt-main .inner .rmt-content-area {
  width: 100%;
  flex: 0 1 860px;
}

#rmt-main .inner .rmt-sidebar-area {
  width: 100%;
  flex: 0 1 392px;
}

@media screen and (min-width: 992px) {
  #rmt-main .inner .rmt-sidebar-area .rmt-sidebar-content {
    position: sticky;
    top: 40px;
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  #rmt-main .inner {
    flex-direction: column;
  }

  #rmt-main .inner .rmt-content-area,
  #rmt-main .inner .rmt-sidebar-area {
    flex: 0 1 auto;
  }
}

.elementor-page:not(.single-post):not(.single-product) #rmt-main {
  padding-top: 0;
  padding-bottom: 0;
}

#rmt-page-title-elementor {
  color: var(--portfoliocraft-h1-colors);
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  #rmt-page-title-elementor {
    overflow: hidden;
  }
}

#rmt-page-title-default {
  background-color: #f5f6f6;
  padding: 150px 15px;
}

@media screen and (max-width: 767px) {
  #rmt-page-title-default {
    padding: 90px 15px;
  }
}

#rmt-page-title-default .row {
  align-items: center;
}

#rmt-page-title-default .rmt-page-title {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  #rmt-page-title-default .rmt-page-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  #rmt-page-title-default .rmt-page-title {
    font-size: 45px;
    text-align: center;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  #rmt-page-title-default .rmt-page-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  #rmt-page-title-default .rmt-page-title {
    font-size: 38px;
  }
}

#rmt-page-title-default .ptitle-col-right {
  justify-content: flex-end;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  #rmt-page-title-default .ptitle-col-right {
    justify-content: center;
  }
}

#rmt-post-title-default {
  background-color: #f5f6f6;
  padding-block: 150px;
}

@media screen and (max-width: 767px) {
  #rmt-post-title-default {
    padding-block: 100px;
  }
}

#rmt-post-title-default .rmt-post-title-inner {
  padding-inline: 15px;
}

#rmt-post-title-default .rmt-post-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #rmt-post-title-default .rmt-post-title {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  #rmt-post-title-default .rmt-post-title {
    font-size: 56px;
  }
}

@media screen and (max-width: 991px) {
  #rmt-post-title-default .rmt-post-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  #rmt-post-title-default .rmt-post-title {
    font-size: 44px;
  }
}

#rmt-footer-default {
  padding: 44px 0;
  background-color: #151a25;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

#rmt-footer-default a {
  color: inherit;
}

#rmt-footer-default a:hover {
  color: inherit;
  text-decoration: underline;
}

#rmt-footer-elementor {
  overflow-x: clip;
}

#rmt-footer-elementor.rmt-footer-hide {
  display: none !important;
}

#rmt-footer-elementor .footer-elementor-inner>.container {
  max-width: 100%;
}

body {
  /* Mouse Move Animation */
}

body img.mfp-img {
  padding: 0 !important;
}

body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background-color: #000;
}

body .mfp-bottom-bar {
  margin-top: 0;
}

body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1170px;
  position: static;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}

body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: ;
  width: 60px;
  height: 120px;
  opacity: 1;
  position: absolute;
}

body .mfp-wrap .mfp-container .mfp-arrow:before,
body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}

body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -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%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f136";
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f14d";
}

@media screen and (min-width: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}

.rmt-cursor {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
  /* Cookie Policy */
}

.rmt-cursor .rmt-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rmt-cursor .rmt-cursor--follower {
  position: absolute;
  background-color: transparent;
  border: 1px solid;
  opacity: 1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rmt-cursor .rmt-cursor--follower:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: ;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 6px;
}

.rmt-cursor .rmt-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rmt-cursor .rmt-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: ;
  font-size: 0px;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}

.rmt-cursor .rmt-cursor--drap:before,
.rmt-cursor .rmt-cursor--drap:after {
  content: "\f10b";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  display: inline-flex;
}

.rmt-cursor .rmt-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rmt-cursor .rmt-cursor--drap:after {
  margin-left: 10px;
}

.rmt-cursor .rmt-cursor--icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rmt-cursor.is-enabled {
  visibility: visible;
}

.rmt-cursor.is-hidden .rmt-cursor-wrapper {
  transform: scale(0) !important;
}

.rmt-cursor.is-mouse-down .rmt-cursor-wrapper {
  transform: scale(0.8);
}

.rmt-cursor.is-active .rmt-cursor--follower {
  background-color: rgba(var(--primary-color-rgb), 0.25);
  -webkit-transform: scale(3);
  -khtml-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  border: none;
}

.rmt-cursor.is-active .rmt-cursor--follower:before {
  display: none;
}

.rmt-cursor.is-active.has-label .rmt-cursor--follower {
  background-color: ;
  opacity: 1;
}

.rmt-cursor.is-active.has-drap .rmt-cursor--drap {
  transform: scale(1);
}

.rmt-cursor.is-active.has-label .rmt-cursor--label {
  transform: scale(1);
}

.rmt-cursor.is-active.has-icon .rmt-cursor--follower,
.rmt-cursor.is-active.has-icon-left .rmt-cursor--follower,
.rmt-cursor.is-active.has-icon-right .rmt-cursor--follower {
  background-color: black;
  opacity: 0.8;
}

.rmt-cursor.is-active.has-icon .rmt-cursor--icon {
  transform: scale(1);
}

.rmt-cursor.is-active.has-icon .rmt-cursor--icon:before {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  color: #fff;
}

.rmt-cursor.is-active.has-icon-right .rmt-cursor--icon {
  transform: scale(1);
}

.rmt-cursor.is-active.has-icon-right .rmt-cursor--icon:before {
  content: "\f142";
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  color: #fff;
}

.rmt-cursor.is-active.has-icon-left .rmt-cursor--icon {
  transform: scale(1);
}

.rmt-cursor.is-active.has-icon-left .rmt-cursor--icon:before {
  content: "\f142";
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  color: #fff;
  transform: scaleX(-1);
}

.rmt-cursor.is-active.has-remove {
  opacity: 0;
}

.rmt-cursor.is-active-section .rmt-cursor--follower {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.rmt-cursor.drap-style1 .rmt-cursor--drap {
  background-color: #fff;
  height: 135px;
  width: 135px;
  line-height: 135px;
  color: #000;
}

.rmt-cursor.drap-style1 .rmt-cursor--drap:before,
.rmt-cursor.drap-style1 .rmt-cursor--drap:after {
  font-size: 12px;
}

.rmt-cookie-policy {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 570px;
  background-color: #fff;
  -webkit-border-radius: 57px;
  -khtml-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  border-radius: 57px;
  padding: 17px 58px 17px 24px;
  -webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -o-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  font-size: 15px;
  color: #111013;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  /* rmt Popup */
}

@media screen and (max-width: 767px) {
  .rmt-cookie-policy {
    max-width: 290px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: none;
  }
}

.rmt-cookie-policy a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 2px;
  margin: 0 4px;
  white-space: nowrap;
}

.rmt-cookie-policy a:hover {
  text-decoration: none;
  color: ;
}

.rmt-cookie-policy .rmt-item--icon {
  min-width: 20px;
}

.rmt-cookie-policy .rmt-item--icon img {
  max-height: 20px;
}

.rmt-cookie-policy .rmt-item--close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 12px;
}

.rmt-cookie-policy .rmt-item--close:before,
.rmt-cookie-policy .rmt-item--close:after {
  height: 1px;
}

@media screen and (max-width: 767px) {
  .rmt-cookie-policy .rmt-item--close {
    top: 10px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.rmt-cookie-policy.rmt-active {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

.rmt-cookie-policy.rmt-hidden {
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
}

.rmt-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 99991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* Start Page Popup */
}

.rmt-popup .rmt-popup--content {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rmt-popup .rmt-popup--close {
  border-width: 8px;
}

.rmt-popup .rmt-popup--close:before,
.rmt-popup .rmt-popup--close:after {
  background-color: #a7a7a7;
}

.rmt-popup .rmt-popup--close:hover:before,
.rmt-popup .rmt-popup--close:hover:after {
  background-color: #111;
}

.rmt-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 60px 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.85);
  -khtml-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}

.rmt-page-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.rmt-page-popup .rmt-popup--conent {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 80vh;
}

.rmt-page-popup .rmt-popup--close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.rmt-page-popup .rmt-popup--close .rmt-close {
  border-width: 0px;
}

@media screen and (max-width: 1399px) {
  .rmt-page-popup .rmt-popup--close {
    top: 20px;
    right: 20px;
  }

  .rmt-page-popup .rmt-popup--close .rmt-close {
    border-width: 3px;
  }
}

.admin-bar .rmt-page-popup {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .rmt-page-popup {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .rmt-page-popup {
    top: 0;
  }
}

@-webkit-keyframes rmt_bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes px_bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader .rmt-loader-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  text-align: center;
}

.preloader .rmt-loader-spinner>div {
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: px_bouncedelay 1.4s infinite ease-in-out both;
  animation: px_bouncedelay 1.4s infinite ease-in-out both;
}

.preloader .rmt-loader-spinner .rmt-loader-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preloader .rmt-loader-spinner .rmt-loader-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.preloader.loader-default {
  background-color: #fff;
}

.preloader.loader-style1 {
  overflow: hidden;
}

.preloader.loader-style1 .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 1;
  transition: width 1.5s ease, opacity 0.25s linear 1.25s;
  z-index: 9;
}

.preloader.loader-style1 .split {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% + 1px);
  background-color: #000;
  transition: transform 1.5s ease 1.5s;
  z-index: 1;
}

.preloader.loader-style1 .split.top {
  top: 0;
}

.preloader.loader-style1 .split.bottom {
  bottom: 0;
}

.preloader.loader-style1.loading {
  opacity: 1;
  visibility: visible;
}

.preloader.loader-style1.loading .line {
  width: 100%;
  opacity: 0;
}

.preloader.loader-style1.loading .split.top {
  transform: translateY(-100%);
}

.preloader.loader-style1.loading .split.bottom {
  transform: translateY(100%);
}

.preloader.loader-style1.loaded {
  opacity: 0;
  visibility: hidden;
}

.rmt-col-align-start>.elementor-widget-wrap {
  justify-content: flex-start;
}

.rmt-col-align-start .elementor-inner-section>.elementor-container {
  margin-left: 0;
}

.rmt-col-align-center>.elementor-widget-wrap {
  justify-content: center;
}

.rmt-col-align-end>.elementor-widget-wrap {
  justify-content: flex-end;
}

.rmt-col-align-end .elementor-inner-section>.elementor-container {
  margin-right: 0;
}

.rmt-hidden-panel-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.rmt-hidden-panel-wrapper .e-parent>.e-child {
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.rmt-hidden-panel-wrapper .e-parent>.e-child:nth-child(odd) {
  animation: fadeOutUp 0.75s linear forwards;
}

.rmt-hidden-panel-wrapper .e-parent>.e-child:nth-child(even) {
  animation: fadeOutDown 0.75s linear forwards;
}

.rmt-hidden-panel-wrapper .e-parent>.e-child .rmt-links-wrapper .rmt-link-text {
  background-size: 0%;
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}

.rmt-hidden-panel-wrapper.active {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}

.rmt-hidden-panel-wrapper.active .e-parent>.e-child:nth-child(odd) {
  animation: fadeInDown 0.75s linear forwards;
}

.rmt-hidden-panel-wrapper.active .e-parent>.e-child:nth-child(even) {
  animation: fadeInUp 0.75s linear forwards;
}

.rmt-popup-wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: scroll;
  z-index: 99999;
  pointer-events: none;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: transparent;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rmt-popup-wrapper::-webkit-scrollbar {
  display: none;
}

.rmt-popup-wrapper .rmt-template-main {
  scale: 0;
  opacity: 0;
  transition: clip-path 0.5s linear, opacity 0.25s linear 0.5s;
}

.rmt-popup-wrapper.active {
  pointer-events: visible;
}

.rmt-popup-wrapper.active .rmt-template-overlay {
  opacity: 1;
}

.rmt-popup-wrapper.active .rmt-template-main {
  transition: clip-path 0.5s linear 0.15s, opacity 0.25s linear;
  scale: 1;
  opacity: 1;
}

.rmt-template-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.admin-bar #rmt-wrapper .rmt-header .rmt-header-sticky,
.admin-bar #rmt-wrapper #rmt-search-popup,
.admin-bar #rmt-wrapper .rmt-hidden-panel-popup {
  top: 32px;
}

@media screen and (max-width: 782px) {

  .admin-bar #rmt-wrapper .rmt-header .rmt-header-sticky,
  .admin-bar #rmt-wrapper #rmt-search-popup,
  .admin-bar #rmt-wrapper .rmt-hidden-panel-popup {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {

  .admin-bar #rmt-wrapper .rmt-header .rmt-header-sticky,
  .admin-bar #rmt-wrapper #rmt-search-popup,
  .admin-bar #rmt-wrapper .rmt-hidden-panel-popup {
    top: 0;
  }
}

.admin-bar #smooth-wrapper .rmt-header {
  padding-top: 32px;
}

#smooth-content {
  will-change: transform;
}

.rmt-item-link,
.rmt-box-link {
  z-index: 99;
}

.overflow-hidden-y {
  overflow-y: hidden;
}

.rmt-line-wrap {
  overflow: hidden !important;
}

.rmt-backdrop-filter {
  backdrop-filter: blur(5px);
}

.text-gradient,
blockquote:not(.rmt-blockquote) cite,
.rmt-contact-info-widget .rmt-item--icon i {
  background: linear-gradient(90deg, #4776e6 0%, #8e54e9 100%) !important;
  background: -webkit-linear-gradient(90deg,
      #4776e6 0%,
      #8e54e9 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.hover-link-parent-temporary:hover .rmt-icon-wrapper .rmt-icon-item {
  background-color: #3b44cd !important;
}

.rmt-post-item {
  position: relative;
}

.rmt-post-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: transparent;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.25s linear;
  pointer-events: none;
  z-index: -1;
}

.rmt-post-item:hover::before,
.rmt-post-item.active::before {
  opacity: 1;
}

.rmt-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}

.rmt-icon--plus:before,
.rmt-icon--plus:after {
  content: "";
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rmt-icon--plus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}

.rmt-icon--plus:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
}

.rmt-icon--minus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}

.rmt-icon--minus:before {
  content: "";
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rmt-icon--minus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}

.rmt-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 6px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.rmt-close:before,
.rmt-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}

.rmt-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rmt-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rmt-close:hover:before,
.rmt-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.rmt-flex-center,
.rmt-pagination-wrap .page-numbers,
.rmt-load-more-wrapper,
.widget.widget_search .search-submit,
.widget.widget_rmt_author_info .rmt-author-social>a,
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button,
.swiper-navigation .rmt-swiper-button,
.rmt-team-info .rmt-team-socials a,
.rmt-circular-text-wrapper .rmt-circular-text-icon,
.rmt-index-box-wrapper .rmt-index,
.rmt-play-video-wrapper,
.rmt-show-case-wrapper.show-case-default .rmt-show-case-btns,
.rmt-show-case-wrapper.show-case-default .rmt-show-case-btn,
.rmt-show-case-wrapper.show-case-style1 .rmt-show-case-btns,
.rmt-show-case-wrapper.show-case-style1 .rmt-show-case-btn,
.rmt-show-case-wrapper.cooming-soon .rmt-show-case-cooming-soon,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-square-box,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box,
.rmt-social-wrapper .rmt-social-icon,
.rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item,
.rmt-post-info-wrapper .rmt-post-info-item .rmt-info-icon,
.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-icon .rmt-icon,
.rmt-counter-wrapper,
.rmt-icon-carousel .rmt-icon-item,
.rmt-icon-carousel.icon-caorousel-default .rmt-item-icon,
.rmt-link-box-wrapper.link-box-default .rmt-link-box-icon,
.rmt-layout-service .rmt-post-icon .rmt-icon,
.rmt-layout-service5 .rmt-post-icon .rmt-icon,
.search.search-no-results .search-form-control .search-submit,
.rmt-layout-team1 .rmt-post-socials .rmt-social-link,
.rmt-layout-team2 .rmt-post-socials .rmt-social-link,
.rmt-layout-team3 .rmt-post-socials .rmt-social-link,
.woocommerce .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rmt-flex-jc-start {
  display: flex;
  justify-content: start;
}

.rmt-flex-jc-center {
  display: flex;
  justify-content: center;
}

.rmt-flex-jc-around {
  display: flex;
  justify-content: space-around;
}

.rmt-flex-jc-evenly {
  display: flex;
  justify-content: space-evenly;
}

.rmt-flex-jc-between,
.rmt-slider .rmt-slide-content {
  display: flex;
  justify-content: space-between;
}

.rmt-flex-ai-start {
  display: flex;
  align-items: start;
}

.rmt-flex-ai-center,
.rmt-links-wrapper .rmt-links-item,
.rmt-filter-wrapper .rmt-filter-inner {
  display: flex;
  align-items: center;
}

.rmt-flex-ai-end {
  display: flex;
  align-items: end;
}

.rmt-absolute-full,
.rmt-grid .rmt-grid-loader,
.rmt-load-more-wrapper .rmt-load-more-button .rmt-load-more-loader,
.rmt-item-link,
.rmt-box-link,
.hover-scale-fill::before,
.swiper-navigation .rmt-swiper-button::before,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box.hover-default::before,
.e-con-overlay,
.rmt-featured-image-wrapper .rmt-featured-image-item::after,
.rmt-show-case-wrapper.show-case-default .rmt-show-case-btns,
.rmt-show-case-wrapper.show-case-style1 .rmt-show-case-btns,
.rmt-show-case-wrapper.cooming-soon .rmt-show-case-cooming-soon,
.rmt-load-more-button-wrapper .rmt-load-more-button.load-more-button-half-border::after,
.rmt-image-wrapper .rmt-image-item::after,
.rmt-layout-portfolio2 .rmt-post-btn .rmt-btn-icon::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rmt-absolute-center,
.rmt-circular-text-wrapper .rmt-circular-text-icon,
.rmt-play-video-wrapper .rmt-play-video-button,
.rmt-close-button:before,
.rmt-close-button::after {
  --rmt-translate-x: -50%;
  --rmt-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--rmt-translate-x), var(--rmt-translate-y));
}

.rmt-absolute-tl {
  position: absolute;
  left: 0;
  top: 0;
}

.rmt-absolute-bl {
  position: absolute;
  left: 0;
  bottom: 0;
}

.rmt-absolute-br {
  position: absolute;
  right: 0;
  bottom: 0;
}

.rmt-absolute-tr {
  position: absolute;
  right: 0;
  top: 0;
}

.rmt-round-box,
.rmt-pagination-wrap .page-numbers,
.rmt-load-more-wrapper .rmt-load-more-button.load-more-button-default,
.hover-popup-dot::before,
.widget.widget_search .search-submit,
.widget.widget_rmt_author_info .rmt-author-social>a,
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button,
.swiper-navigation .rmt-swiper-button,
.rmt-team-info .rmt-team-socials a,
.rmt-circular-text-wrapper .rmt-circular-text-icon,
.rmt-index-box-wrapper .rmt-index,
.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-default,
.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-primary,
.rmt-accordion-wrapper .rmt-accordion-action,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box,
.rmt-load-more-button-wrapper .rmt-load-more-button,
.rmt-shape-wrapper .rmt-shape-item.shape-circle,
.rmt-social-wrapper .rmt-social-icon,
.rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index::after,
.rmt-search-form-wrapper .search-submit,
.rmt-post-info-wrapper .rmt-post-info-item .rmt-info-icon,
.btn.rmt-btn-split .rmt-btn-icon,
button.rmt-btn-split .rmt-btn-icon,
.btn.rmt-cta-button.rmt-cta-button1,
button.rmt-cta-button.rmt-cta-button1,
.rmt-close-button,
.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-portfolio::before,
.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-icon .rmt-icon,
.rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-image img,
.rmt-testimonial-carousel3 .rmt-testimonial-user .rmt-user-image img,
.rmt-testimonial-carousel5 .rmt-user-image img,
.rmt-link-box-wrapper.link-box-default .rmt-link-box-icon,
.rmt-layout-portfolio2 .rmt-post-btn .rmt-btn-icon,
.rmt-layout-portfolio4 .rmt-post-btn,
.rmt-layout-service .rmt-post-icon .rmt-icon,
.rmt-layout-service2 .rmt-post-btn,
.rmt-layout-service3 .rmt-post-btn,
.rmt-layout-service5 .rmt-post-icon .rmt-icon,
.search.search-no-results .search-form-control .search-submit,
.rmt-layout-team1 .rmt-post-socials .rmt-social-link,
.rmt-layout-team3 .rmt-post-socials .rmt-social-link,
.single.single-post #rmt-content-area .rmt-post-metas .rmt-post-author img,
.single.single-post #rmt-content-area .rmt-post-author-box .rmt-author-avatar,
.single.single-post #comments .comment-list .comment .comment-box .comment-inner .comment-image img,
.woocommerce .woocommerce-pagination .page-numbers {
  width: var(--rmt-box-size);
  min-width: var(--rmt-box-size);
  height: var(--rmt-box-size);
  border-radius: 50%;
}

.rmt-square-box,
.rmt-header .rmt-header-search .search-submit,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-square-box,
.rmt-shape-wrapper .rmt-shape-item.shape-square,
.rmt-layout-team2 .rmt-post-socials .rmt-social-link {
  width: var(--rmt-box-size);
  min-width: var(--rmt-box-size);
  height: var(--rmt-box-size);
}

.rmt-background-center,
.rmt-slider .swiper-slide {
  background: center center / cover no-repeat;
}

.rmt-transform {
  transform: perspective(var(--rmt-perspective)) translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) translateZ(var(--rmt-translate-z)) scale(--rmt-scale) scale3d(var(--rmt-scale-x), var(--rmt-scale-y), var(--rmt-scale-z)) rotate(var(--rmt-rotate)) rotateX(var(--rmt-rotate-x)) rotateY(var(--rmt-rotate-y)) rotateZ(var(--rmt-rotate-z)) skew(var(--rmt-skew)) skewX(var(--rmt-skew-x)) skewY(var(--rmt-skew-y)) matrix(var(--rmt-matrix-a),
      var(--rmt-matrix-b),
      var(--rmt-matrix-c),
      var(--rmt-matrix-d),
      var(--rmt-matrix-e),
      var(--rmt-matrix-f));
}

.rmt-overflow-hidden {
  overflow: hidden;
}

.rmt-text-hidden {
  display: none;
}

.rmt-line {
  perspective: 400px;
}

@-webkit-keyframes underline-slide-restart {

  0%,
  100% {
    background-size: 100%;
  }

  25%,
  50% {
    background-size: 0%;
  }
}

@-moz-keyframes underline-slide-restart {

  0%,
  100% {
    background-size: 100%;
  }

  25%,
  50% {
    background-size: 0%;
  }
}

@-ms-keyframes underline-slide-restart {

  0%,
  100% {
    background-size: 100%;
  }

  25%,
  50% {
    background-size: 0%;
  }
}

@-o-keyframes underline-slide-restart {

  0%,
  100% {
    background-size: 100%;
  }

  25%,
  50% {
    background-size: 0%;
  }
}

@keyframes underline-slide-restart {

  0%,
  100% {
    background-size: 100%;
  }

  25%,
  50% {
    background-size: 0%;
  }
}

.text-underline,
.rmt-text-editor-wrapper.link-underline a,
.rmt-links-wrapper .rmt-links-item .link-underline .rmt-link-text,
.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-title .rmt-title-text,
.rmt-layout-post1.layout-post-style2 .rmt-post-title a {
  --rmt-height: 1px;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - var(--rmt-height)),
      currentcolor 0px);
  background-size: 100%;
  background-repeat: no-repeat;
}

.text-underline:hover,
.rmt-text-editor-wrapper.link-underline a:hover,
.rmt-links-wrapper .rmt-links-item .link-underline .rmt-link-text:hover,
.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-title .rmt-title-text:hover,
.rmt-layout-post1.layout-post-style2 .rmt-post-title a:hover {
  animation: underline-slide-restart 1s ease forwards;
}

.scroll-parallax-item {
  position: absolute;
  inset: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-o-placeholder,
textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.rmt-select-higthlight,
.nice-select {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
  padding: 0;
  margin: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
.rmt-select-higthlight:focus,
.nice-select:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover,
select:hover,
.rmt-select-higthlight:hover,
.nice-select:hover {
  outline: 0;
}

input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}

select {
  height: 60px;
  /* Select Style */
}

.rmt-select {
  width: 100%;
  position: relative;
}

.rmt-select .rmt-select-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.rmt-select .rmt-select-options {
  max-height: 282px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 900;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  border-radius: 0 0 10px 10px;
}

.rmt-select .rmt-select-options li {
  padding: 9px 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
  border-radius: 5px;
}

.rmt-select .rmt-select-options li:first-child {
  display: none;
}

.rmt-select .rmt-select-options li:hover {
  color: #0a1320;
  background-color: rgba(10, 19, 32, 0.04);
}

.rmt-select .rmt-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.rmt-select .rmt-select-higthlight:before {
  content: "\f150";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #888;
  line-height: 28px;
  text-align: center;
  font-size: 11px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rmt-select .rmt-select-higthlight.active {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rmt-select .rmt-select-higthlight.active+.rmt-select-options {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}

.rmt-select .rmt-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
  color: #444;
}

.nice-select {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  /* Select 2 */
}

.nice-select:before {
  content: "\f150";
  font-family: "Font Awesome 6 Free";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #2d2d2d;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nice-select ul.list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 30px 0 0;
  padding: 12px 15px;
  background-color: #fff;
  z-index: 101;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  max-width: 350px;
  max-height: 246px;
  overflow-y: auto;
}

.nice-select ul.list li {
  padding: 9px 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
}

.nice-select ul.list li:hover {
  color: #101010;
  background-color: rgba(0, 0, 0, 0.04);
}

.nice-select.open:before {
  transform: translate(0, -50%) scaleY(-1);
}

.nice-select.open ul.list {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.select2 .select2-selection--single {
  border: 1px solid #2d2d2d;
  height: 51px;
  margin: 0;
  text-align: start;
}

.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 51px;
}

.select2 .select2-selection--single .select2-selection__arrow {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

form .select2-container--default .select2-dropdown {
  margin-top: 3px;
  padding: 14px;
  border-radius: 30px;
}

.select2-container.select2-container--open {
  /* Date Time */
}

.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}

.select2-container.select2-container--open .select2-results .select2-results__option {
  font-size: 15px;
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: ;
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: !important;
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  background: !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current,
body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color: !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}

body .xdsoft_datetimepicker {
  font-family: inherit;
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}

body .xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f3f3f3;
  color: #444;
}

body .xdsoft_datetimepicker .xdsoft_calendar td {
  border-color: #ebebeb;
  height: 30px;
  background-color: #f7f7f7;
}

@media screen and (min-width: 1200px) {
  body .xdsoft_datetimepicker .xdsoft_calendar td {
    height: 36px;
  }
}

body .xdsoft_datetimepicker .xdsoft_calendar td>div {
  padding: 0;
  text-align: center;
}

body .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 230px;
}

@media screen and (min-width: 1200px) {
  body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 305px;
  }
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background-color: ;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.rmt-file-upload-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .rmt-file-upload-wrapper {
    display: block;
  }
}

.rmt-file-upload-wrapper .rmt-file-upload-button {
  white-space: nowrap;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #16232b;
  padding: 0 38px;
}

@media screen and (max-width: 767px) {
  .rmt-file-upload-wrapper .rmt-file-upload-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.rmt-file-upload-wrapper .rmt-file-upload-button:hover {
  background: #222;
}

.rmt-file-upload-wrapper .rmt-file-upload-input {
  width: auto;
  font-size: 16px;
  color: #0a1320;
  background: none;
  font-weight: 500;
  padding: 0 22px;
  height: 52px;
}

@media screen and (max-width: 767px) {
  .rmt-file-upload-wrapper .rmt-file-upload-input {
    padding: 0;
  }
}

@-webkit-keyframes flipX {

  0%,
  100% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }
}

@-moz-keyframes flipX {

  0%,
  100% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }
}

@-ms-keyframes flipX {

  0%,
  100% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }
}

@-o-keyframes flipX {

  0%,
  100% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }
}

@keyframes flipX {

  0%,
  100% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }
}

@-webkit-keyframes flipY {

  0%,
  100% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }
}

@-moz-keyframes flipY {

  0%,
  100% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }
}

@-ms-keyframes flipY {

  0%,
  100% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }
}

@-o-keyframes flipY {

  0%,
  100% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }
}

@keyframes flipY {

  0%,
  100% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(180deg);
  }
}

@-webkit-keyframes shrink-expand {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 0.1;
  }
}

@-moz-keyframes shrink-expand {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 0.1;
  }
}

@-ms-keyframes shrink-expand {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 0.1;
  }
}

@-o-keyframes shrink-expand {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 0.1;
  }
}

@keyframes shrink-expand {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 0.1;
  }
}

@-webkit-keyframes grow-normalize {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.2;
  }
}

@-moz-keyframes grow-normalize {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.2;
  }
}

@-ms-keyframes grow-normalize {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.2;
  }
}

@-o-keyframes grow-normalize {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.2;
  }
}

@keyframes grow-normalize {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.2;
  }
}

@keyframes rotate3d-in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes rotate3d-in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes rotate3d-in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes rotate3d-in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes rotate3d-out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(-1, 0, 0, 180deg);
  }
}

@keyframes rotate3d-out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(0, -1, 0, 180deg);
  }
}

@keyframes rotate3d-out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(1, 0, 0, 180deg);
  }
}

@keyframes rotate3d-out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(0, 1, 0, 180deg);
  }
}

.rotate3d-in-top .direction-item {
  transform-origin: 50% 0%;
  animation: rotate3d-in-top 0.3s linear 0ms 1 forwards;
}

.rotate3d-in-right .direction-item {
  transform-origin: 100% 0%;
  animation: rotate3d-in-right 0.3s linear 0ms 1 forwards;
}

.rotate3d-in-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: rotate3d-in-bottom 0.3s linear 0ms 1 forwards;
}

.rotate3d-in-left .direction-item {
  transform-origin: 0% 0%;
  animation: rotate3d-in-left 0.3s linear 0ms 1 forwards;
}

.rotate3d-out-top .direction-item {
  transform-origin: 50% 0%;
  animation: rotate3d-out-top 0.3s linear 0ms 1 forwards;
}

.rotate3d-out-right .direction-item {
  transform-origin: 100% 50%;
  animation: rotate3d-out-right 0.3s linear 0ms 1 forwards;
}

.rotate3d-out-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: rotate3d-out-bottom 0.3s linear 0ms 1 forwards;
}

.rotate3d-out-left .direction-item {
  transform-origin: 0% 0%;
  animation: rotate3d-out-left 0.3s linear 0ms 1 forwards;
}

@keyframes translate3d-in-top {
  from {
    transform: translate3d(0, -101%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes translate3d-in-right {
  from {
    transform: translate3d(101%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes translate3d-in-bottom {
  from {
    transform: translate3d(0, 101%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes translate3d-in-left {
  from {
    transform: translate3d(-101%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes translate3d-out-top {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -101%, 0);
  }
}

@keyframes translate3d-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(101%, 0, 0);
  }
}

@keyframes translate3d-out-bottom {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 101%, 0);
  }
}

@keyframes translate3d-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-101%, 0, 0);
  }
}

.translate3d-in-top .direction-item {
  transform-origin: 50% 0%;
  animation: translate3d-in-top 0.3s linear 0ms 1 forwards;
}

.translate3d-in-right .direction-item {
  transform-origin: 100% 0%;
  animation: translate3d-in-right 0.3s linear 0ms 1 forwards;
}

.translate3d-in-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: translate3d-in-bottom 0.3s linear 0ms 1 forwards;
}

.translate3d-in-left .direction-item {
  transform-origin: 0% 0%;
  animation: translate3d-in-left 0.3s linear 0ms 1 forwards;
}

.translate3d-out-top .direction-item {
  transform-origin: 50% 0%;
  animation: translate3d-out-top 0.3s linear 0ms 1 forwards;
}

.translate3d-out-right .direction-item {
  transform-origin: 100% 50%;
  animation: translate3d-out-right 0.3s linear 0ms 1 forwards;
}

.translate3d-out-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: translate3d-out-bottom 0.3s linear 0ms 1 forwards;
}

.translate3d-out-left .direction-item {
  transform-origin: 0% 0%;
  animation: translate3d-out-left 0.3s linear 0ms 1 forwards;
}

.text-effect-rotatex-in {
  perspective: 4000px;
}

.text-effect-slide-in .rmt-line,
.text-effect-slide-out .rmt-line {
  overflow: hidden;
  display: inline-flex !important;
  flex-wrap: wrap;
}

.text-effect-slide-in .rmt-word,
.text-effect-slide-out .rmt-word {
  overflow: hidden;
  display: inline-flex !important;
}

.text-effect-slide-in .rmt-char,
.text-effect-slide-out .rmt-char {
  overflow: hidden;
  display: inline-flex !important;
}

@-webkit-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }

  100% {
    background-size: 100%;
  }
}

@-moz-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }

  100% {
    background-size: 100%;
  }
}

@-ms-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }

  100% {
    background-size: 100%;
  }
}

@-o-keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }

  100% {
    background-size: 100%;
  }
}

@keyframes textUnderlineSlide {
  0% {
    background-size: 0%;
  }

  100% {
    background-size: 100%;
  }
}

.text-underline-slide {
  animation: textUnderlineSlide 0.75s ease-in-out forwards;
  -webkit-animation: textUnderlineSlide 0.75s ease-in-out forwards;
}

.textUnderlineSlide.animated {
  -webkit-animation-name: textUnderlineSlide;
  animation-name: textUnderlineSlide;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(var(--rmt-rotate));
  }
}

@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(var(--rmt-rotate));
  }
}

@-ms-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(var(--rmt-rotate));
  }
}

@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(var(--rmt-rotate));
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(var(--rmt-rotate));
  }
}

.spin-animated {
  --rmt-rotate: 360deg;
  -webkit-animation: spin 20s linear infinite;
  -khtml-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
  -ms-animation: spin 20s linear infinite;
  -o-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}

@-webkit-keyframes circular-motion {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  20% {
    transform: translate(var(--rmt-translate-x), 0px) rotate(var(--rmt-rotate));
  }

  40% {
    transform: translate(0px, calc(-1 * var(--rmt-translate-y))) rotate(calc(-1 * var(--rmt-rotate)));
  }

  60% {
    transform: translate(calc(-1 * var(--rmt-translate-x)), 0px) rotate(var(--rmt-rotate));
  }

  80% {
    transform: translate(0px, var(--rmt-translate-y)) rotate(calc(-1 * var(--rmt-rotate)));
  }
}

@-moz-keyframes circular-motion {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  20% {
    transform: translate(var(--rmt-translate-x), 0px) rotate(var(--rmt-rotate));
  }

  40% {
    transform: translate(0px, calc(-1 * var(--rmt-translate-y))) rotate(calc(-1 * var(--rmt-rotate)));
  }

  60% {
    transform: translate(calc(-1 * var(--rmt-translate-x)), 0px) rotate(var(--rmt-rotate));
  }

  80% {
    transform: translate(0px, var(--rmt-translate-y)) rotate(calc(-1 * var(--rmt-rotate)));
  }
}

@-ms-keyframes circular-motion {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  20% {
    transform: translate(var(--rmt-translate-x), 0px) rotate(var(--rmt-rotate));
  }

  40% {
    transform: translate(0px, calc(-1 * var(--rmt-translate-y))) rotate(calc(-1 * var(--rmt-rotate)));
  }

  60% {
    transform: translate(calc(-1 * var(--rmt-translate-x)), 0px) rotate(var(--rmt-rotate));
  }

  80% {
    transform: translate(0px, var(--rmt-translate-y)) rotate(calc(-1 * var(--rmt-rotate)));
  }
}

@-o-keyframes circular-motion {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  20% {
    transform: translate(var(--rmt-translate-x), 0px) rotate(var(--rmt-rotate));
  }

  40% {
    transform: translate(0px, calc(-1 * var(--rmt-translate-y))) rotate(calc(-1 * var(--rmt-rotate)));
  }

  60% {
    transform: translate(calc(-1 * var(--rmt-translate-x)), 0px) rotate(var(--rmt-rotate));
  }

  80% {
    transform: translate(0px, var(--rmt-translate-y)) rotate(calc(-1 * var(--rmt-rotate)));
  }
}

@keyframes circular-motion {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  20% {
    transform: translate(var(--rmt-translate-x), 0px) rotate(var(--rmt-rotate));
  }

  40% {
    transform: translate(0px, calc(-1 * var(--rmt-translate-y))) rotate(calc(-1 * var(--rmt-rotate)));
  }

  60% {
    transform: translate(calc(-1 * var(--rmt-translate-x)), 0px) rotate(var(--rmt-rotate));
  }

  80% {
    transform: translate(0px, var(--rmt-translate-y)) rotate(calc(-1 * var(--rmt-rotate)));
  }
}

.rmt-circular-motion,
.rmt-search-form-wrapper .search-submit:hover i,
.btn.rmt-search-button:hover .rmt-btn-icon,
button.rmt-search-button:hover .rmt-btn-icon {
  -webkit-animation: circular-motion 3.5s linear infinite;
  -khtml-animation: circular-motion 3.5s linear infinite;
  -moz-animation: circular-motion 3.5s linear infinite;
  -ms-animation: circular-motion 3.5s linear infinite;
  -o-animation: circular-motion 3.5s linear infinite;
  animation: circular-motion 3.5s linear infinite;
}

@keyframes zoomInOut {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 0.85;
  }
}

.zoom-in-out-animated {
  animation: zoomInOut 10s ease-in-out infinite;
  -webkit-animation: zoomInOut 10s ease-in-out infinite;
}

@keyframes ring {
  0% {
    transform: rotate3d(0, 0, 1, 0);
  }

  20%,
  32%,
  44%,
  56%,
  68%,
  80% {
    transform: rotate3d(0, 0, 1, 0);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0);
  }
}

.ring-animated {
  -webkit-animation: ring 5s linear infinite;
  -khtml-animation: ring 5s linear infinite;
  -moz-animation: ring 5s linear infinite;
  -ms-animation: ring 5s linear infinite;
  -o-animation: ring 5s linear infinite;
  animation: ring 5s linear infinite;
}

@keyframes slide-to-slide {

  0%,
  100% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y));
  }
}

.slide-ltr-animated {
  --rmt-translate-x: 100px;
  --rmt-translate-y: 0;
  animation: slide-to-slide 10s linear infinite;
  -webkit-animation: slide-to-slide 10s linear infinite;
}

.slide-rtl-animated {
  --rmt-translate-x: -100px;
  --rmt-translate-y: 0;
  animation: slide-to-slide 10s linear infinite;
  -webkit-animation: slide-to-slide 10s linear infinite;
}

.slide-ttb-animated {
  --rmt-translate-x: 0;
  --rmt-translate-y: 100px;
  animation: slide-to-slide 10s linear infinite;
  -webkit-animation: slide-to-slide 10s linear infinite;
}

.slide-btt-animated {
  --rmt-translate-x: 0;
  --rmt-translate-y: -100px;
  animation: slide-to-slide 10s linear infinite;
  -webkit-animation: slide-to-slide 10s linear infinite;
}

@keyframes swing {

  0%,
  100% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(45deg);
  }
}

.swing-animated {
  animation: swing 10s linear infinite;
  -webkit-animation: swing 10s linear infinite;
}

@-webkit-keyframes growWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-moz-keyframes growWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-ms-keyframes growWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-o-keyframes growWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes growWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.anim-grow-width {
  -webkit-animation: grow-width 0.25s linear both;
  -khtml-animation: grow-width 0.25s linear both;
  -moz-animation: grow-width 0.25s linear both;
  -ms-animation: grow-width 0.25s linear both;
  -o-animation: grow-width 0.25s linear both;
  animation: grow-width 0.25s linear both;
}

.growWidth.animated {
  -webkit-animation-name: growWidth;
  animation-name: growWidth;
}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-moz-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-ms-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-o-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.bounce-top.animated {
  -webkit-animation-name: bounce-top;
  animation-name: bounce-top;
}

@-webkit-keyframes rollingBounce {
  0% {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateX(calc(var(--rmt-translate-x) / 6.25)) translateY(var(--rmt-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateX(calc(var(--rmt-translate-x) / 12.5)) translateY(var(--rmt-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateX(var(--rmt-translate-x) / 25) translateY(var(--rmt-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateX(var(--rmt-translate-x) / 50) translateY(var(--rmt-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}

@-moz-keyframes rollingBounce {
  0% {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateX(calc(var(--rmt-translate-x) / 6.25)) translateY(var(--rmt-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateX(calc(var(--rmt-translate-x) / 12.5)) translateY(var(--rmt-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateX(var(--rmt-translate-x) / 25) translateY(var(--rmt-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateX(var(--rmt-translate-x) / 50) translateY(var(--rmt-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}

@-ms-keyframes rollingBounce {
  0% {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateX(calc(var(--rmt-translate-x) / 6.25)) translateY(var(--rmt-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateX(calc(var(--rmt-translate-x) / 12.5)) translateY(var(--rmt-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateX(var(--rmt-translate-x) / 25) translateY(var(--rmt-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateX(var(--rmt-translate-x) / 50) translateY(var(--rmt-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}

@-o-keyframes rollingBounce {
  0% {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateX(calc(var(--rmt-translate-x) / 6.25)) translateY(var(--rmt-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateX(calc(var(--rmt-translate-x) / 12.5)) translateY(var(--rmt-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateX(var(--rmt-translate-x) / 25) translateY(var(--rmt-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateX(var(--rmt-translate-x) / 50) translateY(var(--rmt-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}

@keyframes rollingBounce {
  0% {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(360deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateX(calc(var(--rmt-translate-x) / 6.25)) translateY(var(--rmt-translate-y)) rotate(180deg);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateX(calc(var(--rmt-translate-x) / 12.5)) translateY(var(--rmt-translate-y)) rotate(100deg);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateX(var(--rmt-translate-x) / 25) translateY(var(--rmt-translate-y)) rotate(50deg);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateX(var(--rmt-translate-x) / 50) translateY(var(--rmt-translate-y)) rotate(30deg);
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  90% {
    transform: translateX(0px) translateY(0);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateX(0px) translateY(0) rotate(0deg);
    animation-timing-function: ease-out;
  }
}

.rollingBounce.animated {
  -webkit-animation-name: rollingBounce;
  animation-name: rollingBounce;
  animation-duration: 2000ms;
  -webkit-animation-duration: 2000ms;
}

.rollingBounce.animated.ttb {
  --rmt-translate-y: -200px;
}

.rollingBounce.animated.rtl {
  --rmt-translate-x: 200px;
}

.rollingBounce.animated.btt {
  --rmt-translate-y: 200px;
}

.rollingBounce.animated.ltr {
  --rmt-translate-x: -200px;
}

@keyframes zoom {
  from {
    transform: translate(var(--rmt-translate-x), var(--rmt-translate-y)) scale(0);
  }

  to {
    transform: translate(0, 0) scale(1);
  }
}

.zoomInUp.animated {
  --rmt-translate-x: 0;
  --rmt-translate-y: 100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}

.zoomInDown.animated {
  --rmt-translate-x: 0;
  --rmt-translate-y: -100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}

.zoomInLeft.animated {
  --rmt-translate-x: 100%;
  --rmt-translate-y: 0;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}

.zoomInRight.animated {
  --rmt-translate-x: -100%;
  --rmt-translate-y: 0;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}

.zoomInUpLeft.animated {
  --rmt-translate-x: 100%;
  --rmt-translate-y: 100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}

.zoomInUpRight.animated {
  --rmt-translate-x: -100%;
  --rmt-translate-y: 100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}

.zoomInDownLeft.animated {
  --rmt-translate-x: 100%;
  --rmt-translate-y: -100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}

.zoomInDownRight.animated {
  --rmt-translate-x: -100%;
  --rmt-translate-y: -100%;
  animation-name: zoom;
  -webkit-animation-name: zoom;
}

@-webkit-keyframes rolling {
  from {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(var(--rmt-rotate));
  }

  to {
    transform: translateX(0) rotate(0deg);
  }
}

@-moz-keyframes rolling {
  from {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(var(--rmt-rotate));
  }

  to {
    transform: translateX(0) rotate(0deg);
  }
}

@-ms-keyframes rolling {
  from {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(var(--rmt-rotate));
  }

  to {
    transform: translateX(0) rotate(0deg);
  }
}

@-o-keyframes rolling {
  from {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(var(--rmt-rotate));
  }

  to {
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rolling {
  from {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) rotate(var(--rmt-rotate));
  }

  to {
    transform: translateX(0) rotate(0deg);
  }
}

.rollingIn.animated {
  animation-name: rolling;
  -webkit-animation-name: rolling;
}

.rollingInRight.animated {
  --rmt-translate-x: 400%;
  --rmt-rotate: 360deg;
  animation-name: rolling;
  -webkit-animation-name: rolling;
}

.rollingInLeft.animated {
  --rmt-translate-x: -400%;
  --rmt-rotate: -360deg;
  animation-name: rolling;
  -webkit-animation-name: rolling;
}

.rollingInUp.animated {
  --rmt-translate-y: -400%;
  --rmt-rotate: -360deg;
  animation-name: rolling;
  -webkit-animation-name: rolling;
}

.rollingInDown.animated {
  --rmt-translate-y: 400%;
  --rmt-rotate: 360deg;
  animation-name: rolling;
  -webkit-animation-name: rolling;
}

@keyframes revealIn {
  0% {
    clip-path: inset(100% 100% 100% 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.revealIn.animated {
  animation-name: revealIn;
  -webkit-animation-name: revealIn;
}

@keyframes revealInRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.revealInRight.animated {
  animation-name: revealInRight;
  -webkit-animation-name: revealInRight;
}

@keyframes revealInLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.revealInLeft.animated {
  animation-name: revealInLeft;
  -webkit-animation-name: revealInLeft;
}

@keyframes revealInUp {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.revealInUp.animated {
  animation-name: revealInUp;
  -webkit-animation-name: revealInUp;
}

@keyframes revealInDown {
  0% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.revealInDown.animated {
  animation-name: revealInDown;
  -webkit-animation-name: revealInDown;
}

@keyframes revealInVertical {
  0% {
    clip-path: inset(50% 0 50% 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.revealInVertical.animated {
  animation-name: revealInVertical;
  -webkit-animation-name: revealInVertical;
}

@keyframes revealInHorizontal {
  0% {
    clip-path: inset(0% 50% 0% 50%);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.revealInHorizontal.animated {
  animation-name: revealInHorizontal;
  -webkit-animation-name: revealInHorizontal;
}

@keyframes revealImageIn {
  0% {
    clip-path: inset(100% 100% 100% 100%);
    scale: 0.85;
  }

  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}

.revealImageIn.animated {
  animation-name: revealImageIn;
  -webkit-animation-name: revealImageIn;
}

@keyframes revealImageInRight {
  0% {
    clip-path: inset(0 100% 0 0);
    scale: 0.85;
  }

  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}

.revealImageInRight.animated {
  animation-name: revealImageInRight;
  -webkit-animation-name: revealImageInRight;
}

@keyframes revealImageInLeft {
  0% {
    clip-path: inset(0 0 0 100%);
    scale: 0.85;
  }

  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}

.revealImageInLeft.animated {
  animation-name: revealImageInLeft;
  -webkit-animation-name: revealImageInLeft;
}

@keyframes revealImageInUp {
  0% {
    clip-path: inset(0 0 100% 0);
    scale: 0.85;
  }

  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}

.revealImageInUp.animated {
  animation-name: revealImageInUp;
  -webkit-animation-name: revealImageInUp;
}

@keyframes revealImageInDown {
  0% {
    clip-path: inset(100% 0 0 0);
    scale: 0.85;
  }

  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}

.revealImageInDown.animated {
  animation-name: revealImageInDown;
  -webkit-animation-name: revealImageInDown;
}

@keyframes revealImageInVertical {
  0% {
    clip-path: inset(50% 0 50% 0);
    scale: 0.85;
  }

  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}

.revealImageInVertical.animated {
  animation-name: revealImageInVertical;
  -webkit-animation-name: revealImageInVertical;
}

@keyframes revealImageInHorizontal {
  0% {
    clip-path: inset(0% 50% 0% 50%);
    scale: 0.85;
  }

  100% {
    clip-path: inset(0 0 0 0);
    scale: 1;
  }
}

.revealImageInHorizontal.animated {
  animation-name: revealImageInHorizontal;
  -webkit-animation-name: revealImageInHorizontal;
}

@-webkit-keyframes slide {
  from {
    transform: translate(var(--rmt-translate-x), var(--rmt-translate-y));
  }

  to {
    transform: translate(0, 0);
  }
}

@-moz-keyframes slide {
  from {
    transform: translate(var(--rmt-translate-x), var(--rmt-translate-y));
  }

  to {
    transform: translate(0, 0);
  }
}

@-ms-keyframes slide {
  from {
    transform: translate(var(--rmt-translate-x), var(--rmt-translate-y));
  }

  to {
    transform: translate(0, 0);
  }
}

@-o-keyframes slide {
  from {
    transform: translate(var(--rmt-translate-x), var(--rmt-translate-y));
  }

  to {
    transform: translate(0, 0);
  }
}

@keyframes slide {
  from {
    transform: translate(var(--rmt-translate-x), var(--rmt-translate-y));
  }

  to {
    transform: translate(0, 0);
  }
}

.slideUp.animated {
  --rmt-translate-x: 0;
  --rmt-translate-y: -100%;
  animation-name: slide;
  -webkit-animation-name: slide;
}

.slideLeft.animated {
  --rmt-translate-x: -100%;
  --rmt-translate-y: 0;
  animation-name: slide;
  -webkit-animation-name: slide;
}

.slideRight.animated {
  --rmt-translate-x: 100%;
  --rmt-translate-y: 0;
  animation-name: slide;
  -webkit-animation-name: slide;
}

.slideDown.animated {
  --rmt-translate-x: 0;
  --rmt-translate-y: 100%;
  animation-name: slide;
  -webkit-animation-name: slide;
}

@-webkit-keyframes floating1 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}

@-moz-keyframes floating1 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}

@-ms-keyframes floating1 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}

@-o-keyframes floating1 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}

@keyframes floating1 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) rotate(20deg) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) rotate(-5deg) scale(1);
  }
}

.floating1 {
  animation: floating1 10s linear infinite;
}

@-webkit-keyframes floating2 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}

@-moz-keyframes floating2 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}

@-ms-keyframes floating2 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}

@-o-keyframes floating2 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}

@keyframes floating2 {

  0%,
  100% {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
  }

  25% {
    transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95);
  }

  75% {
    transform: translateX(0) translateY(-30px) translateZ(10px) scale(1);
  }
}

.floating2 {
  animation: floating2 10s linear infinite;
}

@-webkit-keyframes floating {
  from {
    transform: translateX(calc(-1 * (--rmt-translate-x))) translateY(calc(-1 * (--rmt-translate-y))) scale(1);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) scale(1.05);
  }
}

@-moz-keyframes floating {
  from {
    transform: translateX(calc(-1 * (--rmt-translate-x))) translateY(calc(-1 * (--rmt-translate-y))) scale(1);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) scale(1.05);
  }
}

@-ms-keyframes floating {
  from {
    transform: translateX(calc(-1 * (--rmt-translate-x))) translateY(calc(-1 * (--rmt-translate-y))) scale(1);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) scale(1.05);
  }
}

@-o-keyframes floating {
  from {
    transform: translateX(calc(-1 * (--rmt-translate-x))) translateY(calc(-1 * (--rmt-translate-y))) scale(1);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) scale(1.05);
  }
}

@keyframes floating {
  from {
    transform: translateX(calc(-1 * (--rmt-translate-x))) translateY(calc(-1 * (--rmt-translate-y))) scale(1);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y)) scale(1.05);
  }
}

.floating {
  animation: floating 10s linear infinite;
}

.floating.x {
  --rmt-translate-x: 30px;
  --rmt-translate-y: 0;
}

.floating.y {
  --rmt-translate-x: 0;
  --rmt-translate-y: 30px;
}

.hover-tilt {
  transform-style: preserve-3d;
  transform: perspective(500px);
  transition: all var(--rmt-transition-duration) linear, transform 0s !important;
}

.hover-tilt * {
  transform: translateZ(80px);
}

.hover-3d-cube-flip {
  --rmt-translate-z: 17px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: var(--rmt-transition-duration) linear;
}

.hover-3d-cube-flip>a {
  display: block;
  position: relative;
  z-index: 99;
  pointer-events: auto;
}

.hover-3d-cube-flip * {
  opacity: 0;
}

.hover-3d-cube-flip::before,
.hover-3d-cube-flip::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: inherit;
  pointer-events: none;
}

.hover-3d-cube-flip::before {
  color: #fff;
  transform: rotateX(90deg) translateZ(var(--rmt-translate-z));
}

.hover-3d-cube-flip::after {
  color: #d7ff37;
  transform: translateZ(var(--rmt-translate-z));
}

.hover-3d-cube-flip:hover,
.hover-parent:hover .hover-3d-cube-flip,
.hover-parent.active .hover-3d-cube-flip {
  transform: rotateX(0deg);
}

.hover-fade-in-up:hover {
  animation: fadeInUp 0.25s linear forwards;
  -webkit-animation: fadeInUp 0.25s linear forwards;
}

.hover-image-zoom-in {
  --rmt-scale: 1.1;
  overflow: hidden;
}

.hover-image-zoom-in img {
  transition: var(--rmt-transition-duration) linear;
}

.hover-image-zoom-in:hover img {
  scale: var(--rmt-scale);
}

.hover-image-parallax {
  overflow: hidden;
}

.hover-image-parallax img {
  transition: scale 0.5s linear;
}

.hover-image-distortion-transition {
  position: relative;
}

.hover-image-distortion-transition>a {
  display: block;
  position: relative;
  z-index: 9;
  height: 100%;
  opacity: 0;
}

.hover-image-distortion-transition canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hover-image-distortion-warp {
  position: relative;
  overflow: hidden;
}

.hover-image-distortion-warp canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hover-image-distortion-warp>a {
  display: block;
  position: relative;
  z-index: 9;
  height: 100%;
  opacity: 0;
}

.hover-image-distortion-warp img {
  opacity: 0;
}

.hover-image-distortion-wave {
  position: relative;
  overflow: hidden;
}

.hover-image-distortion-wave canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hover-image-distortion-wave>a {
  display: block;
  position: relative;
  z-index: 9;
  height: 100%;
  opacity: 0;
}

@-webkit-keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }

  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }

  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }

  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }

  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes custom-anim1 {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }

  75% {
    transform: scaleX(1.2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.hover-image-overlay-fade--x {
  position: relative;
}

.hover-image-overlay-fade--x::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}

.hover-image-overlay-fade--x:hover::before {
  animation: custom-anim1 0.75s linear forwards;
  -webkit-animation: custom-anim1 0.75s linear forwards;
}

.hover-image-overlay-fade--y {
  position: relative;
}

.hover-image-overlay-fade--y::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) scaleX(0);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}

.hover-image-overlay-fade--y:hover::before {
  animation: custom-anim1 0.75s linear forwards;
  -webkit-animation: custom-anim1 0.75s linear forwards;
}

.hover-text-default {
  transition: 0.25s linear;
}

.hover-text-default>a {
  color: inherit;
  transition: none;
}

.hover-text-default:hover,
.hover-parent:hover .hover-text-default {
  color: #d7ff37;
}

.hover-text-underline {
  --rmt-height: 2px;
  transition: 0.25s linear;
}

.hover-text-underline:hover,
.hover-parent:hover .hover-text-underline {
  text-decoration: underline var(--rmt-height) currentColor;
}

.hover-text-fill {
  --link-color: currentcolor;
  --link-color-hover: #ffffff;
  position: relative;
  display: inline-block;
  color: var(--link-color);
  overflow: hidden;
  background: linear-gradient(to right,
      var(--link-color-hover),
      var(--link-color-hover) 50%,
      var(--link-color) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
}

.hover-text-fill:hover,
.hover-parent:hover .hover-text-fill {
  background-position: 0 100%;
}

.hover-text-underline--slide-ltr,
.woocommerce ul.products li.product .product-title {
  --rmt-height: 1px;
}

.hover-text-underline--slide-ltr>span,
.woocommerce ul.products li.product .product-title>span,
.hover-text-underline--slide-ltr>a,
.woocommerce ul.products li.product .product-title>a {
  transition: 0.5s;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - var(--rmt-height)),
      currentcolor 0px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.hover-text-underline--slide-ltr:hover>a,
.woocommerce ul.products li.product .product-title:hover>a,
.hover-text-underline--slide-ltr:hover>span,
.woocommerce ul.products li.product .product-title:hover>span,
.hover-parent:hover .hover-text-underline--slide-ltr>a,
.hover-parent:hover .woocommerce ul.products li.product .product-title>a,
.woocommerce ul.products li.product .hover-parent:hover .product-title>a,
.hover-parent:hover .hover-text-underline--slide-ltr>span,
.hover-parent:hover .woocommerce ul.products li.product .product-title>span,
.woocommerce ul.products li.product .hover-parent:hover .product-title>span {
  background-size: 100% 100%;
}

.hover-text-underline--slide-rtl {
  --rmt-height: 1px;
}

.hover-text-underline--slide-rtl>span,
.hover-text-underline--slide-rtl>a {
  transition: 0.5s;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - var(--rmt-height)),
      currentcolor 0px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.hover-text-underline--slide-rtl:hover>a,
.hover-text-underline--slide-rtl:hover>span,
.hover-parent:hover .hover-text-underline--slide-rtl>a,
.hover-parent:hover .hover-text-underline--slide-rtl>span {
  background-size: 100% 100%;
}

.hover-box-default:hover {
  background-color: #000;
}

.hover-translate3d-direction {
  position: relative;
  perspective: 400px;
  overflow: hidden;
}

.hover-translate3d-direction .direction-item {
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
}

.hover-rotate3d-direction {
  perspective: 400px;
  overflow: hidden;
}

.hover-rotate3d-direction .direction-item {
  transform: rotate3d(1, 0, 0, 90deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.hover-rotate3d-direction:hover .direction-item {
  opacity: 1;
}

.direction-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
}

.hover-spotlight-scale {
  position: relative;
  overflow: hidden;
}

.hover-spotlight-scale .item-spotlight {
  position: absolute;
  width: 25px;
  height: 25px;
  scale: 0;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  background-color: #010101;
  z-index: 0;
}

.hover-image-show {
  position: relative;
  overflow: visible;
}

.hover-image-show .item-image {
  position: absolute;
  background: center center / cover no-repeat;
  width: 100px;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
  transform-origin: center;
}

.hover-underline-ltr,
.btn.rmt-btn-link.rmt-btn-link1,
button.rmt-btn-link.rmt-btn-link1 {
  position: relative;
}

.hover-underline-ltr::after,
.btn.rmt-btn-link.rmt-btn-link1::after,
button.rmt-btn-link.rmt-btn-link1::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  transition: inherit;
  background-color: currentColor;
}

.hover-underline-ltr:hover::after,
.btn.rmt-btn-link.rmt-btn-link1:hover::after,
button.rmt-btn-link.rmt-btn-link1:hover::after,
.hover-underline-ltr.active::after,
.btn.rmt-btn-link.rmt-btn-link1.active::after,
button.rmt-btn-link.rmt-btn-link1.active::after,
.menu-item:hover .hover-underline-ltr::after,
.menu-item:hover .btn.rmt-btn-link.rmt-btn-link1::after,
.menu-item:hover button.rmt-btn-link.rmt-btn-link1::after,
.menu-item.active .hover-underline-ltr::after,
.menu-item.active .btn.rmt-btn-link.rmt-btn-link1::after,
.menu-item.active button.rmt-btn-link.rmt-btn-link1::after,
.current-menu-parent .hover-underline-ltr::after,
.current-menu-parent .btn.rmt-btn-link.rmt-btn-link1::after,
.current-menu-parent button.rmt-btn-link.rmt-btn-link1::after,
.current_page_item .hover-underline-ltr::after,
.current_page_item .btn.rmt-btn-link.rmt-btn-link1::after,
.current_page_item button.rmt-btn-link.rmt-btn-link1::after,
.rmt-onepage-active .hover-underline-ltr::after,
.rmt-onepage-active .btn.rmt-btn-link.rmt-btn-link1::after,
.rmt-onepage-active button.rmt-btn-link.rmt-btn-link1::after {
  width: 100%;
  left: 0;
  right: auto;
}

.hover-underline-rtl {
  position: relative;
}

.hover-underline-rtl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  right: auto;
  bottom: 0;
  transition: inherit;
  background-color: currentColor;
}

.hover-underline-rtl:hover::after,
.hover-underline-rtl.active::after,
.menu-item:hover .hover-underline-rtl::after,
.menu-item.active .hover-underline-rtl::after,
.current-menu-parent .hover-underline-rtl::after,
.current_page_item .hover-underline-rtl::after,
.rmt-onepage-active .hover-underline-rtl::after {
  width: 100%;
  left: auto;
  right: 0;
}

.hover-underline-expand {
  position: relative;
}

.hover-underline-expand::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transition: inherit;
  background-color: currentColor;
}

.hover-underline-expand:hover::after,
.hover-underline-expand.active::after,
.menu-item:hover .hover-underline-expand::after,
.menu-item.active .hover-underline-expand::after,
.current-menu-parent .hover-underline-expand::after,
.current_page_item .hover-underline-expand::after,
.rmt-onepage-active .hover-underline-expand::after {
  transform: translateX(-50%) scaleX(1);
}

.hover-underline-split {
  position: relative;
}

.hover-underline-split::before,
.hover-underline-split::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  transition: inherit;
  background-color: currentColor;
}

.hover-underline-split::before {
  left: 0;
}

.hover-underline-split::after {
  right: 0;
}

.hover-underline-split:hover::before,
.hover-underline-split.active::before,
.menu-item:hover .hover-underline-split::before,
.menu-item.active .hover-underline-split::before,
.current-menu-parent .hover-underline-split::before,
.current_page_item .hover-underline-split::before,
.rmt-onepage-active .hover-underline-split::before,
.hover-underline-split:hover::after,
.hover-underline-split.active::after,
.menu-item:hover .hover-underline-split::after,
.menu-item.active .hover-underline-split::after,
.current-menu-parent .hover-underline-split::after,
.current_page_item .hover-underline-split::after,
.rmt-onepage-active .hover-underline-split::after {
  width: 51%;
}

.hover-popup-dot {
  position: relative;
}

.hover-popup-dot::before {
  --rmt-box-size: 8px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  scale: 0;
  transition: inherit;
}

.hover-popup-dot:hover,
.hover-popup-dot.active,
.menu-item:hover .hover-popup-dot,
.menu-item.active .hover-popup-dot,
.current-menu-parent .hover-popup-dot,
.current_page_item .hover-popup-dot,
.rmt-onepage-active .hover-popup-dot {
  color: var(--link-color-hover);
  padding-left: 14px;
}

.hover-popup-dot:hover::before,
.hover-popup-dot.active::before,
.menu-item:hover .hover-popup-dot::before,
.menu-item.active .hover-popup-dot::before,
.current-menu-parent .hover-popup-dot::before,
.current_page_item .hover-popup-dot::before,
.rmt-onepage-active .hover-popup-dot::before {
  scale: 1;
}

.hover-box-shadow-underfoot .box-item {
  position: relative;
  --rmt-width: 100%;
  --rmt-height: 30px;
  --rmt-background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.25s linear, transform 0.25s linear;
  -khtml-transition: opacity 0.25s linear, transform 0.25s linear;
  -moz-transition: opacity 0.25s linear, transform 0.25s linear;
  -ms-transition: opacity 0.25s linear, transform 0.25s linear;
  -o-transition: opacity 0.25s linear, transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear;
}

.hover-box-shadow-underfoot .box-item::after {
  content: "";
  width: var(--rmt-width);
  height: var(--rmt-height);
  border-radius: 50%;
  background-color: var(--rmt-background-color);
  filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.25s linear, transform 0.25s linear;
  opacity: 0;
}

.hover-box-shadow-underfoot:hover .box-item {
  transform: translateY(calc(-1 * var(--rmt-height)));
}

.hover-box-shadow-underfoot:hover .box-item::after {
  opacity: 1;
  transform: translateY(calc(5px + var(--rmt-height)));
}

.hover-text-slide-ttb {
  position: relative;
  display: block;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.hover-text-slide-ttb::after {
  display: inherit;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  color: red;
}

.hover-text-slide-ttb:hover::after {
  height: 100%;
}

.hover-scale-fill,
.swiper-navigation .rmt-swiper-button,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box.hover-default {
  position: relative;
  -webkit-transition: scale 0.25s linear;
  -khtml-transition: scale 0.25s linear;
  -moz-transition: scale 0.25s linear;
  -ms-transition: scale 0.25s linear;
  -o-transition: scale 0.25s linear;
  transition: scale 0.25s linear;
}

.hover-scale-fill svg,
.swiper-navigation .rmt-swiper-button svg,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box.hover-default svg,
.hover-scale-fill i,
.swiper-navigation .rmt-swiper-button i,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box.hover-default i {
  position: relative;
  z-index: 9;
}

.hover-scale-fill::before,
.swiper-navigation .rmt-swiper-button::before,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box.hover-default::before {
  content: "";
  scale: 0;
  background-color: #fff;
  transition: inherit;
  border-radius: inherit;
}

.hover-scale-fill:hover::before,
.swiper-navigation .rmt-swiper-button:hover::before,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box.hover-default:hover::before {
  scale: 1;
}

.hover-scale-outline,
.rmt-search-form-wrapper .search-submit {
  position: relative;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.hover-scale-outline svg,
.rmt-search-form-wrapper .search-submit svg,
.hover-scale-outline i,
.rmt-search-form-wrapper .search-submit i {
  position: relative;
  z-index: 9;
}

.hover-scale-outline::before,
.rmt-search-form-wrapper .search-submit::before {
  content: "";
  position: absolute;
  inset: 1px;
  scale: 0;
  background-color: #fff;
  transition: inherit;
  border-radius: inherit;
}

.hover-scale-outline:hover,
.rmt-search-form-wrapper .search-submit:hover {
  color: var(--link-color-hover);
}

.hover-scale-outline:hover::before,
.rmt-search-form-wrapper .search-submit:hover::before {
  scale: 1;
}

.hover-image-transition {
  position: relative;
}

.hover-image-transition .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hover-image-transition .rmt-image-group {
  display: block;
}

.hover-image-transition .rmt-image-group img {
  object-fit: cover;
}

.hover-image-transition .rmt-image-group img.image-back,
.hover-image-transition .rmt-image-group img.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.hover-parallax {
  overflow: hidden;
}

.hover-slide-fill {
  position: relative;
  overflow: hidden;
}

.hover-slide-fill.in-top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: 0.25s;
  background-color: #010101;
  border-radius: inherit;
}

.hover-slide-fill.in-top:hover {
  color: #fff;
}

.hover-slide-fill.in-top:hover::before {
  height: 100%;
}

.hover-animation-flipX:hover>svg,
.hover-parent:hover .hover-animation-flipX>svg,
.hover-animation-flipX:hover>i,
.hover-parent:hover .hover-animation-flipX>i {
  animation: flipX 0.5s linear forwards;
  -webkit-animation: flipX 0.5s linear forwards;
}

.hover-animation-flipY:hover>svg,
.hover-parent:hover .hover-animation-flipY>svg,
.hover-animation-flipY:hover>i,
.hover-parent:hover .hover-animation-flipY>i {
  animation: flipY 0.5s linear forwards;
  -webkit-animation: flipY 0.5s linear forwards;
}

.hover-animation-shrink-expand:hover>svg,
.hover-parent:hover .hover-animation-shrink-expand>svg,
.hover-animation-shrink-expand:hover>i,
.hover-parent:hover .hover-animation-shrink-expand>i {
  animation: shrink-expand 0.5s linear forwards;
  -webkit-animation: shrink-expand 0.5s linear forwards;
}

.hover-animation-grow-normalize:hover>svg,
.hover-parent:hover .hover-animation-grow-normalize>svg,
.hover-animation-grow-normalize:hover>i,
.hover-parent:hover .hover-animation-grow-normalize>i {
  animation: grow-normalize 0.5s linear forwards;
  -webkit-animation: grow-normalize 0.5s linear forwards;
}

.widget ul {
  list-style: none;
  margin: 0;
}

.widget+.widget {
  margin-top: 34px;
}

.widget:not(.widget_search) {
  padding: 37px 33px 46px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
  box-shadow: 0px 11.351px 68.108px 0px rgba(137, 151, 186, 0.15);
}

@media screen and (max-width: 575px) {
  .widget:not(.widget_search) {
    padding: 30px;
  }
}

.widget .widget-title {
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0;
  margin-bottom: 31px;
}

.widget .widget-title:after {
  content: "";
  height: 3px;
  width: 32px;
  background-color: var(--subtitle-text-color);
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .widget .widget-title {
    font-size: 22px;
  }
}

.widget.widget_search .search-form-control {
  position: relative;
}

.widget.widget_search .search-submit {
  --rmt-box-size: 56px;
  background-color: #000;
  position: absolute;
  right: 5px;
  top: 50%;
  color: #fff;
  z-index: 9;
  font-size: 18px;
  transform: translateY(-50%);
}

.widget.widget_search .search-submit:before,
.widget.widget_search .search-submit:after {
  display: none;
}

.widget.widget_search .search-submit:hover {
  background-color: var(--subtitle-text-color);
  color: #fff;
}

.widget.widget_search .search-field {
  background-color: #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 0 65px 0 32px;
  border: 1px solid #d9d9d9;
  line-height: 64px;
  border: thin solid #d5d5d5;
  font-family: var(--secondary-font);
  color: #5f5f5f;
  font-size: 15px;
}

.widget.widget_search .search-field:focus {
  border-color: #000;
  color: #000;
}

.widget.widget_rmt_recent_posts {
  padding: 36px 26px 46px 32px;
}

.widget.widget_rmt_recent_posts .rmt-post-divider {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #5f5f5f;
  opacity: 0.15;
  margin-block: 26px;
}

.widget.widget_rmt_recent_posts .rmt-post-item {
  display: flex;
  gap: 23px;
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-featured {
  border-radius: 6px;
  flex-basis: 45%;
  overflow: hidden;
  position: relative;
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-featured img {
  width: 100%;
  height: 100%;
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-featured::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) scaleX(0);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-featured:hover::before {
  animation: custom-anim1 0.75s linear forwards;
  -webkit-animation: custom-anim1 0.75s linear forwards;
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-content {
  flex-basis: 55%;
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-content .rmt-post-title {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 7px;
  transition: 0.25s;
  color: #000;
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-content .rmt-post-title>a {
  color: inherit;
  transition: 0s;
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-content .rmt-post-title:hover {
  color: var(--subtitle-text-color);
}

.widget.widget_rmt_recent_posts .rmt-post-item .rmt-post-content .rmt-post-date {
  color: #000;
  font-family: "Inter";
  font-size: 10px;
  font-weight: 500;
  line-height: 1.98;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.widget.widget_categories .rmt-category-item:first-child a {
  padding-block: 0 9px;
}

.widget.widget_categories .rmt-category-item:nth-last-of-type() a {
  padding-block: 9 0px;
}

.widget.widget_categories .rmt-category-item+.rmt-category-item {
  border-top: thin dotted #5f5f5f;
}

.widget.widget_categories .rmt-category-item.current-category>a .rmt-category-count {
  color: var(--subtitle-text-color);
}

.widget.widget_categories .rmt-category-item>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 9px;
}

.widget.widget_categories .rmt-category-item>a .rmt-category-count {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  transition: color 0.25s;
}

.widget.widget_categories .rmt-category-item>a:hover .rmt-category-count {
  color: var(--subtitle-text-color);
}

.widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  column-gap: 17.5px;
  row-gap: 17px;
}

.widget.widget_tag_cloud .tagcloud>a {
  display: flex;
  color: rgba(0, 0, 0, 0.8);
  font-family: var(--secondary-font);
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.71429;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  padding: 12px 23px;
  border-radius: 25px;
  border: thin solid #000;
}

.widget.widget_tag_cloud .tagcloud>a:hover {
  background-color: var(--subtitle-text-color);
  border-color: #d7ff37;
}

.widget.widget_rmt_author_info .rmt-author-avatar {
  margin-bottom: 24px;
  text-align: center;
}

.widget.widget_rmt_author_info .rmt-author-avatar img {
  width: 100%;
  height: auto;
}

.widget.widget_rmt_author_info .rmt-author-name {
  display: none;
}

.widget.widget_rmt_author_info .rmt-author-description {
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.6;
}

.widget.widget_rmt_author_info .rmt-author-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.widget.widget_rmt_author_info .rmt-author-social>a {
  --rmt-box-size: 45px;
  background-color: var(--subtitle-text-color);
  color: #000;
}

.widget.widget_rmt_author_info .rmt-author-social>a:hover {
  background-color: #000;
  color: #d7ff37;
}

.widget.widget_rmt_author_info .rmt-author-social>a svg {
  height: 20px;
  width: auto;
}

@media screen and (max-width: 991px) {
  .widget.widget_rmt_author_info .rmt-post-author-box {
    display: flex;
    gap: 30px;
  }

  .widget.widget_rmt_author_info .rmt-post-author-box .rmt-author-avatar {
    width: 100%;
    flex-basis: 0 0 221px;
  }

  .widget.widget_rmt_author_info .rmt-post-author-box .rmt-author-metas {
    width: 100%;
    flex-basis: 0 0 300px;
  }

  .widget.widget_rmt_author_info .rmt-post-author-box .rmt-author-social {
    justify-content: start;
  }
}

@media screen and (max-width: 575px) {
  .widget.widget_rmt_author_info .rmt-post-author-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .widget.widget_rmt_author_info .rmt-post-author-box .rmt-author-avatar {
    flex-basis: 0 0 auto;
  }

  .widget.widget_rmt_author_info .rmt-post-author-box .rmt-author-metas {
    flex-basis: 0 0 auto;
  }

  .widget.widget_rmt_author_info .rmt-post-author-box .rmt-author-social {
    justify-content: center;
  }
}

.gallery {
  margin: -10px -5px 0 -5px !important;
  display: flex;
  flex-wrap: wrap;
}

.gallery .gallery-item {
  padding: 0 5px !important;
  margin: 24px 0 0 !important;
}

.gallery .gallery-item img {
  border: none !important;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20% !important;
}

#rmt-content-main .gallery {
  margin: -5px -12px 38px -12px !important;
}

#rmt-content-main .gallery .gallery-item {
  padding: 0 12px !important;
  margin: 24px 0 0 !important;
}

.widget_media_gallery .gallery,
.elementor-widget-wp-widget-media_gallery .gallery,
.elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}

.widget_media_gallery .gallery .gallery-item,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item,
.elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}

.widget_media_gallery .gallery .gallery-item img,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item img,
.elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: none !important;
}

.widget_media_gallery .gallery .gallery-item a,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a,
.elementor-widget-image-gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}

.widget_media_gallery .gallery .gallery-item a:before,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before,
.elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}

.widget_media_gallery .gallery .gallery-item a:after,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after,
.elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f12c";
  font-size: 15px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -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: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  font-weight: 400;
}

.widget_media_gallery .gallery .gallery-item a:hover:before,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before,
.elementor-widget-image-gallery .gallery .gallery-item a:hover:before,
.widget_media_gallery .gallery .gallery-item a:hover:after,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after,
.elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}

.elementor-lightbox .swiper-container .elementor-lightbox-image {
  width: auto;
  height: auto;
}

.elementor-lightbox .swiper-container .swiper-slide {
  background-color: transparent;
}

.rmt-gallery {
  margin: -8px -15px 26px -15px;
  display: flex;
  flex-wrap: wrap;
}

.rmt-gallery img {
  width: 100%;
}

.rmt-gallery .rmt--item {
  padding: 26px 15px 0 15px;
}

.rmt-gallery .rmt--item-inner {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.rmt-gallery .rmt--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.5);
}

.rmt-gallery .rmt--item-inner .rmt-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -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%);
  z-index: 99;
}

.rmt-gallery.gallery-2-columns .rmt--item {
  width: 50%;
}

@media screen and (max-width: 575px) {
  .rmt-gallery.gallery-2-columns .rmt--item {
    width: 100%;
  }
}

.rmt-gallery.gallery-3-columns .rmt--item {
  width: 33.33%;
}

@media screen and (max-width: 575px) {
  .rmt-gallery.gallery-3-columns .rmt--item {
    width: 100%;
  }
}

.rmt-gallery.gallery-4-columns .rmt--item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .rmt-gallery.gallery-4-columns .rmt--item {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .rmt-gallery.gallery-4-columns .rmt--item {
    width: 100%;
  }
}

.rmt-gallery.gallery-5-columns .rmt--item {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .rmt-gallery.gallery-5-columns .rmt--item {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .rmt-gallery.gallery-5-columns .rmt--item {
    width: 100%;
  }
}

.rmt-gallery.masonry-style1 .rmt--item-inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.calendar_wrap caption {
  margin-bottom: 10px;
}

.widget_recent_comments ul,
.widget_recent_comments ol {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}

.widget_recent_comments ul a,
.widget_recent_comments ol a {
  color: inherit;
}

.widget_recent_comments ul a:hover,
.widget_recent_comments ol a:hover {
  color: ;
}

.widget_recent_comments ul li+li,
.widget_recent_comments ol li+li {
  margin-top: 18px;
}

.widget_rss .rss-widget-title {
  color: inherit;
}

.widget_rss ul,
.widget_rss ol {
  margin: 0;
  list-style: none;
}

.widget_rss .rsswidget {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}

.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
}

.widget_rss li+li {
  margin-top: 34px;
}

.widget_rss cite {
  display: block;
  margin-top: 4px;
  color: ;
}

.widget_block ul,
.widget_block ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container>h2 {
  font-size: 22px;
  margin-bottom: 27px;
  position: relative;
  color: #080808;
  font-weight: 700;
  display: block;
}

.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments {
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 600;
}

.widget_block .wp-block-latest-posts__list a,
.widget_block .wp-block-latest-comments a {
  color: inherit;
}

.widget_block .wp-block-latest-posts__list a:hover,
.widget_block .wp-block-latest-comments a:hover {
  color: ;
}

.widget_block .wp-block-latest-posts__list li+li,
.widget_block .wp-block-latest-comments li+li {
  margin-top: 18px;
}

.widget_block .wp-block-latest-comments {
  color: #666;
}

.widget_block .wp-block-latest-comments a {
  color: #080808;
}

.widget_block .wp-block-latest-comments a:hover {
  color: ;
}

.widget_block.widget_search .wp-block-search__label {
  display: none;
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  --rmt-box-size: 56px;
  background-color: #000;
  position: absolute;
  right: 5px;
  top: 50%;
  color: #fff;
  z-index: 9;
  font-size: 0px;
  transform: translateY(-50%);
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button::after {
  display: none;
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "\f12c";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -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%);
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-color: var(--subtitle-text-color);
  color: #fff;
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:focus {
  border-color: #000;
  color: #000;
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 0 65px 0 32px;
  border: 1px solid #d9d9d9;
  line-height: 64px;
  border: thin solid #d5d5d5;
  font-family: var(--secondary-font);
  color: #5f5f5f;
  font-size: 15px;
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: #000;
  color: #000;
}

.widget_archive .nice-select ul.list {
  max-width: 320px;
}

.wp-calendar-table {
  background-color: #fff;
}

.rmt-wg-categories {
  margin: -20px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.rmt-wg-categories .rmt-category {
  padding: 0 10px;
  margin-top: 20px;
}

.rmt-wg-categories .rmt-category--inner {
  min-height: 90px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .rmt-wg-categories .rmt-category--inner {
    min-height: 120px;
  }
}

.rmt-wg-categories .rmt-category--inner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 12;
}

.rmt-wg-categories .rmt-category--inner a {
  z-index: 99;
}

.rmt-wg-categories .rmt-category--inner span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 88;
}

.rmt-wg-categories .rmt-category--inner .rmt-category--img {
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.01, 1.01);
}

.rmt-wg-categories .rmt-category--inner:hover .rmt-category--img {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.rmt-wg-categories.columns-2 .rmt-category {
  width: 50%;
}

@media screen and (max-width: 575px) {
  .rmt-wg-categories.columns-2 .rmt-category {
    width: 100%;
  }
}

.rmt-contact-info-widget {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 62px 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.rmt-contact-info-widget .rmt-phone--number {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
}

@media screen and (max-width: 1199px) {
  .rmt-contact-info-widget .rmt-phone--number {
    font-size: 28px;
  }
}

.rmt-contact-info-widget .rmt-item--icon {
  height: 62px;
  width: 62px;
  background-color: red;
  border-radius: 62px;
  font-size: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
}

.rmt-contact-info-widget .rmt-item--icon:before {
  content: "";
  background-color: #020626;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 100%;
  z-index: -1;
}

.rmt-contact-info-widget .rmt-item--icon i.active {
  animation: rmt_zigzag 0.8s ease-out infinite;
  -webkit-animation: rmt_zigzag 0.8s ease-out infinite;
}

.rmt-contact-info-widget .rmt-phone--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.rmt-contact-info-widget:before {
  z-index: -1;
  background-color: rgba(2, 6, 38, 0.85);
}

.elementor {
  position: relative;
}

@media screen and (max-width: 575px) {

  .elementor .elementor-hidden-mobile,
  .rmt-hidden-xs {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .elementor .elementor-hidden-mobile_extra,
  .rmt-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .elementor .elementor-hidden-tablet,
  .rmt-hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .elementor .elementor-hidden-tablet_extra,
  .rmt-hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1201px) and (max-width: 1399px) {

  .elementor .elementor-hidden-laptop,
  .rmt-hidden-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {

  .elementor .elementor-hidden-desktop,
  .rmt-hidden-xxl {
    display: none !important;
  }
}

.e-con-background-parallax {
  position: absolute;
  inset: 0;
  background: center center / cover no-repeat;
}

.elementor-editor-preview .rmt-slider,
.elementor-editor-active .rmt-slider {
  opacity: 1;
}

.elementor-editor-preview .e-con-overlay,
.elementor-editor-active .e-con-overlay {
  z-index: 0;
}

.elementor-editor-preview .rmt-template-overlay,
.elementor-editor-active .rmt-template-overlay {
  z-index: -1;
}

.elementor-editor-preview.single-rmt-template,
.elementor-editor-active.single-rmt-template {
  background-color: rgba(0, 0, 0, 0.1);
}

.elementor-editor-active .rmt-header {
  display: none !important;
}

.elementor-editor-active .rmt-footer {
  display: none !important;
}

.elementor-editor-active .rmt-primary-menu .sub-menu {
  display: none;
}

.elementor-editor-preview .rmt-header {
  display: block !important;
}

.elementor-editor-preview .rmt-footer {
  display: block !important;
}

.e-con-overlay {
  background-color: var(--rmt-background-color);
}

.e-con-overlay.cursor-spotlight {
  --rmt-box-size: 0px;
  background-color: transparent;
  background-image: radial-gradient(circle var(--rmt-box-size) at var(--rmt-translate-x) var(--rmt-translate-y),
      transparent 0px,
      var(--rmt-background-color));
}

.e-con-layer {
  position: absolute;
}

.elementor-element {
  background: center center / cover no-repeat;
}

.elementor-shape {
  position: absolute;
  width: 100%;
  left: 0;
}

.elementor-shape.elementor-shape-top {
  top: 0;
}

.elementor-shape.elementor-shape-bottom {
  bottom: 0;
  transform: scaleY(-1);
}

.elementor-editor-active .visibility-hidden {
  visibility: visible;
}

.elementor-editor-active #rmt-main .elementor-section-wrap.ui-sortable {
  margin: 0;
}

.e-con-slide {
  min-width: 100%;
}

@media screen and (max-width: 767px) {

  .navigation-show-on-hover--sm .rmt-swiper-button,
  .rmt-layout-testimonial1 .rmt-swiper-button {
    --rmt-translate-x: 50px;
    opacity: 0 !important;
    transform: translateX(var(--rmt-translate-x));
  }

  .navigation-show-on-hover--sm .rmt-swiper-button.swiper-button-prev,
  .rmt-layout-testimonial1 .rmt-swiper-button.swiper-button-prev {
    transform: translateX(calc(-1 * var(--rmt-translate-x)));
  }

  .navigation-show-on-hover--sm:hover .rmt-swiper-button,
  .rmt-layout-testimonial1:hover .rmt-swiper-button {
    transform: translateX(0);
    opacity: 1 !important;
  }
}

.rmt-swiper {
  transition: height 0.25s linear;
}

.rmt-swiper .swiper-slide {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}

.rmt-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rmt-swiper .swiper-container.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}

.rmt-swiper .swiper-container.swiper-container-fade .swiper-slide {
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
}

.rmt-swiper .swiper-container.swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: visible;
}

.rmt-swiper .swiper-pagination {
  position: relative;
  width: 100%;
}

.rmt-swiper .swiper-pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  border: none;
  margin: 65px 0px 0px 0px;
  padding: 0;
  gap: 12px;
}

.rmt-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  color: #010101;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: thin solid transparent;
  border-radius: 50%;
  transition: all 0.25s;
  position: relative;
  cursor: pointer;
}

.rmt-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background-color: currentColor;
  opacity: 1;
  transition: opacity 0.25s;
}

.rmt-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.rmt-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: currentColor;
}

.swiper-navigation {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
  z-index: 999;
  margin-top: 50px;
}

.swiper-navigation.swiper-navigation-hidden {
  display: none;
}

.swiper-navigation.rmt-navigation-carousel {
  gap: 35px;
  margin-top: 0;
}

.swiper-navigation .rmt-swiper-button {
  position: relative;
  --rmt-box-size: 63px;
  color: #fff;
  transition: 0.25s linear;
  border: thin dashed currentColor;
  cursor: pointer;
  opacity: 1;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}

.swiper-navigation .rmt-swiper-button::after {
  content: "";
}

.swiper-navigation .rmt-swiper-button.swiper-button-disabled {
  pointer-events: visible;
  cursor: not-allowed;
}

.swiper-navigation .rmt-swiper-button:hover {
  color: #000;
}

.swiper-navigation .rmt-swiper-button .rmt-icon {
  display: inline-flex;
}

.swiper-navigation .rmt-swiper-button.swiper-button-default .rmt-icon {
  --rmt-translate-x: -40%;
  transform: translateX(var(--rmt-translate-x));
}

.swiper-navigation .rmt-swiper-button.swiper-button-default .rmt-icon.icon-prev {
  transform: translateX(calc(-1 * var(--rmt-translate-x)));
}

.swiper-navigation .rmt-swiper-button.swiper-button-primary {
  --rmt-box-size: 68px;
}

.rmt-header {
  position: relative;
}

.rmt-header .elementor-element {
  position: static;
}

.rmt-header .elementor-element.e-parent {
  position: relative;
}

.rmt-header ul {
  list-style: none;
  margin: 0;
}

.rmt-header .rmt-header-logo {
  display: flex;
  align-items: center;
}

.rmt-header .rmt-header-logo img {
  height: 20px;
}

.rmt-header#rmt-header-default .rmt-header-logo img {
  height: 32px;
}

.rmt-header .rmt-header-search {
  margin-bottom: 30px;
}

.rmt-header .rmt-header-search form {
  position: relative;
}

.rmt-header .rmt-header-search .search-field {
  line-height: 48px;
  border: thin solid #d5d5d5;
  font-size: 14px;
  font-weight: 400;
  color: #d5d5d5;
  padding-inline: 10px;
  padding-block: 0;
}

.rmt-header .rmt-header-search .search-field:hover,
.rmt-header .rmt-header-search .search-field:focus {
  border-color: #010101;
  color: #010101;
}

.rmt-header .rmt-header-search .search-submit {
  --rmt-box-size: 50px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #010101;
  border: thin solid #010101;
  transition: background-color 0.3s linear;
}

.rmt-header .rmt-header-search .search-submit:hover {
  background-color: transparent;
}

.rmt-header .rmt-menu-primary li {
  position: relative;
}

.rmt-header .rmt-menu-primary li.rmt-megamenu {
  position: static;
}

/* Mega menu styles moved to dedicated CSS files in /assets/css/mega-menu/ */

/* All mega menu styles moved to dedicated CSS files in /assets/css/mega-menu/ for better organization */

/* Old animation effects removed - now in dedicated CSS files */
.rmt-header .rmt-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .rmt-header .rmt-header-inner {}
}

.rmt-header .rmt-header-inner .rmt-sidebar-menu {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1199px) {
  .rmt-header .rmt-header-inner .rmt-sidebar-menu {
    position: fixed;
    height: 100vh;
    width: 320px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 6667;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-sidebar-box {
    position: relative;
    height: 100%;
    padding: 50px 30px;
    overflow-y: scroll;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-sidebar-box .rmt-close-menu {
    --rmt-box-size: 50px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(213, 213, 213, 0.5);
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-sidebar-box .rmt-close-menu:before,
  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-sidebar-box .rmt-close-menu::after {
    width: 26px;
    height: 2px;
    background-color: #010101;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-header-logo {
    position: relative;
    margin-bottom: 30px;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-menu-primary {
    --rmt-spacing-inline: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-menu-primary li {
    display: block;
    width: 100%;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-menu-primary li .sub-menu {
    display: none;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-menu-primary li>a {
    display: flex;
    width: 100%;
    color: #010101;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-block: 15px;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-menu-primary li>.sub-menu>li>a {
    padding-left: 23px;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-menu-primary li>.sub-menu>li>.sub-menu>li a {
    padding-left: 46px;
  }

  .rmt-header .rmt-header-inner .rmt-sidebar-menu .rmt-menu-primary li>.sub-menu>li>.sub-menu>li>.sub-menu>li a {
    padding-left: 69px;
  }
}

.rmt-header .rmt-header-inner .elementor {
  width: 100%;
}

.rmt-header .rmt-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.rmt-header .rmt-header-sticky {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-105%);
  -khtml-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

@media screen and (max-width: 1199px) {
  .rmt-header .rmt-header-sticky {
    display: none;
  }
}

.rmt-header .rmt-header-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 6666;
}

.rmt-header .rmt-header-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.rmt-header-mobile {
  background-color: #fff;
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav {
  overflow-y: scroll;
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary {
  gap: 0;
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li {
  font-size: 17px;
  font-family: var(--primary-font);
  color: #010101;
  font-weight: 400;
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.menu-item-has-children>a {
  position: relative;
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.menu-item-has-children>a .menu-icon-toggle {
  display: block;
  width: 10px;
  height: 10px;
  color: #010101;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.menu-item-has-children>a .menu-icon-toggle::before {
  content: "";
  display: block;
  transform-origin: center center;
  background-color: currentColor;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.menu-item-has-children>a .menu-icon-toggle::after {
  content: "";
  display: block;
  transform-origin: center center;
  background-color: currentColor;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s linear;
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.menu-item-has-children:hover>a .menu-icon-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li:hover>a,
.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.current-menu-parent>a,
.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.current-menu-ancestor>a,
.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.current_page_item>a,
.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary li.current-menu-item>a {
  color: red;
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary .sub-menu>li a {
  font-size: 17px;
  font-family: var(--primary-font);
  color: #010101;
  font-weight: 400;
}

.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary .sub-menu>li:hover>a,
.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary .sub-menu>li.current-menu-parent>a,
.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary .sub-menu>li.current-menu-ancestor>a,
.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary .sub-menu>li.current_page_item>a,
.rmt-header-mobile .rmt-sidebar-menu .rmt-header-nav .rmt-menu-primary .sub-menu>li.current-menu-item>a {
  color: red;
}

@media screen and (min-width: 1200px) {

  .rmt-menu-primary .sub-menu,
  .rmt-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding-block: 20px;
    border-radius: 5px;
    z-index: 99;
    min-width: 230px;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -webkit-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  .rmt-menu-primary .sub-menu>li,
  .rmt-menu-primary .children>li {
    white-space: nowrap;
    line-height: 1.25;
    padding: 0;
  }

  .rmt-menu-primary .sub-menu>li a,
  .rmt-menu-primary .children>li a {
    display: inline-flex;
    padding: 10px 30px;
    position: relative;
    color: #010101;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .rmt-menu-primary .sub-menu.submenu-reverse,
  .rmt-menu-primary .children.submenu-reverse {
    left: auto;
    right: 100%;
  }

  .rmt-menu-primary .sub-menu .sub-menu,
  .rmt-menu-primary .children .sub-menu,
  .rmt-menu-primary .sub-menu .children,
  .rmt-menu-primary .children .children {
    top: 0;
    left: 100%;
  }

  .rmt-menu-primary .sub-menu .sub-menu.submenu-reverse,
  .rmt-menu-primary .children .sub-menu.submenu-reverse,
  .rmt-menu-primary .sub-menu .children.submenu-reverse,
  .rmt-menu-primary .children .children.submenu-reverse {
    left: auto;
    right: 100%;
  }

  .rmt-menu-primary .sub-menu.rmt-mega-menu,
  .rmt-menu-primary .children.rmt-mega-menu {
    background-color: transparent;
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
  }

  .rmt-menu-primary li:hover>.sub-menu,
  .rmt-menu-primary li:hover>.children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  .rmt-menu-primary {
    display: flex;
    align-items: center;
    gap: 50px;
    list-style: none;
    margin: 0;
  }

  .rmt-menu-primary .rmt-menu-icon {
    display: none;
  }

  .rmt-menu-primary .menu-item-has-children>.sub-menu {
    pointer-events: none;
  }

  .rmt-menu-primary .menu-item-has-children>a .rmt-menu-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    transform: rotate(90deg);
    transition: transform 0.3s linear;
  }

  .rmt-menu-primary .menu-item-has-children:hover>.sub-menu {
    pointer-events: visible;
  }

  .rmt-menu-primary .menu-item-has-children:hover>a .rmt-menu-icon {
    transform: rotate(90deg) scaleX(-1);
  }

  .rmt-menu-primary .sub-menu {
    margin-bottom: 0;
    list-style: none;
  }

  .rmt-menu-primary .sub-menu .menu-item-has-children>a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
  }

  .rmt-menu-primary .sub-menu .menu-item-has-children>a .rmt-menu-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }

  .rmt-menu-primary .sub-menu .menu-item-has-children:hover>a .rmt-menu-icon {
    transform: translateY(-50%) rotate(90deg);
  }

  .rmt-menu-primary .sub-menu>li>a {
    display: inline-flex;
    position: relative;
    color: #010101;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    align-items: center;
  }

  .rmt-menu-primary .sub-menu>li>a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s linear, margin 0.3s linear;
  }

  .rmt-menu-primary .sub-menu>li:hover>a::before,
  .rmt-menu-primary .sub-menu>li.current-menu-parent>a::before,
  .rmt-menu-primary .sub-menu>li.current-menu-ancestor>a::before,
  .rmt-menu-primary .sub-menu>li.current_page_item>a::before,
  .rmt-menu-primary .sub-menu>li.current-menu-item>a::before {
    width: 20px;
    margin-right: 5px;
  }
}

.rmt-anchor-divider {
  overflow: hidden;
  width: 30px;
  height: 21px;
  cursor: pointer;
  position: relative;
}

.rmt-anchor-divider .rmt-icon-line {
  height: 3px;
  position: absolute;
  right: 0;
  border-radius: 3px;
}

.rmt-anchor-divider .rmt-icon-line:before,
.rmt-anchor-divider .rmt-icon-line:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 1;
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.rmt-anchor-divider .rmt-icon-line:before {
  -webkit-transform: translate3d(100%, 0, 0);
  -khtml-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.rmt-anchor-divider .rmt-icon-line:after {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.rmt-anchor-divider .rmt-icon-line.rmt-icon-line1 {
  top: 0;
  width: 22px;
}

.rmt-anchor-divider .rmt-icon-line.rmt-icon-line2 {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.rmt-anchor-divider .rmt-icon-line.rmt-icon-line3 {
  width: 16px;
  bottom: 0;
}

.rmt-anchor-divider:hover .rmt-icon-line.rmt-icon-line1:before,
.rmt-anchor-button.type-menu-hidden:hover .rmt-icon-line.rmt-icon-line1:before,
.rmt-menu-hidden-sidebar .rmt-menu-button:hover .rmt-icon-line.rmt-icon-line1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}

.rmt-anchor-divider:hover .rmt-icon-line.rmt-icon-line1:after,
.rmt-anchor-button.type-menu-hidden:hover .rmt-icon-line.rmt-icon-line1:after,
.rmt-menu-hidden-sidebar .rmt-menu-button:hover .rmt-icon-line.rmt-icon-line1:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.rmt-anchor-divider:hover .rmt-icon-line.rmt-icon-line2:before,
.rmt-anchor-button.type-menu-hidden:hover .rmt-icon-line.rmt-icon-line2:before,
.rmt-menu-hidden-sidebar .rmt-menu-button:hover .rmt-icon-line.rmt-icon-line2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}

.rmt-anchor-divider:hover .rmt-icon-line.rmt-icon-line2:after,
.rmt-anchor-button.type-menu-hidden:hover .rmt-icon-line.rmt-icon-line2:after,
.rmt-menu-hidden-sidebar .rmt-menu-button:hover .rmt-icon-line.rmt-icon-line2:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}

.rmt-anchor-divider:hover .rmt-icon-line.rmt-icon-line3:before,
.rmt-anchor-button.type-menu-hidden:hover .rmt-icon-line.rmt-icon-line3:before,
.rmt-menu-hidden-sidebar .rmt-menu-button:hover .rmt-icon-line.rmt-icon-line3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}

.rmt-anchor-divider:hover .rmt-icon-line.rmt-icon-line3:after,
.rmt-anchor-button.type-menu-hidden:hover .rmt-icon-line.rmt-icon-line3:after,
.rmt-menu-hidden-sidebar .rmt-menu-button:hover .rmt-icon-line.rmt-icon-line3:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}

@-moz-keyframes rmt_Header_SlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-ms-keyframes rmt_Header_SlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes rmt_Header_SlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes rmt_Header_SlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .rmt-hide-xl {
    display: none !important;
  }
}

#rmt-header-default {
  position: relative;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

#rmt-header-default .container {
  max-width: 1720px;
}

@media screen and (min-width: 1200px) {
  #rmt-header-default .container .rmt-menu-primary>li {
    line-height: 80px;
  }
}

#rmt-header-default .container .rmt-menu-primary>li>a {
  display: inline-flex;
  position: relative;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--secondary-font);
}

#rmt-header-default .rmt-toggle-menu {
  display: none;
}

@media screen and (max-width: 1199px) {
  #rmt-header-default .rmt-toggle-menu {
    display: block;
  }
}

#rmt-header-elementor {
  min-height: auto !important;
}

@media screen and (max-width: 1199px) {
  #rmt-header-elementor #rmt-header-desktop {
    display: none;
  }
}

#rmt-header-elementor #rmt-header-mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  #rmt-header-elementor #rmt-header-mobile {
    display: block;
  }
}


.rmt-navigation-menu-wrapper .rmt-menu-primary {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary .sub-menu li a .rmt-menu-text::before,
.rmt-navigation-menu-wrapper .rmt-menu-primary .sub-menu li a .rmt-menu-text::after {
  display: none;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-default {
  gap: 34px;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-default>li {
  position: relative;
  font-family: var(--secondary-font);
  font-size: 15px;
  height: 80px;
  cursor: pointer;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-default>li.rmt-megamenu {
  position: static;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-default>li>a {
  color: #fff;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li>a .hover-item {
  position: absolute;
  inset: 0;
  transition: opacity 0.25s linear;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  background-color: transparent;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li>a .rmt-menu-text {
  display: block;
  transition: 0.3s linear;
  position: relative;
  z-index: 2;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li>a.hover-translate3d-direction .hover-item {
  opacity: 1;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li>a.hover-popup-dot {
  padding-left: 18px;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li.current-menu-parent>a .hover-item,
.rmt-navigation-menu-wrapper .rmt-menu-primary li.current-menu-ancestor>a .hover-item,
.rmt-navigation-menu-wrapper .rmt-menu-primary li.current_page_item>a .hover-item,
.rmt-navigation-menu-wrapper .rmt-menu-primary li.current-menu-item>a .hover-item,
.rmt-navigation-menu-wrapper .rmt-menu-primary li.active>a .hover-item {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li>a.rmt-onepage-active .hover-item {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary li:hover>a .hover-item {
  opacity: 1;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel {
  position: relative;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  max-height: 484px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel::-webkit-scrollbar {
  display: none;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 64px;
  font-weight: 500;
  display: block !important;
  line-height: 1 !important;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel li>a {
  color: #010101;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel li:hover a {
  color: #010101;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel li.menu-item-has-children>a {
  position: relative;
  align-items: center;
  gap: 50px;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel li.menu-item-has-children>a .menu-icon-toggle {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  color: #010101;
  transform: translateY(0);
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel li.menu-item-has-children>a .menu-icon-toggle::before {
  content: "";
  display: block;
  transform-origin: center center;
  background-color: currentColor;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel li.menu-item-has-children>a .menu-icon-toggle::after {
  content: "";
  display: block;
  transform-origin: center center;
  background-color: currentColor;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s linear;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel li.menu-item-has-children:hover>a .menu-icon-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel .sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  margin: 0;
  background-color: transparent;
  padding: 0;
  display: none;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel .sub-menu>li a {
  padding: 0;
  padding-left: 36px;
  font-size: 64px;
  font-weight: 500;
  color: #010101;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel .sub-menu>li a::before {
  height: 5px;
}

.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel .sub-menu>li:hover>a::before,
.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel .sub-menu>li.current-menu-parent>a::before,
.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel .sub-menu>li.current-menu-ancestor>a::before,
.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel .sub-menu>li.current_page_item>a::before,
.rmt-navigation-menu-wrapper .rmt-menu-primary.menu-panel .sub-menu>li.current-menu-item>a::before {
  width: 36px;
  margin-right: 10px;
}

.rmt-navigation-menu-wrapper .rmt-navigation-menu-bar {
  position: absolute;
  right: 15px;
  height: 80%;
  width: 15px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}

.rmt-navigation-menu-wrapper .rmt-navigation-menu-bar .rmt-navigation-menu-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  background-color: #000;
  border-radius: inherit;
}

.rmt-featured-image-wrapper {
  display: flex;
}

.rmt-featured-image-wrapper .rmt-featured-image-item {
  position: relative;
  overflow: hidden;
  display: block;
}

.rmt-featured-image-wrapper .rmt-featured-image-item img {
  width: 100%;
  height: 100%;
}

.rmt-featured-image-wrapper .rmt-featured-image-item::after {
  content: "";
  pointer-events: none;
  z-index: 9;
}

.rmt-team-info .rmt-team-header {
  margin-bottom: 35px;
}

.rmt-team-info .rmt-team-position {
  color: #3f3e3f;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}

.rmt-team-info .rmt-team-title {
  letter-spacing: 0;
}

.rmt-team-info .rmt-team-metas {
  margin-bottom: 25px;
}

.rmt-team-info .rmt-meta-item {
  padding-block: 23px 20px;
  border-bottom: thin solid #c8c8c8;
}

.rmt-team-info .rmt-meta-item:nth-of-type(1) {
  border-top: thin solid #c8c8c8;
}

.rmt-team-info .rmt-meta-item .rmt-meta-label {
  display: block;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.rmt-team-info .rmt-meta-item .rmt-meta-info {
  display: block;
  color: #5f5f5f;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.rmt-team-info .rmt-team-socials {
  display: flex;
  gap: 11px;
}

.rmt-team-info .rmt-team-socials a {
  --rmt-box-size: 33px;
  background-color: var(--subtitle-text-color);
  color: #fff;
  border: thin solid #ff3d00;
}

.rmt-team-info .rmt-team-socials a:hover {
  background-color: #fff;
  color: var(--subtitle-text-color);
}

.rmt-team-info .rmt-team-socials a svg {
  height: 13px;
  width: auto;
}

.rmt-countdown-wrapper .rmt-countdown-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.rmt-countdown-wrapper .countdown-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rmt-countdown-wrapper .countdown-amount,
.rmt-countdown-wrapper .countdown-separator {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.16667;
}

@media screen and (max-width: 991px) {

  .rmt-countdown-wrapper .countdown-amount,
  .rmt-countdown-wrapper .countdown-separator {
    font-size: 44px;
  }
}

@media screen and (max-width: 575px) {

  .rmt-countdown-wrapper .countdown-amount,
  .rmt-countdown-wrapper .countdown-separator {
    font-size: 38px;
  }
}

.rmt-countdown-wrapper .countdown-separator {
  line-height: 1;
}

.rmt-countdown-wrapper .countdown-period {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 18px;
  line-height: 1.55556;
}

.rmt-slider .rmt-slide-layer {
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
}

.rmt-slider .rmt-slide-layer img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .rmt-slider .rmt-slide-layer {
    display: none;
  }
}

.rmt-slider .rmt-slide-item {
  max-width: 1755px;
  margin: 0 auto;
  padding: 268px 15px 166px 119px;
  min-height: 990px;
}

@media screen and (max-width: 991px) {
  .rmt-slider .rmt-slide-item {
    padding: 268px 15px 166px 99px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-slider .rmt-slide-item {
    padding: 150px 15px 150px 15px;
    min-height: 500px;
  }
}

.rmt-slider .swiper-slide {
  width: 100%;
  pointer-events: none;
}

.rmt-slider .swiper-slide.swiper-slide-active {
  pointer-events: visible;
}

.rmt-slider .swiper-slide.swiper-slide-visible .rmt-slide-layer {
  opacity: 1;
}

.rmt-slider .rmt-slide-inner {
  position: relative;
  max-width: 855px;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 1399px) {
  .rmt-slider .rmt-slide-inner {
    max-width: 793px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-slider .rmt-slide-inner {
    max-width: 739px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-slider .rmt-slide-inner {
    max-width: 606px;
  }
}

.rmt-slider .rmt-heading-subtitle {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 37px;
  margin-left: 3px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .rmt-slider .rmt-heading-subtitle {
    font-size: 18px;
  }
}

.rmt-slider .rmt-heading-title {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 80.914px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 48px;
  overflow: hidden;
}

.rmt-slider .rmt-heading-title .rmt-text-highlight {
  font-weight: 300;
}

@media screen and (max-width: 1399px) {
  .rmt-slider .rmt-heading-title {
    font-size: 75px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-slider .rmt-heading-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-slider .rmt-heading-title {
    font-size: 60px;
    max-width: 635px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-slider .rmt-heading-title {
    font-size: 52px;
    max-width: 546px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-slider .rmt-heading-title {
    font-size: 38px;
  }
}

.rmt-slider .rmt-slide-content {
  width: 100%;
  gap: 30px;
  padding-inline: 4px 51px;
}

@media screen and (max-width: 575px) {
  .rmt-slider .rmt-slide-content {
    flex-direction: column-reverse;
  }
}

.rmt-slider .rmt-slide-content .rmt-slide-icon {
  color: #fff;
  padding-top: 38px;
}

@media screen and (max-width: 991px) {
  .rmt-slider .rmt-slide-content .rmt-slide-icon svg {
    height: 90px;
  }
}

.rmt-slider .rmt-slide-content .rmt-slide-description {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.36364;
  max-width: 503px;
}

@media screen and (max-width: 767px) {
  .rmt-slider .rmt-slide-content .rmt-slide-description {
    font-size: 20px;
  }
}

.rmt-slider .swiper-pagination.swiper-pagination-bullets {
  margin: 0;
  position: absolute;
  right: 59px;
  top: 49%;
  z-index: 99;
  flex-direction: column;
  width: fit-content;
  gap: 3px;
  left: auto;
  bottom: auto;
}

.rmt-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  color: #fff;
}

.rmt-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
  inset: 12px;
}

@media screen and (max-width: 1199px) {
  .rmt-slider .swiper-pagination.swiper-pagination-bullets {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-slider .swiper-pagination.swiper-pagination-bullets {
    top: auto;
    bottom: 20px;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}

.rmt-circular-text-wrapper {
  position: relative;
  display: flex;
  border-radius: 50%;
  background-color: var(--subtitle-text-color);
  padding: 5px;
  width: min-content;
}

.rmt-circular-text-wrapper .rmt-circular-text-item {
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  border-radius: inherit;
}

.rmt-circular-text-wrapper .rmt-circular-text-item div {
  -webkit-animation: spin 15s linear infinite;
  -khtml-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  -ms-animation: spin 15s linear infinite;
  -o-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.rmt-circular-text-wrapper .rmt-circular-text-icon {
  --rmt-box-size: auto;
  border-radius: inherit;
  z-index: 9;
}

.rmt-circular-text-wrapper .rmt-circular-text-icon img,
.rmt-circular-text-wrapper .rmt-circular-text-icon svg {
  width: auto;
  height: 51px;
}

.rmt-image-carousel .rmt-image-item {
  height: 100%;
}

.rmt-image-carousel .rmt-image-item img {
  width: 100%;
  height: 100%;
}

.rmt-text-editor-wrapper.text-vertical p {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-top: 79px;
}

.rmt-text-editor-wrapper.text-vertical p::after {
  content: "";
  position: absolute;
  top: 0;
  height: 65px;
  width: 1px;
  background-color: currentColor;
  left: 50%;
  transform: translateX(-50%);
}

.rmt-text-editor-wrapper.text-vertical p::before {
  content: "";
  position: absolute;
  position: absolute;
  height: 5px;
  width: 5px;
  top: 64px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

.rmt-text-editor-wrapper.text-primary {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
}

.rmt-text-editor-wrapper.text-secondary {
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.625;
}

.rmt-text-editor-wrapper.text-third {
  font-family: "Inter";
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.2px;
}

.rmt-text-editor-wrapper.text-fourth {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.rmt-text-editor-wrapper.text-fifth {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
}

.rmt-text-editor-wrapper p>.rmt-line {
  overflow: hidden;
}

.rmt-text-editor-wrapper p>.rmt-line>.rmt-line {
  display: inline-flex !important;
}

.rmt-text-editor-wrapper p>.rmt-word {
  overflow: hidden;
}

.rmt-text-editor-wrapper p>.rmt-word>.rmt-word {
  display: inline-flex !important;
}

.rmt-text-editor-wrapper p>.rmt-char {
  overflow: hidden;
}

.rmt-text-editor-wrapper p>.rmt-char>.rmt-char {
  display: inline-flex !important;
}

.rmt-text-editor-wrapper.link-hover-default a:hover,
.rmt-text-editor-wrapper.link-hover-default a:active {
  color: var(--link-color-hover);
}

.rmt-progress-bar.rmt-progress-bar1 .rmt-item--inner {
  width: 100%;
  max-width: 575px;
}

.rmt-progress-bar.rmt-progress-bar1 .rmt-item--single {
  --rmt-width: 50%;
}

.rmt-progress-bar.rmt-progress-bar1 .rmt-item--single+.rmt-item--single {
  margin-top: 15px;
}

.rmt-progress-bar.rmt-progress-bar1 .rmt-item--info {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: var(--rmt-width);
  margin-bottom: 3px;
}

.rmt-progress-bar.rmt-progress-bar1 .rmt-item--title {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
}

.rmt-progress-bar.rmt-progress-bar1 .rmt-item--percent {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.8;
}

.rmt-progress-bar.rmt-progress-bar1 .rmt-item--track {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 20.25px;
  border: 1.5px solid #c3c3c3;
  padding: 4.5px;
}

.rmt-progress-bar.rmt-progress-bar1 .rmt-item--fill {
  display: block;
  max-width: var(--rmt-width);
  width: var(--rmt-width);
  border-radius: inherit;
  background-color: #010101;
  height: 9px;
  animation-duration: 1.25s;
  -webkit-animation-duration: 1.25s;
}

.rmt-index-box-wrapper {
  display: flex;
  gap: 23px;
}

.rmt-index-box-wrapper .rmt-index {
  --rmt-box-size: 35px;
  background-color: #cbef3b;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  vertical-align: middle;
}

.rmt-index-box-wrapper .rmt-index-box-title {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 2.025;
}

.rmt-index-box-wrapper .rmt-index-box-description {
  color: #687276;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.rmt-links-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--rmt-gap);
  width: 100%;
  list-style: none;
  margin: 0;
}

.rmt-links-wrapper .rmt-links-item {
  position: relative;
  width: 100%;
  gap: 15px;
}

.rmt-links-wrapper .rmt-links-item .link-underline {
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.59091;
  letter-spacing: -0.22px;
  color: #010101;
  overflow: hidden;
}

.rmt-shape-item {
  min-height: 640px;
}

.rmt-divider-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.rmt-divider-wrapper .rmt-divider-item {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  outline: none;
  background-color: #010101;
}

.rmt-divider-wrapper .rmt-divider-title {
  white-space: nowrap;
}

.rmt-site-logo-wrapper .rmt-site-logo {
  display: flex;
}

.rmt-site-logo-wrapper a {
  display: inherit;
}

.rmt-site-logo-wrapper img {
  width: auto;
}

@keyframes custom-anim2 {

  0%,
  100% {
    scale: 1;
    animation-timing-function: ease-out;
  }

  50% {
    scale: 1.1;
    animation-timing-function: ease-in;
  }
}

.rmt-play-video-wrapper {
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  overflow: hidden;
  position: relative;
}

.rmt-play-video-wrapper .rmt-play-video-background {
  width: 100%;
  background: center center / cover no-repeat;
  transition: inherit;
}

.rmt-play-video-wrapper .rmt-play-video-button {
  z-index: 99;
}

.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-default {
  --rmt-box-size: 100px;
  border: 5px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #fff;
}

.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-default::after,
.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-default::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: inherit;
  animation: test45 3s ease-in-out infinite;
  opacity: 0;
}

.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-default::after {
  animation-delay: 1.5s;
}

.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-primary {
  --rmt-box-size: 84px;
  border: thin solid #fff;
  background-color: transparent;
  color: #4f7661;
}

.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-primary .rmt-btn-icon {
  position: relative;
  z-index: 9;
}

.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-primary .rmt-btn-icon svg {
  width: 18px;
  height: auto;
}

.rmt-play-video-wrapper .rmt-play-video-button.rmt-button-play-primary::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  background-color: #c2dcd0;
  z-index: 0;
  animation: custom-anim2 3s infinite;
}

.rmt-post-accordion .rmt-accordion-content {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
}

.rmt-accordion-wrapper .rmt-accordion-item {
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rmt-accordion-wrapper .rmt-accordion-item.active .rmt-accordion-header .rmt-accordion-action::after {
  transform: translate(-50%, -50%) rotate(0);
}

.rmt-accordion-wrapper .rmt-accordion-item .rmt-accordion-header {
  cursor: pointer;
}

.rmt-accordion-wrapper .rmt-accordion-action {
  position: relative;
  display: inline-block;
  --rmt-box-size: 30px;
  border: 1px solid #94b800;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rmt-accordion-wrapper .rmt-accordion-action::before,
.rmt-accordion-wrapper .rmt-accordion-action::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: inherit;
}

.rmt-accordion-wrapper .rmt-accordion-action::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rmt-accordion-wrapper .rmt-accordion-content {
  display: none;
  width: 100%;
}

.rmt-accordion-wrapper.accordion-default .rmt-accordion-item {
  display: flex;
  gap: 44px;
  padding-block: 15px 7px;
}

.rmt-accordion-wrapper.accordion-default .rmt-accordion-item+.rmt-accordion-item {
  border-top: 1px solid #94b800;
}

.rmt-accordion-wrapper.accordion-default .rmt-accordion-item.active {
  padding-block: 0;
}

@media screen and (max-width: 767px) {
  .rmt-accordion-wrapper.accordion-default .rmt-accordion-item {
    gap: 20px;
  }
}

.rmt-accordion-wrapper.accordion-default .rmt-accordion-index {
  display: inline-block;
  color: #010101;
  font-family: "Sora";
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.6px;
}

@media screen and (max-width: 575px) {
  .rmt-accordion-wrapper.accordion-default .rmt-accordion-index {
    font-size: 26px;
  }
}

.rmt-accordion-wrapper.accordion-default .rmt-accordion-details {
  width: 100%;
}

.rmt-accordion-wrapper.accordion-default .rmt-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 14px 27px 20px 0;
  cursor: pointer;
}

.rmt-accordion-wrapper.accordion-default .rmt-accordion-header .rmt-accordion-title {
  flex-grow: 1;
  color: #010101;
  font-family: "Sora";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
  .rmt-accordion-wrapper.accordion-default .rmt-accordion-header .rmt-accordion-title {
    font-size: 18px;
    gap: 20px;
  }
}

.rmt-accordion-wrapper.accordion-default .rmt-accordion-content p {
  color: #3f3e3f;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76471;
  max-width: 800px;
  padding-block: 2px 28px;
}

.rmt-accordion-wrapper.accordion-style1 .rmt-accordion-item {
  padding-block: 15px 7px;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rmt-accordion-wrapper.accordion-style1 .rmt-accordion-item+.rmt-accordion-item {
  border-top: 1px solid #5f5f5f;
}

.rmt-accordion-wrapper.accordion-style1 .rmt-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 10px 7px 10px 0;
}

.rmt-accordion-wrapper.accordion-style1 .rmt-accordion-header .rmt-accordion-title {
  flex-grow: 1;
  color: #010101;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.rmt-accordion-wrapper.accordion-style1 .rmt-accordion-content p {
  padding: 4px 14px 25px 0;
  color: #555;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
}

.rmt-show-case-wrapper .rmt-show-case-box {
  position: relative;
  overflow: hidden;
}

.rmt-show-case-wrapper img {
  width: 100%;
  transform: translateZ(0);
}

.rmt-show-case-wrapper.show-case-default {
  -webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.rmt-show-case-wrapper.show-case-default .rmt-show-case-btns {
  transform: translateZ(0px);
  transition: background-color 0.5s linear;
}

.rmt-show-case-wrapper.show-case-default .rmt-show-case-btn {
  transform: translateZ(0);
  flex-basis: 33.3333%;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--secondary-font);
  color: #000;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s;
}

.rmt-show-case-wrapper.show-case-default .rmt-show-case-btn:nth-of-type(1) {
  transform: translateX(100%);
  z-index: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.rmt-show-case-wrapper.show-case-default .rmt-show-case-btn:nth-of-type(3) {
  transform: translateX(-100%);
  z-index: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.rmt-show-case-wrapper.show-case-default .rmt-show-case-title {
  display: none;
}

.rmt-show-case-wrapper.show-case-default:hover .rmt-show-case-btns {
  background-color: rgba(0, 0, 0, 0.5);
}

.rmt-show-case-wrapper.show-case-default:hover .rmt-show-case-btn {
  opacity: 1;
}

.rmt-show-case-wrapper.show-case-default:hover .rmt-show-case-btn:nth-of-type(1) {
  transform: translateX(0);
}

.rmt-show-case-wrapper.show-case-default:hover .rmt-show-case-btn:nth-of-type(3) {
  transform: translateX(0);
}

.rmt-show-case-wrapper.show-case-style1 .rmt-show-case-btns {
  flex-direction: column;
  transform: translateZ(0px);
  transition: background-color 0.3s linear;
  gap: 15px;
}

.rmt-show-case-wrapper.show-case-style1 .rmt-show-case-btn {
  width: 100%;
  max-width: 216px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--secondary-font);
  color: #000;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s linear;
  border-radius: 60px;
}

.rmt-show-case-wrapper.show-case-style1 .rmt-show-case-btn:nth-of-type(1) {
  transform: translateY(calc(100% + 15px));
  z-index: 0;
}

.rmt-show-case-wrapper.show-case-style1 .rmt-show-case-btn:nth-of-type(3) {
  transform: translateY(calc(-100% - 15px));
  z-index: 0;
}

.rmt-show-case-wrapper.show-case-style1:hover .rmt-show-case-btns {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(1px);
}

.rmt-show-case-wrapper.show-case-style1:hover .rmt-show-case-btn {
  opacity: 1;
}

.rmt-show-case-wrapper.show-case-style1:hover .rmt-show-case-btn:nth-of-type(1) {
  transform: translateY(0);
}

.rmt-show-case-wrapper.show-case-style1:hover .rmt-show-case-btn:nth-of-type(3) {
  transform: translateY(0);
}

.rmt-show-case-wrapper.show-case-style1:hover .rmt-show-case-btn:hover {
  background-color: transparent;
}

.rmt-show-case-wrapper.show-case-style1 .rmt-show-case-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 33px;
}

.rmt-show-case-wrapper.cooming-soon {
  backdrop-filter: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}

.rmt-show-case-wrapper.cooming-soon img {
  opacity: 0;
}

.rmt-show-case-wrapper.cooming-soon .rmt-show-case-cooming-soon {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  color: #000;
}

.rmt-show-case-wrapper.cooming-soon .rmt-show-case-cooming-soon .rmt-cooming-soon-text {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
}

.rmt-social-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rmt-social-icons-wrapper .rmt-social-icons-item svg {
  height: 15px;
  width: auto;
}

.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-default.hover-default:hover {
  color: var(--link-color-hover);
}

.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-default.hover-default:hover svg,
.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-default.hover-default:hover i {
  scale: 1.3;
}

.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-square-box {
  --rmt-box-size: 52px;
  border: 1px solid #363636;
  color: rgba(255, 255, 255, 0.53);
}

.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-square-box.hover-default:hover {
  border-color: #fff;
  color: #fff;
}

.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box {
  --rmt-box-size: 47.59px;
  border: thin solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box.hover-default:before {
  background-color: #000;
}

.rmt-social-icons-wrapper .rmt-social-icons-item .rmt-social-icons-link.social-icon-round-box.hover-default:hover {
  color: var(--link-color-hover);
}

.rmt-load-more-button-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rmt-load-more-button-wrapper .rmt-load-more-botton-divider {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rmt-load-more-button-wrapper .rmt-load-more-button {
  --rmt-box-size: 128px;
  display: inline-block;
  position: relative;
  background-color: var(--subtitle-text-color);
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 9;
  cursor: pointer;
}

.rmt-load-more-button-wrapper .rmt-load-more-button::before {
  --rmt-box-size: calc(100% - 40px);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--rmt-box-size);
  height: var(--rmt-box-size);
  border-radius: inherit;
  border: 1px dashed #363636;
  transform-origin: center center;
}

.rmt-load-more-button-wrapper .rmt-load-more-button .rmt-load-more-button-icon {
  position: absolute;
  left: 50%;
  bottom: 40%;
  transform: translateX(-50%);
  color: #363636;
  transition-duration: 0.3s;
}

.rmt-load-more-button-wrapper .rmt-load-more-button:hover .rmt-load-more-button-icon {
  -webkit-animation: iconLoadMoreBonce 1s ease-in-out forwards;
  -khtml-animation: iconLoadMoreBonce 1s ease-in-out forwards;
  -moz-animation: iconLoadMoreBonce 1s ease-in-out forwards;
  -ms-animation: iconLoadMoreBonce 1s ease-in-out forwards;
  -o-animation: iconLoadMoreBonce 1s ease-in-out forwards;
  animation: iconLoadMoreBonce 1s ease-in-out forwards;
}

.rmt-load-more-button-wrapper .rmt-load-more-button:hover::before {
  -webkit-animation: spin-center 5s linear infinite;
  -khtml-animation: spin-center 5s linear infinite;
  -moz-animation: spin-center 5s linear infinite;
  -ms-animation: spin-center 5s linear infinite;
  -o-animation: spin-center 5s linear infinite;
  animation: spin-center 5s linear infinite;
}

.rmt-load-more-button-wrapper .rmt-load-more-button.load-more-button-half-border {
  background-color: #000;
  border-color: #d5d5d5;
}

.rmt-load-more-button-wrapper .rmt-load-more-button.load-more-button-half-border::after {
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #d5d5d5;
  border-right-color: #d5d5d5;
  transform: rotate(-45deg);
  border-radius: inherit;
}

.rmt-load-more-button-wrapper.loading .rmt-btn-loadmore .rmt-btn-icon {
  bottom: 0;
}

.rmt-load-more-button-wrapper.loading .rmt-btn-loadmore::before {
  -webkit-animation: spin-center 5s linear infinite;
  -khtml-animation: spin-center 5s linear infinite;
  -moz-animation: spin-center 5s linear infinite;
  -ms-animation: spin-center 5s linear infinite;
  -o-animation: spin-center 5s linear infinite;
  animation: spin-center 5s linear infinite;
}

.rmt-filter-wrapper {
  position: relative;
  z-index: 99;
}

.rmt-filter-wrapper .rmt-filter-inner {
  flex-wrap: wrap;
  column-gap: 44px;
  row-gap: 15px;
}

@media screen and (max-width: 1199px) {
  .rmt-filter-wrapper .rmt-filter-inner {
    column-gap: 30px;
  }
}

.rmt-filter-wrapper .rmt-filter-inner .filter-item {
  background-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
}

.rmt-filter-wrapper .rmt-filter-inner .filter-item {
  color: #757575;
}

.rmt-filter-wrapper .rmt-filter-inner .filter-item::after {
  height: 2px;
}

.rmt-filter-wrapper .rmt-filter-inner .filter-item:hover,
.rmt-filter-wrapper .rmt-filter-inner .filter-item.active {
  color: #010101;
}

.rmt-shape-wrapper {
  display: flex;
  position: relative;
}

.rmt-shape-wrapper .rmt-shape-item {
  position: relative;
  z-index: 9;
  width: 100%;
  min-height: 300px;
  background: center center / cover no-repeat;
}

.rmt-shape-wrapper .rmt-shape-item.shape-default {
  min-height: 300px;
}

.rmt-shape-wrapper .rmt-shape-item.shape-circle {
  --rmt-box-size: 300px;
}

.rmt-shape-wrapper .rmt-shape-item.shape-square {
  --rmt-box-size: 300px;
}

.rmt-list-wrapper {
  list-style: none;
  margin: 0;
}

.rmt-list-wrapper .rmt-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rmt-list-wrapper .rmt-list-item svg,
.rmt-list-wrapper .rmt-list-item i {
  flex-shrink: 0;
  width: auto;
}

.rmt-list-wrapper .rmt-list-item+.rmt-list-item {
  margin-top: var(--rmt-margin-top);
}

.rmt-image-wrapper {
  display: flex;
}

.rmt-image-wrapper .rmt-image-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: fit-content;
  transition: 0.25s linear;
}

.rmt-image-wrapper .rmt-image-item img {
  height: 100%;
}

.rmt-image-wrapper .rmt-image-item img.hover-flowmap-deformation {
  opacity: 0;
  z-index: 1;
}

.rmt-image-wrapper .rmt-image-item canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rmt-image-wrapper .rmt-image-item::after {
  content: "";
  pointer-events: none;
  z-index: 9;
}

.rmt-social-wrapper .rmt-social-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.rmt-social-wrapper .rmt-social-icon {
  --rmt-box-size: 22px;
  background-color: #fff;
  color: #121212;
  transition: 0.3s linear;
}

.rmt-social-wrapper .rmt-social-icon svg {
  height: 14px;
  width: auto;
}

.rmt-social-wrapper .rmt-social-label {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  transition: 0.3s linear;
}

.rmt-image-parallax-wrapper {
  position: relative;
}

.rmt-image-parallax-wrapper .rmt-image-parallax-item {
  display: block;
}

.rmt-index-box-carousel.rmt-index-box-carousel1 .rmt-index-box-item .rmt-index-box-index {
  position: relative;
  margin-bottom: 42px;
}

.rmt-index-box-carousel.rmt-index-box-carousel1 .rmt-index-box-item .rmt-index-box-index .rmt-index-number {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 48px;
}

.rmt-index-box-carousel.rmt-index-box-carousel1 .rmt-index-box-item .rmt-index-box-title {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.479;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.rmt-index-box-carousel.rmt-index-box-carousel1 .rmt-index-box-item .rmt-index-box-description {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.66667;
  max-width: 240px;
}

@media screen and (max-width: 1199px) {
  .rmt-index-box-carousel.rmt-index-box-carousel1 .rmt-index-box-item .rmt-index-box-description {
    max-width: 100%;
  }
}

.rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item {
  text-align: center;
  flex-direction: column;
}

.rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  position: relative;
  writing-mode: vertical-lr;
  min-height: 179px;
  margin-bottom: 57px;
}

.rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index .rmt-index-number {
  display: inline-block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  stroke-width: 1px;
  stroke: #000;
  color: transparent;
  font-family: "Audiowide";
  font-size: 90px;
  line-height: 0.82222;
  transform: rotate(-180deg);
}

@media screen and (max-width: 1399px) {
  .rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index .rmt-index-number {
    font-size: 85px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index .rmt-index-number {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index .rmt-index-number {
    font-size: 75px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index .rmt-index-number {
    font-size: 70px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index .rmt-index-number {
    font-size: 65px;
  }
}

.rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-index::after {
  content: "";
  --rmt-box-size: 15px;
  background-color: #000;
  display: block;
}

.rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-title {
  color: #010101;
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.24px;
  margin-bottom: 23px;
  font-weight: 400;
}

.rmt-index-box-carousel.rmt-index-box-carousel2 .rmt-index-box-item .rmt-index-box-description {
  color: #5f5f5f;
  text-align: center;
  font-size: 18px;
  line-height: 1.66667;
}

.rmt-search-form-wrapper .search-form {
  position: relative;
}

.rmt-search-form-wrapper .search-field {
  border: none;
  border-bottom: thin solid #121212;
  padding-block: 10px 15px;
  height: 50px;
  color: #121212;
  font-size: 18px;
  background-color: transparent;
}

.rmt-search-form-wrapper .search-submit {
  --rmt-box-size: 40px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  background-color: #121212;
  color: #fff;
}

.rmt-search-form-wrapper .search-submit:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
}

.rmt-search-form-wrapper .search-submit:hover {
  color: #121212;
}

.test .wrapper {
  margin: 0 auto;
  max-width: 100vw;
}

.test .page-wrap {
  width: 100%;
  position: relative;
}

.test .text-section {
  max-width: 980px;
  margin: 0 auto;
}

.test #canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* avoid pointer events on canvas */
  z-index: 10;
  pointer-events: none;
}

.test .showcase-curtain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.test #content {
  position: relative;
  z-index: 15;
  overflow-x: hidden;
  padding-top: 2.9em;
}

.test .websites-examples-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.test .website-example-item {
  flex-basis: 70%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}

.test .website-example-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*** handling errors ***/
}

.test .no-curtains .website-example-cover img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
}

.test .no-curtains .showcase-curtain img {
  display: block;
}

.rmt-breadcrumb-wrapper .rmt-breadcrumb {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rmt-breadcrumb-wrapper li {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.rmt-breadcrumb-wrapper li a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .rmt-breadcrumb-wrapper li {
    font-size: 18px;
  }
}

.rmt-breadcrumb-wrapper .rmt-breadcrumb-separator:last-child {
  display: none;
}

.rmt-test #canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rmt-test .plane {
  width: 100%;
  max-width: 320px;
  height: calc(50vw + 180px);
  z-index: 100;
}

.rmt-test .plane img {
  display: none;
}

.rmt-post-info-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rmt-post-info-wrapper .rmt-post-info-item {
  display: flex;
  gap: 20px;
}

.rmt-post-info-wrapper .rmt-post-info-item .rmt-info-icon {
  --rmt-box-size: 50px;
  background-color: var(--subtitle-text-color);
  color: #000;
}

.rmt-post-info-wrapper .rmt-post-info-item .rmt-info-title {
  display: block;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .rmt-post-info-wrapper .rmt-post-info-item .rmt-info-title {
    font-size: 18px;
  }
}

.rmt-post-info-wrapper .rmt-post-info-item .rmt-info-meta {
  display: block;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.20833;
}

.rmt-post-info-wrapper .rmt-post-info-item .rmt-info-meta a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .rmt-post-info-wrapper .rmt-post-info-item .rmt-info-meta {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-post-info-wrapper .rmt-post-info-item .rmt-info-meta {
    font-size: 20px;
  }
}

.rmt-step-carousel .rmt-step-item {
  width: 100%;
  height: 400px;
  background-color: red;
}

.rmt-button-wrapper {
  display: flex;
}

@keyframes scale-reverse {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 0;
  }
}

.btn,
button {
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  -webkit-transition: 0.25s linear;
  -khtml-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}

.btn .rmt-btn-icon,
button .rmt-btn-icon,
.btn .rmt-btn-text,
button .rmt-btn-text {
  transition: inherit;
  display: inherit;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.btn.rmt-btn-normal,
button.rmt-btn-normal {
  border-radius: 100px;
  height: 60px;
  padding-inline: 41.5px;
  line-height: 1;
}

.btn.rmt-btn-split,
button.rmt-btn-split {
  --rmt-height: 60px;
  --rmt-background-color: #ffcd4d;
  height: var(--rmt-height);
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter";
  color: #010101;
  background-color: transparent;
  padding-inline: 0 var(--rmt-height);
  line-height: 1;
}

.btn.rmt-btn-split .rmt-btn-text,
button.rmt-btn-split .rmt-btn-text {
  position: relative;
  border-radius: 100px;
  height: 100%;
  padding-inline: 49.5px;
  background-color: var(--rmt-background-color);
  z-index: 9;
}

.btn.rmt-btn-split .rmt-btn-icon,
button.rmt-btn-split .rmt-btn-icon {
  --rmt-box-size: var(--rmt-height);
  background-color: var(--rmt-background-color);
  position: absolute;
  right: 0;
  top: 0;
}

.btn.rmt-btn-split .rmt-btn-icon.icon-duplicated,
button.rmt-btn-split .rmt-btn-icon.icon-duplicated {
  scale: 0;
  left: 0;
  right: auto;
}

.btn.rmt-btn-split:hover,
button.rmt-btn-split:hover {
  padding-inline: var(--rmt-height) 0;
}

.btn.rmt-btn-split:hover .rmt-btn-icon.icon-duplicated,
button.rmt-btn-split:hover .rmt-btn-icon.icon-duplicated {
  scale: 1;
}

.btn.rmt-btn-split:hover .rmt-btn-icon.icon-main,
button.rmt-btn-split:hover .rmt-btn-icon.icon-main {
  scale: 0;
}

.btn.rmt-btn-link,
button.rmt-btn-link {
  background-color: transparent;
}

.btn.rmt-btn-link.rmt-btn-link1,
button.rmt-btn-link.rmt-btn-link1 {
  font-family: var(--primary-font);
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 1.6px;
  gap: 5px;
}

.btn.rmt-btn-link.rmt-btn-link1 .rmt-btn-icon,
button.rmt-btn-link.rmt-btn-link1 .rmt-btn-icon {
  color: #4b4b4b;
}

.btn.rmt-btn-link.rmt-btn-link1:hover,
button.rmt-btn-link.rmt-btn-link1:hover {
  color: #fff;
}

.btn.rmt-btn-link.rmt-btn-link1:hover .rmt-btn-icon,
button.rmt-btn-link.rmt-btn-link1:hover .rmt-btn-icon {
  color: inherit;
  transform: translateX(5px);
}

.btn.rmt-cta-button.rmt-cta-button1,
button.rmt-cta-button.rmt-cta-button1 {
  color: #fff;
  --rmt-box-size: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.btn.rmt-cta-button.rmt-cta-button1 svg,
button.rmt-cta-button.rmt-cta-button1 svg,
.btn.rmt-cta-button.rmt-cta-button1 i,
button.rmt-cta-button.rmt-cta-button1 i {
  position: relative;
  z-index: 9;
}

.btn.rmt-cta-button.rmt-cta-button1.hover-default:hover svg,
button.rmt-cta-button.rmt-cta-button1.hover-default:hover svg {
  --rmt-rotate: 360deg;
  -webkit-animation: spin 5s linear infinite;
  -khtml-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.btn.rmt-search-button,
button.rmt-search-button {
  font-family: var(--secondary-font);
  height: 26px;
  gap: 7px;
  background-color: transparent;
}

.btn.rmt-search-button .rmt-btn-icon,
button.rmt-search-button .rmt-btn-icon {
  --rmt-translate-x: 5px;
  --rmt-translate-y: 5px;
  --rmt-rotate: 0deg;
}

@keyframes test45 {
  0% {
    opacity: 0;
    scale: 1;
  }

  100% {
    scale: 1.5;
    border-width: 0px;
    opacity: 1;
  }
}

.rmt-close-button {
  position: relative;
  --rmt-box-size: 50px;
  color: #fff;
  border-color: thin solid currentColor;
}

.rmt-close-button:before,
.rmt-close-button::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: currentColor;
  transition: inherit;
}

.rmt-close-button::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.rmt-close-button::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.rmt-close-button:hover::before,
.rmt-close-button:active::before {
  transform: translate(-50%, -50%) rotate(0);
}

.rmt-close-button:hover::after,
.rmt-close-button:active::after {
  transform: translate(-50%, -50%) rotate(0);
}

.rmt-heading-wrapper {
  display: flex;
  flex-direction: column;
}

.rmt-heading-wrapper svg {
  width: auto;
  height: 100%;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-default {
  color: #4b4b4b;
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-default .rmt-text-highlight {
  color: var(--subtitle-text-color);
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-third {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  line-height: 0.875;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-button {
  font-family: "Inter";
  margin-bottom: 16px;
  color: #121212;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-button .rmt-subtitle-text {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 100px;
  border: 1px solid #bcad9e;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-secondary {
  font-family: var(--primary-font);
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-divider {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  gap: 36px;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-divider::after {
  content: "";
  display: inline-block;
  width: 114px;
  height: 1px;
  background-color: currentColor;
}

@media screen and (max-width: 1199px) {
  .rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-divider {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-divider {
    font-size: 18px;
  }

  .rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-divider::after {
    width: 90px;
  }
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-portfolio {
  gap: 12px;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-portfolio a {
  color: inherit;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-portfolio .rmt-subtitle-text {
  display: inline-block;
  vertical-align: middle;
}

.rmt-heading-wrapper .rmt-heading-subtitle.heading-subtitle-portfolio::before {
  content: "";
  --rmt-box-size: 7px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.rmt-heading-wrapper .rmt-heading-title {
  perspective: 400px;
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-default {
  color: var(--portfoliocraft-heading-color);
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.04167;
  letter-spacing: -1.44px;
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-default .rmt-text-highlight {
  font-weight: 700;
}

@media screen and (max-width: 1399px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-default {
    font-size: 46px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-default {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-default {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-default {
    font-size: 40px;
  }
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-fifth {
  font-family: "Audiowide";
  font-size: 73px;
  font-weight: 400;
  line-height: 1.28767;
  letter-spacing: -1.46px;
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-fifth .rmt-text-highlight {
  display: none;
}

@media screen and (max-width: 1399px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fifth {
    font-size: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fifth {
    font-size: 64px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fifth {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fifth {
    font-size: 42px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fifth {
    font-size: 38px;
  }

  .rmt-heading-wrapper .rmt-heading-title.heading-title-fifth .rmt-text-highlight {
    display: inline;
  }
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-primary {
  font-family: "Inter";
  font-weight: 500;
  line-height: 1.04167;
  letter-spacing: -1.44px;
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-primary .rmt-text-highlight {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: italic;
  line-height: 0.9;
}

@media screen and (max-width: 1399px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-primary {
    font-size: 46px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-primary {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-primary {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-primary {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-primary {
    font-size: 38px;
  }
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-secondary {
  color: #121212;
  font-family: "Teko";
  font-size: 84px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.90476;
  text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-secondary {
    font-size: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-secondary {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-secondary {
    font-size: 62px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-secondary {
    font-size: 58px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-secondary {
    font-size: 50px;
  }
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-third {
  font-family: "Inter";
  font-size: 48px;
  font-weight: 500;
  line-height: 1.04167;
  letter-spacing: -1.44px;
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-third .rmt-text-highlight {
  font-family: "Playfair Display";
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 1199px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-third {
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-third {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-third {
    font-size: 42px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-third {
    font-size: 34px;
  }
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-underline {
  --rmt-height: 3px;
  font-family: "Inter";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.22727;
  letter-spacing: -0.88px;
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-underline .rmt-title-text {
  display: inline !important;
  background-image: linear-gradient(transparent calc(100% - var(--rmt-height)),
      currentColor 0px);
  background-size: 100%;
  background-repeat: no-repeat;
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-underline:hover .rmt-title-text {
  animation: underline-slide-restart 1s ease forwards;
}

@media screen and (max-width: 1399px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-underline {
    font-size: 42px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-underline {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-underline {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-underline {
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-underline {
    font-size: 34px;
  }
}

.rmt-heading-wrapper .rmt-heading-title.heading-title-fourth {
  font-family: var(--secondary-font);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.175;
  letter-spacing: -1.6px;
}

@media screen and (max-width: 1399px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fourth {
    font-size: 75px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fourth {
    font-size: 65px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fourth {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fourth {
    font-size: 50px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-title-fourth {
    font-size: 40px;
  }
}

.rmt-heading-wrapper .rmt-heading-title.heading-underline-accent {
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0;
}

.rmt-heading-wrapper .rmt-heading-title.heading-underline-accent:after {
  content: "";
  height: 3px;
  width: 32px;
  background-color: var(--subtitle-text-color);
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-underline-accent {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-underline-accent {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-heading-wrapper .rmt-heading-title.heading-underline-accent {
    font-size: 24px;
  }
}

@-webkit-keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y));
  }
}

@-moz-keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y));
  }
}

@-ms-keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y));
  }
}

@-o-keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y));
  }
}

@keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(var(--rmt-translate-x)) translateY(var(--rmt-translate-y));
  }
}

.marquee-animation,
.rmt-text-marquee-wrapper .rmt-text-marquee-item,
.rmt-image-marquee-wrapper .rmt-image-marquee-item {
  --rmt-translate-x: -100%;
  --rmt-duration: 20s;
  -webkit-animation: marquee-animation var(--rmt-duration) linear infinite;
  -khtml-animation: marquee-animation var(--rmt-duration) linear infinite;
  -moz-animation: marquee-animation var(--rmt-duration) linear infinite;
  -ms-animation: marquee-animation var(--rmt-duration) linear infinite;
  -o-animation: marquee-animation var(--rmt-duration) linear infinite;
  animation: marquee-animation var(--rmt-duration) linear infinite;
}

.rmt-text-marquee-wrapper {
  --rmt-spacing: 30px;
  display: flex;
  width: 100%;
  overflow-x: clip;
}

.rmt-text-marquee-wrapper .rmt-text-marquee-item {
  --rmt-translate-x: calc(-100% - (var(--rmt-spacing) / 2));
  white-space: nowrap;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 125px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
}

.rmt-text-marquee-wrapper .rmt-text-marquee-item p {
  width: 100%;
}

.rmt-text-marquee-wrapper .rmt-text-marquee-item.main {
  padding-right: calc(var(--rmt-spacing) / 2);
}

.rmt-text-marquee-wrapper .rmt-text-marquee-item.duplicated {
  padding-left: calc(var(--rmt-spacing) / 2);
}

.rmt-text-marquee-wrapper .rmt-text-marquee-item .rmt-text-highlight {
  color: transparent;
  stroke: 2px #010101;
  -webkit-text-stroke: 2px #010101;
}

@media screen and (max-width: 1399px) {
  .rmt-text-marquee-wrapper .rmt-text-marquee-item {
    font-size: 115px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-text-marquee-wrapper .rmt-text-marquee-item {
    font-size: 105px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-text-marquee-wrapper .rmt-text-marquee-item {
    font-size: 95px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-text-marquee-wrapper .rmt-text-marquee-item {
    font-size: 80px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-text-marquee-wrapper .rmt-text-marquee-item {
    font-size: 70px;
  }
}

.rmt-text-marquee-wrapper.ltr {
  justify-content: end;
}

.rmt-text-marquee-wrapper.ltr .rmt-text-marquee-item {
  --rmt-translate-x: calc(100% + (var(--rmt-spacing) / 2));
}

.rmt-text-marquee-wrapper.scroll-marquee-animation {
  --rmt-spacing: 0;
}

.rmt-text-marquee-wrapper.scroll-marquee-animation .rmt-text-marquee-item {
  -webkit-animation: none;
  -khtml-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

.rmt-image-marquee-wrapper {
  --rmt-spacing: 30px;
  display: flex;
  width: 100%;
  overflow-x: clip;
}

.rmt-image-marquee-wrapper .rmt-image-marquee-item {
  display: flex;
  align-items: start;
  min-width: 100%;
  --rmt-translate-x: calc(-100% - (var(--rmt-spacing) / 2));
}

.rmt-image-marquee-wrapper .rmt-image-marquee-item img {
  width: auto;
}

.rmt-image-marquee-wrapper .rmt-image-marquee-item.main {
  padding-right: calc(var(--rmt-spacing) / 2);
}

.rmt-image-marquee-wrapper .rmt-image-marquee-item.duplicated {
  padding-left: calc(var(--rmt-spacing) / 2);
}

.rmt-image-marquee-wrapper.ltr {
  justify-content: end;
}

.rmt-image-marquee-wrapper.ltr .rmt-image-marquee-item {
  --rmt-translate-x: calc(100% + (var(--rmt-spacing) / 2));
}

.rmt-icon-box-wrapper {
  display: flex;
  gap: 30px;
}

.rmt-icon-box-wrapper .rmt-icon-box-content {
  position: relative;
}

.rmt-icon-box-wrapper.icon-box-style1 {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 0px 0px #dccdbf;
  -khtml-box-shadow: 6px 6px 0px 0px #dccdbf;
  -moz-box-shadow: 6px 6px 0px 0px #dccdbf;
  -ms-box-shadow: 6px 6px 0px 0px #dccdbf;
  -o-box-shadow: 6px 6px 0px 0px #dccdbf;
  box-shadow: 6px 6px 0px 0px #dccdbf;
  padding: 49px 80px 53px 50px;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width: 575px) {
  .rmt-icon-box-wrapper.icon-box-style1 {
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-icon-box-wrapper.icon-box-style1 {
    padding: 50px 80px 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-icon-box-wrapper.icon-box-style1 {
    padding: 35px 80px 35px 30px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-icon-box-wrapper.icon-box-style1 {
    padding: 30px;
  }
}

.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-icon {
  color: #000;
}

.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-icon .rmt-icon {
  --rmt-box-size: 74px;
  background-color: #ffcd4d;
}

.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-icon svg {
  height: 40px;
  width: auto;
}

.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-title {
  color: #010101;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.21429;
  margin-block: 7px 23px;
  letter-spacing: 0;
}

.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-title .rmt-title-text {
  --rmt-height: 2px;
}

.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-title:hover {
  pointer-events: none;
}

@media screen and (max-width: 1399px) {
  .rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-title {
    font-size: 22px;
  }
}

.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-description {
  color: #555;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.76471;
}

.rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-index {
  position: absolute;
  color: #121212;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  top: 53px;
  right: 68px;
  line-height: 1.76471;
}

@media screen and (max-width: 1199px) {
  .rmt-icon-box-wrapper.icon-box-style1 .rmt-icon-box-index {
    top: 53px;
    right: 30px;
  }
}

.rmt-icon-box-wrapper.icon-box-style1:hover {
  -webkit-box-shadow: 0px 0px 0px 0px #dccdbf;
  -khtml-box-shadow: 0px 0px 0px 0px #dccdbf;
  -moz-box-shadow: 0px 0px 0px 0px #dccdbf;
  -ms-box-shadow: 0px 0px 0px 0px #dccdbf;
  -o-box-shadow: 0px 0px 0px 0px #dccdbf;
  box-shadow: 0px 0px 0px 0px #dccdbf;
  transform: translate(6px, 6px);
}

.rmt-icon-box-carousel .rmt-icon-box-wrapper {
  --rmt-flex-direction: column;
  display: inline-flex;
  width: 100%;
  gap: 30px;
  flex-direction: var(--rmt-flex-direction);
  text-align: center;
}

.rmt-icon-box-carousel .rmt-icon-box-wrapper .rmt-item-icon {
  width: 100%;
}

.rmt-icon-box-carousel .rmt-icon-box-wrapper .rmt-item-icon svg {
  width: auto;
}

.rmt-icon-box-carousel .rmt-icon-box-wrapper .rmt-item-content {
  text-align: inherit;
}

.rmt-icon-box-carousel.rmt-icon-box-carousel1 .rmt-icon-box-wrapper {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
  gap: 42px;
}

.rmt-icon-box-carousel.rmt-icon-box-carousel1.icon-box-default .rmt-icon-box-icon {
  position: relative;
}

.rmt-icon-box-carousel.rmt-icon-box-carousel1.icon-box-default .rmt-icon-box-icon .rmt-item-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.09);
}

.rmt-icon-box-carousel.rmt-icon-box-carousel1.icon-box-default .rmt-icon-box-icon .rmt-icon-inner {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 48px;
}

.rmt-icon-box-carousel.rmt-icon-box-carousel1.icon-box-default .rmt-icon-box-title {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.479;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.rmt-icon-box-carousel.rmt-icon-box-carousel1.icon-box-default .rmt-icon-box-description {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.66667;
}

.rmt-counterslide {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.rmt-counterslide .rmt-counterslide-inside {
  display: inline-flex;
}

.rmt-counterslide .rmt-counterslide-digit-spacer {
  visibility: hidden;
}

.rmt-counterslide .rmt-counterslide-digit,
.rmt-counterslide .rmt-counterslide-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.rmt-counterslide .rmt-counterslide-digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.rmt-counterslide .rmt-counterslide-ribbon {
  display: block;
}

.rmt-counterslide .rmt-counterslide-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.rmt-counterslide .rmt-counterslide-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.rmt-counterslide .rmt-counterslide-value.rmt-counterslide-last-value {
  position: absolute;
}

.rmt-counterslide.rmt-counterslide-animating-up .rmt-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.rmt-counterslide.rmt-counterslide-animating-up.rmt-counterslide-animating .rmt-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rmt-counterslide.rmt-counterslide-animating-down .rmt-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rmt-counterslide.rmt-counterslide-animating-down.rmt-counterslide-animating .rmt-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@-webkit-keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }

  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--rmt-color);
    color: var(--rmt-color);
  }
}

@-moz-keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }

  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--rmt-color);
    color: var(--rmt-color);
  }
}

@-ms-keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }

  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--rmt-color);
    color: var(--rmt-color);
  }
}

@-o-keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }

  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--rmt-color);
    color: var(--rmt-color);
  }
}

@keyframes animated-text-stroke {
  0% {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 100%;
    fill: transparent;
    color: transparent;
  }

  100% {
    stroke-dasharray: 100% 0%;
    stroke-dashoffset: 0%;
    fill: var(--rmt-color);
    color: var(--rmt-color);
  }
}

.animated-text-stroke {
  -webkit-animation: animated-text-stroke 2s ease forwards;
  -khtml-animation: animated-text-stroke 2s ease forwards;
  -moz-animation: animated-text-stroke 2s ease forwards;
  -ms-animation: animated-text-stroke 2s ease forwards;
  -o-animation: animated-text-stroke 2s ease forwards;
  animation: animated-text-stroke 2s ease forwards;
}

.rmt-counter-wrapper {
  --rmt-flex-direction: column;
  width: 100%;
  position: relative;
  flex-direction: var(--rmt-flex-direction);
}

.rmt-counter-wrapper .rmt-counter-number {
  position: relative;
  --rmt-font-size: 18px;
  --rmt-color: transparent;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: var(--rmt-font-size);
  white-space: nowrap;
  color: var(--rmt-color);
}

.rmt-counter-wrapper .rmt-counter-number .rmt-number-suffix {
  line-height: 1;
}

.rmt-counter-wrapper .rmt-counter-number svg {
  color: transparent;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: var(--rmt-font-size);
  white-space: nowrap;
}

.rmt-counter-wrapper .rmt-counter-number svg text {
  color: currentColor;
  fill: currentColor;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  stroke: #fff;
}

.rmt-counter-wrapper1.counter-default .rmt-counter-number {
  --rmt-font-size: 100px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 1;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .rmt-counter-wrapper1.counter-default .rmt-counter-number {
    --rmt-font-size: 86px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-counter-wrapper1.counter-default .rmt-counter-number {
    --rmt-font-size: 82px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-counter-wrapper1.counter-default .rmt-counter-number {
    --rmt-font-size: 76px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-counter-wrapper1.counter-default .rmt-counter-number {
    --rmt-font-size: 70px;
  }
}

.rmt-counter-wrapper1.counter-default .rmt-counter-title {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 575px) {
  .rmt-counter-wrapper1.counter-default .rmt-counter-title {
    font-size: 18px;
  }
}

.rmt-counter-wrapper1.counter-stroke1 {
  gap: 5px;
}

.rmt-counter-wrapper1.counter-stroke1 .rmt-counter-number {
  --rmt-font-size: 100px;
  font-family: var(--secondary-font);
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.rmt-counter-wrapper1.counter-stroke1 .rmt-counter-title {
  display: inline-block;
  color: #fff;
}

.rmt-counter-wrapper1.counter-style1 {
  --rmt-flex-direction: row;
  gap: 10px;
  align-items: end;
  justify-content: start;
}

.rmt-counter-wrapper1.counter-style1 .rmt-counter-number {
  --rmt-color: #000;
  position: relative;
  font-family: "Sora";
  font-size: 128px;
  letter-spacing: -6.4px;
  line-height: 105px;
}

.rmt-counter-wrapper1.counter-style1 .rmt-counter-number .rmt-number-suffix {
  position: absolute;
  right: -30px;
  top: -13px;
  font-size: 48px;
  line-height: 1;
}

.rmt-counter-wrapper1.counter-style1 .rmt-counter-title {
  color: #000;
  font-family: "Sora";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.36364;
  letter-spacing: -0.44px;
  padding-bottom: 7px;
}

@media screen and (max-width: 991px) {
  .rmt-counter-wrapper1.counter-style1 .rmt-counter-title {
    padding-bottom: 0px;
  }
}

.rmt-layout-testimonial1 .rmt-testimonial-item {
  text-align: center;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: 100px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-testimonial1 .rmt-testimonial-item {
    padding-inline: 0;
  }
}

.rmt-layout-testimonial1 .rmt-testimonial-content {
  display: block;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3333;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-testimonial1 .rmt-testimonial-content {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-testimonial1 .rmt-testimonial-content {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-testimonial1 .rmt-testimonial-content {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-testimonial1 .rmt-testimonial-content {
    font-size: 22px;
  }
}

.rmt-layout-testimonial1 .rmt-testimonial-user {
  display: block;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333;
}

.rmt-layout-testimonial1 .swiper-navigation {
  position: absolute;
  top: 18.5%;
  left: 0;
  justify-content: space-between;
  pointer-events: none;
  margin: 0;
}

.rmt-layout-testimonial1 .swiper-navigation .rmt-swiper-button {
  pointer-events: visible;
}

.rmt-testimonial-carousel2 .rmt-testimonial-user {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 38px;
}

.rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-image {
  position: relative;
}

.rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-image img {
  position: relative;
  --rmt-box-size: 98px;
}

@media screen and (max-width: 575px) {
  .rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-image img {
    --rmt-box-size: 80px;
  }
}

.rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-image img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.2);
  right: -13px;
  top: 0;
  z-index: -1;
}

.rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-name {
  display: block;
  color: #fff;
  font-family: "Sora";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55556;
}

@media screen and (max-width: 767px) {
  .rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-name {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-name {
    font-size: 20px;
  }
}

.rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-title {
  color: #d5d5d5;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.57994;
}

@media screen and (max-width: 767px) {
  .rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-testimonial-carousel2 .rmt-testimonial-user .rmt-user-title {
    font-size: 18px;
  }
}

.rmt-testimonial-carousel2 .rmt-testimonial-content {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .rmt-testimonial-carousel2 .rmt-testimonial-content {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-testimonial-carousel2 .rmt-testimonial-content {
    font-size: 20px;
  }
}

.rmt-testimonial-carousel3 .swiper-navigation {
  margin: 0;
  position: absolute;
  right: 3px;
  bottom: 0;
  width: fit-content;
  gap: 12px;
}

.rmt-testimonial-carousel3 .rmt-testimonial-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 30px;
}

.rmt-testimonial-carousel3 .rmt-testimonial-content {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.59091;
  margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
  .rmt-testimonial-carousel3 .rmt-testimonial-content {
    font-size: 20px;
  }
}

.rmt-testimonial-carousel3 .rmt-testimonial-divider {
  width: 100%;
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 36px;
}

.rmt-testimonial-carousel3 .rmt-testimonial-user {
  display: flex;
  align-items: center;
  gap: 19px;
}

.rmt-testimonial-carousel3 .rmt-testimonial-user .rmt-user-image {
  display: block;
}

.rmt-testimonial-carousel3 .rmt-testimonial-user .rmt-user-image img {
  --rmt-box-size: 72px;
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.rmt-testimonial-carousel3 .rmt-testimonial-user .rmt-user-name {
  display: block;
  color: #000;
  font-family: "Sora";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.41667;
}

@media screen and (max-width: 767px) {
  .rmt-testimonial-carousel3 .rmt-testimonial-user .rmt-user-name {
    font-size: 20px;
  }
}

.rmt-testimonial-carousel3 .rmt-testimonial-user .rmt-user-address {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.rmt-layout-testimonial4 .rmt-testimonial-user .rmt-user-name {
  display: block;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 1.11111;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.rmt-layout-testimonial4 .rmt-testimonial-user .rmt-user-title {
  color: #fff;
  font-family: "Inter";
  font-size: 22px;
  line-height: 1.59091;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-testimonial4 .rmt-testimonial-user .rmt-user-name {
    font-size: 34px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-testimonial4 .rmt-testimonial-user .rmt-user-name {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-testimonial4 .rmt-testimonial-user .rmt-user-name {
    font-size: 30px;
  }

  .rmt-layout-testimonial4 .rmt-testimonial-user .rmt-user-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-testimonial4 .rmt-testimonial-user .rmt-user-name {
    font-size: 28px;
  }
}

.rmt-layout-testimonial4 .rmt-testimonial-divider {
  display: block;
  background-color: rgba(255, 255, 255, 0.17);
  height: 2px;
  border: none;
  margin-block: 38px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-testimonial4 .rmt-testimonial-divider {
    margin-block: 30px;
  }
}

.rmt-layout-testimonial4 .rmt-testimonial-content {
  color: #fff;
  font-family: "Inter";
  font-size: 28px;
  font-style: italic;
  line-height: 1.42857;
  margin-bottom: 46px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-testimonial4 .rmt-testimonial-content {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-testimonial4 .rmt-testimonial-content {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.rmt-layout-testimonial4 .rmt-testimonial-rating {
  display: flex;
  align-items: center;
  gap: 11px;
}

.rmt-layout-testimonial4 .rmt-testimonial-rating .rmt-rating-label {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13333;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-testimonial4 .rmt-testimonial-rating .rmt-rating-label {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-testimonial4 .rmt-testimonial-rating .rmt-rating-label {
    font-size: 24;
  }
}

.rmt-layout-testimonial4 .rmt-testimonial-rating .rmt-rating-star {
  padding: 7px 15px 10px;
  gap: 5.5px;
  display: inline-flex;
  border-radius: 6px;
  background-color: #121212;
  color: #fff;
}

.rmt-layout-testimonial4 .swiper-pagination-wrapper.swiper-pagination-bullets {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  justify-content: start;
}

@media screen and (max-width: 767px) {
  .rmt-layout-testimonial4 .swiper-pagination-wrapper.swiper-pagination-bullets {
    justify-content: center;
  }
}

.rmt-testimonial-carousel5 .rmt-testimonial-item {
  padding: 55px 37px 57px;
  border-radius: 7px;
  border: thin solid #363636;
  background-color: rgba(61, 61, 61, 0.26);
  text-align: center;
}

.rmt-testimonial-carousel5 .rmt-testimonial-item:hover .rmt-user-image img {
  filter: grayscale(0);
}

@media screen and (max-width: 1199px) {
  .rmt-testimonial-carousel5 .rmt-testimonial-item {
    padding: 55px 30px;
  }
}

.rmt-testimonial-carousel5 .rmt-testimonial-icon {
  display: block;
  color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.rmt-testimonial-carousel5 .rmt-testimonial-content {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  margin-bottom: 37px;
}

.rmt-testimonial-carousel5 .rmt-rating-star {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 19px;
  color: #d7ff37;
}

.rmt-testimonial-carousel5 .rmt-user-image {
  display: block;
  margin-bottom: 15px;
}

.rmt-testimonial-carousel5 .rmt-user-image img {
  --rmt-box-size: 73px;
  border: 3.07px solid #989898;
  filter: grayscale(1);
  transition: 0.25s;
}

.rmt-testimonial-carousel5 .rmt-user-name {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.rmt-testimonial-carousel5 .rmt-user-title {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  line-height: 1.57143;
}

@keyframes fillpath {

  0%,
  100% {
    fill: currentColor;
  }

  50% {
    fill: #fff;
  }
}

.fillpath-animation {
  -webkit-animation: fillpath 1.5s ease-in-out infinite;
  -khtml-animation: fillpath 1.5s ease-in-out infinite;
  -moz-animation: fillpath 1.5s ease-in-out infinite;
  -ms-animation: fillpath 1.5s ease-in-out infinite;
  -o-animation: fillpath 1.5s ease-in-out infinite;
  animation: fillpath 1.5s ease-in-out infinite;
}

@keyframes zoomTest {
  to {
    scale: 1;
  }
}

.rmt-icon-wrapper {
  display: flex;
  line-height: 1;
}

.rmt-icon-wrapper .rmt-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: 0.25s linear;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path {
  animation: fadeIn 0.5s ease infinite;
  opacity: 0;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(1) {
  animation-delay: 0.1s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(2) {
  animation-delay: 0.2s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(3) {
  animation-delay: 0.3s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(4) {
  animation-delay: 0.4s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(5) {
  animation-delay: 0.5s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(6) {
  animation-delay: 0.6s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(7) {
  animation-delay: 0.7s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(8) {
  animation-delay: 0.8s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(9) {
  animation-delay: 0.9s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(10) {
  animation-delay: 1s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(11) {
  animation-delay: 1.1s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(12) {
  animation-delay: 1.2s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(13) {
  animation-delay: 1.3s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(14) {
  animation-delay: 1.4s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(15) {
  animation-delay: 1.5s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(16) {
  animation-delay: 1.6s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(17) {
  animation-delay: 1.7s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(18) {
  animation-delay: 1.8s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(19) {
  animation-delay: 1.9s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(20) {
  animation-delay: 2s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(21) {
  animation-delay: 2.1s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(22) {
  animation-delay: 2.2s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(23) {
  animation-delay: 2.3s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(24) {
  animation-delay: 2.4s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(27) {
  animation-delay: 2.7s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(28) {
  animation-delay: 2.8s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(29) {
  animation-delay: 2.9s;
}

.rmt-icon-wrapper .rmt-icon-item.radial-burst svg path:nth-of-type(30) {
  animation-delay: 3s;
}

.rmt-icon-carousel.has-divider .swiper-slide-visible+.swiper-slide-visible {
  border-left: thin solid currentColor;
}

.rmt-icon-carousel .rmt-icon-item {
  transition: all 0.25s linear;
}

.rmt-icon-carousel .rmt-icon-item .rmt-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rmt-icon-carousel.icon-caorousel-default .rmt-swiper-slide {
  padding-inline: 30px;
}

.rmt-icon-carousel.icon-caorousel-default .rmt-swiper-slide.swiper-slide-visible+.swiper-slide-visible {
  border-left: 1px solid #5f5f5f;
}

.rmt-icon-carousel.icon-caorousel-default .rmt-item-icon {
  font-size: 50px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rmt-icon-carousel.icon-caorousel-default .rmt-item-icon svg {
  width: auto;
}

.rmt-icon-carousel.icon-caorousel-style1 .rmt-icon-item {
  height: 154px;
  border-radius: 80px;
  border: thin solid rgba(255, 255, 255, 0.15);
  padding-inline: 15px;
}

.rmt-icon-carousel.icon-caorousel-style1 .rmt-icon-item svg {
  height: 46px;
  width: auto;
}

.rmt-link-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rmt-link-box-wrapper .rmt-link-box-content,
.rmt-link-box-wrapper .rmt-link-box-icon {
  position: relative;
  z-index: 9;
}

.rmt-link-box-wrapper.link-box-default {
  padding: 33px 42px 40px 69px;
  border-radius: 86.5px;
  border: 1px solid #4b4b4b;
}

@media screen and (max-width: 991px) {
  .rmt-link-box-wrapper.link-box-default {
    padding: 30px 30px 40px 65px;
    border-radius: 50px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-link-box-wrapper.link-box-default {
    flex-direction: column;
    align-items: start;
  }
}

.rmt-link-box-wrapper.link-box-default .rmt-link-box-title {
  color: #fff;
  margin-bottom: 7px;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media screen and (max-width: 991px) {
  .rmt-link-box-wrapper.link-box-default .rmt-link-box-title {
    font-size: 20px;
  }
}

.rmt-link-box-wrapper.link-box-default .rmt-link-box-tags {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  gap: 9px;
}

.rmt-link-box-wrapper.link-box-default .rmt-link-box-tags .rmt-link-box-tag {
  color: #d5d5d5;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 13.5px;
  border: 1px solid currentcolor;
  padding: 2px 10px;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rmt-link-box-wrapper.link-box-default .rmt-link-box-icon {
  --rmt-box-size: 40px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  transition: inherit;
}

.rmt-link-box-wrapper.link-box-default.hover-default:hover {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.07);
}

.rmt-link-box-wrapper.link-box-default.hover-default:hover .rmt-link-box-icon {
  background-color: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.28);
}

.wpcf7 form {
  --width-xs: 100%;
  --width-sm: 100%;
  --width-md: 100%;
  --width-lg: 100%;
  --width-xl: 100%;
  --width-xxl: 100%;
}

.wpcf7 form .cf7-hidden-submit,
.wpcf7 form .wpcf7-spinner,
.wpcf7 form br {
  display: none;
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-weight: 300;
  font-size: 15px;
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
  margin: 30px 0 15px;
  background-color: #fff;
  font-size: 18px;
  color: #010101;
  font-weight: 300;
  border: none;
}

.wpcf7 form p {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(-1 * var(--rmt-spacing-inline));
}

.wpcf7 form p .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-inline: var(--rmt-spacing-inline);
}

.wpcf7 form p .wpcf7-form-control-wrap:last-of-type {
  margin: 0 !important;
  flex-basis: 100%;
  max-width: 100%;
}

.wpcf7 form p .wpcf7-form-control-wrap input,
.wpcf7 form p .wpcf7-form-control-wrap textarea {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .wpcf7 form p .wpcf7-form-control-wrap {
    flex-basis: var(--width-xxl);
    max-width: var(--width-xxl);
  }
}

@media screen and (max-width: 1399px) {
  .wpcf7 form p .wpcf7-form-control-wrap {
    flex-basis: var(--width-xl);
    max-width: var(--width-xl);
  }
}

@media screen and (max-width: 1199px) {
  .wpcf7 form p .wpcf7-form-control-wrap {
    flex-basis: var(--width-lg);
    max-width: var(--width-lg);
  }
}

@media screen and (max-width: 991px) {
  .wpcf7 form p .wpcf7-form-control-wrap {
    flex-basis: var(--width-md);
    max-width: var(--width-md);
  }
}

@media screen and (max-width: 767px) {
  .wpcf7 form p .wpcf7-form-control-wrap {
    flex-basis: var(--width-sm);
    max-width: var(--width-sm);
  }
}

@media screen and (max-width: 575px) {
  .wpcf7 form p .wpcf7-form-control-wrap {
    flex-basis: var(--width-xs);
    max-width: var(--width-xs);
  }
}

.wpcf7 form.form-style1 input,
.wpcf7 form.form-style1 textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #5f5f5f;
  padding: 0 76px 21px 1px;
  color: #4b4b4b;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.wpcf7 form.form-style2 input,
.wpcf7 form.form-style2 textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 14px;
  color: #191919;
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.3px;
}

.wpcf7 form.form-style2 textarea {
  height: 36px;
}

.wpcf7 form.form-style3 input,
.wpcf7 form.form-style3 textarea {
  padding: 19.5px 192px 20.5px 32px;
  border-radius: 100px;
  background-color: #fff;
  color: #121212;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  height: 60px;
  letter-spacing: -0.16px;
  border: none;
}

.wpcf7 form.form-style3 textarea {
  height: auto;
}

.wpcf7 form.form-style4 input,
.wpcf7 form.form-style4 textarea {
  height: 57px;
  padding: 18px 28px;
  border-radius: 100px;
  border: 1px solid #4b4b4b;
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.wpcf7 form.form-style4 textarea {
  height: 200px;
  padding: 18px 27px;
  border-radius: 30px;
}

.wpcf7 form.form-style5 input,
.wpcf7 form.form-style5 textarea {
  padding-block: 4px 17px;
  color: #010101;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  border: none;
  outline: none;
  border-bottom: thin solid rgba(0, 0, 0, 0.16);
}

.wpcf7 form.form-style5 textarea {
  height: 102px;
}

.wpcf7 form.rmt-wpcf7-3426 {
  --width-xs: 100%;
  --width-sm: 50%;
  --width-md: 50%;
  --width-lg: 50%;
  --width-xl: 50%;
  --width-xxl: 50%;
}

.wpcf7 form.rmt-wpcf7-3426 p {
  --rmt-spacing-inline: 21.5px;
}

.wpcf7 form.rmt-wpcf7-3426 p .wpcf7-form-control-wrap {
  margin-bottom: 94px;
}

.wpcf7 form.rmt-wpcf7-3426 p .wpcf7-form-control-wrap:nth-last-of-type(1) {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .wpcf7 form.rmt-wpcf7-3426 p .wpcf7-form-control-wrap {
    margin-bottom: 50px;
  }
}

.wpcf7 form.rmt-wpcf7-4794 {
  --width-xs: 100%;
  --width-sm: 50%;
  --width-md: 100%;
  --width-lg: 50%;
  --width-xl: 50%;
  --width-xxl: 50%;
}

.wpcf7 form.rmt-wpcf7-4794 p {
  --rmt-spacing-inline: 12px;
}

.wpcf7 form.rmt-wpcf7-4794 p .wpcf7-form-control-wrap {
  margin-bottom: 25px;
}

.wpcf7 form.rmt-wpcf7-4794 p .wpcf7-form-control-wrap:nth-last-of-type(1),
.wpcf7 form.rmt-wpcf7-4794 p .wpcf7-form-control-wrap:nth-last-of-type(2) {
  flex-basis: 100%;
  max-width: 100%;
}

.rmt-layout-post a {
  color: inherit;
  transition: 0s;
}

.rmt-layout-post .rmt-post-featured {
  --rmt-transition-duration: 0.3s;
  overflow: hidden;
  width: 100%;
  display: block;
}

.rmt-layout-post .rmt-post-featured.hover-spotlight-scale .item-spotlight {
  background-color: rgba(0, 0, 0, 0.1);
}

.rmt-layout-post .rmt-post-featured img {
  width: 100%;
}

.rmt-layout-post .rmt-post-content {
  position: relative;
}

.rmt-layout-post .rmt-post-title,
.rmt-layout-post .rmt-post-date,
.rmt-layout-post .rmt-post-author {
  transition: 0.25s linear;
}

.rmt-layout-post .rmt-post-author {
  position: relative;
  z-index: 100;
}

.rmt-layout-post1.layout-post-default .rmt-grid-inner,
.rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-grid-inner {
  --rmt-spacing-inline: 16px;
  --rmt-spacing-block: 46px;
}

@media screen and (max-width: 1199px) {

  .rmt-layout-post1.layout-post-default .rmt-grid-inner,
  .rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-grid-inner {
    --rmt-spacing-inline: 15px;
    --rmt-spacing-block: 40px;
  }
}

@media screen and (max-width: 767px) {

  .rmt-layout-post1.layout-post-default .rmt-grid-inner,
  .rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-grid-inner {
    --rmt-spacing-block: 30px;
  }
}

.rmt-layout-post1.layout-post-default .rmt-post-featured,
.rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-featured {
  border-radius: 25px;
}

.rmt-layout-post1.layout-post-default .rmt-post-content,
.rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-content {
  padding-top: 37px;
}

.rmt-layout-post1.layout-post-default .rmt-post-date,
.rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-date {
  display: inline-block;
  border-radius: 110px;
  border: 1px solid #d5d5d5;
  background-color: #f1f1f1;
  text-align: center;
  padding-inline: 17px;
  color: #4b4b4b;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
}

.rmt-layout-post1.layout-post-default .rmt-post-title,
.rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-title {
  color: #000;
  margin-bottom: 17px;
}

@media screen and (max-width: 1199px) {

  .rmt-layout-post1.layout-post-default .rmt-post-title,
  .rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 991px) {

  .rmt-layout-post1.layout-post-default .rmt-post-title,
  .rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {

  .rmt-layout-post1.layout-post-default .rmt-post-title,
  .rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-title {
    font-size: 21px;
  }
}

@media screen and (max-width: 575px) {

  .rmt-layout-post1.layout-post-default .rmt-post-title,
  .rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-title {
    font-size: 20px;
  }
}

.rmt-layout-post1.layout-post-default .rmt-post-author,
.rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-post-author {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.86667;
}

.rmt-layout-post1.layout-post-default .rmt-grid-pagination,
.rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-grid-pagination {
  margin-top: 70px;
}

.rmt-layout-post1.layout-post-default .rmt-grid-pagination .page-numbers,
.rmt-layout-post1.layout-post-style2.rmt-layout-post1 .rmt-grid-pagination .page-numbers {
  color: #000;
}

.rmt-layout-post1.layout-post-style2 .rmt-post-date {
  font-family: "Inter";
}

.rmt-layout-post1.layout-post-style2 .rmt-post-title {
  font-family: "Inter";
  color: #010101;
  margin-bottom: 19px;
  font-size: 26px;
  line-height: 1.30769;
}

.rmt-layout-post1.layout-post-style2 .rmt-post-title a {
  --rmt-height: 2px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-post1.layout-post-style2 .rmt-post-title {
    font-size: 24px;
  }
}

.rmt-layout-post1.layout-post-style2 .rmt-author-link {
  font-family: "Plus Jakarta Sans";
}

.rmt-layout-post1.layout-post-style1 .rmt-grid-inner {
  --rmt-spacing-inline: 20px;
  --rmt-spacing-block: 36px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-post1.layout-post-style1 .rmt-grid-inner {
    --rmt-spacing-inline: 15px;
    --rmt-spacing-block: 30px;
  }
}

.rmt-layout-post1.layout-post-style1 .rmt-post-featured {
  margin-bottom: 39px;
  border-radius: 25px;
  overflow: hidden;
}

.rmt-layout-post1.layout-post-style1 .rmt-post-date {
  display: inline-block;
  padding-inline: 18px;
  color: #4b4b4b;
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 109.264px;
  border: 1px solid #d5d5d5;
  background: #f1f1f1;
  margin-bottom: 17px;
}

.rmt-layout-post1.layout-post-style1 .rmt-post-title {
  display: block;
  color: #000;
  margin-bottom: 22px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-post1.layout-post-style1 .rmt-post-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-post1.layout-post-style1 .rmt-post-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-post1.layout-post-style1 .rmt-post-title {
    font-size: 24px;
  }
}

.rmt-layout-post1.layout-post-style1 .rmt-post-author {
  display: block;
  color: #010101;
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.75;
}

.rmt-layout-post1.layout-post-style1 .rmt-grid-pagination {
  margin-top: 72px;
}

.rmt-layout-post1.layout-post-style1 .rmt-grid-pagination .page-numbers {
  color: #000;
}

.rmt-layout-post2 .rmt-grid-inner {
  --rmt-spacing-inline: 11px;
  --rmt-spacing-block: 56px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-post2 .rmt-grid-inner {
    --rmt-spacing-inline: 11px;
    --rmt-spacing-block: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-post2 .rmt-grid-inner {
    --rmt-spacing-block: 30px;
  }
}

.rmt-layout-post2 .rmt-post-content {
  text-align: center;
  padding-top: 43px;
  padding-inline: 30px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-post2 .rmt-post-content {
    padding-inline: 15px;
    padding-top: 30px;
  }
}

.rmt-layout-post2 .rmt-post-title {
  color: #fff;
  text-align: inherit;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-post2 .rmt-post-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-post2 .rmt-post-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-post2 .rmt-post-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-post2 .rmt-post-title {
    font-size: 22px;
  }
}

.rmt-layout-post2 .rmt-post-meta {
  position: relative;
  z-index: 100;
  display: flex;
  column-gap: 15px;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  pointer-events: none;
}

.rmt-layout-post2 .rmt-post-meta .rmt-post-date,
.rmt-layout-post2 .rmt-post-meta .rmt-post-category {
  color: #b2b2b2;
  line-height: 1.44444;
}

.rmt-layout-post2 .rmt-post-meta .rmt-post-category {
  pointer-events: visible;
}

.rmt-layout-post2 .rmt-grid-pagination {
  margin-top: 82px;
}

.rmt-layout-post3 .rmt-grid-inner {
  --rmt-spacing-block: 26px;
  --rmt-spacing-inline: 46px;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-post3 .rmt-grid-inner {
    --rmt-spacing-inline: 20px;
  }
}

.rmt-layout-post3 .rmt-post-item {
  display: flex;
  gap: 35px;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-post3 .rmt-post-item {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-post3 .rmt-post-item {
    gap: 15px;
  }
}

.rmt-layout-post3 .rmt-post-featured {
  flex-basis: 51.75%;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-post3 .rmt-post-featured {
    flex-basis: 45%;
  }
}

.rmt-layout-post3 .rmt-post-featured>a {
  display: block;
  height: 100%;
}

.rmt-layout-post3 .rmt-post-featured img {
  height: 100%;
}

.rmt-layout-post3 .rmt-post-content {
  flex-basis: 48.25%;
  padding: 15px 0 18px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-post3 .rmt-post-content {
    padding: 15px 0;
    flex-basis: 55%;
  }
}

.rmt-layout-post3 .rmt-post-date {
  display: inline-block;
  padding-inline: 13.5px;
  border-radius: 109px;
  border: 1px solid #e4e4e4;
  background-color: #f1f1f1;
  color: #4b4b4b;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.rmt-layout-post3 .rmt-post-title {
  margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-post3 .rmt-post-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-post3 .rmt-post-title {
    font-size: 20px;
  }
}

.rmt-layout-post3 .rmt-posst-author {
  color: #121212;
  line-height: 1.55556;
}

.rmt-layout-post3 .rmt-grid-pagination {
  margin-top: 83px;
}

.rmt-layout-post3 .rmt-grid-pagination .page-numbers {
  color: #000;
}

.rmt-layout-portfolio .rmt-post-featured img {
  width: 100%;
}

.rmt-layout-portfolio .rmt-post-featured.hover-default {
  overflow: hidden;
}

.rmt-layout-portfolio .rmt-post-featured.hover-default img {
  transition: 0.25s;
}

.rmt-layout-portfolio .rmt-post-featured.hover-default:hover img {
  scale: 1.15;
}

.rmt-layout-portfolio .rmt-post-featured.hover-parallax {
  overflow: hidden;
}

.rmt-layout-portfolio1 .rmt-grid-inner .grid-sizer {
  display: none;
}

.rmt-layout-portfolio1.layout-portfolio-style1 .rmt-grid-inner {
  --rmt-spacing-inline: 35px;
  --rmt-spacing-block: 37.5px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio1.layout-portfolio-style1 .rmt-grid-inner {
    --rmt-spacing-inline: 15px;
    --rmt-spacing-block: 30px;
  }
}

.rmt-layout-portfolio1.layout-portfolio-style1 .rmt-post-title {
  font-family: "Inter";
  line-height: 1.41667;
  letter-spacing: 1px;
}

.rmt-layout-portfolio1.layout-portfolio-style1 .rmt-post-category a {
  font-family: "Inter";
  letter-spacing: 1.6px;
}

.rmt-layout-portfolio1.layout-portfolio-style1 .rmt-load-more-wrapper {
  margin-top: 83px;
}

.rmt-layout-portfolio1.layout-portfolio-default {
  padding-top: 79px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio1.layout-portfolio-default {
    padding-top: 0;
  }
}

.rmt-layout-portfolio1.layout-portfolio-default .rmt-grid-inner {
  --rmt-spacing-inline: 35px;
  --rmt-spacing-block: 68.5px;
}

.rmt-layout-portfolio1.layout-portfolio-default .rmt-grid-inner .rmt-grid-item:nth-child(2) {
  margin-top: -79px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio1.layout-portfolio-default .rmt-grid-inner {
    --rmt-spacing-inline: 15px;
    --rmt-spacing-block: 50px;
  }

  .rmt-layout-portfolio1.layout-portfolio-default .rmt-grid-inner .rmt-grid-item:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio1.layout-portfolio-default .rmt-grid-inner {
    --rmt-spacing-block: 30px;
  }
}

.rmt-layout-portfolio1.layout-portfolio-default .rmt-load-more-wrapper {
  margin-top: 76px;
}

.rmt-layout-portfolio1 .rmt-post-item {
  position: relative;
  overflow: hidden;
}

.rmt-layout-portfolio1 .rmt-post-item:hover .rmt-post-content {
  opacity: 1;
}

.rmt-layout-portfolio1 .rmt-post-featured {
  display: block;
  height: 100%;
}

.rmt-layout-portfolio1 .rmt-post-featured img {
  width: 100%;
  height: 100%;
}

.rmt-layout-portfolio1 .rmt-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 15px 58px 50px;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -khtml-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio1 .rmt-post-content {
    padding: 0 15px 30px 15px;
  }
}

.rmt-layout-portfolio1 .rmt-post-content.follow-cursor {
  top: 0;
  bottom: auto;
  width: max-content;
  padding: 15px;
  transform: translate(-50%, -50%) !important;
}

.rmt-layout-portfolio1 .rmt-post-title {
  display: block;
  margin-bottom: 3px;
}

.rmt-layout-portfolio1 .rmt-post-title span {
  display: inline-block;
  background-color: #fff;
  padding: 5px 14px 8px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio1 .rmt-post-title {
    font-size: 20px;
  }
}

.rmt-layout-portfolio1 .rmt-post-category {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
}

.rmt-layout-portfolio1 .rmt-post-category a {
  padding: 11px 14px 10px 15px;
  color: #4b4b4b;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  background-color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio1 .rmt-post-category a {
    font-size: 12px;
  }
}

.rmt-layout-portfolio2 .rmt-grid-inner {
  --rmt-spacing-inline: 0px;
  --rmt-spacing-block: 0px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio2 .rmt-grid-inner {
    --rmt-spacing-block: 42.5px;
  }
}

@media screen and (min-width: 768px) {
  .rmt-layout-portfolio2 .rmt-grid-item:nth-child(even) .rmt-post-item {
    flex-direction: row-reverse;
  }

  .rmt-layout-portfolio2 .rmt-grid-item:nth-child(even) .rmt-post-item .rmt-post-content {
    margin-left: 0;
    margin-right: -92px;
  }

  .rmt-layout-portfolio2 .rmt-grid-item:nth-child(even) .rmt-post-item .rmt-post-order {
    left: -30px;
    right: 0;
  }
}

.rmt-layout-portfolio2 .rmt-post-item {
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio2 .rmt-post-item {
    flex-direction: column;
  }
}

.rmt-layout-portfolio2 .rmt-post-featured {
  position: relative;
  display: block;
  flex-basis: 63.66%;
  max-width: 100%;
  height: 632px;
}

.rmt-layout-portfolio2 .rmt-post-featured img {
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-portfolio2 .rmt-post-featured {
    flex-basis: 60%;
    height: 600px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio2 .rmt-post-featured {
    flex-basis: 55%;
    height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-portfolio2 .rmt-post-featured {
    flex-basis: 50%;
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio2 .rmt-post-featured {
    flex-basis: 100%;
    height: auto;
  }
}

.rmt-layout-portfolio2 .rmt-post-content {
  position: relative;
  flex-basis: calc(100% - 63.66%);
  flex-grow: 1;
  margin-left: -90px;
  padding-block: 30px 98px;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-portfolio2 .rmt-post-content {
    flex-basis: 40%;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio2 .rmt-post-content {
    flex-basis: 45%;
    padding-block: 30;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-portfolio2 .rmt-post-content {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio2 .rmt-post-content {
    flex-basis: 100%;
    padding-block: 50px 0;
    margin: 0;
  }
}

.rmt-layout-portfolio2 .rmt-post-order {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Sora";
  font-size: 421.139px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -8.423px;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-portfolio2 .rmt-post-order {
    font-size: 410px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio2 .rmt-post-order {
    font-size: 340px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-portfolio2 .rmt-post-order {
    font-size: 250px;
  }
}

.rmt-layout-portfolio2 .rmt-post-index {
  display: block;
  color: #fff;
  font-family: "Sora";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.32px;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio2 .rmt-post-index {
    display: none;
  }
}

.rmt-layout-portfolio2 .rmt-post-title {
  color: #fff;
  font-family: "Sora";
  font-size: 56px;
  font-weight: 600;
  line-height: 1.05857;
  letter-spacing: -1.71px;
  margin-bottom: 27px;
  z-index: 9;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-portfolio2 .rmt-post-title {
    font-size: 52px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio2 .rmt-post-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-portfolio2 .rmt-post-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio2 .rmt-post-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-portfolio2 .rmt-post-title {
    font-size: 32px;
  }
}

.rmt-layout-portfolio2 .rmt-content-group {
  display: flex;
  gap: 43px;
}

@media screen and (max-width: 575px) {
  .rmt-layout-portfolio2 .rmt-content-group {
    flex-direction: column;
    gap: 30px;
  }
}

.rmt-layout-portfolio2 .rmt-post-category {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 7px;
}

@media screen and (max-width: 575px) {
  .rmt-layout-portfolio2 .rmt-post-category {
    flex-direction: row;
  }
}

.rmt-layout-portfolio2 .rmt-post-category a {
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-family: "Sora";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px;
}

.rmt-layout-portfolio2 .rmt-post-excerpt {
  color: #b2b2b2;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  margin-bottom: 25px;
  max-width: 340px;
  margin-top: -4px;
}

@media screen and (max-width: 991px) {
  .rmt-layout-portfolio2 .rmt-post-excerpt {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio2 .rmt-post-excerpt {
    max-width: none;
  }
}

.rmt-layout-portfolio2 .rmt-post-btn {
  height: 42px;
  color: #fff;
  font-family: Kanit;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  gap: 25px;
  padding-inline: 4px;
}

.rmt-layout-portfolio2 .rmt-post-btn .rmt-btn-icon {
  position: relative;
  --rmt-box-size: 42px;
}

.rmt-layout-portfolio2 .rmt-post-btn .rmt-btn-icon::before {
  content: "";
  border: 1px dashed currentColor;
  border-radius: inherit;
}

.rmt-layout-portfolio2 .rmt-post-btn .rmt-btn-icon svg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
}

.rmt-layout-portfolio2 .rmt-post-btn:hover {
  color: #c9f31d;
}

.rmt-layout-portfolio2 .rmt-post-btn:hover .rmt-btn-icon::before {
  --rmt-rotate: 360deg;
  -webkit-animation: spin 5s linear infinite;
  -khtml-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.rmt-layout-portfolio3 .rmt-grid-inner {
  --rmt-spacing-inline: 0px;
  --rmt-spacing-block: 20.5px;
}

.rmt-layout-portfolio3 .rmt-grid-item:nth-child(even) .rmt-post-item {
  margin-left: auto;
}

.rmt-layout-portfolio3 .rmt-post-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  overflow: hidden;
  padding: 34px 32px 34px 101px;
  border-radius: 200px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(15px);
  max-width: 1319px;
}

.rmt-layout-portfolio3 .rmt-post-item.active {
  border-radius: 80px;
}

.rmt-layout-portfolio3 .rmt-post-item.active::before {
  opacity: 1;
}

.rmt-layout-portfolio3 .rmt-post-item.active .rmt-post-featured {
  z-index: 100;
  height: 415px;
  max-width: 473px;
  flex: 0 1 473px;
  border-radius: 50px;
}

.rmt-layout-portfolio3 .rmt-post-item.active,
.rmt-layout-portfolio3 .rmt-post-item:hover {
  background-color: #c9f31d;
}

.rmt-layout-portfolio3 .rmt-post-item.active .rmt-post-title,
.rmt-layout-portfolio3 .rmt-post-item:hover .rmt-post-title {
  color: #121212;
}

.rmt-layout-portfolio3 .rmt-post-item.active .rmt-post-index,
.rmt-layout-portfolio3 .rmt-post-item:hover .rmt-post-index {
  color: #121212;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio3 .rmt-post-item {
    padding: 30px;
  }
}

.rmt-layout-portfolio3 .rmt-accordion-content {
  height: 0;
  overflow: hidden;
}

.rmt-layout-portfolio3 .rmt-accordion-content>.rmt-accordion-details {
  padding: 23px 0 3px 5px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio3 .rmt-accordion-content>.rmt-accordion-details {
    padding: 15px 0 0 0;
  }
}

.rmt-layout-portfolio3 .rmt-post-content {
  flex: 0 1 680px;
  max-width: 680px;
  display: flex;
  gap: 35px;
  padding-top: 11px;
}

.rmt-layout-portfolio3 .rmt-post-content .rmt-post-group {
  align-self: auto;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio3 .rmt-post-content {
    flex: 0 1 auto;
    max-width: 100%;
  }
}

.rmt-layout-portfolio3 .rmt-post-index {
  color: #fff;
  font-family: "Teko";
  font-size: 36px;
  line-height: 0.79444;
  transition: 0.25s linear;
  margin-top: 9px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio3 .rmt-post-index {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio3 .rmt-post-index {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-portfolio3 .rmt-post-index {
    font-size: 26px;
  }
}

.rmt-layout-portfolio3 .rmt-post-title {
  color: #fff;
  font-family: "Teko";
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1275;
  text-transform: uppercase;
}

.rmt-layout-portfolio3 .rmt-post-title.hover-3d-cube-flip::after {
  color: #121212;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-portfolio3 .rmt-post-title {
    font-size: 74px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio3 .rmt-post-title {
    font-size: 61px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-portfolio3 .rmt-post-title {
    font-size: 56px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio3 .rmt-post-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-portfolio3 .rmt-post-title {
    font-size: 42px;
  }
}

.rmt-layout-portfolio3 .rmt-post-featured {
  height: 157px;
  width: 100%;
  max-width: 315.75px;
  flex: 0 1 315.75px;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.25s linear;
}

.rmt-layout-portfolio3 .rmt-post-featured .rmt-image-group {
  height: 100%;
}

.rmt-layout-portfolio3 .rmt-post-featured img {
  width: 100%;
  height: 100%;
}

.rmt-layout-portfolio3 .rmt-post-excerpt {
  max-width: 550px;
  color: #121212;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio3 .rmt-post-excerpt {
    margin-bottom: 30px;
  }
}

.rmt-layout-portfolio3 .rmt-post-btn {
  --rmt-background-color: #121212;
  --rmt-height: 48px;
  color: #fff;
  font-size: 11.2px;
  font-family: var(--primary-font);
  font-weight: 500;
}

.rmt-layout-portfolio3 .rmt-post-btn .rmt-btn-text {
  padding-inline: 34px;
}

.rmt-layout-portfolio3 .rmt-grid-pagination {
  margin-top: 103px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio3 .rmt-grid-pagination {
    margin-top: 85px;
  }
}

@media screen and (max-width: 767px) {

  .rmt-layout-portfolio3 .rmt-post-item,
  .rmt-layout-portfolio3 .rmt-post-item.active {
    flex-direction: column-reverse;
    border-radius: 15px;
    gap: 50px;
    align-items: start;
    padding: 30px 30px 50px 30px;
  }

  .rmt-layout-portfolio3 .rmt-post-item .rmt-post-featured,
  .rmt-layout-portfolio3 .rmt-post-item.active .rmt-post-featured {
    width: 100%;
    height: 400px;
    max-width: none;
    flex: 0 0 auto;
    border-radius: inherit;
  }
}

@media screen and (max-width: 575px) {

  .rmt-layout-portfolio3 .rmt-post-item,
  .rmt-layout-portfolio3 .rmt-post-item.active {
    gap: 30px;
    padding: 15px 15px 30px 15px;
  }

  .rmt-layout-portfolio3 .rmt-post-item .rmt-post-content,
  .rmt-layout-portfolio3 .rmt-post-item.active .rmt-post-content {
    gap: 20px;
  }

  .rmt-layout-portfolio3 .rmt-post-item .rmt-post-featured,
  .rmt-layout-portfolio3 .rmt-post-item.active .rmt-post-featured {
    height: 320px;
  }
}

.rmt-layout-portfolio4 .rmt-grid-inner {
  --rmt-spacing-inline: 18.5px;
  --rmt-spacing-block: 18.5px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio4 .rmt-grid-inner {
    --rmt-spacing-inline: 15px;
  }
}

.rmt-layout-portfolio4 .rmt-grid-inner .grid-sizer {
  flex: 0 0 50%;
  max-width: 50%;
}

.rmt-layout-portfolio4 .rmt-post-item {
  overflow: hidden;
  position: relative;
  padding: 53px 36px 36px;
  border-radius: 40px;
  border: thin solid rgba(255, 255, 255, 0.2);
  transition: 0.25s;
}

.rmt-layout-portfolio4 .rmt-post-item:hover {
  background-color: var(--subtitle-text-color);
}

.rmt-layout-portfolio4 .rmt-post-item:hover .rmt-post-btn {
  scale: 1;
  opacity: 1;
}

.rmt-layout-portfolio4 .rmt-post-item:hover .rmt-post-title.hover-text-default {
  color: #010101;
}

.rmt-layout-portfolio4 .rmt-post-item:hover .rmt-post-category a {
  color: #010101;
  background-color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio4 .rmt-post-item {
    padding: 50px 30px 30px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-portfolio4 .rmt-post-item {
    padding: 30px 15px 15px;
  }
}

.rmt-layout-portfolio4 .rmt-post-title {
  display: block;
  color: #fff;
  font-family: "Inter";
  font-size: 34px;
  font-weight: 500;
  line-height: 1.17647;
  margin-bottom: 19px;
}

.rmt-layout-portfolio4 .rmt-post-title a {
  color: inherit;
  transition: 0s;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio4 .rmt-post-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-portfolio4 .rmt-post-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-portfolio4 .rmt-post-title {
    font-size: 24px;
  }
}

.rmt-layout-portfolio4 .rmt-post-category {
  display: inline-flex;
  gap: 5px;
  flex-wrap: wrap;
}

.rmt-layout-portfolio4 .rmt-post-category a {
  padding-inline: 17px;
  border-radius: 200px;
  border: thin solid #757575;
  color: #757575;
  text-align: center;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rmt-layout-portfolio4 .rmt-post-content {
  position: relative;
  padding-bottom: 43px;
  z-index: 101;
}

.rmt-layout-portfolio4 .rmt-post-featured {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  z-index: 100;
}

.rmt-layout-portfolio4 .rmt-post-btn {
  z-index: 101;
  --rmt-box-size: 60px;
  background-color: #000;
  color: #fff;
  position: absolute;
  bottom: -30px;
  right: 37px;
  scale: 0;
  opacity: 0;
}

.rmt-layout-portfolio4 .rmt-post-btn.cursor-btn {
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  scale: 1;
  opacity: 1;
  transition: none;
  pointer-events: none;
}

.rmt-layout-portfolio5 .rmt-grid-inner {
  --rmt-spacing-inline: 10px;
  --rmt-spacing-block: 10px;
}

.rmt-layout-portfolio5 .rmt-grid-inner .grid-sizer {
  display: none;
}

.rmt-layout-portfolio5 .rmt-grid-inner .rmt-grid-item {
  width: 100%;
}

.rmt-layout-portfolio5 .rmt-post-item {
  position: relative;
  overflow: hidden;
  height: 587px;
}

.rmt-layout-portfolio5 .rmt-post-item:hover .rmt-post-content {
  opacity: 1;
}

.rmt-layout-portfolio5 .rmt-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 15px 58px 50px;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -khtml-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-portfolio5 .rmt-post-content {
    padding: 0 15px 30px 15px;
  }
}

.rmt-layout-portfolio5 .rmt-post-content.follow-cursor {
  top: 0;
  bottom: auto;
  width: max-content;
  padding: 15px;
  transform: translate(-50%, -50%) !important;
}

.rmt-layout-portfolio5 .rmt-post-featured {
  display: block;
  height: 100%;
}

.rmt-layout-portfolio5 .rmt-post-featured img {
  width: 100%;
  height: 100%;
}

.rmt-layout-portfolio5 .rmt-post-title {
  display: block;
  margin-bottom: 3px;
}

.rmt-layout-portfolio5 .rmt-post-title span {
  display: inline-block;
  background-color: #fff;
  padding: 5px 14px 8px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio5 .rmt-post-title {
    font-size: 20px;
  }
}

.rmt-layout-portfolio5 .rmt-post-category {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
}

.rmt-layout-portfolio5 .rmt-post-category a {
  padding: 11px 14px 10px 15px;
  color: #4b4b4b;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  background-color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .rmt-layout-portfolio5 .rmt-post-category a {
    font-size: 12px;
  }
}

.rmt-layout-service .rmt-post-item {
  height: 100%;
}

.rmt-layout-service .rmt-post-item.hover-parent:hover .rmt-post-icon .rmt-icon::before {
  opacity: 1;
}

.rmt-layout-service .rmt-post-title,
.rmt-layout-service .rmt-post-excerpt {
  transition: 0.25s linear;
}

.rmt-layout-service .rmt-post-icon .rmt-icon {
  --rmt-box-size: auto;
  transition: 0.25s linear;
}

.rmt-layout-service .rmt-post-icon .rmt-icon svg,
.rmt-layout-service .rmt-post-icon .rmt-icon i {
  position: relative;
  z-index: 9;
}

.rmt-layout-service .rmt-post-icon .rmt-icon::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.rmt-layout-service .rmt-post-icon:hover .rmt-icon::before {
  opacity: 1;
}

.rmt-layout-service1 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.rmt-layout-service1 .rmt-post-item {
  position: relative;
  padding: 76px 30px 69px 56px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 31.684px 105.612px 0px rgba(170, 194, 186, 0.17);
  -khtml-box-shadow: 0px 31.684px 105.612px 0px rgba(170, 194, 186, 0.17);
  -moz-box-shadow: 0px 31.684px 105.612px 0px rgba(170, 194, 186, 0.17);
  -ms-box-shadow: 0px 31.684px 105.612px 0px rgba(170, 194, 186, 0.17);
  -o-box-shadow: 0px 31.684px 105.612px 0px rgba(170, 194, 186, 0.17);
  box-shadow: 0px 31.684px 105.612px 0px rgba(170, 194, 186, 0.17);
}

@media screen and (max-width: 1199px) {
  .rmt-layout-service1 .rmt-post-item {
    padding: 50px 30px 50px 45px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-service1 .rmt-post-item {
    padding: 50px 30px;
  }
}

.rmt-layout-service1 .rmt-post-item:hover.hover-box-default {
  background-color: #000;
}

.rmt-layout-service1 .rmt-post-item:hover .rmt-post-title,
.rmt-layout-service1 .rmt-post-item:hover .rmt-post-excerpt {
  color: #fff;
}

.rmt-layout-service1 .rmt-post-item:hover .rmt-post-icon.rmt-main-icon {
  color: #fff;
}

.rmt-layout-service1 .rmt-post-item:hover .rmt-post-icon.rmt-sub-icon {
  color: rgba(255, 255, 255, 0.15);
}

.rmt-layout-service1 .rmt-post-item:hover .rmt-post-btn {
  color: #fff;
}

.rmt-layout-service1 .rmt-post-item:hover .rmt-post-btn::after {
  width: 100%;
  left: 0;
  right: auto;
}

.rmt-layout-service1 .rmt-post-item:hover .rmt-post-btn .rmt-btn-icon {
  color: inherit;
  transform: translateX(5px);
}

.rmt-layout-service1 .rmt-post-content {
  position: relative;
  z-index: 9;
}

.rmt-layout-service1 .rmt-post-icon {
  -webkit-transition: color 0.25s linear;
  -khtml-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.rmt-layout-service1 .rmt-post-icon.rmt-sub-icon {
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.rmt-layout-service1 .rmt-post-icon.rmt-sub-icon svg {
  scale: 3;
}

.rmt-layout-service1 .rmt-post-icon.rmt-main-icon {
  color: #010101;
  margin-bottom: 25px;
}

.rmt-layout-service1 .rmt-post-icon.rmt-main-icon svg {
  width: auto;
  height: 54px;
}

.rmt-layout-service1 .rmt-post-title {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.59091;
  letter-spacing: -0.22px;
  margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-service1 .rmt-post-title {
    font-size: 20px;
  }
}

.rmt-layout-service1 .rmt-post-excerpt {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.41176;
  margin-bottom: 20px;
  -webkit-transition: color 0.25s linear;
  -khtml-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.rmt-layout-service1 .rmt-post-btn {
  text-transform: uppercase;
}

.rmt-layout-service1 .rmt-post-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  transition: inherit;
  background-color: currentColor;
}

.rmt-layout-service2 .swiper-slide-visible+.swiper-slide-visible .rmt-post-item {
  border-top: 1px solid #d5d5d5;
}

.rmt-layout-service2 .rmt-grid-inner {
  --rmt-spacing-inline: 0px;
  --rmt-spacing-block: 0px;
}

.rmt-layout-service2 .rmt-grid-inner .rmt-grid-item+.rmt-grid-item .rmt-post-item {
  border-top: 1px solid #d5d5d5;
}

.rmt-layout-service2 .rmt-post-item {
  position: relative;
  padding: 15px 30px 25.5px 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  background-color: #fff;
  min-height: 192px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-service2 .rmt-post-item {
    gap: 50px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-service2 .rmt-post-item {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-service2 .rmt-post-item {
    gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-service2 .rmt-post-item {
    flex-direction: column;
    align-items: start;
  }
}

.rmt-layout-service2 .rmt-post-item.hover-box-default .item-hover {
  z-index: 3;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.rmt-layout-service2 .rmt-post-item.hover-box-default:hover .item-hover {
  opacity: 1;
}

.rmt-layout-service2 .rmt-post-item:hover .rmt-post-icon,
.rmt-layout-service2 .rmt-post-item:hover .rmt-post-title {
  color: #c9f31d;
}

.rmt-layout-service2 .rmt-post-item:hover .rmt-post-excerpt {
  color: #fff;
}

.rmt-layout-service2 .rmt-post-item:hover .rmt-post-btn {
  background-color: #c9f31d;
}

.rmt-layout-service2 .rmt-post-icon {
  position: relative;
  z-index: 9;
  flex-basis: auto;
  color: #010101;
}

.rmt-layout-service2 .rmt-post-icon svg {
  height: auto;
  width: 70px;
}

.rmt-layout-service2 .rmt-post-content {
  display: flex;
  align-items: center;
  gap: 100px;
  flex-basis: 868px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-service2 .rmt-post-content {
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-service2 .rmt-post-content {
    gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-service2 .rmt-post-content {
    flex-basis: auto;
    flex-direction: column;
    align-items: start;
  }
}

.rmt-layout-service2 .rmt-post-group {
  max-width: 551px;
  flex-basis: 551px;
}

@media screen and (max-width: 575px) {
  .rmt-layout-service2 .rmt-post-group {
    max-width: none;
    flex-basis: auto;
  }
}

.rmt-layout-service2 .rmt-post-title {
  color: #010101;
  font-family: "Sora";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.41667;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-service2 .rmt-post-title {
    font-size: 22px;
  }
}

.rmt-layout-service2 .rmt-post-excerpt {
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
  transition-duration: 0.25s;
}

@media screen and (max-width: 767px) {
  .rmt-layout-service2 .rmt-post-excerpt {
    font-size: 17px;
  }
}

.rmt-layout-service2 .rmt-post-btn {
  --rmt-box-size: 60px;
  background-color: #d5d5d5;
  color: #363636;
  flex-shrink: 0;
}

.rmt-layout-service3 .swiper-slide {
  display: flex;
  flex-direction: column;
}

.rmt-layout-service3 .swiper-slide .rmt-post-item {
  flex: 0 1 50%;
}

.rmt-layout-service3 .rmt-post-item {
  position: relative;
  display: flex;
  justify-content: center;
}

.rmt-layout-service3 .rmt-post-inner {
  position: relative;
  max-width: 250px;
  transition: transform 0.25s linear;
}

.rmt-layout-service3 .rmt-post-excerpt {
  color: #555;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 1.5625;
}

.rmt-layout-service3 .rmt-grid-inner {
  --rmt-spacing-inline: 0px;
  --rmt-spacing-block: 0px;
}

.rmt-layout-service3 .rmt-post-icon {
  display: flex;
}

.rmt-layout-service3 .rmt-post-icon svg {
  height: 77px;
  width: auto;
}

.rmt-layout-service3.layout-service-default .rmt-post-item {
  padding: 153px 30px 76.5px 30px;
  border-bottom: thin solid #d5d5d5;
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-service3.layout-service-default .rmt-post-item {
    padding: 130px 30px 75px 30px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-service3.layout-service-default .rmt-post-item {
    padding: 100px 30px 75px 30px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-service3.layout-service-default .rmt-post-item {
    padding: 75px 20px;
  }
}

.rmt-layout-service3.layout-service-default .rmt-post-item:hover.hover-box-default {
  background-color: #000;
}

.rmt-layout-service3.layout-service-default .rmt-post-item:hover:not(.hover-box-shadow-underfoot) .rmt-post-icon,
.rmt-layout-service3.layout-service-default .rmt-post-item:hover:not(.hover-box-shadow-underfoot) .rmt-post-title,
.rmt-layout-service3.layout-service-default .rmt-post-item:hover:not(.hover-box-shadow-underfoot) .rmt-post-excerpt {
  color: #fff;
}

.rmt-layout-service3.layout-service-default .swiper-slide-visible+.swiper-slide-visible .rmt-post-item {
  border-left: thin solid #d5d5d5;
}

.rmt-layout-service3.layout-service-default .rmt-grid-item+.rmt-grid-item .rmt-post-item {
  border-left: thin solid #d5d5d5;
}

.rmt-layout-service3.layout-service-default .rmt-post-icon {
  margin-bottom: 55px;
  color: #121212;
}

.rmt-layout-service3.layout-service-default .rmt-post-title {
  color: #121212;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 18px;
}

.rmt-layout-service3.layout-service-default .rmt-post-btn {
  display: none;
}

.rmt-layout-service3.layout-service-style1 .rmt-grid-item .rmt-post-item,
.rmt-layout-service3.layout-service-style1 .swiper-slide-visible .rmt-post-item {
  position: relative;
}

.rmt-layout-service3.layout-service-style1 .rmt-grid-item .rmt-post-item::after,
.rmt-layout-service3.layout-service-style1 .swiper-slide-visible .rmt-post-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(0deg, #3f3e3f 0%, rgba(63, 62, 63, 0) 100%);
  opacity: 1;
  z-index: 1;
}

@media screen and (min-width: 1400px) {

  .rmt-layout-service3.layout-service-style1 .rmt-grid-item:nth-child(4n) .rmt-post-item::after,
  .rmt-layout-service3.layout-service-style1 .swiper-slide-visible:nth-child(4n) .rmt-post-item::after {
    display: none;
  }
}

@media screen and (max-width: 1399px) {

  .rmt-layout-service3.layout-service-style1 .rmt-grid-item:nth-child(3n) .rmt-post-item::after,
  .rmt-layout-service3.layout-service-style1 .swiper-slide-visible:nth-child(3n) .rmt-post-item::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {

  .rmt-layout-service3.layout-service-style1 .rmt-grid-item:nth-child(2n) .rmt-post-item::after,
  .rmt-layout-service3.layout-service-style1 .swiper-slide-visible:nth-child(2n) .rmt-post-item::after {
    display: none;
  }
}

@media screen and (max-width: 575px) {

  .rmt-layout-service3.layout-service-style1 .rmt-grid-item .rmt-post-item::after,
  .rmt-layout-service3.layout-service-style1 .swiper-slide-visible .rmt-post-item::after {
    display: none;
  }
}

.rmt-layout-service3.layout-service-style1 .rmt-post-item {
  padding: 118px 30px 57px 30px;
  background-color: #0f0f0f;
}

.rmt-layout-service3.layout-service-style1 .rmt-post-item:hover .rmt-post-inner {
  transform: translateY(-29px);
}

.rmt-layout-service3.layout-service-style1 .rmt-post-item:hover .rmt-post-btn {
  scale: 1;
}

.rmt-layout-service3.layout-service-style1 .rmt-post-item .direction-item {
  background-color: #c9f31d;
}

.rmt-layout-service3.layout-service-style1 .rmt-post-icon {
  color: #fff;
  margin-bottom: 51px;
}

.rmt-layout-service3.layout-service-style1 .rmt-post-title {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  line-height: 1.04167;
  margin-bottom: 23px;
}

.rmt-layout-service3.layout-service-style1 .rmt-post-excerpt {
  color: #d5d5d5;
  margin-bottom: 44px;
}

.rmt-layout-service3 .rmt-post-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  --rmt-box-size: 50px;
  background-color: #000;
  color: #fff;
  scale: 0;
}

.rmt-layout-service4 .rmt-grid-inner {
  --rmt-spacing-block: 0px;
  --rmt-spacing-inline: 0px;
}

.rmt-layout-service4 .swiper-slide {
  overflow: hidden;
}

.rmt-layout-service4 .swiper-slide.swiper-slide-visible+.swiper-slide-visible .rmt-post-item {
  border-left: thin solid #afcd38;
}

.rmt-layout-service4 .rmt-grid-item {
  overflow: hidden;
}

.rmt-layout-service4 .rmt-grid-item+.rmt-grid-item .rmt-post-item {
  border-left: thin solid #afcd38;
}

.rmt-layout-service4 .rmt-post-item {
  display: flex;
  justify-content: center;
  padding: 101px 30px 145px;
  background-color: #c9f31d;
  border-bottom: thin solid #afcd38;
}

@media screen and (max-width: 767px) {
  .rmt-layout-service4 .rmt-post-item {
    padding: 85px 30px 125px;
  }
}

.rmt-layout-service4 .rmt-post-item.hover-box-default .item-hover {
  opacity: 0;
  transition: opacity 0.25s linear;
}

.rmt-layout-service4 .rmt-post-item.hover-box-default:hover .item-hover {
  opacity: 1;
}

.rmt-layout-service4 .rmt-post-inner {
  max-width: 339px;
}

.rmt-layout-service4 .rmt-post-icon {
  color: #121212;
  margin-bottom: 68px;
}

.rmt-layout-service4 .rmt-post-icon svg {
  height: 55px;
  width: auto;
}

.rmt-layout-service4 .rmt-post-title {
  color: #010101;
  font-family: "Teko";
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.rmt-layout-service4 .rmt-post-title .rmt-text-highlight {
  display: block;
}

.rmt-layout-service4 .rmt-post-excerpt {
  color: #555;
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 300;
}

.rmt-layout-service4 .rmt-post-index {
  color: #b9de24;
  font-family: var(--secondary-font);
  font-size: 130px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.6px;
  text-transform: uppercase;
  position: absolute;
  bottom: -18px;
  right: -8px;
  pointer-events: none;
  z-index: 9;
}

.rmt-layout-service4 .item-hover {
  pointer-events: visible;
  background: center center / cover no-repeat;
  display: flex;
  justify-content: center;
  padding: 101px 30px 146px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .rmt-layout-service4 .item-hover {
    padding: 85px 30px 125px;
  }
}

.rmt-layout-service4 .item-hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(18, 18, 18, 0.9);
  z-index: -1;
}

.rmt-layout-service4 .item-hover .rmt-post-title {
  color: #fff;
  margin-bottom: 43px;
}

.rmt-layout-service4 .item-hover .rmt-post-excerpt {
  color: #fff;
  margin-bottom: 38px;
}

.rmt-layout-service4 .item-hover .rmt-post-content {
  position: relative;
  z-index: 101;
}

.rmt-layout-service4 .item-hover .rmt-post-btn {
  --rmt-height: 48px;
  --rmt-background-color: #c9f31d;
  color: #121212;
  font-family: var(--secondary-font);
  font-size: 11.2px;
  font-weight: 600;
  z-index: 100;
}

.rmt-layout-service4 .item-hover .rmt-post-btn .rmt-btn-text {
  padding-inline: 36px;
}

.rmt-layout-service4 .item-hover .rmt-post-index {
  position: absolute;
  color: rgba(255, 255, 255, 0.12);
  font-family: "Roboto";
  font-size: 210px;
  font-weight: 700;
  line-height: 230px;
  letter-spacing: -4.6px;
  bottom: -40px;
}

@media screen and (max-width: 767px) {
  .rmt-layout-service4 .item-hover .rmt-post-index {
    font-size: 190px;
  }
}

.rmt-layout-service5 .rmt-grid-inner {
  --rmt-spacing-inline: 0px;
  --rmt-spacing-block: 0px;
}

.rmt-layout-service5 .rmt-grid-inner .rmt-grid-item+.rmt-grid-item {
  margin-top: -1px;
}

.rmt-layout-service5 .rmt-post-item.active .rmt-post-header,
.rmt-layout-service5 .rmt-post-item:hover .rmt-post-header {
  background-color: #0c0c0c;
}

.rmt-layout-service5 .rmt-post-item.active .rmt-post-title,
.rmt-layout-service5 .rmt-post-item:hover .rmt-post-title {
  color: #fff;
}

.rmt-layout-service5 .rmt-post-item.active .rmt-post-icon,
.rmt-layout-service5 .rmt-post-item:hover .rmt-post-icon {
  color: #191919;
}

.rmt-layout-service5 .rmt-post-item.active .rmt-post-icon .rmt-icon,
.rmt-layout-service5 .rmt-post-item:hover .rmt-post-icon .rmt-icon {
  background-color: var(--subtitle-text-color);
}

.rmt-layout-service5 .rmt-post-item.active .rmt-post-index,
.rmt-layout-service5 .rmt-post-item:hover .rmt-post-index {
  color: #d7ff37;
  font-weight: 700;
  scale: 1.5;
}

.rmt-layout-service5 .rmt-post-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 16.5px 19px 15px 54px;
  border-radius: 200px;
  background-color: #fff;
  border: thin solid #d5d5d5;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media screen and (max-width: 767px) {
  .rmt-layout-service5 .rmt-post-header {
    padding: 15px 15px 15px 30px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-service5 .rmt-post-header {
    padding: 15px;
    gap: 15px;
  }
}

.rmt-layout-service5 .rmt-post-index {
  display: inline-block;
  color: #010101;
  font-family: "Inter";
  font-size: 24px;
  line-height: 1.16667;
  transition: 0.25s;
}

@media screen and (max-width: 575px) {
  .rmt-layout-service5 .rmt-post-index {
    display: none;
  }
}

.rmt-layout-service5 .rmt-post-title {
  color: #4b4b4b;
  font-family: "Inter";
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.rmt-layout-service5 .rmt-post-title a {
  color: inherit;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-service5 .rmt-post-title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-layout-service5 .rmt-post-title {
    font-size: 56px;
  }
}

@media screen and (max-width: 991px) {
  .rmt-layout-service5 .rmt-post-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-service5 .rmt-post-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-service5 .rmt-post-title {
    font-size: 30px;
  }
}

.rmt-layout-service5 .rmt-post-icon {
  color: #fff;
  transition: 0.25s;
}

.rmt-layout-service5 .rmt-post-icon .rmt-icon {
  --rmt-box-size: 94px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .rmt-layout-service5 .rmt-post-icon .rmt-icon {
    --rmt-box-size: 75px;
  }
}

@media screen and (max-width: 575px) {
  .rmt-layout-service5 .rmt-post-icon .rmt-icon {
    --rmt-box-size: 50px;
  }
}

.rmt-layout-service5 .rmt-post-content .rmt-accordion-details {
  padding: 44px 15px 17px;
  max-width: 545px;
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .rmt-layout-service5 .rmt-post-content .rmt-accordion-details {
    padding: 30px 15px 15px;
  }
}

.rmt-layout-service5 .rmt-post-content .rmt-post-excerpt {
  color: #5f5f5f;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.16px;
  margin-bottom: 42px;
}

@media screen and (max-width: 575px) {
  .rmt-layout-service5 .rmt-post-content .rmt-post-excerpt {
    margin-bottom: 30px;
  }
}

.rmt-layout-service5 .rmt-post-content .rmt-post-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-inline: -20px;
  row-gap: 15px;
}

.rmt-layout-service5 .rmt-post-content .rmt-post-features .rmt-feature-item {
  min-width: 50%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding-inline: 20px;
  align-items: center;
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.blog #rmt-main,
.archive #rmt-main,
.search.search-results #rmt-main {
  padding-block: 176px 179px;
}

@media screen and (max-width: 1199px) {

  .blog #rmt-main,
  .archive #rmt-main,
  .search.search-results #rmt-main {
    padding-block: 150px;
  }
}

@media screen and (max-width: 767px) {

  .blog #rmt-main,
  .archive #rmt-main,
  .search.search-results #rmt-main {
    padding-block: 100px;
  }
}

.blog #rmt-main .container .rmt-content-header,
.archive #rmt-main .container .rmt-content-header,
.search.search-results #rmt-main .container .rmt-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 63px;
}

.blog #rmt-main .container .rmt-content-header .rmt-heading-wrapper,
.archive #rmt-main .container .rmt-content-header .rmt-heading-wrapper,
.search.search-results #rmt-main .container .rmt-content-header .rmt-heading-wrapper {
  width: 100%;
  flex: 0 1 450px;
}

.blog #rmt-main .container .rmt-content-header .rmt-text-paragraph,
.archive #rmt-main .container .rmt-content-header .rmt-text-paragraph,
.search.search-results #rmt-main .container .rmt-content-header .rmt-text-paragraph {
  width: 100%;
  flex: 0 1 486px;
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {

  .blog #rmt-main .container .rmt-content-header .rmt-text-paragraph,
  .archive #rmt-main .container .rmt-content-header .rmt-text-paragraph,
  .search.search-results #rmt-main .container .rmt-content-header .rmt-text-paragraph {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {

  .blog #rmt-main .container .rmt-content-header,
  .archive #rmt-main .container .rmt-content-header,
  .search.search-results #rmt-main .container .rmt-content-header {
    flex-direction: column;
    justify-content: stretch;
    align-items: start;
  }

  .blog #rmt-main .container .rmt-content-header .rmt-heading-wrapper,
  .archive #rmt-main .container .rmt-content-header .rmt-heading-wrapper,
  .search.search-results #rmt-main .container .rmt-content-header .rmt-heading-wrapper,
  .blog #rmt-main .container .rmt-content-header .rmt-text-paragraph,
  .archive #rmt-main .container .rmt-content-header .rmt-text-paragraph,
  .search.search-results #rmt-main .container .rmt-content-header .rmt-text-paragraph {
    flex: 0 1 auto;
  }
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-featured,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-featured,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-featured {
  --rmt-scale: 1.1;
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-featured img,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-featured img,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-featured img {
  width: 100%;
  transition: scale 0.75s;
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content {
  padding-inline: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 100.296px 167.159px 0px rgba(104, 104, 104, 0.07);
  -khtml-box-shadow: 0px 100.296px 167.159px 0px rgba(104, 104, 104, 0.07);
  -moz-box-shadow: 0px 100.296px 167.159px 0px rgba(104, 104, 104, 0.07);
  -ms-box-shadow: 0px 100.296px 167.159px 0px rgba(104, 104, 104, 0.07);
  -o-box-shadow: 0px 100.296px 167.159px 0px rgba(104, 104, 104, 0.07);
  box-shadow: 0px 100.296px 167.159px 0px rgba(104, 104, 104, 0.07);
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container {
  padding-block: 104px 98px;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1199px) {

  .blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container,
  .archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container,
  .search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container {
    padding-block: 85px;
  }
}

@media screen and (max-width: 767px) {

  .blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container,
  .archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container,
  .search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-content-container {
    padding-block: 50px;
  }
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-date,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-date,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-date {
  margin-bottom: 18px;
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-date span,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-date span,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-date span {
  display: inline-block;
  color: #4b4b4b;
  font-family: "Inter";
  font-size: 14.769px;
  font-weight: 500;
  line-height: 29.538px;
  padding-inline: 22px;
  border-radius: 100px;
  background-color: #f1f1f1;
  border: thin solid #d5d5d5;
  text-transform: uppercase;
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title {
  --rmt-height: 2px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {

  .blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
  .archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
  .search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {

  .blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
  .archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
  .search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {

  .blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
  .archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title,
  .search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-title {
    font-size: 24px;
  }
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-excerpt,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-excerpt,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-excerpt {
  color: var;
  font-family: "Public Sans";
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 27px;
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-author,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-author,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-author {
  color: #010101;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  transition: 0.25s;
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-author>a,
.archive #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-author>a,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item .rmt-post-content .rmt-post-author>a {
  color: inherit;
  transition: 0s;
}

.blog #rmt-main .container .rmt-content-area .rmt-post-item+.rmt-post-item,
.archive #rmt-main .container .rmt-content-area .rmt-post-item+.rmt-post-item,
.search.search-results #rmt-main .container .rmt-content-area .rmt-post-item+.rmt-post-item {
  margin-top: 60px;
}

.blog #rmt-main .container .rmt-content-area .rmt-pagination-wrap,
.archive #rmt-main .container .rmt-content-area .rmt-pagination-wrap,
.search.search-results #rmt-main .container .rmt-content-area .rmt-pagination-wrap {
  margin-top: 82px;
}

.blog #rmt-main .container .rmt-content-area .rmt-pagination-wrap .page-numbers,
.archive #rmt-main .container .rmt-content-area .rmt-pagination-wrap .page-numbers,
.search.search-results #rmt-main .container .rmt-content-area .rmt-pagination-wrap .page-numbers {
  color: #000;
}

.blog #rmt-main .container #rmt-sidebar-area .widget_rmt_author_info,
.archive #rmt-main .container #rmt-sidebar-area .widget_rmt_author_info,
.search.search-results #rmt-main .container #rmt-sidebar-area .widget_rmt_author_info {
  display: none;
}

.search.search-no-results #rmt-main {
  padding-block: 176px 176px;
}

@media screen and (max-width: 1199px) {
  .search.search-no-results #rmt-main {
    padding-block: 150px;
  }
}

@media screen and (max-width: 767px) {
  .search.search-no-results #rmt-main {
    padding-block: 100px;
  }
}

.search.search-no-results .no-results.not-found {
  max-width: 726px;
}

.search.search-no-results .page-content>p {
  font-weight: 300;
  margin-bottom: 15px;
}

.search.search-no-results .search-form-control {
  position: relative;
}

.search.search-no-results .search-form-control .search-submit {
  --rmt-box-size: 56px;
  background-color: #000;
  position: absolute;
  right: 5px;
  top: 50%;
  color: #fff;
  z-index: 9;
  font-size: 18px;
  transform: translateY(-50%);
}

.search.search-no-results .search-form-control .search-submit:before,
.search.search-no-results .search-form-control .search-submit:after {
  display: none;
}

.search.search-no-results .search-form-control .search-submit:hover {
  background-color: var(--subtitle-text-color);
  color: #fff;
}

.search.search-no-results .search-form-control .search-field {
  background-color: #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 0 65px 0 32px;
  border: 1px solid #d9d9d9;
  line-height: 64px;
  border: thin solid #d5d5d5;
  font-family: var(--secondary-font);
  color: #5f5f5f;
  font-size: 15px;
}

.search.search-no-results .search-form-control .search-field:focus {
  border-color: #000;
  color: #000;
}

.rmt-layout-team .rmt-post-featured {
  overflow: hidden;
}

.rmt-layout-team .rmt-post-title {
  transition: 0.25s;
}

.rmt-layout-team .rmt-post-title a {
  transition: none;
  color: inherit;
}

.rmt-layout-team .rmt-post-position {
  display: block;
}

.rmt-layout-team .rmt-post-item .rmt-post-socials {
  z-index: 9;
}

.rmt-layout-team .rmt-post-item .show-social-default .rmt-social-item {
  opacity: 0;
  transform: translateY(125%);
  transition: 0.5s;
}

.rmt-layout-team .rmt-post-item .show-social-zoom-in .rmt-social-item {
  scale: 0;
  opacity: 0;
  transition: 0.5s;
}

.rmt-layout-team .rmt-post-item .show-social-radial .rmt-social-item {
  overflow: hidden;
}

.rmt-layout-team .rmt-post-item:hover .show-social-default .rmt-social-item {
  transform: translateY(0);
  opacity: 1;
}

.rmt-layout-team .rmt-post-item:hover .show-social-zoom-in .rmt-social-item {
  scale: 1;
  opacity: 1;
}

.rmt-layout-team1 .rmt-grid-inner {
  --rmt-spacing-inline: 16px;
  --rmt-spacing-block: 43px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-team1 .rmt-grid-inner {
    --rmt-spacing-inline: 15px;
    --rmt-spacing-block: 40px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-team1 .rmt-grid-inner {
    --rmt-spacing-block: 30px;
  }
}

.rmt-layout-team1 .rmt-grid-inner:hover .rmt-post-item:not(:hover) .rmt-post-featured {
  filter: grayscale(100%);
}

.rmt-layout-team1 .swiper-container:hover .rmt-post-item:not(:hover) .rmt-post-featured {
  filter: grayscale(100%);
}

.rmt-layout-team1 .rmt-post-featured {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
}

.rmt-layout-team1 .rmt-post-featured.hover-image-zoom-in img {
  transition: 0.5s ease;
}

.rmt-layout-team1 .rmt-post-content {
  position: relative;
  padding-top: 17px;
  text-align: center;
}

.rmt-layout-team1 .rmt-post-title.hover-3d-cube-flip::before {
  color: #121212;
}

.rmt-layout-team1 .rmt-post-position {
  color: #3f3e3f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.16px;
}

.rmt-layout-team1 .rmt-post-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 42px;
  width: 100%;
  flex-wrap: wrap;
  gap: 10.5px;
}

.rmt-layout-team1 .rmt-post-socials .rmt-social-link {
  position: relative;
  --rmt-box-size: 42px;
  background-color: #fff;
  color: #121212;
  gap: 10.5px;
}

.rmt-layout-team1 .rmt-post-socials .rmt-social-link svg {
  position: relative;
  width: auto;
  height: 15px;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .rmt-layout-team1 .rmt-post-socials .rmt-social-link {
    --rmt-box-size: 40px;
    gap: 7px;
  }
}

.rmt-layout-team1 .rmt-post-socials .rmt-social-link:hover {
  background-color: var(--subtitle-text-color);
}

.rmt-layout-team1 .rmt-grid-pagination {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-team1 .rmt-grid-pagination {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-team1 .rmt-grid-pagination {
    margin-top: 85px;
  }
}

.rmt-layout-team1 .rmt-grid-pagination .rmt-pagination-wrap .page-numbers {
  color: #000;
}

.rmt-layout-team2 .rmt-grid-inner {
  --rmt-spacing-inline: 23px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-team2 .rmt-grid-inner {
    --rmt-spacing-inline: 15px;
  }
}

.rmt-layout-team2:hover .rmt-post-item:hover .rmt-post-socials {
  opacity: 1;
}

.rmt-layout-team2:hover .rmt-post-item:not(:hover) .rmt-post-featured img {
  filter: grayscale(100%);
}

.rmt-layout-team2 .rmt-post-featured {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.rmt-layout-team2 .rmt-post-featured img {
  transition: filter 0.25s linear;
}

.rmt-layout-team2 .rmt-post-content {
  text-align: center;
}

.rmt-layout-team2 .rmt-post-title {
  color: #121212;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45833;
}

@media screen and (max-width: 991px) {
  .rmt-layout-team2 .rmt-post-title {
    font-size: 22px;
  }
}

.rmt-layout-team2 .rmt-post-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: opacity 0.25s linear;
  -khtml-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  overflow: hidden;
  padding: 33px 15px 8px;
  background-color: #dccdbf;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.rmt-layout-team2 .rmt-post-socials .rmt-social-link {
  position: relative;
  --rmt-box-size: 50px;
  border: 1px solid #555;
  animation-delay: 0.25s;
  -webkit-box-shadow: 0px 20px 30px 10px rgba(200, 208, 214, 0.25);
  -khtml-box-shadow: 0px 20px 30px 10px rgba(200, 208, 214, 0.25);
  -moz-box-shadow: 0px 20px 30px 10px rgba(200, 208, 214, 0.25);
  -ms-box-shadow: 0px 20px 30px 10px rgba(200, 208, 214, 0.25);
  -o-box-shadow: 0px 20px 30px 10px rgba(200, 208, 214, 0.25);
  box-shadow: 0px 20px 30px 10px rgba(200, 208, 214, 0.25);
  color: #121212;
}

.rmt-layout-team2 .rmt-post-socials .rmt-social-link svg {
  width: auto;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .rmt-layout-team2 .rmt-post-socials .rmt-social-link {
    --rmt-box-size: 45px;
  }
}

.rmt-layout-team2 .rmt-post-position {
  color: #555;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.18px;
}

.rmt-layout-team3 {
  padding-top: 90px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-team3 {
    padding: 0px;
  }
}

.rmt-layout-team3 .rmt-grid-inner {
  --rmt-spacing-inline: 83.5px;
  --rmt-spacing-block: 57px;
}

.rmt-layout-team3 .rmt-grid-inner .rmt-grid-item.column-2 {
  margin-top: -90px;
}

@media screen and (max-width: 1399px) {
  .rmt-layout-team3 .rmt-grid-inner {
    --rmt-spacing-inline: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-layout-team3 .rmt-grid-inner {
    --rmt-spacing-inline: 15px;
    --rmt-spacing-block: 50px;
  }

  .rmt-layout-team3 .rmt-grid-inner .rmt-grid-item.column-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-team3 .rmt-grid-inner {
    --rmt-spacing-block: 30px;
  }
}

.rmt-layout-team3 .rmt-post-item {
  overflow: visible;
}

.rmt-layout-team3 .rmt-post-item:hover .rmt-post-featured {
  filter: grayscale(0);
}

.rmt-layout-team3 .rmt-post-featured {
  position: relative;
  display: block;
  overflow: hidden;
  filter: grayscale(100%);
  transition: 0.5s;
}

.rmt-layout-team3 .rmt-post-content {
  position: relative;
  text-align: center;
  padding-right: 32px;
  padding-top: 26px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-team3 .rmt-post-content {
    padding-right: 0px;
  }
}

.rmt-layout-team3 .rmt-post-title {
  width: 100%;
  color: #fff;
  font-family: "Teko";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.0625;
  margin-bottom: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .rmt-layout-team3 .rmt-post-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .rmt-layout-team3 .rmt-post-title {
    font-size: 30px;
  }
}

.rmt-layout-team3 .rmt-post-position {
  color: #d5d5d5;
  font-weight: 300;
  line-height: 1.4444;
}

.rmt-layout-team3 .rmt-post-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 42px;
  width: 100%;
  flex-wrap: wrap;
  gap: 10.5px;
}

.rmt-layout-team3 .rmt-post-socials .rmt-social-link {
  position: relative;
  --rmt-box-size: 48px;
  background-color: #fff;
  color: #121212;
  gap: 10.5px;
}

.rmt-layout-team3 .rmt-post-socials .rmt-social-link svg {
  position: relative;
  width: auto;
  height: 17px;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .rmt-layout-team3 .rmt-post-socials .rmt-social-link {
    --rmt-box-size: 40px;
    gap: 7px;
  }
}

.rmt-layout-team3 .rmt-post-socials .rmt-social-link:hover {
  background-color: var(--subtitle-text-color);
}

.rmt-layout-team3 .rmt-grid-pagination {
  margin-top: 152px;
}

@media screen and (max-width: 1199px) {
  .rmt-layout-team3 .rmt-grid-pagination {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .rmt-layout-team3 .rmt-grid-pagination {
    margin-top: 85px;
  }
}

.single #rmt-main {
  padding-block: 173px;
}

@media screen and (max-width: 1199px) {
  .single #rmt-main {
    padding-block: 130px;
  }
}

@media screen and (max-width: 767px) {
  .single #rmt-main {
    padding-block: 100px;
  }
}

.single.single-post #rmt-content-area {
  padding-top: 17px;
}

@media screen and (max-width: 1199px) {
  .single.single-post #rmt-content-area {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .single.single-post #rmt-content-area {
    flex: 0 1 auto;
  }
}

.single.single-post #rmt-content-area .rmt-post-header {
  margin-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single.single-post #rmt-content-area .rmt-post-title {
  display: block;
  width: 100%;
  margin-bottom: 34px;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single.single-post #rmt-content-area .rmt-post-title>span {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .single.single-post #rmt-content-area .rmt-post-title {
    font-size: 33px;
  }
}

@media screen and (max-width: 991px) {
  .single.single-post #rmt-content-area .rmt-post-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .single.single-post #rmt-content-area .rmt-post-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .single.single-post #rmt-content-area .rmt-post-title {
    font-size: 26px;
  }
}

.single.single-post #rmt-content-area .rmt-post-group {
  max-width: 808px;
}

.single.single-post #rmt-content-area .rmt-post-metas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 15px;
  margin-bottom: 34px;
}

.single.single-post #rmt-content-area .rmt-post-metas .rmt-meta-info {
  color: var(--subtitle-text-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.single.single-post #rmt-content-area .rmt-post-metas .rmt-meta-info svg {
  color: var(--subtitle-text-color);
}

.single.single-post #rmt-content-area .rmt-post-metas .rmt-meta-info .rmt-meta-text {
  font-family: "Roboto";
  font-size: 17px;
  line-height: 1.76471;
}

.single.single-post #rmt-content-area .rmt-post-metas .rmt-meta-info .rmt-meta-text.rmt-text-highlight {
  color: var(--subtitle-text-color);
}

.single.single-post #rmt-content-area .rmt-post-metas .rmt-post-author img {
  --rmt-box-size: 36px;
}

.single.single-post #rmt-content-area .rmt-post-social {
  display: flex;
  gap: 12px;
  padding-block: 40px;
  border-top: thin solid #ebf3ef;
  border-bottom: thin solid #ebf3ef;
  margin-block: 40px 56px;
}

.single.single-post #rmt-content-area .rmt-post-social .rmt-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.single.single-post #rmt-content-area .rmt-post-social .rmt-social-list .rmt-social-item {
  cursor: pointer;
  color: #010101;
  font-family: "Public Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 18px;
  border-radius: 25px;
  background-color: var(--subtitle-text-color);
  text-transform: uppercase;
}

.single.single-post #rmt-content-area .rmt-post-social .rmt-social-list .rmt-social-item:hover {
  background-color: #010101;
  color: #d7ff37;
}

.single.single-post #rmt-content-area .rmt-post-author-box {
  display: flex;
  align-items: center;
  gap: 28.5px;
  padding: 26px 30px 38px 42px;
  background-color: #f1f1f1;
  border-radius: 15px;
}

@media screen and (max-width: 575px) {
  .single.single-post #rmt-content-area .rmt-post-author-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.single.single-post #rmt-content-area .rmt-post-author-box .rmt-author-avatar {
  overflow: hidden;
  --rmt-box-size: 133px;
}

.single.single-post #rmt-content-area .rmt-post-author-box .rmt-author-name {
  font-family: "Roboto";
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #010101;
}

.single.single-post #rmt-content-area .rmt-post-author-box .rmt-author-name>a {
  color: inherit;
}

.single.single-post #rmt-content-area .rmt-post-author-box .rmt-author-description {
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 550px;
}

.single.single-post #rmt-content-area .rmt-post-author-box .rmt-author-social {
  display: flex;
  gap: 20px;
}

.single.single-post #rmt-content-area .rmt-post-author-box .rmt-author-social>a {
  display: inline-flex;
  cursor: pointer;
  color: #010101;
}

@media screen and (max-width: 575px) {
  .single.single-post #rmt-content-area .rmt-post-author-box .rmt-author-social {
    justify-content: center;
  }
}

.single.single-post #comments {
  margin-top: 77px;
}

.single.single-post #comments .comment-title {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 44.5px;
}

.single.single-post #comments .comment-title:after {
  content: "";
  height: 3px;
  width: 32px;
  background-color: var(--subtitle-text-color);
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .single.single-post #comments .comment-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .single.single-post #comments .comment-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .single.single-post #comments .comment-title {
    font-size: 24px;
  }
}

.single.single-post #comments ul {
  margin: 0;
  list-style: none;
}

.single.single-post #comments ul.children {
  padding-top: 68px;
  padding-left: 98px;
}

>.single.single-post #comments ul.children.children {
  padding-left: 98px;
}

>.single.single-post #comments ul.children.children.children {
  padding-left: 98px;
}

>.single.single-post #comments ul.children.children.children.children {
  padding-left: 98px;
}

@media screen and (max-width: 767px) {
  .single.single-post #comments ul.children {
    padding-top: 50px;
    padding-left: 50px;
  }

  >.single.single-post #comments ul.children.children {
    padding-left: 50px;
  }

  >.single.single-post #comments ul.children.children.children {
    padding-left: 50px;
  }

  >.single.single-post #comments ul.children.children.children.children {
    padding-left: 50px;
  }
}

.single.single-post #comments .comment-list>li+li .comment-box {
  padding-top: 68px;
}

@media screen and (max-width: 767px) {
  .single.single-post #comments .comment-list>li+li .comment-box {
    padding-top: 50px;
  }
}

.single.single-post #comments .comment-list .comment .comment-box .comment-inner {
  display: flex;
  gap: 32px;
}

.single.single-post #comments .comment-list .comment .comment-box .comment-inner .comment-image img {
  --rmt-box-size: 98px;
}

@media screen and (max-width: 575px) {
  .single.single-post #comments .comment-list .comment .comment-box .comment-inner {
    flex-direction: column;
  }
}

.single.single-post #comments .comment-list .comment .comment-box .comment-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
}

.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-user {
  margin-bottom: 1px;
}

.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-user>a {
  color: inherit;
}

.single.single-post #comments .comment-list .comment .comment-box .comment-header .comment-date {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.6;
}

.single.single-post #comments .comment-list .comment .comment-box .comment-text {
  color: #5f5f5f;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}

.single.single-post #comments .comment-list .comment .comment-box .comment-text>p {
  max-width: 599px;
}

.single.single-post #comments .comment-list .comment .comment-box .comment-reply>a {
  color: var(--subtitle-text-color);
  font-family: "Roboto";
  font-size: 12px;
  line-height: 1.83333;
  text-transform: uppercase;
}

.single.single-post #comments #respond {
  margin-top: 92px;
}

.single.single-post #comments #respond .logged-in-as {
  display: none;
}

.single.single-post #comments #respond .comment-form {
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 1.6;
  max-width: 807px;
}

.single.single-post #comments #respond #reply-title {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.single.single-post #comments #respond #reply-title:after {
  content: "";
  height: 3px;
  width: 32px;
  background-color: var(--subtitle-text-color);
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single.single-post #comments #respond #reply-title #cancel-comment-reply-link {
  font-size: 0;
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  background-color: #010101;
  color: #fff;
  border-radius: 50px;
  border: thin solid #010101;
  transition: background-color 0.3s linear;
}

.single.single-post #comments #respond #reply-title #cancel-comment-reply-link::after,
.single.single-post #comments #respond #reply-title #cancel-comment-reply-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.3s ease-in-out, color 0.3s linear;
}

.single.single-post #comments #respond #reply-title #cancel-comment-reply-link::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.single.single-post #comments #respond #reply-title #cancel-comment-reply-link:hover {
  background-color: #fff;
  color: #010101;
}

.single.single-post #comments #respond #reply-title {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .single.single-post #comments #respond #reply-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .single.single-post #comments #respond #reply-title {
    font-size: 24px;
  }
}

.single.single-post #comments #respond .form-control-group {
  display: flex;
  column-gap: 36px;
  row-gap: 28px;
  margin-top: 22px;
}

.single.single-post #comments #respond .form-control {
  width: 100%;
}

.single.single-post #comments #respond .comment-form-cookies-consent {
  display: none;
  align-items: center;
  margin-top: 5px;
  gap: 5px;
}

.single.single-post #comments #respond .comment-form-cookies-consent input {
  width: auto;
}

.single.single-post #comments #respond .comment-form-cookies-consent label {
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
}

.single.single-post #comments #respond input,
.single.single-post #comments #respond textarea {
  width: 100%;
  line-height: 58px;
  border-radius: 100px;
  border: thin solid #d5d5d5;
  background-color: #fff;
  padding-inline: 27px 25px;
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
}

.single.single-post #comments #respond input:focus,
.single.single-post #comments #respond textarea:focus {
  border-color: #000;
  color: #000;
}

.single.single-post #comments #respond textarea {
  margin-top: 28px;
  padding: 17px 25px 15px 27px;
  line-height: 1.6;
  border-radius: 20px;
  height: 138px;
}

.single.single-post #comments #respond .form-submit {
  margin-top: 21px;
}

.single.single-post #comments #respond .form-submit .btn {
  --rmt-background-color: var(--subtitle-text-color);
}

.error404 .rmt-footer {
  display: none;
}

.blockUI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block !important;
  opacity: 1 !important;
}

.blockUI:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #222 transparent #222;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: rmt_spin 0.6s infinite linear;
  -webkit-animation: rmt_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}

.blockUI:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}

.blockUI.blockOverlay,
.blockUI.blockMsg {
  display: none !important;
}

.product-remove {
  position: relative;
}

.product-remove a.remove {
  font-size: 0px;
  width: 36px;
  height: 36px;
  background-color: var(--subtitle-text-color);
  border-radius: 100%;
  position: relative;
}

.product-remove a.remove:before,
.product-remove a.remove:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 12px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #010101;
  transform-origin: 50% 50%;
  opacity: 1;
  transition: transform ease 0.3s, background-color 0.3s linear;
}

.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product-remove a.remove:hover {
  background-color: #010101;
}

.product-remove a.remove:hover:before,
.product-remove a.remove:hover:after {
  background-color: var(--subtitle-text-color);
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.woocommerce-page #rmt-main {
  padding: 180px 0 180px 0;
}

.woocommerce-page #rmt-main .container {
  max-width: 1470px;
}

@media screen and (max-width: 1199px) {
  .woocommerce-page #rmt-main {
    padding: 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-page #rmt-main {
    padding: 100px 0;
  }
}

.woosw-item--add .add_to_cart_button.loading {
  opacity: 1 !important;
}

.woosw-item--add .add_to_cart_button.loading:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  animation: rmt_spin 0.6s infinite linear;
  -webkit-animation: rmt_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}

.woosw-item--add .add_to_cart_button.loading:after {
  display: none;
}

.admin-bar #rmt-cart-sidebar .rmt-widget-cart-sidebar {
  top: 32px;
}

@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }

  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}

.rmt-entry-content>.woocommerce .cart-empty,
.rmt-entry-content>.woocommerce .return-to-shop {
  text-align: center;
}

.woocommerce .rmt-sidebar-area .rmt-sidebar-sticky {
  padding: 0;
  border: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #f9f9f9;
}

.woocommerce ins {
  background-color: transparent;
  color: ;
}

.woocommerce #rmt-sidebar-area .widget {
  padding: 0;
  border: none;
  margin-bottom: 52px;
}

.woocommerce #rmt-sidebar-area .widget:last-child {
  margin-bottom: 0;
}

.woocommerce #rmt-sidebar-area .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.woocommerce #rmt-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
  background-color: ;
}

.woocommerce #rmt-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
  height: 10px;
  width: 10px;
  background-color: ;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  top: -3px;
}

.woocommerce #rmt-sidebar-area .widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 10px;
}

.woocommerce #rmt-sidebar-area .widget_price_filter .price_slider_amount .button {
  line-height: 32px;
  font-size: 14px;
  margin-right: 20px;
  padding: 0 18px;
}

.woocommerce #rmt-sidebar-area .widget_price_filter .price_label {
  font-size: 14px;
  color: #080808;
}

.woocommerce #rmt-sidebar-area .widget_product_search button {
  padding: 0;
  width: 53px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
  z-index: 3;
  border-left: 1px solid #ececf0;
  color: #222;
  font-size: 15px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.woocommerce #rmt-sidebar-area .widget_product_search button:after {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  -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%);
  font-family: "Font Awesome 5 Pro";
  text-indent: 0px;
  font-weight: 400;
}

.woocommerce #rmt-sidebar-area .widget_product_search button:hover {
  background-color: ;
  border-color: ;
  color: #fff;
}

.woocommerce #rmt-sidebar-area .widget_product_search .search-field {
  height: 50px;
  color: #222;
  border-color: #ececf0;
  font-size: 15px;
}

.woocommerce #rmt-sidebar-area .widget_product_search .search-field:focus {
  border-color: ;
}

.woocommerce #rmt-sidebar-area .widget_product_search .search-field:focus+button {
  border-color: ;
}

.woocommerce #rmt-sidebar-area .widget_products ul li {
  position: relative;
  padding: 0 0 0 95px;
  margin-bottom: 15px;
  min-height: 80px;
}

.woocommerce #rmt-sidebar-area .widget_products ul li .product-title {
  margin-bottom: 0;
}

.woocommerce #rmt-sidebar-area .widget_products ul li img {
  margin: 0;
  width: 100%;
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
}

.woocommerce #rmt-sidebar-area .widget_products ul li a {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 8px;
  margin-bottom: 6px;
}

.woocommerce #rmt-sidebar-area .widget_products ul li a:hover {
  color: ;
}

.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button:disabled[disabled] {
  opacity: 1;
  cursor: not-allowed;
}

.woocommerce button.button:disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:focus,
.woocommerce-page button.button:disabled:focus,
.woocommerce a.button:disabled:focus,
.woocommerce-page a.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce-page button.button:disabled[disabled]:focus {
  background-color: ;
}

@media screen and (min-width: 992px) {
  .woocommerce .content-row {
    margin: 0 -15px;
  }

  .woocommerce #rmt-content-area.content-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }

  .woocommerce #secondary.widget-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}

.widget_products .amount {
  font-size: 14px;
  font-weight: 500;
  color: ;
}

.widget_products del {
  color: #8f8f8f;
}

.widget_products del .amount {
  color: #8f8f8f;
}

.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}

.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: ;
  background-color: ;
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: ;
  background-color: ;
}

#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}

#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}

#shop-breadcrumb {
  padding: 23px 0;
}

#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}

#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: ;
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}

#shop-breadcrumb ul li::after {
  content: "/";
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}

#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}

#shop-breadcrumb ul li:last-child:after {
  display: none;
}

#shop-breadcrumb ul li a {
  color: ;
}

#shop-breadcrumb ul li a:hover {
  color: ;
}

.woocommerce span.onsale {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 15px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: ;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}

.woocommerce .star-rating {
  font-size: 16px;
  letter-spacing: 3px;
  width: 105px;
  height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce .star-rating span::before {
  color: #010101;
}

.woocommerce .star-rating:before {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .woocommerce #rmt-content-area.content-has-sidebar ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}

.woocommerce .woocommerce-product-category {
  font-size: 14px;
  color: inherit;
  margin-bottom: 3px;
}

.woocommerce .woocommerce-product-category a {
  color: inherit;
}

.woocommerce .woocommerce-product-category a:hover {
  color: ;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: ;
}

.woocommerce ul.products li.product .price .amount {
  color: inherit;
}

.woocommerce ul.products li.product .price del {
  color: #8f8f8f;
  opacity: 1;
}

.woocommerce ul.products li.product .price del .amount {
  background-image: none;
  text-fill-color: #8f8f8f;
  -o-text-fill-color: #8f8f8f;
  -ms-text-fill-color: #8f8f8f;
  -moz-text-fill-color: #8f8f8f;
  -webkit-text-fill-color: #8f8f8f;
}

.woocommerce ul.products li.product .price ins {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}

.woocommerce .woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  margin-top: 99px;
}

.woocommerce .woocommerce-pagination .page-numbers {
  --rmt-box-size: 34px;
  color: #010101;
  background-color: transparent;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: 0.25s;
}

.woocommerce .woocommerce-pagination .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers.dots {
  cursor: not-allowed;
}

.woocommerce .woocommerce-pagination .page-numbers:hover,
.woocommerce .woocommerce-pagination .page-numbers.current {
  background-color: var(--subtitle-text-color);
}

.pswp {
  z-index: 999999;
  /* All Notices */
}

.pswp .pswp__caption {
  display: none;
}

.pswp .pswp__bg {
  background-color: rgba(0, 0, 0, 0.76);
}

.pswp .pswp__top-bar {
  opacity: 1;
  background-color: transparent;
}

.pswp .pswp__ui .pswp__button {
  opacity: 1 !important;
}

.pswp .pswp__ui .pswp__button:before {
  font-family: "Font Awesome 6 Free";
  background: none;
  color: #fff;
  display: inline-flex;
  line-height: 30px;
  justify-content: center;
}

.pswp .pswp__ui .pswp__button--arrow--left:before {
  content: "\f136";
}

.pswp .pswp__ui .pswp__button--arrow--right:before {
  content: "\f14d";
}

.woocommerce-MyAccount-content .woocommerce-info {
  text-align: center;
  padding: 24px 30px 90px 30px;
  border-radius: 5px;
}

.woocommerce-MyAccount-content .woocommerce-info:before {
  display: none;
}

.woocommerce-MyAccount-content .woocommerce-info a.button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}

body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: ;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}

body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

body #yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0px;
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  color: ;
}

body #yith-quick-view-modal .onsale {
  top: 29px !important;
}

body #yith-quick-view-modal #yith-quick-view-content div.images {
  padding: 15px;
  margin-bottom: 0;
  width: 50%;
}

@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 100%;
    margin-bottom: 30px;
  }
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
  padding: 30px 30px 15px 15px;
  width: 50%;
}

@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    width: 100%;
  }
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
  font-size: 30px;
  margin-bottom: 5px;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
  font-weight: 600;
  color: ;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
  color: #666;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
  color: inherit;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
  border-top: 1px solid #f7f9fb;
  border-bottom: 1px solid #f7f9fb;
  padding: 18px 0;
  margin-bottom: 30px;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  color: #232323;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #6f6f6f;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: ;
  color: #fff;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
  margin: 0 20px 0 0;
  padding: 0 12px;
  width: 70px;
  height: 54px;
}

.wishlist-title {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}

.wishlist-title .button .fa {
  font-family: FontAwesome;
}

.hidden-title-form input+input {
  margin-top: 15px;
}

.hidden-title-form .btn {
  line-height: 51px !important;
}

.shop_table.cart.wishlist_table {
  margin-bottom: 0 !important;
}

#yith-wcwl-form tfoot td {
  display: none;
}

#yith-wcwl-form .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}

#yith-wcwl-form .product-stock-status .wishlist-in-stock {
  color: !important;
}

#yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}

#yith-wcwl-form .product-add-to-cart {
  text-align: right !important;
}

#yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 34px;
  display: inline-block !important;
}

#yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}

#yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}

#yith-wcwl-form .yith-wcwl-share {
  display: none;
}

@media screen and (max-width: 767px) {
  #yith-wcwl-form {
    overflow-x: scroll;
  }

  #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}

#stripe-payment-data .form-row>label+div {
  width: 100%;
}

.woocommerce-lost-password {
  /* Product Wishlist Popup */
}

.woocommerce-lost-password .woocommerce-error {
  max-width: 440px;
  margin: auto;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  max-width: 440px;
  margin: 10px auto 0 auto;
  border-radius: 0px;
  border: 1px solid rgba(22, 35, 43, 0.08);
}

.woocommerce-lost-password .woocommerce-ResetPassword p {
  width: 100% !important;
  float: none !important;
  font-size: 16px;
}

.woocommerce-lost-password .woocommerce-ResetPassword #user_login {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(45, 45, 45, 0.5);
}

.woocommerce-lost-password .woocommerce-ResetPassword #user_login:focus {
  border-color: ;
  color: #2d2d2d;
}

.woocommerce-lost-password .woocommerce-ResetPassword label {
  font-size: 20px;
  font-weight: 500;
  color: #0a1320;
  margin-bottom: 8px;
}

.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
  padding-left: 38px;
  padding-right: 38px;
}

.woocommerce-lost-password .woocommerce-form-row label {
  margin-bottom: 4px;
  font-weight: 500;
  color: #222;
}

.woocommerce-lost-password .rmt-entry-content>.woocommerce {
  max-width: 960px;
  margin: auto;
}

.woosw-popup .woosw-item--time {
  display: none;
}

.woosw-popup .woosw-item--actions a.button {
  line-height: 40px;
  padding: 0 22px;
}

.woosw-popup .woosw-popup-content-bot a {
  color: #000;
  text-transform: capitalize;
}

.woosw-popup .woosw-popup-content-bot a:hover {
  color: ;
  border-color: ;
}

.woocommerce-notices-wrapper {
  display: none;
}

.rmt-popup--close2 {
  position: absolute;
  top: 32px;
  right: 0;
  height: 60px;
  width: 320px;
  z-index: 10000;
  cursor: pointer;
  display: none;
}

.rmt-text--hide {
  display: none;
}

.wc-empty-cart-message {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.woocommerce-shop .woocommerce-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 31px;
  gap: 10px 30px;
}

.woocommerce-shop .woocommerce-topbar .woocommerce-result-count {
  margin: 0;
  color: #010101;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

.woocommerce-shop .woocommerce-topbar .woocommerce-ordering {
  margin: 0;
}

.woocommerce-shop .woocommerce-topbar .woocommerce-ordering .nice-select {
  padding: 13px 22px;
  border-radius: 100px;
  border: thin solid #9a9a9a;
  color: #010101;
  font-family: var(--primary-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58824;
  min-width: 316px;
}

.woocommerce-shop .woocommerce-topbar .woocommerce-ordering .nice-select .list {
  margin-top: 1px;
}

.woocommerce ul.products {
  gap: 48.5px 45px;
  display: grid;
}

@media screen and (max-width: 1199px) {
  .woocommerce ul.products {
    gap: 45px 30px;
  }
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.woocommerce ul.products li.product {
  margin: 0 !important;
  position: relative;
  width: 100% !important;
}

.woocommerce ul.products li.product .woosc-btn,
.woocommerce ul.products li.product .woosw-btn {
  display: none;
}

.woocommerce ul.products li.product .product-inner {
  position: relative;
}

.woocommerce ul.products li.product .product-inner:hover .add_to_cart_button {
  transform: scale(1);
  opacity: 1;
}

.woocommerce ul.products li.product .product-inner:hover img {
  transform: scale(1.1) rotate(3deg);
}

.woocommerce ul.products li.product .product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: thin solid #d5d5d5;
  background-color: #fff;
  padding: 100px 15px;
  margin-bottom: 22px;
}

@media screen and (max-width: 1199px) {
  .woocommerce ul.products li.product .product-thumbnail {
    padding: 85px 15px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce ul.products li.product .product-thumbnail {
    padding: 50px 15px;
  }
}

.woocommerce ul.products li.product .product-thumbnail img {
  max-width: 300px;
  transition: 0.3s ease;
  margin: 0;
}

.woocommerce ul.products li.product .product-title {
  --rmt-height: 2px;
  color: #000;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 27px;
}

.woocommerce ul.products li.product .product-title a {
  color: inherit;
}

.woocommerce ul.products li.product .product-price {
  color: #010101;
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.woocommerce ul.products li.product .product-price .price {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

@media screen and (max-width: 1199px) {
  .woocommerce ul.products li.product .product-price {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce ul.products li.product .product-price {
    font-size: 28px;
  }
}

.woocommerce ul.products li.product .add_to_cart_button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: #fff;
  color: #010101;
  border: thin solid #010101;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  opacity: 0;
  transform: scale(0);
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  margin: 0 !important;
  transition: all 0.3s linear;
}

.woocommerce ul.products li.product .add_to_cart_button::after {
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  right: auto;
}

.woocommerce ul.products li.product .add_to_cart_button.loading i {
  display: none;
}

.woocommerce ul.products li.product .add_to_cart_button.loading::after {
  --rmt-rotate: 360deg;
  animation: spin 0.5s linear infinite;
}

.woocommerce ul.products li.product .add_to_cart_button.added i {
  display: none;
}

.woocommerce ul.products li.product .add_to_cart_button:hover {
  background-color: #010101;
  color: #fff;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward {
  display: none;
  width: 100%;
  text-align: center;
  background-color: #010101;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s linear;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 400;
  border: thin solid #010101;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward:hover {
  background-color: #fff;
  color: #010101;
}

.quantity {
  margin-right: 0;
  position: relative;
  width: fit-content;
}

.quantity>input {
  width: 157px;
  color: #010101;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  border: thin solid #ccc7c2;
  border-radius: 0;
  line-height: 45px;
}

.quantity .quantity-icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--secondary-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

.quantity .quantity-icon.quantity-down {
  left: 29px;
}

.quantity .quantity-icon.quantity-down::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #010101;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quantity .quantity-icon.quantity-up {
  right: 29px;
}

.quantity .quantity-icon.quantity-up::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #010101;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quantity .quantity-icon.quantity-up::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #010101;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single.single-product .product .product-details {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  column-gap: 56px;
}

@media screen and (max-width: 1199px) {
  .single.single-product .product .product-details {
    gap: 30px;
  }
}

.single.single-product .product .product-details .woocommerce-product-gallery {
  position: relative;
  margin: 0 !important;
  flex: 0 1 683px;
  max-width: 683px;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

@media screen and (max-width: 1199px) {
  .single.single-product .product .product-details .woocommerce-product-gallery {
    flex: 0 1 600px;
    max-width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .woocommerce-product-gallery {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-product-gallery {
    flex-direction: column;
  }
}

.single.single-product .product .product-details .woocommerce-product-gallery.woocommerce-gallery-single {
  border: thin solid #010101;
  border-radius: 20px;
  overflow: hidden;
}

.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px !important;
  right: 15px !important;
  color: #010101;
  border: thin solid #010101 !important;
  transition: color 0.3s linear, background-color 0.3s linear;
}

.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  border-color: currentColor !important;
}

.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  background-color: currentColor !important;
}

.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #010101;
  color: #fff !important;
}

.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
}

.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  height: 604px;
}

@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
    height: auto;
  }
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-viewport {
  flex: 0 1 auto;
  border: thin solid #ccc7c2;
  border-radius: 20px;
  overflow: hidden;
}

@-moz-document url-prefix() {
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image body {
    background-color: lightblue;
  }

  .single.single-product .product .product-details .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image .your-class {
    font-size: 18px;
  }
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  right: 15px;
  bottom: 15px;
  gap: 10px;
  width: auto;
  display: inline-flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s linear, transform 0.3s linear;
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav>li {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 99;
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav>li.flex-nav-next {
  transform: scaleX(-1);
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav>li a {
  font-size: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #101010;
  border: 1px solid #101010;
  border-radius: 42px;
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav>li a:before {
  content: "\f136";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  display: inline-flex;
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav>li a:hover {
  background-color: #010101;
  color: #fff;
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav {
  flex: 0 0 158px;
  display: flex;
  flex-direction: column;
  height: 604px;
  overflow: scroll !important;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 18px;
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav {
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
    overflow: visible !important;
    gap: 15px;
    margin-right: -15px;
  }
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav>li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  float: none !important;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #ccc7c2;
  background-color: #fff;
  flex: 0 0 189px;
}

.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav>li img {
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav>li {
    flex: 0 1 calc(33.33333% - 15px);
    max-width: calc(33.33333% - 15px);
    padding: 15px;
  }
}

@media screen and (max-width: 360px) {
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav>li {
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

.single.single-product .product .product-details .woocommerce-product-gallery:hover .flex-direction-nav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible;
}

.single.single-product .product .product-details .summary {
  flex: 1 1 calc(100% - (56px + 683px));
  max-width: auto;
  padding: 0;
  margin: 0 !important;
}

.single.single-product .product .product-details .summary>.woosc-btn,
.single.single-product .product .product-details .summary>.woosw-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .summary {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.single.single-product .product .product-details .summary .product_title {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33333;
  letter-spacing: -2px;
  margin-bottom: 20px;
  max-width: 430px;
}

@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .summary .product_title {
    max-width: 100%;
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .summary .product_title {
    font-size: 26px;
  }
}

.single.single-product .product .product-details .summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.single.single-product .product .product-details .summary .woocommerce-product-rating>a {
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.single.single-product .product .product-details .summary .price {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.single.single-product .product .product-details .summary .price .woocommerce-Price-amount {
  font-size: inherit;
  color: inherit;
}

.single.single-product .product .product-details .summary .woocommerce-product-details__short-description {
  color: #5f5f5f;
  text-align: justify;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 25px;
}

.single.single-product .product .product-details .summary form.cart {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 16px;
  max-width: 384px;
  margin-bottom: 37px;
}

.single.single-product .product .product-details .summary form.cart::before {
  content: "Quantity";
  display: inline-block;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
}

.single.single-product .product .product-details .summary form.cart::after {
  display: none;
}

.single.single-product .product .product-details .summary form.cart .quantity>input {
  width: 157px;
  -moz-appearance: textfield;
  appearance: textfield;
}

.single.single-product .product .product-details .summary form.cart>.woosc-btn,
.single.single-product .product .product-details .summary form.cart>.woosw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #d5d5d5;
  color: #010101;
  font-size: 17px;
  transition: 0.3s;
}

.single.single-product .product .product-details .summary form.cart>.woosc-btn:hover,
.single.single-product .product .product-details .summary form.cart>.woosw-btn:hover {
  background-color: #010101;
  color: #d5d5d5;
}

.single.single-product .product .product-details .summary form.cart .single_add_to_cart_button {
  flex: 1 0 100%;
  border-radius: 100px;
  background-color: #010101;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  transition: 0.3s;
  border: thin solid white;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .form-submit .submit {
  color: #fff ! IMPORTANT;
  padding: 10px 15px !important;
}


.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .comment-form-comment textarea {
  border-color: var(--primary-color) !important;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .comment-form-comment textarea {
  background: transparent !important;
}

.single.single-product .product .product-details .summary form.cart .single_add_to_cart_button:hover {
  background-color: #fff;
  color: #010101;
}

.single.single-product .product .product-details .summary form.cart .added_to_cart.wc-forward {
  display: none;
}

.single.single-product .product .product-details .summary .product_meta {
  margin-bottom: 36px;
}

.single.single-product .product .product-details .summary .product_meta>span {
  display: block;
  color: #010101;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.single.single-product .product .product-details .summary .product_meta>span+span {
  margin-top: 7.5px;
}

.single.single-product .product .product-details .summary .product_meta>span>span,
.single.single-product .product .product-details .summary .product_meta>span>a {
  color: #5f5f5f;
}

.single.single-product .product .product-details .summary .product_meta>span.tagged_as>a {
  position: relative;
  display: inline-block;
}

.single.single-product .product .product-details .summary .product_meta>span.tagged_as>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.single.single-product .product .product-details .summary .product_meta>span.tagged_as>a:hover {
  color: #010101;
}

.single.single-product .product .product-details .summary .woocommerce-social-share {
  display: flex;
  align-items: center;
  column-gap: 18px;
  row-gap: 8px;
  flex-wrap: wrap;
}

.single.single-product .product .product-details .summary .woocommerce-social-share .woocommerce-social-label {
  color: #010101;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.single.single-product .product .product-details .summary .woocommerce-social-share>div {
  display: flex;
  gap: 11px;
}

.single.single-product .product .product-details .summary .woocommerce-social-share>div .woocomerce-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--subtitle-text-color);
  color: #010101;
  font-size: 14px;
}

.single.single-product .product .product-details .summary .woocommerce-social-share>div .woocomerce-social-item:hover {
  background-color: #010101;
  color: var(--subtitle-text-color);
}

.single.single-product .product .product-details .woocommerce-tabs {
  flex: 1 0 100%;
  margin-top: 44px;
}

.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  border-bottom: thin solid rgba(101, 138, 118, 0.22);
  padding-bottom: 13px;
}

.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs::before,
.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs::after {
  display: none;
}

.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs>li {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -1px;
  border: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs>li::before,
.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs>li::after {
  display: none;
}

.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs>li a {
  padding: 0;
  font-weight: inherit;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0;
  padding-top: 30px;
  color: #5f5f5f;
  text-align: justify;
  font-family: Kanit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews {
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 1199px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews {
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews {
    flex-direction: column;
  }
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews .clear {
  display: none;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments {
  flex-basis: 60%;
}

@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments {
    flex-basis: auto;
  }
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist {
  padding: 0;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container {
  display: flex;
  gap: 20px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container img,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container img {
  position: relative;
  width: 42px;
  height: 42px;
  border: thin solid #d5d5d5;
  border-radius: 50%;
  padding: 0;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text {
  margin: 0;
  padding: 15px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .star-rating,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
  width: 100px;
}

@media screen and (max-width: 575px) {

  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .star-rating,
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
    position: relative;
    top: auto;
    right: auto;
  }
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
  font-size: 16px;
  color: #010101;
  font-weight: 500;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .description,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .description {
  font-size: 16px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .description p,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .description p {
  margin: 0;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper {
  flex-basis: 40%;
}

@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper {
    flex-basis: auto;
  }
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #reply-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 15px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper input,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper textarea {
  width: 100%;
  line-height: 58px;
  border-radius: 100px;
  border: thin solid #d5d5d5;
  background-color: #fff;
  padding-inline: 27px 25px;
  color: #5f5f5f;
  font-family: var(--secondary-font);
  font-size: 15px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper input:focus,
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper textarea:focus {
  border-color: #000;
  color: #000;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form>p label {
  display: flex;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form>p label .required {
  color: var(--subtitle-text-color);
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form>p.comment-form-cookies-consent {
  display: flex;
  align-items: start;
  gap: 8px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form>p.comment-form-cookies-consent #wp-comment-cookies-consent {
  width: fit-content;
  margin: 0;
  flex-shrink: 0;
  margin-top: 8px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .comment-form-rating .stars a {
  color: #010101;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .comment-form-comment label {
  display: inline-block;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .comment-form-comment textarea {
  min-height: 200px;
  border-radius: 15px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .form-submit {
  margin: 0;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .form-submit .submit {
  width: fit-content;
  border-radius: 100px;
  background-color: #010101;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  transition: 0.3s;
  border: thin solid #010101;
  padding-inline: 32px;
}

.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .form-submit .submit:hover {
  background-color: #fff;
  color: #010101;
}

.single.single-product .product .product-details .related.products {
  flex: 1 0 100%;
  margin-top: 71px;
}

.single.single-product .product .product-details .related.products>h2 {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.0125;
  letter-spacing: -1px;
  margin-bottom: 31px;
}

.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-cart .woocommerce-cart-form {
  flex: 1 0 100%;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 85px;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
  margin: 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail {
  flex-basis: 190px;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail {
    flex: 0 0 auto;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-name {
  flex-basis: 299px;
}

@media screen and (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-name {
    flex-basis: 400px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-name {
    flex: 1 1 100%;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-price {
  flex: 0 1 300px;
  max-width: 300px;
  min-width: 75px;
}

@media screen and (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-price {
    flex: 0 1 100px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-price {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity {
  min-width: 146px;
  flex: 1 1 146px;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity {
    flex: 1 0 100%;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-subtotal {
  min-width: 103px;
  flex: 0 0 103px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table .product-subtotal {
    flex: 1 0 100%;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr {
  display: flex;
  gap: 30px;
  padding-right: 117px;
  border-bottom: thin solid #d5d5d5;
}

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th {
  border: none;
  padding: 0;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2375;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 13px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th.product-remove {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table thead {
    display: none;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody {
  display: block;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
  display: flex;
  column-gap: 30px;
  align-items: center;
  position: relative;
  padding-right: 117px;
  border-bottom: thin solid #d5d5d5;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
    flex-wrap: wrap;
    padding-right: 0;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
  padding-inline: 0;
  padding-block: 14px;
  border: none;
  background-color: #fff !important;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td::before {
  content: "";
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--secondary-font);
  color: #010101;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
    display: flex;
    justify-content: space-between;
    padding-block: 10px;
    gap: 10px;
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove {
  width: fit-content;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove {
    top: 10px;
    transform: translateY(0);
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail::before {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail>a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 18px;
  min-height: 121px;
  border-radius: 10px;
  border: thin solid #d5d5d5;
  background-color: #fff;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail>a img {
  width: 100%;
  max-width: 61px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name>a {
  display: block;
  color: inherit;
  max-width: 250px;
}

@media screen and (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name>a {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name::before {
    content: "Product: ";
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-price {
  color: #010101;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.55;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-price::before {
    content: "Price: ";
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-quantity .quantity>input {
  width: 146px;
  line-height: 42px;
  border: thin solid #d5d5d5;
  border-radius: 100px;
  text-align: center;
  padding-inline: 15px;
  color: #010101;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  -moz-appearance: textfield;
  appearance: textfield;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-quantity::before {
    content: "Qunatity: ";
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
  color: #010101;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    text-align: start;
  }

  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-subtotal::before {
    content: "Subtotal: ";
  }
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) {
  border: none;
  padding: 17px 0 0 0;
  width: 100%;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 15px;
  flex: 1 0 100%;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td::before {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-grow: 1;
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon::before,
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon::after {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon input#coupon_code {
  width: 100%;
  border-radius: 100px;
  border: thin solid #d5d5d5;
  background-color: #fff;
  max-width: 253px;
  line-height: 43px;
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 400;
  padding: 0 20px;
  transition: border-color 0.3s linear;
  margin: 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon input#coupon_code:hover,
.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .coupon input#coupon_code:focus {
  border-color: #010101;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .button {
  line-height: 43px;
  border-radius: 100px;
  background-color: #010101;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px;
  border: thin solid #010101;
  width: fit-content;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td .button:hover {
  background-color: #fff;
  color: #010101;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.cart_item) td>.button {
  justify-self: end;
  flex-shrink: 0;
}

.woocommerce-cart .cart-collaterals {
  flex: 1 0 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  max-width: 653px;
  padding: 46px 35px 67px 60px;
  margin: 0;
  background-color: #010101;
}

@media screen and (max-width: 1199px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 50px 35px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals>h2 {
  padding: 0;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table {
  margin: 0 0 40px 0;
  border: none;
  border-radius: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
  padding: 15px 0;
  border-bottom: thin solid rgba(255, 255, 255, 0.17);
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr th {
  flex: 0 1 200px;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  padding: 0;
  border: none;
  display: inline-block !important;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr td {
  flex: 1 1 auto;
  padding: 0;
  border: none;
  color: #fff;
  line-height: 1.35 !important;
  text-align: start !important;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr td::before {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.cart-subtotal td .woocommerce-Price-amount {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  color: inherit;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td td #shipping_method.woocommerce-shipping-methods label,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods td label,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td td #shipping_method.woocommerce-shipping-methods input,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods td input,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td td form.woocommerce-shipping-calculator .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator td .shipping-calculator-button {
  display: block;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td .woocommerce-shipping-destination strong,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td td #shipping_method.woocommerce-shipping-methods label strong,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods td label strong,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td td #shipping_method.woocommerce-shipping-methods input strong,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods td input strong,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td td form.woocommerce-shipping-calculator .shipping-calculator-button strong,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator td .shipping-calculator-button strong {
  font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods li {
  margin-bottom: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods label .amount,
.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method.woocommerce-shipping-methods input .amount {
  font-weight: inherit;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 300;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td #shipping_method li input {
  width: 10px;
  height: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-button {
  margin: 0;
  color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--subtitle-text-color);
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .selection .select2-selection {
  height: auto;
  text-align: start;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .selection .select2-selection__rendered {
  padding: 0 20px;
  line-height: 42px;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .button {
  line-height: 43px;
  border-radius: 100px;
  background-color: #fff;
  color: #010101;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px;
  border: thin solid #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .button:hover {
  background-color: transparent;
  color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals>table.shop_table tbody tr.order-total td .woocommerce-Price-amount {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  color: inherit;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  border-radius: 100px;
  background-color: var(--subtitle-text-color);
  line-height: 42px;
  width: 100%;
  max-width: 259px;
  color: #010101;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 30px;
  border: thin solid #ff3d00;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
  background-color: #010101;
  color: var(--subtitle-text-color);
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart {
  margin: 0;
  padding: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-main {
  flex: 1 0 100%;
  max-width: 1300px;
  padding: 0;
  margin: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
  flex: 1 0 100%;
  max-width: 653px;
  padding: 46px 35px 67px 60px;
  margin: 0;
  background-color: #010101;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  padding-block: 15px;
  border-bottom: thin solid rgba(255, 255, 255, 0.17);
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
  padding: 0;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper #wc-block-components-totals-coupon__input-coupon {
  padding: 0 15px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 400;
}

#rmt-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}

#rmt-cart-sidebar .rmt-popup--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.8);
  cursor: pointer;
}

#rmt-cart-sidebar .rmt-item--close {
  top: 50%;
  left: auto;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}

#rmt-cart-sidebar .rmt-item--close:before,
#rmt-cart-sidebar .rmt-item--close:after {
  background-color: #666;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar {
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  flex-grow: 1;
  font-family: var(--secondary-font);
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_head {
  display: flex;
  background-color: #f9f9f9;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_head .ct-close {
  height: 36px;
  width: 36px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .quantity-icon {
  display: none;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
  font-weight: 600;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  width: 30px;
  height: 30px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before,
#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
  background-color: #000;
  height: 1px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  font-family: var(--secondary-font);
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  line-height: 43px;
  border-radius: 100px;
  background-color: #010101;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px;
  border: thin solid #010101;
  width: 100%;
}

#rmt-cart-sidebar .rmt-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover {
  background-color: #fff;
  color: #010101;
}

#rmt-cart-sidebar.active {
  visibility: visible;
}

#rmt-cart-sidebar.active .rmt-widget-cart-sidebar {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.woocommerce-checkout .select2-dropdown {
  padding: 15px;
  border-radius: 20px !important;
  border: thin solid #d5d5d5 !important;
}

.woocommerce-checkout .woocommerce h3 {
  position: relative;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  padding-bottom: 8px;
  margin-bottom: 42px;
}

.woocommerce-checkout .woocommerce h3::after {
  content: "";
  width: 59.72px;
  height: 1.991px;
  background-color: #cbef3b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout .woocommerce .checkout_coupon {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 0 53px 0;
  padding: 29.5px;
  background-color: #010101;
  border-left: 7px solid #ff3d00;
  border-right: 7px solid #ff3d00;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce .checkout_coupon {
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    padding: 30px 15px;
    flex-wrap: wrap;
  }
}

.woocommerce-checkout .woocommerce .checkout_coupon>p {
  padding: 0;
  margin: 0;
  float: none;
}

.woocommerce-checkout .woocommerce .checkout_coupon>p:not(.form-row) {
  font-size: 0px;
  margin-right: 19.5px;
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce .checkout_coupon>p:not(.form-row) {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.woocommerce-checkout .woocommerce .checkout_coupon>p:not(.form-row)::before {
  content: "Have a coupon ?";
  display: inline-block;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -1px;
}

@media screen and (max-width: 575px) {
  .woocommerce-checkout .woocommerce .checkout_coupon>p:not(.form-row) {
    margin-right: 0;
  }
}

.woocommerce-checkout .woocommerce .checkout_coupon>p.form-row-first {
  flex-basis: 253px;
  width: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .woocommerce-checkout .woocommerce .checkout_coupon>p.form-row-first {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.woocommerce-checkout .woocommerce .checkout_coupon>p.form-row-first input {
  border-radius: 100px;
  background-color: #fff;
  line-height: 45px;
  width: 100%;
  padding: 0 23px;
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}

.woocommerce-checkout .woocommerce .checkout_coupon>p.form-row-first input:hover,
.woocommerce-checkout .woocommerce .checkout_coupon>p.form-row-first input:focus {
  color: #010101;
}

.woocommerce-checkout .woocommerce .checkout_coupon>p.form-row-last {
  width: fit-content;
}

.woocommerce-checkout .woocommerce .checkout_coupon>p.form-row-last .button {
  line-height: 43px;
  border-radius: 100px;
  background-color: var(--subtitle-text-color);
  color: #010101;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px;
  border: thin solid #ff3d00;
  justify-self: end;
}

.woocommerce-checkout .woocommerce .checkout_coupon>p.form-row-last .button:hover {
  background-color: #010101;
  color: var(--subtitle-text-color);
}

.woocommerce-checkout .woocommerce form.checkout {
  display: flex;
  justify-content: space-between;
  gap: 85px 30px;
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.checkout {
    flex-direction: column;
    justify-content: start;
  }
}

.woocommerce-checkout .woocommerce form.checkout #customer_details {
  display: flex;
  flex-direction: column;
  flex: 0 1 637px;
}

@media screen and (max-width: 991px) {
  .woocommerce-checkout .woocommerce form.checkout #customer_details {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.checkout #customer_details {
    flex: 0 1 auto;
  }
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 {
  float: none;
  width: 100%;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0;
  margin-bottom: 52px;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 {
  padding: 0;
  float: none;
  width: 100%;
  flex: 0 0 auto;
  max-width: 100%;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields {
  cursor: pointer;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields #ship-to-different-address input {
  display: none;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row {
  padding: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .woocommerce-checkout .woocommerce form.checkout #customer_details .form-row {
    width: 100%;
  }
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row#billing_company_field {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row #order_comments {
  min-height: 91px;
  padding: 11px 18px;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row label {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row input,
.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row textarea {
  border-radius: 100px;
  background-color: #fff;
  line-height: 45px;
  width: 100%;
  padding: 0 23px;
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  border: thin solid #d5d5d5;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row input:hover,
.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row textarea:hover,
.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row input:focus,
.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row textarea:focus {
  border-color: #010101;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row .select2 {
  display: block;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row .select2 .select2-selection {
  height: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row .select2 .select2-selection .select2-selection__rendered {
  border-radius: 100px;
  background-color: #fff;
  line-height: 45px;
  width: 100%;
  padding: 0 23px;
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  border: thin solid #d5d5d5;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order {
  flex: 0 1 469px;
}

@media screen and (max-width: 991px) {
  .woocommerce-checkout .woocommerce form.checkout .woocomerce-order {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.checkout .woocomerce-order {
    flex: 0 1 auto;
  }
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table {
  border: none;
  border-radius: 0;
  margin: 0;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table thead {
  display: block;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table thead tr {
  display: flex;
  justify-content: space-between;
  padding-block: 0 13px;
  gap: 30px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table thead tr th {
  border: none;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -1px;
  padding: 0 0 11px 0;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table thead tr th.product-total {
  width: 95px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tbody {
  display: block;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tbody tr {
  display: flex;
  justify-content: space-between;
  padding-block: 13px;
  border-top: thin solid #d5d5d5;
  gap: 30px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tbody tr td {
  padding: 0;
  border: none;
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tbody tr td strong {
  font-weight: 400;
  color: #010101;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tbody tr td.product-name {
  padding-right: 30px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tbody tr td.product-total {
  text-align: center;
  vertical-align: top;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot {
  display: block;
  border-bottom: thin solid #d5d5d5;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
  padding-block: 13px;
  border-top: thin solid #d5d5d5;
  gap: 30px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr th {
  padding: 0;
  border: none;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr td {
  padding: 0;
  border: none;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr td #shipping_method {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr td #shipping_method li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr td #shipping_method li input {
  margin: 0;
  width: 10px;
  height: 10px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr td #shipping_method li input[type="radio"] {
  accent-color: #010101;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr td #shipping_method li label {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review table.shop_table tfoot tr td #shipping_method li .amount {
  font-weight: 700 !important;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment {
  background-color: #fff;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods {
  padding: 25px 0 35px 0;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods li {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods li input {
  margin: 0;
  width: 10px;
  height: 10px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods li input[type="radio"] {
  accent-color: #010101;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods li label {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods li .payment_box {
  flex-basis: 100%;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods li+li {
  margin-top: 11px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods .payment_box {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 25.6px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods .payment_box::before,
.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods .payment_box::after {
  display: none;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .wc_payment_methods .payment_box p {
  padding-left: 21px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .place-order {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  color: #5f5f5f;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding-block: 30px;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .place-order #place_order {
  --rmt-background-color: #000;
  float: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: flex;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  padding-inline: 0 60px;
  width: fit-content !important;
}

.woocommerce-checkout .woocommerce form.checkout .woocomerce-order #order_review #payment .place-order #place_order:hover {
  padding-inline: 60px 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout {
  margin: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-components-main {
  width: 100%;
  padding: 0;
  margin: 0;
}

#woosw_wishlist .woosw-popup-content .woosw-popup-content-top {
  color: #fff;
  background-color: #010101;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

#woosw_wishlist .woosw-popup-content-mid .woosw-items .woosw-item .woosw-item--info .woosw-item--name {
  color: #010101;
  font-family: var(--secondary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

#woosw_wishlist .woosw-popup-content-mid .woosw-items .woosw-item--actions .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #d5d5d5;
  color: #010101;
  font-size: 17px;
  transition: 0.3s;
}

#woosw_wishlist .woosw-popup-content-mid .woosw-items .woosw-item--actions .button:hover {
  background-color: #010101;
  color: #d5d5d5;
}

.woocommerce-account #rmt-main {
  padding: 150px 0 150px 0;
}

.woocommerce-account #rmt-main .container {
  max-width: 1230px;
}

@media screen and (max-width: 1199px) {
  .woocommerce-account #rmt-main {
    padding: 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-account #rmt-main {
    padding: 100px 0;
  }
}

.woocommerce-account .woocommerce .u-columns {
  display: flex;
  gap: 50px;
}

.woocommerce-account .woocommerce .u-columns::before,
.woocommerce-account .woocommerce .u-columns::after {
  display: none;
}

@media screen and (max-width: 1199px) {
  .woocommerce-account .woocommerce .u-columns {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .u-columns {
    flex-direction: column;
    gap: 50px;
  }
}

.woocommerce-account .woocommerce .u-columns .u-column1,
.woocommerce-account .woocommerce .u-columns .u-column2 {
  flex: 0 1 calc(50% - 25px);
  max-width: calc(50% - 25px);
  width: auto;
  float: none;
  padding: 0;
}

@media screen and (max-width: 1199px) {

  .woocommerce-account .woocommerce .u-columns .u-column1>h2,
  .woocommerce-account .woocommerce .u-columns .u-column2>h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) {

  .woocommerce-account .woocommerce .u-columns .u-column1>h2,
  .woocommerce-account .woocommerce .u-columns .u-column2>h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {

  .woocommerce-account .woocommerce .u-columns .u-column1>h2,
  .woocommerce-account .woocommerce .u-columns .u-column2>h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 575px) {

  .woocommerce-account .woocommerce .u-columns .u-column1>h2,
  .woocommerce-account .woocommerce .u-columns .u-column2>h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1199px) {

  .woocommerce-account .woocommerce .u-columns .u-column1,
  .woocommerce-account .woocommerce .u-columns .u-column2 {
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {

  .woocommerce-account .woocommerce .u-columns .u-column1,
  .woocommerce-account .woocommerce .u-columns .u-column2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form {
  padding: 50px;
  background-color: #010101;
  border-radius: 10px;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1199px) {

  .woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form,
  .woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {

  .woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form,
  .woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form {
    padding: 30px 15px;
    margin: 10px 0 0 0;
  }
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-form-row,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-form-row {
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-form-row label,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-form-row label {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 8px;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-form-row input,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-form-row input {
  background-color: #fff;
  color: #010100;
  line-height: 43px;
  padding: 0 25px;
  border-radius: 100px;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-form-row+.woocommerce-form-row,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-form-row+.woocommerce-form-row {
  margin-top: 25px;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form>p:not(.woocommerce-form-row),
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form>p:not(.woocommerce-form-row) {
  margin-top: 8px;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1.55;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-privacy-policy-text,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-privacy-policy-text {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 25px;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .form-row:not(.woocommerce-form-row),
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .form-row:not(.woocommerce-form-row) {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .form-row:not(.woocommerce-form-row)::before,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .form-row:not(.woocommerce-form-row)::before,
.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .form-row:not(.woocommerce-form-row)::after,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .form-row:not(.woocommerce-form-row)::after {
  display: none;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .form-row:not(.woocommerce-form-row) label,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .form-row:not(.woocommerce-form-row) label {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-button,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-button {
  line-height: 43px;
  border-radius: 100px;
  background-color: #fff;
  color: #010101;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px;
  border: thin solid #fff;
  width: fit-content;
  margin: 0;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-button:hover,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-button:hover {
  background-color: #010101;
  color: #fff;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-LostPassword>a,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-LostPassword>a {
  color: #fff;
}

.woocommerce-account .woocommerce .u-columns .u-column1 .woocommerce-form .woocommerce-LostPassword>a:hover,
.woocommerce-account .woocommerce .u-columns .u-column2 .woocommerce-form .woocommerce-LostPassword>a:hover {
  letter-spacing: 1px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex-basis: 30%;
  max-width: 30%;
  position: sticky;
  top: 50px;
  left: 0;
  height: fit-content;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 0;
  margin: 0 !important;
}

@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 35px;
    top: 0;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  color: #010100;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
  background-color: var(--primary-color);
  color: #fff;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li+li {
  margin-top: 1px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex-basis: 70%;
  max-width: 70%;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 50px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content>p {
  color: var(--text-1);
  font-family: "Kanit";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.34px;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  color: #010100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info::after {
  display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address {
  max-width: none;
  width: 100%;
  padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address+.woocommerce-Address {
  margin-top: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title {
  margin-bottom: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title>h2 {
  color: #010100;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title>a {
  display: block;
  padding-inline: 32px;
  line-height: 48px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #010100;
  background-color: var(--primary-color);
  float: none;
  width: fit-content;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title>a:hover {
  background-color: #fff;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses address {
  display: block;
  font-size: 17px;
  color: var(--text-1);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form>h2 {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.44px !important;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin: 0;
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
  padding-inline: 15px;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row::after {
  display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-first,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-last {
  max-width: 50%;
  flex: 0 0 50%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row>span {
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 575px) {

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-first,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-last {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form label {
  display: block;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form label .required {
  color: inherit;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .select2-selection.select2-selection--single {
  border-radius: 6px;
  border: 0.995px solid #d5d5d5;
  color: var(--text-1);
  font-family: "Kanit";
  font-size: 15px;
  letter-spacing: -0.3px;
  border-radius: 0;
  background-color: #fff;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  border: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input {
  line-height: 50px;
  border-radius: 6px;
  border: 0.995px solid #d5d5d5;
  padding-inline: 18px;
  color: var(--text-1);
  font-family: "Kanit";
  font-size: 15px;
  letter-spacing: -0.3px;
  border-radius: 0;
  background-color: #fff;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input:focus {
  border-color: var(--primary-color);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset {
  padding: 30px 0 10px;
  width: 100%;
  margin: 20px 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset .show-password-input {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .button {
  float: right;
  font-size: 16px;
  font-family: var(--secondary-font);
  letter-spacing: 0;
  font-weight: 600;
}

/* Back to Top Button Styles */
.rmt-back-to-top {
  position: fixed;
  right: unset;
  left: unset;
  bottom: 2rem;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--rmt-back-to-top-width, 48px);
  height: var(--rmt-back-to-top-height, 48px);
  border-radius: 50%;
  background: var(--rmt-back-to-top-bg, #222);
  color: var(--rmt-back-to-top-color, #fff);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, color 0.3s, transform 0.2s;
  opacity: 0.85;
}

.rmt-back-to-top[style*='--rmt-back-to-top-side:left'],
.rmt-back-to-top.left {
  left: 2rem;
  right: unset;
}

.rmt-back-to-top[style*='--rmt-back-to-top-side:right'],
.rmt-back-to-top.right {
  right: 2rem;
  left: unset;
}

.rmt-back-to-top:hover,
.rmt-back-to-top:focus {
  opacity: 1;
  background: var(--rmt-back-to-top-bg-hover, #444);
  color: var(--rmt-back-to-top-color-hover, #fff);
  transform: translateY(-4px) scale(1.05);
}

.rmt-back-to-top__icon {
  font-size: 1.5rem;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 480px) {
  .rmt-back-to-top {
    width: calc(var(--rmt-back-to-top-width, 40px) * 0.83);
    height: calc(var(--rmt-back-to-top-height, 40px) * 0.83);
    left: unset;
    right: unset;
    bottom: 1rem;
  }

  .rmt-back-to-top[style*='--rmt-back-to-top-side:left'],
  .rmt-back-to-top.left {
    left: 1rem;
  }

  .rmt-back-to-top[style*='--rmt-back-to-top-side:right'],
  .rmt-back-to-top.right {
    right: 1rem;
  }
}