/**
*
* -----------------------------------------------------------------------------
*
* Template : Exhibiz - WordPress Theme
* Author : reacthemes
* Author URI : http://www.reactheme.com/
*
*/
:root {
  --e-global-color-primary: #101010;
  --e-global-color-secondary: #883ff9;
  --e-global-color-text: #404040;
  --e-global-color-accent: #EC167F;
  --e-global-color-cd69c18: #101010;
  --e-global-color-335e79d: #FFFFFF;
  --e-global-color-white: var(--e-global-color-335e79d);
  --e-global-typography-primary-font-family: "Plus Jakarta Sans";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Plus Jakarta Sans";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-weight: 500;
  --bg-dark-1-rgb: 1, 10, 26;
  --primary-color: var(--e-global-color-accent);
  --color-secondary: var(--e-global-color-secondary);
  --color-secondary-rgb: 103, 143, 213;
  --tertiary-color: #F4F7FB;
  --tertiary-color-rgb: 244, 247, 251;
  --rounded-1: 12px;
  --transition: all 0.5s ease;
  --color-primary: var(--e-global-color-primary);
  --color-secondary: var(--e-global-color-secondary);
  --color-accent: var(--e-global-color-accent);
  --tertiary-color: #F4F7FB;
  --tertiary-color-rgb: 244, 247, 251;
  --color-white: var(--e-global-color-white);
  --bg-dark-1-rgb: 25, 39, 43;
  --heading-font: var(--e-global-typography-primary-font-family);
  --heading-font-weight: var(--e-global-typography-secondary-font-weight);
  --e-global-color-primary: var(--e-global-color-primary);
  --body-font: var(--e-global-typography-text-font-family);
  --body-font-size: var(--e-global-typography-primary-font-size);
  --body-font-color: var(--e-global-color-text);
  --color-body: var(--e-global-color-body);
  --bg-dark-1: #19272B;
  --bg-dark-1-rgb: 25, 39, 43;
  --bg-dark-2: #223035;
  --bg-dark-3: #303030;
  --bg-grey: #d8e1e1;
  --swiper-theme-color: var(--secondary-color);
  --rounded-1: 15px;
  --button-rounded: 30px;
  --border-color:#bbbbbb;
  --container-max-width:1240px;
  --mainmenu-font-weight:600;
}

/* Blog Design */
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}

