/*
    Custom CSS
*/

/* blog-list block */
/* widget block */
/* post comment */
/* Breadcump */
/* Pagination block */
/* footer block */
/* Post Detail block */
/* header style */
/* back to top */
/* inner pages */
/* hamburger menu */
/* owl-nav */
/* nosildebar list view */

:root {
	--primary-color: #bf653f;
	--secondary-color: #040e2a;
	--body-text-color: #666;

	--border-color-01: #e5e5e5;
	--background-color: #f5f5f5;

	--light-bg-color: #f4f3ef;
	--dark-background: #242833;
	--dark-mode: #222222;
	--dark-bg-text: #ffffff;
	--dark-content: #aaaaaa;
	--primary-font: "Inter", sans-serif;
	--secondary-font: "Inter", sans-serif;

}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	letter-spacing: 0.5px;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.elementor-page .site-main>.container:not(.single-post.elementor-page.theme-rtl .site-main > .container, .single-post.elementor-page .site-main > .container, .single-tt-services .container) {
	max-width: 100%;
	padding: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	display: inline-block;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted #e5e5e5;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 10px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
	box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: none;
}

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: #666;
	border: 1px solid var(--border-color-01);
	padding: 10px 15px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.btn-gradiant {
	background: var(--primary-color);
	color: var(--dark-bg-text);
}

.btn-gradiant::after {
	background-color: var(--secondary-color);
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

header.sticky .site-main-wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	animation: 1s ease 0s normal both 1 running fixedmenu;
	min-height: 70px;
}

@-webkit-keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@-moz-keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

.post,
.page {
	margin: 0 0 25px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 25px 0 0;
}

.page-links {
	clear: both;
	margin: 10px 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* adds style to divs */
/* by default all divs are hidden */
div.custom_option {
	display: none;
	border: 2px solid #ccc;
	margin-right: 5px;
	padding: 2px 5px;
	cursor: pointer;
}

/* show only divs with class "is-visible" */
div.custom_option.is-visible {
	display: inline-block;
}

/* adds the style to the selected div */
div.custom_option.on {
	background-color: #777;
	color: white;
}

::selection {
	background: #28282a;
	color: #fff;
}

body {
	font-family: var(--secondary-font);
	font-size: 14px;
	color: var(--body-text-color);
}

a,
a:hover,
a::before,
a:active,
a:focus,
a:visited,
a:hover::before {
	outline: none;
	color: var(--secondary-color);
	text-decoration: none;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	cursor: pointer;
}

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

em,
em:hover,
img,
img:hover,
svg,
svg:hover {
	text-decoration: none;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word;
	color: var(--secondary-color);
	margin: 0 0 20px;
	font-family: var(--primary-font);
	font-weight: 500;
}

code,
a>code {
	background: #f9f2f4;
	padding: 2px 4px;
	font-weight: 600;
	color: #d63384;
}

cite {
	color: var(--secondary-color);
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

table,
table td,
table th {
	border: 1px solid var(--border-color-01);
	text-align: left;
}

table td,
table th {
	padding: 10px 15px;
	text-align: left;
}

blockquote,
.wp-block-quote.is-style-large {
	background: var(--background-color);
	padding: 25px;
	border-left: 4px solid var(--primary-color);
}

.wp-block-quote.is-style-large:not(.is-style-plain) {
	padding: 25px;
}

dl dd {
	margin-bottom: 20px;
}

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"] {
	width: 100%;
}


input[type="submit"],
button[type="submit"] {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	border: none;
}

input[type="submit"] {
	background: var(--secondary-color);
	color: #fff;
	padding: 15px 25px;
}

.blog button[type="submit"]:not(.mc4wp-form-fields button[type="submit"]),
.search .search_box button[type="submit"],
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	padding: 10px 20px;
	background: none;
	color: var(--body-text-color);
}

.search .search_box button[type="submit"]::after {
	display: none;
}

.search .search-form.search__form .search_box button[type="submit"]:hover svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	font-size: 0;
	padding: 10px 20px;
	right: 0;
	bottom: 0;
}

input[type="submit"]:hover {
	background: var(--primary-color);
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

iframe {
	width: 100%;
}

ol,
ul {
	margin-left: 0;
	padding-left: 0;
}

.cursor-pointer {
	cursor: pointer !important;
}

.comment-details table tbody tr:nth-child(2n+1) {
	background: var(--background-color);
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

ins {
	background: none;
}

button,
.btn {
	position: relative;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	overflow: hidden;
	z-index: 1;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

button::after,
.btn::after {
	content: '';
	height: 100%;
	width: 0;
	position: absolute;
	transition: .3s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
}

.btn:hover {
	color: var(--dark-bg-text);
}

button:hover::after,
.btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

button::after,
.btn.btn-primary {
	background: var(--secondary-color);
	color: #fff;
}

.btn.btn-border {
	border: 1px solid var(--primary-color);
}

.btn.btn-border:hover {
	border-color: var(--secondary-color);
	color: var(--dark-bg-text);
}

.btn.btn-border a .elementor-button-text {
	padding: 6px 14px;
	font-size: 14px;
	transition: .3s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.btn.btn-border a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.btn.btn-border:hover a .elementor-button-text {
	color: var(--dark-bg-text);

}

.btn.btn-border::after {
	background-color: var(--secondary-color);
}

.btn.btn-bg-white a .elementor-button-text {
	transition: .3s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.btn.btn-bg-white a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.btn.btn-bg-white {
	background-color: var(--secondary-color);
}

.btn.btn-bg-white:hover a .elementor-button-text {
	color: var(--secondary-color)
}

.btn.btn-bg-white::after {
	background-color: var(--dark-bg-text);
}

.btn-primary::after {
	background: var(--primary-color);
}

button:hover,
.btn.btn-secondary {
	background: var(--primary-color);
	color: #fff;
}

.btn-secondary::after {
	background: var(--secondary-color);
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.wp-block-gallery:not(.has-nested-images) {
	margin: 0 20px 0 0;
}

/* ------------ start blog-list block --------------- */
body #page {
	position: relative;
}

body #page::after {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	bottom: 0;
	content: '';
	left: 0;
	right: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.silde-toggle #page::after,
.hamburger-silde-toggle #page::after,
.filter-toggle #page::after,
.toggle-filter #page::after,
.search-silde-toggle #page::after {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}

.type-post,
.page {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.home.page .page {
	margin: 0;
}

.page.page-template-default {
	margin: 0;
}

.tt-post-wrapper:not(.blog-grid .tt-post-wrapper, .elementor-widget-Blog .tt-post-wrapper.grid-item) {
	float: left;
	width: 100%;
	background-color: transparent;
	overflow: hidden;
}

.single-post .tt-post-wrapper .tt-post-thumbnail {
	margin: 0 0 30px;
	float: left;
	width: 100%;
}

.tt-post-wrapper .tt-post-meta .fa-calendar-alt {
	font-size: 25px;
	padding: 0 10px 0 0;
	height: auto;
}


.post .tt-post-wrapper>.tt-post-thumbnail,
.search .tt-post-wrapper>.tt-post-thumbnail {
	margin: 0;
}

.post .tt-post-wrapper>.tt-post-details,
.search .tt-post-wrapper>.tt-post-details {
	padding: 30px 0 0 0;
}

.post .tt-post-wrapper>.tt-post-details .more-comment-wrap,
.search .tt-post-wrapper>.tt-post-details .more-comment-wrap,
.post .tt-post-wrapper>.tt-post-details .tt-post-meta-wrap,
.search .tt-post-wrapper>.tt-post-details .tt-post-meta-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.post .tt-post-wrapper>.tt-post-details .tt-post-more,
.search .tt-post-wrapper>.tt-post-details .tt-post-more {
	display: flex;
	justify-content: center;
}

.post .tt-post-wrapper>.tt-post-thumbnail.text-center {
	width: 100%;
}

.post .tt-post-wrapper>.tt-post-thumbnail.text-center img {
	float: left;
	width: 100%;
}

.site-main .left,
.site-main .right {
	padding: 0 15px;
}

.site-main .left {
	margin: 0 0 30px;
}

.site-header .site-main-wrap {
	background-color: var(--secondary-color);
	box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
	z-index: 5;
	position: relative;
	float: left;
	width: 100%;
}

h1.title {
	color: var(--secondary-color);
	margin: 0;
}

.site-footer,
.woocommerce-cart.page .site-footer,
.woocommerce-checkout.page .site-footer {
	margin-top: 50px;
}

footer.site-footer {
	margin: 0;
	background: var(--dark-background);
	z-index: 4;
	position: relative;
}

.filter-toggle footer.site-footer {
	z-index: 0;
}

.silde-toggle footer.site-footer,
.hamburger-silde-toggle footer.site-footer,
.hamburger-silde-toggle .page-header.inner-header-opacity {
	z-index: 0;
}

.dark-mode.single-post .post .tt-post-wrapper>.tt-post-details,
.dark-mode.single-post .search .tt-post-wrapper .tt-post-details,
.single-post .type-post .tt-post-details,
.single-post .search .tt-post-wrapper .tt-post-details {
	background: transparent;
	padding: 15px 0;
	text-align: start;
	background-color: transparent;
}

.single-post .type-post .tt-post-details {
	padding: 15px 0;
}

.single-post .type-post .tt-post-details p {
	margin: 0;
}

.tt-post-meta-wrap {
	margin: 0 0 15px;
	border-bottom: 1px solid var(--border-color-01);
	padding: 0 0 15px;
}

.tt-post-meta-wrap div,
.tt-post-meta-wrap div.tt-post-category a {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;

}

.tt-post-meta-wrap div.tt-post-category {
	padding-right: 0;
	margin-right: 0;
}

.tt-post-meta-wrap div a {
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 500;
	text-transform: capitalize;
}

.tt-post-meta-wrap div a:hover {
	color: var(--secondary-color);
}

.tt-post-meta-wrap div::after,
.tt-post-meta-wrap div.tt-post-category a::after {
	position: absolute;
	content: "/";
	left: auto;
	right: -2px;
	top: 0;
	color: var(--primary-color);
}

.tt-post-meta-wrap div.tt-post-category::after {
	display: none;
}

.tt-post-meta-wrap div:last-child::after {
	display: none;
}

.tt-post-meta-wrap div:last-child {
	margin-right: 0;
	padding-right: 0;
}

.single-post .tt-post-meta-wrap {
	margin: 0;
	padding: 0 0 15px;
	border: 0;
}

.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap a {
	color: var(--body-text-color);
	font-size: 13px;
	font-weight: 400;
}

.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a:last-child::before {
	display: none;
}

.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap a::before {
	display: none
}

.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment {
	padding: 6px 15px;
	background: var(--background-color);
	margin-right: 10px;
	margin-bottom: 10px;
}

.tt-post-details .tt-post-title h2 a:hover em,
.tt-post-details .tt-post-title h2 a:active em,
.tt-post-details .tt-post-title h2 a:focus em {
	color: var(--primary-color);
}

.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a:hover,
.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a:focus,
.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-category a:active {
	color: var(--primary-color);
}

.tt-post-details .tt-post-meta-wrap .tt-post-author:hover a,
.tt-post-details .tt-post-meta-wrap .tt-post-author:active a,
.tt-post-details .tt-post-meta-wrap .tt-post-author:focus a,
.tt-post-details .tt-post-meta-wrap .tt-post-comment:active a,
.tt-post-details .tt-post-meta-wrap .tt-post-comment:focus a,
.tt-post-details .tt-post-meta-wrap .tt-post-comment:hover a {
	color: var(--secondary-color);
}

.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:focus,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author:focus,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus {
	background: #e5e5e5;
	cursor: pointer;
	color: var(--secondary-color);
}

.tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-comment a span {
	transition: none;
}

.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:hover a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:focus a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:active a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:hover .fa-user,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:active .fa-user,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:focus .fa-user,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover svg,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active svg,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus svg {
	color: var(--secondary-color);
}

.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:hover a,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-author,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-category a:focus,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:active,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:hover span,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:active span,
.single-post .tt-post-details .tt-post-meta-wrap .tt-post-meta-wrap .tt-post-author:focus span {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}


.more-comment-wrap .tt-post-more a:hover,
.tt-post-details .tt-post-title h2 a:hover {
	color: var(--primary-color);
}

.page-links {
	font-weight: 500;
}

.page-links a:hover {
	color: var(--primary-color);
}

.tt-post-more a {
	padding: 0 0 0 25px;
	font-size: 14px;
	font-weight: 400;
}

.tt-post-more a:hover::before,
.tt-post-more a:focus::before,
.tt-post-more a:active::before {
	background: var(--primary-color);
}

.tt-post-more a::before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	width: 20px;
	height: 1px;
	background: var(--secondary-color);
}

.blog .format-status,
.blog .format-link,
.blog .format-quote,
.blog .format-chat,
.blog .format-aside .tt-post-wrapper,
.blog .format-video .tt-post-wrapper,
.blog .format-audio .tt-post-wrapper,
.blog .format-image .tt-post-wrapper,
.blog .format-gallery .tt-post-wrapper,
.blog .format-standard .tt-post-wrapper,
.search .type-post .tt-post-wrapper,
.archive .tt-post-wrapper,
.search .page .tt-post-wrapper {
	overflow: hidden;
	position: relative;
	background: #f8f7f7;
}

.blog .format-standard.sticky .tt-post-wrapper {
	background: #f1ece8;
	border-left: 4px solid var(--primary-color);
}

.tt-post-details .tt-post-category,
.tt-post-details .tt-post-author {
	margin-bottom: 2px;
}

.tt-post-details .tt-post-author span {
	color: var(--primary-color);
}

.tt-post-details .tt-date-comment .tt-post-author {
	margin: 0;
	padding-left: 22px;
	position: relative;
}

.tt-post-details .tt-date-comment .tt-post-author::after {
	content: '/';
	position: absolute;
	left: 8px;
	right: auto;
	top: 0;
	bottom: 0;
}

.depth-5 .comment-body .comment-wrap .comment-meta a {
	font-size: 12px;
}


/* ----------- End blog-list block  ------------------- */

/* ------------ start widget block --------------- */
.widget {
	display: flex;
	width: 100%;
	padding: 0 0 50px;
	flex-direction: column;
}

.widget select {
	height: 45px;
	padding: 10px;
	width: 100%;
	position: relative;
}

.widget select option::after {
	position: absolute;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.wp-calendar-table tbody #today {
	font-weight: 700;
	background-color: var(--background-color);
	color: var(--secondary-color);
}

#wp-calendar td,
#wp-calendar th {
	padding: 10px 0;
	text-align: center;
}

.widget_calendar .calendar_wrap .wp-calendar-table {
	margin: 0;
}

.widget_calendar .calendar_wrap .wp-calendar-table caption {
	padding: 20px 0 15px;
}

.theiaStickySidebar .widget.widget_block .wp-block-group .wp-block-heading,
.wp-block-search .wp-block-search__label {
	color: var(--secondary-color);
	font-size: 26px;
	font-family: var(--primary-font);
	font-weight: 600;
}

.wp-block-search .wp-block-search__inside-wrapper {
	margin: 0 0 5px;
	position: relative;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}


/* .widget-area .widget {
	margin: 0 0 30px;
	border-bottom: 2px dashed var(--border-color-01);
} */

.widget-area .widget.widget_block.widget_search {
	background-color: var(--light-bg-color);
	padding: 30px;
	border: none;
	border-top: 2px dashed var(--primary-color);
	margin-bottom: 30px;
}

.widget-area .widget.woocommerce.widget_price_filter {
	margin: 0 0 45px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
	margin: 0;
}

.wp-block-latest-comments {
	margin: 0;
}

.widget ul {
	list-style: none;
	margin-bottom: 0;

}

aside .widget ul.wp-block-categories-list {
	height: 275px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-width: auto;
	scrollbar-width: thin;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	-o-scrollbar-width: thin;
	-ms-scrollbar-width: thin;
	padding: 0 10px 0 0;
}


.widget ul li>ul {
	margin-left: 20px;
}

#post_sidebar .widget ul li,
#post_sidebar .widget ol li,
.single-post .tt-post-details ul.wp-block-archives-list li {
	padding: 0 0 15px;
	border-bottom: 1px solid var(--border-color-01);
	margin: 0 0 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#post_sidebar .widget ol li a:hover {
	color: var(--primary-color);
}

.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item {
	justify-content: start;
}

.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item .swatch-anchor {
	margin-right: 8px;
}

.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item img {
	margin-right: 4px;
}

.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a {
	flex-grow: 1;
	display: flex;
}

.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item .count {
	background: var(--background-color);
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-content: center;
}

#post_sidebar #monster-widget-placeholder-8 ul li {
	display: block;
}

#post_sidebar .widget ul li ul {
	width: 100%;
}

#post_sidebar .widget ul li:last-child,
#post_sidebar .widget ol li:last-child,
.single-post .tt-post-details ul.wp-block-archives-list li:last-child {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}

#post_sidebar .widget ul li ul li {
	padding: 15px 0 0;
	border: none;
	margin: 0;
}

#post_sidebar .widget ul li ul li a {
	position: relative;
}

#post_sidebar .widget ul li ul li a::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 12px;
	background: #e5e5e5;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#post_sidebar .widget ul#recentcomments li a::before,
#post_sidebar .widget_rss ul li a.rsswidget::before {
	display: none;
}

.widget ul#recentcomments li a,
.widget_rss ul li a.rsswidget {
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	color: var(--secondary-color);
}

#post_sidebar .widget ul#recentcomments li .comment-author-link a.url {
	font-weight: 400;
}

.widget_rss ul li span.rss-date {
	margin: 10px 0;
	float: left;
	width: 100%;
}

.widget_rss ul li .rssSummary {
	margin: 0 0 10px;
	width: 100%;
}

.widget_search .search-form label {
	width: 100%;
}

.widget_search .search-form {
	position: relative;
}

.widget_search .search .search-close-btn {
	display: none;
}

/* --------------- End widget block  ---------------- */

