/*-------------------------------------    
CSS INDEX
===================================
01. Typography
02. Default
03. Swiper Nav 01
04. Swiper Nav 02
05. Preloader
06. Scroll To Top
07. Button
08. Pagination
09. Inner Banner
10. Page Heading
11. Search
12. Header
13. Offcanvas sidebar
14. Footer
15. Blog
16. Single Post
17. Related Post
18. Shop Category
19. Portfolio
20. Portfolio Single
21. Team
22. Team Single
23. Faq
24. Shop
25. Shop Sidebar
26. Dokan Lite
27. Vendor User
28. Fluent Form
29. Widget
30. Section Title
31. Hero Section
32. Contact Form
33. Info Box
34. Pricing Table
35. Counter
36. Countdown
37. Image
38. Logo Slider
39. Shape
40. Error
41. Gutenberg
42. Dark Light Mode
43. Header Topbar
--------------------------------------------------------------*/
:root {
  --font_family_body: "Poppins", sans-serif;
  --primary_color: #5356fb;
  --primary_color_rgb: 83, 86, 251;
  --secondary_color: #ff6500;
  --secondary_color_rgb: 255, 101, 0;
  --facebook_color: #1559c2;
  --twitter_color: #1ea9e9;
  --youtube_color: #ed1d25;
  --linkedin_color: #238cc8;
  --pinterest_color: #e13138;
  --whatsapp_color: #43ce13;
  --cloud_color: #ff6b10;
  --dribbble_color: #ea4c89;
  --tumblr_color: #35465c;
  --reddit_color: #ff4500;
  --instagram_color: #E1306C;
  --skype_color: #00aff0;
  --behance_color: #053eff;
  --print_color: #87b1e8;
  --email_color: #5a83f7;
  --facebook_color_rgb: 21, 89, 194;
  --twitter_color_rgb: 30, 169, 233;
  --youtube_color_rgb: 237, 29, 37;
  --linkedin_color_rgb: 35, 140, 200;
  --pinterest_color_rgb: 225, 49, 56;
  --whatsapp_color_rgb: 67, 206, 19;
  --cloud_color_rgb: 255, 107, 15;
  --dribbble_color_rgb: 234, 76, 137;
  --tumblr_color_rgb: 53, 70, 92;
  --reddit_color_rgb: 255, 69, 0;
  --instagram_color_rgb: 225, 48, 108;
  --skype_color_rgb: 0, 175, 240;
  --behance_color_rgb: 5, 62, 255;
  --print_color_rgb: 135, 177, 232;
  --email_color_rgb: 90, 131, 247;
  --fixed_color_1: #C4C5C8;
  --fixed_title_light_color: #ffffff;
  --fixed_title_dark_color: #271362;
  --fixed_bg_light_color_1: #ffffff;
  --fixed_bg_light_color_2: #F8F8F8;
  --fixed_bg_light_color_3: #F2F2FF;
  --fixed_bg_light_color_4: #FAFAFA;
  --fixed_border_light_color: #3b3b3b;
  --fixed_body_light_color: #CAC7C7;
  --fixed_body_dark_color: #616161;
  --fixed_bg_dark_color_1: #0E1332;
  --fixed_bg_dark_color_2: #04071B;
  --fixed_bg_dark_color_3: #271362;
  --fixed_link_light_color: #e3e3e3;
  --breadcrumb_link_color: #d6d6d6;
  --breadcrumb_link_hover_color: #ffffff;
  --breadcrumb_active_color: #ffffff;
  --breadcrumb_seperator_color: #cecece;
}

:root {
  --body_dark_color: #616161;
  --body_light_color: #CAC7C7;
  --title_dark_color: #271362;
  --title_dark_color_rgb: 39, 19, 98;
  --title_light_color: #ffffff;
  --title_light_color_rgb: 255, 255, 255;
  --bg_light_color_1: #ffffff;
  --bg_light_color_2: #F8F8F8;
  --bg_light_color_2_rgb: 248, 248, 248;
  --bg_light_color_3_rgb: 196, 196, 196, 0.3;
  --bg_light_color_3: #F2F2FF;
  --bg_light_color_4: #FAFAFA;
  --bg_light_color_5: #F8F8FF;
  --bg_light_color_6: #ededed;
  --bg_light_color_7: #f1f1f1;
  --bg_dark_color_1: #0E1332;
  --bg_dark_color_1_rgb: 14, 19, 50;
  --bg_dark_color_2: #04071B;
  --bg_dark_color_3: #271362;
  --light_color: #ffffff;
  --light_color_rgb: 255, 255, 255;
  --dark_color: #000000;
  --dark_color_rgb: 0, 0, 0;
  --dark_shadow_color_rgb: 0, 0, 0;
  --text_dark_color_1: #828282;
  --meta_dark_color: #818181;
  --meta_light_color: #e0e0e0;
  --author_dark_color: #2e2e2e;
  --author_light_color: #cfcfcf;
  --link_dark_color: #222222;
  --link_light_color: #e3e3e3;
  --border_dark_color: #E4E4E4;
  --border_light_color: #3b3b3b;
  --accent_light_color: #f8f8f8;
  --accent_dark_color: #3b3b3b;
  --accent2_light_color: #f2f2f2;
}

:root[data-theme=dark-mode] {
  --body_dark_color: #cac7c7;
  --body_light_color: #616161;
  --title_dark_color: #e9e9e9;
  --title_dark_color_rgb: 255, 255, 255;
  --title_light_color: #271362;
  --title_light_color_rgb: 39, 19, 98;
  --dark_color: #e9e9e9;
  --dark_color_rgb: 255, 255, 255;
  --light_color: #000000;
  --light_color_rgb: 0, 0, 0;
  --dark_shadow_color_rgb: 130, 130, 130;
  --text_dark_color_1: #bfbfbf;
  --bg_light_color_1: #0E1332;
  --bg_light_color_2: #04071B;
  --bg_light_color_2_rgb: 4, 7, 27;
  --bg_light_color_3_rgb: 255, 255, 255, 0.7;
  --bg_light_color_3: #080d2d;
  --bg_light_color_4: #181C51;
  --bg_light_color_5: #0e143e;
  --bg_light_color_6: #0e143e;
  --bg_light_color_7: #0e143e;
  --bg_dark_color_1: #e9e9e9;
  --bg_dark_color_1_rgb: 255, 255, 255;
  --bg_dark_color_2: #F8F8F8;
  --bg_dark_color_3: #ded7f6;
  --meta_dark_color: #d1d1d1;
  --meta_light_color: #4b4b4b;
  --author_dark_color: #e2e2e2;
  --author_light_color: #1f1f1f;
  --link_dark_color: #f2f2f2;
  --link_light_color: #222222;
  --border_dark_color: #2a2d42;
  --border_light_color: #E4E4E4;
}

/****************************************************************
01. Typography
****************************************************************/
p {
  font-weight: 400;
}

h1 {
  font-size: 46px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.4;
}

h3 {
  font-size: 28px;
  line-height: 1.5;
}

h4 {
  font-size: 22px;
  line-height: 1.5;
}

h5 {
  font-size: 18px;
  line-height: 1.6;
}

h6 {
  font-size: 14px;
  line-height: 1.6;
}

h1.entry-title.title-size-xl {
  font-size: 74px;
}

h1.entry-title.title-size-lg {
  font-size: 66px;
}

h1.entry-title.title-size-md {
  font-size: 52px;
}

h1.entry-title.title-size-sm {
  font-size: 46px;
}

h1.entry-title.title-size-xs {
  font-size: 41px;
}

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

h2.entry-title.title-size-lg {
  font-size: 41px;
}

h2.entry-title.title-size-md {
  font-size: 32px;
}

h2.entry-title.title-size-sm {
  font-size: 28px;
}

h2.entry-title.title-size-xs {
  font-size: 26px;
}

h3.entry-title.title-size-xl {
  font-size: 30px;
}

h3.entry-title.title-size-lg {
  font-size: 26px;
}

h3.entry-title.title-size-md {
  font-size: 24px;
}

h3.entry-title.title-size-sm {
  font-size: 18px;
}

h3.entry-title.title-size-xs {
  font-size: 16px;
}

/****************************************************************
02. Default
****************************************************************/
body {
	font-family: var(--font_family_body);
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	color: var(--body_dark_color);
	height: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: var(--bg_light_color_1);
	overflow-x: hidden;
}

a {
  color: var(--link_dark_color);
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
  outline: 0 none;
}
a:active {
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  color: var(--primary_color);
  text-decoration: none;
  outline: 0 none;
}

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

p {
  margin: 0 0 20px 0;
}

.clear {
  clear: both;
}

.clear:after {
  clear: both;
  content: "";
  display: block;
}

ul {
  list-style: disc inside none;
  margin: 0 0 20px 0;
}

#wrapper {
  overflow: hidden;
  transition: all 0.5s ease-out;
}

hr,
.elementor hr {
  background-color: #e5e5e5;
}

.elementor-invisible {
  visibility: visible;
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

button:focus,
.submit-btn:focus {
  outline: none;
}

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

section {
  transition: unset !important;
}

.bg-light-color-1 {
  background-color: var(--bg_light_color_1);
}

.fixed-bg-light-color-1 {
  background-color: var(--fixed_bg_light_color_1);
}

.bg-light-color-2 {
  background-color: var(--bg_light_color_2);
}

.fixed-bg-light-color-2 {
  background-color: var(--fixed_bg_light_color_2);
}

.bg-light-color-3 {
  background-color: var(--bg_light_color_3);
}

.fixed-bg-light-color-3 {
  background-color: var(--fixed_bg_light_color_3);
}

.bg-light-color-4 {
  background-color: var(--bg_light_color_4);
}

.fixed-bg-light-color-4 {
  background-color: var(--fixed_bg_light_color_4);
}

.bg-dark-color-1 {
  background-color: var(--bg_dark_color_1);
}

.fixed-bg-dark-color-1 {
  background-color: var(--fixed_bg_dark_color_1);
}

.bg-dark-color-2 {
  background-color: var(--bg_dark_color_2);
}

.fixed-bg-dark-color-2 {
  background-color: var(--fixed_bg_dark_color_2);
}

.bg-dark-color-3 {
  background-color: var(--bg_dark_color_3);
}

.fixed-bg-dark-color-3 {
  background-color: var(--fixed_bg_dark_color_3);
}

section.elementor-section {
  background-color: var(--bg_light_color_1);
}

section.elementor-section.bg-light-color-1 {
  background-color: var(--bg_light_color_1);
}

section.elementor-section.fixed-bg-light-color-1 {
  background-color: var(--fixed_bg_light_color_1);
}

section.elementor-section.bg-light-color-2 {
  background-color: var(--bg_light_color_2);
}

section.elementor-section.fixed-bg-light-color-2 {
  background-color: var(--fixed_bg_light_color_2);
}

section.elementor-section.bg-light-color-3 {
  background-color: var(--bg_light_color_3);
}

section.elementor-section.fixed-bg-light-color-3 {
  background-color: var(--fixed_bg_light_color_3);
}

section.elementor-section.bg-light-color-4 {
  background-color: var(--bg_light_color_4);
}

section.elementor-section.fixed-bg-light-color-4 {
  background-color: var(--fixed_bg_light_color_4);
}

section.elementor-section.bg-dark-color-1 {
  background-color: var(--bg_dark_color_1);
}

section.elementor-section.fixed-bg-dark-color-1 {
  background-color: var(--fixed_bg_dark_color_1);
}

section.elementor-section.bg-dark-color-2 {
  background-color: var(--bg_dark_color_2);
}

section.elementor-section.fixed-bg-dark-color-2 {
  background-color: var(--fixed_bg_dark_color_2);
}

section.elementor-section.bg-dark-color-3 {
  background-color: var(--bg_dark_color_3);
}

section.elementor-section.fixed-bg-dark-color-3 {
  background-color: var(--fixed_bg_dark_color_3);
}

section.elementor-section.bg-transparent {
  background-color: transparent;
}

.bg-light-color-1 p,
.bg-light-color-2 p,
.bg-light-color-3 p,
.bg-light-color-4 p {
  color: var(--body_dark_color);
}

.fixed-bg-light-color-1 p,
.fixed-bg-light-color-2 p,
.fixed-bg-light-color-3 p,
.fixed-bg-light-color-4 p {
  color: var(--fixed_body_dark_color);
}

.bg-dark-color-1 p,
.bg-dark-color-2 p,
.bg-dark-color-3 p {
  color: var(--body_light_color);
}

.fixed-bg-dark-color-1 p,
.fixed-bg-dark-color-2 p,
.fixed-bg-dark-color-3 p {
  color: var(--fixed_body_light_color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_family_body);
  font-weight: 600;
  margin: 0 0 10px 0;
  color: var(--title_dark_color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--title_dark_color);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--primary_color);
}

.bg-light-color-1 h1,
.bg-light-color-1 h2,
.bg-light-color-1 h3,
.bg-light-color-1 h4,
.bg-light-color-1 h5,
.bg-light-color-1 h6,
.bg-light-color-1 h1 a,
.bg-light-color-1 h2 a,
.bg-light-color-1 h3 a,
.bg-light-color-1 h4 a,
.bg-light-color-1 h5 a,
.bg-light-color-1 h6 a,
.bg-light-color-2 h1,
.bg-light-color-2 h2,
.bg-light-color-2 h3,
.bg-light-color-2 h4,
.bg-light-color-2 h5,
.bg-light-color-2 h6,
.bg-light-color-2 h1 a,
.bg-light-color-2 h2 a,
.bg-light-color-2 h3 a,
.bg-light-color-2 h4 a,
.bg-light-color-2 h5 a,
.bg-light-color-2 h6 a,
.bg-light-color-3 h1,
.bg-light-color-3 h2,
.bg-light-color-3 h3,
.bg-light-color-3 h4,
.bg-light-color-3 h5,
.bg-light-color-3 h6,
.bg-light-color-3 h1 a,
.bg-light-color-3 h2 a,
.bg-light-color-3 h3 a,
.bg-light-color-3 h4 a,
.bg-light-color-3 h5 a,
.bg-light-color-3 h6 a,
.bg-light-color-4 h1,
.bg-light-color-4 h2,
.bg-light-color-4 h3,
.bg-light-color-4 h4,
.bg-light-color-4 h5,
.bg-light-color-4 h6,
.bg-light-color-4 h1 a,
.bg-light-color-4 h2 a,
.bg-light-color-4 h3 a,
.bg-light-color-4 h4 a,
.bg-light-color-4 h5 a,
.bg-light-color-4 h6 a {
  color: var(--title_dark_color);
}

.fixed-bg-light-color-1 h1,
.fixed-bg-light-color-1 h2,
.fixed-bg-light-color-1 h3,
.fixed-bg-light-color-1 h4,
.fixed-bg-light-color-1 h5,
.fixed-bg-light-color-1 h6,
.fixed-bg-light-color-1 h1 a,
.fixed-bg-light-color-1 h2 a,
.fixed-bg-light-color-1 h3 a,
.fixed-bg-light-color-1 h4 a,
.fixed-bg-light-color-1 h5 a,
.fixed-bg-light-color-1 h6 a,
.fixed-bg-light-color-2 h1,
.fixed-bg-light-color-2 h2,
.fixed-bg-light-color-2 h3,
.fixed-bg-light-color-2 h4,
.fixed-bg-light-color-2 h5,
.fixed-bg-light-color-2 h6,
.fixed-bg-light-color-2 h1 a,
.fixed-bg-light-color-2 h2 a,
.fixed-bg-light-color-2 h3 a,
.fixed-bg-light-color-2 h4 a,
.fixed-bg-light-color-2 h5 a,
.fixed-bg-light-color-2 h6 a,
.fixed-bg-light-color-3 h1,
.fixed-bg-light-color-3 h2,
.fixed-bg-light-color-3 h3,
.fixed-bg-light-color-3 h4,
.fixed-bg-light-color-3 h5,
.fixed-bg-light-color-3 h6,
.fixed-bg-light-color-3 h1 a,
.fixed-bg-light-color-3 h2 a,
.fixed-bg-light-color-3 h3 a,
.fixed-bg-light-color-3 h4 a,
.fixed-bg-light-color-3 h5 a,
.fixed-bg-light-color-3 h6 a,
.fixed-bg-light-color-4 h1,
.fixed-bg-light-color-4 h2,
.fixed-bg-light-color-4 h3,
.fixed-bg-light-color-4 h4,
.fixed-bg-light-color-4 h5,
.fixed-bg-light-color-4 h6,
.fixed-bg-light-color-4 h1 a,
.fixed-bg-light-color-4 h2 a,
.fixed-bg-light-color-4 h3 a,
.fixed-bg-light-color-4 h4 a,
.fixed-bg-light-color-4 h5 a,
.fixed-bg-light-color-4 h6 a {
  color: var(--fixed_title_dark_color);
}

.bg-dark-color-1 h1,
.bg-dark-color-1 h2,
.bg-dark-color-1 h3,
.bg-dark-color-1 h4,
.bg-dark-color-1 h5,
.bg-dark-color-1 h6,
.bg-dark-color-1 h1 a,
.bg-dark-color-1 h2 a,
.bg-dark-color-1 h3 a,
.bg-dark-color-1 h4 a,
.bg-dark-color-1 h5 a,
.bg-dark-color-1 h6 a,
.bg-dark-color-2 h1,
.bg-dark-color-2 h2,
.bg-dark-color-2 h3,
.bg-dark-color-2 h4,
.bg-dark-color-2 h5,
.bg-dark-color-2 h6,
.bg-dark-color-2 h1 a,
.bg-dark-color-2 h2 a,
.bg-dark-color-2 h3 a,
.bg-dark-color-2 h4 a,
.bg-dark-color-2 h5 a,
.bg-dark-color-2 h6 a,
.bg-dark-color-3 h1,
.bg-dark-color-3 h2,
.bg-dark-color-3 h3,
.bg-dark-color-3 h4,
.bg-dark-color-3 h5,
.bg-dark-color-3 h6,
.bg-dark-color-3 h1 a,
.bg-dark-color-3 h2 a,
.bg-dark-color-3 h3 a,
.bg-dark-color-3 h4 a,
.bg-dark-color-3 h5 a,
.bg-dark-color-3 h6 a {
  color: var(--title_light_color);
}

.fixed-bg-dark-color-1 h1,
.fixed-bg-dark-color-1 h2,
.fixed-bg-dark-color-1 h3,
.fixed-bg-dark-color-1 h4,
.fixed-bg-dark-color-1 h5,
.fixed-bg-dark-color-1 h6,
.fixed-bg-dark-color-1 h1 a,
.fixed-bg-dark-color-1 h2 a,
.fixed-bg-dark-color-1 h3 a,
.fixed-bg-dark-color-1 h4 a,
.fixed-bg-dark-color-1 h5 a,
.fixed-bg-dark-color-1 h6 a,
.fixed-bg-dark-color-2 h1,
.fixed-bg-dark-color-2 h2,
.fixed-bg-dark-color-2 h3,
.fixed-bg-dark-color-2 h4,
.fixed-bg-dark-color-2 h5,
.fixed-bg-dark-color-2 h6,
.fixed-bg-dark-color-2 h1 a,
.fixed-bg-dark-color-2 h2 a,
.fixed-bg-dark-color-2 h3 a,
.fixed-bg-dark-color-2 h4 a,
.fixed-bg-dark-color-2 h5 a,
.fixed-bg-dark-color-2 h6 a,
.fixed-bg-dark-color-3 h1,
.fixed-bg-dark-color-3 h2,
.fixed-bg-dark-color-3 h3,
.fixed-bg-dark-color-3 h4,
.fixed-bg-dark-color-3 h5,
.fixed-bg-dark-color-3 h6,
.fixed-bg-dark-color-3 h1 a,
.fixed-bg-dark-color-3 h2 a,
.fixed-bg-dark-color-3 h3 a,
.fixed-bg-dark-color-3 h4 a,
.fixed-bg-dark-color-3 h5 a,
.fixed-bg-dark-color-3 h6 a {
  color: var(--fixed_title_light_color);
}

.primary-color {
  color: var(--primary_color);
}

.secondary-color {
  color: var(--secondary_color);
}

#page .content-area {
  background-color: var(--bg_light_color_2);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blend img {
  filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ) !important;
}

.post-bottom-spacer {
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
}

/*number count*/
.number-counter {
  counter-reset: post-counter;
}

/*default animation*/
@-webkit-keyframes toBottomFromTop {
  49% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
  }
  50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
  }
  51% {
	opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
  }
  50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
  }
  51% {
	opacity: 1;
  }
}
.rt-grid-item {
  display: block;
  float: left;
  clear: both;
}

.site-content {
  position: relative;
  background-color: var(--bg_light_color_1);
}

.site-branding {
  position: relative;
}
.site-branding > a {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary_color);
}
.site-branding .rt-logo-holder {
  display: inline-block;
  top: 0;
  left: 0;
}

[data-theme=light-mode] .rt-default-logo {
  position: relative;
  opacity: 1;
  visibility: visible;
}


[data-theme=light-mode] .rt-switch-logo {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body.transparent-menu .rt-default-logo,
[data-theme=dark-mode] .rt-default-logo,
[data-theme=dark-mode].transparent-menu .rt-default-logo {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body.transparent-menu .rt-switch-logo,
[data-theme=dark-mode] .rt-switch-logo {
  position: relative;
  opacity: 1;
  visibility: visible;
}


.loadMore.entry-btn.btn-fill.style-1 {
	color: var(--fixed_title_light_color);
}
.loading-lazy i {
	z-index: 8;
	animation: fa-spin 0.7s infinite linear;
}
.loadMore.entry-btn.btn-fill.style-1 i {
  transition: all ease 0.31s;
}
.loadMore.entry-btn:hover.btn-fill.style-1 i {
  color: var(--primary_color);  
}
/****************************************************************
03. Swiper Nav 01
****************************************************************/
.rt-swiper-nav-1 .swiper-navigation > div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 45px;
	width: 45px;
	outline: none;
	color: #ffffff;
	font-size: 15px;
	background-color: var(--primary_color);
	border-radius: 4px;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}
.rt-swiper-nav-1 .swiper-navigation > div:hover {
	background: var(--secondary_color);
	color: #ffffff;
}
.rt-swiper-nav-1 .swiper-button-prev {
	left: 0;
}
.rt-swiper-nav-1 .swiper-button-next {
	right: 0;
}
.rt-swiper-nav-1 .swiper-pagination-bullets {
	position: relative;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	column-gap: 6px;
}
.rt-swiper-nav-1 .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 8px;
	border-radius: 4px;
	transition: all 0.3s ease-out;
	background: var(--body_light_color);
	opacity: 1;
}
.rt-swiper-nav-1 .swiper-pagination .swiper-pagination-bullet-active {
	width: 30px;
	background: var(--primary_color);
}
/****************************************************************
04. Swiper Nav 02
****************************************************************/
.rt-swiper-nav-2 .swiper-navigation > div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 45px;
	width: 45px;
	outline: none;
	color: #ffffff;
	font-size: 15px;
	background-color: var(--secondary_color);
	border-radius: 50%;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}
.rt-swiper-nav-2 .swiper-navigation > div:hover {
	background: var(--primary_color);
	color: #ffffff;
}
.rt-swiper-nav-2 .swiper-button-prev {
	left: 0;
}
.rt-swiper-nav-2 .swiper-button-next {
	right: 0;
}
.rt-swiper-nav-2 .swiper-pagination-bullets {
	position: relative;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	column-gap: 6px;
}
.rt-swiper-nav-2 .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 8px;
	border-radius: 6px;
	transition: all 0.3s ease-out;
	background: var(--body_light_color);
	opacity: 1;
}
.rt-swiper-nav-2 .swiper-pagination .swiper-pagination-bullet-active {
	width: 30px;
	background: var(--secondary_color);
}

/****************************************************************
05. Preloader
****************************************************************/
#preloader {
  overflow: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: var(--bg_light_color_1);
  background-repeat: no-repeat;
  background-position: center;
}
.loader {
  overflow: visible;
  position: fixed;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: var(--bg_light_color_1);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.loader .cssload-loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 5px solid transparent;
  border-top-color: var(--primary_color);
  border-radius: 100%;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
.loader .cssload-loader:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 5px solid transparent;
  border-top-color: var(--secondary_color);
  border-radius: 100%;
  animation: spin 3s linear infinite;
}
.loader .cssload-loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 5px solid transparent;
  border-top-color: var(--body_dark_color);
  border-radius: 100%;
  animation: spin 1.5s linear infinite;
}
/****************************************************************
06. Scroll To Top
****************************************************************/
.scroll-wrap {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 200ms linear, margin-right 0ms;
}

.scroll-wrap:after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: var(--primary_color);
  left: 0;
  top: 0;
  height: 37px;
  width: 37px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.scroll-wrap.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-wrap svg path {
  fill: none;
}

.scroll-wrap svg.scroll-circle path {
  stroke: var(--primary_color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/****************************************************************
07. Button
****************************************************************/
.play-btn {
  height: 70px;
  width: 70px;
  font-size: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-image.no-preview .play-btn {
  background-color: var(--primary_color);
  border: 2px solid var(--primary_color);
}

.play-btn:hover {
  border: 2px solid;
  border-color: var(--primary_color);
  border-radius: 50%;
  color: var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-image.no-preview .play-btn:hover {
  background-color: transparent;
}

.play-btn.size-lg {
  height: 80px;
  width: 80px;
  font-size: 28px;
}

.play-btn.size-md {
  height: 60px;
  width: 60px;
  font-size: 20px;
}

.play-btn.size-sm {
  height: 50px;
  width: 50px;
  font-size: 18px;
}

.video-btn-wrap {
  position: absolute;
  z-index: 3;
}

.no-image.no-preview .video-btn-wrap {
  position: inherit;
  margin-bottom: 20px;
}

.video-btn-wrap.position-center {
  top: 50%;
  left: 50%;
  right: inherit;
  transform: translateX(-50%) translateY(-50%);
}

.no-image.no-preview .video-btn-wrap.position-center {
  top: inherit;
  left: inherit;
  right: inherit;
  transform: inherit;
}

.video-btn-wrap.position-top-right {
  top: 15px;
  right: 15px;
  left: inherit;
  transform: translateX(0) translateY(0);
}

.no-image.no-preview .video-btn-wrap.position-top-right {
  top: inherit;
  left: inherit;
  right: inherit;
  transform: inherit;
}

.video-btn-wrap.position-top-left {
  top: 25px;
  left: 25px;
  right: inherit;
  transform: translateX(0) translateY(0);
}

.no-image.no-preview .video-btn-wrap.position-top-left {
  top: inherit;
  left: inherit;
  right: inherit;
  transform: inherit;
}

.play-btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  margin: 0 auto;
  z-index: 0;
  animation: pulseShadowxlwhite 2000ms linear infinite;
  transition: all 0.3s ease;
}

.play-btn-2:hover {
  background: var(--primary_color);
  color: #ffffff;
}

/* pulseShadow */
@-webkit-keyframes pulseShadowlgprimary {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
  }
}
@keyframes pulseShadowlgprimary {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
	box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
	box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
	box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
  }
}
@-webkit-keyframes pulseShadowsmwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowsmwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowxlwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowxlwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowlgwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowlgwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowsmgray {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
  }
}
@keyframes pulseShadowsmgray {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
	box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
	box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
	box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
  }
}
/* pulseScale */
@-webkit-keyframes pulseScale {
  0% {
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
  }
  100% {
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
  }
}
@keyframes pulseScale {
  0% {
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
  }
  100% {
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
  }
}
.entry-btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.31s;
}
.entry-btn span.effect-bg {
  position: absolute;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.entry-btn .btn-media,
.entry-btn .button-text {
  transition: all ease 0.31s;
}
.entry-btn.btn-fill {
  font-size: 15px;
  font-weight: 600;
  padding: 11px 25px 11px 25px;
  border-radius: 45px;
  border: 1px solid;
  line-height: 1.4;
}
.entry-btn.btn-fill .button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.entry-btn.btn-fill.style-1 {
  border-color: var(--primary_color);
  background-color: var(--primary_color);
}
.entry-btn.btn-fill.style-1 .button-text {
  color: var(--fixed_title_light_color);
}
.entry-btn.btn-fill.style-1 span.effect-bg {
  background-color: var(--bg_light_color_1);
}
.entry-btn.btn-ghost {
  font-size: 15px;
  font-weight: 600;
  padding: 11px 25px 11px 25px;
  border-radius: 45px;
  border: 1px solid;
  line-height: 1.4;
}
.entry-btn.btn-ghost.style-1 {
  border-color: var(--primary_color);
  background-color: transparent;
}
.entry-btn.btn-ghost.style-1 .button-text {
  color: var(--primary_color);
}
.entry-btn.btn-ghost.style-1 span.effect-bg {
  background-color: var(--primary_color);
}
.entry-btn.btn-ghost.style-2 {
  color: var(--secondary_color);
  border-color: var(--secondary_color);
  background-color: transparent;
}
.entry-btn.btn-ghost.style-2 span.effect-bg {
  background-color: var(--secondary_color);
}
.entry-btn.btn-text {
  font-size: 14px;
  font-weight: 400;
}
.entry-btn.btn-text.style-1 {
  color: var(--title_dark_color);
}
.entry-btn.btn-text.style-1 .btn-media {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.31s;
}
.entry-btn.btn-text.style-2 {
  color: var(--body_light_color);
  border: 1px solid;
  border-color: var(--body_light_color);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: all ease 0.31s;
}
.entry-btn.btn-play {
  font-size: 15px;
  font-weight: 600;
}
.entry-btn.btn-play.style-1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}
.entry-btn.btn-play.style-1 .btn-media {
  padding: 0;
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
  background-color: transparent;
  border-color: var(--meta_light_color);
}
.entry-btn.btn-play.style-1 .button-text {
  color: var(--title_dark_color);
}
.entry-btn.btn-play.style-2 {
  border-radius: 50%;
  background-color: transparent;
}
.entry-btn.btn-play.style-2 .btn-media {
  padding: 0;
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
  background-color: transparent;
  border-color: var(--meta_light_color);
}
.entry-btn:hover.btn-fill.style-1 .button-text {
  color: var(--primary_color);
}
.entry-btn:hover.btn-fill.style-1 span.effect-bg {
  width: 225%;
  height: 562.5px;
}
.entry-btn:hover.btn-ghost.style-1 .button-text {
  color: var(--fixed_title_light_color);
}
.entry-btn:hover.btn-ghost.style-1 span.effect-bg {
  width: 225%;
  height: 562.5px;
}
.entry-btn:hover.btn-ghost.style-2 .button-text {
  color: var(--fixed_title_light_color);
}
.entry-btn:hover.btn-ghost.style-2 span.effect-bg {
  width: 225%;
  height: 562.5px;
}
.entry-btn:hover.btn-text.style-1 .btn-media {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}
.entry-btn:hover.btn-text.style-2 {
  background-color: var(--secondary_color);
  color: var(--fixed_title_light_color);
  border-color: var(--secondary_color);
}
.entry-btn:hover.btn-play.style-1 .btn-media {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
  border-color: var(--primary_color);
}
.entry-btn:hover.btn-play.style-1 .button-text {
  color: var(--primary_color);
}