.blog .reactheme-blog .blog-item, .archive .reactheme-blog .blog-item {
  border-radius: 16px;
}
.blog .reactheme-blog .blog-item .full-blog-content, .archive .reactheme-blog .blog-item .full-blog-content {
  overflow: hidden;
  padding: 30px 0;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap {
  padding-top: 5px;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info, .archive .reactheme-blog .blog-item .full-blog-content .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info span, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info span {
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.author, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.author {
  color: var(--e-global-color-primary);
  font-weight: 700;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a {
  font-weight: 700;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info:last-child, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info:last-child {
  margin-right: 0;
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a {
  --color-body: #404040;
  color: var(--color-body);
}
.blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a:hover, .archive .reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a:hover {
  color: var(--e-global-color-primary);
}
.blog .reactheme-blog .blog-item .full-blog-content .btm-cate, .archive .reactheme-blog .blog-item .full-blog-content .btm-cate {
  margin: 0 0 10px;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a, .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a {
  color: var(--e-global-color-primary);
}
.blog .reactheme-blog .blog-item .blog-img, .archive .reactheme-blog .blog-item .blog-img {
  position: relative;
}
.blog .reactheme-blog .blog-item .blog-img .tag-line, .archive .reactheme-blog .blog-item .blog-img .tag-line {
  position: absolute;
  right: auto;
  left: 50px;
  top: auto;
  bottom: -52px;
  display: inline-block;
  z-index: 11;
  transform: translateY(-60%);
  max-width: 68%;
}
.blog .reactheme-blog .blog-item .blog-img .tag-line a, .archive .reactheme-blog .blog-item .blog-img .tag-line a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: var(--e-global-color-primary);
  padding: 8px 19px;
  display: inline-block;
  margin-bottom: 10px;
}
.blog .reactheme-blog .blog-item .blog-img .author, .archive .reactheme-blog .blog-item .blog-img .author {
  background-color: var(--color-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 50px;
  bottom: -30px;
  display: inline-block;
  z-index: 11;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  font-weight: 700;
}
.blog .reactheme-blog .blog-item .blog-img .author img, .archive .reactheme-blog .blog-item .blog-img .author img {
  margin-right: 10px;
}
.blog .reactheme-blog .blog-item.no-thumbs .full-blog-content, .archive .reactheme-blog .blog-item.no-thumbs .full-blog-content {
  padding-top: 0;
}

.blog-item.no-thumbs {
  padding-top: 0px;
}
.blog-item.no-thumbs .categories {
  margin-bottom: 5px;
  padding: 0 0 0 48px;
}
.blog-item.no-thumbs .categories .category-name a {
  background: var(--e-global-color-primary);
  color: var(--color-white);
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-item.no-thumbs .categories .category-name a:hover {
  background: var(--color-secondary);
}

.reactheme-blog-details .bs-img .categories,
.reactheme-blog-details .blog-img .categories,
.reactheme-blog .bs-img .categories,
.reactheme-blog .blog-img .categories,
.blog .bs-img .categories,
.blog .blog-img .categories {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.reactheme-blog-details .bs-img .categories .category-name a,
.reactheme-blog-details .blog-img .categories .category-name a,
.reactheme-blog .bs-img .categories .category-name a,
.reactheme-blog .blog-img .categories .category-name a,
.blog .bs-img .categories .category-name a,
.blog .blog-img .categories .category-name a {
  background: var(--e-global-color-primary);
  color: var(--color-white);
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.reactheme-blog-details .bs-img .categories .category-name a:hover,
.reactheme-blog-details .blog-img .categories .category-name a:hover,
.reactheme-blog .bs-img .categories .category-name a:hover,
.reactheme-blog .blog-img .categories .category-name a:hover,
.blog .bs-img .categories .category-name a:hover,
.blog .blog-img .categories .category-name a:hover {
  background: var(--color-secondary);
}
.reactheme-blog-details .post-meta i,
.reactheme-blog .post-meta i,
.blog .post-meta i {
  margin-right: 8px;
}
.reactheme-blog-details .post-meta i:before,
.reactheme-blog .post-meta i:before,
.blog .post-meta i:before {
  font-size: 14px;
  font-weight: 600;
}
.reactheme-blog-details .post-meta.date-meta,
.reactheme-blog .post-meta.date-meta,
.blog .post-meta.date-meta {
  margin-right: 16px;
  color: #999;
}
.reactheme-blog-details .post-meta.author,
.reactheme-blog .post-meta.author,
.blog .post-meta.author {
  color: #555;
}

.bs-img {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.bs-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget-title a {
  color: var(--color-white);
}
.widget-title a:hover {
  color: var(--color-white);
}
.widget-title a:visited {
  color: var(--color-white);
}

/* -----------------------
    14. Blog Post
--------------------------*/
.reactheme-blog .grid-blog {
  margin-top: 50px;
}
.reactheme-blog .blog-item {
  margin-bottom: 30px;
}
.reactheme-blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.reactheme-blog .blog-item .blog-img a {
  color: var(--color-white);
}
.reactheme-blog .blog-item .blog-img a:hover {
  background: var(--e-global-color-primary);
}
.reactheme-blog .blog-item .blog-img a img {
  border-radius: 0;
  transition: 0.4s;
  width: 100%;
}
.reactheme-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 20px;
  opacity: 0;
  transition: 0.3s all ease-out;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: var(--color-white);
  transition: all 0.3s ease 0s;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: var(--e-global-color-primary);
  color: var(--color-white) !important;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  color: var(--color-white);
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: var(--color-white);
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.reactheme-blog .blog-item .blog-img:hover .blog-img-content {
  top: 0px;
  opacity: 1;
}
.reactheme-blog .blog-item .blog-meta {
  transition: all 0.3s ease 0s;
  border-top: 1px solid #e7e7e7;
  padding-top: 19px;
  margin-top: 20px;
}
.reactheme-blog .blog-item .blog-meta li {
  font-size: 15px;
  margin-right: 25px;
}
.reactheme-blog .blog-item .blog-meta i {
  color: var(--color-secondary);
  margin-right: 7px;
}
.reactheme-blog .blog-item .blog-meta .seperator {
  padding-left: 7px;
}
.reactheme-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
  color: #777;
}
.reactheme-blog .blog-item .blog-meta .blog-date svg {
  width: 18px;
  position: relative;
  top: 7px;
  margin-right: 3px;
}
.reactheme-blog .blog-item .blog-meta .categories a {
  color: #999999;
}
.reactheme-blog .blog-item .blog-meta .categories a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog .blog-item .blog-meta .blog-lc {
  display: inline-block;
}
.reactheme-blog .blog-item .blog-meta .blog-lc > div {
  display: inline-block;
}
.reactheme-blog .blog-item .date-post {
  padding: 0;
  color: #999999;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
}
.reactheme-blog .blog-item span.author,
.reactheme-blog .blog-item span.category {
  padding: 0;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 0;
  display: inline;
  position: relative;
  text-transform: inherit;
  color: #555;
}
.reactheme-blog .blog-item .blog-slidermeta {
  margin-bottom: 6px;
}
.reactheme-blog .blog-item .blog-slidermeta span.seperator {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}
.reactheme-blog .blog-item .blog-slidermeta span.category a {
  color: #999999;
}
.reactheme-blog .blog-item .blog-slidermeta span.category a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog .blog-item div.comment {
  padding: 0;
  color: var(--e-global-color-primary);
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: normal;
}
.reactheme-blog .blog-item .blog-author {
  display: flex;
  align-items: center;
}
.reactheme-blog .blog-item .blog-author .author-img {
  float: left;
}
.reactheme-blog .blog-item .blog-author .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.reactheme-blog .blog-item .blog-author .author-info {
  margin-left: 15px;
}
.reactheme-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-author .author-info .author-title {
  font-size: 12px;
}
.reactheme-blog .blog-item .blog-desc {
  clear: both;
  margin-bottom: 20px;
}
.reactheme-blog .blog-item .blog-desc p {
  margin-bottom: 0;
  color: #404040;
}
.reactheme-blog .blog-item .blog-button {
  display: block;
}
.reactheme-blog .full-layout {
  width: 100%;
}
.reactheme-blog .sidebar-none {
  display: none;
}

.comment i {
  color: #999;
  font-size: 12px;
}

.archive .full-layout-right,
.blog .full-layout-right {
  padding-right: 30px;
}
.archive .padding-full-layout-left,
.blog .padding-full-layout-left {
  flex-direction: row-reverse;
}
.archive .padding-full-layout-left .full-layout-left,
.blog .padding-full-layout-left .full-layout-left {
  padding-left: 30px;
}

.single-post .reactheme-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

.single-post .reactheme-blog-details .type-post .single-content-full {
  overflow: visible;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info span {
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info.author {
  color: var(--e-global-color-primary);
  font-weight: 700;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info.cat a {
  font-weight: 700;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info i {
  color: var(--e-global-color-primary);
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info a {
  color: #5D666F;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info a:hover {
  color: var(--e-global-color-primary);
}

body.archive .reactheme-blog .blog-item {
  overflow: hidden;
}

.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  color: var(--color-body);
  border-radius: 3px;
  font-weight: bold;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  vertical-align: middle;
}
.ps-navigation ul a i {
  vertical-align: text-top;
}
.ps-navigation ul a:hover {
  color: var(--color-secondary);
}
.ps-navigation ul li.next {
  float: right;
}
.ps-navigation ul li.prev {
  float: left;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a {
  color: var(--color-white) !important;
}

/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
blockquote,
body .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 120px 40px 40px;
  margin: 40px 0 40px;
  text-align: center;
  position: relative;
  background: #f6f6f6;
  border-radius: 0px;
}
blockquote:before,
body .wp-block-quote.is-style-large:not(.is-style-plain):before {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  content: "\ea59";
  font-family: "rt-icons";
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--e-global-color-primary);
  font-size: 22px;
}
blockquote p,
body .wp-block-quote.is-style-large:not(.is-style-plain) p {
  color: var(--color-secondary);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
blockquote p a,
body .wp-block-quote.is-style-large:not(.is-style-plain) p a {
  color: var(--e-global-color-primary);
}
blockquote cite,
body .wp-block-quote.is-style-large:not(.is-style-plain) cite {
  font-weight: 700;
}
blockquote a,
body .wp-block-quote.is-style-large:not(.is-style-plain) a {
  color: var(--color-secondary);
}

p.has-drop-cap::first-letter {
  color: var(--e-global-color-primary);
}

.reactheme-blog-details .padding-left-sidebar {
  flex-direction: row-reverse;
}
.reactheme-blog-details .padding-left-sidebar .news-details-inner {
  margin-right: 0;
  margin-left: 30px;
}
.reactheme-blog-details .news-details-inner {
  margin-right: 30px;
  padding-bottom: 50px;
}
.reactheme-blog-details .type-post {
  margin-bottom: 0px;
}
.reactheme-blog-details .type-post .single-content-full {
  overflow: hidden;
  padding: 0 10px;
}
.reactheme-blog-details .type-post .single-content-full .title-wrap {
  padding-top: 5px;
}
.reactheme-blog-details .type-post .single-content-full .title-wrap h2 {
  margin-bottom: 0;
}
.reactheme-blog-details .type-post .single-content-full .bs-desc {
  padding: 20px 0;
}
.reactheme-blog-details .type-post .tag-line {
  padding: 0;
}
.reactheme-blog-details .type-post .tag-line a {
  font-weight: 400;
  color: #555;
}
.reactheme-blog-details .type-post .tag-line a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog-details .bs-info {
  margin-bottom: 10px;
}
.reactheme-blog-details .bs-info.tags {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-family: var(--body-font);
  border-top: 1px solid rgba(131, 131, 131, 0.25);
  padding: 80px 0;
}
.reactheme-blog-details .bs-info.tags a {
  display: inline-block;
  line-height: 22px;
  padding-left: 10px;
  font-family: var(--body-font);
  transition: all 0.3s ease;
  font-weight: 600;
  color: var(--color-body);
}
.reactheme-blog-details .bs-info.tags a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
}
.reactheme-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.reactheme-blog-details .single-page-info .p-user .author-img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
.reactheme-blog-details .single-page-info .p-user .author-img img {
  border-radius: 50%;
}
.reactheme-blog-details .single-page-info .p-date,
.reactheme-blog-details .single-page-info .author-name,
.reactheme-blog-details .single-page-info .p-cname {
  padding: 0;
  color: #737383;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.reactheme-blog-details .single-page-info .author-name {
  color: #737383;
}
.reactheme-blog-details .bs-meta {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
}
.reactheme-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 10px;
}
.reactheme-blog-details .bs-meta li i {
  margin-right: 3px;
  font-size: 12px;
  color: var(--color-secondary);
}
.reactheme-blog-details .bs-meta li a {
  color: #333;
}
.reactheme-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.reactheme-blog-details .bs-meta li .seperator {
  padding-right: 10px;
}
.reactheme-blog-details .author-block {
  display: flex;
  background: var(--tertiary-color);
  padding: 30px;
  gap: 40px;
  border-radius: 0;
}
.reactheme-blog-details .author-block .author-img {
  flex-basis: 20%;
  border-radius: 16px;
  overflow: hidden;
}
.reactheme-blog-details .author-block .author-img img {
  border-radius: 16px;
}
.reactheme-blog-details .author-block .author-desc {
  flex-basis: 80%;
}
.reactheme-blog-details .author-block .author-title {
  font-size: 22px;
  position: relative;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 600;
  text-transform: capitalize;
}
.reactheme-blog-details .author-block .author-title:after {
  background: var(--e-global-color-primary);
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  display: none;
}
.reactheme-blog-details .author-block .author-title a {
  color: #212121;
}
.reactheme-blog-details .author-block p {
  margin-bottom: 8px;
}
.reactheme-blog-details .author-block .rts-author-social-area ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 15px;
  padding: 0;
}
.reactheme-blog-details .author-block .rts-author-social-area ul li {
  list-style: none;
  font-size: 30px;
}
.reactheme-blog-details .author-block .rts-author-social-area .author_signature img {
  width: 100px;
  height: auto;
}
.reactheme-blog-details .comment-respond {
  margin-top: 25px;
}
.reactheme-blog-details .comments-title {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
  line-height: 35px;
}
.reactheme-blog-details #reply-title {
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  padding: 0 0 7px;
  margin-bottom: 0 !important;
}
.reactheme-blog-details #reply-title small {
  font-size: 80%;
}
.reactheme-blog-details #reply-title small a {
  color: var(--color-secondary);
  padding-left: 10px;
}
.reactheme-blog-details #reply-title small a:hover {
  color: var(--e-global-color-primary);
}
.reactheme-blog-details .comment-block {
  margin-top: 50px;
}
.reactheme-blog-details .comment-block .comment {
  padding: 25px;
  background: var(--color-white);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.reactheme-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.reactheme-blog-details .comment-block .comment .comment-header:before, .reactheme-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.reactheme-blog-details .comment-block .comment .comment-header:after {
  clear: both;
}
.reactheme-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.reactheme-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.reactheme-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.reactheme-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}

ol.comment-list .comment-respond .form-submit {
  margin-bottom: 20px;
}

.wp-block-button.is-style-outline {
  margin: 10px 0;
}

.wp-block-cover-text {
  color: var(--color-white) !important;
}

.single .tag-line {
  position: relative;
}
.single .tag-line a {
  display: inline-block;
  margin-right: 3px;
  margin-left: 0;
  margin-bottom: 3px;
  padding: 4px 10px 5px;
  background: var(--e-global-color-primary);
  position: relative;
  color: var(--color-white);
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
}
.single .ps-navigation {
  border-top: 1px solid #D7D9E9;
  border-bottom: 1px solid #D7D9E9;
  padding: 30px 0;
}
.single .ps-navigation .prev {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
}
.single .ps-navigation .prev:hover a {
  color: var(--color-secondary);
}
.single .ps-navigation .prev .date {
  display: block;
}
.single .ps-navigation .next {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .next .next_link {
  margin-right: 0;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .next:hover a {
  color: var(--color-secondary);
}
.single .ps-navigation .next .date {
  display: block;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #909090;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}

.page .comments-area .comment-full .comment-respond {
  padding: 0;
}

.single-post .ps-navigation {
  margin-top: 0px;
}
.single-post .ps-navigation .next_link {
  font-size: 16px;
  text-transform: none;
  color: #999 !important;
  font-weight: 500;
  padding: 0 0 8px;
  position: relative;
}
.single-post .ps-navigation .next_link:hover {
  color: #555 !important;
}
.single-post .ps-navigation ul li.next .inner-next {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
}
.single-post .ps-navigation ul li.next .link_text {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}
.single-post .ps-navigation ul li.prev .inner-pre {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
}
.single-post .ps-navigation .next_link i:before {
  margin-left: 0;
}
.single-post .single-posts-meta {
  margin: 0 !important;
  padding: 38px 40px 0;
}
.single-post .single-posts-meta .fa-comments-o:before {
  color: var(--color-secondary);
}
.single-post .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.single-post .single-posts-meta li span i {
  font-size: 13px;
  margin-right: 3px;
  color: var(--color-secondary);
}
.single-post .single-posts-meta li ul {
  margin: 0;
  position: relative;
  padding-left: 19px;
}
.single-post .single-posts-meta li ul li {
  position: relative;
  font-size: 14px;
}
.single-post .single-posts-meta li ul li a {
  color: #555;
}
.single-post .single-posts-meta li ul li a:hover {
  color: var(--color-secondary);
}
.single-post .single-posts-meta li ul li:before {
  content: ",";
  position: absolute;
  font-size: 16px;
  font-style: normal;
  right: 4px;
  top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
  display: none;
}
.single-post .single-posts-meta li ul:before {
  content: "\f02d";
  position: absolute;
  color: var(--color-secondary);
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  left: 0;
  top: 0;
}

.single-post .ps-navigation ul li {
  word-break: break-word;
}

.widget_media_gallery .gallery {
  margin: 0;
}
.widget_media_gallery .gallery-item {
  margin: 0;
}
.widget_media_gallery .gallery-item .gallery-icon {
  padding: 5px;
}
.widget_media_gallery .gallery-item .gallery-icon img {
  border-radius: 3px;
}

.comment-respond form#commentform {
  border-radius: 16px;
  margin: auto;
  margin-top: 25px;
  position: relative;
}
.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 8px 20px;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit #submit {
  background: var(--e-global-color-accent);
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 0;
  color: var(--color-white);
  font-size: 16px;
  margin-top: 20px;
  border: none;
}

.comment-respond label {
  display: none;
}

.comments-area {
  margin-top: 0;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 45px 0 0 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 0px;
  margin: 20px 0 25px;
  border-radius: 5px;
  list-style: none;
  background: rgba(255, 255, 255, 0.6);
}
.comments-area .comment-list li.comment .comment-full {
  padding: 0;
  border-radius: 0px;
  position: relative;
}
.comments-area .comment-list li.comment .comment-body {
  position: relative;
  padding-left: 98px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 0;
  padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
  display: none;
}
.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
  color: var(--color-secondary);
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 5px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.comments-area .comment-list li.comment .comment-author b {
  float: left;
  padding-right: 14px;
  padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
  padding-top: 0;
  clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 6px;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
  margin-bottom: 4px;
}
.comments-area .comment-list li.comment .reply {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.comments-area .comment-list li.comment .reply a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 4px 20px 4px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-white);
  background: var(--e-global-color-primary);
  z-index: 1;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.comments-area .comment-list li.comment .reply a:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.comments-area .comment-list li.comment .comment {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
  padding-right: 0;
  margin-left: 2.5em;
  margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
}
.comments-area #commentform p input {
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 15px;
  color: var(--color-body);
  background: transparent;
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  background: var(--color-white);
  border: 1px solid #E9E9E9;
  outline: none;
  margin-bottom: 25px;
  border: 2px solid #F2F4F9;
  border-radius: 30px;
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comments-area p.comment-form-comment textarea {
  height: 224px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 15px;
  color: var(--color-body);
  background: transparent;
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area label {
  font-weight: 400;
}

.comment-full form input:focus,
.comment-full form textarea:focus {
  border: 1px solid var(--e-global-color-primary);
  outline: 1px solid var(--e-global-color-primary);
  background: none;
}

.comment-full input[type=submit]:focus {
  border: 0;
}

.comment-full .comment-form-cookies-consent, .comment-full .comment-form-url {
  display: none;
}

.inner-page-title {
  padding-top: 70px;
}

.dynamic-sidebar {
  background: var(--color-white);
}
.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.dynamic-sidebar .widget {
  border: 0;
  padding: 40px;
}

.padding-left-sidebar {
  flex-direction: row-reverse;
}
.padding-left-sidebar .dynamic-sidebar {
  padding: 0px 0px 20px 0;
}

#respond {
  border-radius: 5px;
}

li.comment #respond {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.react-sideabr .widget select {
  margin: 0;
  border: 1px solid #f8f8f8;
  border-right: 8px solid #f8f8f8;
  background: #fff;
}
.react-sideabr .recentcomments a {
  text-decoration: underline !important;
}
.react-sideabr .recentcomments .comment-author-link a {
  text-decoration: none !important;
}
.react-sideabr .widget_block label.wp-block-search__label,
.react-sideabr .widget_block h2,
.react-sideabr .widget-title {
  color: var(--e-global-color-primary);
  font-family: var(--body-font);
  position: relative;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 600;
  z-index: 1;
  position: relative;
  letter-spacing: normal;
}
.react-sideabr .widget {
  position: relative;
  transition: all 500ms ease;
  margin-bottom: 40px;
  border-radius: 0;
  padding: 38px 40px 35px;
  background: #f8f9fb;
}
.react-sideabr .widget:hover:after {
  height: 70px;
}
.react-sideabr .widget_media_image {
  padding: 0;
  background: none;
}
.react-sideabr .widget:last-child {
  margin-bottom: 0;
}
.react-sideabr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.react-sideabr ul a {
  color: var(--color-secondary);
  transition: all 0.3s ease 0s;
}
.react-sideabr ul a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.react-sideabr ul li + li {
  margin-top: 10px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.react-sideabr .widget_categories ul li,
.react-sideabr .widget_archive ul li,
.react-sideabr .widget_pages ul li,
.react-sideabr .widget_meta ul li,
.react-sideabr .widget_recent_entries ul li,
.react-sideabr .widget_nav_menu ul li,
.react-sideabr .widget_block ul li {
  border-top: none;
  border: none;
  position: relative;
  margin-bottom: 10px;
  transition: 0.3s;
  padding-top: 0;
  border-radius: 12px;
}
.react-sideabr .widget_categories ul li a,
.react-sideabr .widget_archive ul li a,
.react-sideabr .widget_pages ul li a,
.react-sideabr .widget_meta ul li a,
.react-sideabr .widget_recent_entries ul li a,
.react-sideabr .widget_nav_menu ul li a,
.react-sideabr .widget_block ul li a {
  color: #5D666F;
  font-weight: 500;
  transition: 0.3s;
  padding: 5px 0px;
  display: inline-block;
  border-radius: 12px;
}
.react-sideabr .widget_categories ul li a:hover,
.react-sideabr .widget_archive ul li a:hover,
.react-sideabr .widget_pages ul li a:hover,
.react-sideabr .widget_meta ul li a:hover,
.react-sideabr .widget_recent_entries ul li a:hover,
.react-sideabr .widget_nav_menu ul li a:hover,
.react-sideabr .widget_block ul li a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_categories ul li span,
.react-sideabr .widget_archive ul li span,
.react-sideabr .widget_pages ul li span,
.react-sideabr .widget_meta ul li span,
.react-sideabr .widget_recent_entries ul li span,
.react-sideabr .widget_nav_menu ul li span,
.react-sideabr .widget_block ul li span {
  font-weight: 700;
  float: right;
  font-size: 14px;
  font-weight: 700;
}
.react-sideabr .widget_categories ul li ul,
.react-sideabr .widget_archive ul li ul,
.react-sideabr .widget_pages ul li ul,
.react-sideabr .widget_meta ul li ul,
.react-sideabr .widget_recent_entries ul li ul,
.react-sideabr .widget_nav_menu ul li ul,
.react-sideabr .widget_block ul li ul {
  padding-top: 7px;
  padding-left: 10px;
}
.react-sideabr .widget_categories ul li ul li,
.react-sideabr .widget_archive ul li ul li,
.react-sideabr .widget_pages ul li ul li,
.react-sideabr .widget_meta ul li ul li,
.react-sideabr .widget_recent_entries ul li ul li,
.react-sideabr .widget_nav_menu ul li ul li,
.react-sideabr .widget_block ul li ul li {
  padding: 0;
  margin-bottom: 0;
}
.react-sideabr .widget_categories ul li a {
  position: relative;
}
.react-sideabr .widget_categories ul li a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_nav_menu span.description {
  display: none;
}
.react-sideabr .widget_recent_comments ul li {
  border-top: none;
  border: none;
  margin-top: 0px;
  position: relative;
  background: #eee;
  margin-bottom: 10px;
  padding: 14px 20px;
}
.react-sideabr .widget_recent_comments ul li:last-child {
  border: none;
}
.react-sideabr .widget_recent_comments ul li a {
  font-size: 16px;
  text-decoration: underline !important;
  font-weight: 500;
}
.react-sideabr .widget_recent_comments ul li a:hover {
  color: var(--color-secondary);
}
.react-sideabr .widget_recent_comments ul li ul {
  padding-top: 7px;
  background: #f8f9fb;
  padding-left: 10px;
}
.react-sideabr .widget_product_categories h2.widget-title {
  margin-bottom: 18px;
}
.react-sideabr .widget_product_categories ul li {
  border-top: none;
  padding: 6px 0px 6px 14px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.react-sideabr .widget_recent_entries h2.widget-title {
  margin-bottom: 18px;
}
.react-sideabr .widget_block ol.wp-block-latest-comments li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
  padding: 13px 0px 3px 0px;
  position: relative;
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a {
  color: var(--color-secondary);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li:first-child {
  border-top: none;
  margin-top: 0;
}
.react-sideabr .widget_block ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 400;
  line-height: 1.4;
}
.react-sideabr .widget_calendar table caption {
  padding-bottom: 0;
}
.react-sideabr .widget_block ul li {
  font-weight: 400;
  line-height: 1.5;
}
.react-sideabr .widget_block ul > li:first-child > a:after {
  display: none;
}
.react-sideabr .widget_search,
.react-sideabr .bs-search {
  overflow: hidden;
  position: relative;
}
.react-sideabr .widget_search input,
.react-sideabr .bs-search input {
  height: 50px;
  padding-left: 20px;
  padding-right: 65px;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--color-white);
  transition: all 0.4s ease-out 0s;
}
.react-sideabr .widget_search input:focus,
.react-sideabr .bs-search input:focus {
  outline: none;
  border: 1px solid var(--e-global-color-accent);
}
.react-sideabr .widget_search button,
.react-sideabr .bs-search button {
  background: var(--e-global-color-accent);
  border: medium none;
  padding: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 0;
}
.react-sideabr .widget_search button i:before,
.react-sideabr .bs-search button i:before {
  margin: 0;
  color: var(--color-secondary);
}
.react-sideabr .widget_search label,
.react-sideabr .bs-search label {
  display: inline;
  font-weight: normal;
}
.react-sideabr label.wp-block-search__label {
  display: block;
  margin-bottom: 25px;
}
.react-sideabr .wp-block-search__inside-wrapper {
  position: relative;
}
.react-sideabr .widget_search button {
  font-size: 0;
}
.react-sideabr .widget_search button:before {
  font-family: "rt-icons";
  font-size: 16px;
  content: "\e819";
  position: absolute;
  right: 20px;
  top: 12px;
  color: var(--color-white);
}
.react-sideabr .widget_categories ul, .react-sideabr .widget_recent_entries ul, .react-sideabr .widget_archive ul, .react-sideabr .widget_meta ul {
  list-style: none;
}
.react-sideabr .recent-post-widget > div + div {
  margin-top: 18px;
}
.react-sideabr .recent-post-widget .post-date {
  font-size: 13px;
  color: #999999;
}
.react-sideabr .recent-post-widget .post-title {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.react-sideabr .recent-post-widget .post-title a {
  font-size: 15px;
}
.react-sideabr .recent-post-widget .post-desc {
  margin-left: 20px;
}
.react-sideabr .recent-post-widget .post-desc span {
  display: block;
  font-size: 14px;
  color: var(--color-body);
  font-weight: 400;
  padding-top: 3px;
}
.react-sideabr .recent-post-widget .post-desc span i {
  width: 14px;
  color: var(--color-body);
}
.react-sideabr .recent-post-widget .post-desc a {
  display: block;
  color: var(--e-global-color-primary);
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-top: 5px;
}
.react-sideabr .recent-post-widget .post-desc a:hover {
  color: var(--e-global-color-primary);
}
.react-sideabr .tagcloud a {
  display: inline-block;
  padding: 5px 16px;
  background: var(--e-global-color-primary);
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px !important;
  font-weight: 500;
  transition: 0.3s;
}
.react-sideabr .tagcloud a:hover {
  color: var(--e-global-color-335e79d);
  background-color: var(--e-global-color-accent);
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  color: var(--color-secondary);
}

.bottom-shadow1 {
  padding: 32px 0 20px 0;
}

.react-sideabr .widget_recent_entries ul li:first-child {
  border: none;
}

ul.wp-block-archives-list {
  list-style: none;
}
ul.wp-block-archives-list li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  text-decoration: underline !important;
}

.wp-block-categories.wp-block-categories-dropdown select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-archives.wp-block-archives-dropdown select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-categories.wp-block-categories-dropdown {
  position: relative;
  background: transparent;
  display: inline-block;
}
.wp-block-categories.wp-block-categories-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
}

.wp-block-archives.wp-block-archives-dropdown {
  position: relative;
  background: transparent;
  display: inline-block;
}
.wp-block-archives.wp-block-archives-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
}

.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}

body.search .entry-summary .blog-button a {
  text-align: center;
  display: inline-block;
  color: var(--e-global-color-primary);
  padding: 7px 35px 14px 35px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  border-radius: 15px;
}
body.search .entry-summary .blog-button a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  border-color: var(--color-secondary);
}

.single-post .react-sideabr h2 {
  margin-top: 0;
}

.show-featured {
  display: flex;
  align-items: center;
}
@media all and (max-width: 475px) {
  .show-featured {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .show-featured .post-desc {
    margin-left: 0 !important;
  }
}
.show-featured .post-img {
  width: 90px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}
.show-featured .post-img img {
  transition: all 0.5s ease 0s;
  border-radius: 5px;
}
.show-featured .post-img:hover img {
  transform: scale(1.2);
}
.show-featured .post-item {
  flex-basis: 80%;
  overflow: hidden;
}

.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 0;
  background: #f6f6f6;
  color: #444444;
  padding: 18px 45px 18px 25px;
  width: 100%;
  border-radius: 0;
}
.bs-search button {
  border: medium none;
  padding: 9px 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  color: var(--color-white);
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search button:hover {
  color: var(--color-secondary);
}
.bs-search label {
  display: inline;
  font-weight: normal;
}

article.sticky .blog-title a {
  color: var(--e-global-color-accent) !important;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
article.sticky .blog-title a:after {
  font-family: rt-icons;
  content: "\e81b";
  position: absolute;
  left: 0;
  top: 11px;
  color: var(--e-global-color-accent);
  font-size: 25px;
}
article.sticky .blog-title:hover a {
  color: var(--e-global-color-primary) !important;
}
article.sticky .blog-title:hover a:after {
  color: var(--e-global-color-primary);
}

.archive-post h3.blog-title a {
  color: var(--e-global-color-primary);
}
.archive-post h3.blog-title a:hover {
  color: var(--e-global-color-primary);
}

.search-no-results .no-results {
  margin-right: 20px;
}
.search-no-results .no-results .search-form {
  position: relative;
}
.search-no-results .no-results .search-form input {
  border-radius: 30px;
}
.search-no-results .no-results .search-form button {
  background: var(--e-global-color-primary);
  border: medium none;
  position: absolute;
  right: 0px;
  top: 0;
  width: 55px;
  height: 55px;
  line-height: 35px;
  border-radius: 50%;
  z-index: 0;
  font-size: 16px;
  outline: none;
}
.search-no-results .no-results .search-form button:before {
  font-family: "rt-icons";
  font-size: 16px;
  content: "\e819";
  position: absolute;
  right: 20px;
  top: 11px;
  color: var(--color-white);
}

/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
  padding-left: 13px;
  line-height: 40px;
  padding-right: 20px;
  display: inline-block;
}

.reactheme-pagination-area,
.pagination-area {
  padding-top: 50px;
  clear: both;
  text-align: center;
}
.reactheme-pagination-area .pagination,
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.reactheme-pagination-area .nav-links,
.pagination-area .nav-links {
  display: inline-block;
  padding: 11px 0px;
  margin: 0 auto;
}
.reactheme-pagination-area .nav-links span.current,
.pagination-area .nav-links span.current {
  background: var(--primary-color);
  color: #fff;
}
.reactheme-pagination-area .nav-links > *,
.pagination-area .nav-links > * {
  border-radius: 30px;
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--color-border);
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.reactheme-pagination-area .nav-links a,
.pagination-area .nav-links a {
  color: var(--color-body);
  background: transparent;
}
.reactheme-pagination-area .nav-links a:hover,
.pagination-area .nav-links a:hover {
  background: var(--primary-color);
  color: #fff;
}
.reactheme-pagination-area .nav-links a.next,
.pagination-area .nav-links a.next {
  font-size: 0;
  position: relative;
}
.reactheme-pagination-area .nav-links a.next:before,
.pagination-area .nav-links a.next:before {
  content: "\e814";
  font-family: "rt-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}
.reactheme-pagination-area .nav-links a.prev,
.pagination-area .nav-links a.prev {
  font-size: 0;
  position: relative;
}
.reactheme-pagination-area .nav-links a.prev:before,
.pagination-area .nav-links a.prev:before {
  content: "\e813";
  font-family: "rt-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}

.pagination-pages {
  display: inline-block;
  border: 1px solid #f1f1f1;
  padding: 11px 30px;
  border-radius: 10px;
}

.entry-footer .edit-link {
  padding: 20px 0;
  display: block;
}

.wp-block-latest-posts, .wp-block-rss {
  list-style: none;
}
.wp-block-latest-posts li, .wp-block-rss li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.wp-block-latest-posts li a, .wp-block-rss li a {
  font-size: 16px;
  color: var(--color-secondary);
}
.wp-block-latest-posts li a:hover, .wp-block-rss li a:hover {
  color: var(--color-secondary);
}

.page-links {
  display: block;
  clear: both;
}
.page-links span {
  padding: 3px 5px;
  margin: 0 0 0 5px;
}

.page-links .current span {
  color: var(--e-global-color-primary);
}

.page-links a span {
  background: transparent !important;
  color: #757575;
}

.comment-list .pingback, .comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}

.reactheme-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}

.single #content h3,
.single #content h4 {
  margin-bottom: 17px;
}

li.category-name ul.post-categories {
  position: relative;
  float: none !important;
  padding-left: 22px !important;
}

li.category-name ul.post-categories:before {
  content: "\f115";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--e-global-color-primary);
}

/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  margin-bottom: 40px;
  border: 1px solid #E6E9F0;
  padding: 40px 40px 35px;
  margin-right: 20px;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 40px !important;
}
body.search-results .site-main > article .entry-title a {
  color: var(--color-secondary);
}
body.search-results .site-main > article .entry-title a:hover {
  color: var(--e-global-color-primary);
}
body.search-results .site-main > article .entry-summary {
  padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: var(--color-secondary);
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: var(--color-secondary);
}
body.search-results .site-main > article .entry-summary .search-button a i {
  vertical-align: middle;
  transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
  padding: 20px 35px;
  background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
  display: none;
}
body.search-results .site-main > article .entry-footer span {
  font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
  font-weight: 400;
  color: var(--color-body);
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: var(--e-global-color-primary);
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
body.search-results .main-contain #content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.page #reply-title small a {
  padding-left: 10px;
}

.blog.theme-dark, .blog .dynamic-sidebar, .single-post.theme-dark, .single-post .dynamic-sidebar {
  background: #000;
  color: #aaaaaa;
}
.blog.theme-dark h1, .blog.theme-dark h2, .blog.theme-dark h3, .blog.theme-dark h4, .blog.theme-dark h5, .blog.theme-dark h6, .blog .dynamic-sidebar h1, .blog .dynamic-sidebar h2, .blog .dynamic-sidebar h3, .blog .dynamic-sidebar h4, .blog .dynamic-sidebar h5, .blog .dynamic-sidebar h6, .single-post.theme-dark h1, .single-post.theme-dark h2, .single-post.theme-dark h3, .single-post.theme-dark h4, .single-post.theme-dark h5, .single-post.theme-dark h6, .single-post .dynamic-sidebar h1, .single-post .dynamic-sidebar h2, .single-post .dynamic-sidebar h3, .single-post .dynamic-sidebar h4, .single-post .dynamic-sidebar h5, .single-post .dynamic-sidebar h6 {
  color: var(--e-global-color-primary);
}
.blog.theme-dark .title-wrap .blog-title a, .blog .dynamic-sidebar .title-wrap .blog-title a, .single-post.theme-dark .title-wrap .blog-title a, .single-post .dynamic-sidebar .title-wrap .blog-title a {
  color: var(--e-global-color-white) !important;
}
.blog.theme-dark .single-info.author span, .blog .dynamic-sidebar .single-info.author span, .single-post.theme-dark .single-info.author span, .single-post .dynamic-sidebar .single-info.author span {
  color: #aaa;
}
.blog.theme-dark .single-info.cat span a, .blog .dynamic-sidebar .single-info.cat span a, .single-post.theme-dark .single-info.cat span a, .single-post .dynamic-sidebar .single-info.cat span a {
  color: #aaa !important;
}
.blog.theme-dark .react-sideabr .widget, .blog .dynamic-sidebar .react-sideabr .widget, .single-post.theme-dark .react-sideabr .widget, .single-post .dynamic-sidebar .react-sideabr .widget {
  background: #000;
  color: #fff;
  padding: 0 15px;
}
.blog.theme-dark .react-sideabr .widget .widget-title, .blog .dynamic-sidebar .react-sideabr .widget .widget-title, .single-post.theme-dark .react-sideabr .widget .widget-title, .single-post .dynamic-sidebar .react-sideabr .widget .widget-title {
  color: #fff !important;
}
.blog.theme-dark .react-sideabr .widget .post-item .post-desc a, .blog .dynamic-sidebar .react-sideabr .widget .post-item .post-desc a, .single-post.theme-dark .react-sideabr .widget .post-item .post-desc a, .single-post .dynamic-sidebar .react-sideabr .widget .post-item .post-desc a {
  color: #fff !important;
}

/* ---------------------------
    Header Section 
------------------------------*/
#reactheme-header {
  width: 100%;
}
#reactheme-header.rts-default-header.default-header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  transition: all 300ms ease-in-out;
}
#reactheme-header.rts-default-header .header-inner {
  position: relative;
  z-index: 1;
  background: #000;
}
#reactheme-header.rts-default-header .site-title a {
  color: var(--color-white);
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}
#reactheme-header.rts-default-header .header-logo {
  padding: 10px 0 10px;
  display: flex;
  flex: 1;
  text-align: left;
}
#reactheme-header.rts-default-header .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
#reactheme-header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
#reactheme-header.fixed-header {
  position: absolute;
  z-index: 9999;
}
#reactheme-header .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  width: 20px;
}
#reactheme-header.sticky-header .main-menu-item .menu-item {
  transition: var(--transition);
  padding: 25px 20px;
}
#reactheme-header.sticky-header .sub-menu .menu-item {
  padding: inherit;
}