/* --------------- Start post comment ---------------- */
.comment-list .comment-avtar {
	padding-right: 20px;
}

.comment-list .comment-avtar img {
	border-radius: 50%;
}

.comment-list li.comment {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 30px;
	padding: 0 0 30px;
	float: left;
	width: 100%;
}

.comment-list li.comment:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-list li.comment .children {
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
	padding-bottom: 0;
	margin: 30px 0 0 70px;
}

.comment-list li.comment .comment-body {
	position: relative;
}

.comment-list .comment-wrap .comment-meta-wrap {
	margin: 0 0 12px;
}

.comment-list .comment-wrap .comment-meta-wrap cite {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}

.comment-list .comment-wrap .comment-details p {
	margin-bottom: 15px;
}

.comment-list .comment-wrap .comment-meta .comment-edit-link {
	margin: 0 8px;
}

.comment-list .comment-wrap .comment-meta .reply a {
	color: var(--primary-color);
}

.comment-list .comment-wrap .comment-meta .reply a:hover {
	color: var(--secondary-color);
}

.comment-meta a {
	line-height: 15px;
	font-size: 13px;
}

.comment-meta a svg {
	margin-right: 5px;
	transition: none;
}

.thread-even.depth-1.parent>#respond,
.thread-odd.depth-1.parent>#respond,
.thread-even #respond,
.thread-odd #respond,
.thread-even #comments #respond,
.thread-odd #comments #respond {
	padding: 30px 0;
}

.thread-odd.depth-1>#respond,
.thread-even.depth-1>#respond {
	padding: 0;
}

#comments #respond .comment-reply-title small a {
	position: relative;
	font-size: 0;
	float: right;
	width: auto;
}

#comments #respond .comment-reply-title small a::after {
	position: absolute;
	content: "\f00d";
	font-family: 'Font Awesome 5 Free';
	font-size: 20px;
	line-height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: auto;
	right: 0;
	font-weight: 600;
}

#comments .contact-form .logged-in-as {
	margin: 0;
}

#comments .comment-respond .comment-notes {
	margin: 0 0 20px;
}

.comment-notes #email-notes {
	color: #28282a;
	font-weight: 500;
}

#comments .contact-form .textarea,
#comments .contact-form .comment-form-cookies-consent {
	float: left;
	width: 100%;
}

#comments .contact-form .section-field input,
#comments .contact-form .section-field input[type="text"],
#comments .contact-form .section-field input[type="email"],
#comments .contact-form .section-field input[type="password"],
#comments .contact-form .section-field textarea {
	padding: 15px;
	width: 100%;
}

input:focus-visible,
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="password"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
	border: 1px solid #aaa;
	outline: none;
}

#comments .contact-form .form-submit {
	float: left;
	width: 100%;
	margin: 0;
}

#comments #respond {
	float: left;
	width: 100%;
	padding: 30px;
	background: #eee;
}

#comments .comment-body+#respond {
	margin: 30px 0 0;
	padding: 30px;
	background-color: #eee;
}

#comments .contact-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-right: 10px;
}

#comments .contact-form .comment-form-cookies-consent label,
#comments .contact-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	cursor: pointer;
}

#comments .no-comments {
	background: none;
}

ul.page-breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-header .breadcrumbs #crumbs span.active {
	font: 400 15px/15px var(--primary-font);
}


#crumbs .active {
	position: relative;
	padding-left: 20px;
	margin-left: 15px;
}

#crumbs .active::after {
	position: absolute;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 10px;
	color: #ccc;
	left: 0;
	height: 15px;
}

#comments .comment-list {
	list-style: none;
}

#comments .comment-list,
.comments-area .respond-form {
	float: left;
	width: 100%;
}

/* --------------- End post comment ---------------- */

/* --------------- Start Breadcump --------------------*/
.page-header.inner-header-opacity {
	margin: 0 0 50px;
	background: var(--secondary-color);
	position: relative;
	z-index: 2;
}

.silde-toggle .page-header.inner-header-opacity {
	z-index: 1;
}

.page-header .dayexpress-page-title {
	display: flex;
	justify-content: space-between;
	min-height: 30px;
	padding: 20px 0;
	align-items: center;
}

.page-header .title {
	margin: 0 -12px;
	font-size: 18px;
	font-weight: 400;
	width: auto;
}

.page-header .breadcrumbs #crumbs,
.page-header .breadcrumbs #crumbs a {
	color: var(--dark-bg-text);
}

.page-header .breadcrumbs #crumbs a {
	font-size: 12px;
}

.page-header .breadcrumbs #crumbs a:hover svg {
	color: var(--primary-color);
}

.page-header .dayexpress-page-title.breadcrumb-items-center>h1,
.page-header .dayexpress-page-title.breadcrumb-items-center>div.breadcrumbs {
	width: auto;
}

.page-header .dayexpress-page-title .breadcrumb-title {
	margin: 0 0 20px;
}

.site .header-top ul li span {
	color: var(--dark-bg-text);
	font-size: 13px;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;

}

.site .header-top ul li span svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	color: var(--body-text-color);
	-o-transform: rotateY(180deg);
}

.site .header-top .header-top-center ul li span a {
	margin: 0 0 0 5px;
	border-bottom: 1px solid transparent;
}

.site .header-top .header-top-center ul li span a:hover {
	border-color: #fff;
	color: #fff;
}

.site .header-top ul li.header-top-clear span {
	display: flex;
	align-items: center;
}

.site .header-top ul li.header-top-clear span a,
.site .header-top ul li.header-top-clear span {
	color: #ff5635;
}

.header-top .top-title {
	position: relative;
	margin-right: 5px;
	z-index: 1;
	overflow: hidden;
}

.header-top .top-title::before,
.header-top .top-title::after {
	content: '';
	position: absolute;
	left: -7px;
	right: 7px;
	background: var(--primary-color);
	z-index: -1;
}

.header-top .top-title::before {
	top: 49.5%;
	bottom: 0;
	transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
}

.header-top .top-title::after {
	bottom: 49.5%;
	top: 0;
	transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
}

.header-top .top-title h2 {
	font-size: 13px;
	font-weight: 400;
	padding: 13px 20px;
	line-height: normal;
	width: 100%;
	animation: text-zoom 2s forwards infinite linear;
	-webkit-animation: text-zoom 2s forwards infinite linear;
}

@keyframes text-zoom {
	0% {
		scale: 1;
	}

	10% {
		scale: 1.1;
	}

	20% {
		scale: 1;

	}

	100% {
		scale: 1;

	}
}

.header-top .top-title h2::after {
	content: "";
	display: block;
	width: 15px;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0px;
	transform: rotate(30deg);
	z-index: 1;
	animation: flashing 2s forwards infinite linear;
	-webkit-animation: flashing 2s forwards infinite linear;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}

@keyframes flashing {
	0% {
		left: 0;
	}

	10% {
		left: 110%;
	}

	100% {
		left: 110%;
	}
}


/* --------------- End Breadcump --------------------*/

/* --------------- Start Pagination block ---------------*/
.pagination {
	float: left;
	width: 100%;
	border-top: 1px solid var(--border-color-01);
	border-bottom: 1px solid var(--border-color-01);
	padding: 15px 0;
	margin-bottom: 0;
}

.pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

.pagination .page-numbers li {
	border: none;
	margin: 3px;
	display: inline-block;
}

.pagination .page-numbers li .current,
.pagination .page-numbers li>a:hover,
.pagination .page-numbers li>a:active,
.pagination .page-numbers li>a:focus {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--dark-bg-text);
}

.pagination .page-numbers li>a span {
	transition: none;
	text-transform: capitalize;
}

.pagination .page-numbers li>a,
.pagination .page-numbers li>span {
	border: 1px solid var(--border-color-01);
	padding: 0 10px;
	font-size: 14px;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--secondary-color);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.pagination .page-numbers li>a.prev,
.pagination .page-numbers li>a.next {
	position: relative;
}

.pagination .page-numbers li>a.prev::after,
.pagination .page-numbers li>a.next::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 38px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.pagination .page-numbers li>a.next::after {
	content: "\f101";
}

.pagination .page-numbers li>a.prev::after {
	content: "\f100";
}

/* --------------- End Pagination block ---------------*/

/* -------------- Start footer block --------------*/

.widget-wrap,
.site-info,
#footer-top,
.site-footer {
	float: left;
	width: 100%;
}

footer.footer-default .site-info .copyright {
	border-top: 1px solid rgb(255 255 255 / 10%);
}

footer .site-info .copyright a {
	display: flex;
	align-items: center;
	color: var(--dark-content);
	padding: 0;
	text-align: center;
}

footer .site-info .copyright {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

footer .site-info .copyright .copyright-left {
	color: var(--dark-content);
}

footer .widget {
	padding: 0;
	margin: 0;
}

footer .widget.widget_dayexpresswidget_contact_info {
	background-color: #2d2d2d;
	padding: 20px;
	width: 75%;
}

footer .widget_dayexpresswidget_contact_info ul li a,
footer .widget_dayexpresswidget_contact_info ul li {
	display: flex;
}

footer .widget_dayexpresswidget_contact_info ul li span:last-child {
	float: left;
	width: 100%;
}

footer .widget_dayexpresswidget_contact_info ul li svg {
	margin: 3px 10px 0 0;
}

footer .widget.widget_dayexpresswidget_contact_info .widget-title {
	display: none;
}

footer .widget.widget_dayexpresswidget_contact_info li:last-child {
	margin: 0;
}



footer .widget.widget_dayexpresswidget_contact_info li a:hover svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	color: var(--primary-color);
}

footer .widget .description {
	margin: 0 0 30px;
	width: 75%;
}

footer .footer-01 .widget .widget-title {
	margin-bottom: 18px;
}

footer .widget .widget-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
	color: var(--dark-bg-text);
	font-family: var(--primary-font);
}

footer .main-footer {
	padding: 90px 0 60px;
}

footer .main-footer .footer-01 {
	padding-right: 50px;
}

footer .main-footer .footer-03,
footer .main-footer .footer-02 {
	padding-left: 100px;
}

footer .main-footer,
footer .main-footer a {
	color: var(--dark-content);
	font-size: 14px;
	font-weight: 400;
}

footer .widget_dayexpress_widget_contact_info ul li {
	display: flex;
	align-items: center;
}

footer .widget.widget_nav_menu div>ul {
	display: flex;
	flex-wrap: wrap;
}

footer .widget ul li {
	margin-bottom: 18px;
	width: 50%;
}

footer .widget ul li ul {
	margin-top: 10px;
}

footer .widget_dayexpress_widget_contact_info ul li svg {
	margin-right: 15px;
	transition: none;
}

footer .widget_block label {
	width: 100%;
}

footer .widget_block .input-form {
	position: relative;
}

footer .widget_block input[type="submit"] {
	position: absolute;
	top: auto;
	bottom: 5px;
	right: 0;
	left: auto;
	padding: 15px 30px;
	font-size: 14px;
}