[data-theme=dark-mode] .btn-fill.entry-btn.style-1:hover {
  color: var(--fixed_title_light_color);
  border-color: var(--fixed_title_light_color);
}

/****************************************************************
08. Pagination
****************************************************************/
.pagination-area {
  margin-top: 50px;
}
.pagination-area ul {
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination-area ul li {
  border: none;
}
.pagination-area ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--title_dark_color);
  border: 1px solid;
  border-color: var(--border_dark_color);
  background: transparent;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pagination-area ul li a {
	height: 40px;
	width: 40px;
  }
}
.pagination-area ul li a .icon-svg {
  fill: var(--title_dark_color);
  transition: all ease 0.31s;
}
.pagination-area ul li a:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #ffffff;
}
.pagination-area ul li a:hover .icon-svg {
  fill: var(--fixed_title_light_color);
}
.pagination-area ul li.active a {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #ffffff;
}
.pagination-area ul li.active a .icon-svg {
  fill: var(--fixed_title_light_color);
}

/****************************************************************
09. Inner Banner
****************************************************************/
.entry-banner {
  background: var(--bg_dark_color_3);
  position: relative;
  z-index: 3;
  transition: all ease 0.31s;
}

.entry-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.entry-banner .entry-banner-content {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.entry-banner .entry-banner-content h1 {
  margin-bottom: 10px;
  color: var(--fixed_title_light_color);
  font-size: 30px;
}

.breadcrumb-area .entry-breadcrumb {
  text-transform: capitalize;
}

.breadcrumb-area .entry-breadcrumb span {
  font-size: 15px;
}

.breadcrumb-area .entry-breadcrumb span a {
  color: var(--breadcrumb_link_color);
}

.breadcrumb-area .entry-breadcrumb span a:hover {
  color: var(--breadcrumb_link_hover_color);
}

.breadcrumb-area .entry-breadcrumb .current-item,
.breadcrumb-area .entry-breadcrumb span.current {
  color: var(--breadcrumb_active_color);
}

.entry-banner .entry-breadcrumb .delimiter {
  color: #ffffff;
  padding: 0 7px;
  font-size: 14px;
}

.entry-banner .entry-breadcrumb .dvdr {
  color: var(--breadcrumb_seperator_color);
  padding: 0 7px;
}

/*breadcrumb*/
.breadcrumb-trail ul.trail-items {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-trail ul.trail-items li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-right: 16px;
  margin-right: 12px;
  color: var(--primary_color);
}

.breadcrumb-trail ul.trail-items li:after {
  position: absolute;
  content: "-";
  right: 0;
  top: 0;
}

.breadcrumb-trail ul.trail-items li:last-child:after {
  display: none;
}

.breadcrumb-trail ul.trail-items li a {
  color: var(--primary_color);
}

.breadcrumb-trail ul.trail-items li a:hover {
  color: #646464;
}

.breadcrumb-trail ul.trail-items li > span {
  color: #646464;
}

.banner-text {
  line-height: 1.4;
}

.site-main .entry-breadcrumb .current {
  color: var(--primary_color);
}

/****************************************************************
10. Page Heading
****************************************************************/
.entry-page-heading {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.entry-page-heading .entry-sub-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary_color);
  text-transform: uppercase;
}
.entry-page-heading .entry-sub-title .icon-svg-star {
  margin-right: 10px;
}
.entry-page-heading .entry-sub-title .icon-svg-star path {
  fill: var(--secondary_color);
}
.entry-page-heading .entry-title {
  font-size: 36px;
  font-weight: 600;
}

/****************************************************************
11. Search
****************************************************************/
.search-wrap {
  position: relative;
  line-height: 0;
}
.search-wrap button {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: var(--title_dark_color);
  font-size: 18px;
}
.search-wrap button:focus {
  outline: none;
}
.search-wrap button:hover {
  color: var(--primary_color);
}
.search-wrap .search-field {
  position: absolute;
  top: -12px;
  left: 30px;
  z-index: 10;
  height: 40px;
  width: 0;
  font-size: 14px;
  color: var(--primary_color);
  border: 1px solid var(--border_dark_color);
  background-color: var(--bg_light_color_1);
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
}
.search-wrap .search-field.show-input {
  width: 320px;
  padding: 5px 20px;
  opacity: 1;
  visibility: visible;
}
.search-wrap input.search-field:focus {
  outline-width: 0;
  outline: none;
}
.search-wrap input::-webkit-input-placeholder,
.search-wrap textarea::-webkit-input-placeholder {
  color: var(--body_dark_color);
}
.search-wrap input::-moz-placeholder,
.search-wrap textarea::-moz-placeholder {
  color: var(--body_dark_color);
}
.search-wrap input:-moz-placeholder,
.search-wrap textarea:-moz-placeholder {
  color: var(--body_dark_color);
}
.search-wrap input:-ms-input-placeholder,
.search-wrap textarea:-ms-input-placeholder {
  color: var(--body_dark_color);
}
/*header style 1*/
@media(min-width: 1600px) {
  .header-style-1 .search-wrap .search-field {
    width: 320px;
    left: 0;
    padding: 5px 20px 5px 45px;
    opacity: 1;
    visibility: visible;
  }
  .header-style-1 .search-wrap button {
    position: relative;
    left: 20px;
    font-size: 15px;
    z-index: 10;
    color: var(--body_dark_color);
  }
}
/*header style 2*/
.header-style-2 .search-wrap button {
  font-size: 14px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: var(--bg_light_color_2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fixed_color_1);
  font-size: 16px;
  transition: unset;
}
.header-style-2 .search-wrap button:hover {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
}
.header-style-2 .search-wrap .search-field {
  right: 42px;
  left: inherit;
  top: 1px;
}
.header-style-2 .search-wrap .search-field.show-input {
  width: 248px;
}
/*header style 3*/
@media(min-width: 1600px) {
  .header-style-3 .search-wrap .search-field {
    width: 320px;
    left: 0;
    padding: 5px 20px 5px 45px;
    opacity: 1;
    visibility: visible;
  }
  .header-style-3 .search-wrap button {
    position: relative;
    left: 20px;
    font-size: 15px;
    z-index: 10;
    color: var(--body_dark_color);
  }
}
/*header style 4*/
@media(min-width: 1600px) {
  .header-style-4 .search-wrap .search-field {
    width: 320px;
    left: 0;
    padding: 5px 20px 5px 45px;
    opacity: 1;
    visibility: visible;
  }
  .header-style-4 .search-wrap button {
    position: relative;
    left: 20px;
    font-size: 15px;
    z-index: 10;
    color: var(--body_dark_color);
  }
}
/****************************************************************
12. Header
****************************************************************/
header.header {
  width: 100%;
  z-index: 5;
}
.sticky-header header.header {
  position: sticky;
  top: 0;
}
.sticky-header header.header.sticky {
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
}
.admin-bar.sticky-header header.header {
  top: 32px;
}
@media (max-width: 1024px) {
  header.header,
  #tophead {
	display: none;
  }
}
header.header .navbar-wrap {
  width: 100%;
}
header.header .navbar-wrap .header-menu:after {
  clear: both;
  content: "";
  display: block;
}

.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header .menu-full-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1720px;
  margin: 0 auto;
}
.site-header .main-navigation nav ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 38px 20px;
  text-transform: capitalize;
  color: var(--title_dark_color);
  font-family: var(--font_family_body);
}
/*transparent menu*/
.transparent-menu .site-header .main-navigation nav > ul > li > a {
	color: var(--title_light_color);
}
.transparent-menu .site-header .main-navigation nav > ul > li > a {
	color: var(--title_light_color);
}

@media(max-width: 1199px) {
	.site-header .main-navigation nav ul li a {
		padding-left: 7px;
		padding-right: 7px;
	}
}
.site-header .main-navigation nav ul li a:hover {
  color: var(--primary_color);
}
.site-header .main-navigation nav ul li a.active {
  color: var(--primary_color);
}
.site-header .main-navigation nav ul li ul {
  background-color: var(--bg_light_color_1);
}
.site-header .main-navigation nav ul li ul.sub-menu li.menu-item-has-children:before {
  color: var(--primary_color);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 7px;
  transition: all ease 0.31s;
}
.site-header .main-navigation nav ul li ul li {
  display: block;
  border-radius: 6px;
  transition: all ease 0.31s;
}
.site-header .main-navigation nav ul li ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  color: var(--title_dark_color);
  text-transform: inherit;
  padding: 7px 15px;
  font-weight: 500;
  font-size: 14px;
  z-index: 2;
}
.site-header .main-navigation nav ul li ul li:hover {
  background-color: var(--bg_light_color_2);
}
.site-header .main-navigation ul.menu li.current-menu-ancestor > a,
.site-header .main-navigation ul.menu li.current-menu-item > a, 
.site-header .main-navigation ul.menu > li.current > a {
	color: var(--primary_color);
}
.site-header .main-navigation ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  margin: 0;
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  border-radius: 0 0 6px 6px;
  text-align: left;
  padding: 15px;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  opacity: 0;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.site-header .main-navigation ul > li > ul li ul {
  left: 225px;
  top: 0;
}
.site-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.31s;
  transform: scaleY(1);
}
body:not(.transparent-menu) header.header .navbar-wrap .header-menu {
  background-color: var(--bg_light_color_2);
}
body.transparent-menu header.header .navbar-wrap {
  position: relative;
  z-index: 1;
}
body.transparent-menu header.header .navbar-wrap .header-menu {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}



body:not(.transparent-menu) header.header.sticky .navbar-wrap .header-menu {
  background-color: var(--bg_light_color_2);
}

body.transparent-menu header.header.sticky .navbar-wrap .header-menu {
  background-color: var(--dark_color);
}

/* Main Navigation Fallbackcd */
.fallbackcd-menu-item .fallbackcd {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--title_dark_color);
  padding: 38px 15px;
  text-transform: capitalize;
  font-family: var(--font_family_body);
  transition: all ease 0.31s;
}
.rt-sticky .fallbackcd-menu-item .fallbackcd {
  color: #000000;
}

/* Header Action Items */
.header-left-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-left-box > div:nth-child(2n) {
  position: relative;
  z-index: 1;
  margin-left: 35px;
}
.header-left-box > div:nth-child(2n):before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 35px;
  width: 2px;
  background-color: var(--border_dark_color);
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.header-icon-area {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
}
@media(max-width: 1199px) {
	.header-icon-area {
		gap: 5px;
	}
}
.header-icon-area .user-icon-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: var(--bg_light_color_1);
  font-size: 14px;
  color: var(--fixed_color_1);
}
.header-icon-area .user-icon-area a:hover {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
}
body.transparent-menu .search-wrap button {
  color: var(--fixed_color_1);
}
body.transparent-menu .search-wrap button:hover {
  color: var(--primary_color);
}