.rts__pmenu ul li.main-menu-item {
  position: relative;
}
.rts__pmenu ul li.main-menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 6px;
  height: 6px;
  background: var(--e-global-color-accent);
  border-radius: 50%;
}
.rts__pmenu ul li.main-menu-item:first-child::before {
  display: none;
}

.sticky-header .header__topbar {
  display: none;
}

.header__topbar {
  transition: all 0.3s ease-in;
}

header.sticky-header {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.menu-area {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.menu-area.separator_yes li:last-child a {
  padding-right: 30px;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 25px 0px 25px 20px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
  color: var(--color-accent);
}
.menu-area .navbar ul li a {
  color: var(--color-white);
  font-size: 12px;
  padding-right: 16px;
  line-height: 120%;
  font-family: var(--body-font);
  font-weight: 600;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.menu-area .navbar ul li.active a {
  color: var(--color-secondary);
}
.menu-area .navbar ul li.active li a {
  color: var(--color-secondary);
}
.menu-area .navbar ul li.active li a:hover {
  color: var(--color-secondary);
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 250px;
  background: #222327;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(30px);
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  border-radius: 3px;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 30px;
  position: relative;
  padding: 0 0;
  height: auto;
}
.menu-area .navbar ul li ul.sub-menu li a {
  display: block;
  color: var(--color-white);
  line-height: 30px;
  padding: 0px 12px 0px 12px;
  font-weight: 400;
  font-family: var(--body-font);
  transition: 0.3s;
  font-size: 12px;
}
.menu-area .navbar ul li ul.sub-menu li a:before {
  color: var(--color-white);
}
.menu-area .navbar ul li ul.sub-menu li a ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 50%;
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  background: var(--color-accent);
}
.menu-area .navbar ul li ul.sub-menu li:hover > a:before {
  color: var(--color-white);
  opacity: 1 !important;
}
.menu-area .navbar ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a {
  background: var(--color-accent);
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a:before, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a:before {
  color: var(--color-white);
}
.menu-area .navbar ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.menu-area .navbar .navbar-toggle {
  background-color: var(--color-primary);
  border-radius: 2px;
  transition: 0.4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: var(--color-white);
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.menu-area.vertical .navbar ul li {
  display: block;
  list-style: none;
}
.menu-area.vertical .navbar ul li a i {
  margin-right: 10px;
  font-size: 14px;
}
.menu-area.vertical .yes .navbar ul li {
  display: inline-block;
  width: 47%;
}

.menu-area .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "rt-icons";
  left: auto;
  right: 0;
  top: 53%;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 400;
}
.menu-area .navbar ul > li.menu-item-has-children .icon2 .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.menu-area .navbar ul > li.menu-item-has-children .icon2 .navbar ul > li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "rt-icons";
  left: auto;
  right: 0;
  top: 53%;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 600;
}
.menu-area .navbar ul > li.menu-item-has-children .icon2 .navbar ul > li.menu-item-has-children > a:before:hover::before {
  content: "\e808" !important;
  font-family: "rt-icons";
}
.menu-area .navbar ul > li.menu-item-has-children .icon2 .navbar ul > li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  margin-right: 0;
}
.menu-area .navbar ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a {
  margin-right: 0px;
}
.menu-area .navbar ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a::before {
  right: 10px;
}

/*******off Canvas css********/
ul.offcanvas-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.offcanvas-icon .nav-link-container a {
  padding: 0px;
  background: transparent;
  max-width: 28px;
  display: inline-block;
}
ul.offcanvas-icon .nav-link-container a svg, ul.offcanvas-icon .nav-link-container a path, ul.offcanvas-icon .nav-link-container a rect {
  fill: var(--color-white);
}

.stuck.sticky .sticky-hide {
  display: none;
}

.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}