footer .widget_block input[type="submit"]::after {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	font-weight: 600;
	font-size: 10px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

footer .mc4wp-form-fields .newsletter-form {
	float: left;
	width: 100%;
	position: relative;
}

.newsletter-form input[type="email"] {
	text-align: center;
}

.newsletter-form button {
	width: 100%;
	background-color: var(--primary-color);
	color: var(--dark-bg-text);
	padding: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.newsletter-form button::after {
	background-color: var(--secondary-color);
}

.newsletter-form {
	row-gap: 15px;
	display: flex;
	flex-direction: column;
}

footer.footer-style-1 .widget-wrap .mc4wp-form-fields .news-title,
footer.footer-style-1 .widget-wrap .mc4wp-form-fields .news-form,
footer .mc4wp-form-fields,
footer .footer-newsletter,
.widget-wrap .widget_block .footer-newsletter .news-title,
.widget-wrap .widget_block .footer-newsletter .news-form {
	float: left;
	width: 100%;
	padding: 0;
}

footer.footer-style-1 #footer-top .footer-newsletter {
	display: flex;
	padding: 5% 10%;
	align-items: center;
}


footer .mc4wp-form-fields p label {
	font-size: 18px;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	font-weight: 500;
}

footer .mc4wp-form-fields p label input[type="email"] {
	font-size: 14px;
}

footer.footer-style-1 .footer-top {
	background: #f1ece8;
}

.footer-style-1 .footer-top .footer-newsletter .newsletter-content {
	width: 80%;
	float: left;
}

footer .footer-top .footer-newsletter .newsletter-content {
	color: #777;
	font-size: 14px;
	line-height: 23px;
}

.footer-style-1 .footer-top .footer-newsletter .news-title {
	position: relative;
	padding: 0 0 0 75px;
}

.footer-style-1 .footer-top .footer-newsletter .widget-title {
	font-size: 32px;
}

.footer-style-1 .footer-top .footer-newsletter .widget-title {
	margin: 0 0 15px;
}

.footer-style-1 .footer-top .footer-newsletter .news-title::before {
	content: '\f2b6';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 500;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 25px;
	color: #fff;
	background: #ec7a5c;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-style-1 .footer-top .footer-newsletter .news-form .newsletter-form input[type="email"] {
	background: none;
	width: 100%;
	border: none;
	font-size: 13px;
	height: 50px;
	padding: 5px 150px 5px 10px;
}

footer .newsletter-form button:hover {
	background-color: var(--secondary-color);
}

footer .newsletter-form button::after {
	background-color: #000;
}

.footer-style-1 .footer-top .footer-newsletter .news-form .newsletter-form {
	border-bottom: 1px solid #777;
	float: right;
	width: 90%;
}


.footer-style-1 .footer-top .footer-newsletter .news-form .newsletter-form input[type="submit"] {
	position: absolute;
	right: 0;
	left: auto;
	top: auto;
	bottom: 5px;
	padding: 18px 38px;
	font-size: 14px;
}

/* social icon css */
ul.social-media {
	display: flex;
	list-style: none;
	margin: 0;
}

.widget .wp-block-gallery.has-nested-images {
	flex-wrap: nowrap;
}

.Social-box {
	border-top: 2px dashed var(--primary-color);
	background-color: var(--light-bg-color);
	padding: 50px;
}

.Social-box h2 {
	font-size: 26px;
}

.Social-box ul.social-media li svg {
	color: var(--body-text-color);
}

.wp-block-group.newsletter-box {
	padding: 30px;
	background-color: var(--light-bg-color);
}

ul.social-media li svg {
	font-size: 16px;
	transition: none;
	color: var(--dark-content);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

/* ---------------- End Footer block ---------------*/

/* --------------- Start Post Detail block -------------- */
.single-post .tt-post-details a:not(.single-post #comments a):not(.wp-block-button a.wp-block-button__link):not(.wp-block-cover-text a):not(.wp-block-file .wp-block-file__button):not(.wp-block-archives-list a):not(.wp-calendar-nav .wp-calendar-nav-prev a):not(.wp-block-latest-comments__comment-meta a):not(.wp-block-latest-posts__list a):not(.wp-block-tag-cloud a):not(.wp-block-rss a):not(.page-links a):not(table tbody tr th a):not(blockquote cite a) {
	color: var(--primary-color);
}

.page #comments a,
.page-links a.post-page-numbers {
	color: var(--secondary-color);
}

.page #comments a:hover,
.page-links a.post-page-numbers:hover {
	color: var(--primary-color);
}

.single-post .tt-post-details a:hover:not(.single-post #comments a:hover):not(.wp-block-button a.wp-block-button__link:hover):not(.wp-block-cover-text a:hover):not(.wp-block-file .wp-block-file__button:hover):not(.wp-block-archives-list a:hover):not(.wp-calendar-nav .wp-calendar-nav-prev a:hover):not(.wp-block-latest-comments__comment-meta a:hover):not(.wp-block-latest-posts__list a:hover):not(.wp-block-tag-cloud a:hover):not(.wp-block-rss a:hover):not(.page-links a:hover):not(table tbody tr th a:hover):not(blockquote cite a:hover) {
	color: var(--secondary-color);
}

blockquote cite {
	position: relative;
	padding-left: 25px;
}

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

blockquote cite::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 15px;
	background: #666;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-code code {
	background: none;
}

.single-post ul li,
dl dt {
	padding-bottom: 5px;
}

.single-post .tt-post-details .tt-post-content ul li.blocks-gallery-item {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.single-post ul li ul li {
	padding-top: 5px;
}

.tt-post-content ol li,
.comment-wrap .comment-details ol li,
.comment-wrap .comment-details ul li,
dl dt {
	padding: 0 0 5px;
}

.tt-post-content ol li:last-child,
.comment-wrap .comment-details ol li:last-child,
.comment-wrap .comment-details ul li:last-child,
dl dt:last-child {
	padding: 0;
}

.tt-post-content ol li ol li,
.comment-wrap .comment-details ul li ul li,
.comment-wrap .comment-details ol li ol li {
	margin: 5px 0 0;
}

.tt-post-content ol li ol li:last-child,
.comment-wrap .comment-details ul li ul li:last-child,
.comment-wrap .comment-details ol li ol li:last-child {
	padding: 0;
}

.tt-post-content ol li ul li ol li {
	padding: 0;
}

.comment-wrap .comment-details ul,
.comment-wrap .comment-details ol {
	margin-bottom: 20px;
}

.comment-wrap .comment-details ul ul,
.comment-wrap .comment-details ol ol {
	margin-bottom: 0
}

.single-post .tag-sticky-2 .tt-post-details .tt-post-content ul li:last-child,
.single-post .tt-post-details .tt-post-content {
	margin: 0;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image>figcaption {
	font-size: 15px;
	margin: 20px 0 0;
}

.wp-block-image .aligncenter>figcaption a,
.wp-block-image .alignleft>figcaption a,
.wp-block-image .alignright>figcaption a {
	font-weight: 500;
	color: var(--secondary-color);
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignright {
	float: right;
	padding: 0 0 0 20px;
	clear: both;
}

.wp-caption .wp-caption-text {
	margin: 20px 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-block-image .aligncenter>figcaption a:hover,
.wp-block-image .alignleft>figcaption a:active,
.wp-block-image .alignright>figcaption a:focus {
	color: var(--primary-color);
}

.wp-block-button .wp-block-button__link:hover {
	background: var(--primary-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: none;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
}

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

.tt-post-details .tt-post-content .wp-block-cover .wp-block-cover-text {
	color: var(--dark-bg-text);
	font-size: 30px;
	margin: 0;
}

.tt-post-details .tt-post-content .wp-block-cover {
	margin-bottom: 20px;
}

.tt-post-details .tt-post-content .wp-block-cover:last-child {
	margin-bottom: 0;
}

.tag-embeds-2 .wp-block-gallery {
	margin-bottom: 20px;
}

.single-post .tt-post-details .tt-post-content ul.blocks-gallery-grid {
	margin: 0 0 10px;
}

.single-post .tt-post-details .tt-post-content .is-cropped ul.blocks-gallery-grid {
	margin: 0;
}

.single-post .tt-post-details .tt-post-content .wp-block-gallery.columns-3 {
	margin-bottom: 20px;
}

.single-post .tt-post-details .tt-post-content .wp-block-gallery .blocks-gallery-caption em {
	font-weight: 500;
}

.single-post .tt-post-details .tt-post-content .wp-block-gallery .blocks-gallery-caption {
	text-align: center;
}

.tt-post-content ol,
.single-post .tt-post-details .tt-post-content ul,
.comment-wrap .comment-details ul,
.comment-wrap .comment-details ol {
	margin-left: 25px;
}

.wp-block-video figcaption {
	margin-top: 20px;
}

.single-post .tt-post-details ul.wp-block-archives-list {
	list-style: none;
	margin-left: 0;
}

.tt-post-content .wp-block-columns .wp-block-column .wp-block-quote {
	background: var(--background-color);
	padding: 20px;
}

.single-post .tt-post-details .tt-post-content .wp-block-pullquote blockquote {
	background: none;
}

.wp-block-pullquote blockquote {
	background: var(--background-color) !important;
}

.wp-block-pullquote blockquote.has-very-dark-gray-color {
	border: none;
}

.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote p {
	margin: 0 0 20px;
}

.wp-block-embed figcaption {
	text-align: center;
}

.gallery .gallery-item {
	margin: 0;
	text-align: left;
	float: left;
	padding: 5px;
}

.gallery .gallery-item .gallery-caption {
	margin-top: 20px;
	text-align: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}

.gallery {
	display: inline-block;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1%;
}

.single-post .tt-post-details .tt-post-content ul.wp-block-archives-list li a:hover::before {
	background: var(--primary-color);
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
	background: var(--background-color);
	width: 100%;
	height: 50px;
	border: none;
	padding: 10px 20px;
}

.single-post .tt-post-details .tt-post-content blockquote.twitter-tweet {
	border-left: 4px solid var(--primary-color);
}

.single-post .tt-post-details .tt-post-content ul.wp-block-latest-posts {
	margin-left: 0;
}

.wp-block-calendar table {
	caption-side: top;
}

.wp-block-calendar table#wp-calendar caption {
	padding: 10px 20px;
	font-weight: 500;
	border: 1px solid #ededed;
}

.tt-post-details .wp-block-calendar nav.wp-calendar-nav {
	margin-bottom: 20px;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: 5px;
}

.tt-post-content ol.wp-block-latest-comments {
	margin-bottom: 20px;
}

.single-post .tt-post-details .tt-post-content ul.wp-block-latest-posts li .wp-block-latest-posts__post-date {
	font-size: 13px;
}

.single-post .tt-post-details .tt-post-content .wp-block-group.has-background {
	padding: 20px;
	margin-bottom: 20px;
}

.wp-block-media-text.has-media-on-the-right {
	margin-bottom: 20px;
}

.page-links .post-page-numbers.current,
.page-links a.post-page-numbers:hover,
.page-links a.post-page-numbers:focus,
.page-links a.post-page-numbers:active {
	background: var(--primary-color);
	color: var(--dark-bg-text);
}

.page-links .post-page-numbers.current {
	padding: 6px 12px;
}

.page-links a.post-page-numbers {
	padding: 6px 12px;
	border: 1px solid var(--border-color-01);
}

.home .page-links a.post-page-numbers {
	border: none;
}

.page-links .post-page-numbers {
	margin: 0 3px;
}

.wp-block-image .alignleft {
	margin-right: 20px;
}

.wp-block-image .alignright {
	margin-left: 20px;
	float: right;
}

.wp-block-media-text.alignwide {
	margin-bottom: 20px;
}

.wp-block-preformatted {
	margin: 20px 0;
}

.wp-block-table td,
.wp-block-table th {
	text-align: left;
}

.tt-post-content label input[type="password"] {
	height: 45px;
	margin-top: 10px;
	width: 100%;
	padding: 10px;
}

.post-password-form input[type="submit"] {
	float: none;
	display: inline-block;
	vertical-align: bottom;
}

ol.comment-list li.trackback,
ol.comment-list li.pingback {
	padding-left: 5px;
	margin-bottom: 20px;
}

.wp-block-archives-dropdown {
	float: left;
	width: 100%;
}

.wp-block-archives-dropdown label {
	margin: 0 0 10px;
}

.select-wrap {
	margin: 0 0 20px;
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.select-wrap::after {
	position: absolute;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	right: 20px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	display: flex;
	align-items: center;
}

.select-wrap .fa-angle-down {
	position: absolute;
	right: 20px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 50%;
	margin: auto;
}

/* --------------- End Post Detail block -------------- */

/* --------------- Start header style -------------- */

header.site-header {
	min-height: 92px;
}

header.site-header.sticky .header-spacing {
	background-color: var(--dark-bg-text);
}

.site-header #site-navigation ul.nav-menu>li.menu-item {
	padding: 0;
	cursor: pointer;
}

/* .site-header.sticky #site-navigation ul.nav-menu>li.menu-item {
	padding: 15px 0;
} */

.site-header ul li>a::after {
	background-color: var(--primary-color);
}

.site-header #site-navigation ul.nav-menu li.menu-item:hover>ul.sub-menu {
	background-color: var(--dark-bg-text);
}

.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu a::after {
	display: none;
}

.site-header .search-results ul li>a::after {
	display: none;
}

.site-header ul li:hover>a::after,
.site-header .navbar-hamburger ul.hamburger-nav li.show>a::after {
	width: 100%;
}

.site-header .navbar-hamburger ul.hamburger-nav li.show>a {
	color: var(--primary-color);
}

.site-header #site-navigation ul.nav-menu li.menu-item a {
	text-transform: capitalize;
	font-size: 16px;
	font-family: var(--primary-font);
	position: relative;
	padding: 5px 24px;
	font-weight: 500;
}

.header_style.site-header #site-navigation ul.nav-menu li.menu-item:hover a {
	color: var(--primary-color);
}

.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children ul li>a::before {
	top: 5px;
}

.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children:hover>a::before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	color: var(--primary-color);
}

.site-header #site-navigation ul.sub-menu li.menu-item.menu-item-has-children:hover>a::before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 6px;
}

.site-header #site-navigation ul.nav-menu li.menu-item:hover a,
.site-header #site-navigation ul.nav-menu li.menu-item:focus a,
.site-header #site-navigation ul.nav-menu li.menu-item:active a {
	color: var(--secondary-color);
}

.site-header #site-navigation ul li ul li {
	padding: 6px 28px;
	text-align: left;
}

.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item a {
	padding: 0;
	font-weight: 400;
	width: 100%;
	font-size: 15px;
	color: var(--body-text-color);
}

.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item>ul {
	left: 100%;
}

.site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item:hover>a {
	color: var(--primary-color);
}

.site-header #site-navigation .menu-all-pages-flat-container ul.navbar-nav {
	flex-flow: row wrap;
	padding: 15px 0;
}

.site-header #site-navigation .menu-all-pages-flat-container ul.navbar-nav li.menu-item {
	padding: 10px 0;
}

#site-navigation .navbar-toggler {
	color: #28282a;
	border: none;
	font-size: 23px;
	padding: 0;
	box-shadow: none;
}

.mini-cart svg:hover,
.head-hamburger-menu:hover svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	color: var(--primary-color);
}


.search-icon .top-search .search-fix .search .search-close-btn:hover {
	color: var(--secondary-color);
	background-color: var(--background-color);
}


.navbar-hamburger span.hamburger-close::after {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.search-icon .top-search.show .search-fix {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	opacity: 1;
}

.search-icon .top-search .search-fix .search .search-close-btn {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 25%;
	bottom: auto;
	right: 6%;
	left: auto;
}

.search-icon .top-search .search-fix .search .search-close-btn svg {
	font-size: 20px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.search-icon .top-search .search-form {
	position: relative;
}

.search-icon .top-search .search-form input[type="submit"] {
	background: none;
	color: #28282a;
	font-size: 0;
	position: absolute;
}

.search-icon .top-search .search-form input[type="submit"]::after {
	position: absolute;
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 16px;
}

.search-icon .top-search .search-form input {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	font-family: var(--primary-font);
	padding-right: 60px;
	background-color: transparent;
}

.search-icon .top-search .search-form button[type=submit] {
	position: absolute;
	right: 20px;
	left: auto;
	top: auto;
	bottom: 12px;
	background: none;
}

.search-icon .top-search .search-form button[type=submit] .fa-search {
	font-size: 16px;
}

.search-icon .top-search .search-form button[type=submit]:hover .fa-search,
.search-icon .top-search .search-fix .search .search-close-btn:hover .fa-times {
	color: var(--secondary-color);
}

.right-header .menu .navbar-woocommerce ul {
	list-style: none;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.search-wrap .search-text {
	margin: 0 0 0 5px;
}

.site-header .site-wrap .site-branding .logo,
.site-header .site-wrap .site-branding p {
	margin: 0;
}

.site-header .site-wrap .site-branding {
	flex-direction: column;
	padding: 23px 0;
}

header .account a,
.search-icon .search-wrap {
	color: var(--secondary-color);
}

header .account a svg {
	color: var(--secondary-color);
}

header .account a:hover svg {
	color: var(--primary-color);
}

/* max mega menu css */


body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a {
	overflow: hidden;
	position: relative;
}

body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a::before,
body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 2;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}


body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a:hover::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .2);
}

body #site-navigation #mega-menu-wrap-header-menu ul li.widget_media_image a:hover::after {
	top: 50%;
	bottom: 50%;
	height: 0;
	background: rgba(255, 255, 255, .2);
}

#site-navigation #mega-menu-wrap-header-menu {
	background: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	font-family: var(--primary-font);
	font-weight: 500 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	color: var(--primary-color);
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	font-family: var(--secondary-font);
	font-weight: 500 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link .mega-indicator::after {
	font-size: 12px;
}

body #site-navigation #mega-menu-wrap-header-menu ul li a {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

body #site-navigation #mega-menu-wrap-header-menu ul li a:hover {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

body #site-navigation #mega-menu-wrap-header-menu ul li a::after {
	display: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.mega-menu-category-content>ul.mega-sub-menu>li.mega-menu-item {
	padding-bottom: 0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-menu-shop-content>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-menu-shop-content>ul.mega-sub-menu>li.mega-menu-item>.mega-sub-menu li {
	margin: 0 0 5px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-menu-shop-content>ul.mega-sub-menu>li.mega-menu-item>.mega-sub-menu li:last-child {
	margin: 0;
}


/*---header-style---*/
.header_style.site-header #site-navigation ul.nav-menu li.menu-item a {
	font-size: 16px;
}

.header_style.site-header {
	min-height: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header_style.site-header .container-fluid {
	padding: 0;
}

.header_style.site-header .container {
	padding: 0;
}

.header_style.site-header .site-wrap {
	padding: 0 30px;
	float: left;
	width: 100%;
}

.header_style.site-header #site-navigation ul.nav-menu li.menu-item a {
	padding: 38px 18px;
}

.header_style.site-header.sticky #site-navigation ul.nav-menu li.menu-item a {
	padding: 23px 18px;
}

.header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a {
	padding-right: 40px;
}

.header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before {
	right: 20px;
}

.header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children>a::before {
	right: 0;
	top: 0;
	color: var(--body-text-color);
}

.main-navigation #mega-menu-wrap-header-menu ul ul a {
	width: 100%;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	font-weight: 500 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
	position: relative;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
body #site-navigation #mega-menu-wrap-header-menu ul li a:hover {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-menu-link+ul.mega-sub-menu {
	box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}

.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu ul li ul li .mega-menu-link+ul.mega-sub-menu {
	box-shadow: none;
}

/* #mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-description {
	position: absolute;
	top: 5px;
	right: 0;
	left: auto;
	bottom: auto;
	background: #111;
	color: #fff;
	height: 20px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-style: inherit;
} */

/*---header-style-1---*/
.header-style-1.site-header .main-navigation ul.navbar-nav {
	display: flex;
}

.search-icon .search-wrap .search-text {
	font-size: 13px;
}

.search-icon .search-wrap svg {
	font-size: 15px;
}

.header_style .search-icon .search-wrap>svg {
	font-size: 12px;
	color: var(--secondary-color);
}

.site .header-top ul li span:hover svg,
.header-top .list-inline-item a:hover svg {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}

.header-top ul li {
	padding: 0;
}

.header-top ul li.header-social-media ul {
	gap: 30px;
}

.header-top .list-inline-item a:hover svg {
	color: var(--primary-color);
}

.right-header .account a svg {
	color: var(--secondary-color);
}

header .account a:hover svg,
.search-icon .search-wrap:hover svg,
.right-header .mini-cart:hover .dropdown-back svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	color: var(--primary-color);
}

.right-header .mini-cart {
	margin-right: 22px;
	cursor: pointer;
}

/* ------------- End header style ------------------ */

/* -------- start back to top ------------- */
.section-back-to-top {
	background: var(--secondary-color);
	color: #fff;
	padding: 0;
	position: fixed;
	top: auto;
	bottom: 25px;
	right: 25px;
	left: auto;
	opacity: 0;
	visibility: hidden;
	margin-bottom: -20px;
	border: 2px solid #fff;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-back-to-top:hover {
	background: var(--primary-color);
	color: #fff;
}

.section-back-to-top.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	margin-bottom: 0;
	z-index: 1;
}

.section-back-to-top.back-to-top-img,
.section-back-to-top.back-to-top-img:hover {
	background: none;
	border: none;
}

/* -------- end back to top ------------- */

/* ------------------- Start inner pages ------------------------ */
#page #post_content .search-close-btn,
#page .site-main .search-close-btn {
	display: none;
}

.no-results .tt-page-content .search-form {
	position: relative;
}

.no-results .tt-page-content .search-form label {
	display: block;
}

.no-results .tt-page-content>p {
	background: var(--background-color);
	padding: 10px 20px;
	margin: 0 0 30px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::after {
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 14px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	background: none;
	width: 100%;
	height: 100%;
	position: static;
}

.search-form input[type="search"],
.widget.widget_search input[type="search"],
.wp-block-search input[type="search"] {
	width: 100%;
	border: none;
	border: 1px solid var(--border-color-01);
	height: 50px;
	line-height: 50px;
	background: var(--dark-bg-text);
	color: var(--body-text-color);
	padding: 0 50px 0 20px;
}


.tagcloud a {
	padding: 8px 15px;
	background: var(--background-color);
	margin: 0 2px 6px 0;
	font-size: 15px !important;
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:active,
.tagcloud a:focus {
	background: var(--secondary-color);
	color: var(--dark-bg-text);
}

.post-excerpt ol,
.post-excerpt ul {
	padding-left: 20px;
}

.post-excerpt ol li {
	padding: 2px 0;
}

#review_form_wrapper {
	background: var(--background-color);
	padding: 40px;
	margin: 0 0 40px;
}

#review_form_wrapper .form-submit {
	margin: 0;
}

/* ------------------- End inner pages ------------------------ */

/* ------------------- Start loader block ------------------------*/
.site-loader {
	right: 0px;
	z-index: 999999;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	background: #ffffff;
	overflow: hidden !important;
	background-repeat: no-repeat;
	background-position: center;
}

#loader-center {
	position: relative;
	width: 100%;
	height: 100%;
}

#loader-center img {
	text-align: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 50%;
	z-index: 99;
	margin: auto;
}

/* ------------------- End loader block ------------------------*/

/* ------------------ Start hamburger menu ------------------------*/

.head-hamburger-menu svg {
	color: var(--secondary-color);
	font-size: 16px;
}


.head-hamburger-menu {
	padding: 2px;
}

.navbar-hamburger {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
}

.navbar-hamburger .navbar-hamburger-main {
	float: left;
	position: absolute;
	height: 100%;
	width: 400px;
	background: var(--dark-bg-text);
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	padding: 6% 30px 30px;
	overflow: auto;
	scrollbar-width: thin;
	display: flex;
	flex-direction: column;
}

.navbar-hamburger .navbar-hamburger-main::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.navbar-hamburger .navbar-hamburger-main::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}

.navbar-hamburger .navbar-hamburger-main::-webkit-scrollbar {
	height: 2px;
}

.navbar-hamburger .navbar-hamburger-main .navbar-hamburger-content,
.navbar-hamburger .navbar-hamburger-main .navbar-hamburger-container {
	float: left;
	width: 100%;
}

.navbar-hamburger .navbar-hamburger-main .navbar-hamburger-container {
	margin: 0 0 50px;
}

.navbar-hamburger span.hamburger-close {
	position: absolute;
	right: 20px;
	left: auto;
}

.navbar-hamburger ul {
	list-style: none;
	float: left;
	width: 100%;
}

.navbar-hamburger ul li ul {
	margin: 15px 0 0;
	display: none;
	padding: 0 0 0 10px;
}

.navbar-hamburger ul.hamburger-nav li a {
	font-family: var(--primary-font);
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	padding: 0 0 5px;
	color: var(--secondary-color);
	font-size: 18px;
}