/* Header Style 1 */
body:not(.transparent-menu) header.header1 .navbar-wrap .header-menu {
  background-color: var(--bg_light_color_2);
}
/* Header Style 2 */
.header-style-2 .site {
  padding-left: 440px;
}
@media (max-width: 1024px) {
  .header-style-2 .site {
	padding-left: 0;
  }
}
.site-header.header.header2 {
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 440px;
  padding: 50px 50px 70px;
  gap: 50px;
}
@media (max-width: 1024px) {
  .site-header.header.header2 {
	  display: none;
  }
}
.site-header.header.header2:after, 
.site-header.header.header2:before {
  display: none;
}
.site-header.header.header2 .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.site-header.header.header2 .cart-area .cart-list-trigger {
	padding: 0;
}
.site-header.header.header2 .header-middle .main-navigation nav > ul {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  position: relative;
  padding: 30px 0;
}
.site-header.header.header2 .header-middle .main-navigation nav > ul:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--border_dark_color);
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.site-header.header.header2 .header-middle .main-navigation nav > ul li a {
  padding: 10px 20px;
}
.site-header.header.header2 .header-middle .main-navigation nav > ul li ul {
  left: 100%;
  top: -14px;
}
.site-header.header.header2 .header-middle .main-navigation nav > ul li ul li a {
  padding: 10px 20px;
}
.site-header.header.header2 .header-middle .main-navigation nav > ul > li:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background-color: var(--border_dark_color);
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.site-header.header.header2 .header-middle .main-navigation nav > ul > li.menu-item-has-children:before {
  color: var(--title_dark_color);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-header.header.header2 .header-bottom .sidenav-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.site-header.header.header2 .header-bottom .sidenav-social a {
  color: var(--text_dark_color_1);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.site-header.header.header2 .header-bottom .sidenav-social a:hover {
  color: var(--primary_color);
}
.site-header.header.header2 .header-bottom .copyright {
  margin-top: 20px;
  text-align: center;
}
.site-header.header.header2 .header-icon-area {
  gap: 10px;
}
.site-header.header.header2 .header-icon-area > div {
  position: relative;
}

/* Header Style 3 */
.rt-collapse-menu .rt-collapse-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: var(--bg_light_color_1);
  box-shadow: none;
  border: 0;
}
.rt-collapse-menu .rt-collapse-button .button-line {
  border-radius: 4px;
  background-color: var(--fixed_color_1);
  display: block;
  height: 3px;
}
.rt-collapse-menu .rt-collapse-button .line-one {
  margin: 2px 0 2px auto;
  width: 16px;
}
.rt-collapse-menu .rt-collapse-button .line-two {
  margin: 2px 0;
  width: 24px;
}
.rt-collapse-menu .rt-collapse-button .line-three {
  margin: 2px 0 2px auto;
  width: 16px;
}
.rt-collapse-menu .rt-collapse-button:hover {
  background-color: var(--primary_color);
}
.rt-collapse-menu .rt-collapse-button:hover .button-line {
  background-color: var(--fixed_title_light_color);
}
.rt-collapse-menu .menu-wrap {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.31s;
}
.rt-collapse-menu .menu-wrap.show-menu {
  opacity: 1;
  visibility: visible;
}
body:not(.transparent-menu) header.header3 .navbar-wrap .header-menu {
  background-color: var(--bg_light_color_2);
}

/* Header Style 4 */
body:not(.transparent-menu) header.header4 .navbar-wrap .header-menu {
  background-color: var(--bg_light_color_1);
}
body:not(.transparent-menu) header.header4.sticky .navbar-wrap .header-menu {
	background-color: var(--bg_light_color_1);
}
header.header4 .header-icon-area .user-icon-area a,
header.header4 .cart-area .cart-trigger-icon,
header.header4 .offcanvas-wrap .offcanvas-button-wrap {
	background-color: var(--bg_light_color_2);
}
header.header4 .header-icon-area .user-icon-area a:hover,
header.header4 .cart-area .cart-trigger-icon:hover,
header.header4 .offcanvas-wrap .offcanvas-button-wrap:hover {
	background-color: var(--primary_color);
	color: var(--fixed_title_light_color);
}
/*mobile topbar*/
.mobile-top-bar .header-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
	row-gap: 8px;
	padding: 12px 12px 15px;
	text-align: center;
	font-size: 14px;
	transition: all ease 0.31s;
}
.mobile-top-bar .header-top a {
  color: var(--body_dark_color);
}
.mobile-top-bar .header-top a:hover {
  color: var(--primary_color);
}
.mobile-top-bar .header-social {
	display: flex;
	text-align: center;
	justify-content: center;
	gap: 5px;
	margin: 0;
	padding: 0;
}
.mobile-top-bar .header-social li {
	list-style: outside none none;
}
.mobile-top-bar .header-social li a {
	font-size: 15px;
	text-align: center;
	color: var(--title_dark_color);
	display: block;
}
.mobile-top-bar .header-social li i {
	width: 34px;
	height: 34px;
	background: var(--bg_light_color_1);
  box-shadow: 0 0 5px 0 rgba(var(--dark_color_rgb), 0.09);
	border-radius: 8px;
	display: inline-block;
	line-height: 34px;
	transition: all ease 0.31s;
}
.mobile-top-bar .entry-btn.btn-fill {
	padding: 7px 20px;
}
/* Mobile Menu */
.sticky-header .mobile-mene-bar.mobile-sticky {
  position: sticky;
  width: 100%;
  z-index: 99;
  top: 0;
}
@media (min-width: 783px) and (max-width: 1024px) {
  .admin-bar.sticky-header .mobile-mene-bar.mobile-sticky {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar.sticky-header .mobile-mene-bar.mobile-sticky {
    top: 46px;
  }
}
.mobile-mene-bar .mobile-logo img {
  max-width: 90px;
}
.mobile-mene-bar .mean-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bg_light_color_1);
  border-top: 1px solid var(--border_dark_color);
  box-shadow: 0 15px 15px 0 rgba(var(--dark_color_rgb), 0.03);
  position: relative;
  padding: 10px 12px;
  width: 100%;
  z-index: 9;
}
.mobile-mene-bar .mean-bar .info {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.mobile-mene-bar .search-wrap .search-field {
	top: -3px;
  left: inherit;
  right: 40px;
}
@media(min-width:376px) {
  .mobile-mene-bar .search-wrap .search-field.show-input {
    width: 248px;
  }
}
.mobile-mene-bar .cart-area .cart-list-trigger {
	padding: 0;
}
.mobile-mene-bar .user-icon-area a,
.mobile-mene-bar .search-wrap .search-button,
.mobile-mene-bar .cart-area .cart-trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	font-size: 15px;
	border-radius: 8px;
	color: var(--fixed_color_1);
	background: var(--bg_light_color_1);
  border: 1px solid var(--border_dark_color);
	transition: all ease 0.31s;
}
.mobile-mene-bar .user-icon-area a:hover,
.mobile-mene-bar .search-wrap .search-button:hover,
.mobile-mene-bar .cart-area .cart-trigger-icon:hover {
	color: var(--fixed_title_light_color);
	background: var(--primary_color);
  border: 1px solid transparent;
}
.mobile-mene-bar .cart-area .minicart {
	margin: 0;
	padding: 0;
  list-style: none;
}
.mobile-mene-bar .cart-area .cart-trigger-icon > span {
	top: 0;
  right: -2px;
  font-weight: 700;
  background: transparent;
  color: var(--secondary_color);
}
@media(max-width:375px) {
  .mobile-mene-bar .cart-area .cart-trigger-icon {
    position: relative;
  }
  .mobile-mene-bar .cart-area .cart-list-trigger {
    position: static;
  }
  .cart-area .cart-list-trigger .cart-wrapper {
    left: 12px;
    right: 12px;
    width: auto;
  }
}
.mobile-mene-bar {
  position: relative;
}
.rt-slide-nav {
	display: block;
	position: absolute;
	background: var(--bg_light_color_1);
	left: 0;
	right: 0;
  top: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 20px 20px 0 rgba(var(--dark_color_rgb), 0.03);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.slidemenuon .rt-slide-nav {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.rt-slide-nav ul {
  list-style-type: none;
  margin: 0px;
}
.rt-slide-nav nav > ul {
  padding: 10px 12px;
}
.rt-slide-nav .offscreen-navigation ul li {
  position: relative;
}
.rt-slide-nav .offscreen-navigation ul li a {
	border-radius: 6px;
}
.rt-slide-nav .offscreen-navigation ul li a:hover {
	background-color: var(--bg_light_color_2);
	color: var(--primary_color);
}
.rt-slide-nav .offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: var(--title_dark_color);
  font-size: 15px;
  font-weight: 500;
  padding: 7px 15px;
  font-family: var(--font_family_body);
}
.rt-slide-nav .offscreen-navigation .sub-menu {
  display: none;
}
.rt-slide-nav .offscreen-navigation .sub-menu li > a {
  font-size: 14px;
}
.rt-slide-nav .offscreen-navigation li.current-menu-item > a, 
.rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
  color: var(--primary_color);
}
.rt-slide-nav .offscreen-navigation ul li > span {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	cursor: pointer;
}
.rt-slide-nav .offscreen-navigation ul li > span:after {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: .1s;
	right: 15px;
	font-weight: 700;
	position: absolute;
	font-size: 13px;
	color: #999999;
}
.rt-slide-nav .offscreen-navigation ul li > span.open:after {
	content: '\f068';
	color: var(--primary_color);
}
@media only screen and (min-width: 1025px) {
  .mobile-top-bar,
  .mobile-mene-bar {
	  display: none;
  }
}
body .sidebarBtn {
  display: inline-grid;
  width: 34px;
  height: 34px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--bg_light_color_1);
  border: 1px solid var(--border_dark_color);
  cursor: pointer;
  transition: all ease 0.31s;
}
body .sidebarBtn .bar {
  background: var(--fixed_color_1);
  border-radius: 3px;
  height: 2px;
  width: 24px;
  display: block;
  margin-bottom: 2px;
  margin-left: auto;
  transition: all ease 0.31s;
}
body .sidebarBtn .bar:nth-child(3) {
  width: 16px;
}
body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(2) {
  transform: rotate(-45deg) translate(0px, 0px);
}
.site-header .main-navigation li span.new {
    display: inline-block;
    font-size: 12px;
    color: #fff;
	background-color: red;
    margin-left: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    line-height: 1;
}
@media(max-width:375px) {
  .mobile-mene-bar .search-wrap {
    position: static;
  }
  .mobile-mene-bar .search-wrap .search-field {
    top: 58px;
    right: 12px;
    left: 12px;
    width: auto;
  }
}
/*-------------------------------------
#. Mega Menu
---------------------------------------*/
.site-header .main-navigation ul li.mega-menu {
	position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
	opacity: 1;
	visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
	width: calc(100% - 24px);
	max-width: 1296px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: flex;
	justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column,
.site-header .main-navigation ul li.mega-menu.menu-three-column {
	position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column > ul.sub-menu {
	width: 480px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column > ul.sub-menu {
	width: 720px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
	top: 0;
	padding: 0;
	position: relative;
	width: inherit;
	left: inherit;
	box-shadow: none;
	border-top: none;
	transform: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
	color: var(--title_dark_color);
	font-size: 18px;
	font-weight: 600;
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
	display: none;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
	display: none;
}

/****************************************************************
13. Offcanvas sidebar
****************************************************************/
.offcanvas-wrap .offcanvas-button-wrap {
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  background-color: var(--bg_light_color_1);
  color: var(--fixed_color_1);
}
.offcanvas-wrap .offcanvas-button-wrap:hover {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
}
.offcanvas-wrap .offcanvas-button-wrap:hover .offcanvas-button .circle {
  border-color: var(--fixed_title_light_color);
}
.offcanvas-wrap .offcanvas-button-wrap .offcanvas-button {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2px;
  background-color: transparent;
}
.offcanvas-wrap .offcanvas-button-wrap .offcanvas-button .circle {
  height: 4px;
  width: 4px;
  border: 1px solid;
  border-radius: 50%;
  border-color: var(--primary_color);
  transition: all ease 0.31s;
}
.offcanvas-wrap .offcanvas-button-wrap.side-menu-close {
  transform: rotate(90deg);
}
.offcanvas-wrap .offcanvas-button-wrap.side-menu-close .offcanvas-button .circle2 {
  transform: translateY(9px);
  opacity: 0;
  visibility: hidden;
}
.offcanvas-wrap .offcanvas-button-wrap.side-menu-close .offcanvas-button .circle4 {
  transform: translateX(9px);
  opacity: 0;
  visibility: hidden;
}
.offcanvas-wrap .offcanvas-button-wrap.side-menu-close .offcanvas-button .circle6 {
  transform: translateX(-9px);
  opacity: 0;
  visibility: hidden;
}
.offcanvas-wrap .offcanvas-button-wrap.side-menu-close .offcanvas-button .circle8 {
  transform: translateY(-9px);
  opacity: 0;
  visibility: hidden;
}
/*offcanvus*/
.offcanvas-wrap .sidenav .canvas-content::-webkit-scrollbar {
	width: 0;
}
.site-header.header.header2::-webkit-scrollbar {
	width: 0;
}
.rt-slide-nav::-webkit-scrollbar {
	width: 0;
}
.additional-menu-area .sidenav .closebtn {
	color: var(--primary_color);
	font-size: 20px;
	position: absolute;
	right: 35px;
	top: 50px;
	font-weight: 500;
	cursor: pointer;
	z-index: 4;
}
.offcanvas-wrap .offcanvas-content-wrap {
	max-width: 395px;
	width: 100%;
	position: fixed;
	transform: translateX(120%);
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: var(--bg_light_color_1);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	will-change: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
}
.offcanvas-wrap .sidenav .canvas-content {
	height: 100vh;
	padding: 50px;
	transition: all ease 0.8s;
	overflow-y: auto;
	-ms-overflow-style: none;
	-moz-scrollbar-width: none;
}
.sidenav-address > div {
	margin-bottom: 36px;
}
.sidenav-address > div:last-child {
	margin-bottom: 0;
}
.sidenav-address h3 {
	font-size: 22px;
}
.sidenav-address .address-info span {
	display: flex;
	gap: 12px;
	margin-bottom: 8px;
	color: var(--meta_dark_color);
}
.sidenav-address .address-info span a {
	color: var(--meta_dark_color);
}
.sidenav-address .address-info span a:hover {
	color: var(--primary_color);
}
.sidenav-address .address-info span:last-child {
	margin-bottom: 0;
}
.sidenav-address .address-info span i {
	color: var(--primary_color);
	margin-top: 6px;
}
.sidenav-address .sidenav-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: 100%;
}
.sidenav-address .sidenav-social span a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	background: var(--primary_color);
	color: var(--fixed_title_light_color);
	transition: all ease 0.31s;
}
.sidenav-address .sidenav-social span a:hover {
	background-color: var(--secondary_color);
}
.sidenav-address .custom-widget ul li {
	position: relative;
	line-height: 24px;
	list-style: none;
}
.sidenav-address .custom-widget ul li a {
	position: relative;
	display: block;
	font-size: 15px;
	color: var(--title_dark_color);
	border: none;
	padding: 8px 0;
	font-weight: 600;
	transition: all 140ms ease-in-out;
}
.sidenav-address .custom-widget ul li a:hover {
	color: var(--primary_color);
}
.sidenav-address .sub-menu {
	display: none;
}
.sidenav-address .custom-widget .sub-menu {
	padding-left: 10px;
}
.sidenav-address .custom-widget ul li ul li a {
	font-size: 14px;
	padding: 7px 15px;
	border-radius: 6px;
}
.sidenav-address .custom-widget ul li ul li a:hover {
	color: var(--primary_color);
	background-color: var(--bg_light_color_2); 
}
.sidenav-address .custom-widget ul li > span {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	cursor: pointer;
}
.sidenav-address .custom-widget ul li > span:after {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: .1s;
	right: 15px;
	font-weight: 700;
	position: absolute;
	font-size: 13px;
	color: var(--meta_dark_color);
}
.sidenav-address .custom-widget ul li > span.open:after {
	content: '\f068';
	color: var(--primary_color);
}
.sidenav-address .widget_nav_menu ul.menu li.current-menu-ancestor > a,
.sidenav-address .widget_nav_menu ul.menu li.current-menu-item > a {
  color: var(--primary_color);
}

body .rt-cover {
  z-index: 149;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
}

/****************************************************************
14. Footer
****************************************************************/
.footer-area {
  overflow: hidden;
}
.footer-area .footer-inner-wrap {
  background-color: var(--bg_light_color_1);
  border-top: 1px solid var(--border_dark_color);
  position: relative;
  z-index: 1;
}
.footer-area .footer-inner-wrap .shape-holder {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-area .footer-inner-wrap .shape-holder img {
  height: 100%;
  opacity: 0.07;
  object-fit: cover;
}

.footer-bg-opacity {
  position: relative;
  z-index: 1;
}

.footer-bg-opacity:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-bg-opacity.footer-1:after {
  background-color: rgba(0, 0, 0, 0);
}

.footer-bg-opacity.footer-2:after {
  background-color: rgba(0, 0, 0, 0);
}

.footer-bg-opacity.footer-3:after {
  background-color: rgba(0, 0, 0, 0);
}

.footer-style-3 .footer-area .footer-inner-wrap {
  background-color: var(--fixed_bg_dark_color_3);
  border-top: none;
}
.footer-style-3 .footer-area .footer-about-widget .logo-box.default-on {
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.footer-style-3 .footer-area .footer-about-widget .logo-box.default-off {
  right: 0;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
.footer-style-3 .footer-area .rt-social-widget ul.social-wrap {
  justify-content: center;
}
.footer-style-3 .footer-area .widget_niftric_footer_about_author {
  margin-bottom: 50px;
}
.footer-style-3 .footer-top-wrap {
  padding-top: 120px;
  padding-bottom: 80px;
}
.footer-style-3 .footer-top-wrap .widget_media_image {
  margin-bottom: 40px;
  text-align: center;
}
.footer-style-3 .footer-top-wrap .widget_nav_menu {
  margin-bottom: 30px;
}
.footer-style-3 .footer-top-wrap .widget_nav_menu ul.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 50px;
  row-gap: 10px;
}
.footer-style-3 .footer-top-wrap .widget_nav_menu ul.menu li a {
  color: var(--fixed_body_light_color);
}
.footer-style-3 .footer-bottom-wrap {
  border-top: 1px solid #414562;
}
.footer-style-3 .footer-bottom-wrap .footer-bottom-inner {
  border: 0;
  justify-content: center;
}
.footer-style-3 .footer-bottom-wrap .footer-bottom-inner .copyright {
  color: var(--fixed_body_light_color);
}
.footer-style-3 .footer-bottom-wrap .footer-bottom-inner .copyright a {
  color: var(--fixed_link_light_color);
}
.footer-style-3 .footer-bottom-wrap .footer-bottom-inner .copyright a:hover {
  color: var(--primary_color);
}
.footer-style-3 .footer-bottom-wrap .footer-bottom-inner .footer-bottom-navigation ul li a {
  color: var(--fixed_link_light_color);
}
.footer-style-3 .footer-bottom-wrap .footer-bottom-inner .footer-bottom-navigation ul li a:hover {
  color: var(--primary_color);
}

[data-theme=dark-mode] .footer-style-3 .footer-area .footer-about-widget .logo-box.default-on {
  visibility: hidden;
  opacity: 0;
}
[data-theme=dark-mode] .footer-style-3 .footer-area .footer-about-widget .logo-box.default-off {
  visibility: visible;
  opacity: 1;
}

.footer-top-wrap {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-top-wrap {
	padding-top: 80px;
	padding-bottom: 40px;
  }
}
.footer-bottom-wrap {
  border-top: 1px solid var(--border_dark_color);
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.footer-bottom-inner .copyright {
  color: var(--body_dark_color);
}
.footer-bottom-inner .copyright a {
  color: var(--link_dark_color);
}
.footer-bottom-inner .copyright a:hover {
  color: var(--primary_color);
}
.footer-bottom-inner .copyright-menu .widget {
	margin-bottom: 0;
}
.footer-bottom-inner .copyright-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.footer-bottom-inner .copyright-menu ul li {
  margin: 0;
  padding: 0;
}
.footer-bottom-inner .copyright-menu ul li a {
  color: var(--body_dark_color);
}
.footer-bottom-inner .copyright-menu ul li a:hover {
  color: var(--primary_color);
}
.footer-bottom-inner.show-menu.show-copyright {
  justify-content: space-between;
}
.footer-bottom-inner.no-menu.no-copyright {
  padding: 0;
  border-top: 0;
}
.footer-bottom-inner.no-copyright, .footer-bottom-inner.no-menu {
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-bottom-inner {
	display: grid;
	gap: 10px;
  }
  .footer-bottom-inner.show-menu.show-copyright {
	justify-content: center;
  }
  .footer-bottom-inner .copyright-menu ul {
	justify-content: center;
  }
  .footer-bottom-inner .copyright {
	text-align: center;
  }
}
@media (max-width: 575px) {
	.footer-top-wrap {
		text-align: center;
	}
	.footer-area .widget_fluentform_widget .frm-fluent-form .ff-t-container {
		display: block;
	}
	.footer-area .address-icon-widget li,
	.footer-area .rt-social-widget ul.social-wrap {
		justify-content: center;
	}
	.footer-area .widget-short-description {
		max-width: 100%;
	}
}

/****************************************************************
15. Blog
****************************************************************/
ul.entry-meta {
  list-style: none;
  margin: 0 0 7px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 3px;
}
ul.entry-meta li {
  color: var(--meta_dark_color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
ul.entry-meta li:before {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  z-index: 1;
  background-color: var(--meta_dark_color);
  height: 1px;
  width: 6px;
  transform: translateY(-50%);
}
ul.entry-meta li:last-child:before {
  display: none;
}
ul.entry-meta li.post-author a {
  font-weight: 500;
  color: var(--author_dark_color);
}
ul.entry-meta li.post-author a:hover {
  color: var(--primary_color);
}
ul.entry-meta li.post-comment a {
  color: var(--meta_dark_color);
}
ul.entry-meta li.post-comment a:hover {
  color: var(--primary_color);
}

/* Entry Categories */
.entry-categories {
  display: inline-block;
  margin-bottom: 20px;
}
.entry-categories a.img-link {
  display: block;
}
.entry-categories .post-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-categories .post-categories li a {
  font-size: 14px;
  min-height: 30px;
  padding: 4px 15px;
  border-radius: 45px;
  margin-bottom: 0px;
  border: 1px solid;
}
.entry-categories.style-1 .post-categories li a {
  background-color: var(--bg_light_color_6);
  color: var(--title_dark_color);
  border-color: var(--bg_light_color_2);
}
.entry-categories.style-1 .post-categories li a:hover {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
  border-color: var(--primary_color);
}
.entry-categories.style-2 .post-categories li a {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
  border-color: var(--primary_color);
}
.entry-categories.style-2 .post-categories li a:hover {
  background-color: transparent;
  color: var(--title_dark_color);
  border-color: var(--primary_color);
}

/* Blog */
@media (max-width: 991px) {
  .content-area {
	  padding-top: 90px !important;
	  padding-bottom: 90px !important;
  }
}
.blog-box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-box {
  position: relative;
  z-index: 1;
}
.blog-box .blog-img-holder {
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}
.blog-box .blog-img-holder img {
  transform: scale(1.01);
  transition: all 1s cubic-bezier(.25,.8,.25,1);
}
.blog-box:hover .blog-img-holder img {
	transform: scale(1.11);
}
.blog-box .blog-img-holder .entry-categories.style-1 .post-categories li a {
  background-color: var(--bg_light_color_1);
}
.blog-box .blog-img-holder .entry-categories.style-1 .post-categories li a:hover {
  background-color: var(--primary_color);
}
.blog-box .entry-content {
  border-radius: 0 0 10px 10px;
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
}
.blog-box.no-image.no-preview .entry-content {
  border-radius: 10px;
}
.blog-box .entry-content:after, 
.blog-box .entry-content:before {
  display: none;
}
.blog-layout-1 .blog-img-holder .entry-categories {
  position: absolute;
  margin-bottom: 0;
  bottom: 35px;
  left: 35px;
  z-index: 1;
}
.blog-layout-1 .entry-content {
  padding: 35px 35px 40px;
}
.blog-layout-1 .entry-content .entry-title {
	margin-bottom: 12px;
}
.blog-layout-1 .entry-content .post_excerpt {
	margin-top: 10px;
}
.blog-layout-1 .entry-content .entry-btn {
	margin-top: 5px;
}
.blog-layout-2 .blog-img-holder .entry-categories {
  position: absolute;
  margin-bottom: 0;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.blog-layout-2 .entry-content {
  padding: 25px 30px 15px;
}
.blog-layout-2 .entry-content .entry-title {
  margin-bottom: 15px;
  font-size: 22px;
}
.blog-default .entry-content .entry-title a:hover {
	color: var(--primary_color);
}
.blog-layout-2 .entry-content .entry-btn {
  margin-bottom: 15px;
}
.blog-default .entry-content ul.entry-meta {
	display: inline-flex;
}
@media (max-width: 1199px) {
	.blog-default > div,
	.portfolio-style6 > div {
		justify-content: center;
	}
}
.rt-related-post .related-post .entry-content .entry-title {
  font-size: 18px;
}
/**/
.author-banner {
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	margin-bottom: 60px;
}
.author-banner .admin-author {
	display: flex;
	column-gap: 30px;
	padding: 40px;
	position: relative;
	color: var(--fixed_body_light_color);
	z-index: 1;
}
.author-banner .admin-author:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
}
.author-banner .author-img {
	max-width: 120px;
	width: 100%;
}
.author-banner .author-content {
	flex: 1;
}
.author-banner .author-img img {
	border-radius: 50%;
}
.author-banner .author-title {
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 1.4;
	text-transform: capitalize;
}
.author-banner .author-title a {
	color: var(--fixed_title_light_color);
}
.author-banner .author-designation {
	margin-bottom: 10px;
	font-size: 17px;
	color: var(--secondary_color);
	line-height: 1.2;
	transition: all ease 0.31s;
}
.author-banner ul.author-box-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: left;
}
.author-banner ul.author-box-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: var(--fixed_body_light_color);
	border: 1px solid var(--fixed_body_light_color);
	border-radius: 50%;
}
.author-banner ul.author-box-social li a:hover {
	background-color: var(--primary_color);
	border: 1px solid transparent;
	color: #ffffff;
}
@media(max-width: 575px) {
	.author-banner .admin-author {
		display: block;
	}
	.author-banner .author-img {
		margin-bottom: 15px;
	}
}
/****************************************************************
16. Single Post
****************************************************************/
.single-post .entry-header h1.entry-title {
  font-size: 30px;
  margin-bottom: 30px;
}
.single-post .entry-thumbnail-area,
.single-post .embed-responsive-video {
  margin-bottom: 30px;
  position: relative;
}
.single-post .entry-content img,
.single-post .entry-thumbnail-area img {
	border-radius: 10px;
}
.single-post .embed-responsive-video iframe {
	width: 100%;
	min-height: 415px;
	border-radius: 10px;
}
.single-post .entry-content {
  margin-bottom: 15px;
}
.single-post .rt-swiper-nav-1 .swiper-navigation > div {
  background-color: var(--bg_light_color_1);
  color: var(--primary_color);
  z-index: 9;
}
.single-post .rt-swiper-nav-1 .swiper-navigation > div:hover {
  background-color: var(--primary_color);
  color: var(--title_light_color);
}
.single-post .rt-swiper-nav-1 .swiper-button-prev {
  left: 10px;
}
.single-post .rt-swiper-nav-1 .swiper-button-next {
  right: 10px;
}
.single-post .single-post-slider {
  border-radius: 10px;
  margin-bottom: 30px;
}
@media(min-width:992px) {
  .no-sidebar .post > .entry-content,
  .no-sidebar .post > .tag-share-wrap,
  .no-sidebar .post > .about-author,
  .no-sidebar .post > .post-navigation,
  .no-sidebar .post > .comments-area,
  .no-sidebar .post > .rt-related-post {
    margin-left: 100px;
    margin-right: 100px;
  }
}

/*Post Share*/
.post-share .share-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.post-share .share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  color: #ffffff;
  background: transparent;
  border: 1px solid;
  border-color: var(--border_dark_color);
  position: relative;
}
.post-share .share-links .facebook-f-share-button {
  color: var(--facebook_color);
}
.post-share .share-links .facebook-f-share-button:hover {
  color: #ffffff;
  background-color: var(--facebook_color);
  border-color: var(--facebook_color);
}
.post-share .share-links .rttwitter-share-button {
  color: var(--twitter_color);
}
.post-share .share-links .rttwitter-share-button:hover {
  color: #ffffff;
  background-color: var(--twitter_color);
  border-color: var(--twitter_color);
}
.post-share .share-links .youtube-share-button {
  color: var(--youtube_color);
}
.post-share .share-links .youtube-share-button:hover {
  color: #ffffff;
  background-color: var(--youtube_color);
  border-color: var(--youtube_color);
}
.post-share .share-links .linkedin-in-share-button {
  color: var(--linkedin_color);
}
.post-share .share-links .linkedin-in-share-button:hover {
  color: #ffffff;
  background-color: var(--linkedin_color);
  border-color: var(--linkedin_color);
}
.post-share .share-links .pinterest-share-button {
  color: var(--pinterest_color);
}
.post-share .share-links .pinterest-share-button:hover {
  color: #ffffff;
  background-color: var(--pinterest_color);
  border-color: var(--pinterest_color);
}
.post-share .share-links .whatsapp-share-button {
  color: var(--whatsapp_color);
}
.post-share .share-links .whatsapp-share-button:hover {
  color: #ffffff;
  background-color: var(--whatsapp_color);
  border-color: var(--whatsapp_color);
}
.post-share .share-links .cloud-share-button {
  color: var(--cloud_color);
}
.post-share .share-links .cloud-share-button:hover {
  color: #ffffff;
  background-color: var(--cloud_color);
  border-color: var(--cloud_color);
}
.post-share .share-links .dribbble-share-button {
  color: var(--dribbble_color);
}
.post-share .share-links .dribbble-share-button:hover {
  color: #ffffff;
  background-color: var(--dribbble_color);
  border-color: var(--dribbble_color);
}
.post-share .share-links .tumblr-share-button {
  color: var(--tumblr_color);
}
.post-share .share-links .tumblr-share-button:hover {
  color: #ffffff;
  background-color: var(--tumblr_color);
  border-color: var(--tumblr_color);
}
.post-share .share-links .reddit-share-button {
  color: var(--reddit_color);
}
.post-share .share-links .reddit-share-button:hover {
  color: #ffffff;
  background-color: var(--reddit_color);
  border-color: var(--reddit_color);
}
.post-share .share-links .print-share-button {
  color: var(--print_color);
}
.post-share .share-links .print-share-button:hover {
  color: #ffffff;
  background-color: var(--print_color);
  border-color: var(--print_color);
}
.post-share .share-links .email-share-button {
  color: var(--email_color);
}
.post-share .share-links .email-share-button:hover {
  color: #ffffff;
  background-color: var(--email_color);
  border-color: var(--email_color);
}
.post-share .share-links .social-text {
  display: none;
}

/*Entry Meta Tag*/
.tag-share-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.entry-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.entry-meta-tags a {
  display: inline-block;
  font-size: 15px;
  color: var(--primary_color);
  border: 1px solid var(--border_dark_color);
  padding: 6px 16px;
  background-color: transparent;
  text-transform: lowercase;
  border-radius: 45px;
  line-height: 1.4;
}
.entry-meta-tags a:hover {
  color: #ffffff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
/*Entry Author*/
.about-author {
	display: flex;
	column-gap: 25px;
	background: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	padding: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
	border-radius: 10px;
}
.about-author .author-avatar {
	max-width: 100px;
	width: 100%;
}
.about-author .author-avatar img {
	border-radius: 50%;
}
.about-author .author-title {
	font-size: 22px;
	margin-bottom: 2px;
	line-height: 1.4;
	text-transform: capitalize;
}
.about-author .author-title a {
	color: var(--title_dark_color);
}
.about-author .author-designation {
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: var(--text_dark_color_1);
	line-height: 1.2;
}
.about-author .author-bio {
	font-size: 15px;
	color: var(--body_dark_color);
}
.about-author ul.author-box-social {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: left;
}
.about-author ul.author-box-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: var(--text_dark_color_1);
	border: 1px solid var(--border_dark_color);
	border-radius: 50%;
}
.about-author ul.author-box-social li a:hover {
	background-color: var(--primary_color);
	border: 1px solid transparent;
	color: #ffffff;
}
@media(max-width: 425px) {
	.about-author {
		display: block;
		padding: 30px;
	}
	.about-author .author-avatar {
		margin-bottom: 10px;
    max-width: 70px;
	}
}
/*next post & prev post*/
.post-navigation {
	display: flex;
	column-gap: 25px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
  margin-top: 50px;
	background: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 10px;
	padding: 30px 30px 20px;
}
.post-navigation a {
	color:var(--text_dark_color_1);
}
.post-navigation a:hover {
	color: var(--primary_color);
}
.post-navigation .navigation-box .entry-title a {
  color: var(--title_dark_color);
}
.post-navigation .navigation-box .entry-title a:hover {
  color: var(--primary_color);
}
.post-navigation .navigation-box.text-left {
  text-align: left;
}
.post-navigation .navigation-box.text-right {
  text-align: right;
}
.post-navigation .navigation-box .prev-article {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.post-navigation .navigation-box .next-article {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.post-navigation .navigation-box .entry-title {
	font-size: 18px;
}
@media(max-width:375px) {
  .post-navigation .navigation-box .entry-title {
    font-size: 16px;
  }
  .post-navigation .navigation-box .next-article,
  .post-navigation .navigation-box .prev-article {
    font-size: 13px;
  }
}
/* Comment */
.comments-area {
  margin-top: 40px;
}
.comment-respond > h4 {
  display: block;
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
}
.comments-area ul {
  list-style-type: none;
  padding: 0;
}

.comments-area > ul.comment-list {
  margin-bottom: 30px;
}

.comments-area h3.comment-num {
  color: var(--title_dark_color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
}

.comments-area h3.comment-num:after {
  background: var(--primary_color);
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 5px 0 0;
  top: 0;
  width: 80px;
}

.comments-area .comment-form {
  margin-top: 0px;
}

.comments-area .main-comments .imgholder {
  float: left;
}

.comments-area .main-comments .imgholder img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 0px;
  max-width: 90px;
}

.comments-area .main-comments .comment-meta {
  font-size: 15px;
}

@media (max-width: 767px) {
  .comments-area .main-comments .comment-meta {
	  display: flow-root;
  }
  .comments-area .main-comments .imgholder img {
    max-width: 70px;
  }
}
.comments-area .main-comments .comment-meta .comment-author-name {
  color: var(--text_dark_color_1);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
}

.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
  color: var(--title_dark_color);
  font-size: 18px;
  font-family: var(--font_family_body);
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}

.comments-area .main-comments .replay-area {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.comments-area .main-comments .replay-area a {
	color: var(--primary_color);
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 30px;
	font-size: 13px;
	padding: 4px 12px;
	font-weight: 500;
	display: block;
}

.comments-area .main-comments .replay-area a:hover {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
}

.main-comments .each-comment {
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .main-comments .each-comment {
	margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .main-comments .each-comment {
	margin-bottom: 20px;
  }
}
.comments-area .main-comments .comments-body {
  display: flow-root;
}

@media (max-width: 425px) {
  .comments-area .main-comments .imgholder {
	float: inherit;
	margin-bottom: 8px;
  }
}
.comments-area .main-comments .comment-respond {
  margin-top: 0px;
  margin-bottom: 70px;
}

.comments-area .reply-separator {
  margin-top: 40px;
  padding-top: 50px;
}

.main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}

.comments-area .main-comments .comment-text li {
  border-top: none;
}

@media (max-width: 1200px) {
  .main-comments ul.children {
	margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-comments ul.children {
	margin-left: 15px;
  }
}
.avatar-disabled .main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}

.no-comments {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}

.comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.comment-navigation ul {
  margin-top: 30px;
}

.comment-navigation ul li {
  margin-right: 5px;
  margin-top: 0;
}

.comment-navigation ul li a {
  display: inline;
  font-size: 12px;
  height: 49px;
  line-height: inherit;
  padding: 10px;
  width: inherit;
}

.comment-list pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.comments-area > h4 {
  display: block;
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
}
#respond .comment-notes {
  margin-bottom: 30px;
}

#respond .logged-in-as {
  margin-bottom: 30px;
  font-size: 15px;
}

#respond .logged-in-as a {
  color: var(--body_dark_color);
}

#respond .form-group {
  margin-bottom: 25px;
}

#respond .form-group.form-submit {
  margin-bottom: 0px;
}

#respond form .form-control {
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  border: none;
  color: var(--title_dark_color);
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 10px;
}
#respond form input.form-control {
  height: 50px;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--text_dark_color_1);
}
#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
  color: var(--text_dark_color_1);
}
#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
  color: var(--text_dark_color_1);
}
#respond form .btn-send {
  font-size: 15px;
  font-weight: 600;
  padding: 14px 25px;
  border-radius: 45px;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  outline: none;
  background: var(--primary_color);
  color: #ffffff;
  overflow: hidden;
  transition: all ease 0.31s;
}

#respond form .btn-send:hover {
  background-color: var(--secondary_color);
  color: #ffffff;
}

#respond #cancel-comment-reply-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 5px;
}

#respond form .comment-form-cookies-consent {
  position: relative;
  display: inline-flex;
}

#respond form .comment-form-cookies-consent input {
  background: transparent;
  border: none;
  margin-right: 10px;
  height: inherit;
  box-shadow: none;
  position: absolute;
  top: 5px;
}

#respond form .comment-form-cookies-consent label {
  padding-left: 25px;
  line-height: 1.5;
}

.comment-list > li:first-child {
  border-top: none;
}

.comment-list .comment-text ul {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: disc inside none;
}

.comment-list .comment-text ul li {
  padding-top: 0px;
}

.comment-list .comment-text ul li .children li {
  padding-top: 0px;
}

.comment-list .comment-text ul ul {
  margin-bottom: 0px;
}

.comment-list .comment-text ol {
  margin-bottom: 20px;
}

.comment-list .comment-text ol li {
  padding-top: 0px;
}

.comment-list .comment-text ol li .children li {
  padding-top: 0px;
}

.comment-list .comment-text ol ol {
  margin-bottom: 0;
}

.item-comments {
  margin-top: 50px;
}

.item-comments h2 {
  font-size: 24px;
}

.item-comments .item-comments-list {
  margin-top: 50px;
}

.item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}

.item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}

.item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: var(--primary_color);
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #a51c2d;
}

.item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}

.item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}

.item-comments .item-comments-form {
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
  padding-top: 50px;
}

.item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}

.item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}

.item-comments .item-comments-form .comments-form .form-group .form-control {
  background: var(--title_dark_color);
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}

/* Reading Progressbar */
@media (min-width: 992px) {
  .single.admin-bar .niftric-progress-container {
	top: 32px;
  }
}
.single .niftric-progress-container {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999999;
}

.single .niftric-progress-bar {
  height: 4px;
  background-color: var(--primary_color);
  width: 0%;
}

.single .niftric-progress-container.bottom {
  bottom: 0;
  top: initial;
}

/* Post Scroll Seperator*/
.single-post .ajax-scroll-post > .type-post {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 70px;
}

.single-post .ajax-scroll-post > .type-post:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--primary_color);
}

.single-post .ajax-scroll-post > .type-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-post .ajax-scroll-post > .type-post:last-child:after {
  display: none;
}

/****************************************************************
17. Related Post
****************************************************************/
.rt-swiper-slider,
.rt-swiper-side-slider,
.rt-swiper-cat-slider {
  position: relative;
  overflow: hidden;
}

.rt-swiper-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.rt-swiper-slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}
.rt-swiper-slider .swiper-slide ul {
  margin: 0;
  padding: 0;
}
/* Related Post title */
.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.section-title .related-title {
  font-size: 26px;
  margin-bottom: 0;
}

.section-title .swiper-button {
  display: inline-flex;
}
.section-title .swiper-button > div {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: none;
  border-radius: 6px;
  height: 36px;
  width: 36px;
  outline: none;
  color: var(--title_dark_color);
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  font-size: 15px;
  margin-top: 0;
}
.section-title .swiper-button > div:hover {
  background-color: var(--title_dark_color);
  color: var(--title_light_color);
}

.section-title .swiper-button-prev {
  margin-right: 5px;
}

.related-post {
  margin-top: 50px;
}