.offcanvas-icon .nav-link-container .nav-menu-link svg {
  background: transparent;
}
.offcanvas-icon.layout-2 .nav-menu-link {
  display: block;
  padding: 12px 0px 16px 0px;
  width: 58px;
  height: 55px;
  display: block;
  transition: all 0.5s ease 0s;
}
.offcanvas-icon.layout-2 .nav-menu-link span {
  display: block;
  border-top: 3px solid var(--color-white);
  width: 20px;
  position: relative;
  top: 2px;
}
.offcanvas-icon.layout-2 .nav-menu-link span.line3 {
  width: 10px;
  position: relative;
  top: 4px;
  border-top: 2px solid var(--color-white);
}
.offcanvas-icon.layout-2 .nav-menu-link span.line1 {
  width: 10px;
  margin-top: 3px;
  position: relative;
  top: 1px;
  border-top: 2px solid var(--color-white);
}
.offcanvas-icon.layout-2 .nav-menu-link:hover span {
  border-color: var(--color-white) !important;
  background: var(--color-white) !important;
}

.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
.sidenav .sub-menu {
  display: none;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a {
  display: block;
  font-size: 18px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn {
  margin-bottom: 25px;
  margin-top: 8px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn span {
  background: var(--color-white);
  color: #000;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 40px 4px;
  transition: all 0.5s ease;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn:hover span {
  background: var(--color-primary);
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.emails {
  padding-bottom: 20px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content {
  padding-left: 135px;
  padding-top: 27px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content .widget {
  margin: 0 0 35px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content .widget.widget_contact_widget {
  padding-top: 25px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content a {
  transition: unset;
}

.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
  color: var(--color-primary) !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: var(--color-primary) !important;
}
.mobile-menu-container .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
  padding-right: 0;
  margin-right: 0;
}

.sidenav .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}

#mobile_menu ul ul li,
#mobile_menu li:hover > ul > li {
  height: auto;
}

#mobile_menu ul li a,
#mobile_menu ul ul li a {
  width: 100%;
}

#mobile_menu > ul > li {
  float: none;
}

#mobile_menu ul ul li a {
  padding-left: 25px;
}

#mobile_menu ul ul ul li a {
  padding-left: 35px;
}

#mobile_menu ul ul,
#mobile_menu ul ul ul,
#mobile_menu.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#mobile_menu > ul > li.has-sub > a:after,
#mobile_menu > ul > li.has-sub > a:before,
#mobile_menu ul ul > li.has-sub > a:after,
#mobile_menu ul ul > li.has-sub > a:before {
  display: none;
}