.navbar-hamburger ul.hamburger-nav li:hover>a {
	color: var(--primary-color);
}

.navbar-hamburger ul.hamburger-nav li ul li a {
	font-weight: 400;
	font-size: 15px;
}

.navbar-hamburger ul.hamburger-nav li span {
	position: absolute;
	right: 0;
	left: auto;
	top: 8px;
	bottom: auto;
	margin: auto;
	cursor: pointer;
}

.navbar-hamburger ul.hamburger-nav li span::before {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 10px;
	background: transparent;
	padding: 10px;
}

.navbar-hamburger ul.hamburger-nav li.show>span::before,
.navbar-hamburger ul.hamburger-nav li:hover span::before {
	background: var(--background-color);
}

.navbar-hamburger ul.hamburger-nav li.show>span::before {
	content: '\f077';
}

.navbar-hamburger ul.hamburger-nav li {
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}

.navbar-hamburger ul.hamburger-nav li ul li:last-child {
	padding-bottom: 0;
}

.navbar-hamburger ul.hamburger-nav li ul li {
	padding: 5px 0;
}

.navbar-hamburger #mega-menu-wrap-hamburger-menu {
	float: left;
	position: absolute;
	height: 100%;
	width: 400px;
	background: #fff;
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	padding: 5% 30px 0;
	scrollbar-width: thin;
}

/* ------------------ End hamburger menu ------------------------*/

/* ---------------- Start top header -------------------- */
.header-top {
	background: var(--dark-background);
	min-height: 42px;
	padding: 0 30px;
	align-items: center;
	overflow: hidden;
}

.header-top li .date-time {
	margin: 0;
	color: var(--dark-bg-text);
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 300;
}

.header-top .row>div {
	padding: 0;
}

.header-top .header-top-center {
	text-align: center;
}

.header-top .header-top-center .header-social-media ul {
	gap: 20px;
}

.header-top .header-top-center .header-social-media ul a {
	font-size: 15px;
}

.header-top .header-top-right {
	text-align: right;
}

.header-top a {
	color: var(--dark-bg-text);
	font-size: 13px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.header-top a:visited {
	color: var(--dark-bg-text);
}

.header-top a:hover {
	color: var(--primary-color);
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.header-top .list-inline-item a svg,
.header-top .list-inline-item span svg {
	margin-right: 5px;
	color: var(--dark-bg-text);
}

.header-top .list-inline-item a {
	display: flex;
	align-items: center;
}

.header-top .top-button a {
	color: #ff5635;
	position: relative;
	padding-left: 18px;
}

.header-top .top-button a::before {
	position: absolute;
	content: '\f541';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #ff5635;
	left: 0px;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
}

.header-top .top-button a:hover,
.header-top .top-button a:hover::before {
	color: #fff;
}

.header-top ul {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.header-swiper {
	width: 50%;
}

.nav-slide {
	position: relative;
}

.header-top-swiper {
	color: var(--dark-bg-text);
}

.header-top .header-top-center ul {
	justify-content: center;
}

.header-top .header-top-right ul {
	justify-content: end;
}

/*  ---------------- End top header -------------------- */


/* --------------- Start blog block --------------- */
.blog-style .tt-post-details .tt-post-title a {
	font-weight: 500;
}

.blog-style .tt-post-details .tt-post-content {
	font-size: 14px;
	margin: 0 0 12px;
	letter-spacing: 1px;
	font-style: italic;
}

.blog-style .tt-post-details .tt-post-title h6 {
	margin: 0 0 12px;
	font-size: 20px;
}

.blog-style .tt-post-thumbnail .tt-post-meta {
	top: auto;
	bottom: 10px;
	right: 10px;
	left: auto;
	font-size: 12px;
	font-weight: 500;
	background: #fff;
	padding: 8px 15px;
	width: auto;
	box-shadow: 1px 0 10px rgb(0 0 0 / 10%);
}

.blog-style .tt-post-wrapper .tt-post-details {
	margin-top: 18px;
}

#page .blog-style a {
	color: var(--secondary-color);
}

#page .blog-style a:hover {
	color: var(--primary-color);
}

.blog-style .tt-post-more a {
	font-size: 13px;
}

.blog-style .tt-post-thumbnail a {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.blog-style .tt-post-wrapper div {
	float: left;
	width: 100%;
}

.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon,
.blog-style .tt-post-wrapper:hover .tt-post-thumbnail a::before {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	cursor: pointer;
}

.blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.blog-style .tt-post-thumbnail .zoom-icon:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.blog-style .tt-post-thumbnail a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
}

.blog-style .tt-post-thumbnail a img {
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
}

/* blog style 2 */
.blog-style.blog-style-2 .tt-post-wrapper .tt-post-details {
	background: #fff;
	padding: 20px;
	position: relative;
	margin: -18% 0 0;
	width: 80%;
	float: right;
}

/* blog style 3 */
.blog-style.blog-style-3 .tt-post-wrapper .tt-post-details {
	text-align: center;
	padding: 0 20px;
}

.blog-style .tt-post-details .tt-post-meta {
	font-size: 13px;
	margin: 0 0 15px;
}

/* ---------------end blog block --------------- */

/* -------------- end myaccount block ------------------- */

.woocommerce-account .woocommerce #customer_login .u-column {
	float: left;
}

.woocommerce-account .woocommerce #customer_login .u-column1 {
	padding: 0 40px 0 0;
	border-right: 1px solid var(--border-color-01);
}

.woocommerce-account .woocommerce #customer_login .u-column2 {
	padding: 0 0 0 40px;
}