/****************************************************************
18. Shop Category
****************************************************************/
.shop-cat-box {
  background-color: rgba(var(--primary_color_rgb), 0.05);
  padding: 35px 30px 30px;
  border-radius: 25px;
  transition: all ease 0.31s;
}
.shop-cat-box .entry-content .entry-icon {
  height: 70px;
  width: 70px;
  position: relative;
  margin: 0 0 10px;
  transition: all ease 0.31s;
}
.shop-cat-box .entry-content .entry-icon .rt-img,
.shop-cat-box .entry-content .entry-icon .rt-icon {
  line-height: 1;
  color: var(--primary_color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  transition: all ease 0.31s;
}
.shop-cat-box .entry-content .entry-icon .cat_shape {
  fill: rgba(var(--primary_color_rgb), 0.08);
  transition: all ease 0.31s;
}
.shop-cat-box .entry-content .entry-title {
  margin-bottom: 0;
  font-size: 22px;
}
.shop-cat-box .entry-content .entry-title a {
  color: var(--fixed_title_dark_color);
}
.shop-cat-box .entry-content .entry-count-number {
  display: inline-block;
  color: var(--fixed_title_dark_color);
  transition: all ease 0.31s;
}
.shop-cat-box:hover {
  background-color: rgba(var(--primary_color_rgb), 1);
}
.shop-cat-box:hover .entry-content .entry-title a {
  color: var(--fixed_title_light_color);
}
.shop-cat-box:hover .entry-content .entry-title a:hover {
  color: var(--fixed_title_dark_color);
}
.shop-cat-box:hover .entry-content .entry-icon .rt-icon {
  color: var(--fixed_light_color);
}
.shop-cat-box:hover .entry-content .entry-icon .cat_shape {
  fill: rgba(var(--light_color_rgb), 0.1);
}
.shop-cat-box:hover .entry-content .entry-count-number {
  color: var(--fixed_title_light_color);
}

/****************************************************************
19. Portfolio
****************************************************************/
.portfolio-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio-box .entry-figure img {
  width: 100%;
  transform: scale(1.01);
  transition: all 1s cubic-bezier(.25,.8,.25,1);
}
.portfolio-box:hover .entry-figure img {
  transform: scale(1.11);
}
.portfolio-box .entry-content {
  display: grid;
  opacity: 0;
  visibility: hidden;
}
.portfolio-box .entry-content .entry-title {
  font-size: 22px;
  margin-bottom: 0;
}
.portfolio-box .entry-content .entry-title a {
  color: var(--title_light_color);
}
.portfolio-box .entry-content .entry-category {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.portfolio-box .entry-content .entry-category a {
  color: var(--title_light_color);
  letter-spacing: 0.5px;
}
.portfolio-box .entry-content .entry-category a:hover {
  color: var(--primary_color);
}
.portfolio-box .entry-social {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all ease 0.31s;
}
.portfolio-box .entry-social a {
  height: 35px;
  width: 35px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--fixed_title_light_color);
  background-color: var(--primary_color);
}
.portfolio-box .entry-social a:hover {
  background-color: var(--secondary_color);
}
.portfolio-box:hover .entry-content {
  opacity: 1;
  visibility: visible;
}
.portfolio-box.no-image.no-preview {
  background-color: var(--bg_light_color_2);
  height: 100%;
}
.portfolio-box.no-image.no-preview .entry-content {
  opacity: 1;
  visibility: visible;
}
.portfolio-box.no-image.no-preview .entry-content .entry-title {
  transform: scale(1);
}
.portfolio-box.no-image.no-preview .entry-content .entry-title a {
  color: var(--title_dark_color);
}
.portfolio-box.no-image.no-preview .entry-content .entry-title a:hover {
  color: var(--primary_color);
}
.portfolio-box.no-image.no-preview .entry-content .entry-category {
  transform: scale(1);
}
.portfolio-box.no-image.no-preview .entry-content .entry-category a {
  color: var(--title_dark_color);
}
.portfolio-box.no-image.no-preview .entry-content .entry-category a:hover {
  color: var(--primary_color);
}
.portfolio-box.no-image.no-preview .entry-content .entry-social {
  transform: scale(1);
}
.portfolio-box.no-image.no-preview .entry-content .entry-social a {
  color: var(--title_dark_color);
}
.portfolio-box.no-image.no-preview .entry-content .entry-social a:hover {
  color: var(--primary_color);
}
/*layout 01*/
.portfolio-style1 .portfolio-box .entry-content {
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  position: absolute;
  row-gap: 6px;
  padding: 30px;
  left: 0;
  right: 0;
  top: 50%;
}
.portfolio-style1 .portfolio-box .entry-content .entry-title {
  font-size: 22px;
  transform: scale(1.3);
}
.portfolio-style1 .portfolio-box .entry-content .entry-title a {
  color: var(--fixed_title_light_color);
}
.portfolio-style1 .portfolio-box .entry-content .entry-category {
  justify-content: center;
  transform: scale(1.3);
}
.portfolio-style1 .portfolio-box .entry-content .entry-category a {
  color: var(--fixed_title_light_color);
}
.portfolio-style1 .portfolio-box .entry-content .entry-social {
  justify-content: center;
  transform: scale(1.3);
}
.portfolio-style1 .portfolio-box:hover .entry-figure {
  background-color: #000000;
}
.portfolio-style1 .portfolio-box:hover .entry-figure img {
  opacity: 0.5;
  filter: blur(10px);
}
.portfolio-style1 .portfolio-box:hover .entry-content .entry-title {
  transform: scale(1);
}
.portfolio-style1 .portfolio-box:hover .entry-content .entry-category {
  transform: scale(1);
}
.portfolio-style1 .portfolio-box:hover .entry-content .entry-social {
  transform: scale(1);
}
/*layout 02*/
.portfolio-style2 .portfolio-box .entry-content {
  position: absolute;
  z-index: 1;
  padding: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.portfolio-style2 .portfolio-box .entry-content .entry-category a {
  padding: 2px 12px;
  border-radius: 5px 5px 0 0;
  background-color: var(--primary_color);
}
.portfolio-style2 .portfolio-box .entry-content .entry-title a {
  padding: 2px 12px;
  border-radius: 0 5px 5px 5px;
  background-color: var(--bg_light_color_1);
  color: var(--title_dark_color);
}
.portfolio-style2 .portfolio-box .entry-content .entry-title a:hover {
  color: var(--primary_color);
}
.portfolio-style2 .portfolio-box:hover .entry-content {
	left: 0;
  opacity: 1;
  visibility: visible;
}
.portfolio-style2 .portfolio-box:hover .entry-content .entry-category a {
  color: var(--fixed_title_light_color);
}
.portfolio-style2 .portfolio-box.no-image.no-preview .entry-content {
  position: static;
  transform: inherit;
}
.portfolio-style2 .portfolio-box .entry-content .entry-title {
  width: 100%;
}
.portfolio-style2 .portfolio-box .entry-content .entry-category {
  width: 100%;
}
.portfolio-style2 .portfolio-box .entry-content .entry-category a {
  color: var(--fixed_title_light_color);
}
.portfolio-style2 .portfolio-box .port-hover-effect {
  width: max-content;
  left: 30px;
  right: auto;
  bottom: 30px;
  top: auto;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  will-change: scroll-position;
  transition: unset;
}
.portfolio-style2 .portfolio-box:hover .port-hover-effect {
  opacity: 1;
}
/*layout 03*/
.portfolio-style3 .portfolio-box {
  transition: all ease 0.31s;
}
.portfolio-style3 .portfolio-box .entry-figure {
  position: relative;
  transition: all ease 0.31s;
}
.portfolio-style3 .portfolio-box .entry-figure .entry-social {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.portfolio-style3 .portfolio-box .entry-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  z-index: 1;
}
.portfolio-style3 .portfolio-box:hover .entry-figure {
  background-color: #000000;
}
.portfolio-style3 .portfolio-box:hover .entry-figure img {
  opacity: 0.2;
}
.portfolio-style3 .portfolio-box .entry-content .entry-title {
	transform: translateX(15px);
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.2s;
}
.portfolio-style3 .portfolio-box:hover .entry-content .entry-title {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}
.portfolio-style3 .portfolio-box .entry-content .entry-category {
  transform: translateX(15px);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
}
.portfolio-style3 .portfolio-box:hover .entry-content .entry-category {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.portfolio-style3 .portfolio-box:hover .entry-content .entry-title a {
  color: var(--fixed_title_light_color);
}
.portfolio-style3 .portfolio-box .entry-content .entry-title .entry-category {
  font-size: 15px;
  font-weight: 400;
}
.portfolio-style3 .portfolio-box .entry-content .entry-social {
	transform: translateX(15px);
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.6s;
}
.portfolio-style3 .portfolio-box:hover .entry-content .entry-social {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}
/*layout 04*/
.portfolio-style4 .portfolio-box {
  height: 100%;
}
.portfolio-style4 .portfolio-box .entry-figure {
  height: 100%;
}
.portfolio-style4 .portfolio-box .entry-figure img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.portfolio-style4 .portfolio-box:hover .entry-figure img {
  filter: blur(10px);
}
.portfolio-style4 .portfolio-box .entry-content {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  text-align: left;
  position: absolute;
  row-gap: 3px;
  padding: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(var(--bg_light_color_3_rgb));
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-style4 .portfolio-box .entry-content .entry-title {
  font-size: 22px;
}
.portfolio-style4 .portfolio-box .entry-content .entry-category a {
  font-size: 14px;
}
.portfolio-style4 .portfolio-box:hover .entry-content .entry-category a {
  color: var(--secondary_color);
}
.portfolio-style4 .portfolio-box:hover .entry-content .entry-title a {
  color: var(--title_dark_color);
}
.portfolio-style4 .portfolio-box:hover .entry-content .entry-title a:hover,
.portfolio-style4 .portfolio-box:hover .entry-content .entry-category a:hover {
  color: var(--primary_color);
}
.portfolio-style4 .portfolio-box .entry-content::before {
  position: absolute;
  content: "";
  right: 0;
  left: 100%;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: var(--bg_light_color_1);
  transition: all 0.4s ease;
}
.portfolio-style4 .portfolio-box:hover .entry-content::before {
  left: 0;
  width: 100%;
  transition: 0.4s width;
}
/*layout 5*/
.portfolio-style5 .portfolio-box {
  height: 100%;
}
.portfolio-style5 .portfolio-box .entry-figure {
  height: 100%;
}
.portfolio-style5 .portfolio-box .entry-figure img {
  height: 100%;
  object-fit: cover;
}
.portfolio-style5 .portfolio-box:hover .entry-figure:before {
  opacity: 0;
}
.portfolio-style5 .portfolio-box:hover .entry-figure img {
  filter: blur(10px);
}
.portfolio-style5 .portfolio-box .entry-content {
  position: absolute;
  right: auto;
  left: 0;
  top: auto;
  bottom: 0px;
  border-radius: 10px;
  margin-left: 20px;
  padding: 15px 20px;
  text-align: left;
  transform: translateY(-20px);
  transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  overflow: hidden;
  z-index: 1;
}
.portfolio-style5 .portfolio-box .entry-content::before {
  position: absolute;
  content: "";
  right: 0;
  left: 100%;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bg_light_color_1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.portfolio-style5 .portfolio-box:hover .entry-content::before {
  opacity: 1;
  visibility: visible;
  left: 0;
  width: 100%;
  transition: 0.4s width;
}
.portfolio-style5 .portfolio-box .entry-content .entry-title,
.portfolio-style5 .portfolio-box .entry-content .entry-category,
.portfolio-style5 .portfolio-box .entry-content .entry-social {
  transform: translateY(100%);
  transition: all 0.31s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  opacity: 0;
  visibility: hidden;
}
.portfolio-style5 .portfolio-box:hover .entry-content .entry-title,
.portfolio-style5 .portfolio-box:hover .entry-content .entry-category,
.portfolio-style5 .portfolio-box:hover .entry-content .entry-social {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.portfolio-style5 .portfolio-box .entry-content .entry-title {
  font-size: 22px;
}
.portfolio-style5 .portfolio-box .entry-content .entry-title a {
  color: var(--title_dark_color);
}
.portfolio-style5 .portfolio-box .entry-content .entry-category a {
  font-size: 14px;
  color: var(--title_dark_color);
}
.portfolio-style5 .portfolio-box:hover .entry-content .entry-title a:hover,
.portfolio-style5 .portfolio-box:hover .entry-content .entry-category a:hover {
  color: var(--primary_color);
}
.portfolio-style5 .portfolio-box:hover .entry-content .entry-category a {
  color: var(--secondary_color);
}
.portfolio-style5 .portfolio-box:hover .entry-content .entry-title a {
  color: var(--title_dark_color);
}
/*layout 6*/
.portfolio-style6 .portfolio-box:before {
  display: none;
}
.portfolio-style6 .portfolio-box .entry-content {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  text-align: left;
  padding: 30px 26px;
  background-color: var(--bg_light_color_2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio-style6 .portfolio-box .entry-content .title-wrap {
  flex: 1;
}
.portfolio-style6 .portfolio-box .entry-content .entry-title a {
  color: var(--title_dark_color);
}
.portfolio-style6 .portfolio-box .entry-content .entry-category a {
  font-size: 14px;
  color: var(--title_dark_color);
}
.portfolio-style6 .portfolio-box:hover .entry-content {
  background-color: var(--bg_dark_color_3);
}
.portfolio-style6 .portfolio-box:hover .entry-content .entry-category a,
.portfolio-style6 .portfolio-box:hover .entry-content .entry-title a {
  color: var(--title_light_color);
}
.portfolio-style6 .portfolio-box .entry-content .read-more a {
	background-color: var(--bg_light_color_3);
	border-radius: 50%;
	width: 36px;
	height: 36px;
  font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--title_dark_color);
}
.portfolio-style6 .col:nth-child(even) .portfolio-box .entry-content {
  background-color: var(--bg_light_color_4);
}
.portfolio-style6 .col:nth-child(even) .portfolio-box:hover .entry-content {
  background-color: var(--bg_dark_color_3);
}
/*layout 7*/
.portfolio-style7 .portfolio-box {
  height: 100%;
}
.portfolio-style7 .portfolio-box .entry-figure {
  height: 100%;
}
.portfolio-style7 .portfolio-box .entry-figure img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.portfolio-style7 .portfolio-box .entry-content {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  text-align: left;
  position: absolute;
  row-gap: 3px;
  padding: 20px;
  left: 20px;
  bottom: 20px;
  background-color: rgba(var(--bg_light_color_3_rgb));
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-style7 .portfolio-box .entry-content::before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--bg_light_color_1);
  transition: all 0.4s ease;  
}
.portfolio-style7 .portfolio-box:hover .entry-content::before {
  bottom: 0;
  height: 100%;
  transition: 0.4s height;
}
.portfolio-style7 .portfolio-box .entry-content .entry-title {
  word-break: break-word;
}
.portfolio-style7 .portfolio-box .entry-content .entry-category a {
  font-size: 14px;
}
.portfolio-style7 .portfolio-box:hover .entry-content .entry-category a {
  color: var(--secondary_color);
}
.portfolio-style7 .portfolio-box:hover .entry-content .entry-title a {
  color: var(--title_dark_color);
}
/****************************************************************
20. Portfolio Single
****************************************************************/
.portfolio-single-wrap .entry-thumb {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 50px;
}
.portfolio-single-wrap .entry-thumb img {
	width: 100%;
}
.portfolio-single-wrap .portfolio-entry-content h2 {
	font-size: 30px;
	margin-top: -9px;
}
.portfolio-single-wrap .portfolio-entry-content img {
	border-radius: 10px;
}
.portfolio-single-wrap .entry-info {
  display: grid;
  row-gap: 10px;
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  border-radius: 10px;
  padding: 30px;
}
.portfolio-single-wrap .entry-info .info-box {
  display: flex;
  font-size: 18px;
  gap: 10px;
}
.portfolio-single-wrap .entry-info .info-box .info-label {
  font-weight: 600;
  color: var(--title_dark_color);
}
.portfolio-single-wrap .entry-info .info-box .info-content {
  font-size: 16px;
  color: var(--meta_dark_color);
}
.portfolio-single-wrap .entry-info .info-box .info-content .entry-social {
  display: flex;
  flex-wrap: wrap;
  column-gap: 13px;
}
.portfolio-single-wrap .entry-info .info-box .info-content .entry-social a {
	font-size: 16px;
  	color: var(--meta_dark_color);
}
.portfolio-single-wrap .entry-info .info-box .info-content .entry-social a:hover {
  color: var(--primary_color);
}
@media(max-width: 1199px) {
	.portfolio-single-wrap .entry-info {
		margin-top: 30px;
	}
}
.portfolio-single-wrap .portfolio-gallery {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
}
.portfolio-single-wrap .portfolio-gallery .gallery-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}
.portfolio-single-wrap .portfolio-gallery .gallery-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
}
.portfolio-single-wrap .portfolio-gallery .gallery-item:nth-child(3) {
    grid-column: 1/-1;
    grid-row: 2/3;
}
.portfolio-single-wrap .portfolio-gallery .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.portfolio-single-wrap .portfolio-gallery .gallery-item:nth-child(3) img {
	height: 500px;
}
@media(max-width: 767px) {
	.portfolio-single-wrap .portfolio-gallery .gallery-item:nth-child(3) img {
		height: 400px;
	}
}
/****************************************************************
21. Team
****************************************************************/
.team-box .entry-figure {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.team-box .entry-figure img {
  filter: grayscale(0);
  transform: scale(1.01);
  transition: all 1s cubic-bezier(.25,.8,.25,1);
}
.team-box:hover .entry-figure img {
  filter: grayscale(1);
  transform: scale(1.11);
}
.team-box .entry-social {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  transition: all ease 0.31s;
}
.team-box .entry-social a {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  background-color: var(--title_light_color);
  color: var(--title_dark_color);
  transition: all ease 0.31s;
}
.team-box .entry-social a:before {
  content: "";
  background-color: var(--bg_light_color_1);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.team-box .entry-social a.facebook {
  background-color: rgba(var(--facebook_color_rgb), 0.15);
  color: var(--facebook_color);
}
.team-box .entry-social a.facebook:hover {
  background-color: rgba(var(--facebook_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-social a.twitter {
  background-color: rgba(var(--twitter_color_rgb), 0.15);
  color: var(--twitter_color);
}
.team-box .entry-social a.twitter:hover {
  background-color: rgba(var(--twitter_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-social a.instagram {
  background-color: rgba(var(--instagram_color_rgb), 0.15);
  color: var(--instagram_color);
}
.team-box .entry-social a.instagram:hover {
  background-color: rgba(var(--instagram_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-social a.linkedin {
  background-color: rgba(var(--linkedin_color_rgb), 0.15);
  color: var(--linkedin_color);
}
.team-box .entry-social a.linkedin:hover {
  background-color: rgba(var(--linkedin_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-social a.youtube {
  background-color: rgba(var(--youtube_color_rgb), 0.15);
  color: var(--youtube_color);
}
.team-box .entry-social a.youtube:hover {
  background-color: rgba(var(--youtube_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-social a.pinterest {
  background-color: rgba(var(--pinterest_color_rgb), 0.15);
  color: var(--pinterest_color);
}
.team-box .entry-social a.pinterest:hover {
  background-color: rgba(var(--pinterest_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-social a.skype {
  background-color: rgba(var(--skype_color_rgb), 0.15);
  color: var(--skype_color);
}
.team-box .entry-social a.skype:hover {
  background-color: rgba(var(--skype_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-social a.behance {
  background-color: rgba(var(--behance_color_rgb), 0.15);
  color: var(--behance_color);
}
.team-box .entry-social a.behance:hover {
  background-color: rgba(var(--behance_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-social a.dribbble {
  background-color: rgba(var(--dribbble_color_rgb), 0.15);
  color: var(--dribbble_color);
}
.team-box .entry-social a.dribbble:hover {
  background-color: rgba(var(--dribbble_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.team-box .entry-content .entry-title {
  font-size: 22px;
  margin-bottom: 0;
}
.team-box .entry-content .entry-title a {
  color: var(--title_dark_color);
}
.team-box .entry-content .entry-title a:hover {
  color: var(--primary_color);
}
.team-box .entry-content .entry-designation {
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--meta_dark_color);
  letter-spacing: 0.5px;
  transition: all ease 0.31s;
}
.team-box .entry-content .entry-text {
  margin-bottom: 15px
}
.team-box.no-image.no-preview {
  background-color: var(--bg_light_color_2);
  height: 100%;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-box.no-image.no-preview .entry-social {
  position: static;
  opacity: 1;
  visibility: visible;
}
/*layout 01*/
.team-style1 .team-box .entry-social {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  right: 0;
  justify-content: center;
}
.team-style1 .team-box .entry-social a {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-10px);
	transition: all 0.31s ease;
	transition-delay: 0s;
}
.team-style1 .team-box:hover .entry-social a {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.team-style1 .team-box:hover .entry-social a:nth-child(2n) {
	transition-delay: 0.2s;
}
.team-style1 .team-box:hover .entry-social a:nth-child(3n) {
	transition-delay: 0.4s;
}
.team-style1 .team-box:hover .entry-social a:nth-child(4n) {
	transition-delay: 0.6s;
}
.team-style1 .team-box:hover .entry-social a:nth-child(5n) {
	transition-delay: 0.8s;
}
.team-style1 .team-box:hover .entry-social a:nth-child(6n) {
	transition-delay: 1s;
}
.team-style1 .team-box:hover .entry-social a:nth-child(7n) {
	transition-delay: 1.2s;
}
/*layout 02*/
.team-style2 .team-box .entry-figure {
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
}
.team-style2 .team-box .entry-content {
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 0 0 10px 10px;
	padding: 18px 25px 25px;
	transition: all ease 0.31s;
}
.team-style2 .team-box:hover .entry-content {
	box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.09);
}
/****************************************************************
22. Team Single
****************************************************************/
/*Single layout*/
.single-team-wrap .entry-figure img {
  border-radius: 10px;
}
.single-team-wrap .entry-info .entry-title {
	font-size: 30px;
	margin-bottom: 2px;
	line-height: 1.2;
}
.single-team-wrap .entry-info .entry-designation {
	color: var(--meta_dark_color);
	font-size: 16px;
}
.single-team-wrap .entry-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
@media(max-width: 767px) {
	.single-team-wrap .entry-social {
		padding-top: 8px;
	}
}
.single-team-wrap .entry-social a {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  background-color: var(--title_light_color);
  color: var(--title_dark_color);
}
.single-team-wrap .entry-social a:before {
  content: "";
  background-color: var(--bg_light_color_1);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.single-team-wrap .entry-social a.facebook {
  background-color: rgba(var(--facebook_color_rgb), 0.15);
  color: var(--facebook_color);
}
.single-team-wrap .entry-social a.facebook:hover {
  background-color: rgba(var(--facebook_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-social a.twitter {
  background-color: rgba(var(--twitter_color_rgb), 0.15);
  color: var(--twitter_color);
}
.single-team-wrap .entry-social a.twitter:hover {
  background-color: rgba(var(--twitter_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-social a.instagram {
  background-color: rgba(var(--instagram_color_rgb), 0.15);
  color: var(--instagram_color);
}
.single-team-wrap .entry-social a.instagram:hover {
  background-color: rgba(var(--instagram_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-social a.linkedin {
  background-color: rgba(var(--linkedin_color_rgb), 0.15);
  color: var(--linkedin_color);
}
.single-team-wrap .entry-social a.linkedin:hover {
  background-color: rgba(var(--linkedin_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-social a.youtube {
  background-color: rgba(var(--youtube_color_rgb), 0.15);
  color: var(--youtube_color);
}
.single-team-wrap .entry-social a.youtube:hover {
  background-color: rgba(var(--youtube_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-social a.pinterest {
  background-color: rgba(var(--pinterest_color_rgb), 0.15);
  color: var(--pinterest_color);
}
.single-team-wrap .entry-social a.pinterest:hover {
  background-color: rgba(var(--pinterest_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-social a.skype {
  background-color: rgba(var(--skype_color_rgb), 0.15);
  color: var(--skype_color);
}
.single-team-wrap .entry-social a.skype:hover {
  background-color: rgba(var(--skype_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-social a.behance {
  background-color: rgba(var(--behance_color_rgb), 0.15);
  color: var(--behance_color);
}
.single-team-wrap .entry-social a.behance:hover {
  background-color: rgba(var(--behance_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-social a.dribbble {
  background-color: rgba(var(--dribbble_color_rgb), 0.15);
  color: var(--dribbble_color);
}
.single-team-wrap .entry-social a.dribbble:hover {
  background-color: rgba(var(--dribbble_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.single-team-wrap .entry-info {
  border-radius: 10px;
  padding: 40px 50px 50px;
  color: var(--body_dark_color);
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
}
.single-team-wrap .entry-content-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
}
.single-team-wrap .rt-skills .rt-skill-each {
  margin-bottom: 17px;
}
.single-team-wrap .rt-skills .rt-skill-each:last-child {
  margin-bottom: 0;
}
.rt-skills .rt-name {
	color: var(--title_dark_color);
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
}
.rt-skills .progress-bar-striped {
  background-image: none;
}
.rt-skills {
	overflow: hidden;
}
.rt-skills .rt-skill-each .progress {
	background-color: #dad2d2;
	border-radius: 4px;
	box-shadow: none;
	height: 8px;
	overflow: visible;
}
.rt-skills .rt-skill-each .progress .progress-bar {
	position: relative;
	background: var(--primary_color);
	border-radius: 4px;
	height: 8px;
	overflow: inherit;
	animation-duration: 1.5s;
	animation-delay: 1.2s;
	animation-name: fadeInLeft;
}
.rt-skills .rt-skill-each .progress .progress-bar > span {
	font-size: 17px;
	font-weight: 500;
	color: var(--title_dark_color);
	position: absolute;
	right: 0;
	top: -24px;
	line-height: 1;
}
.team-description,
.team-contact-box {
  border-radius: 10px;
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  margin-top: 24px;
}
.team-description {
  padding: 40px 50px 25px;
}
.team-contact-box {
  padding: 40px 50px 45px;
}
.team-contact-box .contact-title,
.team-description .description-title {
  font-size: 26px;
  margin-bottom: 18px;
}
@media(max-width: 991px) {
  .single-team-wrap .entry-figure {
	margin-bottom: 24px;
  }
}
@media(max-width:375px) {
  .team-description,
  .team-contact-box,
  .single-team-wrap .entry-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/****************************************************************
23. Faq
****************************************************************/
.accordion-item {
  background-color: transparent;
  border: 0;
  border-top: 1px solid var(--border_dark_color);
  border-bottom: 1px solid var(--border_dark_color);
}
.accordion-item:first-of-type {
  border-top: 0;
}
.accordion-item .accordion-button {
  position: relative;
  padding: 20px 0;
  outline: none;
  box-shadow: none;
  font-size: 22px;
  font-weight: 600;
  color: var(--title_dark_color);
  background-color: transparent;
}
.accordion-item .accordion-button:not(.collapsed):after, 
.accordion-item .accordion-button:after {
  display: none;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  color: var(--primary_color);
}
.accordion-item .accordion-button.collapsed:focus {
  box-shadow: none;
  outline: none;
}
.accordion-item .accordion-button:hover {
  background-color: transparent;
}
.accordion-item .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.accordion-item .accordion-button .rt-svg,
.accordion-item .accordion-button .rt-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-item .accordion-button .default-item {
  opacity: 1;
  visibility: visible;
}
.accordion-item .accordion-button .active-item {
  opacity: 0;
  visibility: hidden;
}
.accordion-item .accordion-button:not(.collapsed) .default-item {
  opacity: 0;
  visibility: hidden;
}
.accordion-item .accordion-button:not(.collapsed) .active-item {
  opacity: 1;
  visibility: visible;
}
.accordion-item .accordion-body {
  padding: 0 0 20px;
}
.accordion-item .accordion-body p {
  transition: all ease 0.31s;
}

/****************************************************************
24. Shop
****************************************************************/
.shop-page-top {
  width: 100%;
  display: inline-block;
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  border-radius: 10px;
  padding: 20px 30px 0;
  margin-bottom: 20px;
}

.product-list-wrap {
  list-style: none;
}

.woocommerce .woocommerce-result-count {
  font-size: 18px;
  font-weight: 500;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
}

.woocommerce ul.products[class*=columns-],
.woocommerce-page ul.products[class*=columns-] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  float: none;
  margin: 0;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 33.33333333%;
  }
}
@media only screen and (min-width: 576px) {
  .woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
	width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
	width: 33.33333333%;
  }
}
@media only screen and (min-width: 1400px) {
  .woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
	width: 25%;
  }
}
@media only screen and (min-width: 576px) {
  .woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 33.33333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 25%;
  }
}
@media only screen and (min-width: 1400px) {
  .woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 20%;
  }
}
@media only screen and (min-width: 576px) {
  .woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 20%;
  }
}
@media only screen and (min-width: 1400px) {
  .woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 16.6666666667%;
  }
}
.woocommerce .rt-shop-box .rt-thumb-wrapper {
  overflow: hidden;
  position: relative;
}
.woocommerce .rt-shop-box .rt-thumb-wrapper img {
  width: 100%;
	transform: scale(1.01);
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}
.woocommerce .rt-shop-box:hover .rt-thumb-wrapper img {
	transform: scale(1.11);
}
.woocommerce .rt-shop-box .rt-buttons-area {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}

.woocommerce .rt-shop-box .rt-buttons-area .btn-icons {
  display: grid;
  gap: 10px;
}

.woocommerce .rt-shop-box .rt-buttons-area .btn-icons .inline-item {
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all ease 0.31s;
}

.woocommerce .rt-shop-box:hover .rt-buttons-area .btn-icons .inline-item {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.woocommerce .rt-shop-box:hover .rt-buttons-area .btn-icons .inline-item:nth-child(1n) {
  transition-delay: 0s;
}

.woocommerce .rt-shop-box:hover .rt-buttons-area .btn-icons .inline-item:nth-child(2n) {
  transition-delay: 0.2s;
}

.woocommerce .rt-shop-box:hover .rt-buttons-area .btn-icons .inline-item:nth-child(3n) {
  transition-delay: 0.4s;
}

.woocommerce .rt-shop-box:hover .rt-buttons-area .btn-icons .inline-item:nth-child(4n) {
  transition-delay: 0.6s;
}

.woocommerce .rt-shop-box .rt-buttons-area .btn-icons .inline-item a {
  height: 44px;
  width: 44px;
  color: var(--primary_color);
  border-radius: 50%;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.05);
  transition: all ease 0.31s;
}

.woocommerce .rt-shop-box .rt-buttons-area .btn-icons .inline-item a:hover {
  color: #ffffff;
  background-color: var(--primary_color);
}

.woocommerce .rt-shop-box .rt-buttons-area .btn-icons .inline-item a > span {
  display: none;
}

.woocommerce .rt-shop-box .rt-buttons-area .btn-icons .inline-item a.compare.added:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  text-indent: 0;
}

.woocommerce .rt-shop-box .rt-buttons-area .btn-icons .inline-item a.compare.added {
  text-indent: -9999999px;
}

.woocommerce .rt-shop-box:hover .rt-btn-cart {
  transform: translateY(0);
  bottom: 0;
}

.woocommerce .rt-shop-box .rt-btn-cart a.added_to_cart {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
}

.woocommerce .rt-shop-box .rt-content-wrapper {
  padding: 15px;
}

.woocommerce .rt-shop-box .rt-content-wrapper .rt-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.woocommerce .rt-shop-box .rt-content-wrapper .rt-title a:hover {
  color: var(--primary_color);
}
.woocommerce .rt-shop-box .rt-content-wrapper .rt-price del {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 400;
}

.product-not-cart .add_to_cart_button.added {
  display: none;
}

.product-in-cart .added_to_cart.wc-forward {
  display: block;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  border-radius: 0;
  min-height: 15px;
  line-height: 30px;
  padding: 0 15px;
}

.woocommerce ul.products li.product a img.ajax-loading {
  margin: 0;
  width: 15px;
  height: auto;
  display: none;
}

.woocommerce ul.products li.product .rdtheme-wishlist-icon {
  line-height: 13px;
}

a.rdtheme-wishlist-icon img.ajax-loading {
  display: none;
  width: 20px;
}

a.added_to_cart.wc-forward {
  padding: 0;
  background: transparent;
  color: #666;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 376px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
	width: 100%;
  }
}
/* Product Details */
.woocommerce .product-details-page {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .woocommerce .product-details-page {
	display: block;
  }
}
.woocommerce .product-details-page .rt-left {
  width: 42%;
  float: left;
  padding-right: 30px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .woocommerce .product-details-page .rt-left {
	width: 100%;
	padding-right: 0;
  }
}
.woocommerce .product-details-page .single-product-top {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .product-details-page .rt-left span.onsale {
  display: none;
}

.woocommerce .product-details-page .rt-right {
  padding-left: 15px;
  flex: 1;
}

@media (max-width: 991px) {
  .woocommerce .product-details-page .rt-right {
	padding-left: 0;
  }
}
.woocommerce .product-details-page .single-product-top .woocommerce-product-rating {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce .product-details-page .single-product-top .woocommerce-product-rating .star-rating {
  font-size: 14px;
  margin: 0 7px 0 0;
}

.woocommerce .product-details-page .single-product-top .woocommerce-product-rating .woocommerce-review-link {
  color: #8d8d8d;
}

.woocommerce .product-details-page .single-product-top .entry-title {
  font-size: 30px;
  margin-bottom: 7px;
}

.woocommerce .product-details-page .single-product-top span.price,
.woocommerce .product-details-page .single-product-top p.price {
  color: var(--primary_color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.4;
  font-family: var(--font_family_body);
  transition: all ease 0.31s;
}

.woocommerce .product-details-page .single-product-top span.price del,
.woocommerce .product-details-page .single-product-top p.price del {
  color: var(--meta_dark_color);
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  transition: all ease 0.31s;
}

.woocommerce .product-details-page .single-product-top form.cart {
  margin-top: 35px;
}

.woocommerce .product-details-page .single-product-top form.cart .single-add-to-cart-wrapper {
  display: flex;
  align-items: center;
}
.woocommerce .product-details-page table.group_table td > label > a {
  color: var(--title_dark_color);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font_family_body);
}

.woocommerce .product-details-page table.group_table td > label > a:hover {
  color: var(--primary_color);
}

.woocommerce .product-details-page table.group_table td span.amount {
  color: var(--title_dark_color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font_family_body);
}

.woocommerce .product-details-page .single-product-top .quantity {
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .single-product-top .quantity {
	margin-bottom: 5px !important;
  }
}
.woocommerce div.product form.cart .group_table td {
	text-align: left;
	margin-bottom: 0;
}
.woocommerce .quantity input.input-text {
  margin: 0 5px;
}
.woocommerce .product-details-page .single-product-top .button.alt {
  margin-left: 3px;
  border-radius: 6px;
}
.woocommerce button.button.alt.disabled {
	background-color: var(--primary_color);
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rt-right .button.alt {
	margin-left: 0;
	margin-bottom: 5px;
  }
}
.woocommerce .product-details-page .rt-right .variations_form {
  margin-bottom: 20px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations {
  width: 80%;
  margin-top: 0;
  margin-bottom: 5px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody td {
  text-align: left;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody td.label {
  width: 80px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody select {
  padding: 5px;
  padding-left: 15px;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
	text-align: left;
}
.woocommerce div.product form.cart .variations label {
	font-weight: 600;
	color: var(--title_dark_color);
	transition: all ease 0.31s;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
	font-weight: 600;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-webkit-focusring,
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--title_dark_color);
}

.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap span.price {
  margin-bottom: 10px;
  display: inline-block;
}
/*wistlist compare box*/
.woocommerce .product-details-page .rt-left .wistlist-compare-box {
  display: inline-flex;
  gap: 8px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.woocommerce .product-details-page .wistlist-compare-box a {
  height: 44px;
  width: 44px;
  color: var(--title_dark_color);
  background-color: var(--bg_light_color_1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	height: 44px;
	width: 44px;
	background-color: var(--bg_light_color_1);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	border: 2px solid var(--title_dark_color);
	top: 13px;
	left: 12px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	background: var(--title_dark_color);
	top: 24px;
	left: 26px;
}
.woocommerce.single-product .product-details-page .wistlist-compare-box a:hover {
  background-color: var(--primary_color);
  color: #ffffff;
}

.woocommerce .product-details-page .rt-right .wistlist-compare-box a:last-child {
  margin-right: 0;
}
.woocommerce .product-details-page .wistlist-compare-box a:hover {
  color: var(--secondary_color);
}

.woocommerce .product-details-page .rt-right .post-share-btn {
  width: 100%;
  margin-bottom: 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.woocommerce .product-details-page .rt-right .post-share-btn .item-label {
  font-size: 16px;
  width: 70px;
  float: left;
  padding-top: 5px;
  margin-bottom: 0;
  transition: all ease 0.31s;
}

.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing {
  overflow: hidden;
}

.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing ul.item-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce .woocommerce-product-details__short-description {
  margin-top: 18px;
}

.woocommerce .woocommerce-product-details__short-description ul {
  margin: 0;
  padding: 0;
}

.woocommerce .product-details-page .post-social-sharing ul.item-social li {
  float: left;
}

.woocommerce .product-details-page .post-social-sharing ul.item-social li a {
  color: #8d8d8d;
  padding: 5px 7px;
  display: inline-block;
  font-size: 14px;
}

.woocommerce .product-details-page .post-social-sharing ul.item-social li a:hover {
  color: var(--primary_color);
}

.woocommerce .product-details-page .slick-slider .slick-slide {
  margin-left: 0;
}

.woocommerce .product-details-page .yith-wcwl-wishlistexistsbrowse,
.woocommerce .product-details-page .yith-wcwl-add-button,
.woocommerce .product-details-page a.compare.button {
  display: none;
}

.woocommerce .product-details-page a.compare.added {
  text-indent: -999999px;
  position: relative !important;
}

.woocommerce .product-details-page a.compare.added:before {
  text-indent: 0;
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* single product meta */
.woocommerce .product-details-page .product_meta > span {
  color: var(--title_dark_color);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.4;
}

.woocommerce .product-details-page .product_meta > span a,
.woocommerce .product-details-page .product_meta > span span {
  color: var(--meta_dark_color);
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}

.woocommerce .product-details-page .product_meta > span a:hover {
  color: var(--primary_color);
}

.woocommerce div.product div.images .flex-viewport {
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.31s;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  transition: all ease 0.31s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: block;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  transition: all ease 0.31s;
}

.quantity {
  margin: 0 auto;
  max-width: 160px;
  position: relative;
}
.quantity .input-group-btn span.quantity-btn i {
  font-size: 12px;
}
.quantity input.input-text {
  height: 48px;
  font-weight: 600;
}

.quantity input.input-text:focus {
  outline: none;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  display: none;
}
.woocommerce .quantity {
	display: inline-flex;
	align-items: center;
}
.woocommerce .quantity .qty {
  background-color: var(--bg_light_color_1);
  border-radius: 6px;
  width: 60px;
  text-align: center;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper {
  display: flex;
  align-items: center;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity {
  float: none;
  display: flex;
  align-items: center;
}

.woocommerce .quantity .quantity-btn {
  width: 44px;
  height: 48px;
  border: 1px solid var(--border_dark_color);
  background-color: var(--bg_light_color_1);
  border-radius: 6px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.woocommerce .quantity .quantity-btn:hover {
  border: 1px solid var(--primary_color);
  background-color: var(--primary_color);
  color: #ffffff;
}
/* Product Bottom */
section.related.products {
  margin-top: 50px;
}

section.related.products h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

section.related.products ul.products li.product {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  section.related.products ul.products li.product {
	margin-bottom: 45px;
  }
}
/* Product Button */
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit {
	background-color: var(--primary_color);
	color: var(--fixed_title_light_color);
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	padding: 16px 25px;
	text-transform: uppercase;
	transition: all ease 0.31s;
}

.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button,
.cart-btn a.button {
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  padding: 15px 20px 16px 20px;
  letter-spacing: 0;
  z-index: 1;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background-color: var(--primary_color);
}
.woocommerce input.button.alt span.effect-bg,
.woocommerce input.button span.effect-bg,
.woocommerce a.button span.effect-bg,
.woocommerce a.button.alt span.effect-bg,
.woocommerce button.button.alt span.effect-bg,
.woocommerce button.button span.effect-bg,
.cart-btn a.button span.effect-bg {
  position: absolute;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.woocommerce input.button.alt .btn-media,
.woocommerce input.button.alt .button-text,
.woocommerce input.button .btn-media,
.woocommerce input.button .button-text,
.woocommerce a.button .btn-media,
.woocommerce a.button .button-text,
.woocommerce a.button.alt .btn-media,
.woocommerce a.button.alt .button-text,
.woocommerce button.button.alt .btn-media,
.woocommerce button.button.alt .button-text,
.woocommerce button.button .btn-media,
.woocommerce button.button .button-text,
.cart-btn a.button .btn-media,
.cart-btn a.button .button-text {
  transition: all ease 0.31s;
}
.woocommerce input.button.alt.btn-fill,
.woocommerce input.button.btn-fill,
.woocommerce a.button.btn-fill,
.woocommerce a.button.alt.btn-fill,
.woocommerce button.button.alt.btn-fill,
.woocommerce button.button.btn-fill,
.cart-btn a.button.btn-fill {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 25px 16px 25px;
  border-radius: 0;
  border: 1px solid;
}
.woocommerce input.button.alt.btn-fill .button-text,
.woocommerce input.button.btn-fill .button-text,
.woocommerce a.button.btn-fill .button-text,
.woocommerce a.button.alt.btn-fill .button-text,
.woocommerce button.button.alt.btn-fill .button-text,
.woocommerce button.button.btn-fill .button-text,
.cart-btn a.button.btn-fill .button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.woocommerce input.button.alt.btn-fill.style-1,
.woocommerce input.button.btn-fill.style-1,
.woocommerce a.button.btn-fill.style-1,
.woocommerce a.button.alt.btn-fill.style-1,
.woocommerce button.button.alt.btn-fill.style-1,
.woocommerce button.button.btn-fill.style-1,
.cart-btn a.button.btn-fill.style-1 {
  border-color: var(--primary_color);
  background-color: var(--primary_color);
}
.woocommerce input.button.alt.btn-fill.style-1 .button-text,
.woocommerce input.button.btn-fill.style-1 .button-text,
.woocommerce a.button.btn-fill.style-1 .button-text,
.woocommerce a.button.alt.btn-fill.style-1 .button-text,
.woocommerce button.button.alt.btn-fill.style-1 .button-text,
.woocommerce button.button.btn-fill.style-1 .button-text,
.cart-btn a.button.btn-fill.style-1 .button-text {
  color: var(--fixed_title_light_color);
}
.woocommerce input.button.alt.btn-fill.style-1 span.effect-bg,
.woocommerce input.button.btn-fill.style-1 span.effect-bg,
.woocommerce a.button.btn-fill.style-1 span.effect-bg,
.woocommerce a.button.alt.btn-fill.style-1 span.effect-bg,
.woocommerce button.button.alt.btn-fill.style-1 span.effect-bg,
.woocommerce button.button.btn-fill.style-1 span.effect-bg,
.cart-btn a.button.btn-fill.style-1 span.effect-bg {
  background-color: var(--bg_light_color_1);
}

.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.cart-btn a.button:hover {
  background-color: var(--secondary_color);
}
.woocommerce input.button.alt:hover.btn-fill.style-1 .button-text,
.woocommerce input.button:hover.btn-fill.style-1 .button-text,
.woocommerce a.button:hover.btn-fill.style-1 .button-text,
.woocommerce a.button.alt:hover.btn-fill.style-1 .button-text,
.woocommerce button.button.alt:hover.btn-fill.style-1 .button-text,
.woocommerce button.button:hover.btn-fill.style-1 .button-text,
.cart-btn a.button:hover.btn-fill.style-1 .button-text {
  color: var(--primary_color);
}
.woocommerce input.button.alt:hover.btn-fill.style-1 span.effect-bg,
.woocommerce input.button:hover.btn-fill.style-1 span.effect-bg,
.woocommerce a.button:hover.btn-fill.style-1 span.effect-bg,
.woocommerce a.button.alt:hover.btn-fill.style-1 span.effect-bg,
.woocommerce button.button.alt:hover.btn-fill.style-1 span.effect-bg,
.woocommerce button.button:hover.btn-fill.style-1 span.effect-bg,
.cart-btn a.button:hover.btn-fill.style-1 span.effect-bg {
  width: 225%;
  height: 562.5px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover {
  background-color: transparent;
  color: var(--primary_color);
}

.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus {
  outline: none;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #ffffff;
  opacity: 1;
  padding: 15px 20px 16px 20px;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  color: #fff;
  background-color: var(--secondary_color);
}

@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	width: 100%;
	padding-top: 0;
	text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	width: 100%;
	text-align: center;
  }
}
.woocommerce .woocommerce-ordering select {
  padding: 0 12px;
  border: 0;
  background-color: var(--bg_light_color_1);
  width: initial;
}

.woocommerce .woocommerce-ordering select:focus-visible {
  outline: none;
}

.woocommerce .woocommerce-ordering select option {
  padding: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.woocommerce .star-rating {
  width: 6.5em;
  font-size: 14px;
}
@media(max-width:575px) {
  .woocommerce .woocommerce-Reviews .star-rating {
    float: inherit;
    margin-bottom: 5px;
  }
}
.woocommerce .star-rating::before {
  letter-spacing: 4px;
  content: "SSSSS";
  color: #d3ced2;
}
.woocommerce .star-rating span::before {
  color: #ffba0a;
  letter-spacing: 4px;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding: 0;
  transition: all ease 0.31s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin: 0 25px 0 0;
  padding: 0;
  font-family: var(--font_family_body);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #85878a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--title_dark_color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--primary_color);
  transition: all 240ms ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--title_dark_color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 40px 50px 25px;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	border: 1px solid var(--border_dark_color) !important;
}
.woocommerce table.shop_attributes th {
	color: var(--title_dark_color);
	font-weight: 600;
}
/*Comment Review */
.woocommerce-Reviews {
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 40px 50px 25px;
}
@media(max-width:375px) {
  .woocommerce-Reviews,
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description,
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.woocommerce div.product .woocommerce-tabs .entrt-title,
.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 26px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-Reviews .comment-reply-title {
	display: block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--title_dark_color);
  text-transform: capitalize;
}
.woocommerce-Reviews .comment-form label {
  font-size: 15px;
  color: var(--title_dark_color);
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.woocommerce-Reviews .comment-form .comment-form-rating {
  display: flex;
  align-items: center;
  gap: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-rating p.stars {
	margin-bottom: 0 !important;
}
@media (min-width: 850px) {
  .woocommerce-Reviews .comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
  }

.woocommerce-Reviews .comment-form > div,
.woocommerce-Reviews .comment-form > p {
	padding: 0 15px;
	width: 100%;
}
.woocommerce-Reviews .comment-form p.comment-form-author,
.woocommerce-Reviews .comment-form p.comment-form-email,
.woocommerce-Reviews .comment-form p.comment-form-url {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
  }
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
  border: 1px solid var(--border_dark_color);
  border-radius: 10px;
  padding: 12px 25px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--meta_dark_color);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--title_dark_color);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  border: none;
  border-radius: 50%;
  margin-right: 25px;
  padding: 0;
  position: inherit;
}

.woocommerce p.stars a {
  color: #ffba0a;
}

.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label {
  margin-right: 10px;
  width: 65px;
}

.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
	background-color: transparent;
	border: 1px solid var(--border_dark_color);
	color: var(--title_dark_color);
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	box-shadow: none;
	padding: 10px 20px;
	border-radius: 10px;
	width: 100%;
}
.woocommerce #review_form #respond p textarea {
	background-color: transparent;
	border: 1px solid var(--border_dark_color);
	color: var(--title_dark_color);
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	box-shadow: none;
	padding: 10px 20px;
	border-radius: 10px;
	min-height: 180px;
}
.woocommerce #review_form #respond p {
  margin-bottom: 20px;
}
.woocommerce #review_form #respond p input:focus,
.woocommerce #review_form #respond p textarea:focus {
  outline: none;
}
.woocommerce span.onsale {
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  background-color: var(--title_dark_color);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 48px;
  border-radius: 30px;
  width: 160px !important;
  padding: 5px 10px;
}
.woocommerce-cart table.cart .product-thumbnail img {
	width: 54px;
	border-radius: 6px;
}
.cart-collaterals {
  margin-top: 50px;
}

.cart-collaterals h2 {
  font-size: 30px;
}

.woocommerce-cart table.woocommerce-cart-form__contents {
  border-top: 0;
  border-left: 0;
}

.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  color: var(--title_dark_color);
  font-weight: 600;
}

.woocommerce-cart table.woocommerce-cart-form__contents tr td,
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  border: 1px solid var(--border_dark_color);
  border-bottom: none;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr td:last-child,
.woocommerce-cart table.woocommerce-cart-form__contents tr th:last-child {
	border-bottom: 1px solid var(--border_dark_color);
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: none;
}

.woocommerce-cart table.woocommerce-cart-form__contents .product-name {
  text-align: left;
}

.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
  color: var(--title_dark_color);
  font-weight: 500;
}

.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
  color: var(--primary_color);
}

.woocommerce-cart table.woocommerce-cart-form__contents .quantity {
  display: flex;
  align-items: center;
}

.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid var(--border_dark_color);
  background-color: transparent;
}

.woocommerce .woocommerce-checkout #payment div.place-order {
  padding: 20px 24px;
}

.woocommerce .woocommerce-checkout .form-row label {
  color: var(--title_dark_color);
  font-weight: 600;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--border_dark_color);
  padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1em 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}

p.return-to-shop {
  margin-bottom: 70px;
}

.woocommerce form.checkout_coupon {
  border: none;
  border-radius: 10px;
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  padding: 30px;
}

.woocommerce form.checkout_coupon input.input-text {
  padding: 13px 10px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
  padding: 0;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper {
  width: 100%;
  height: 40px;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
  outline: none;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper input {
  height: 48px;
  padding: 10px 18px;
}

.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
  height: 48px;
  line-height: 48px;
  padding-left: 9px;
  padding-right: 9px;
  color: #6c6f72;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 18px;
  appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: 95%;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-additional-fields .form-row span.woocommerce-input-wrapper textarea {
  min-height: 120px;
}

.wc-order-review-wrapper {
  margin-top: 20px;
}

.woocommerce-order-received .section.content-area {
  padding-top: 110px;
  padding-bottom: 85px;
}

.woocommerce-order-received .section.content-area .woocommerce-order h2 {
  font-size: 30px;
}

.woocommerce .woocommerce-customer-details address {
  padding: 20px 30px;
}

.yith-wcqv-main {
  padding: 30px;
}

.yith-wcqv-main h1.product_title.entry-title {
  font-size: 30px;
  margin-bottom: 5px;
}

.yith-wcqv-main .rt-right .product_meta {
  margin-bottom: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--title_dark_color);
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
}

.woocommerce table.shop_table th {
  color: var(--title_dark_color);
  font-weight: 600;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
  color: var(--title_dark_color);
  font-weight: 600;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	font-weight: 600;
	color: var(--title_dark_color);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: var(--body_dark_color);
}
.woocommerce form .form-row {
	padding: 3px 0;
}
.woocommerce table.shop_table tbody td {
  background-color: transparent !important;
  font-weight: 500;
  padding: 12px 15px;
}

.woocommerce .wishlist-title {
  margin-bottom: 30px;
}

.woocommerce .hidden-title-form {
  display: none;
}

.woocommerce .wishlist-title h2 {
  padding: 0;
  margin-right: 15px;
}

.woocommerce .wishlist-title h2:hover {
  background-color: transparent;
}

.wishlist-title a.show-title-form i {
  display: none;
}

.yith-wcwl-share {
  display: none;
}

.wishlist_table .product-add-to-cart a.button {
  padding: 0;
}

.wishlist_table .product-add-to-cart a.button {
  padding: 10px 30px !important;
}

.wishlist_table td a {
  font-size: 16px;
  margin-right: 10px;
  color: var(--body_dark_color);
}

.wishlist_table td a:hover {
  color: var(--primary_color);
}

.wishlist_table td.product-name a.button.yith-wcqv-button {
  font-size: 14px;
}

.wishlist_table td.product-price {
  font-size: 18px;
}

.wishlist_table td.product-price del {
  color: #a6a6a6;
  font-size: 14px;
}

.wishlist_table td.product-price ins {
  background-color: transparent;
}
.wishlist_table .product-thumbnail img {
	width: 54px;
	border-radius: 6px;
}
.woocommerce-message {
  border-top-color: var(--primary_color);
  background-color: var(--bg_light_color_1);
  padding: 20px 30px 20px 50px;
  line-height: 45px;
  transition: all ease 0.31s;
}

.woocommerce-info {
  border-top-color: var(--primary_color);
  padding: 17px 30px 18px 50px;
}
.woocommerce-info .showcoupon {
	color: var(--primary_color);
	font-weight: 600;
}
.woocommerce-message::before {
  top: 21px;
}

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

.woocommerce-error,
.woocommerce-info,
.woocommerce-message #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  border-radius: 0 0 10px 10px;
}

.woocommerce-account .addresses .title .edit:hover {
  color: var(--primary_color);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--secondary_color);
  color: var(--fixed_title_light_color);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--body_dark_color);
}

/*header cart*/
.cart-area .cart-list-trigger {
  position: relative;
  padding: 30px 0;
  transition: all ease 0.31s;
}
.cart-area .cart-list-trigger:hover .cart-wrapper {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.cart-area .cart-trigger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: var(--bg_light_color_1);
  color: var(--fixed_color_1);
}
.cart-area .cart-trigger-icon:hover {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
}
.cart-area .cart-trigger-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 30px;
  right: -3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--secondary_color);
  color: #ffffff;
}
.header.header2 .cart-area .cart-trigger-icon > span {
  top: 0;
}
.cart-area .cart-wrapper {
  font-size: 14px;
  line-height: 22px;
  background-color: var(--bg_light_color_1);
  position: absolute;
  right: 0;
  top: 100%;
  width: 340px;
  max-height: 70vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 30px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 20px 20px 0 rgba(var(--dark_color_rgb), 0.05);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  z-index: 100;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.cart-area .cart-wrapper ul.minicart > li {
  border-bottom: 1px solid var(--border_dark_color);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-area .cart-wrapper ul.minicart > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-area .cart-wrapper ul.minicart > li .media {
  gap: 15px;
  display: flex;
  position: relative;
  align-items: center;
}
.cart-area .cart-wrapper ul.minicart > li .media .cart-product-img {
  width: 65px;
}
.cart-area .cart-wrapper ul.minicart > li .media .cart-product-img img {
	border-radius: 6px;
}
.cart-area .cart-wrapper ul.minicart > li .media .cart-content {
  flex: 1;
}
.cart-area .cart-wrapper ul.minicart > li .media .cart-content ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  color: #6c6f72;
}
.cart-area .cart-wrapper ul.minicart .cart-btn {
  margin-top: 20px;
}
.cart-area .cart-wrapper h5.no-cart-items {
  width: 100%;
  margin-bottom: 0;
}
.cart-area .cart-wrapper ul.minicart > li.cart-total {
  color: var(--title_dark_color);
  font-weight: 500;
  font-size: 16px;
  transition: all ease 0.31s;
}
.cart-area .cart-wrapper .remove-item-overlay {
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background-color: #0000008a;
}
.cart-area .cart-wrapper .remove-item-overlay > img {
  top: 50%;
  width: 25px;
  max-width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.cart-area .cart-wrapper .remove-item-overlay .cart-product-img {
  width: 38px;
  border: 1px solid #e5e5e5;
  margin-right: 13px;
}
.cart-area .minicart-title .cart-title-line1 a {
  color: var(--title_dark_color);
  font-size: 15px;
  font-weight: 600;
}
.cart-area .minicart-title .cart-title-line2 {
  color: var(--meta_dark_color);
}
.cart-area .minicart-title a:hover {
  color: var(--primary_color);
}
.cart-area .minicart-remove a:hover {
  color: #ff0000;
}
.cart-area .cart-single-product {
  width: 100%;
}

.rt-sticky .cart-area .cart-trigger-icon {
  color: var(--title_dark_color);
}
.rt-sticky .cart-area .cart-trigger-icon:hover {
  color: var(--primary_color);
}

.header.header2 .cart-area .cart-list-trigger .cart-trigger-icon {
  background-color: var(--bg_light_color_2);
}
.header.header2 .cart-area .cart-list-trigger:hover .cart-trigger-icon {
  background-color: var(--primary_color);
}
/*MyAccount*/
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce-MyAccount-navigation, 
.woocommerce-MyAccount-content {
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border: none;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 25px 30px 30px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 8px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: var(--title_dark_color);
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--primary_color);
}
.woocommerce .edit-account fieldset {
	border: none;
	margin: 15px 0 15px;
	padding: 0;
}
.woocommerce .edit-account fieldset > legend {
	color: var(--title_dark_color);
	font-size: 22px;
	font-weight: 600;
	transition: all ease 0.31s;
}
.woocommerce form .form-row label {
	font-size: 15px;
	color: var(--title_dark_color);
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.woocommerce li.product .star-rating {
  display: inline-block;
  margin: 0 7px 0 0;
  float: none;
}

.woocommerce .loader::before {
  display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  min-height: 45px;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: transparent;
}

/*related product slider*/
.woo-related-product .swiper-slide li {
  list-style: none;
}

/*quick view*/
#yith-quick-view-content .single-product-top .rt-left {
  float: left;
  width: 40%;
}

#yith-quick-view-content .single-product-top .rt-right {
  float: left;
  width: 60%;
}

#yith-quick-view-content .single-product-top div.images {
  width: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#yith-quick-view-content .single-product-top p.price {
  color: var(--primary_color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.4;
}
#yith-quick-view-content .single-product-top p.price del {
  color: var(--meta_dark_color);
  font-size: 18px;
}
#yith-quick-view-content .single-product-top .button.alt {
    margin-left: 3px;
    border-radius: 6px;
}
#yith-quick-view-content .single-product-top .product_meta > span {
  color: var(--title_dark_color);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.4;
}

#yith-quick-view-content .single-product-top .product_meta > span a,
#yith-quick-view-content .single-product-top .product_meta > span span {
  color: #6c6f72;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}

#yith-quick-view-content .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

#yith-quick-view-content div.product .woocommerce-product-rating {
  margin-bottom: 3px;
}

#yith-quick-view-content .star-rating {
  font-size: 14px;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
  display: block;
  color: #8d8d8d;
}
#yith-quick-view-close {
  border: none;
  background: var(--primary_color);
  border-radius: 6px;
  color: #fff;
  width: 26px;
  height: 26px;
  top: 10px;
  right: 10px;
  line-height: 26px;
  z-index: 2;
  opacity: 1;
}

#yith-quick-view-close:hover {
  background: var(--secondary_color);
  color: #fff;
}

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none;
  border-radius: 10px;
  background-color: var(--bg_light_color_2);
}

#yith-quick-view-modal #yith-quick-view-content {
  overflow-y: scroll;
}

#yith-quick-view-content .single-product-top {
  display: flex;
}

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar,
#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar {
  width: 0;
}

@media (max-width: 767px) {
  #yith-quick-view-content .single-product-top {
	display: block;
  }

  #yith-quick-view-content .single-product-top .rt-left {
	width: 100%;
	margin-bottom: 30px;
  }

  #yith-quick-view-content .single-product-top div.images,
  #yith-quick-view-content .single-product-top .rt-right {
	 width: 100%;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--primary_color);
}
.woocommerce .address-field .select2-container .select2-selection--single {
	border: 1px solid var(--border_dark_color);
	height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 47px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 18px;
	appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-dropdown {
  background-color: var(--bg_light_color_1);
  border: 1px solid var(--border_dark_color);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: var(--bg_light_color_1);
  border: 1px solid var(--border_dark_color);
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--primary_color);
}

.woocommerce .rt-shop-box,
.woocommerce ul.products li.product .rt-shop-box {
/*  transition: all ease 0.31s;*/
}
.woocommerce .rt-shop-box .rt-thumb img,
.woocommerce ul.products li.product .rt-shop-box .rt-thumb img {
  border-radius: 10px 10px 0 0;
}
.woocommerce .rt-shop-box .rt-category-wrap,
.woocommerce ul.products li.product .rt-shop-box .rt-category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;
  font-size: 14px;
}
.woocommerce .rt-shop-box .rt-category-wrap a,
.woocommerce ul.products li.product .rt-shop-box .rt-category-wrap a {
  color: var(--body_dark_color);
}
.woocommerce .rt-shop-box .rt-category-wrap a:hover,
.woocommerce ul.products li.product .rt-shop-box .rt-category-wrap a:hover {
  color: var(--primary_color);
}
.woocommerce .rt-shop-box .rt-excerpt,
.woocommerce ul.products li.product .rt-shop-box .rt-excerpt {
  margin-bottom: 10px;
}
.woocommerce .rt-shop-box .rt-seller-wrap,
.woocommerce ul.products li.product .rt-shop-box .rt-seller-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: var(--body_dark_color);
  transition: all ease 0.31s;
}
.woocommerce .rt-shop-box .rt-seller-wrap a,
.woocommerce ul.products li.product .rt-shop-box .rt-seller-wrap a {
  color: var(--body_dark_color);
}
.woocommerce .rt-shop-box .rt-seller-wrap a:hover,
.woocommerce ul.products li.product .rt-shop-box .rt-seller-wrap a:hover {
  color: var(--primary_color);
}
.woocommerce .rt-shop-box .rt-seller-wrap img,
.woocommerce ul.products li.product .rt-shop-box .rt-seller-wrap img {
  border-radius: 50%;
}
.woocommerce .rt-shop-box .rt-price ins,
.woocommerce ul.products li.product .rt-shop-box .rt-price ins {
  background-color: transparent;
}
.woocommerce .rt-shop-box .rt-buttons-wrap,
.woocommerce ul.products li.product .rt-shop-box .rt-buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  position: relative;
}
.woocommerce .rt-shop-box .rt-buttons-wrap .rt-btn-cart a,
.woocommerce ul.products li.product .rt-shop-box .rt-buttons-wrap .rt-btn-cart a {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border: 0 !important;
  font-size: 14px !important;
  color: var(--title_dark_color);
  background-color: var(--bg_light_color_3);
  font-weight: 600 !important;
  padding: 8px 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: inherit !important;
  border-radius: 45px;
}
.woocommerce .rt-shop-box .rt-buttons-wrap .rt-btn-cart a:hover,
.woocommerce ul.products li.product .rt-shop-box .rt-buttons-wrap .rt-btn-cart a:hover {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
}
.woocommerce .rt-shop-box .rt-buttons-wrap .rt-btn-cart a:after,
.woocommerce ul.products li.product .rt-shop-box .rt-buttons-wrap .rt-btn-cart a:after {
  display: none;
}
.woocommerce .rt-shop-box .rt-buttons-wrap .rt-btn-cart a.wc-forward,
.woocommerce ul.products li.product .rt-shop-box .rt-buttons-wrap .rt-btn-cart a.wc-forward {
  width: 84px;
  height: auto;
  border-radius: 5px;
  position: absolute;
  top: -37px;
  padding: 5px 12px !important;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px !important;
}
.woocommerce .rt-shop-box .rt-buttons-wrap .btn-small a,
.woocommerce ul.products li.product .rt-shop-box .rt-buttons-wrap .btn-small a {
  height: 40px;
  min-width: 40px;
  background-color: var(--bg_light_color_3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--title_dark_color);
}
.woocommerce .rt-shop-box .rt-buttons-wrap .btn-small a:hover,
.woocommerce ul.products li.product .rt-shop-box .rt-buttons-wrap .btn-small a:hover {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
}
.woocommerce .rt-rating .woocommerce-product-rating,
.woocommerce ul.products li.product .rt-rating .woocommerce-product-rating {
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce .rt-rating .woocommerce-product-rating:after, .woocommerce .rt-rating .woocommerce-product-rating:before,
.woocommerce ul.products li.product .rt-rating .woocommerce-product-rating:after,
.woocommerce ul.products li.product .rt-rating .woocommerce-product-rating:before {
  content: " ";
  display: table;
}
.woocommerce .rt-rating .star-rating,
.woocommerce ul.products li.product .rt-rating .star-rating {
  overflow: hidden;
  position: relative;
  height: 15px;
  margin: 0 !important;
  line-height: 1;
  font-size: 14px;
}
.woocommerce .rt-rating .star-rating:before,
.woocommerce ul.products li.product .rt-rating .star-rating:before {
  content: "SSSSS";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 4px;
}
.woocommerce .rt-rating .star-rating span:before,
.woocommerce ul.products li.product .rt-rating .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #fcb302;
  letter-spacing: 4px;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	font-size: 13px;
  display: none;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}
.woocommerce .shop-style1 .rt-shop-box,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box {
  text-align: center;
  padding: 30px;
  border-radius: 40px;
}
.woocommerce .shop-style1 .rt-shop-box .rt-thumb-wrapper,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .rt-thumb-wrapper {
  position: relative;
}
.woocommerce .shop-style1 .rt-shop-box .rt-thumb {
	border-radius: 50%;
	overflow: hidden;
}
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .rt-thumb img {
  border-radius: 50%;
}
.woocommerce .shop-style1 .rt-shop-box .rt-content-wrapper,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .rt-content-wrapper {
  padding: 15px 0 0;
}
.woocommerce .shop-style1 .rt-shop-box .rt-category-wrap,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .rt-category-wrap {
  justify-content: center;
}
.woocommerce .shop-style1 .rt-shop-box .rt-title,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .rt-title {
  margin-bottom: 5px;
}
.woocommerce .shop-style1 .rt-shop-box .rt-seller-wrap,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .rt-seller-wrap {
  justify-content: center;
}
.woocommerce .shop-style1 .rt-shop-box .rt-price,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .rt-price {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--title_dark_color);
}
.woocommerce .shop-style1 .rt-shop-box .rt-buttons-wrap,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .rt-buttons-wrap {
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.woocommerce .shop-style1 .rt-shop-box .btn-small a,
.woocommerce ul.products li.product .shop-style1 .rt-shop-box .btn-small a {
  padding: 0 !important;
}
.woocommerce .shop-style1.color-mode-light1 .rt-shop-box, 
.woocommerce ul.products li.product .shop-style1 .rt-shop-box {
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
}
.woocommerce .shop-style1 .rt-shop-box .rt-buttons-wrap .inline-item {
  position: relative;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.31s;
}
.rt-shop-box .inline-item .rtsb-icon {
  font-size: 14px;
}
.rt-shop-box .inline-item .button-text{
  display: none;
}
.woocommerce .shop-style1 .rt-shop-box:hover .rt-buttons-wrap .inline-item {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.woocommerce .shop-style1 .rt-shop-box:hover .rt-buttons-wrap .rt-btn-wishlist {
  transition-delay: 0.2s;
}
.woocommerce .shop-style1 .rt-shop-box:hover .rt-buttons-wrap .rt-btn-cart {
  transition-delay: 0.3s;
}
.woocommerce .shop-style1 .rt-shop-box:hover .rt-buttons-wrap .rt-btn-quickview {
  transition-delay: 0.4s;
}
.woocommerce .shop-style1 .rt-shop-box:hover .rt-buttons-wrap .rt-btn-compare {
  transition-delay: 0.5s;
}
.woocommerce .shop-style2 .rt-shop-box,
.woocommerce ul.products li.product .shop-style2 .rt-shop-box {
  border-radius: 10px;
}
.woocommerce .shop-style2 .rt-shop-box .rt-thumb-wrapper,
.woocommerce ul.products li.product .shop-style2 .rt-shop-box .rt-thumb-wrapper {
  border-radius: 10px 10px 0 0;
}
.woocommerce .shop-style2 .rt-shop-box .rt-content-wrapper,
.woocommerce ul.products li.product .shop-style2 .rt-shop-box .rt-content-wrapper {
  padding: 20px 20px 25px;
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  border-radius: 0 0 10px 10px;
}
.woocommerce .shop-style2.color-mode-light2 .rt-shop-box .rt-content-wrapper {
	background-color: var(--bg_light_color_4);
  box-shadow: unset;
}
.woocommerce .shop-style2 .rt-shop-box .rt-title,
.woocommerce ul.products li.product .shop-style2 .rt-shop-box .rt-title {
  margin-bottom: 8px;
}
.woocommerce .rt-shop-box .rt-price,
.woocommerce ul.products li.product .rt-shop-box .rt-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--title_dark_color);
}
.woocommerce .shop-style2 .rt-shop-box:hover .rt-content-wrapper,
.woocommerce ul.products li.product .shop-style2 .rt-shop-box:hover .rt-content-wrapper {
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.08);
}
.woocommerce .button,
.woocommerce ul.products li.product .button {
  margin-top: 0;
}
.woocommerce .shop-default.color-mode-light1 .rt-shop-box:hover,
.woocommerce ul.products li.product .shop-default.color-mode-light1 .rt-shop-box:hover {
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 50px 0 rgba(var(--dark_shadow_color_rgb), 0.1);
}
.woocommerce .shop-default.color-mode-light2 .rt-shop-box,
.woocommerce ul.products li.product .shop-default.color-mode-light2 .rt-shop-box {
  background-color: var(--bg_light_color_5);
}
.woocommerce .shop-default.color-mode-light2 .rt-shop-box:hover,
.woocommerce ul.products li.product .shop-default.color-mode-light2 .rt-shop-box:hover {
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_shadow_color_rgb), 0.09);
}
.woocommerce .shop-style3 .rt-shop-box .rt-thumb-wrapper {
    border-radius: 10px 10px 0 0;
}
.woocommerce .shop-style3 .rt-shop-box .rt-content-wrapper {
  padding: 20px 20px 25px;
  background-color: var(--bg_light_color_1);
  border: 1px solid var(--border_dark_color);
  border-radius: 0 0 10px 10px;
}
.woocommerce .shop-style3.color-mode-light2 .rt-shop-box .rt-content-wrapper {
  background-color: var(--bg_light_color_4);
  border: none;
  box-shadow: unset;
}
.woocommerce .shop-style3.color-mode-light2 .rt-shop-box:hover,
.woocommerce .shop-style3.color-mode-light1 .rt-shop-box:hover {
  box-shadow: unset;
}
div.dropdown > .btn {
  transition: transform 0.8s cubic-bezier(0, -0.14, 0.27, 1.55);
  transform: rotate(90deg);
}
div.dropdown > .btn.show {
  transform: rotate(270deg);
}

div.dropdown > .dropdown-menu {
  transition: width 0.8s cubic-bezier(0, -0.14, 0.27, 1.55);
  width: 0;
}
div.dropdown > .btn.show + .dropdown-menu {
  width: auto;
}
/****************************************************************
25. Shop Sidebar
****************************************************************/
/*product search*/
.woocommerce-product-search {
	position: relative;
}
.woocommerce-product-search input.search-field {
	color: var(--title_dark_color);
	border-radius: 30px;
	height: 48px;
	padding: 5px 60px 5px 25px;
	width: 100%;
	outline: none;
	background-color: transparent;
	box-shadow: none;
}
.woocommerce-product-search button {
	position: absolute !important;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	border-radius: 0 45px 45px 0;
	border: none;
	background-color: transparent;
	text-indent: -9999px;
	padding: 0;
	transition: all ease 0.31s;
}
.woocommerce-product-search button:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '\e80a';
	font-family: "flaticon";
	text-indent: 0;
	color: var(--title_dark_color);
	transition: all ease 0.31s;
}
/*top rated products*/
.woocommerce ul.product_list_widget li img {
	margin-right: 12px;
  margin-left: 0;
	width: 90px;
	border-radius: 6px;
	background: #fff;
	float: left;
}
.woocommerce .product_list_widget .product-title {
	display: inline-block;
	color: var(--title_dark_color);
	margin-bottom: 3px;
	font-weight: 600;
	transition: all ease 0.31s;
}
.woocommerce .product_list_widget a:hover .product-title {
	color: var(--primary_color);
}
.woocommerce .product_list_widget .star-rating {
	font-size: 12px;
	margin-bottom: 3px;
}
.woocommerce .product_list_widget .amount {
	color: var(--meta_dark_color);
	font-size: 14px;
	transition: all ease 0.31s;
}
/*price filter*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--bg_light_color_3);
	height: 10px;
	top: -1px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: var(--primary_color);
	height: 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--primary_color);
}
.woocommerce .widget_price_filter .price_label {
	color: var(--meta_dark_color);
	font-size: 15px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 15px;
	padding: 8px 16px;
	border-radius: 30px;
}
/****************************************************************
26. Dokan Lite
****************************************************************/
.single-product-bottom .rt-related-post {
	margin-top: 26px;
}
.single-vendor-info {    
	background-color: var(--bg_light_color_1);
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 25px 30px 30px;
	transition: all ease 0.31s;
}
.single-vendor-info .vendor-title {
	font-size: 26px;
}
.vendor-related-title {
	font-size: 26px;
	margin-bottom: 30px;
}
.list-unstyled {
	margin-bottom: 0;
}
.list-unstyled li label {
	color: var(--title_dark_color);
	font-weight: 500;
	transition: all ease 0.31s;
}
.list-unstyled li span,
.list-unstyled li span a {
	color: var(--body_dark_color);
	transition: all ease 0.31s;
}

.dokan-vendor-info-wrap {
  margin-top: 40px;
  border: 1px solid var(--border_dark_color);
  border-radius: 10px;
}
.dokan-vendor-info-wrap .dokan-vendor-image {
  width: 70px;
  height: auto;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name h5 {
	color: var(--title_dark_color);
	font-weight: 600;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating p,
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-ratings-count {
	font-size: 15px;
	font-weight: 400;
	color: var(--meta_dark_color);
}
/*store list*/
#dokan-store-listing-filter-wrap,
#dokan-store-listing-filter-form-wrap {
	border-radius: 10px;
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	padding: 15px 30px;
}
#dokan-store-listing-filter-form-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button,
#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
	border-radius: 30px;
	background-color: var(--secondary_color);
	transition: all ease 0.31s;
}
#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button:hover,
#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:hover {
	border-radius: 30px;
	background-color: var(--primary_color);
}
#dokan-store-listing-filter-form-wrap .store-search {
  flex: 1;
}
#dokan-store-listing-filter-form-wrap .apply-filter {
	margin-top: 0;
}
#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn {
  display: none !important;
}
#dokan-store-listing-filter-form-wrap .store-search .store-search-input {
	border: 1px solid var(--border_dark_color);
	background-color: transparent;
	border-radius: 30px;
  padding: 7px 15px;
}
#dokan-store-listing-filter-wrap .right .item select {
	border: 1px solid var(--border_dark_color);
	background-size: 10px !important;
	background-color: transparent !important;
	background-image: url(../img/select-arrow.svg)!important;
	background-repeat: no-repeat !important;
	background-position: 90% !important;
	padding: 5px 29px 5px 15px;
}
#dokan-store-listing-filter-wrap .right .item button {
	padding-top: 5px;
    padding-bottom: 5px;
}
@media(max-width: 767px) {
	#dokan-store-listing-filter-wrap {
		text-align: center;
	}
	#dokan-store-listing-filter-wrap .right {
		flex-wrap: wrap;
    	gap: 15px;
    	justify-content: center;
	}
	#dokan-store-listing-filter-wrap .right .item select {
		padding: 5px 29px 5px 15px !important;
	}
}
#dokan-store-listing-filter-form-wrap:before {
	color: var(--bg_light_color_1);
}
#dokan-seller-listing-wrap.grid-view .store-content {
	background: transparent;
}
#dokan-seller-listing-wrap {
	margin-left: -12px;
	margin-right: -12px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
	box-shadow: unset;
}
#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header {
	position: relative;
}
#dokan-seller-listing-wrap.grid-view .dokan-single-seller .store-wrapper .store-header:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px 10px 0 0;
}
#dokan-seller-listing-wrap.grid-view .dokan-single-seller .store-wrapper .store-header .store-banner {
	min-height: 280px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
	transform: scale(1.01);
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}
#dokan-seller-listing-wrap .dokan-single-seller:hover .store-wrapper .store-header .store-banner img {
	transform: scale(1.11);
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
	padding: 30px;
}
#dokan-seller-listing-wrap .store-content .store-data-container .featured-label {
	background-color: var(--secondary_color);
	color: var(--fixed_title_light_color);
	border-radius: 30px;
	font-size: 14px;
	margin-bottom: 6px;
	padding: 8px 14px;
	display: inline-block;
	line-height: 1;
}
#dokan-seller-listing-wrap .store-content .store-data-container .store-data .store-title {
	font-size: 22px;
    margin-bottom: 3px;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-title a,
#dokan-seller-listing-wrap.list-view .store-content .store-data-container .store-data .store-title a {
	font-size: unset;
	text-shadow: unset;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-title a,
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone a {
	color: #fff;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-title a:hover,
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone a:hover {
	color: var(--primary_color);
}
#dokan-seller-listing-wrap .store-content .store-data-container .store-data .store-phone {
	margin: 0;
	font-size: 14px;
}
#dokan-seller-listing-wrap .store-content .store-data-container .store-data .dokan-seller-rating {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
}
#dokan-seller-listing-wrap .store-content .store-data-container .store-data .dokan-seller-rating .rating {
	margin: 0 0 0 15px;
}
#dokan-seller-listing-wrap.grid-view ul.dokan-seller-wrap li .store-footer {
	background: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 0 0 10px 10px;
	border: none;
  text-align: left;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
	top: -40px;
	transition: all ease 0.31s;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li:hover .store-footer .seller-avatar {
	background-color: var(--primary_color);
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .visit-store {
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: var(--title_dark_color);
	background-color: var(--bg_light_color_3);
	font-weight: 600;
	padding: 8px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: inherit;
	border-radius: 45px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .visit-store:hover {
	background-color: var(--primary_color);
	color: var(--fixed_title_light_color);
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper {
	border-radius: 10px;
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  justify-content: space-between;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper > .store-content {
    flex-basis: 60%;
    padding-left: 4%;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] {
    flex-direction: unset;
    flex-basis: 20%;
    column-gap: 15px;
    align-items: center;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] .seller-avatar {
    position: unset;
    display: block;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-phone {
	display: inline-block;
    margin-right: 7px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
	min-height: 220px;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
	font-size: 26px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a {
	color: var(--title_dark_color);
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] {
	top: unset;
    left: unset;
    right: unset;
    float: unset;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1199px) {
	#dokan-seller-listing-wrap.list-view ul.dokan-seller-wrap li {
		width: 100% !important;
	}
	#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper > .store-content {
		flex-basis: unset;
		padding-left: 4%;
	}
    #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] {
        flex-basis: unset;
    }
}
/*single vendor*/
.dokan-store-wrap {
	margin: 0;
}
.vendor-single-store .profile-frame .profile-info-box .profile-info-img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.vendor-single-store .profile-img-wrap {
	position: relative;
}
.vendor-single-store .profile-info-summery {
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 0 0 10px 10px;
	padding: 30px;
	display: flex;
	column-gap: 35px;
}
.vendor-single-store .profile-img {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid var(--primary_color);
}
.vendor-single-store .store-name {
	font-size: 24px;
	line-height: 1;
}
.vendor-single-store .dokan-store-info {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.vendor-single-store .dokan-store-info li {
	color: var(--meta_dark_color);
	font-size: 15px;
	margin-bottom: 5px;
}
.vendor-single-store .dokan-store-info li:last-child {
	margin-bottom: 0;
}
.vendor-single-store .dokan-store-info li a {
	color: var(--meta_dark_color);
}
.vendor-single-store .dokan-store-info li a:hover {
	color: var(--primary_color);
}
.vendor-single-store .dokan-store-info li i {
	color: var(--primary_color);
	padding-right: 8px;
}
.vendor-single-store .dokan-store-info .dokan-store-rating .text {
	display: none;
}
.vendor-single-store .dokan-store-info .dokan-store-rating .star-rating {
	float: left;
	margin-top: 5px;
}
.vendor-single-store .store-social {
	position: absolute;
	bottom: 25px;
	right: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	column-gap: 5px;
	line-height: 1;
}
.vendor-single-store .store-social li a {
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--fixed_title_light_color);
}
.vendor-single-store .store-social li a:hover {
	color: var(--primary_color);
}
.vendor-single-store .dokan-store-products-filter-area {
	background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 10px;
	padding: 30px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.vendor-single-store .dokan-store-products-filter-area .orderby-search {
	width: auto;
	height: auto;
	padding: 9px 20px;
	background-position: 90%;
	border: 1px solid var(--border_dark_color);
	background-color: var(--bg_light_color_1);
}
.vendor-single-store .dokan-store-products-filter-area .product-name-search {
	border: 1px solid var(--border_dark_color);
	background-color: var(--bg_light_color_1);
	border-radius: 30px 0 0 30px;
	padding: 10px 10px 10px 20px;
	height: 48px;
  width: 58%;
}
.vendor-single-store .dokan-store-products-filter-area input[type='submit'].dokan-btn-theme {
	border-radius: 0 30px 30px 0;
	height: 48px;
}
input[type='submit'].dokan-btn-theme, 
a.dokan-btn-theme, 
.dokan-btn-theme {
	color: #fff;
	background-color: var(--primary_color);
	border: none;
}
input[type='submit'].dokan-btn-theme:hover, 
a.dokan-btn-theme:hover, 
.dokan-btn-theme:hover {
	color: #fff;
	background-color: var(--secondary_color);
}
@media(max-width: 991px) {
  .vendor-single-store .dokan-store-products-filter-area .product-name-search {
    width: 44%;
  }
}
@media(max-width: 767px) {
	.vendor-single-store .woocommerce .star-rating {
		float: left;
	}
	.vendor-single-store .dokan-store-products-filter-area .orderby-search {
		float: left;
		margin-top: 15px;
	}
	.dokan-store-products-filter-area .dokan-store-products-ordeby {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.vendor-single-store .dokan-store-products-filter-area .product-name-search {
		width: 54%;
	}
}
@media(max-width: 425px) {
	.vendor-single-store .profile-info-summery {
		display: block;
		text-align: center;
	}
  .vendor-single-store .profile-img {
    margin-bottom: 13px;
  }
	.vendor-single-store .dokan-store-info li:last-child {
		display: flex;
		justify-content: center;
	}
}
/****************************************************************
27. Vendor User
****************************************************************/
.rt-vendor-user .rt-user-box .rt-user-wrapper {
	display: flex;
	align-items: center;
}
.rt-vendor-user .rt-user-box .rt-seller-author {
	border-radius: 50%;
	overflow: hidden;
}
.rt-vendor-user .rt-user-box .rt-author-title {
	font-size: 22px;
	margin-bottom: 8px;
	line-height: 1.3;
}
.rt-vendor-user .woocommerce .rt-rating .star-rating {
	float: left;
}
.rt-vendor-user .rt-rating .text {
  font-size: 14px;
  margin-bottom: 5px;
	display: none;
}
/*vendor user 1*/
.rt-vendor-user-style1 .rt-user-box {
  position: relative;
	background-color: var(--bg_light_color_1);
	color: var(--body_dark_color);
	border-radius: 100px;
  padding: 5px;
  overflow: hidden;
  z-index: 1;
}
.rt-vendor-user-style1 .rt-user-box:hover {
  color: var(--body_light_color);
}
.rt-vendor-user-style1 .rt-user-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--title_dark_color);
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  will-change: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transform: translateX(-100%);
}
.rt-vendor-user-style1 .rt-user-box:hover:before {
  transform: translateX(0%);
}
.rt-vendor-user-style1 .rt-user-box .rt-seller-content {
	flex: 1;
	padding: 15px 20px;
}
.rt-vendor-user-style1 .rt-user-box:hover .rt-author-title a {
	color: var(--title_light_color);
}
/*vendor user 2*/
.rt-vendor-user-style2 .rt-user-box {
  position: relative;
	border: 1px solid var(--border_dark_color);
	color: var(--body_dark_color);
	border-radius: 100px;
	padding: 5px;
  overflow: hidden;
  z-index: 1;
}
.rt-vendor-user-style2 .rt-user-box:hover {
	color: var(--body_dark_color);
}
.rt-vendor-user-style2 .rt-user-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--bg_light_color_1);
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  will-change: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transform: translateX(-100%);
}
.rt-vendor-user-style2 .rt-user-box:hover:before {
  transform: translateX(0%);
}
.rt-vendor-user-style2 .rt-user-box .rt-seller-content {
	flex: 1;
	padding: 5px 12px;
}
.rt-vendor-user-style2 .rt-user-box:hover .rt-author-title a {
	color: var(--primary_color);
}
/*vendor user 3*/
.rt-vendor-user-style3 .rt-user-box {
  position: relative;
  background-color: var(--bg_light_color_5);
  color: var(--body_dark_color);
  border-radius: 100px;
  padding: 5px;
  overflow: hidden;
  z-index: 1;
}
.rt-vendor-user-style3 .rt-user-box:hover {
  color: var(--body_light_color);
}
.rt-vendor-user-style3 .rt-user-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--title_dark_color);
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  will-change: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transform: translateX(-100%);
}
.rt-vendor-user-style3 .rt-user-box:hover:before {
  transform: translateX(0%);
}
.rt-vendor-user-style3 .rt-user-box .rt-seller-content {
  flex: 1;
  padding: 15px 20px;
}
.rt-vendor-user-style3 .rt-user-box:hover .rt-author-title a {
  color: var(--title_light_color);
}
/****************************************************************
28. Fluent Form
****************************************************************/
.footer-area .frm-fluent-form .ff-t-container {
  gap: 0;
  position: relative;
  display: table;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border_dark_color);
  border-radius: 45px;
  background-color: var(--bg_light_color_1);
}
.footer-area .frm-fluent-form .ff-t-container .ff-el-group {
  margin-bottom: 0;
}
.footer-area .frm-fluent-form .ff-t-container .ff-t-cell.ff-t-column-1 {
  padding-right: 0;
}
.footer-area .frm-fluent-form .ff-t-container .ff-t-cell.ff-t-column-1 .ff-el-form-control {
  background-color: transparent;
  padding-right: 80px;
  padding-left: 20px;
  height: 50px;
  border: 0;
  border-radius: 45px;
}
.footer-area .frm-fluent-form .ff-t-container .ff-t-cell.ff-t-column-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  max-width: 75px;
  width: 100%;
  padding-left: 0;
}
.footer-area .frm-fluent-form .ff-t-container .ff-t-cell.ff-t-column-2 .ff-btn-lg {
  height: 50px;
  width: 75px;
  padding: 5px;
  border-radius: 45px;
  font-size: 19px;
  line-height: 1;
  background-color: var(--primary_color);
}
.footer-area .frm-fluent-form .ff-t-container .ff-t-cell.ff-t-column-2 .ff-btn-lg:hover {
  opacity: 1;
  background-color: var(--secondary_color);
}

/****************************************************************
29. Widget
****************************************************************/
@media(max-width: 1199px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 80px;
	}
	.left-sidebar .sidebar-widget-area {
		margin-top: 80px;
	}
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-widget-area .widget {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding: 30px 35px 35px;
  border-radius: 10px;
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	position: relative;
}
.sidebar-widget-area .widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar-widget-area .widget ul li a {
  position: relative;
  color: var(--text_dark_color_1);
}
.sidebar-widget-area .widget ul li a:hover {
	color: var(--primary_color);
}
.sidebar-widget-area .widget ul li ul {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 15px;
}
.widget-short-description {
  font-size: 19px;
  color: var(--title_dark_color);
  font-weight: 500;
  max-width: 300px;
  width: 100%;
}
.sidebar-widget-area .widget ul li a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary_color);
  transition: all 0.3s ease;
}
.sidebar-widget-area .widget ul li a:hover:after {
  width: 100%;
}
/*widget Footer Title*/
.footer-area .widget-title {
  display: inline-block;
  color: var(--title_dark_color);
  font-size: 20px;
  margin-bottom: 20px;
}

/*widget Social*/
.rt-social-widget ul.social-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.rt-social-widget ul.social-wrap li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  background: var(--title_light_color);
  color: var(--title_dark_color);
  transition: all ease 0.31s;
}
.rt-social-widget ul.social-wrap li.facebook a {
  background-color: rgba(var(--facebook_color_rgb), 0.15);
  color: var(--facebook_color);
}
.rt-social-widget ul.social-wrap li.facebook a:hover {
  background-color: rgba(var(--facebook_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.rt-social-widget ul.social-wrap li.twitter a {
  background-color: rgba(var(--twitter_color_rgb), 0.15);
  color: var(--twitter_color);
}
.rt-social-widget ul.social-wrap li.twitter a:hover {
  background-color: rgba(var(--twitter_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.rt-social-widget ul.social-wrap li.instagram a {
  background-color: rgba(var(--instagram_color_rgb), 0.15);
  color: var(--instagram_color);
}
.rt-social-widget ul.social-wrap li.instagram a:hover {
  background-color: rgba(var(--instagram_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.rt-social-widget ul.social-wrap li.linkedin a {
  background-color: rgba(var(--linkedin_color_rgb), 0.15);
  color: var(--linkedin_color);
}
.rt-social-widget ul.social-wrap li.linkedin a:hover {
  background-color: rgba(var(--linkedin_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.rt-social-widget ul.social-wrap li.youtube a {
  background-color: rgba(var(--youtube_color_rgb), 0.15);
  color: var(--youtube_color);
}
.rt-social-widget ul.social-wrap li.youtube a:hover {
  background-color: rgba(var(--youtube_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.rt-social-widget ul.social-wrap li.pinterest a {
  background-color: rgba(var(--pinterest_color_rgb), 0.15);
  color: var(--pinterest_color);
}
.rt-social-widget ul.social-wrap li.pinterest a:hover {
  background-color: rgba(var(--pinterest_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.rt-social-widget ul.social-wrap li.skype a {
  background-color: rgba(var(--skype_color_rgb), 0.15);
  color: var(--skype_color);
}
.rt-social-widget ul.social-wrap li.skype a:hover {
  background-color: rgba(var(--skype_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.rt-social-widget ul.social-wrap li.behance a {
  background-color: rgba(var(--behance_color_rgb), 0.15);
  color: var(--behance_color);
}
.rt-social-widget ul.social-wrap li.behance a:hover {
  background-color: rgba(var(--behance_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.rt-social-widget ul.social-wrap li.dribbble a {
  background-color: rgba(var(--dribbble_color_rgb), 0.15);
  color: var(--dribbble_color);
}
.rt-social-widget ul.social-wrap li.dribbble a:hover {
  background-color: rgba(var(--dribbble_color_rgb), 1);
  color: var(--fixed_title_light_color);
}

.footer-style-3 .rt-social-widget ul.social-wrap {
  gap: 20px;
}
.footer-style-3 .rt-social-widget ul.social-wrap li a {
  height: 50px;
  width: 50px;
  font-size: 18px;
  color: var(--fixed_body_light_color);
  background-color: transparent;
}

.footer-top-wrap .widget_categories ul li a, 
.footer-top-wrap .widget_archive ul li a,
.footer-top-wrap .widget_meta ul li a,
.footer-top-wrap .widget_pages ul li a,
.footer-top-wrap .widget_nav_menu ul li a {
  position: relative;
  color: var(--body_dark_color);
  padding: 4px 0;
  display: inline-block;
}
.footer-top-wrap .widget_categories ul li a:hover, 
.footer-top-wrap .widget_archive ul li a:hover,
.footer-top-wrap .widget_meta ul li a:hover,
.footer-top-wrap .widget_pages ul li a:hover,
.footer-top-wrap .widget_nav_menu ul li a:hover {
  color: var(--primary_color);
}
.footer-top-wrap .widget ul li ul {
	padding-left: 15px;
}
/*widget Nav*/
.footer-top-wrap .widget_nav_menu ul.menu {
  display: grid;
  gap: 4px;
}
.footer-top-wrap .widget_categories ul li a:after, 
.footer-top-wrap .widget_archive ul li a:after,
.footer-top-wrap .widget_meta ul li a:after,
.footer-top-wrap .widget_pages ul li a:after,
.footer-top-wrap .widget_nav_menu ul li a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary_color);
  transition: all 0.3s ease;
}
.footer-top-wrap .widget_categories ul li a:hover:after, 
.footer-top-wrap .widget_archive ul li a:hover:after,
.footer-top-wrap .widget_meta ul li a:hover:after,
.footer-top-wrap .widget_pages ul li a:hover:after,
.footer-top-wrap .widget_nav_menu ul li a:hover:after {
  width: 100%;
}

/*widget Address*/
.address-widget {
  display: grid;
  gap: 10px;
}
.address-widget li {
  color: var(--body_dark_color);
}
.address-widget li a {
  color: var(--body_dark_color);
}
.address-widget li a:hover {
  color: var(--primary_color);
}

/*widget Address Icon*/
.address-icon-widget {
  display: grid;
  gap: 10px;
}
.address-icon-widget li {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--title_dark_color);
  font-weight: 600;
}
.address-icon-widget li i {
  background-color: var(--primary_color);
  color: var(--fixed_title_light_color);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.address-icon-widget li a {
  color: var(--link_dark_color);
}
.address-icon-widget li a:hover {
  color: var(--primary_color);
}

/*widget Footer About*/
.footer-about-widget {
  position: relative;
  z-index: 1;
}
.footer-about-widget .logo-box {
  margin-bottom: 20px;
}
.footer-about-widget .logo-box a {
  display: inline-block;
}
.footer-about-widget .logo-box.default-on {
  visibility: visible;
  opacity: 1;
}
.footer-about-widget .logo-box.default-off {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

[data-theme=dark-mode] .footer-about-widget .logo-box.default-on {
  visibility: hidden;
  opacity: 0;
}
[data-theme=dark-mode] .footer-about-widget .logo-box.default-off {
  visibility: visible;
  opacity: 1;
}
/*widget Block Title*/
.sidebar-widget-area .widget_block h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--title_dark_color);
  margin-bottom: 20px;
}
/*widget Sidebar Title*/
.sidebar-widget-area .widget .rt-widget-title-holder {
  margin-bottom: 20px;
}
.sidebar-widget-area .widget .rt-widget-title-holder .widget-title {
  font-size: 20px;
  margin-bottom: 0;
}
/*widget sidebar Search*/
.search-form {
  margin-bottom: 0;
  padding-top: 0;
}
.search-form .input-group {
  position: relative;
  margin-bottom: 0;
  border: 1px solid;
  border-color: var(--border_dark_color);
  border-radius: 45px;
}
.search-form .input-group input {
  border: none;
  color: var(--title_dark_color);
  border-radius: 0;
  float: left;
  height: 48px;
  padding: 5px 60px 5px 25px;
  width: 100%;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.search-form .input-group input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary_color);
  background: transparent;
}
.search-form .input-group input.search-submit {
  width: 100%;
}
.search-form .input-group input.form-control::-webkit-input-placeholder {
  color: var(--body_dark_color);
}
.search-form .input-group input.form-control:-ms-input-placeholder {
  color: var(--body_dark_color);
}
.search-form .input-group input.form-control:-moz-placeholder {
  color: var(--body_dark_color);
}
.search-form .input-group button {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 50px;
  border-radius: 0 45px 45px 0;
  background-color: transparent;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}
.search-form .input-group button svg {
  transform: scale(0.8);
}
.search-form .input-group button svg path {
  fill: var(--title_dark_color);
}
.search-form .input-group button:focus {
  outline: none;
  box-shadow: none;
}
.search-form .input-group button:hover svg path {
  fill: var(--primary_color);
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 0;
}
/*widget Block Search*/
.widget_search .wp-block-search .wp-block-search__label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--title_dark_color);
}
.widget_search .wp-block-search input {
  border: 1px solid var(--border_dark_color);
  color: var(--title_dark_color);
  font-size: 15px;
  outline: none;
  padding: 5px 15px 5px 25px;
  height: 50px;
  border-radius: 45px 0 0 45px;
  background-color: transparent;
}
.widget_search .wp-block-search .wp-block-search__button {
  background-color: var(--primary_color);
  border: 1px solid var(--primary_color);
  color: var(--fixed_title_light_color);
  font-size: 16px;
  font-family: var(--font_family_body);
  font-weight: 500;
  padding: 5px 15px;
  margin: 0;
  border-radius: 0 45px 45px 0;
  transition: all ease 0.31s;
}
.widget_search .wp-block-search .wp-block-search__button:hover {
  background-color: transparent;
  color: var(--title_dark_color);
}
/*widget Sidebar Category*/
.rt-category-widget .rt-item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}
.rt-category-widget .rt-item a .rt-cat-count {
  font-size: 15px;
  color: var(--primary_color);
  background: rgba(var(--primary_color_rgb), 0.05);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.51s;
}
.rt-category-widget .rt-item a:hover .rt-cat-name {
  color: var(--primary_color);
}
.rt-category-widget .rt-item a:hover .rt-cat-count {
  color: #ffffff;
  background-color: var(--primary_color);
}
.rt-category-widget .rt-item a:after {
  display: none;
}
.rt-category-widget .rt-item .rt-cat-name {
  position: relative;
}
.rt-category-widget .rt-item .rt-cat-name:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: var(--primary_color);
  transition: all 0.3s ease;
}
.rt-category-widget .rt-item a:hover .rt-cat-name:after {
  width: 100%;
}
/*widget Block Category*/
.widget_categories ul li,
.widget_archive ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--primary_color);
}
.widget_categories ul li ul.children,
.widget_archive ul li ul.children {
  flex: 0 0 100%;
}

.widget_categories ul li a,
.widget_archive ul li a {
  color: var(--text_dark_color_1);
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
  color: var(--primary_color);
}

/*Sidebar Block Calendar*/
.widget_calendar caption {
  caption-side: initial;
  text-align: center;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  background: var(--primary_color);
  color: var(--fixed_title_light_color);
  padding: 10px 7px;
  margin-top: 0px;
}

.widget_calendar table th,
.widget_calendar table td {
  color: var(--text_dark_color_1);
  border: 1px solid var(--border_dark_color);
}

.widget_calendar table th {
  font-weight: 500;
}

.widget_calendar table td#today {
  background: var(--primary_color);
  color: var(--fixed_title_light_color);
}

.widget_calendar table td#today a {
  color: var(--fixed_title_light_color);
}

.widget_calendar a {
  color: var(--title_dark_color);
  font-weight: 500;
}

.widget_calendar td a {
  color: var(--primary_color);
}

.widget_calendar a:hover {
  color: var(--primary_color);
}

/*Sidebar Block Latest Posts*/
.wp-block-categories,
.wp-block-archives {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wp-block-categories li ul.children,
.wp-block-archives li ul.children {
  padding-left: 17px;
  width: 100%;
  margin-top: 15px;
  margin-left: 0;
  list-style: none;
  border-top: 1px solid var(--border_dark_color);
}

.wp-block-categories li,
.wp-block-archives li {
  width: 100%;
    float: left;
    line-height: 1.6;
    text-align: right;
    margin: 0 0 7px;
    padding: 0 0 7px;
    position: relative;
    transition: all 140ms ease-in-out;
}

.wp-block-categories li:last-child,
.wp-block-archives li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-block-categories li a,
.wp-block-archives li a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: var(--text_dark_color_1);
  float: left;
}

.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
  color: var(--primary_color);
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  	appearance: none;
    background-size: 10px;
    background-color: transparent;
    background-image: url(../img/select-arrow.svg)!important;
    background-repeat: no-repeat;
    background-position: 98%;
    border: 1px solid var(--border_dark_color);
    outline: none;
    width: 100%;
    padding: 9px 15px;
    border-radius: 30px;
    transition: all ease 0.31s;
}

@media(max-width: 767px) {
	.wp-block-categories-dropdown select,
	.wp-block-archives-dropdown select {
		background-position: 95%;
	}
}

.wp-block-categories li,
.wp-block-archives li {
  width: 100%;
}

/*Sidebar Block Comments*/
ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
  display: grid;
  list-style: none;
  row-gap: 10px;
}

.wp-block-latest-comments__comment {
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 18px;
}

/*Sidebar Block Tag*/
.widget_tag_cloud .tagcloud,
.wp-block-tag-cloud,
.widget_tag_cloud,
.widget_product_tag_cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget_tag_cloud a,
.widget_product_tag_cloud a {
  color: var(--primary_color);
  background: rgba(var(--primary_color_rgb), 0.05);
  border-radius: 45px;
  display: inline-block;
  font-size: 15px !important;
  padding: 5px 15px;
  font-weight: 400;
  margin: 0;
  transition: all ease 0.31s;
}

.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
  background-color: var(--primary_color);
  color: #ffffff;
}
/* Post Box */
.post-box-style .topic-box {
  margin-bottom: 12px;
  position: relative;
}
.post-box-style .topic-box img {
  transform: scale(1.01);
  transition: all 1s cubic-bezier(.25,.8,.25,1);
}
.post-box-style .topic-box:hover img {
  transform: scale(1.11);
}
.post-box-style .rt-news-box-widget {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  transition: all ease 0.31s;
}
.post-box-style .rt-news-box-widget:last-child {
  margin-bottom: 0;
}
.post-box-style .item-list {
  display: flex;
  align-items: center;
}
.post-box-style .post-box-img {
  position: relative;
  margin-right: 15px;
  overflow: unset;
  flex: 0 0 100px;
}
.post-box-style .item-list .post-box-img img {
  transform: scale(1.01);
  transition: all 1s cubic-bezier(.25,.8,.25,1);
}
.post-box-style .item-list:hover .post-box-img img {
  transform: scale(1.11);
}
.post-box-style .post-box-img .post-img {
  border-radius: 10px;
  display: inherit;
  overflow: hidden;
}
.post-box-style .topic-box .rt-wid-post-img {
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
}
.post-box-style .post-content {
  flex-grow: 1;
}
.post-box-style .post-content .entry-title {
  font-size: 16px;
  margin-bottom: 0px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-box-style .entry-meta {
  margin-bottom: 7px;
}
.post-box-style .entry-cat a {
  color: var(--meta_dark_color);
  font-size: 14px;
}
.post-box-style .entry-cat a:hover {
  color: var(--primary_color);
}
.sidebar-widget-area .widget .post-box-style ul li,
.sidebar-widget-area .widget .post-tab-layout ul li,
.sidebar-widget-area .widget .feature-post-layout ul li {
	margin: 0;
	padding: 0;
}
/*Tab post widget*/
.post-tab-layout .position-relative {
	padding-bottom: 25px;
}
.post-tab-layout .position-relative:last-child {
	padding-bottom: 0;
}
.post-tab-layout .cat-ratint-wrap {
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1.4;
}
.post-tab-layout .media {
	display: inline-flex;
	align-items: center;
}
.post-tab-layout .media .media-body {
	flex: 1;
}
.post-tab-layout .media .tab-img-holder {
	max-width: 100px;
	height: 100%;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 6px;
}
.post-tab-layout .media .tab-img-holder img {
	transform: scale(1.01);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-tab-layout .media:hover .tab-img-holder img {
	transform: scale(1.22) rotateY(0deg);
}
.post-tab-layout ul.btn-tab {
	border-bottom: none;
	margin-bottom: 30px;
	margin-left: 0;
}
.post-tab-layout ul.btn-tab li {
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	border-bottom: none;
}
.post-tab-layout ul.item-inline2 li {
	width: 33.33%;
	display: inline-block;
}
.post-tab-layout ul.item-inline2 li:first-child a {
	border-radius: 6px 0 0 6px;
}
.post-tab-layout ul.item-inline2 li:last-child a {
	border-radius: 0 6px 6px 0;
}
.post-tab-layout ul.btn-tab li a {
	background-color: var(--bg_light_color_2);
	padding: 10px 0px;
	display: block;
	color: var(--text_dark_color_1);
	transition: all 140ms ease-in-out;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.post-tab-layout ul.btn-tab li .active,
.post-tab-layout ul.btn-tab li a:hover {
	background-color: var(--primary_color);
	color: #ffffff !important;
	box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 27%);
}
.post-tab-layout ul.btn-tab li a:before {
	display: none;
}
.post-tab-layout .entry-title {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.4;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-tab-layout .entry-meta {
	margin-bottom: 8px;
}
.post-tab-layout .entry-meta li {
	line-height: 1.4;
}
.post-tab-layout .entry-meta li a {
	color: var(--meta_dark_color);
}
.post-tab-layout .entry-meta li a:hover {
	color: var(--primary_color);
}
/* Feature Post */
.feature-post-layout .rt-feature-widget {
	margin-bottom: 24px;
}
.feature-post-layout .rt-feature-widget:last-child {
	margin-bottom: 0;
}
.feature-post-layout .rt-feature-widget .media img {
  transform: scale(1.01);
  transition: all 1s cubic-bezier(.25,.8,.25,1);
}
.feature-post-layout .rt-feature-widget:hover .media img {
  transform: scale(1.11);
}
.feature-post-layout .rt-feature-img {
  position: relative;
  margin-bottom: 20px;
}
.feature-post-layout .list-item {
  display: flex;
  align-items: center;
}
.feature-post-layout .media {
  position: relative;
  overflow: hidden;
  flex: 0 0 100px;
  border-radius: 10px;
}
.feature-post-layout .list-item .media {
	margin-right: 15px;
}
.feature-post-layout .entry-title {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.4;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.feature-post-layout .entry-content {
	flex-grow: 1;
}
.feature-post-layout .entry-meta {
	margin-bottom: 8px;
}
.feature-post-layout .entry-meta li {
	line-height: 1.4;
}
.feature-post-layout .entry-meta li a {
	color: var(--meta_dark_color);
}
.feature-post-layout .entry-meta li a:hover {
	color: var(--primary_color);
}
/****************************************************************
30. Section Title
****************************************************************/
.rt-section-title {
  width: 100%;
  margin-bottom: 20px;
}
.rt-section-title .entry-sub-title {
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  max-width: 600px;
  margin-bottom: 10px;
}
.rt-section-title .entry-sub-title .icon-svg-star {
  margin-right: 10px;
}
.rt-section-title .entry-sub-title .icon-svg-star path {
  fill: var(--secondary_color);
}
.rt-section-title.has-animation .entry-sub-title .icon-svg-star .star1 {
  transform: scale(0) translateX(20px);
  transition: all ease 0.66s;
}
.rt-section-title.has-animation .entry-sub-title .icon-svg-star .star2 {
  transform: scale(0) translateY(-20px);
  transition: all ease 0.66s;
}
.rt-section-title.active-animation .entry-sub-title .icon-svg-star .star1 {
  transform: scale(1) translateX(0);
  transition-delay: 0.4s;
}
.rt-section-title.active-animation .entry-sub-title .icon-svg-star .star2 {
  transform: scale(1) translateY(0);
  transition-delay: 0.2s;
}
.rt-section-title .entry-title {
  margin-bottom: 10px;
}
@media(max-width:425px) {
  .rt-section-title .entry-title {
    line-height: 1.2;
  }
}
.rt-section-title .entry-title .icon-svg-star {
  margin-right: 10px;
}
.rt-section-title .entry-title .icon-svg-star path {
  fill: var(--secondary_color);
  transform: scale(0);
  transition: all ease 0.66s;
}
.rt-section-title.active-animation .entry-title .icon-svg-star .star1 {
  transform: scale(1);
  transition-delay: 0.4s;
}
.rt-section-title.active-animation .entry-title .icon-svg-star .star2 {
  transform: scale(1);
  transition-delay: 0.2s;
}
.rt-section-title .entry-title .entry-color-title {
  color: var(--secondary_color);
  display: inline-block;
  margin-left: 8px;
}
.rt-section-title .entry-text {
  width: 100%;
  margin-bottom: 15px;
}
.rt-section-title.style1 .entry-text {
  max-width: 550px;
  margin-bottom: 10px;
}
.rt-section-title.style2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 10px;
}
.rt-section-title.style2 .entry-title {
  max-width: 550px;
}
.rt-section-title.style2 .entry-text {
  max-width: 500px;
}
.rt-section-title.style2 .right-content {
  margin-bottom: 20px;
}
.rt-section-title.style3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 10px;
}
.rt-section-title.style3 .entry-title {
  max-width: 400px;
}
.rt-section-title.style3 .entry-text {
  max-width: 520px;
}
.rt-section-title.style4 .entry-title {
  max-width: 600px;
  position: relative;
  z-index: 1;
  display: table;
  margin-bottom: 17px;
}
.rt-section-title.style4 .entry-text {
  max-width: 550px;
}
.rt-section-title.style4 .entry-title .entry-shape {
  display: inline;
  background-image: linear-gradient(to top, rgba(var(--primary_color_rgb), 0.4) 0%, rgba(var(--primary_color_rgb), 0.4) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0%;
  background-position: 0 100%;
  transition: background .66s cubic-bezier(0.65, 0.06, 0.57, 1);
  opacity: 0;
}
.rt-section-title.style4.active-animation .entry-title .entry-shape {
  background-size: 100% 8px;
  background-position: 0px 70%;
  opacity: 1;
}
/****************************************************************
31. Hero Section
****************************************************************/
.rt-hero-wrap.hero-style-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
.rt-hero-wrap.hero-style-1 > div {
  flex: 0 0 auto;
  width: 50%;
}
.rt-hero-wrap.hero-style-1 .entry-content:before, .rt-hero-wrap.hero-style-1 .entry-content:after {
  display: none;
}
.rt-hero-wrap.hero-style-1 .entry-content .entry-title {
  font-weight: 700;
  font-size: 60px;
  max-width: 800px;
  width: 100%;
  margin-bottom: 25px;
}
.rt-hero-wrap.hero-style-1 .entry-content .entry-title .entry-color-title {
  color: var(--secondary_color);
  display: inline-block;
  margin-left: 8px;
}
.rt-hero-wrap.hero-style-1 .entry-content .entry-text {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px;
}
@media(max-width: 991px) {
	.rt-hero-wrap.hero-style-1 {
		display: block;
	}
	.rt-hero-wrap.hero-style-1 > div {
		width: auto;
	}
	.rt-hero-wrap.hero-style-1 .entry-content .entry-title,
	.rt-hero-wrap.hero-style-1 .entry-content .entry-text {
		max-width: unset;
	}
	.rt-hero-wrap.hero-style-1 .banner-content-box {
		margin-bottom: 50px;
	}
}
.rt-hero-wrap.hero-style-2 {
  width: 100%;
}
.rt-hero-wrap.hero-style-2 .entry-content .user-info {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 15px 5px 5px;
  background-color: rgba(var(--secondary_color_rgb), 0.05);
  border-radius: 45px;
}
.rt-hero-wrap.hero-style-2 .entry-content .user-info .entry-user-media {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rt-hero-wrap.hero-style-2 .entry-content .user-info .entry-user-media .user-img img {
  border-radius: 50%;
}
.rt-hero-wrap.hero-style-2 .entry-content .user-info .entry-user-media .user-icon {
  color: var(--title_dark_color);
  font-size: 31px;
}
.rt-hero-wrap.hero-style-2 .entry-content .user-info .entry-user-title {
  font-size: 18px;
}
.rt-hero-wrap.hero-style-2 .entry-content .entry-title {
  font-weight: 700;
  font-size: 60px;
  max-width: 800px;
  width: 100%;
  margin-bottom: 35px;
  line-height: 1.3;
}
.rt-hero-wrap.hero-style-2 .entry-content .banner-content-info {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 15px;
}
.rt-hero-wrap.hero-style-2 .entry-content .banner-content-info .banner-content-price .entry-label {
  font-weight: 500;
  font-size: 18px;
}
.rt-hero-wrap.hero-style-2 .entry-content .banner-content-info .banner-content-price .entry-price {
  color: var(--title_dark_color);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
.rt-hero-wrap.hero-style-2 .entry-figure {
  margin-top: 50px;
}
@media(min-width: 1441px) {
	.rt-hero-wrap.hero-style-3 {
		align-items: flex-end;
	}
}
@media(min-width: 1200px) {
	.rt-hero-wrap.hero-style-3 .banner-content-box {
		padding-top: 100px;
	}
}
.rt-hero-wrap.hero-style-3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.rt-hero-wrap.hero-style-3 > div {
  flex: 0 0 auto;
  width: 50%;
}
.rt-hero-wrap.hero-style-3 .entry-content {
  padding: 0px 70px 0 90px;
}
.rt-hero-wrap.hero-style-3 .entry-content:before, 
.rt-hero-wrap.hero-style-3 .entry-content:after {
  display: none;
}
.rt-hero-wrap.hero-style-3 .entry-content .entry-title {
  font-weight: 700;
  font-size: 60px;
  width: 100%;
  margin-bottom: 25px;
  line-height: 1.3;
}
.rt-hero-wrap.hero-style-3 .entry-content .entry-title .entry-color-title {
  color: var(--secondary_color);
  display: inline-block;
  margin-left: 8px;
}
.rt-hero-wrap.hero-style-3 .entry-content .entry-text {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px;
}
.rt-hero-wrap.hero-style-3 .entry-content .hero-logo-slider {
  margin-top: 100px;
  position: relative;
}
.rt-hero-wrap.hero-style-3 .entry-content .hero-logo-slider .logo-box {
  text-align: center;
}
.rt-hero-wrap.hero-style-3 .entry-content .hero-logo-slider .logo-box a {
  display: block;
}
.rt-hero-wrap.hero-style-3 .entry-figure {
	height: 100%;
}
.rt-hero-wrap.hero-style-3 .entry-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(max-width: 1199px) {
	.rt-hero-wrap.hero-style-3 {
		display: block;
	}
	.rt-hero-wrap.hero-style-3 > div {
		width: auto;
	}
	.rt-hero-wrap.hero-style-3 .entry-content {
		padding: 80px 12px;
	}
	.rt-hero-wrap.hero-style-3 .entry-content .hero-logo-slider {
		margin-top: 50px;
	}
}
.rt-hero-wrap.hero-style-4 .banner-content-box {
  text-align: center;
}
.rt-hero-wrap.hero-style-4 .banner-content-box .entry-title {
  font-weight: 700;
  font-size: 60px;
  max-width: 800px;
  width: 100%;
  margin-bottom: 25px;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}
.rt-hero-wrap.hero-style-4 .banner-content-box .entry-title .entry-color-title {
  color: var(--secondary_color);
  display: inline-block;
  margin-left: 8px;
}
.rt-hero-wrap.hero-style-4 .banner-content-box .entry-text {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.rt-hero-wrap.hero-style-4 .banner-content-box .rt-counter-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
}
.rt-hero-wrap.hero-style-4 .banner-content-box .rt-counter-box {
  text-align: left;
  padding: 0;
  position: relative;
  z-index: 1;
}
.rt-hero-wrap.hero-style-4 .banner-content-box .rt-counter-box:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 2px;
  background-color: var(--border_dark_color);
}
.rt-hero-wrap.hero-style-4 .banner-content-box .rt-counter-box:last-child:before {
  display: none;
}
.rt-hero-wrap.hero-style-4 .banner-content-box .rt-counter {
  display: flex;
  align-items: center;
}
.rt-hero-wrap.hero-style-4 .banner-content-box .counter-after-text,
.rt-hero-wrap.hero-style-4 .banner-content-box .counter-before-text,
.rt-hero-wrap.hero-style-4 .banner-content-box .counter-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--title_dark_color);
}
.rt-hero-wrap.hero-style-4 .banner-content-box .rt-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--body_dark_color);
}
.rt-hero-wrap.hero-style-4 .entry-figure img {
  width: 100%;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
}
@media (max-width: 1199px) {
  .rt-hero-wrap.hero-style-4 .entry-multi-items {
	margin-top: 20px;
	column-gap: 15px;
  }
}
@media (max-width: 991px) {
  .rt-hero-wrap.hero-style-4 .entry-multi-items {
	margin-top: 20px;
	column-gap: 15px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .rt-hero-wrap.hero-style-4 .entry-multi-items {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
  }
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item {
  text-align: center;
  transition: all ease 0.31s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item .inner-item {
  position: relative;
  z-index: 1;
  border-radius: 500px;
  background-color: var(--bg_light_color_3);
  transition: 0.8s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.5s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item .inner-item:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  background-color: var(--secondary_color);
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 500px;
  transition: all ease 0.31s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item .inner-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item .inner-item:hover .content-box .rt-entry-title {
  color: var(--title_light_color);
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item .inner-item:hover .content-box .rt-entry-sub-title {
  color: var(--title_light_color);
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item.has-animation .inner-item {
  clip-path: inset(0 0 100% 0);
  transform: translateY(100px);
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item.has-animation.big-item .figure-box .entry-figure img, .rt-hero-wrap.hero-style-4 .entry-multi-items .single-item.has-animation.small-item .figure-box .entry-figure img {
  border-radius: 0;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.4s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item.has-animation.active-animation .inner-item {
  padding: 10px;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item.has-animation.active-animation.small-item .figure-box .entry-figure img {
  border-radius: 120px 120px 10px 10px;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .single-item.has-animation.active-animation.big-item .figure-box .entry-figure img {
  border-radius: 500px 500px 20px 20px;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .small-item {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .small-item .content-box {
  padding: 20px 15px;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .small-item .content-box .rt-entry-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all ease 0.31s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .small-item .content-box .rt-entry-sub-title {
  font-size: 14px;
  color: var(--text_dark_color_1);
  transition: all ease 0.31s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .big-item {
  max-width: 355px;
  width: 100%;
  margin: 0 auto;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .big-item .content-box {
  padding: 30px 15px;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .big-item .content-box .rt-entry-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all ease 0.31s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .big-item .content-box .rt-entry-sub-title {
  font-size: 16px;
  color: var(--text_dark_color_1);
  transition: all ease 0.31s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .big-item .figure-box .entry-figure img {
  border-radius: 500px 500px 20px 20px;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .left-top {
  transform: translateY(-530px);
}
@media (max-width: 1199px) {
  .rt-hero-wrap.hero-style-4 .entry-multi-items .left-top {
	transform: translateY(0);
  }
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .left-top .inner-item {
  transition-delay: 0.6s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .left-middle {
  transform: translateY(-300px);
}
@media (max-width: 1199px) {
  .rt-hero-wrap.hero-style-4 .entry-multi-items .left-middle {
	transform: translateY(0);
  }
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .left-middle .inner-item {
  transition-delay: 0.3s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .center-bottom {
  grid-column-start: 1;
  grid-column-end: 3;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .center-bottom .inner-item {
  transition-delay: 0s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .right-middle {
  transform: translateY(-300px);
}
@media (max-width: 1199px) {
  .rt-hero-wrap.hero-style-4 .entry-multi-items .right-middle {
	transform: translateY(0);
  }
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .right-middle .inner-item {
  transition-delay: 0.3s;
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .right-top {
  transform: translateY(-530px);
}
@media (max-width: 1199px) {
  .rt-hero-wrap.hero-style-4 .entry-multi-items .right-top {
	transform: translateY(0);
  }
}
.rt-hero-wrap.hero-style-4 .entry-multi-items .right-top .inner-item {
  transition-delay: 0.6s;
}

/****************************************************************
32. Contact Form
****************************************************************/
.fluentform .theme-contact-form .ff-el-form-control {
  background-color: transparent;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--border_dark_color);
  transition: unset;
}

.fluentform .theme-contact-form.ff-el-group,
.fluentform .theme-contact-form {
  margin-bottom: 12px;
}
.fluentform .theme-contact-form.ff-el-group .ff-el-group,
.fluentform .theme-contact-form .ff-el-group {
  margin-bottom: 0;
}

.fluentform .theme-contact-form .ff-el-form-control:focus {
  border-color: var(--border_dark_color);
}

.fluentform .theme-contact-form .ff_btn_style {
  border: 1px solid;
  border-color: var(--primary_color);
  border-radius: 45px;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 25px;
  background-color: var(--primary_color);
  transition: all ease 0.31s;
}
.fluentform .theme-contact-form .ff_btn_style:hover {
  opacity: 1;
  background-color: transparent;
  color: var(--primary_color);
}

.fluentform .theme-contact-form.ff_submit_btn_wrapper {
  margin-bottom: 0;
}
/*Contact info*/
.rt-contact-info .rt-item {
  padding: 50px 30px 45px;
  border-radius: 10px;
  background-color: var(--bg_light_color_2);
}
.rt-contact-info .rt-item:hover {
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
}
.rt-contact-info .rt-item.item-icon .rt-icon {
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 50px;
  color: var(--primary_color);
}
.rt-contact-info .rt-item.item-image .rt-img {
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
.rt-contact-info .rt-item .contact-list {
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-contact-info .rt-item .contact-list span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  color: var(--title_dark_color);
}
.rt-contact-info .rt-item .contact-list i {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  color: var(--primary_color);
}
.rt-contact-info .rt-item .entry-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0;
  color: var(--title_dark_color);
}

/****************************************************************
33. Info Box
****************************************************************/
.info-box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: transparent;
}
.info-box:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all ease 0.31s;
}
.info-box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all ease 0.31s;
}
.info-box.effect-from-left:after {
  transform: translateX(0);
}
.info-box.effect-from-left:before {
  transform: translateX(-100%);
}
.info-box.effect-from-top:after {
  transform: translateY(0);
}
.info-box.effect-from-top:before {
  transform: translateY(-100%);
}
.info-box.effect-from-right:after {
  transform: translateX(0);
}
.info-box.effect-from-right:before {
  transform: translateX(100%);
}
.info-box.effect-from-bottom:after {
  transform: translateY(0);
}
.info-box.effect-from-bottom:before {
  transform: translateY(100%);
}
.info-box.box-style1 {
  display: flex;
  gap: 25px;
  padding: 50px;
}
.info-box.box-style2 {
  display: grid;
  row-gap: 15px;
  padding: 60px;
}
.info-box.box-style3 {
  display: grid;
  row-gap: 15px;
  padding: 60px;
  text-align: center;
}
.info-box.box-style3 .info-media {
  margin-left: auto;
  margin-right: auto;
}
.info-box.box-style4 {
  display: grid;
  row-gap: 15px;
  padding: 100px 60px;
  text-align: center;
  border-radius: 150px;
  border: 1px solid;
  border-color: var(--border_dark_color);
}
.info-box.box-style4 .info-media {
  margin-left: auto;
  margin-right: auto;
}
.info-box .info-media {
  height: 80px;
  width: 80px;
}
.info-box.media-type-icon .info-media .info-icon {
  font-size: 70px;
  line-height: 1;
  color: var(--primary_color);
}
.info-box.media-type-icon .info-media .info-icon i {
  display: block;
}
.info-box .info-content {
  flex: 1;
  display: grid;
  align-items: center;
  row-gap: 10px;
}
@media(max-width: 425px) {
	.info-box.box-style1 {
		display: block;
		padding: 30px;
	}
	.info-box.box-style1 .info-media {
		margin-bottom: 15px;
    width: inherit;
    height: inherit;
	}
}
.info-box .info-content .info-title {
  font-size: 22px;
  margin-bottom: 0;
}
.info-box .info-content .info-text {
  margin-bottom: 0;
}
.info-box .info-content .info-button .entry-btn.btn-text.style-1 {
  font-weight: 500;
  transition: all ease 0.31s;
}
.info-box.color-mode-light1:after {
  background-color: var(--bg_light_color_1);
}
.info-box.color-mode-light1:before {
  background-color: var(--bg_dark_color_1);
}
.info-box.color-mode-light1 .info-content .info-button .entry-btn.btn-text.style-1 {
  color: var(--title_dark_color);
}
.info-box.color-mode-light1:hover .info-content .info-title,
.info-box.color-mode-light1:hover .info-content .info-title a {
  color: var(--title_light_color);
}
.info-box.color-mode-light1:hover .info-content .info-text {
  color: var(--body_light_color);
}
.info-box.color-mode-light1:hover .info-content .info-button .entry-btn.btn-text.style-1 {
  color: var(--title_light_color);
}
.info-box.color-mode-light2:after {
  background-color: var(--bg_light_color_2);
}
.info-box.color-mode-light2:before {
  background-color: var(--bg_dark_color_2);
}
.info-box.color-mode-light2 .info-content .info-button .entry-btn.btn-text.style-1 {
  color: var(--title_dark_color);
}
.info-box.color-mode-light2:hover .info-content .info-title,
.info-box.color-mode-light2:hover .info-content .info-title a {
  color: var(--title_light_color);
}
.info-box.color-mode-light2:hover .info-content .info-text {
  color: var(--body_light_color);
}
.info-box.color-mode-light2:hover .info-content .info-button .entry-btn.btn-text.style-1 {
  color: var(--title_light_color);
}
.info-box.color-mode-dark1:after {
  background-color: var(--bg_dark_color_1);
}
.info-box.color-mode-dark1:before {
  background-color: var(--bg_light_color_1);
}
.info-box.color-mode-dark1 .info-content .info-button .entry-btn.btn-text.style-1 {
  color: var(--title_light_color);
}
.info-box.color-mode-dark1:hover .info-content .info-title {
  color: var(--title_dark_color);
}
.info-box.color-mode-dark1:hover .info-content .info-text {
  color: var(--body_dark_color);
}
.info-box.color-mode-dark1:hover .info-content .info-button .entry-btn.btn-text.style-1 {
  color: var(--title_dark_color);
}
.info-box.color-mode-dark2:after {
  background-color: var(--bg_dark_color_2);
}
.info-box.color-mode-dark2:before {
  background-color: var(--bg_light_color_2);
}
.info-box.color-mode-dark2 .info-content .info-button .entry-btn.btn-text.style-1 {
  color: var(--title_light_color);
}
.info-box.color-mode-dark2:hover .info-content .info-title {
  color: var(--title_dark_color);
}
.info-box.color-mode-dark2:hover .info-content .info-text {
  color: var(--body_dark_color);
}
.info-box.color-mode-dark2:hover .info-content .info-button .entry-btn.btn-text.style-1 {
  color: var(--title_dark_color);
}
.info-box:hover.effect-from-left:after {
  transform: translateX(100%);
}
.info-box:hover.effect-from-left:before {
  transform: translateX(0);
}
.info-box:hover.effect-from-top:after {
  transform: translateY(100%);
}
.info-box:hover.effect-from-top:before {
  transform: translateY(0);
}
.info-box:hover.effect-from-right:after {
  transform: translateX(-100%);
}
.info-box:hover.effect-from-right:before {
  transform: translateX(0);
}
.info-box:hover.effect-from-bottom:after {
  transform: translateY(-100%);
}
.info-box:hover.effect-from-bottom:before {
  transform: translateY(0);
}
.info-box .info-content .info-title a:hover {
	color: var(--primary_color) !important;
}
.info-box.color-mode-dark1 .info-content .info-title a {
	color: var(--title_light_color);
}
.info-box.color-mode-dark1:hover .info-content .info-title a {
	color: var(--title_dark_color);
}
.info-box.color-mode-dark1 .info-content .info-text {
	color: var(--body_light_color);
}
.info-box.color-mode-dark2 .info-content .info-title a {
	color: var(--title_light_color);
}
.info-box.color-mode-dark2:hover .info-content .info-title a {
	color: var(--title_dark_color);
}
.info-box.color-mode-dark2 .info-content .info-text {
	color: var(--body_light_color);
}

/****************************************************************
34. Pricing Table
****************************************************************/
.pricing-box {
  position: relative;
  background-color: var(--bg_light_color_2);
  border-radius: 10px;
}
.pricing-box .pricing-header {
  padding: 60px 15px;
  text-align: center;
  background-color: rgba(var(--primary_color_rgb), 0.08);
  border-radius: 10px 10px 0 0;
  transition: all ease 0.31s;
}
.pricing-box .pricing-header .pricing-price {
  color: var(--primary_color);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  transition: all ease 0.31s;
}
.pricing-box .pricing-header .pricing-price .price-symbol {
  color: var(--primary_color);
  font-size: 24px;
  font-weight: 500;
  transition: all ease 0.31s;
}
.pricing-box .pricing-header .pricing-price .price-unit {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: var(--body_dark_color);
}
.pricing-box .pricing-header .entry-title {
  font-size: 30px;
  color: var(--title_dark_color);
  font-weight: 600;
  margin-bottom: 0;
}
.pricing-box .entry-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.pricing-box .entry-features li {
  margin-bottom: 12px;
  color: var(--title_dark_color);
}
.pricing-box .entry-features li:last-child {
  margin-bottom: 0;
}
.pricing-box .entry-features li i {
  font-size: 12px;
  margin-right: 5px;
  color: #0AD606;
}
.pricing-box .entry-btn {
  background-color: rgba(var(--primary_color_rgb), 0.08);
  width: 100%;
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 12px 15px;
  font-weight: 600;
  color: var(--primary_color);
  border-radius: 0 0 10px 10px;
  transition: all ease 0.31s;
}
.pricing-box:hover .pricing-header {
  background-color: rgba(var(--primary_color_rgb), 1);
}
.pricing-box:hover .pricing-header .pricing-price {
  color: var(--fixed_title_light_color);
}
.pricing-box:hover .pricing-header .pricing-price .price-symbol {
  color: var(--fixed_title_light_color);
}
.pricing-box:hover .pricing-header .pricing-price .price-unit {
  color: var(--fixed_title_light_color);
}
.pricing-box:hover .pricing-header .entry-title {
  color: var(--fixed_title_light_color);
}
.pricing-box:hover .entry-btn {
  background-color: rgba(var(--primary_color_rgb), 1);
  color: var(--fixed_title_light_color);
}
.pricing-box.active-box .pricing-header {
  background-color: rgba(var(--primary_color_rgb), 1);
}
.pricing-box.active-box .pricing-header .pricing-price {
  color: var(--fixed_title_light_color);
}
.pricing-box.active-box .pricing-header .pricing-price .price-symbol {
  color: var(--fixed_title_light_color);
}
.pricing-box.active-box .pricing-header .pricing-price .price-unit {
  color: var(--fixed_title_light_color);
}
.pricing-box.active-box .pricing-header .entry-title {
  color: var(--fixed_title_light_color);
}
.pricing-box.active-box .entry-btn {
  background-color: rgba(var(--primary_color_rgb), 1);
  color: var(--fixed_title_light_color);
}

/****************************************************************
35. Counter
****************************************************************/
.rt-counter-box .rt-item {
  padding: 50px 15px;
}
.rt-counter-box.rt-center .rt-item .rt-content {
  text-align: center;
}
.rt-counter-box.rt-center .rt-item .rt-media {
  text-align: center;
}
.rt-counter-box.rt-left .rt-item .rt-content {
  text-align: left;
}
.rt-counter-box.rt-left .rt-item .rt-media {
  text-align: left;
}
.rt-counter-box.rt-right .rt-item .rt-content {
  text-align: right;
}
.rt-counter-box.rt-right .rt-item .rt-media {
  text-align: right;
}
.rt-counter-box .rt-item .rt-media {
  margin-bottom: 20px;
}
.rt-counter-box .rt-item .rt-counter {
  font-size: 40px;
  color: var(--fixed_title_light_color);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.rt-counter-box .rt-item .rt-title {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  color: var(--fixed_title_light_color);
  margin-bottom: 0;
}

/****************************************************************
36. Countdown
****************************************************************/
.countdown-default {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.countdown-default .countdown-section {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.countdown-default .countdown-section .countdown-number {
  line-height: 1;
}
.countdown-style1 {
  column-gap: 50px;
}
.countdown-style1 .countdown-section {
  width: 150px;
}
.countdown-style1 .countdown-section .countdown-number {
  color: var(--title_light_color);
  font-weight: 600;
  font-size: 50px;
}
.countdown-style1 .countdown-section .countdown-unit {
  font-size: 18px;
  font-weight: 400;
  color: var(--title_light_color);
}
.countdown-style2 {
  column-gap: 40px;
}
.countdown-style2 .countdown-section {
  padding-top: 2px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #aaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.countdown-style2 .countdown-section .countdown-number {
  color: var(--title_dark_color);
  font-weight: 600;
  font-size: 26px;
}
.countdown-style2 .countdown-section .countdown-unit {
  color: var(--title_dark_color);
  font-size: 15px;
  font-weight: 500;
}

/****************************************************************
37. Image
****************************************************************/
.rt-image-default {
  position: relative;
  z-index: 1;
  width: 100%;
}
.rt-image-default .counter-holder {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--primary_color);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.rt-image-default .counter-holder .entry-counter {
  color: var(--fixed_title_light_color);
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
.rt-image-default .counter-holder .entry-title {
  color: var(--fixed_title_light_color);
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 400;
}
.rt-image-default .image-holder img {
	height: 100%;
	object-fit: cover;
}
@media(max-width: 767px) {
	.rt-image-default .image-holder img {
		width: 100%;
	}
}
/****************************************************************
38. Logo Slider
****************************************************************/
.rt-logo-slider .logo-box {
  text-align: center;
}
.rt-logo-slider .logo-box a {
  display: block;
}
.rt-logo-slider .logo-box img {
  transition: all ease 0.31s;
}
.rt-logo-slider .logo-box:hover img {
  filter: grayscale(1);
}
.rt-logo-slider .logo-box.gray img {
  filter: grayscale(1);
}
.rt-logo-slider .logo-box.gray:hover img {
  filter: grayscale(0);
}

/****************************************************************
39. Shape
****************************************************************/
.rt-shape-box {
  position: relative;
}
.rt-shape-box .shape-holder {
  position: absolute;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  filter: blur(150px);
  background-color: #9F68FA;
}

/****************************************************************
40. Error
****************************************************************/
.error-page-area {
  position: relative;
  background-position: center;
}

.error-page-content {
  position: relative;
  text-align: center;
}

.error-page-content .error-title {
  color: var(--title_dark_color);
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media(max-width:425px) {
  .error-page-content .error-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.error-page-content p {
  font-size: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
  width: 100%;
  margin-bottom: 40px;
}

.error-page-area .error-page-content .go-home {
  margin-top: 30px;
}

.error-page-area .item-img {
  margin-bottom: 30px;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

@media (max-width: 1199px) {
  .error-page-content p {
	width: 70%;
  }
}
@media (max-width: 991px) {
  .error-page-content p {
	width: 90%;
  }
}

/****************************************************************
41. Gutenberg
****************************************************************/
.align-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 900px) {
  .align-wrap {
	width: auto;
	margin-left: calc(80.6451612903% - 50vw);
  }
}
.align-wrap .alignfull {
  width: 100%;
  margin: 0 0 0 auto;
}

@media (max-width: 480px) {
  img.alignleft {
	float: none;
	margin-bottom: 13px;
	margin-right: 0px;
	padding-top: 5px;
	display: block;
  }

  img.alignright {
	float: none;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
  }
}
/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

.has-strong-magenta-background-color {
  background-color: #a156b4;
}

.has-strong-magenta-color {
  color: #a156b4;
}

.has-light-grayish-magenta-background-color {
  background-color: #d0a5db;
}

.has-light-grayish-magenta-color {
  color: #d0a5db;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-small-font-size {
  font-size: 12px;
}

.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}

.has-huge-font-size {
  font-size: 48px;
  line-height: 1.2;
}

.has-regular-font-size {
  font-size: 16px;
}

.wp-block-image.alignleft.is-resized {
  margin-left: 0;
  margin-right: 30px;
}

.wp-block-image.alignright.is-resized {
  margin-left: 30px;
  margin-right: 0;
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #cccccc;
  margin: 50px 0;
  text-align: left;
  background: transparent;
}

/*blockquote*/
blockquote {
  background-color: var(--bg_light_color_1);
  box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
  border-radius: 10px;
  border: none;
  text-align: left;
  padding: 50px;
  color: var(--title_dark_color);
  margin: 0 0 20px !important;
}

@media (max-width: 480px) {
  blockquote {
	padding-left: 25px !important;
	padding-right: 25px !important;
  }
}
blockquote p {
  padding-left: 55px;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
}

blockquote p:before {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 38px;
  color: var(--primary_color);
  top: 5px;
  transform: translateX(-55px);
  line-height: 1;
}

blockquote cite {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin-top: 12px;
  padding-left: 50px;
  position: relative;
  letter-spacing: 2px;
  z-index: 1;
}
blockquote.wp-block-quote cite {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin-top: 12px;
  padding-left: 55px;
  letter-spacing: 2px;
  z-index: 1;
}
blockquote.wp-block-quote[style="text-align:right"] cite {
  padding-right: 34px;
}
.wp-block-pullquote {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  color: var(--title_dark_color);
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
  transition: all ease 0.31s;
}

.wp-block-pullquote blockquote {
	background-color: transparent;
  margin: 0 !important;
}

blockquote.wp-block-pullquote {
  background: #f9f9f9;
  border-left: none;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  padding: 35px 50px 35px 50px;
  margin: 40px 0px 40px;
  color: var(--title_dark_color);
  transition: all ease 0.31s;
}

.wp-block-pullquote p {
  font-size: 22px;
}

.wp-block-pullquote cite {
  font-size: 14px;
  font-weight: 700;
  padding-left: 50px;
  z-index: 1;
}

.wp-block-quote {
  border-left: none;
  border-right: none;
  padding-left: 50px;
  color: var(--title_dark_color);
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain) {
  border: none;
  padding: 50px 40px 35px 40px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large:not(.is-style-plain) cite {
  text-align: left;
  font-size: 14px;
}

.wp-block-quote.is-style-large cite em {
  font-style: normal;
}

.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: none;
  text-align: right;
  padding: 50px 40px 35px 40px;
}

.wp-block-quote.has-text-align-right p {
	padding-left: 0;
	padding-right: 55px;
}

.wp-block-quote.has-text-align-right p:before {
	right: -55px;
}

.wp-block-quote.has-text-align-right cite {
  text-align: right;
  padding-right: 50px;
  padding-left: 0;
}

.wp-block-quote.has-text-align-left {
  text-align: left;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 26px;
}

.wp-block-quote.is-style-large cite br {
  display: none;
}

.wp-block-pullquote.has-text-align-left {
	max-width: 100%;
}

:root .has-cyan-bluish-gray-background-color {
  background-color: transparent;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  background: #acb9c3;
  padding-top: 35px;
  padding-bottom: 35px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px;
}

.wp-block-pullquote:not(.has-niftric-primary-background-color),
.wp-block-pullquote:not(.has-niftric-secondary-background-color),
.wp-block-pullquote:not(.has-niftric-dark-gray-background-color),
.wp-block-pullquote:not(.has-niftric-light-gray-background-color),
.wp-block-pullquote:not(.has-niftric-white-background-color) {
  background-color: var(--bg_light_color_1);
}

.wp-block-pullquote.has-niftric-primary-background-color {
  background-color: var(--primary_color);
}

.wp-block-pullquote.has-background.has-niftric-secondary-background-color {
  background-color: var(--secondary_color);
}

.wp-block-pullquote.has-background.has-niftric-dark-gray-background-color {
  background-color: #333333;
}

.wp-block-pullquote.has-background.has-niftric-light-gray-background-color {
  background-color: #a5a6aa;
}

.wp-block-pullquote.has-background.has-niftric-white-background-color {
  background-color: var(--bg_light_color_1);
}

.wp-block-pullquote:not(.has-niftric-dark-primary-border-color),
.wp-block-pullquote:not(.has-niftric-dark-secondary-border-color),
.wp-block-pullquote:not(.has-niftric-dark-gray-border-color),
.wp-block-pullquote:not(.has-niftric-light-gray-border-color),
.wp-block-pullquote:not(.has-niftric-white-border-color) {
  border-color: var(--primary_color);
}

.wp-block-pullquote.has-border-color.has-niftric-primary-border-color {
  border-color: var(--primary_color);
}

.wp-block-pullquote.has-border-color.has-niftric-secondary-border-color {
  border-color: var(--secondary_color);
}

.wp-block-pullquote.has-border-color.has-niftric-dark-gray-border-color {
  border-color: #333333;
}

.wp-block-pullquote.has-border-color.has-niftric-light-gray-border-color {
  border-color: #a5a6aa;
}

.wp-block-pullquote.has-border-color.has-niftric-white-border-color {
  border-color: #ffffff;
}

.has-niftric-primary-color blockquote,
.has-niftric-primary-color blockquote p:before {
  color: var(--primary_color);
}
.has-niftric-secondary-color blockquote,
.has-niftric-secondary-color blockquote p:before {
  color: var(--secondary_color);
}
.has-niftric-dark-gray-color blockquote,
.has-niftric-dark-gray-color blockquote p:before {
  color: #333333;
}
.has-niftric-light-gray-color blockquote,
.has-niftric-light-gray-color blockquote p:before {
  color: #a5a6aa;
}
.has-niftric-white-color blockquote,
.has-niftric-white-color blockquote p:before {
  color: #ffffff;
}
/* Main column width */
.wp-block {
  max-width: 720px;
}

/* Width of "wide" blocks */
.wp-block[data-align=wide] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align=full] {
  max-width: none;
}

.wp-caption-text {
  color: #555;
  font-size: 13px;
}

pre {
  background: #fff;
  color: #5b6674;
  margin-top: 20px;
}

code,
a code {
  color: var(--primary_color);
}

pre code {
  font-size: 15px;
  color: #5b6674;
  word-break: normal;
  line-height: 30px;
}

pre cite {
  font-weight: 400;
}

kbd {
  color: #5b6674;
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: #eaeaea;
  background: rgba(0, 0, 0, 0.07);
}

code,
kbd,
pre,
samp,
tt,
var {
  font-family: Menlo, Consolas, monaco, monospace;
}

.wp-block-code {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  color: #5b6674;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

p:last-child img.size-thumbnail.alignright {
  clear: both;
  padding-top: 0;
}
.wow {
	visibility: hidden;
}
@media (max-width: 767px) {
  .wow {
	  visibility: visible !important;
	  -webkit-animation: none !important;
	  animation: none !important;
  }
}
.elementor-section.rt-parallax-bg-yes {
	transition: none!important;
}
.mfp-fade .mfp-content {
	transform: translateY(-65px);
	transition: all 1s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
	transform: translateY(0);
}
.mfp-close-btn-in .mfp-close {
	background-color: transparent;
	color: #fdfdfd;
}
.mfp-iframe-scaler iframe {
	border-radius: 15px;
}
/* Button */
.wp-block-button {
  margin-bottom: 25px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button .wp-block-button__link {
  border-radius: 45px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: var(--title_light_color);
  font-weight: 600;
  padding: 11px 25px 11px 25px;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  border: 1px solid;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  transition: all ease 0.31s;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: var(--bg_light_color_1);
  color: var(--primary_color);
  transition: all ease 0.31s;
}
.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.is-style-outline>.wp-block-button__link, 
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 1px solid var(--primary_color);
  padding: 11px 25px 11px 25px;
}
.has-niftric-primary-color {
  color: var(--primary_color);
}

.has-niftric-secondary-color {
  color: var(--secondary_color);
}

.has-niftric-button-dark-gray-color {
  color: #333333;
}

.has-niftric-button-light-gray-color {
  color: #a5a6aa;
}

.has-niftric-button-white-color {
  color: #ffffff;
}

.has-niftric-primary-background-color {
  background-color: var(--primary_color);
}

.has-niftric-secondary-background-color {
  background-color: var(--secondary_color);
}

.has-niftric-button-dark-gray-background-color {
  background-color: #333333;
}

.has-niftric-button-light-gray-background-color {
  background-color: #a5a6aa;
}

.has-niftric-button-white-background-color {
  background-color: var(--bg_light_color_1);
}

.wp-block-button a.has-niftric-primary-color {
  color: var(--primary_color);
}

.wp-block-button a.has-niftric-secondary-color {
  color: var(--secondary_color);
}

.wp-block-button a.has-niftric-button-dark-gray-color {
  color: #333333;
}

.wp-block-button a.has-niftric-button-light-gray-color {
  color: #a5a6aa;
}

.wp-block-button a.has-niftric-button-white-color {
  color: #ffffff;
}

.wp-block-button .has-niftric-primary-background-color {
  background-color: var(--primary_color);
}

.wp-block-button .has-niftric-secondary-background-color {
  background-color: var(--secondary_color);
}

.wp-block-button .has-niftric-button-dark-gray-background-color {
  background-color: #333333;
}

.wp-block-button .has-niftric-button-light-gray-background-color {
  background-color: #a5a6aa;
}

.wp-block-button .has-niftric-button-white-background-color {
  background-color: var(--bg_light_color_1);
}

/*button end*/
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.wp-block-image .alignleft.is-resized {
  margin-top: 0;
}

.wp-block-latest-posts.is-grid {
  margin-left: 20px;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 0 10px 0;
}

.wp-block-columns {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-columns .wp-block-column {
  margin-bottom: 15px;
  margin-top: 15px;
}

.wp-block-columns.has-2-columns .wp-block-column {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .wp-block-columns .wp-block-column {
	width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .wp-block-columns .wp-block-column {
	width: 100%;
	flex-basis: 100% !important;
	margin-left: 0;
  }
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
  margin-top: 0 !important;
  padding-left: 50px;
  padding-right: 50px;
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote cite {
  padding-left: 50px;
}

.wp-block-image .alignleft {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 25px;
}

.wp-block-image .alignright {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 25px;
}

/*wp block cover*/
.wp-block-cover {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-cover a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .has-text-color a,
.wp-block-cover .has-text-align-center a {
  color: #ffffff;
}

.wp-block-cover a:hover,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .has-text-color a:hover,
.wp-block-cover .has-text-align-center a:hover {
  text-decoration: underline;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
[data-align=left] > .wp-block-cover,
[data-align=right] > .wp-block-cover {
  max-width: 340px;
  width: 100%;
}

.entry-content .wp-block-cover {
  background-color: #000;
  border-radius: 10px;
  margin-top: 0px;
  padding: 15px 45px;
  overflow: hidden;
}
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}

.wp-block-cover.alignleft {
  margin-top: 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 36px;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0.44em;
  text-align: center;
}

:root .has-pale-pink-background-color {
  background-color: #000;
}

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

.wp-block-gallery.columns-3.alignfull {
  margin-bottom: 40px;
}

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

.wp-block-gallery.alignleft {
  display: flex;
  margin-top: 10px;
}

.wp-block-gallery .blocks-gallery-item {
  overflow: hidden;
}

.wp-block-gallery.alignleft .blocks-gallery-item {
  display: inline-block;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
  margin: 23px 0;
}

.wp-block-gallery figcaption {
	border-radius: 0 0 10px 10px;
}
.wp-block-coblocks-social .wp-block-button__link {
  border: none;
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}

p:last-child img.size-full.alignright {
  clear: both;
  padding-top: 0;
}

.wp-block-spacer {
  clear: both;
}

.gallery .gallery-item {
  text-align: center;
}
@media(max-width: 781px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
}

.site-content nav.comment-navigation {
  padding-top: 0;
}

.site-content nav.comment-navigation ul {
  margin-top: 0;
  margin-bottom: 40px;
}

.site-content nav.comment-navigation ul li {
  margin-right: 0;
}

.site-content nav.comment-navigation ul li a {
  border-radius: 30px;
  height: inherit;
  width: inherit;
  padding: 12px 27px;
  line-height: 1.6;
}

figure.wp-caption.alignnone {
  margin: 15px auto 15px;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  padding: 10px 20px;
}

.has-media-on-the-right.is-stacked-on-mobile {
  margin-bottom: 20px;
}

ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
  display: inline-block;
}

.wp-block-group.has-background {
  margin-bottom: 20px;
}

@media (max-width: 475px) {
  .site-header .mobile-menu {
	display: none !important;
  }
}
.page-links {
    padding-top: 12px;
    font-size: 20px;
    font-weight: 500;
    color: var(--title_dark_color);
    margin-right: 10px;
    line-height: 1.3;
}
.page-links .page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--title_dark_color);
    border: 1px solid;
    border-color: var(--border_dark_color);
    background: transparent;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-weight: 500;
    transition: all ease 0.31s;
}
.page-links span.current .page-number, 
.page-links a.post-page-numbers:hover .page-number {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
    color: #ffffff;
}
/****************************************************************
42. Dark Light Mode
****************************************************************/
.header__switch {
  background-color: var(--fixed_bg_light_color_3);
  height: 35px;
  width: 80px;
  z-index: 1;
  position: relative;
  border-radius: 45px;
}
.header__switch .rt-icon-box {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 4px;
  width: 27px;
  height: 27px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all ease 0.31s;
}
.header__switch .rt-icon-box.light-mode-icon {
  stroke: #ffffff;
  left: 4px;
}
.header__switch .rt-icon-box.dark-mode-icon {
  stroke: #000000;
  right: 4px;
}
.header__switch .rt-icon-box svg {
  transform: scale(0.7);
}
.header__switch .header__switch__label {
  display: inline-block;
  transition: all ease 0.31s;
}
.header__switch .header__switch__main {
  cursor: pointer;
}
.header__switch .header__switch__main {
  overflow: hidden;
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #271362;
  top: 4px;
  left: 4px;
  transition: all 0.5s cubic-bezier(0.68, 0.01, 0.185, 0.995);
}
.header__switch .header__switch__main:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #55418d;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  bottom: -15px;
}
.header__switch .header__switch__input {
  display: none;
}
.header__switch .header__switch__input:checked ~ .header__switch__main {
  transform: translateX(45px) rotate(180deg);
}
.header__switch .header__switch__input:checked ~ .rt-icon-box.light-mode-icon {
  stroke: #000000;
}
.header__switch .header__switch__input:checked ~ .rt-icon-box.dark-mode-icon {
  stroke: #ffffff;
}
/****************************************************************
43. Header Topbar
****************************************************************/
.header-top-bar {
  padding: 8px 0px;
}
.header-top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar-style-1 .header-top-bar {
  border-bottom: 1px solid var(--border_dark_color);
  transition: all ease 0.31s;
}
.topbar-style-2 .header-top-bar {
  background-color: var(--fixed_bg_light_color_3);
  transition: all ease 0.31s;
}
.header-top-bar .top-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1720px;
  margin: 0 auto;
  font-size: 15px;
}
.header-top-bar .top-bar-wrap ul {
  display: flex;
  align-items: center;
}
.header-top-bar .top-bar-wrap > .tophead-left ul {
  column-gap: 18px;
}
.header-top-bar .top-bar-wrap > .tophead-left ul li {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.header-top-bar .top-bar-wrap > .tophead-right {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.header-top-bar .top-bar-wrap .tophead-social {
  column-gap: 12px;
}
.header-top-bar .top-bar-wrap .tophead-social ul li i {
  font-size: 14px;
  transition: all ease 0.31s;
}
.header-top-bar .top-bar-wrap .date i {
  padding-right: 8px;
}
.header-top-bar .top-bar-wrap,
.header-top-bar .top-bar-wrap a {
  color: var(--body_dark_color);
}
.header-top-bar .top-bar-wrap a:hover {
  color: var(--primary_color);
}