#mobile_menu #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#mobile_menu .menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: "";
}

#mobile_menu .menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: "";
}

#mobile_menu .menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: var(--color-white);
  transform: rotate(45deg);
}

#mobile_menu .menu-button.menu-opened:before {
  top: 23px;
  background: var(--color-white);
  width: 15px;
  transform: rotate(-45deg);
}

#mobile_menu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 20px;
  display: block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 3px;
}

#mobile_menu .menu li ul.sub-menu li ul.sub-menu a {
  padding-left: 50px;
}

#reactheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

#mobile_menu ul > li.menu-minimize > .submenu-button:before {
  display: none !important;
}

#mobile_menu ul ul .submenu-button {
  height: 34px;
  width: 34px;
  top: 0;
}

#mobile_menu .submenu-button:after {
  content: "";
  position: absolute;
  font-family: "rt-icons";
  content: "\e809";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile_menu .submenu-button.submenu-opened:after {
  content: "";
  position: absolute;
  font-family: "rt-icons";
  content: "\e809";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile_menu ul ul .submenu-button:after {
  top: 17px;
  right: 7px;
}

#mobile_menu ul ul .submenu-button:before {
  top: 11px;
  right: 16px;
}

#mobile_menu .submenu-button.submenu-opened:before {
  display: none;
}

.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
}
.sidenav .menu li ul.sub-menu li a:before {
  display: none;
}
.sidenav .widget_nav_menu {
  padding: 0 !important;
}
.sidenav p {
  font-size: 16px;
  line-height: 28px;
}

.responsive-menus,
.sidebarmenu-area.text-right.mobilehum {
  display: none;
}

.menu-area .navbar ul > li > a span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}
.menu-area .navbar ul > li > a span:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  transform: translate3d(0, 0, 0);
}

ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
  display: none;
}

/*Full Search sec*/
.sticky_form.rts-search-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #f6f6f6;
  width: 100%;
  height: 45%;
  z-index: 9999;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  left: 0;
}
.sticky_form.rts-search-popup button {
  background: none;
  top: 30%;
}
.sticky_form.rts-search-popup button:hover {
  color: var(--color-primary);
}
.sticky_form.rts-search-popup .sticky_form_search.sticky_form_search:before {
  margin-left: 0 !important;
}