.woocommerce-account .woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row input {
	padding: 10px 15px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-info a {
	background: transparent;
	color: var(--dark-bg-text);
	padding: 0 0 0 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	float: left;
	padding: 0 40px 0 0;
	width: 15%;
	border-right: 1px solid var(--border-color-01);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	float: left;
	padding: 10px 0 0 40px;
	width: 75%;
}

.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	float: left;
	width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a::after {
	position: absolute;
	content: '';
	left: 0;
	right: auto;
	top: auto;
	bottom: 0;
	margin: auto;
	height: 2px;
	background: var(--secondary-color);
	width: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
	width: 100%;
	background-color: var(--primary-color);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li {
	margin: 15px 0;
}

.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul {
	margin: 0;
}

.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a {
	font-family: var(--primary-font);
	font-weight: 500;
	font-size: 20px;
}

.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 strong {
	color: var(--primary-color);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
	margin: 0 0 40px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 span {
	font-size: 18px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 span a {
	color: var(--secondary-color);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-content {
	float: left;
	width: 100%;
}

.account,
.right-header .mini-cart {
	display: none;
}

.woo-option .account,
.woo-option .mini-cart {
	display: block;
}

.woocommerce-account .woocommerce a {
	color: var(--secondary-color);
	font-weight: 600;
}

.woocommerce-account .woocommerce a:hover {
	color: var(--primary-color);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message a {
	color: #fff;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
	float: right;
	border: 1px solid #fff;
	padding: 10px 25px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
	display: flex;
	margin: 30px 0 0;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .title a {
	font-size: 14px;
	padding: 3px 8px;
	background-color: var(--secondary-color);
}

.woocommerce-edit-address .woocommerce-Address {
	flex: 1 1 50%;
	margin: 0 40px 0 0;
}

.woocommerce-edit-address .woocommerce-Address .title {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.woocommerce-edit-address .woocommerce-Address .title h3 {
	color: var(--secondary-color);
	margin: 0;
	width: 100%;
}

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

.woocommerce-edit-address .woocommerce-Address .title a,
.woocommerce-edit-address .woocommerce-Address .title a:hover {
	color: var(--dark-bg-text);
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-address-fields,
.woocommerce-address-button,
.woocommerce-account .form-row,
.woocommerce-account .form-row label,
.woocommerce-account .form-row .woocommerce-input-wrapper,
.woocommerce-account .form-row .woocommerce-input-wrapper input,
.woocommerce-account .edit-account .woocommerce-form-row input,
.woocommerce-account .lost_password {
	float: left;
	width: 100%;
}

.woocommerce-lost-password .woocommerce .lost_reset_password p.form-row.woocommerce-form-row--first {
	width: 100%;
	margin: 0 0 12px;
}

.woocommerce-account .woocommerce a.reset-back {
	margin-top: 20px;
	display: inline-block;
	font-weight: 600;
}

.woocommerce-account button[type="submit"] {
	padding: 14px 30px;
	background: var(--primary-color);
	color: var(--dark-bg-text);
	width: 100%;
}

.woocommerce-account button[type="submit"].woocommerce-form-register__submit,
.woocommerce-account button[type="submit"].woocommerce-form-register__submit:hover {
	background-color: var(--secondary-color);
}

.woocommerce-account button[type="submit"].woocommerce-form-register__submit::after {
	background-color: var(--primary-color);
}

.woocommerce-account button[type="submit"]:hover {
	color: var(--dark-bg-text);
	background-color: var(--primary-color);
}

.woocommerce-page #customer_login.col2-set .col-2,
.woocommerce-page #customer_login.col2-set .col-1 {
	width: 50%;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	float: left;
	width: 100%;
	border-color: var(--border-color-01);
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
	float: left;
	width: 100%;
}

.woocommerce-account .form-row label {
	margin: 0 0 10px;
	font-size: 14px;
	color: #28282a;
}

.woocommerce-account .form-row .woocommerce-input-wrapper input,
.woocommerce-account .form-row .woocommerce-input-wrapper .select-wrap .select2-container .select2-selection--single,
.woocommerce-account .edit-account .woocommerce-form-row input {
	height: 45px;
	padding: 10px 15px;
	font-size: 15px;
}

.woocommerce-account .form-row .woocommerce-input-wrapper .select-wrap {
	margin: 0;
}

.woocommerce-account .form-row .woocommerce-input-wrapper .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account .form-row-wide span.from-message {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
	border: 1px solid var(--border-color-01);
	padding: 25px 30px;
	margin: 0 0 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset .password-title {
	font-size: 20px;
	font-weight: 500;
	color: #28282a;
	margin: 0 0 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset p:last-child {
	margin: 0;
}

/* -------------- end myaccount block ------------------- */

.site-main {
	float: left;
	width: 100%;
}

.home .wrap-detail-page .breadcrumb-wrap {
	margin: 0;
}

.rs-parallax-wrap .rev-btn::after {
	content: '';
	background: var(--primary-color);
	height: 100%;
	width: 0;
	position: absolute;
	transition: .3s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
}

.rs-parallax-wrap .rev-btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.rs-parallax-wrap .slider-03-btn.rev-btn {
	overflow: hidden;
}

.rs-parallax-wrap .slider-btn.rev-btn::before {
	content: '';
	position: absolute;
	background: var(--secondary-color);
	width: 100%;
	height: 1px;
	top: auto;
	bottom: -4px;
	right: 0;
	left: 0;
	margin: auto;
}

.rs-parallax-wrap .slider-01-btn.rev-btn::before {
	background: #fff;
}

.rs-parallax-wrap .slider-01-btn.rev-btn:hover::before,
.rs-parallax-wrap .rev-btn:hover::before {
	background: var(--primary-color);
}

.page .site-main .social_icon a {
	color: #aaa;
}

.insta-block .tt-section-title {
	margin: 0;
}

.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.right-header .mini-cart .dropdown-menu-mini-cart .cart-slider::-webkit-scrollbar {
	width: 5px;
}

.navbar-hamburger .navbar-hamburger-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.navbar-hamburger .navbar-hamburger-container::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.navbar-hamburger .navbar-hamburger-container::-webkit-scrollbar {
	width: 5px;
}

.attr-title {
	display: none;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	background: #fff;
}


.back-to-top.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top::after {
	position: absolute;
	content: '\f062';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	text-align: center;
	line-height: 46px;
	font-size: 15px;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	color: var(--primary-color);
}

.back-to-top:hover::after {
	color: var(--dark-bg-text);
}

.back-to-top:hover {
	background-color: var(--primary-color);
}

.back-to-top svg path {
	fill: none;
}


.blog-grid .tt-post-wrapper {
	margin: 0 0 40px;
}

.specer .tt-section-title .section-heading,
.specer .tt-section-title {
	margin: 0;
}

.wpcf7-form label {
	width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	padding: 10px 15px;
}

.error-404.not-found {
	text-align: center;
	margin: 20px 0 90px;
}

.error-404.not-found h2 {
	font-size: 130px;
	margin-bottom: 0;
}

.error-404.not-found h3 {
	font-size: 30px;
	margin-bottom: 35px;
}

.error-404.not-found .page-content {
	font-size: 18px;
	width: 40%;
	margin: auto;
}

.error-404.not-found .page-content p {
	font-size: 16px;
}

.error-404.not-found .search {
	margin: 0 0 40px;
}

.error-404.not-found .back-home-button a {
	font-size: 14px;
	padding: 12px 26px;
}

.offside .widget-area .filter-close,
.cart-slider .cart-close,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap,
.search-icon .top-search .search-fix .search-close-btn {
	position: absolute;
	width: 32px;
	height: 32px;
	right: 20px;
	left: auto;
	background: transparent;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	cursor: pointer;
}


.search-icon .top-search .search-fix .search-close-btn {
	right: 40px;
	top: 50px;
	bottom: auto;
	cursor: pointer;
}

.navbar-hamburger span.hamburger-close .hamburger-close-wrap {
	right: 0;
	top: -60px;
	bottom: auto;
}

.email-popup-con .nothanks:hover,
.offside .widget-area .filter-close:hover,
.cart-slider .cart-close:hover,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover,
.search-icon .top-search .search-fix .search-close-btn:hover {
	background: var(--background-color);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.email-popup-con .nothanks::before,
.email-popup-con .nothanks::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::before,
.search-icon .top-search .search-fix .search-close-btn::after,
.search-icon .top-search .search-fix .search-close-btn::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	transform-origin: 50% 50%;
	background-color: var(--secondary-color);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	-moz-transition: -moz-transform ease .25s;
	-webkit-transition: -webkit-transform ease .25s;
	-o-transition: -o-transform ease .25s;
	-ms-transition: -ms-transform ease .25s;
	transition: transform ease .25s;
}

.email-popup-con .nothanks::before,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::before,
.search-icon .top-search .search-fix .search-close-btn::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.email-popup-con .nothanks:hover:before,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover::before,
.search-icon .top-search .search-fix .search-close-btn:hover::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.email-popup-con .nothanks::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
.search-icon .top-search .search-fix .search-close-btn::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.email-popup-con .nothanks:hover::after,
.offside .widget-area .filter-close:hover::after,
.cart-slider .cart-close:hover::after,
.navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover::after,
.search-icon .top-search .search-fix .search-close-btn:hover::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.email-popup-con {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	transition: all 600ms ease-in-out 0s;
	margin: auto;
}

.email-popup-con.fixed {
	visibility: visible;
	transform: translateY(0px);
}

.email-popup-inner-con {
	float: left;
	width: 600px;
	background-color: var(--dark-bg-text);
	display: flex;
	padding: 15px 15px 30px;
	justify-content: center;
	flex-wrap: wrap;
	height: fit-content;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.email-popup-img-con {
	float: left;
	position: relative;
}

.email-popup-inner-con .email-popup-img-con {
	margin: 0 0 20px;
}

.email-popup-inner-con .message-overlay-con {
	padding: 0;
	width: 82%;
	margin: 0;
}

.email-popup-inner-con .email-popup-img-con .newsletter {
	padding: 0;
	overflow: hidden;
}

.message-overlay-con {
	text-align: center;
	z-index: 1;
}

.email-popup-inner-con .message {
	display: block;
	color: var(--secondary-color);
	font-weight: 600;
	font-size: 26px;
	font-family: var(--primary-font);
	text-align: center;
	margin: 0 0 10px;
	line-height: 29px;
}

.email-popup-inner-con .newsletter-content h2 {
	display: none;
}

.message-desc {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin: 0 0 25px 0;
	font-weight: 400;
}

.email-popup-con .newsletter-form {
	gap: 15px;
}

.email-popup-con .nothanks {
	display: inline-block;
	color: var(--body-text-color);
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	right: 15px;
	left: auto;
	top: 15px;
	bottom: auto;
	font-size: 0;
	background: var(--dark-bg-text);
	height: 30px;
	width: 30px;
	z-index: 2;
}

.email-popup-con .nothanks:hover {
	color: #fff;
	cursor: pointer;
}

.email-popup-inner-con .gform_wrapper {
	padding: 25px;
}

.email-popup-inner-con div.gform_wrapper label.gfield_label {
	display: none;
}

.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button,
.email-popup-inner-con div.gform_wrapper .gform_page_footer .button {
	width: 100%;
	background-color: #da842b;
	padding: 10px;
	font-size: 24px;
}

.email-popup-inner-con div.gform_wrapper .gform_footer .gform_button:hover,
.email-popup-inner-con div.gform_wrapper .gform_page_footer .button:hover {
	background-color: #ec9840;
}

.email-popup-inner-con div.gform_wrapper input[type="email"],
.email-popup-inner-con div.gform_wrapper input[type="text"],
.email-popup-inner-con div.gform_wrapper select {
	background-color: transparent;
	border: 2px solid #ccc;
	color: #777;
	padding: 15px;
}

.email-popup-inner-con .gform_confirmation_message {
	color: #fff;
	border: none;
	background-color: #538594;
}

.email-popup-con .footer-newsletter .news-form {
	float: left;
	width: 100%;
}

.email-popup-con .footer-newsletter .news-title {
	display: none;
}

.email-popup-con .footer-newsletter .news-form .newsletter-form {
	position: relative;
	float: left;
	width: 100%;
}

.email-popup-con .footer-newsletter .news-form .newsletter-form input[type="email"] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #bbb;
	padding: 20px 140px 20px 20px;
	font-size: 14px;
}

.email-popup-con .footer-newsletter .news-form .newsletter-form input[type="submit"] {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 10px;
	top: auto;
	font-size: 14px;
	padding: 18px 40px;
}

.email-popup-con .email-popup-inner-con .mc4wp-form {
	width: 80%;
	float: left;
}

.error404 .search-form.search__form {
	width: 50%;
	margin: auto;
}

.error404 .search-form.search__form button::after {
	content: none;
}

.error404 .search-form.search__form button:hover svg {
	color: var(--primary-color);
}

.about-contant .tt-section-title .section-heading {
	font-size: 24px;
	font-weight: 500;
}

.about_blog .tt-section-title p,
.about-contant .tt-section-title p {
	font-size: 15px;
}

.about_blog .tt-section-title {
	width: 80%;
}

.about-team .tt-feature-box {
	margin: 20px 0;
	padding: 0;
}

.about-team .tt-feature-box .tt-feature-box-containt .tt-feature-box-title {
	margin: 0 0 5px;
}

.about-team .tt-feature-box .tt-feature-box-icon {
	margin: 0;
	overflow: hidden;
}

.about-team .tt-feature-box-containt {
	float: left;
	width: 100%;
	background: var(--background-color);
	padding: 20px;
}

body .about-selection {
	align-items: center;
}

.about-selection .tt-section-title .section-heading,
.about-selection .tt-section-title .tt-section-sab {
	margin: 0 0 20px;
}

.about-selection .tt-section-title p {
	font-size: 16px;
	line-height: 28px;
}

.about-us-content {
	align-items: center;
}

.about-team .tt-feature-box .tt-feature-box-icon img {
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
}

.about-team .tt-feature-box:hover .tt-feature-box-icon img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
}


.contact_templet .icon-svg svg {
	border: 2px solid #e5e5e5;
	padding: 10px;
}

#rev_slider_1_1_wrapper .hesperiden .tp-bullet.rs-touchhover,
#rev_slider_1_1_wrapper .hesperiden .tp-bullet {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}


body.search-silde-toggle,
body.hamburger-silde-toggle,
body.filter-toggle,
body.silde-toggle {
	overflow: hidden;
}

#post_content .comments-area {
	background: var(--background-color);
	padding: 40px;
}

.elementor-widget-container {
	float: left;
	width: 100%;
}

.header-top .list-inline-item a svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	color: var(--dark-bg-text);
}

.woocommerce-account .site-main>.container {
	max-width: 1260px;
}

.woocommerce-lost-password .site-main>.container {
	max-width: 620px;
}

.woocommerce-lost-password .woocommerce .lost_reset_password {
	border: 1px solid #e5e5e5;
	padding: 30px;
	margin: 0 0 30px;
	float: left;
	width: 100%;
}

.woocommerce-lost-password .woocommerce .lost_reset_password p.form-row {
	margin: 0;
}

.woocommerce-account button[type="submit"]:focus {
	box-shadow: none;
}

.fancybox-toolbar .fancybox-button--play {
	display: none;
}


.site-main .comments-area {
	margin: 0 0 30px;
}

.site-main .left .comments-area {
	margin: 0;
}

.full-sildebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters {
	width: 100%;
	flex-direction: row;
	border: none;
	margin: 0 0 40px;
	flex-wrap: wrap;
}

.full-sildebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters .widget-title {
	width: auto;
	margin: 0 20px 0 0;
	padding: 0;
}

.full-sildebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters ul {
	margin: 0;
	display: flex;
}

.full-sildebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters ul li {
	margin: 0 10px;
}

.full-sildebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters ul li a {
	background: var(--background-color);
	padding: 5px 30px 5px 15px;
}

.full-sildebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters ul li a::after {
	right: 15px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
	color: var(--secondary-color);
}

.single_variation_wrap {
	float: left;
	width: 100%;
}

.reset_custom_variations {
	display: none;
}

.reset_custom_variations {
	margin: 30px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 5px;
}

.reset_custom_variations>svg {
	margin: 0 6px 0 0;
}

.reset_custom_variations:hover {
	color: var(--primary-color);
}

.single-update-price {
	float: left;
	width: 100%;
	color: var(--secondary-color);
	font-size: 22px;
	font-weight: 500;
	margin: 20px 0 0;
}

.sticky-addToCart .single-update-price {
	display: none;
}


/* -----contact-info--- */
.contact-info p {
	margin: 0;
}

.contact_social svg {
	color: var(--secondary-color);
}

.contact_social svg:hover {
	color: var(--primary-color);
}

.find_heading .tt-section-title .section-heading {
	font-size: 22px;
}

.find_description .tt-section-title p {
	font-family: var(--primary-font);
}

body .site-main .about-shop {
	align-items: center;
}

.shop-title h2 {
	float: none;
	display: inline-block;
	border-bottom: 1px solid #222;
	padding: 0 0 10px;
}

/* BLOG - SECTION */
.blog-section .tt-post-thumbnail a {
	overflow: hidden;
	width: 100%;
	display: block;
}

.blog-section .tt-post-thumbnail a img {
	width: 100%;
}


.blog-section .tt-post-details>div {
	float: left;
	width: 100%;
}

.blog-section .tt-post-details .tt-post-title a {
	padding: 10px 0 0;
	margin: 0;
}



/* SEARCH HEADER */

.search-icon .top-search .search-fix .search .search-close-btn:hover svg {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
}

.navbar-hamburger span.hamburger-close::after {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.search-icon .top-search .search-fix .search-close-btn svg,
.search-icon .top-search {
	display: none;
}

.search-icon .top-search .search-fix {
	bottom: auto;
	background: var(--background-color);
	z-index: 9;
	min-height: auto;
	padding: 70px 0 60px 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	visibility: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transform-origin: center top 0;
	box-shadow: 0 15px 25px rgb(0 0 0 / 10%);
}

.search-icon .top-search.show .search-fix {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	opacity: 1;
}

.search-icon .top-search .search-fix .search .search-close-btn {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 25%;
	bottom: auto;
	right: 6%;
	left: auto;
}

.search-icon .top-search .search-fix .search .search-close-btn svg {
	font-size: 20px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.search-icon .top-search .search-form {
	position: relative;
}

.search-icon .top-search .search-form .search-title {
	font-family: var(--primary-font);
	font-size: 25px;
	color: var(--secondary-color);
}

.search-icon .top-search .search-form input[type="submit"] {
	background: none;
	color: var(--secondary-color);
	font-size: 0;
	position: absolute;
}

.search-icon .top-search .search-form input[type="submit"]::after {
	position: absolute;
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 16px;
}

.search-icon .top-search .search-form input {
	border: none;
	border-bottom: 3px solid var(--border-color-01);
	font-size: 24px;
	font-family: var(--primary-font);
	padding-right: 60px;
	padding-left: 0;
	height: 70px;
}

.search-icon .top-search .search-form button[type="submit"] {
	position: absolute;
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
	background: none;
}

.search-icon .top-search .search-form button[type="submit"]::after {
	content: none;
}

.search-icon .top-search .search-form button[type="submit"]:hover svg {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.search-icon .top-search .search-form button[type="submit"] svg {
	color: var(--secondary-color);
}

.search-icon .top-search .search-form button[type="submit"] .fa-search {
	font-size: 16px;
}

.search-icon .top-search .search-form button[type="submit"]:hover .fa-search,
.search-icon .top-search .search-fix .search .search-close-btn:hover .fa-times {
	color: var(--secondary-color);
}


/* HEADER */
header .site-branding,
.header-style-1 .header-line {
	min-height: 100px;
}

.header-line {
	width: 100%;
	min-height: 100px;
}

.header-spacing {
	float: left;
	width: 100%;
}




.appoinment-button a {
	padding: 8px 24px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}


/* BLOG CATEGORIES style 1 */

.blog-category.style-1 .wpcat-img-box {
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	position: relative;
}

.cat-box-bg {
	background-color: var(--dark-bg-text);
}

.blog-category.style-1 .wpcat-img-box a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 10px;
	bottom: 10px;
	top: 0;
	z-index: -1;
	border: 1px solid transparent;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.blog-category.style-1 .wpcat-inner:hover .wpcat-img-box a::after {
	border: 1px solid var(--primary-color);
}

.blog-category.style-1 .cat_desc img {
	width: 100%;
}

.blog-category.style-1 .wpcat-content {
	text-align: start;
}

.blog-category.style-1 .wpcat-content a {
	text-transform: capitalize;
	font-size: 22px;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	margin: 0;
	width: fit-content;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	padding-left: 10px;
}

.blog-category.style-1 .wpcat-content a:hover {
	color: var(--primary-color);
}

/* FOOTER */
footer .widget .wp-block-latest-posts li {
	display: flex;
}

footer .widget .wp-block-latest-posts li a {
	padding-left: 15px;
	font-size: 16px;
	width: 45%;
}

.social-media {
	gap: 10px;
}

.social-media li a {
	display: flex;
	padding: 0 25px 0 0;
	font-family: 'Font Awesome 5 Brands';
	justify-content: center;
	align-items: center;
	padding: 5px;
	border: 2px solid var(--border-color-01);
	width: 40px;
	height: 40px;
	background-color: var(--dark-bg-text);
	color: var(--dark-bg-text);
}

footer .widget .social-media li {
	margin: 0;
}

footer .social-media li a {
	color: var(--body-text-color);
	width: auto;
	height: auto;
	border: 0;
	margin: 0;
	background-color: transparent;
}

footer .social-media li a:hover {
	background-color: transparent;
}

.social-media li a svg,
footer .social-media li a svg {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

footer ul.social-media li a:hover svg {
	color: var(--primary-color);
}

.social-media li a:hover {
	color: var(--dark-bg-text);
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

ul.social-media li a:hover svg {
	color: var(--dark-bg-text);
}

.social-media li a span {
	font-family: var(--secondary-font);
	padding-left: 10px;
}

.social-media li a i {
	font-style: normal;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dark-bg-text);
}

.widget ul.social-media {
	justify-content: center;
}


footer .widget.widget_block p:not(footer .newsletter-content p) {
	margin: 0;
}

footer .widget.widget_text {
	margin: 20px 0 40px;
}

footer .widget figure {
	margin: 0;
}

/* RECENT BLOG */
.blog-bg-cat .blogs.row .blogBy-category-wrap.row.col-lg-12,
.blogBy-category-wrap.row.col-lg-6 {
	margin: 0;
	padding: 0;
}

.blogBy-category-wrap>div {
	padding: 0 15px;
}

.blogBy-category-wrap .blogBy-category-wrap .tt-post-wrapper {
	margin-bottom: 30px;
}

.blogBy-category-wrap .tt-post-wrapper .tt-post-title h6 {
	margin: 0;
	font-weight: 600;
}

.blogBy-category-wrap .tt-post-wrapper .tt-post-title h6 a {
	padding: 10px 0 0;
}

.blogBy-category-wrap .blogBy-category-wrap .tt-post-wrapper .tt-post-title h6 a {
	font-size: 18px;
}




/* HOVER EFFECT */
.hover-img {
	overflow: hidden;
}

.hover-img img {
	transform: scale(1.03);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.hover-img:hover img {
	transform: scale(1.03) translateX(1%);
	-webkit-transform: scale(1.03) translateX(1%);
	-moz-transform: scale(1.03) translateX(1%);
	-ms-transform: scale(1.03) translateX(1%);
	-o-transform: scale(1.03) translateX(1%);
}

/* ANIMATION UPDOWN */
.up-down {
	animation: UpDown 5s infinite normal ease-in-out;
	-webkit-animation: UpDown 5s infinite normal ease-in-out;
}

@-webkit-keyframes UpDown {
	0% {
		transform: translate(0);
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
	}

	50% {
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
	}

	100% {
		transform: translate(0px);
		-webkit-transform: translate(0px);
		-moz-transform: translate(0px);
		-ms-transform: translate(0px);
		-o-transform: translate(0px);
	}
}



/* GELLERY SECTION CUSTOM */

.elementor-element.section-hover-main {
	position: relative;
	overflow: hidden;
}

.elementor-element.section-hover-up::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -50%;
	height: 100%;
	right: 0;
	top: 0;
	margin: auto;
	background: linear-gradient(#00000000, #000000d6);
	z-index: -1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.elementor-element.section-hover-main:hover .elementor-element.section-hover-up::after {
	bottom: 0;
}

.elementor-element.section-hover-up {
	position: absolute;
	padding: 0 50px;
	bottom: 0;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.elementor-element.section-hover-main .elementor-widget.elementor-widget-text-editor,
.elementor-element.section-hover-main .elementor-widget.elementor-widget-button {
	opacity: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.elementor-element.section-hover-up>div {
	height: auto;
}

.elementor-element.section-hover-main:hover .elementor-element.section-hover-up {
	top: 0;
}

.elementor-element.section-hover-main:hover .elementor-element.section-hover-up .elementor-widget.elementor-widget-text-editor,
.elementor-element.section-hover-main:hover .elementor-element.section-hover-up .elementor-widget.elementor-widget-button {
	opacity: 1;
}

.button-bg-remove {
	background-color: transparent;
}

.text-margin .elementor-widget-text-editor p {
	margin: 0;
}



/* BLog Categories grid */
.elementor-widget-Blog.Categories .grid .item .item {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: row;
	border: 1px solid var(--border-color-01);
	padding: 8px 10px;
	background: var(--dark-bg-text);
	margin-bottom: 30px;
}

.elementor-widget-Blog.Categories .grid .item:last-child .item {
	margin-bottom: 0;
}

.elementor-widget-Blog.Categories .grid .cat_image {
	width: 80px;
	height: 80px;
}

.elementor-widget-Blog.Categories .grid .cat_desc img {
	width: 100%;
}

.elementor-widget-Blog.Categories .grid .wpcat-content {
	text-align: start;
	padding-left: 15px;
}

.elementor-widget-Blog.Categories .grid .wpcat-content h2 {
	text-transform: capitalize;
	font-size: 18px;
	color: var(--secondary-color);
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.elementor-widget-Blog.Categories .grid .cat_total_blog {
	font-size: 14px;
}


/* ADV-BOX */
.elementor-element.adv-box {
	position: relative;
	overflow: hidden;
}

/* .elementor-element.adv-box::before, */
.elementor-element.adv-box::after {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 50%;
	right: 50%;
	top: 0;
	z-index: 0;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}


.elementor-element.adv-box:hover::after {
	width: 100%;
	left: 0;
}

/* .elementor-element.adv-box:hover::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(209, 209, 209, 0.2);
} */

.elementor-element.adv-box.e-flex.e-con-boxed .e-con-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-element.adv-box .e-con-inner .elementor-element.elementor-widget-button {
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	margin: auto;
}



/* COMMON BLOG */
.title-wrap {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.title-wrap::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	z-index: -1;
	width: 100%;
	border-bottom: 2px dashed var(--border-color-01);
}

.title-wrap h2 {
	font-size: 22px;
	margin-bottom: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

.title-wrap a.btn-link {
	padding: 0 0 3px 0;
	border-radius: 0;
	color: var(--secondary-color);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
}

.title-wrap a.btn-link:hover {
	color: var(--primary-color);
}

.title-wrap a.btn-link::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: auto;
	bottom: 0;
	background-color: var(--secondary-color);
	z-index: 0;
}

.title-wrap a.btn-link::after {
	height: 1px;
	bottom: 0;
	top: auto;
	z-index: 1;
	background-color: var(--primary-color);
}

.title-wrap .button-banner-wrap {
	background-color: var(--dark-bg-text);
	padding-left: 10px;
}

.title-wrap h2.section-heading {
	margin: 0;
	padding-right: 10px;
	background-color: var(--dark-bg-text);
}

.light-bg-color .title-wrap .button-banner-wrap,
.light-bg-color .title-wrap h2.section-heading {
	background-color: var(--light-bg-color);
}

.blog-recent .title-wrap h2.section-heading {
	font-size: 22px;
}

.blog-title-flex .title-wrap h2 {
	margin: 0;
}

.blog-by-category .tt-post-thumb-inner,
.blogs-popular .tt-post-thumb-inner {
	float: left;
	width: 100%;
}

.blog-recent.blog-layout-modern>.row,
.blog-by-category .blogBy-category.row {
	margin: 0 -15px;
}

.blog-recent.blog-layout-modern .content-space,
.blog-by-category .blogBy-category-wrap {
	padding: 0 15px;
}

.blog-by-category .blogBy-category-wrap:not(.blog-by-category .blogBy-category-wrap.content-full) {
	margin-top: 30px;
}

.blog.grid>.row {
	margin: 0 -15px;
}

.blogs-popular.popular .grid .col-md-12.col-sm-12 {
	padding: 0 15px;
}

.blog.grid>.row .col-md-12.col-sm-12 {
	padding: 0;
}

.blog.grid .tt-post-wrapper.grid-item {
	padding: 0 15px;
	margin-bottom: 30px;
}


.blog.grid .tt-post-wrapper.grid-item .tt-post-inner-box .tt-post-thumbnail a,
.blog.grid .tt-post-wrapper.grid-item .tt-post-inner-box .tt-post-thumbnail a img {
	width: 100%;
}

.blog-recent .content .tt-post-wrapper .tt-post-details,
.blog.grid .tt-post-wrapper .tt-post-details,
.blog-by-category .tt-post-details {
	float: left;
	width: 100%;
	background-color: transparent;
}

.blog.list .tt-post-details .tt-post-title h6,
.blog-section .tt-post-details .tt-post-title h6,
.blog-recent .tt-post-wrapper .tt-post-title h6,
.blog.grid .tt-post-wrapper .tt-post-title h6,
.blog-by-category .tt-post-details .tt-post-title h6,
.blogs-popular .tt-post-details .tt-post-title h6 {
	margin: 0;
	font-weight: 600;
}

.blog.list .tt-post-details .tt-post-title a,
.blog-section .tt-post-details .tt-post-title a,
.blog-recent .tt-post-wrapper .tt-post-details .tt-post-title a,
.blog.grid .tt-post-wrapper .tt-post-title a,
.blog-by-category .tt-post-details .tt-post-title a,
.blogs-popular .tt-post-details .tt-post-title a {
	font-size: 20px;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 0;
	font-weight: 600;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	width: fit-content;
}

.blog.list .tt-post-details .tt-post-title a:hover,
.blog-section .tt-post-details .tt-post-title a:hover,
.blog-recent .tt-post-wrapper .tt-post-details .tt-post-title a:hover,
.blog.grid .tt-post-wrapper .tt-post-title a:hover,
.blog-by-category .tt-post-details .tt-post-title a:hover,
.blogs-popular .tt-post-details .tt-post-title a:hover {
	color: var(--primary-color);
}

.blog-recent .tt-post-details>div,
.blog.grid .tt-post-details>div,
.blog-by-category .tt-post-details>div,
.blogs-popular .tt-post-details>div {
	float: left;
	width: 100%;
}

.blog.grid .tt-post-wrapper .tt-post-title h6 {
	padding: 12px 0 0;
}

.blog-recent.blog-layout-default .tt-post-wrapper .tt-post-details .tt-date-comment {
	padding-top: 0;
}

.blog-recent .tt-post-wrapper .tt-post-details {
	padding-left: 16px;
}


/* RECENT BLOG */
.blog-recent .blogs {
	display: flex;
}

.blog-recent.blog-layout-default .blogs {
	flex-direction: column;

}

.blog-recent .content .tt-post-wrapper {
	display: block;
}

.blog-recent .tt-post-wrapper {
	display: flex;
	position: relative;
	/* align-items: center; */
	margin-bottom: 30px;
}

.blog-recent .tt-post-wrapper:last-child {
	margin: 0;
}

.blog-recent .content .tt-post-wrapper .tt-post-thumbnail,
.blog-recent .content .tt-post-wrapper .tt-post-details {
	width: 100%;
}

.blog-recent .tt-post-wrapper .tt-post-thumbnail {
	width: 45%;
}

.blog-recent .tt-post-wrapper .tt-post-details {
	width: 55%;
	padding-left: 20px;
}

.blog-recent .tt-post-wrapper .tt-post-details .tt-post-title h6 {
	margin-bottom: 0;
	font-weight: 600;
}

.blog-recent .tt-post-wrapper .tt-post-details .tt-post-title a {
	font-size: 18px;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: var(--secondary-color);
}

.blog-recent .tt-post-wrapper .tt-post-details .tt-post-title a:hover {
	color: var(--primary-color);
}

/* BLOG-LIST */
.blog.list .row {
	margin: 0;
}

.blog.list .tt-post-wrapper {
	display: flex;
	margin-bottom: 30px;
	padding: 0;
	/* align-items: center; */
}

.blog.list .tt-post-wrapper:last-child {
	margin-bottom: 30px;
}

.blog.list .tt-post-wrapper:last-child::after {
	content: none;
}

.blog.list .tt-post-thumbnail {
	width: 50%;
	display: flex;
	overflow: hidden;
}


.blog.list .tt-post-details {
	width: 50%;
	padding: 0 20px;
}

.blog.list .tt-post-details .tt-post-title h6 {
	padding: 12px 0 0;
}

.blog.list .tt-post-details .tt-date-comment {
	display: flex;
	align-items: center;
	justify-content: start;
	font-weight: 500;
	color: var(--primary-color);
}

.blogs-popular .tt-post-thumb-inner .tt-post-thumb-img {
	display: flex;
}

.wp-block-group .wp-block-latest-posts li .wp-block-latest-posts__featured-image,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-thumbnail a,
.blogBy-category-wrap .tt-post-wrapper .tt-post-thumbnail a,
.blog-cat-list .tt-post-wrapper .tt-post-thumbnail a,
.blog-by-category .blogBy-category .blog-cat>a,
.blog.grid .tt-post-wrapper.grid-item .tt-post-inner-box .tt-post-thumbnail a,
.blogs-popular.popular .grid .grid-item-thumbnail a,
.blog-category.style-1 .cat_desc,
.blog-recent .tt-post-wrapper .tt-post-thumbnail a,
.blog-by-category .blogBy-category-wrap>a,
.blog-by-category .blogBy-category-wrap .content-full>a,
.blogs-popular .tt-post-thumb-inner .tt-post-thumb-img a {
	overflow: hidden;
	width: 100%;
	display: flex;
	background: var(--primary-color);
}

.wp-block-group .wp-block-latest-posts li .wp-block-latest-posts__featured-image img,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-thumbnail a img,
.blogBy-category-wrap .tt-post-wrapper .tt-post-thumbnail a img,
.blog-cat-list .tt-post-wrapper .tt-post-thumbnail a img,
.blog-category.style-2 .wpcat-img-box .cat_image img,
.blog-by-category .blogBy-category .blog-cat>a img,
.blog.grid .tt-post-wrapper.grid-item .tt-post-inner-box .tt-post-thumbnail a img,
.blogs-popular.popular .grid .grid-item-thumbnail a img,
.blog-category.style-1 .cat_desc img,
.blog-recent .tt-post-wrapper a img,
.blog.list .tt-post-wrapper a img,
.blog-by-category .blogBy-category-wrap .content-full a img,
.blog-by-category .blogBy-category-wrap>a img,
.blogs-popular .tt-post-thumb-inner .tt-post-thumb-img a img {
	width: 100%;
	transform: scale(1.03);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.wp-block-group .wp-block-latest-posts li .wp-block-latest-posts__featured-image:hover img,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-thumbnail a:hover img,
.blogBy-category-wrap .tt-post-wrapper .tt-post-thumbnail a:hover img,
.blog-cat-list .tt-post-wrapper .tt-post-thumbnail a:hover img,
.blog-category.style-2 .wpcat-img-box .cat_image:hover img,
.blog-by-category .blogBy-category .blog-cat:hover>a img,
.blog.grid .tt-post-wrapper.grid-item:hover .tt-post-inner-box .tt-post-thumbnail a img,
.blogs-popular.popular .grid .grid-item:hover .grid-item-thumbnail a img,
.blog-category.style-1 .wpcat-inner:hover .cat_desc img,
.blog-recent .tt-post-wrapper:hover a img,
.blog.list .tt-post-wrapper:hover a img,
.blog-by-category .blogBy-category-wrap:hover .content-full a img,
.blog-by-category .blogBy-category-wrap:hover>a img,
.blogs-popular .tt-post-thumb-inner:hover .tt-post-thumb-img a img {
	transform: scale(1.03) translateX(1%);
	-webkit-transform: scale(1.03) translateX(1%);
	-moz-transform: scale(1.03) translateX(1%);
	-ms-transform: scale(1.03) translateX(1%);
	-o-transform: scale(1.03) translateX(1%);
}




/* header-1 */

.header-style-1.sticky .site-branding {
	display: flex !important;
}

.header-logo img {
	max-width: 280px;
}

.header-style-1 .site-branding .right-header .search-icon {
	position: relative;
}

.header-style-1 .site-branding .right-header .search-icon::after {
	position: absolute;
	content: '';
	left: -20px;
	right: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	z-index: 0;
	background-color: var(--border-color-01);
}

.right-up-header {
	gap: 25px;
}

/* REVOLUTION */
.btn-slider.rs-layer:hover {
	color: var(--dark-bg-text) !important;
}

/* blog-by-cat style-3 */
.blog-by-cat.style-3 {
	gap: 32px;
	display: flex;
	flex-direction: column;
}

.blog-by-cat.style-3 .wpcat-content {
	display: flex;
	justify-content: space-between;
	font-family: var(--primary-font);
	color: var(--body-text-color);
	position: relative;

}

.blog-by-cat.style-3 .wpcat-content::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	width: 100%;
	height: 1px;
	z-index: 0;
	border-bottom: 1px solid var(--border-color-01);
}

.blog-by-cat.style-3 .wpcat-content:last-child::after {
	content: none;
}

.blog-by-cat.style-3 .wpcat-content a {
	font-size: 16px;
	font-weight: 500;
}


.blog-by-cat.style-3 .wpcat-content span {
	position: relative;
	padding: 0 8px;
	font-size: 16px;
}

.blog-by-cat.style-3 .wpcat-content span::before {
	content: ')';
	right: 0;
}

.blog-by-cat.style-3 .wpcat-content span::after {
	content: '(';
	left: 0;
}

.blog-by-cat.style-3 .wpcat-content span::before,
.blog-by-cat.style-3 .wpcat-content span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	color: var(--body-text-color);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* blog-category-2 */
.blog-title-flex {
	display: flex;
	align-items: center;
}


.blog-title-flex .title-wrap {
	width: 20%;
}

.blog-category.style-2 .wpcat-inner {
	display: flex;
	align-items: center;
	text-align: start;
	background-color: var(--dark-bg-text);
	padding: 20px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
}

.blog-category.style-2 .wpcat-content a {
	font-size: 22px;
	font-weight: 500;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	margin-bottom: 12px;
	border-bottom: 1px solid var(--border-color-01);
	padding-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.blog-category.style-2 .wpcat-content a:hover {
	color: var(--primary-color);
}

.blog-category.style-2 span {
	font-size: 15px;
}

.blog-category.style-2 .wpcat-img-box {
	width: 140px;
	height: 140px;
	overflow: hidden;
	flex: 0 0 auto;
}

.blog-category.style-2 .wpcat-img-box a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-category.style-2 .wpcat-img-box .cat_image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	position: relative;
}


.blog-category.style-2 .wpcat-img-box .cat_image img {
	width: auto;
	display: block;
	margin: 0 auto;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.blog-category.style-2 .wpcat-details {
	margin-left: 15px;
	flex: 1;
}

.blog-category.style-2 .wpcat-content p {
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

/* .blogs-popular.popular */

.blogs-popular.popular .grid {
	margin: 0 -15px;
}

.blogs-popular.popular .grid-item {
	padding: 0 15px;
	margin-bottom: 30px;
}


/* .blog-by-category  */
.blog-by-category .blogBy-category.row {
	margin: 0;
}

.blog-by-category .blogBy-category .blog-cat {
	margin-bottom: 60px;
	padding: 0;
	border: 1px solid var(--border-color-01);
}

.blog-by-category .blogBy-category .blog-cat:last-child {
	margin: 0;
}

.blog-by-category .blogBy-category .blog-cat>a,
.blog-by-category .blogBy-category .blog-cat>a img {
	width: 100%;
}


.footer-top-section {
	padding: 40px 0;
}

.footer-top-box {
	padding: 0 140px;
}

.footer-top-content span {
	color: var(--dark-bg-text);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

.footer-top-content h2 {
	margin: 0;
	font-size: 30px;
	width: 80%;
	color: var(--dark-bg-text);
}

/* SWIPER NEXT PREV */
.swiper-button.swiper-button-next,
.swiper-rtl .swiper-button.swiper-button-prev {
	right: -40px;
	top: 60%;
}

.elementor-widget-Testimonial .swiper-button.swiper-button-prev,
.swiper-rtl .elementor-widget-Testimonial .swiper-button.swiper-button-next {
	left: 0;
}

.swiper-button.swiper-button-prev,
.swiper-rtl .swiper-button.swiper-button-next {
	left: -40px;
	top: 60%;
}

.elementor-widget-Testimonial .swiper-button.swiper-button-next,
.swiper-rtl .elementor-widget-Testimonial .swiper-button.swiper-button-prev {
	right: 0;
}

.swiper.testimonial-section.swiper-slider,
.swiper.blogs-popular.latest,
.swiper.blog-category.style-1 {
	position: static;
}

.swiper-slide {
	text-align: start;
}

.elementor-element.elementor-widget .elementor-widget-container .swiper-pagination.swiper-pagination-bullets {
	bottom: -30px;
}

/* Modern */
.blog-recent.blog-layout-modern .content-space {
	display: flex;
	flex-direction: column;
}

.blog-recent.blog-layout-modern .content-space .list-content {
	position: relative;
	margin-bottom: 30px;
}

.blog-recent.blog-layout-modern .content-space .list-content:last-child {
	margin-bottom: 0;
}

/* Coming soon */


.coming-soon-page {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}

.coming-soon-page .coming-soon-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.coming-soon-page .newsletter-content {
	display: none;
}

.coming-soon-page .coming-soon-wrap .coming-title {
	color: var(--dark-bg-text);
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
}

.coming-soon-page .coming-soon-wrap .coming-desc {
	color: var(--dark-content);
	font-size: 18px;

}

.coming-soon-page .banner-timer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.coming-soon-page .coming-soon-wrap {
	text-align: center;
}

.coming-soon-mode .site-main>.container {
	max-width: 100%;
	padding: 0;
	height: 100%;
}

.coming-soon-page .coming-soon-wrap .back-to-home a {
	padding: 15px 50px;
	overflow: hidden;
	background: var(--dark-bg-text);
	font-weight: 500;
	color: var(--body-text-color);
}


.comingsoon-form .footer-newsletter .news-form {
	width: 100%;
}

.comingsoon-form .mc4wp-form .mc4wp-form-fields .news_letter button svg {
	top: 0;
	bottom: 0;
	stroke: #fff;
	width: 20px;
	height: 20px;
}

.comingsoon-form .mc4wp-form-success {
	position: relative;
}

.comingsoon-form .mc4wp-response {
	width: 100%;
	position: absolute !important;
	top: auto;
	bottom: auto;
	margin: auto;
	left: 0;
	right: 0;
}

.comingsoon-form .newsletter-form button:hover,
.comingsoon-form .newsletter-form button {
	background-color: var(--primary-color);
}

.comingsoon-form .newsletter-form button::after {
	background-color: var(--secondary-color);
}

.coming-soon-page {
	background-color: #000000bf;
	background-blend-mode: darken;
}


.coming-soon-page .coming-soon-wrap .back-to-home a:hover {
	color: var(--dark-bg-text);
}

.coming-soon-page .banner-timer .timer-datetime {
	font-size: 60px;
	line-height: 64px;
	margin: 30px 0 35px;
	color: var(--dark-bg-text);
	letter-spacing: 4px;
	font-weight: 600;
	font-family: var(--secondary-font);
}


.comingsoon-form .news-title {
	width: 100%;
}

.comingsoon-form .news-title h2 {
	padding: 0 0 20px;
}

.comingsoon-form .footer-newsletter {
	padding: 0;
}

.comingsoon-form {
	width: 35%;
}

.comingsoon-form .news_letter {
	position: relative;
}

.comingsoon-form .news_letter p {
	margin: 0 0 6px;
}

.comingsoon-form .news_letter button span {
	color: var(--dark-bg-text);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.comingsoon-form .news_letter button:hover span {
	color: var(--primary-color);
}

.page-template-coming-soon .back-to-home {
	display: none;
}

.comingsoon-form .btn-primary::after {
	background-color: transparent;
}

.coming-soon-page .mc4wp-form .mc4wp-form-fields .news_letter button:hover svg {
	stroke: var(--primary-color);
}

.comingsoon-form .mc4wp-form .mc4wp-form-fields .news_letter button:hover::before {
	color: #fff;
}

.page-template-coming-soon {
	margin: 0;
}


/*dark mode*/
.dark-mode .site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item a,
body.dark-mode {
	color: var(--dark-content);
}

.dark-mode #comments .comment-body+#respond,
.dark-mode #comments #respond,
.dark-mode.single-post #comments .contact-form .form-submit input[type="submit"],
.dark-mode .testimonial-wrap .testimonial-info-wrapper .testimonial-info p {
	background-color: var(--dark-background);
}

.dark-mode.single-post #comments .contact-form .form-submit input[type="submit"]:hover {
	background: var(--primary-color);
}

.dark-mode .blog-category.style-2 .wpcat-inner,
.dark-mode .title-divider.title-bg h6,
.dark-mode .cat-box-bg,
body.dark-mode .site-header .site-main-wrap,
body.dark-mode #page,
.dark-mode .search-form input[type="search"],
.dark-mode .widget.widget_search input[type="search"],
.dark-mode .wp-block-search input[type="search"],
.dark-mode .wp-block-group .wp-block-group__inner-container .widget-title,
.dark-mode .blog-bg-cat .title-wrap .cat-img .cat-link,
.dark-mode .title-wrap h2.section-heading,
.dark-mode .title-wrap .button-banner-wrap,
.dark-mode .navbar-hamburger .navbar-hamburger-main,
.dark-mode .site-main,
.dark-mode .blog.slider .swiper-button-next.swiper-button-disabled,
.dark-mode .blog.slider .swiper-button-prev.swiper-button-disabled,
.dark-mode .blog.slider .swiper-button svg,
.dark-mode .blog.slider .swiper-button,
.dark-mode .blog.slider .title-wrap .cat-img .cat-link,
.dark-mode .blog-bg-cat .title-wrap .cat-img .cat-link,
.dark-mode .newsletter-form button::after,
.dark-mode .blog-cat-list .ui-tabs-nav,
.dark-mode .ttitle-bg.title-divider .elementor-widget-container h6.elementor-heading-title {
	background: var(--dark-background);
}

.dark-mode .site-header #site-navigation ul.nav-menu li.menu-item>ul.sub-menu,
.dark-mode .section-bg-color.elementor-element,
.dark-mode.single-post #comments .contact-form .section-field textarea,
.dark-mode #post_content .comments-area,
.dark-mode .header-top,
.dark-mode .dark-bg-color,
.dark-mode .widget-area .widget.widget_block.widget_search,
.dark-mode .wp-block-group.newsletter-box,
.dark-mode .light-bg-color .title-wrap h2.section-heading,
.dark-mode .light-bg-color .title-wrap .button-banner-wrap,
.dark-mode .light-bg-color,
.dark-mode .Social-box,
.dark-mode .search-icon .top-search .search-form input,
.dark-mode .wpcf7-form-control-wrap input,
.dark-mode .wpcf7-form-control-wrap textarea,
.dark-mode .blog.slider .swiper-navigation::after,
.dark-mode .email-popup-con .nothanks:hover,
.dark-mode #comments .contact-form .section-field input,
.dark-mode #comments .contact-form .section-field input[type="text"],
.dark-mode #comments .contact-form .section-field input[type="email"],
.dark-mode #comments .contact-form .section-field input[type="password"],
.dark-mode #comments .contact-form .section-field textarea,
.dark-mode .offside .widget-area .filter-close:hover,
.dark-mode .cart-slider .cart-close:hover,
.dark-mode .navbar-hamburger span.hamburger-close .hamburger-close-wrap:hover,
.dark-mode .search-icon .top-search .search-fix .search-close-btn:hover,
.dark-mode .page-header.inner-header-opacity {
	background: var(--secondary-color);
}

.dark-mode a,
.dark-mode a:visited,
.dark-mode .blog.slider .title-wrap .cat-img .cat-link,
.dark-mode .blog-bg-cat .title-wrap .cat-img .cat-link,
.dark-mode .blog-cat-list .tt-post-wrapper .tt-post-title h6 a,
.dark-mode .blogBy-category-wrap .tt-post-wrapper .tt-post-title h6 a,
.dark-mode .wp-block-group .wp-block-latest-posts li a,
.dark-mode .title-wrap a.btn-link,
.dark-mode a::before,
.dark-mode .tt-post-details .tt-date-comment .tt-post-author a:hover,
.dark-mode a:hover::before,
.dark-mode #post_sidebar .widget ol li a,
.dark-mode .search-wrap svg,
.dark-mode .navbar-woocommerce a,
.dark-mode .title-wrap .section-heading,
.dark-mode .section-heading,
.dark-mode .tt-section-sab,
.dark-mode .viewport .page-header .breadcrumbs #crumbs a,
.dark-mode .viewport .page-header .breadcrumbs #crumbs,
.dark-mode .viewport #crumbs .active::after,
.dark-mode .page-header .title,
.dark-mode cite,
.dark-mode textarea,
.dark-mode .theiaStickySidebar .widget-area .wp-block-archives-list.wp-block-archives li::after,
.dark-mode .theiaStickySidebar .widget-area .wp-block-group .wp-block-latest-comments__comment::after,
.dark-mode .newsletter-content h2,
.dark-mode header .account a svg,
.dark-mode .tt-section-title p,
.dark-mode .search-form input[type="search"],
.dark-mode .widget.widget_search input[type="search"],
.dark-mode .wp-block-search input[type="search"],
.dark-mode .tt-post-meta-wrap div a:hover,
.dark-mode .blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-author a:hover,
.dark-mode .tt-feature-box .tt-feature-box-containt .tt-feature-box-title,
.dark-mode footer .widget-wrap .widget .widget-title,
.dark-mode #page .blog-style .tt-post-details a,
.dark-mode #review_form_wrapper .comment-respond .comment-reply-title {
	color: var(--dark-bg-text);
}

.dark-mode .blog-category.style-2 .wpcat-content a,
.dark-mode .blog-section .tt-post-details .tt-date-comment,
.dark-mode .blog.grid .tt-post-wrapper .tt-date-comment,
.dark-mode .blog-by-category .tt-post-details .tt-date-comment,
.dark-mode .blogs-popular .tt-post-details .tt-date-comment,
.dark-mode .header-top .list-inline-item.header-top-tel,
.dark-mode .blog-section .tt-post-details .tt-date-comment,
.dark-mode .blog-recent .content .tt-date-comment,
.dark-mode .blog.grid .tt-post-wrapper .tt-date-comment,
.dark-mode .blog-by-category .tt-post-details .tt-date-comment,
.dark-mode .blogs-popular .tt-post-details .tt-date-comment,
.dark-mode .pagination,
.dark-mode .blog.list .tt-post-details .tt-date-comment,
.dark-mode .widget-area .widget,
.dark-mode .site-header #site-navigation ul.nav-menu li.menu-item:hover>ul.sub-menu,
.dark-mode .search-form input[type='search'],
.dark-mode .widget.widget_search input[type='search'],
.dark-mode .wp-block-search input[type='search'],
.dark-mode .blog-by-cat.style-3 .wpcat-content::after,
.dark-mode .widget.widget_block .wp-block-categories-list li.cat-item,
.dark-mode footer .widget.widget_nav_menu,
.dark-mode .social-media li a,
.dark-mode .tt-post-meta-wrap,
.dark-mode .wp-block-group .wp-block-group__inner-container .widget-title::after,
.dark-mode .title-wrap::after,
.dark-mode textarea,
.dark-mode input[type="text"],
.dark-mode input[type="email"],
.dark-mode input[type="url"],
.dark-mode input[type="password"],
.dark-mode input[type="search"],
.dark-mode input[type="number"],
.dark-mode input[type="tel"],
.dark-mode input[type="range"],
.dark-mode input[type="date"],
.dark-mode input[type="month"],
.dark-mode input[type="week"],
.dark-mode input[type="time"],
.dark-mode input[type="datetime"],
.dark-mode input[type="datetime-local"],
.dark-mode input[type="color"],
.dark-mode .comment-list li.comment,
.dark-mode .blog.list .tt-post-wrapper,
.dark-mode #post_sidebar .widget ul li,
.dark-mode #post_sidebar .widget ol li,
.dark-mode.single-post .tt-post-details ul.wp-block-archives-list li,
.dark-mode .pagination .page-numbers li>a,
.dark-mode .pagination .page-numbers li>span,
.dark-mode .tt-banner .banner-text a.banner-button,
.dark-mode .tt-banner .banner-text.dayexpress-icon-center,
.dark-mode h1.title {
	border-color: var(--body-text-color);
}

.dark-mode .testimonial-wrap .testimonial-info-wrapper .testimonial-info::after,
.dark-mode .title-divider::after,
.dark-mode .header-style-1 .site-branding .right-header .search-icon::after {
	background: var(--body-text-color);
}

.dark-mode .header_style.site-header,
.dark-mode .title-wrap a.btn-link::before {
	background-color: var(--dark-bg-text);
}

.dark-mode .title-wrap a.btn-link::after {
	background-color: var(--primary-color);
}

.dark-mode #comments .contact-form .logged-in-as a:hover,
.dark-mode .tt-post-meta-wrap div a,
.dark-mode .blogBy-category-wrap .tt-post-wrapper .tt-post-title h6 a:hover,
.dark-mode .blog-cat-list .tt-post-wrapper .tt-post-title h6 a:hover,
.dark-mode .blog-cat-list .ui-tabs-nav li.ui-tabs-active a,
.dark-mode .title-wrap a.btn-link:hover,
.dark-mode header .account a:hover svg {
	color: var(--primary-color);
}

.dark-mode .header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children .sub-menu li.menu-item.menu-item-has-children>a::before,
.dark-mode .tt-post-meta-wrap div::after,
.dark-mode .tt-post-meta-wrap div.tt-post-category a::after {
	color: var(--body-text-color);
}

.dark-mode .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before,
.dark-mode .btn-gradiant:hover {
	color: var(--secondary-color);
}

.dark-mode .header-top a,
.dark-mode .blog-bg-cat .title-wrap .cat-img .cat-link,
.dark-mode .blog-by-cat.style-3 .wpcat-content a,
.dark-mode .header-top .list-inline-item a svg,
.dark-mode .error404 .search-form.search__form button svg,
.dark-mode .navbar-hamburger ul.hamburger-nav li a,
.dark-mode .blog.list .tt-post-details .tt-post-title a,
.dark-mode .blog-section .tt-post-details .tt-post-title a,
.dark-mode .blog-recent .content .tt-post-wrapper .tt-post-details .tt-post-title a,
.dark-mode .blog.grid .tt-post-wrapper .tt-post-title a,
.dark-mode .blog-by-category .tt-post-details .tt-post-title a,
.dark-mode .blogs-popular .tt-post-details .tt-post-title a,
.dark-mode .pagination .page-numbers li>a,
.dark-mode .pagination .page-numbers li>span,
.dark-mode .social-media li a,
.dark-mode .search-icon .top-search .search-form button[type='submit'] svg,
.dark-mode .blog-category.style-2 .wpcat-content a,
.dark-mode .theiaStickySidebar .widget.widget_block .wp-block-group .wp-block-heading,
.dark-mode .wp-block-search .wp-block-search__label,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::after,
.dark-mode #post_sidebar .widget ul li a,
.dark-mode .blog-category.style-1 .wpcat-content a,
.dark-mode .right-header .account a svg,
.dark-mode .blog-recent .tt-post-wrapper .tt-post-details .tt-post-title a,
.dark-mode .blog-by-cat.style-3 .wpcat-content span a::before,
.dark-mode .blog-by-cat.style-3 .wpcat-content span a::after,
.dark-mode .tt-banner .banner-text,
.dark-mode .site-wrap .main-navigation ul li a,
.dark-mode .right-header .mini-cart .dropdown-back,
.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .shopping_cart_top .cart-title,
.dark-mode .cart-slider .widget_shopping_cart_content p,
.dark-mode .section-heading,
.dark-mode .tt-post-details .tt-post-title h2 a,
.dark-mode .tt-post-details .tt-post-meta-wrap .tt-post-author:active a,
.dark-mode .tt-post-details .tt-post-meta-wrap .tt-post-author:focus a,
.dark-mode .tt-post-details .tt-post-meta-wrap .tt-post-author:hover a,
.dark-mode .tt-post-details .tt-post-meta-wrap .tt-post-comment:active a,
.dark-mode .tt-post-details .tt-post-meta-wrap .tt-post-comment:focus a,
.dark-mode .tt-post-details .tt-post-meta-wrap .tt-post-comment:hover a,
.dark-mode .more-comment-wrap .tt-post-more a,
.dark-mode #comments .contact-form .logged-in-as a,
.dark-mode .item .wpcat-content a,
.dark-mode .tt-feature-box .tt-feature-box-containt .tt-feature-box-title,
.dark-mode .ui-tabs-nav .ui-tabs-tab.ui-state-active a,
.dark-mode .product .price,
.dark-mode #page .blog-style a,
.dark-mode .banner-timer .timer-head,
.dark-mode .site .header-top ul li span,
.dark-mode .site .header-top ul li span svg,
.dark-mode footer .footer-newsletter .news-title .widget-title,
.dark-mode #gallary_tabs .category-name-wrap li a,
.dark-mode #gallary_tabs .category-button a,
.dark-mode .testimonial-wrap .testimonial-info-wrapper .testimonial-title,
.dark-mode .testimonial-wrap .testimonial-info-wrapper .testimonial-info .testimonial-author,
.dark-mode .swiper-navigation .swiper-button,
.dark-mode .search-icon .top-search .search-form input,
.dark-mode .search-icon .top-search .search-fix .search .search-close-btn,
.dark-mode .search-icon .top-search .search-fix .search .search-close-btn:hover {
	color: var(--dark-bg-text);
}

.dark-mode .btn.btn-border::after,
.dark-mode .email-popup-con .nothanks::before,
.dark-mode .email-popup-con .nothanks::after,
.dark-mode .tt-post-more a::before,
.dark-mode button::after,
.dark-mode .navbar-hamburger span.hamburger-close .hamburger-close-wrap::after,
.dark-mode .navbar-hamburger span.hamburger-close .hamburger-close-wrap::before,
.dark-mode .search-icon .top-search .search-fix .search-close-btn::after,
.dark-mode .search-icon .top-search .search-fix .search-close-btn::before,
.dark-mode .ui-tabs-nav .ui-tabs-tab a::before,
.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button,
.dark-mode .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button.checkout::before,
.dark-mode #gallary_tabs .category-button a::after,
.dark-mode .page .cart-content-right .checkout-button {
	background-color: var(--dark-bg-text);
}

.dark-mode .btn.btn-border:hover a .elementor-button-text,
.dark-mode .news-box .social-media li a,
.dark-mode .btn.btn-border:hover {
	color: var(--secondary-color);
}

.dark-mode .news-box .social-media li a:hover {
	color: var(--dark-bg-text);
}

.dark-mode .search-icon .top-search .search-fix {
	background-color: var(--secondary-color);
}


/*---------------  Start Portfolio ------------------*/

.portfolio-grid.Portfolio-style-2 a span:hover {
	background-color: var(--primary-color);
	color: var(--dark-bg-text);
}

.portfolio-grid.Portfolio-style-2 a span {
	font-size: 18px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 15px;
	top: auto;
	left: 15px;
	right: 15px;
	background: var(--dark-bg-text);
	margin: auto;
	padding: 10px 20px;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	justify-content: center;
	display: flex;
}

.tt-portfolio-thumbnail span {
	color: var(--body-text-color);
}

.Portfolio-style-1 .grid {
	margin: 0 -15px;
}

.Portfolio-style-1 .tt-portfolio-thumbnail {
	padding: 0 15px;
}

.Portfolio-style-1 .tt-portfolio-thumbnail a {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	border: 1px solid var(--border-color-01);
}

.tt-portfolio-thumbnail a img {
	width: 100%;

}

.portfolio-grid.Portfolio-style-1 .tt-portfolio-thumbnail,
.portfolio-grid.Portfolio-style-2 .tt-portfolio-thumbnail {
	margin: 0 0 60px 0;
}

.portfolio-grid.Portfolio-style-1 .tt-portfolio-thumbnail a {
	border: 1px solid var(--border-color-01);
}

.portfolio-grid.Portfolio-style-1 .tt-portfolio-thumbnail:hover a {
	border-color: var(--primary-color);
}

.portfolio-grid.Portfolio-style-2 a {
	display: inline-block;
	float: none;
	position: relative;
	overflow: hidden;
}

.portfolio-grid.Portfolio-style-1 a span,
.portfolio-grid.Portfolio-style-2 a span {
	font-family: var(--primary-font);
	font-size: 22px;
	float: left;
	justify-content: center;
	display: flex;
	color: var(--secondary-color);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.portfolio-grid.Portfolio-style-1 a span {
	width: 100%;
	padding-top: 20px;
}

.portfolio-grid.Portfolio-style-1 a span:hover {
	color: var(--primary-color);
}

/*---------------  End Portfolio ------------------*/
.header_style.header-style-1.sticky #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
	height: 70px;
	line-height: 70px;
}

.header_style.header-style-1 #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
	height: 100px;
	line-height: 100px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	font-weight: 500;
}

#mega-menu-wrap-header-menu .mega-menu-toggle button::after {
	display: none;
}

/* news-box */
.newsletter-content {
	text-align: center;
}

.newsletter-content p {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--dark-bg-text);
	margin-bottom: 15px;
	line-height: normal;
}

.newsletter-content h2 {
	font-size: 26px;
	color: var(--secondary-color);
	font-weight: 600;
	margin-bottom: 18px;
	line-height: 32px;
}

.newsletter-form {
	row-gap: 10px;
}

/* PLAY ICON */

.elementor-custom-embed-play:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}

.elementor-custom-embed-play {
	width: 80px;
	height: 80px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.elementor-custom-embed-play svg {
	display: block;
	transform: scale(1);
	fill: transparent;
	transition: .5s cubic-bezier(.65, 0, .35, 1);
	z-index: 3;
	opacity: 1 !important;
}

.elementor-custom-embed-play:hover svg {
	transform: scale(.8);
	stroke-width: 4px;

}


.elementor-custom-embed-play:hover svg path {
	fill: var(--primary-color);
}

.elementor-custom-embed-play svg path {
	fill: var(--secondary-color);
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}


.elementor-custom-embed-play::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: var(--dark-bg-text);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/* NEWS lETTER NOTICE */


.mc4wp-alert.mc4wp-error {
	color: #721c24;
	background: #f8d7da;
	padding: 0 15px;
	position: absolute;
	top: 100%;
	bottom: auto;
	margin: 5px 0 0;
	width: 100%;
	text-align: center;
	right: 0;
}

.coming-soon-page .mc4wp-alert.mc4wp-error {
	padding: 8px 15px;
	position: relative;
	margin: 5px 0 0;
	width: 100%;
	right: 0;
	top: 0;
}

.coming-soon-page .mc4wp-alert.mc4wp-error p {
	margin: 0;
}

.mc4wp-form .mc4wp-alert.mc4wp-notice,
.mc4wp-form .mc4wp-alert.mc4wp-success {
	color: #155724;
	width: 100%;
	background: #d4edda;
	position: absolute;
	align-items: start;
	top: 100%;
	margin: 5px 0 0;
	right: 0;
}

footer .mc4wp-form .mc4wp-alert.mc4wp-notice,
footer .mc4wp-form .mc4wp-alert.mc4wp-success {
	left: 60px;
	right: 60px;
	top: auto;
	bottom: 0;
	width: auto;
}

.mc4wp-form .mc4wp-alert {
	padding: 3px 8px;
}

.mc4wp-form .mc4wp-alert p {
	font-size: 13px;
	margin: 0;
}

.mc4wp-form .mc4wp-alert.mc4wp-notice p,
.mc4wp-form .mc4wp-alert.mc4wp-success p {
	color: #155724;
}

footer .mc4wp-form {
	float: left;
	width: 100%;
	position: relative;
	padding: 60px;
	background: var(--primary-color);
}

footer .mc4wp-form .newsletter-content h2 {
	padding: 0 10px;
}

footer .mc4wp-response {
	width: 100%;
	position: absolute;
	left: auto;
	bottom: 0;
	top: auto;
	right: 0;
	margin: auto;
}

.coming-soon-page .mc4wp-form .mc4wp-alert.mc4wp-success {
	position: relative;
	margin: 5px 0 0px;
	width: 100%;
	padding: 7px 10px;
	right: 0;
}

.mc4wp-form .mc4wp-alert.mc4wp-notice p,
.mc4wp-form .mc4wp-alert.mc4wp-success p {
	margin: 0;
}

/* SERVICE-BOX */

.service-box-inner.tt-icon-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 15px;
}

.service-box-inner.tt-icon-right {
	display: flex;
	padding: 0;
	flex-direction: row-reverse;
	align-items: center;
}

.service-block .service-box-inner .tt-feature-box-icon.text-end {
	justify-content: end;
}

.service-block .service-box-inner .tt-feature-box-icon.text-center {
	justify-content: center;
}

.service-block .service-box-inner .tt-feature-box-icon.text-start {
	justify-content: start;
}

.service-box-inner.tt-icon-left .tt-feature-box-containt {
	padding: 0 0 0 15px;
}

.service-box-inner.tt-icon-top .tt-feature-box-containt {
	margin: 15px 0 0;
}

.post-template-default .site-main>.container {
	padding: 0;
}

.post-template-default .site-main>.container>.row {
	margin: 0 -30px;
}

.post-template-default .site-main>.container>.row>div {
	padding: 0 30px;
}

/* BLOG-GRID */
.tt-post-inner-box {
	float: left;
	width: 100%;
}

.section-bg-color {
	background-color: #F8F6F3;
}

/* BANNER HOVER */
.cms-banner {
	position: relative;
	overflow: hidden;
}

.cms-banner::after,
.cms-banner>.e-con-inner::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.cms-banner:hover::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .1);
}

.cms-banner:hover>.e-con-inner::after {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .1);
}


/* COMMON */
.blog.grid .tt-post-details .tt-date-comment,
.blog-section .tt-post-details .tt-date-comment,
.blog-cat-list .tt-post-wrapper .tt-date-comment,
.tt-post-details .tt-post-details .tt-date-comment,
.blogs-popular .tt-post-details .tt-date-comment,
.blog-recent .tt-post-details .tt-date-comment,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-date-comment,
.blogBy-category-wrap .tt-post-wrapper .tt-date-comment {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 16px;
	color: var(--primary-color);
	font-weight: 500;
}

.blog-cat-list .tt-post-wrapper .tt-post-author a,
.tt-post-details .tt-date-comment .tt-post-author a,
.blogs-popular .tt-post-wrapper .tt-post-author a,
.blog-recent .tt-post-wrapper .tt-post-author a,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-author a,
.blogBy-category-wrap .tt-post-wrapper .tt-post-author a {
	text-transform: uppercase;
}


/* BLOG-CAT-STYLE_2 */


.blog.slider .title-wrap::after {
	right: 65px;
	width: auto;
}

.blog.slider .title-wrap .cat-img .cat-link,
.blog-bg-cat .title-wrap .cat-img .cat-link {
	background-color: var(--dark-bg-text);
	padding-right: 10px;
}

.blog.slider .title-wrap .cat-img .cat-link:hover,
.blog-bg-cat .title-wrap .cat-img .cat-link:hover {
	color: var(--primary-color);
}

.blog.slider .title-wrap .cat-img .cat-link,
.blog-bg-cat .title-wrap .cat-img .cat-link {
	color: var(--secondary-color);
	font-size: 18px;
	font-family: var(--primary-font);
	text-transform: uppercase;
	font-weight: 700;
}

.blog.slider .swiper-slide {
	display: flex;
	gap: 30px;
}

.blog-bg-cat .blogs.style-2 {
	gap: 30px;
}

.blog-bg-cat .blog-section .blogs.style-2>div {
	padding: 0 15px;
}

.blog.slider .item .tt-post-wrapper,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper {
	display: flex;
}

.blog.slider .item .tt-post-wrapper .tt-date-comment,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-date-comment {
	padding: 0;
}

.blog.slider .item .tt-post-wrapper .tt-post-thumbnail,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-thumbnail {
	width: 40%;
}

.blog.slider .item .tt-post-wrapper .tt-post-details,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-details {
	padding-left: 15px;
	width: 60%;
}

.blog.slider .item .tt-post-wrapper .tt-post-details .tt-post-title h6,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-details h6 {
	margin: 8px 0 0;
	font-size: 16px;
}

.blog.slider .item .tt-post-wrapper .tt-post-details .tt-post-title h6 a {
	font-size: 16px;
	padding: 0;
}

.blog.slider .item .tt-post-wrapper .tt-post-details h6 a,
.blog-bg-cat .blogs.style-2 .tt-post-wrapper .tt-post-details h6 a {
	font-family: var(--primary-font);
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.blog.slider .swiper-button {
	width: 30px;
	height: 30px;
	margin: 0;
	background-color: var(--dark-bg-text);
}

.blog.slider .swiper-button-next.swiper-button-disabled,
.blog.slider .swiper-button-prev.swiper-button-disabled {
	background-color: var(--dark-bg-text);
	opacity: 1;
}

.blog.slider .swiper-button-next.swiper-button-disabled svg,
.blog.slider .swiper-button-prev.swiper-button-disabled svg {
	opacity: 0.35;
}

.blog.slider .swiper-button svg {
	width: 20px;
	height: 20px;
	background-color: var(--dark-bg-text);
}

.blog.slider .swiper-button.swiper-button-prev,
.blog.slider .swiper-rtl .swiper-button.swiper-button-next {
	right: 32px;
	top: 0;
	left: auto;
}

.blog.slider .swiper-button.swiper-button-next,
.blog.slider .swiper-rtl .swiper-button.swiper-button-prev {
	top: 0;
	right: 0;
}

.blog.slider .swiper-navigation {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
}

.blog.slider .swiper-navigation::after {
	content: '|';
	position: absolute;
	left: auto;
	top: 4px;
	bottom: auto;
	right: 28px;
	color: var(--body-text-color);
	opacity: 0.5;
	z-index: 1;
}

/* BLOG-CAT-STYLE_1 */

.blog-bg-cat .blogs.cat-style-1 .col-spacing .tt-post-wrapper {
	display: flex;
}

.blog-bg-cat .blogs.cat-style-1 .col-spacing .tt-post-wrapper .tt-post-thumbnail {
	width: 50%;
}

.blog-bg-cat .blogs.cat-style-1 .col-spacing .tt-post-wrapper .tt-post-details {
	padding-left: 25px;
	width: 50%;
}

.blog-bg-cat .blogs.cat-style-1 .col-spacing .tt-post-wrapper .tt-date-comment {
	padding: 0;
}

/* .blogs-popular  */
.blogs-popular .tt-post-details .tt-post-title a {
	margin: 0;
}

.blogs-popular .tt-post-details .tt-post-title h6 {
	padding: 12px 0 0;
}

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


/* SIDEBAR */
.widget {
	margin-bottom: 0;
}


#post_sidebar .theiaStickySidebar .widget-area .wp-block-archives-list.wp-block-archives li {
	padding-left: 25px;
	position: relative;
}

.theiaStickySidebar .widget-area .wp-block-archives-list.wp-block-archives li::after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	color: var(--secondary-color);
}

.theiaStickySidebar .widget-area .wp-block-archives-list.wp-block-archives li::after {
	content: '\f073';
}

.widget.widget_block ul {
	padding: 0;
}

.widget.widget_block ul.wp-block-categories-list {
	height: 255px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-width: auto;
	scrollbar-width: thin;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	-o-scrollbar-width: thin;
	-ms-scrollbar-width: thin;
	padding: 0 10px 0 0;
}

.wp-block-group .wp-block-latest-posts li {
	display: flex;
	margin-bottom: 30px;
}

.wp-block-group .wp-block-latest-posts li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.wp-block-group .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
	width: 40%;
}

.wp-block-group .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
	width: 100%;
	object-fit: cover;
}

.wp-block-group .wp-block-latest-posts li a {
	width: 60%;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	padding-left: 15px;
	font-family: var(--primary-font);
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.wp-block-group .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt a,
footer .widget .wp-block-latest-posts li a {
	padding-left: 15px;
	font-size: 16px;
}

.widget.widget_block .wp-block-categories-list li.cat-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color-01);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--primary-font);
}

.widget.widget_block .wp-block-categories-list li.cat-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.wp-block-group.newsletter-box {
	background-color: var(--light-bg-color);
	padding: 60px;
	gap: 0;
	border-top: 2px dashed var(--primary-color);
}

.wp-block-group.newsletter-box p {
	margin: 0;
}

.wp-block-group.newsletter-box h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.wp-block-group.newsletter-box form {
	width: 100%;
}

#post_sidebar .wp-block-group .wp-block-latest-posts.wp-block-latest-posts__list li {
	flex-wrap: nowrap;
	padding: 0 0 15px;
}

.wp-block-group .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
#post_sidebar .wp-block-group .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	width: 60%;
	padding: 0 0 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 0;
}

#post_sidebar .wp-block-group .wp-block-latest-posts .wp-block-latest-posts__post-excerpt a {
	display: none;
}

.wp-block-group .wp-block-group__inner-container {
	position: relative;
	z-index: 0;
}

.wp-block-group .wp-block-group__inner-container .widget-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
	background-color: var(--dark-bg-text);
	padding-right: 10px;
}

.wp-block-group .wp-block-group__inner-container .widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	bottom: auto;
	margin: auto;
	height: 2px;
	z-index: -1;
	width: 100%;
	border-bottom: 2px dashed var(--border-color-01);
}


/* BLOG-VIDEO */


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

.swiper.gallery-thumbs-video {
	padding-bottom: 60px;
}

.elementor-element.elementor-widget .elementor-widget-container .swiper.gallery-thumbs-video .swiper-pagination.swiper-pagination-bullets {
	bottom: 0;
}

.gallery-thumbs-video .swiper-button.swiper-button-prev,
.gallery-thumbs-video .swiper-rtl .swiper-button.swiper-button-next {
	left: 40px;
	top: 30%;
}

.gallery-thumbs-video .swiper-button.swiper-button-next,
.gallery-thumbs-video .swiper-rtl .swiper-button.swiper-button-prev {
	right: 40px;
	top: 30%;
}

.gallery-thumbs-video .swiper-wrapper {
	flex-direction: row;
}

.gallery-thumbs-video .swiper-slide {
	display: flex;
	flex-flow: row;
	overflow: hidden;
	background-color: var(--dark-bg-text);
}


.gallery-thumbs-video .swiper-slide .video-box {
	position: relative;
}

.gallery-thumbs-video .swiper-slide .video-box::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

.gallery-thumbs-video .swiper-slide .tt-post-details {
	width: 60%;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}


.gallery-thumbs-video .swiper-slide .tt-post-details h6 {
	font-size: 26px;
	margin: 0;
}

.gallery-thumbs-video .swiper-slide .tt-post-details h6 a {
	color: var(--dark-bg-text);
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.gallery-thumbs-video .swiper-slide .tt-post-details h6 a:hover {
	color: var(--primary-color);
}

.gallery-thumbs-video .tt-post-details .tt-date-comment {
	background-color: var(--primary-color);
	padding: 4px 14px;
	display: flex;
	width: fit-content;
	color: var(--dark-bg-text);
	margin-bottom: 15px;
}

.gallery-thumbs-video .tt-post-details .tt-date-comment span {
	color: var(--dark-bg-text);
}

.gallery-thumbs-video .tt-post-details .tt-date-comment .tt-post-author a {
	color: var(--dark-bg-text);
}

.mfp-iframe-holder .mfp-close:hover {
	background: none;
}


.gallery-thumbs-video.video .swiper-wrapper .tt-post-details .youtube-popup {
	position: static;
}

.gallery-thumbs-video.video .play-button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}

.gallery-thumbs-video.video .play-button {
	width: 65px;
	height: 65px;
	justify-content: center;
	display: flex;
	align-items: center;
	position: relative;
}

.gallery-thumbs-video.video .play-button svg {
	display: block;
	transform: scale(1);
	fill: transparent;
	transition: .5s cubic-bezier(.65, 0, .35, 1);
	z-index: 3;
	font-size: 18px;
	opacity: 1 !important;
}

.gallery-thumbs-video.video .play-button:hover svg {
	transform: scale(.9);
	stroke-width: 4px;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
}


.gallery-thumbs-video.video .play-button:hover svg path {
	fill: var(--primary-color);
}

.gallery-thumbs-video.video .play-button svg path {
	fill: var(--secondary-color);
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}


.gallery-thumbs-video.video .play-button::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 65px;
	height: 65px;
	background: var(--dark-bg-text);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.gallery-thumbs-video .swiper-slide:hover a.youtube-popup {
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

.gallery-thumbs-video .swiper-slide:hover .tt-post-details {
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

.gallery-thumbs-video .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background-color: transparent;
	color: var(--dark-bg-text);
	position: relative;
	padding: 0 5px 0 0;
}

.gallery-thumbs-video .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	left: 100%;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 1px;
	background-color: var(--dark-bg-text);
}

.gallery-thumbs-video .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background-color: var(--dark-bg-text);
	opacity: 0.3;
}