.sticky_form_full {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.sticky_form_full button i::before {
  color: var(--color-body);
  font-size: 30px;
}

.sticky_form .search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #ced1d9;
  outline: none;
  border-radius: 0;
  padding: 20px 0;
  font-size: 30px;
}

.close-search {
  position: fixed;
  right: 50px;
  top: 50px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.close-search:before {
  font-size: 30px !important;
}

.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}

.reactheme-innner-offcanvas-contents .footer_social {
  margin: 30px 0 0;
}

.hfe-site-sticky-logo-img {
  display: none;
}

.sticky .hide_logo_desktop {
  display: none;
}

.sticky .hfe-site-sticky-logo-img {
  display: block;
}

/* Menu */
.menu-wrap-off {
  position: fixed;
  z-index: 9999;
  width: 80%;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--color-white);
  padding: 46px 30px 50px 30px;
  font-size: 1.15em;
  transform: translate3d(520px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 460px;
  overflow-y: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.menu-wrap-off .offcanvas_logo {
  padding-bottom: 30px;
}
.menu-wrap-off .widget_media_gallery .gallery {
  margin: 0;
}
.menu-wrap-off .widget_media_gallery .gallery-item {
  margin: 0;
}
.menu-wrap-off .widget_media_gallery .gallery-item .gallery-icon {
  padding: 8px;
}
.menu-wrap-off .widget_media_gallery .gallery-item .gallery-icon img {
  border-radius: 3px;
}
.menu-wrap-off .nav-link-container {
  position: absolute;
  right: 50px;
  top: 50px;
  display: block;
  z-index: 99;
}
.menu-wrap-off .nav-link-container .close-button {
  color: var(--e-global-color-accent);
  padding: 6px 6px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  line-height: 26px;
  font-size: 20px;
}
.menu-wrap-off .nav-link-container .close-button span {
  background: var(--color-white);
  margin: 4px 5px;
}
.menu-wrap-off .logo-area {
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.nav-link-container #close-button2.close-button span.hamburger1 {
  transform: rotate(-45deg) translate(-4px, 4px);
  width: 24px;
}

.nav-link-container #close-button2.close-button span.hamburger3 {
  transform: rotate(45deg) translate(0px, 0px);
  width: 24px;
}

body.logged-in .menu-wrap-off {
  padding: 63px 30px 50px 40px;
}

body.logged-in .menu-wrap-off .inner-offcan .nav-link-container {
  top: 50px;
}

.off-nav-layer {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
  background: var(--color-white);
  border-radius: 50%;
  transition: 1s;
  transform: scale3d(0, 0, 0);
  display: block !important;
}

.off-nav-layer.off-open {
  transform: scale3d(1, 1, 1);
  display: block;
}

.menu-ofcn.off-open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  z-index: 10000;
}

.inner-offcan {
  opacity: 0;
  transition: all 0.8s ease;
}

body.on-offcanvas .menu-ofcn.off-open .inner-offcan {
  width: 100%;
  opacity: 1;
}

.off-nav-layer {
  background: var(--color-white);
}

.mobile-menu-container ul li.active a {
  color: var(--color-secondary);
}

/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.sticky-logo {
  display: none;
}

.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

.body-close {
  opacity: 0;
  visibility: hidden;
}

body.off-open .body-close {
  position: fixed;
  width: 100%;
  background: #000;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 9;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
}

body.off-open-2 {
  overflow: hidden;
}
body.off-open-2 .body-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
  cursor: grab;
}

.pointer {
  cursor: pointer;
}

/* ---------------------------
    Footer Css 
------------------------------*/
.reactheme-footer .navbar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reactheme-footer {
  background: #F6F8F9;
  font-size: 16px;
  position: relative;
}
.reactheme-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.reactheme-footer ul li:last-child {
  padding-bottom: 0;
}

.error404 .reactheme-footer {
  margin: 0;
}

.footer-bottom {
  background: #000;
  color: #fff;
}
.footer-bottom .copyright_border {
  padding: 20px 0;
  text-align: center;
}
.footer-bottom .copyright_border .copyright {
  text-align: center;
}
.footer-bottom .copyright p {
  margin: 0;
  line-height: 35px;
}
.footer-bottom .copyright a {
  color: #fff;
  font-weight: 700;
}
.footer-bottom .copyright a:hover {
  color: var(--color-accent);
}

#top-to-bottom {
  text-align: center;
  bottom: 0;
  cursor: pointer;
  position: fixed;
  right: 28px;
  z-index: 10;
  display: none;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.5s ease 0s;
  opacity: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: var(--e-global-color-accent);
  border-radius: 0;
}
#top-to-bottom i {
  color: #fff;
}

.scroll_visible {
  transform: translateY(-35px) !important;
  opacity: 1 !important;
}

.woocommerce,
.woocommerce-page {
  color: #000;
}

.woocommerce a.button,
.woocommerce-page .wp-element-button,
.woocommerce .product form.cart .button,
.single-product #review_form #respond .form-submit input,
.woocommerce-page .woocommerce-address-fields button,
.woocommerce-page .woocommerce-MyAccount-content button,
.woocommerce-page .woocommerce-form-login button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-block;
  font-family: var(--heading-font);
  text-align: center;
  color: var(--color-white);
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 25px;
  font-size: 15px;
  border: none;
  border-radius: 0;
  background: var(--primary-color) !important;
  line-height: 1.8;
}
.woocommerce a.button:focus,
.woocommerce-page .wp-element-button:focus,
.woocommerce .product form.cart .button:focus,
.single-product #review_form #respond .form-submit input:focus,
.woocommerce-page .woocommerce-address-fields button:focus,
.woocommerce-page .woocommerce-MyAccount-content button:focus,
.woocommerce-page .woocommerce-form-login button:focus,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
  box-shadow: none !important;
}
.woocommerce a.button:hover,
.woocommerce-page .wp-element-button:hover,
.woocommerce .product form.cart .button:hover,
.single-product #review_form #respond .form-submit input:hover,
.woocommerce-page .woocommerce-address-fields button:hover,
.woocommerce-page .woocommerce-MyAccount-content button:hover,
.woocommerce-page .woocommerce-form-login button:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  color: var(--color-white);
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  color: var(--primary-color);
}

.woocommerce .product .woocommerce-loop-product__title {
  font-size: 18px !important;
}
.woocommerce .product .woocommerce-loop-product__title:hover {
  color: var(--primary-color);
}
.woocommerce .product .price {
  color: var(--color-primary) !important;
  font-weight: 700 !important;
  display: inline-block !important;
}
.woocommerce .product .price:hover {
  color: var(--primary-color) !important;
}
.woocommerce .product .star-rating {
  font-size: 16px !important;
  margin: 0 auto 10px;
  color: #fdc937;
}
.woocommerce .product .star-rating::before {
  color: #fdc937;
}
.woocommerce .product span.onsale {
  background: var(--primary-color);
  padding: 0;
  z-index: 2;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 700;
  color: var(--color-body);
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--primary-color);
  color: var(--color-white);
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce .woocommerce-page ul.products.columns-3 li.product {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
.woocommerce .woocommerce-ordering,
.woocommerce div.product form.cart .variations {
  position: relative;
  margin: 0 0 2em;
}
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: transparent;
}
.woocommerce .woocommerce-ordering:after,
.woocommerce div.product form.cart .variations:after {
  content: "\e809";
  font-family: rt-icons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 12px;
  color: #171f32;
  z-index: -1;
}

.single-product div.product .product_title {
  margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  margin: 0;
  margin-right: 5px;
}
.single-product div.product .price {
  margin-bottom: 10px;
  color: var(--primary-color) !important;
}
.single-product div.product .variations_button {
  display: flex;
  align-items: center;
}
.single-product div.product .product_meta {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.single-product div.product .product_meta .sku {
  color: var(--color-primary);
}
.single-product div.product .product_meta .posted_in a {
  color: var(--primary-color);
}
.single-product div.product .summary form table.variations th {
  padding-left: 0;
}
.single-product div.product .summary form .quantity {
  margin-right: 10px !important;
}
.single-product div.product .summary form .quantity .qty {
  width: 6em;
  padding: 8px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
}
.single-product div.product .summary form .quantity .qty:focus {
  outline: 0px;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: transparent;
  margin: auto;
  margin-right: 5px;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active, .single-product div.product .woocommerce-tabs ul.tabs li:hover {
  background: var(--primary-color);
  color: var(--color-white);
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a, .single-product div.product .woocommerce-tabs ul.tabs li:hover a {
  color: var(--color-white);
}
.single-product div.product .woocommerce-tabs ul.tabs li::after, .single-product div.product .woocommerce-tabs ul.tabs li::before {
  content: none;
}
.single-product div.product .woocommerce-tabs td.woocommerce-product-attributes-item__value {
  padding-left: 10px !important;
}
.single-product div.product .woocommerce-tabs .shop_attributes td p {
  margin-left: 10px;
}
.single-product div.product .woocommerce-tabs #commentform .stars a {
  color: #fdc937;
}
.single-product div.product .woocommerce-tabs #commentform #comment {
  height: 150px;
  border-color: var(--color-secondary);
}
.single-product div.product.product-type-simple form.cart {
  display: flex;
  align-items: center;
}
.single-product div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 8;
}