.gallery-thumbs-video .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet:last-child:after {
	content: none;
}

/* blog-cat-list */
.swiper.BlogCategory-List {
	position: static;
}

.blog-cat-list .ui-tabs-nav {
	list-style: none;
	display: flex;
	margin: 0;
	background-color: var(--dark-bg-text);
	gap: 30px;
	overflow-y: hidden;
	overflow-x: auto;
	flex-wrap: nowrap;
}

.blog-cat-list .ui-tabs-nav li {
	flex: 0 0 auto;
}

.blog-cat-list .ui-tabs-nav a {
	font-size: 16px;
	font-weight: 500;
}

.blog-cat-list .ui-tabs-nav li:hover a,
.blog-cat-list .ui-tabs-nav li.ui-tabs-active a {
	color: var(--primary-color);
}

.blog-cat-list .tt-post-wrapper .tt-post-title h6 {
	margin: 8px 0 0;
	font-weight: 600;
}

.blog-cat-list .tt-post-wrapper .tt-post-title h6 a {
	font-size: 18px;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

/* BLOG-lIST */
body.blog .tt-post-wrapper:not(.blog-grid .tt-post-wrapper, .elementor-widget-Blog .tt-post-wrapper.grid-item, .blog-recent .tt-post-wrapper) {
	display: flex;
	padding: 0;
}

body.blog .tt-post-wrapper .tt-post-details:not(.blog-grid .tt-post-wrapper .tt-post-details, .elementor-widget-Blog .tt-post-wrapper.grid-item .tt-post-details) {
	padding: 0 0 0 20px;
}

body.blog .tt-post-wrapper .tt-post-details p:not(.blog-grid .tt-post-wrapper .tt-post-details p, .elementor-widget-Blog .tt-post-wrapper.grid-item .tt-post-details p) {
	display: none;
}

.tt-post-wrapper .tt-post-title h2:not(.blog-grid .tt-post-wrapper .tt-post-title h2, .elementor-widget-Blog .tt-post-wrapper.grid-item .tt-post-title h2) {
	font-size: 24px;
	font-weight: 600;
}

/* 
.elementor .blog-slider-img img {
	height: 100%;
}

.swiper.blog-slider-gallery {
	padding-top: 50px;
}

.blog-slider .swiper.blog-slider-gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
	opacity: 1 !important;
	background-color: rgba(255, 255, 255, .1);
	height: 1px;
	bottom: auto;
	top: 0;
}

.blog-slider .swiper.blog-slider-gallery .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: var(--dark-bg-text);
}

.blog-slider-inner .tt-post-details {
	width: calc(100% - 80px);
	padding-left: 25px;
}

.blog-slider-inner .tt-post-details p {
	margin: 0;
	font-size: 18px;
	color: var(--dark-bg-text);
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
} */

/* IMAGE BOX */
.image-slider {
	position: relative;
}

.img-carousel-main {
	width: 100%;
	background-size: cover;
	position: relative;
}

.img-carousel-main::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.img-carousel-main img {
	width: 100%;
	min-height: 700px;
	object-fit: cover;
}

.img-main-inner {
	top: 0;
	left: 0;
	bottom: 25%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-box {
	position: relative;
	padding: 40px 0;
}

.image-box::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #fff, transparent);
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 0;
}

.image-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .image-box::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px dashed var(--dark-bg-text);
	padding: 5px;
	background: var(--primary-color);
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 1;
	animation: slide-ball 5s forwards infinite linear;
	-webkit-animation: slide-ball 5s forwards infinite linear;
}

.image-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .image-box::after {
	background: linear-gradient(90deg, var(--primary-color), transparent);
}


@keyframes slide-ball {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}

}

.image-box .image-box-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	flex: 0 0 auto;
}

.image-box .image-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-slider .gallery-bottom {
	position: absolute;
	bottom: 0;
	top: auto;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
}

.image-slider .gallery-bottom .gallery-thumbs {
	overflow: hidden;
}

.image-slider .gallery-bottom .gallery-thumbs.swiper-container:after {
	top: 0;
}

.image-slider .gallery-thumbs .swiper-slide {
	background-color: transparent;
	cursor: pointer;
}

.image-box .image-box-content {
	padding-left: 15px;
}

.image-box .image-box-content p {
	margin: 0;
	color: var(--dark-bg-text);
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}


.img-carousel-main .blog-slider-details {
	width: 50%;
	position: relative;
	z-index: 1;
}

.img-carousel-main .blog-slider-details h5 {
	font-size: 14px;
	padding: 6px 10px;
	background: var(--primary-color);
	color: var(--dark-bg-text);
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	text-transform: uppercase;
}

.img-carousel-main .blog-slider-details h2 {
	font-size: 76px;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--dark-bg-text);
}

.img-carousel-main .blog-slider-details p.content {
	color: var(--dark-bg-text);
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 34px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}

.img-carousel-main .blog-slider-details .date-auther {
	display: flex;
	align-items: center;
}

.img-carousel-main .blog-slider-details .date-auther .date {
	padding-right: 25px;
	position: relative;
}

.img-carousel-main .blog-slider-details .date-auther .date::after {
	content: '';
	position: absolute;
	left: auto;
	right: 10px;
	top: 0;
	bottom: 0;
	height: 1px;
	width: 6px;
	margin: auto;
	background-color: var(--dark-bg-text);
}

.img-carousel-main .blog-slider-details .date-auther p {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--dark-bg-text);
	font-weight: 400;
	margin: 0;
}

.blog-slider-gallery-top .tt-date-comment {
	display: flex;
	align-items: center;
}

.blog-slider-gallery-top .tt-date-comment a {
	color: var(--dark-bg-text);
	font-size: 16px;
}