.woocommerce-page .wc-block-components-product-metadata p {
  font-size: 16px !important;
}
.woocommerce-page .wc-block-components-product-name {
  font-size: 18px;
}
.woocommerce-page .wc-block-cart-items .wc-block-cart-item__remove-link:hover {
  color: var(--primary-color) !important;
}
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container {
  border-color: #ced4da !important;
}
.woocommerce-page .wp-block-woocommerce-cart .wc-block-grid__product-title {
  font-size: 16px;
}
.woocommerce-page .wp-block-woocommerce-cart .wc-block-grid__product-price {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 14px;
}
.woocommerce-page ul.order_details li {
  margin-bottom: 8px;
}
.woocommerce-page ul.order_details li strong {
  color: var(--color-title);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  background: transparent;
  border: 1px solid #ebebeb;
  position: relative;
  border-radius: 7px;
  transition: all 0.6s;
  list-style: none;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  transition: all 0.6s;
  color: #999999;
  padding: 15px 25px;
  padding-left: 60px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:before {
  position: absolute;
  left: 30px;
  top: 50%;
  content: "\e80f";
  font-family: "rt-icons";
  transform: translateY(-50%);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active {
  background: var(--primary-color);
  color: var(--color-white) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--color-white) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\e832";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\e81e";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\e831";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\e801";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\e808";
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr th {
  padding-top: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr th:first-child,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr td:first-child {
  padding-left: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr:last-child td {
  padding-bottom: 20px;
}
.woocommerce-account .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea {
  height: 50px;
  padding: 15px;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce-account .select2-container--default .select2-selection--single {
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce-account .select2-container--default .select2-selection--single span {
  color: var(--color-body);
  padding: 0;
}
.woocommerce-account form.woocommerce-EditAccountForm fieldset {
  margin-bottom: 40px;
  margin-top: 30px;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  h1.product_title {
    font-size: 35px;
    letter-spacing: -1px;
  }
}
.swiper-slide-active .sw-anim {
  animation-delay: 0s;
  animation: scaleIn 2s;
}

/* ================================================== */
.id-color {
  color: var(--color-primary);
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-80px {
  width: 80px;
}

.h-10 {
  height: 10%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-50 {
  height: 50%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.h-90 {
  height: 90%;
}

.h-100 {
  height: 100%;
}

.top-10 {
  top: 10%;
}

.top-20 {
  top: 20%;
}

.top-30 {
  top: 30%;
}

.top-40 {
  top: 40%;
}

.top-50 {
  top: 50%;
}

.top-60 {
  top: 60%;
}

.top-70 {
  top: 70%;
}

.top-80 {
  top: 80%;
}

.top-90 {
  top: 90%;
}

.top-100 {
  top: 100%;
}

.top-10px {
  top: 10px;
}

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

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

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

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

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

.top-70px {
  top: 70px;
}

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

.top-90px {
  top: 90px;
}

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

.bottom-10 {
  bottom: 10%;
}

.bottom-20 {
  bottom: 20%;
}

.bottom-30 {
  bottom: 30%;
}

.bottom-40 {
  bottom: 40%;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-60 {
  bottom: 60%;
}

.bottom-70 {
  bottom: 70%;
}

.bottom-80 {
  bottom: 80%;
}

.bottom-90 {
  bottom: 90%;
}

.bottom-100 {
  bottom: 100%;
}

.bottom-10px {
  bottom: 10px;
}

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

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

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

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

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

.bottom-70px {
  bottom: 70px;
}

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

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

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

.start-10 {
  left: 10%;
}

.start-20 {
  left: 20%;
}

.start-30 {
  left: 30%;
}

.start-40 {
  left: 40%;
}

.start-50 {
  left: 50%;
}

.start-60 {
  left: 60%;
}

.start-70 {
  left: 70%;
}

.start-80 {
  left: 80%;
}

.start-90 {
  left: 90%;
}

.start-100 {
  left: 100%;
}

.hover-op-1 {
  opacity: 0;
}

.start-10px {
  left: 10px;
}

.start-20px {
  left: 20px;
}

.start-30px {
  left: 30px;
}

.start-40px {
  left: 40px;
}

.start-50px {
  left: 50px;
}

.start-60px {
  left: 60px;
}

.start-70px {
  left: 70px;
}

.start-80px {
  left: 80px;
}

.start-90px {
  left: 90px;
}

.start-100px {
  left: 100px;
}

.end-10 {
  right: 10%;
}

.end-20 {
  right: 20%;
}

.end-30 {
  right: 30%;
}

.end-40 {
  right: 40%;
}

.end-50 {
  right: 50%;
}

.end-60 {
  right: 60%;
}

.end-70 {
  right: 70%;
}

.end-80 {
  right: 80%;
}

.end-90 {
  right: 90%;
}

.end-100 {
  right: 100%;
}

.end-10px {
  right: 10px;
}

.end-20px {
  right: 20px;
}

.end-30px {
  right: 30px;
}

.end-40px {
  right: 40px;
}

.end-50px {
  right: 50px;
}

.end-60px {
  right: 60px;
}

.end-70px {
  right: 70px;
}

.end-80px {
  right: 80px;
}

.end-90px {
  right: 90px;
}

.end-100px {
  right: 100px;
}

.ms-10 {
  margin-left: 10%;
}

.ms-20 {
  margin-left: 20%;
}

.ms-30 {
  margin-left: 30%;
}

.ms-40 {
  margin-left: 40%;
}

.ms-50 {
  margin-left: 50%;
}

.ms-60 {
  margin-left: 60%;
}

.ms-70 {
  margin-left: 70%;
}

.ms-80 {
  margin-left: 80%;
}

.ms-90 {
  margin-left: 90%;
}

.ms-100 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb40 {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-48 {
  font-size: 48px;
}

.fs-56 {
  font-size: 56px;
}

.fs-60 {
  font-size: 60px;
}

.fs-64 {
  font-size: 64px;
}

.fs-72 {
  font-size: 72px;
}

.fs-84 {
  font-size: 84px;
}

.fs-96 {
  font-size: 96px;
}

.alt-font {
  font-family: var(--alt-font);
}

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

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

.fw-400 {
  font-weight: 300;
}

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

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

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

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

.rounded-10px {
  border-radius: 10px;
}

.rounded-20px {
  border-radius: 20px;
}

.border-white-1 {
  border: solid 1px white;
}

.border-white-2 {
  border: solid 2px white;
}

.border-white-3 {
  border: solid 3px white;
}

.border-white-4 {
  border: solid 4px white;
}

.border-white-5 {
  border: solid 5px white;
}

.border-white-6 {
  border: solid 6px white;
}

.hover:hover .hover-scale-1-2 {
  transform: scale(1.2);
}

.hover:hover .hover-op-1 {
  opacity: 1;
}

.hover-scale-in-2 {
  transform: scale(2);
  opacity: 0;
}

.hover-scale-in-3 {
  transform: scale(3);
  opacity: 0;
}

.hover:hover .hover-scale-in-2 {
  transform: scale(1);
  opacity: 1;
}

.hover:hover .hover-scale-in-3 {
  transform: scale(1);
  opacity: 1;
}

.hover:hover .hover-op-0 {
  opacity: 0;
}

a, a:hover, .test-column, .test-column:hover {
  transition: 0.3s;
}

.op-7 {
  opacity: 0.7;
}

header, .hover, .hover * {
  transition: 0.5s;
  outline: none;
}

/* shadow */
header.smaller,
.shadow-soft,
.de-country,
#quick_form,
.de-map-wrapper iframe,
.de-box,
.de-review-list li,
.expand-custom,
.sc-opt,
#form_sb input,
.container-timeline ul li::before,
.box-url {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.shadow-1 {
  box-shadow: 0 10px 30px rgba(29, 29, 31, 0.25);
}

.no-shadow {
  box-shadow: none;
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: var(--body-font-color);
  font-family: var(--body-font);
  vertical-align: baseline;
  line-height: 1.8;
  font-weight: 400;
  overflow-x: hidden;
}

.rt-primary-bg {
  background: var(--color-primary);
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--e-global-color-primary);
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: #fff;
}

.border-white-6 {
  border: solid 6px white;
}

.abs-center {
  left: 50%;
  transform: translateX(-50%);
}

h1,
.h1 {
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -1px;
}

h1 .label {
  display: inline-block;
  font-size: 36px;
  padding: 0 6px;
  margin-left: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

h1 span {
  display: inline-block;
}

.text-line {
  color: transparent !important;
  -webkit-text-stroke: 1px #ffffff;
}

h1.s1 {
  letter-spacing: 30px;
  font-size: 26px;
}

h1.s2 {
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1.s2 .c1 {
  font-size: 240px;
  letter-spacing: -20px;
  line-height: 0.85em;
  position: relative;
}

h1.s2 .c1 span {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: block;
  font-size: 40px;
  line-height: 1em;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 10px 20px 10px 0;
}

h1.s2 .c2 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  font-size: 140px;
  padding-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

h1.s2 .c3 {
  font-size: 20px;
  font-weight: 500;
}

h1 .small-border {
  margin-top: 30px;
}

h1.big,
.h1_big {
  font-size: 64px;
  margin: 0;
  line-height: 70px;
}

h1.very-big,
.h1.very-big {
  font-size: 72px;
  line-height: 86px;
  letter-spacing: -3px;
}

h1.ultra-big,
h1.ultra-big .text-line {
  display: inline-block;
  font-size: 120px;
  line-height: 1em;
  margin-bottom: 0;
}

h1.ultra-big-2,
h1.ultra-big-2 .text-line {
  display: inline-block;
  font-size: 240px;
  line-height: 0.9em;
  margin-bottom: 0;
}

h1.ultra-big-2 span {
  display: inline-block;
}

h1.ultra-big span {
  padding-right: 5px;
  letter-spacing: -0.025em;
}

h1.ultra-big.s3 span {
  letter-spacing: -0.35em;
}

h1.ultra-big span.underline span {
  display: block;
  border-bottom: solid 12px #fff;
  position: relative;
  margin-top: -5px;
}

h1.ultra-big span.text-line {
  -webkit-text-stroke: 2px #ffffff;
}

h1.very-big-2 {
  font-size: 90px;
  letter-spacing: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

h1.phone {
  letter-spacing: -2px;
}

.h2_title {
  font-size: 28px;
  display: block;
  margin-top: 0;
  line-height: 1.2em;
}

h2 .small-border {
  margin-left: 0;
  margin-bottom: 15px;
  width: 40px;
}

h2 {
  margin-top: 0;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.1em;
  padding-bottom: 5px;
}

h2.style-2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h2.big {
  font-size: 48px;
  line-height: 1.3em;
  margin-bottom: 0;
}

h2.blog-title {
  font-size: 46px;
}

h2 .uptitle {
  font-family: var(--body-font);
  display: block;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

h2.s1,
.h2_s1 {
  font-size: 24px;
}

h2.deco-text span {
  font-family: var(--body-font);
  display: block;
  line-height: 0.85em;
  font-weight: lighter;
  transform: rotate(-5deg);
}

h2.deco-text .md {
  font-size: 80px;
}

h2.deco-text .lg {
  font-size: 120px;
}

h2.deco-text .xl {
  font-size: 150px;
}

h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

h3.s2 {
  position: relative;
  font-size: 22px;
}

h3.s2:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--primary-color);
  top: 14px;
  margin-left: 10px;
  width: 30px;
}

h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
}

h4.teaser {
  font-weight: 300;
  font-size: 22px;
}

h5.title {
  display: inline-block;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a {
  color: var(--e-global-color-primary);
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: var(--color-secondary);
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--color-secondary);
  text-shadow: none;
  color: var(--color-white);
}

::selection {
  background: var(--color-secondary);
  text-shadow: none;
  color: var(--color-white);
}

.scroll_visible {
  transform: translateY(-35px) !important;
  opacity: 1 !important;
}

.float-text {
  width: 20px;
  position: fixed;
  z-index: 1002;
  margin-left: 30px;
  text-align: center;
  font-size: 12px;
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
.float-text.show {
  opacity: 1;
}
.float-text.hide {
  opacity: 0;
}
.float-text span {
  margin-left: -5px;
  margin-top: 20px;
  writing-mode: vertical-rl;
  letter-spacing: 0.75px;
  transform: rotate(-180deg);
  color: #222;
}

.scrollbar-v {
  background: var(--color-secondary);
  position: fixed;
  top: calc(50% + 60px);
  left: 43px;
  width: 2px;
  transition: all linear 0.1s;
  min-height: 0%;
  z-index: 1000;
}

.show-on-scroll {
  opacity: 0;
}
.show-on-scroll .show {
  opacity: 1;
}

body .main-contain {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.overflow-visible {
  overflow: visible !important;
  z-index: 30;
}

iframe {
  width: 100%;
}

.react-sideabr #wp-calendar th {
  background: var(--color-primary);
  color: var(--color-white);
}
.react-sideabr table {
  margin-bottom: 0;
}

.common-shadow {
  box-shadow: 0 0 150px #eee;
  background: var(--color-white);
}

/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: var(--color-white);
}
.page-error .error-image {
  margin-bottom: 20px;
}
.page-error .container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-error .page-content {
  max-width: 650px;
  margin: 0 auto;
}
.page-error .content-area {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: var(--color-white);
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h2 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 30px;
  font-weight: 700;
}
.page-error .content-area h2 span {
  display: block;
  font-size: 158px;
  line-height: 160px;
  margin-bottom: 20px;
  color: var(--e-global-color-primary);
  font-weight: 700;
}
.page-error .content-area p.error-msg {
  font-size: 16px;
  font-weight: 400;
  max-width: 480;
  margin: 0 auto;
}
.page-error .react-sideabr {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 25px;
}
.page-error .react-sideabr {
  padding: 10px 0 35px;
}
.page-error .reacbutton {
  overflow: hidden;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background: var(--e-global-color-primary);
  border: none;
  border-radius: 12px;
  margin-top: 20px;
}
.page-error .reacbutton:hover {
  background: var(--color-secondary);
  color: var(--color-white) !important;
}
.page-error.coming-soon {
  height: 100vh;
}
.page-error.coming-soon .content-area h3 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}
.page-error.coming-soon .content-area h3 span {
  font-size: 80px;
  text-shadow: unset;
  text-transform: uppercase;
  line-height: 90px;
  padding-bottom: 20px;
  letter-spacing: 5px;
  display: block;
  font-weight: 900 !important;
}

/* ------------------------------------
    02. Global Class
---------------------------------------*/
.overflow-show {
  overflow: visible !important;
}

input[type=checkbox], input[type=radio] {
  margin-right: 8px;
  vertical-align: text-top;
}

.sticky .menu-area {
  padding: 0;
}

.alignleft {
  margin-bottom: 26px;
}

.alignright {
  margin-bottom: 26px;
}

code {
  background: var(--e-global-color-primary);
  color: var(--color-white) !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  color: var(--color-white);
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all 0.5s ease;
  background: var(--e-global-color-primary);
  position: relative;
  border: none;
}

button:hover, html input[type=button]:hover, input[type=reset]:hover {
  background: var(--e-global-color-primary);
  color: var(--color-white);
}

input[type=submit]:hover {
  opacity: 0.9;
}

.main-contain #content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-contain .reactheme-porfolio-details #content {
  padding-bottom: 110px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}

.opps-nothing {
  margin-top: 40px;
}

.post-password-required input[type=password] {
  margin-left: 5px;
  padding: 15px;
}

.post-password-required input[type=submit] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 11px 20px;
}

input[type=text],
input[type=number],
input[type=password],
textarea,
input[type=email] {
  color: var(--color-body);
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #7b7d82;
  opacity: 1;
}

select {
  color: var(--color-body);
  cursor: pointer;
}
select:valid {
  color: var(--color-body);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--e-global-color-primary);
}

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

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.wp-block-calendar tfoot a {
  color: var(--e-global-color-primary);
}
.wp-block-calendar tfoot a:hover {
  color: var(--color-secondary);
}

.sticky-logo {
  display: none;
}

.sticky .menu-area .row.pt-25 {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

#reactheme-header.header-style-1 .sticky .menu_one {
  top: 0;
}

.sidenav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidenav .widget-title {
  padding: 0 0 15px;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 700 !important;
  position: relative;
}
.sidenav .widget-title:before {
  content: "";
  position: absolute;
  background: var(--color-secondary);
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.sidenav .widget_reactheme_soical_widget {
  display: flex;
  justify-content: center;
}
.sidenav .widget {
  padding: 0;
  margin: 0 0 30px;
}
.sidenav .widget:first-child {
  border: none;
}
.sidenav .widget .widget-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.sidenav .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: var(--color-white);
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-white);
}
.sidenav .widget .search-form .search-input::-moz-placeholder { /* Firefox 19+ */
  color: var(--color-white);
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder { /* IE 10+ */
  color: var(--color-white);
}
.sidenav .widget .search-form .search-input:-moz-placeholder { /* Firefox 18- */
  color: var(--color-white);
}
.sidenav .widget .search-form button {
  padding: 8px 12px;
  color: var(--color-white);
  background: transparent !important;
  transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
  opacity: 0.7;
}
.sidenav .widget_contact_widget {
  margin: 30px 0 0px;
}
.sidenav .offcanvas_social {
  list-style-type: none;
  padding-bottom: 0;
}
.sidenav .offcanvas_social li {
  display: inline-block;
}
.sidenav .offcanvas_social li a {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: left;
  margin-right: 0;
}
.sidenav .offcanvas_social li a i {
  font-size: 15px;
  color: var(--color-white);
  margin: 0 8px 0 0;
  text-align: center;
  background: var(--color-secondary);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}
.sidenav .offcanvas_social li a i:hover {
  opacity: 0.9;
}
.sidenav .offcanvas_social li:last-child a {
  margin-right: 0;
}
.sidenav .nav-close-menu-li {
  margin: 0;
  padding-bottom: 30px;
  text-align: right;
}
.sidenav .nav-close-menu-li a {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid var(--color-white);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.sidenav .nav-close-menu-li a:after, .sidenav .nav-close-menu-li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: var(--color-white);
  top: 9px;
}
.sidenav .nav-close-menu-li a:before {
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
  background: var(--color-white);
  color: #000;
  border-color: var(--color-white);
}
.sidenav .nav-close-menu-li a:hover:after, .sidenav .nav-close-menu-li a:hover:before {
  background-color: var(--e-global-color-primary);
}
.sidenav .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sidenav .widget_nav_menu ul li {
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: #606060;
  font-family: var(--body-font);
  line-height: 25px;
  font-weight: 600 !important;
  border-bottom: 1px solid #f3f3f3;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: var(--e-global-color-primary);
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .widget_nav_menu ul li ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  line-height: 24px;
}
.sidenav .widget_nav_menu ul li:last-child a {
  border-bottom: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav li.nav-link-container {
  color: var(--color-secondary);
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 40px;
  right: 15px;
  width: 40px;
  top: 5px;
  position: absolute;
  transition: transform 0.5s ease;
}
.sidenav li.nav-link-container:hover a {
  display: block;
}
.sidenav li.nav-link-container:hover a span {
  background: var(--color-secondary) !important;
}
.sidenav li.nav-link-container a {
  display: block;
  background: none !important;
}
.sidenav li.nav-link-container a span {
  background: var(--e-global-color-primary) !important;
  height: 3px;
  width: 25px;
}
.sidenav li.nav-link-container .nav-menu-link {
  padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
  transform: rotate(45deg) translate(0px, 0px);
}

.mobile-menu-container .nav-close-menu-li {
  padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
  padding: 0;
}
.mobile-menu-container ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: #222;
  border-bottom: none;
}
.mobile-menu-container ul li a:hover {
  opacity: 0.9;
}
.mobile-menu-container ul li:before {
  display: none;
}

.nav-active-menu-container {
  transform: translate(0);
}

#reactheme-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container span {
  background: var(--color-white) !important;
}

.transparent_header {
  position: absolute;
}

.default_header .menu-area .navbar ul > li > a:after {
  background: var(--e-global-color-primary);
}

a.button-blog {
  display: inline-block;
  font-family: var(--heading-title-font);
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 25px;
  font-size: 15px;
  border: none;
  border-radius: 0;
  background: var(--e-global-color-accent);
}

/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.reactheme-breadcrumbs {
  position: relative;
  background: #000000;
}
.reactheme-breadcrumbs .breadcrumbs-inner {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.reactheme-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 26px;
  line-height: 100%;
  color: var(--color-white);
}

.entry-content .page-links {
  padding-top: 30px;
}

.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 14px;
}

.page .comments-title {
  font-size: 24px;
  font-weight: 700;
}

.hfe-site-logo-set {
  display: inline-block;
  line-height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color: #ffffff;
  z-index: 1;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-pagination {
  width: 100px;
  font-size: 20px;
  text-align: right;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}

.swiper-pagination-current {
  color: #ffffff;
  font-size: 20px;
}

.swiper-pagination-total {
  font-size: 20px;
  opacity: 0.5;
}

#de-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dark-scheme #de-loader {
  background: var(--bg-dark-1);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: -2px 0 0 -2px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=theme.css.map */