@charset "UTF-8";
/*
Theme Name: Fungi
Theme URI: https://fungiwp.demothemesflat.co/
Author: Themesflat
Author URI: https://themeforest.net/user/themesflat/portfolio
Description:Fungi is responsive multipurpose WordPress theme – truly a versatile theme perfect for any type of website you want. It provides multiple pre-built demos which can be imported in seconds using One Click Demo Import Plugin. The theme fully integrates with ThemesFlat By Themesflat.com and Elementor Page Builder Plugin that makes theme more user-friendly and easy. Additionally, theme features multiple blog layouts,  multiple header styles, multiple color options etc.
Version: 1.0.3
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fungi
Tags: accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variable
# Typography
# Header
# Navigation
# Top Bar
# Layout
# Elementor
# Pagination
# Footer
# Widgets
# Page Title
# Editor Blog
# Responsive

-------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variable
--------------------------------------------------------------*/
:root {
  --theme-accent-color: #222;
  --theme-accent-foreground-color: #fff;
  --theme-accent-brightness-color: #353535;
  --theme-secondary-color: #B14233;
  --theme-secondary-foreground-color: #fff;
  --theme-secondary-brightness-color: #c85242;
  --theme-primary-color: #fd562a;
  --theme-primary-foreground-color: #fff;
  --theme-primary-brightness-color: #fd7450;
  --theme-gray-color: #8f8f8f;
  --theme-gray-foreground-color: #fff;
  --theme-dark-color: #000;
  --theme-dark-foreground-color: #fff;
  --theme-dark-brightness-color: #131313;
  --theme-light-color: #fff;
  --theme-light-foreground-color: #222;
  --theme-color-text-main: #615978;
  --theme-background-color-main: #f3f3f4;
  --theme-color-border: #ced4da;
  --theme-header-sticky-bg-color: #222;
  --theme-color-main-navigation: #fff;
  --theme-color-hover-main-navigation: var(--theme-primary-color);
  --theme-header-sticky-color-main-navigation: #fff;
  --theme-header-sticky-color-hover-main-navigation: var(--theme-primary-color);
  --theme-color-sub-navigation: #222;
  --theme-color-hover-sub-navigation: var(--theme-primary-color);
  --theme-color-border-input: #ced4da;
  --theme-color-text-input: #212529;
  --theme-color-bg-input: transparent;
  --theme-color-border-focus-input: #fd562a;
  --theme-color-placeholder-input: #666666;
  --theme-font-body: "Open Sans",sans-serif;
  --theme-font-primary: "Poppins", sans-serif;
  --theme-icon-font-primary: "Font Awesome 5 Pro";
  --theme-btn-font: "Poppins", sans-serif;
  --theme-btn-font-style: normal;
  --theme-btn-font-size: 16px;
  --theme-btn-font-weight: 700;
  --theme-btn-letter-spacing: normal;
  --theme-height-header: 105px;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  clear: both;
  margin-bottom: 1em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-bottom: 1em;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--theme-color-border);
}

ul {
  padding-left: 0;
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  padding-left: 0;
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li > ul,
li > ol {
  margin: 1rem 0 0 1rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 1rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd + dt {
  margin-top: 1.5rem;
}

blockquote {
  border-left: none;
  margin-bottom: 1em;
}
blockquote p {
  font-size: 24px;
  line-height: 1;
  font-family: var(--theme-font-primary);
  font-weight: 500;
  color: var(--theme-accent-color);
}
blockquote a {
  color: inherit;
}
blockquote cite {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--theme-font-primary);
  color: var(--theme-primary-color);
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a > code {
  color: inherit;
}

pre {
  font-size: 100%;
  margin-bottom: 1em;
  color: var(--theme-color-text-main);
  padding: 1.5rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  border: 1px solid;
  border-color: var(--theme-color-border);
  background: #fff;
}

code,
kbd,
pre,
samp {
  font-family: var(--theme-font-body);
}

figure {
  margin: 0 0 1em;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

table th,
table td {
  padding: 0.4rem;
  vertical-align: top;
  border: solid 1px;
  border-color: var(--theme-color-border);
}

table thead th {
  vertical-align: bottom;
  border: solid 2px;
  border-color: var(--theme-color-border);
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--theme-gray-color);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background-color: var(--theme-primary-color);
  color: var(--theme-primary-foreground-color);
}

::selection {
  background-color: var(--theme-primary-color);
  color: var(--theme-primary-foreground-color);
}

big {
  font-size: 125%;
}

/* Form style */
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,
select {
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
  color: var(--theme-color-text-input);
  max-width: 100%;
  background-color: var(--theme-color-bg-input);
  border: 1px solid var(--theme-color-border);
  border-radius: 4px;
}
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,
select:focus {
  outline: none;
  border-color: var(--theme-primary-color);
  background-color: transparent;
}

textarea:-moz-placeholder,
select:-moz-placeholder,
input[type]:-moz-placeholder {
  color: var(--theme-color-placeholder-input);
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]::-moz-placeholder {
  color: var(--theme-color-placeholder-input);
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:-ms-input-placeholder {
  color: var(--theme-color-placeholder-input);
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]::-webkit-input-placeholder {
  color: var(--theme-color-placeholder-input);
}

input[name=post_password] {
  background-color: #fff;
}

textarea {
  height: 183px;
  width: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 25px top 60%;
}

input[type=button],
input[type=reset],
input[type=submit],
.themesflat-button, .tf-button, .btn {
  font-family: var(--theme-btn-font);
  font-style: var(--theme-btn-font-style);
  font-size: var(--theme-btn-font-size);
  letter-spacing: var(--theme-btn-letter-spacing);
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  border-width: 2px;
  border-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform: translate(0);
  transform: translate(0);
  color: var(--theme-accent-foreground-color);
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
  text-transform: uppercase;
}
input[type=button]:focus, input[type=button]:hover, input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:active,
.themesflat-button:focus,
.themesflat-button:hover,
.themesflat-button:active, .tf-button:focus, .tf-button:hover, .tf-button:active, .btn:focus, .btn:hover, .btn:active {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
input[type=button]:not(:disabled):not(.disabled):active, input[type=button]:not(:disabled):not(.disabled).active,
input[type=reset]:not(:disabled):not(.disabled):active,
input[type=reset]:not(:disabled):not(.disabled).active,
input[type=submit]:not(:disabled):not(.disabled):active,
input[type=submit]:not(:disabled):not(.disabled).active,
.themesflat-button:not(:disabled):not(.disabled):active,
.themesflat-button:not(:disabled):not(.disabled).active, .tf-button:not(:disabled):not(.disabled):active, .tf-button:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline,
.themesflat-button.btn-outline, .tf-button.btn-outline, .btn.btn-outline {
  color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
input[type=button].btn-outline:focus, input[type=button].btn-outline:hover, input[type=button].btn-outline:active,
input[type=reset].btn-outline:focus,
input[type=reset].btn-outline:hover,
input[type=reset].btn-outline:active,
input[type=submit].btn-outline:focus,
input[type=submit].btn-outline:hover,
input[type=submit].btn-outline:active,
.themesflat-button.btn-outline:focus,
.themesflat-button.btn-outline:hover,
.themesflat-button.btn-outline:active, .tf-button.btn-outline:focus, .tf-button.btn-outline:hover, .tf-button.btn-outline:active, .btn.btn-outline:focus, .btn.btn-outline:hover, .btn.btn-outline:active {
  background-color: var(--theme-accent-color);
  color: var(--theme-accent-foreground-color);
  border-color: var(--theme-accent-color);
}
input[type=button].btn-link,
input[type=reset].btn-link,
input[type=submit].btn-link,
.themesflat-button.btn-link, .tf-button.btn-link, .btn.btn-link {
  color: var(--theme-accent-color);
}
input[type=button].btn-link:focus, input[type=button].btn-link:hover, input[type=button].btn-link:active,
input[type=reset].btn-link:focus,
input[type=reset].btn-link:hover,
input[type=reset].btn-link:active,
input[type=submit].btn-link:focus,
input[type=submit].btn-link:hover,
input[type=submit].btn-link:active,
.themesflat-button.btn-link:focus,
.themesflat-button.btn-link:hover,
.themesflat-button.btn-link:active, .tf-button.btn-link:focus, .tf-button.btn-link:hover, .tf-button.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active {
  color: var(--theme-primary-color);
}

.post-password-form input[type=submit] {
  line-height: 47px;
  padding: 0 1.8125rem;
  top: -2px;
  position: relative;
  border-radius: 0px 3px 3px 0;
  left: -7px;
}

.themesflat-button,
.tf-button, .btn,
input[type=button],
input[type=reset],
input[type=submit], .tf-button {
  font-size: 1rem;
  line-height: 46px;
  padding: 0 1.8125rem;
}
.themesflat-button.btn-block, .themesflat-button.btn-full,
.tf-button.btn-block,
.tf-button.btn-full, .btn.btn-block, .btn.btn-full,
input[type=button].btn-block,
input[type=button].btn-full,
input[type=reset].btn-block,
input[type=reset].btn-full,
input[type=submit].btn-block,
input[type=submit].btn-full, .tf-button.btn-block, .tf-button.btn-full {
  display: block;
  width: 100%;
}
.themesflat-button.btn-inline,
.tf-button.btn-inline, .btn.btn-inline,
input[type=button].btn-inline,
input[type=reset].btn-inline,
input[type=submit].btn-inline, .tf-button.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.themesflat-button.btn-xs,
.tf-button.btn-xs, .btn.btn-xs,
input[type=button].btn-xs,
input[type=reset].btn-xs,
input[type=submit].btn-xs, .tf-button.btn-xs {
  font-size: 0.6875rem;
  line-height: 26px;
  padding: 0 1.25rem;
}
.themesflat-button.btn-sm,
.tf-button.btn-sm, .btn.btn-sm,
input[type=button].btn-sm,
input[type=reset].btn-sm,
input[type=submit].btn-sm, .tf-button.btn-sm {
  font-size: 0.875rem;
  line-height: 36px;
  padding: 0 2.625rem;
}
.themesflat-button.btn-md,
.tf-button.btn-md, .btn.btn-md,
input[type=button].btn-md,
input[type=reset].btn-md,
input[type=submit].btn-md, .tf-button.btn-md {
  font-size: 1.125rem;
  line-height: 51px;
  padding: 0 2.625rem;
}
.themesflat-button.btn-lg,
.tf-button.btn-lg, .btn.btn-lg,
input[type=button].btn-lg,
input[type=reset].btn-lg,
input[type=submit].btn-lg, .tf-button.btn-lg {
  font-size: 1.25rem;
  line-height: 66px;
  padding: 0 3.4375rem;
}
.themesflat-button.btn-xl,
.tf-button.btn-xl, .btn.btn-xl,
input[type=button].btn-xl,
input[type=reset].btn-xl,
input[type=submit].btn-xl, .tf-button.btn-xl {
  font-size: 1.375rem;
  line-height: 76px;
  padding: 0 3.75rem;
}
.themesflat-button.btn-round,
.tf-button.btn-round, .btn.btn-round,
input[type=button].btn-round,
input[type=reset].btn-round,
input[type=submit].btn-round, .tf-button.btn-round {
  border-radius: 3.125em;
}
.themesflat-button.btn-rounded,
.tf-button.btn-rounded, .btn.btn-rounded,
input[type=button].btn-rounded,
input[type=reset].btn-rounded,
input[type=submit].btn-rounded, .tf-button.btn-rounded {
  border-radius: 0.3125rem;
}
.themesflat-button.btn-square,
.tf-button.btn-square, .btn.btn-square,
input[type=button].btn-square,
input[type=reset].btn-square,
input[type=submit].btn-square, .tf-button.btn-square {
  border-radius: 0;
}
.themesflat-button.btn-accent,
.tf-button.btn-accent, .btn.btn-accent,
input[type=button].btn-accent,
input[type=reset].btn-accent,
input[type=submit].btn-accent, .tf-button.btn-accent {
  color: var(--theme-accent-foreground-color);
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-accent:focus, .themesflat-button.btn-accent:hover, .themesflat-button.btn-accent:active,
.tf-button.btn-accent:focus,
.tf-button.btn-accent:hover,
.tf-button.btn-accent:active, .btn.btn-accent:focus, .btn.btn-accent:hover, .btn.btn-accent:active,
input[type=button].btn-accent:focus,
input[type=button].btn-accent:hover,
input[type=button].btn-accent:active,
input[type=reset].btn-accent:focus,
input[type=reset].btn-accent:hover,
input[type=reset].btn-accent:active,
input[type=submit].btn-accent:focus,
input[type=submit].btn-accent:hover,
input[type=submit].btn-accent:active, .tf-button.btn-accent:focus, .tf-button.btn-accent:hover, .tf-button.btn-accent:active {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-accent:not(:disabled):not(.disabled):active, .themesflat-button.btn-accent:not(:disabled):not(.disabled).active,
.tf-button.btn-accent:not(:disabled):not(.disabled):active,
.tf-button.btn-accent:not(:disabled):not(.disabled).active, .btn.btn-accent:not(:disabled):not(.disabled):active, .btn.btn-accent:not(:disabled):not(.disabled).active,
input[type=button].btn-accent:not(:disabled):not(.disabled):active,
input[type=button].btn-accent:not(:disabled):not(.disabled).active,
input[type=reset].btn-accent:not(:disabled):not(.disabled):active,
input[type=reset].btn-accent:not(:disabled):not(.disabled).active,
input[type=submit].btn-accent:not(:disabled):not(.disabled):active,
input[type=submit].btn-accent:not(:disabled):not(.disabled).active, .tf-button.btn-accent:not(:disabled):not(.disabled):active, .tf-button.btn-accent:not(:disabled):not(.disabled).active {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-accent.btn-outline,
.tf-button.btn-accent.btn-outline, .btn.btn-accent.btn-outline,
input[type=button].btn-accent.btn-outline,
input[type=reset].btn-accent.btn-outline,
input[type=submit].btn-accent.btn-outline, .tf-button.btn-accent.btn-outline {
  color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-accent.btn-outline:focus, .themesflat-button.btn-accent.btn-outline:hover, .themesflat-button.btn-accent.btn-outline:active,
.tf-button.btn-accent.btn-outline:focus,
.tf-button.btn-accent.btn-outline:hover,
.tf-button.btn-accent.btn-outline:active, .btn.btn-accent.btn-outline:focus, .btn.btn-accent.btn-outline:hover, .btn.btn-accent.btn-outline:active,
input[type=button].btn-accent.btn-outline:focus,
input[type=button].btn-accent.btn-outline:hover,
input[type=button].btn-accent.btn-outline:active,
input[type=reset].btn-accent.btn-outline:focus,
input[type=reset].btn-accent.btn-outline:hover,
input[type=reset].btn-accent.btn-outline:active,
input[type=submit].btn-accent.btn-outline:focus,
input[type=submit].btn-accent.btn-outline:hover,
input[type=submit].btn-accent.btn-outline:active, .tf-button.btn-accent.btn-outline:focus, .tf-button.btn-accent.btn-outline:hover, .tf-button.btn-accent.btn-outline:active {
  background-color: var(--theme-accent-color);
  color: var(--theme-accent-foreground-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-accent.btn-link,
.tf-button.btn-accent.btn-link, .btn.btn-accent.btn-link,
input[type=button].btn-accent.btn-link,
input[type=reset].btn-accent.btn-link,
input[type=submit].btn-accent.btn-link, .tf-button.btn-accent.btn-link {
  color: var(--theme-accent-color);
}
.themesflat-button.btn-accent.btn-link:focus, .themesflat-button.btn-accent.btn-link:hover, .themesflat-button.btn-accent.btn-link:active,
.tf-button.btn-accent.btn-link:focus,
.tf-button.btn-accent.btn-link:hover,
.tf-button.btn-accent.btn-link:active, .btn.btn-accent.btn-link:focus, .btn.btn-accent.btn-link:hover, .btn.btn-accent.btn-link:active,
input[type=button].btn-accent.btn-link:focus,
input[type=button].btn-accent.btn-link:hover,
input[type=button].btn-accent.btn-link:active,
input[type=reset].btn-accent.btn-link:focus,
input[type=reset].btn-accent.btn-link:hover,
input[type=reset].btn-accent.btn-link:active,
input[type=submit].btn-accent.btn-link:focus,
input[type=submit].btn-accent.btn-link:hover,
input[type=submit].btn-accent.btn-link:active, .tf-button.btn-accent.btn-link:focus, .tf-button.btn-accent.btn-link:hover, .tf-button.btn-accent.btn-link:active {
  color: var(--theme-primary-color);
}
.themesflat-button.btn-primary,
.tf-button.btn-primary, .btn.btn-primary,
input[type=button].btn-primary,
input[type=reset].btn-primary,
input[type=submit].btn-primary, .tf-button.btn-primary {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-primary:focus, .themesflat-button.btn-primary:hover, .themesflat-button.btn-primary:active,
.tf-button.btn-primary:focus,
.tf-button.btn-primary:hover,
.tf-button.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active,
input[type=button].btn-primary:focus,
input[type=button].btn-primary:hover,
input[type=button].btn-primary:active,
input[type=reset].btn-primary:focus,
input[type=reset].btn-primary:hover,
input[type=reset].btn-primary:active,
input[type=submit].btn-primary:focus,
input[type=submit].btn-primary:hover,
input[type=submit].btn-primary:active, .tf-button.btn-primary:focus, .tf-button.btn-primary:hover, .tf-button.btn-primary:active {
  color: var(--theme-accent-foreground-color);
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-primary:not(:disabled):not(.disabled):active, .themesflat-button.btn-primary:not(:disabled):not(.disabled).active,
.tf-button.btn-primary:not(:disabled):not(.disabled):active,
.tf-button.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active,
input[type=button].btn-primary:not(:disabled):not(.disabled):active,
input[type=button].btn-primary:not(:disabled):not(.disabled).active,
input[type=reset].btn-primary:not(:disabled):not(.disabled):active,
input[type=reset].btn-primary:not(:disabled):not(.disabled).active,
input[type=submit].btn-primary:not(:disabled):not(.disabled):active,
input[type=submit].btn-primary:not(:disabled):not(.disabled).active, .tf-button.btn-primary:not(:disabled):not(.disabled):active, .tf-button.btn-primary:not(:disabled):not(.disabled).active {
  color: var(--theme-accent-foreground-color);
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-primary.btn-outline,
.tf-button.btn-primary.btn-outline, .btn.btn-primary.btn-outline,
input[type=button].btn-primary.btn-outline,
input[type=reset].btn-primary.btn-outline,
input[type=submit].btn-primary.btn-outline, .tf-button.btn-primary.btn-outline {
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-primary.btn-outline:focus, .themesflat-button.btn-primary.btn-outline:hover, .themesflat-button.btn-primary.btn-outline:active,
.tf-button.btn-primary.btn-outline:focus,
.tf-button.btn-primary.btn-outline:hover,
.tf-button.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:active,
input[type=button].btn-primary.btn-outline:focus,
input[type=button].btn-primary.btn-outline:hover,
input[type=button].btn-primary.btn-outline:active,
input[type=reset].btn-primary.btn-outline:focus,
input[type=reset].btn-primary.btn-outline:hover,
input[type=reset].btn-primary.btn-outline:active,
input[type=submit].btn-primary.btn-outline:focus,
input[type=submit].btn-primary.btn-outline:hover,
input[type=submit].btn-primary.btn-outline:active, .tf-button.btn-primary.btn-outline:focus, .tf-button.btn-primary.btn-outline:hover, .tf-button.btn-primary.btn-outline:active {
  background-color: var(--theme-primary-color);
  color: var(--theme-primary-foreground-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-primary.btn-link,
.tf-button.btn-primary.btn-link, .btn.btn-primary.btn-link,
input[type=button].btn-primary.btn-link,
input[type=reset].btn-primary.btn-link,
input[type=submit].btn-primary.btn-link, .tf-button.btn-primary.btn-link {
  color: var(--theme-primary-color);
}
.themesflat-button.btn-primary.btn-link:focus, .themesflat-button.btn-primary.btn-link:hover, .themesflat-button.btn-primary.btn-link:active,
.tf-button.btn-primary.btn-link:focus,
.tf-button.btn-primary.btn-link:hover,
.tf-button.btn-primary.btn-link:active, .btn.btn-primary.btn-link:focus, .btn.btn-primary.btn-link:hover, .btn.btn-primary.btn-link:active,
input[type=button].btn-primary.btn-link:focus,
input[type=button].btn-primary.btn-link:hover,
input[type=button].btn-primary.btn-link:active,
input[type=reset].btn-primary.btn-link:focus,
input[type=reset].btn-primary.btn-link:hover,
input[type=reset].btn-primary.btn-link:active,
input[type=submit].btn-primary.btn-link:focus,
input[type=submit].btn-primary.btn-link:hover,
input[type=submit].btn-primary.btn-link:active, .tf-button.btn-primary.btn-link:focus, .tf-button.btn-primary.btn-link:hover, .tf-button.btn-primary.btn-link:active {
  color: var(--theme-accent-color);
}
.themesflat-button.btn-secondary,
.tf-button.btn-secondary, .btn.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary, .tf-button.btn-secondary {
  color: var(--theme-secondary-foreground-color);
  background-color: var(--theme-secondary-color);
  border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary:focus, .themesflat-button.btn-secondary:hover, .themesflat-button.btn-secondary:active,
.tf-button.btn-secondary:focus,
.tf-button.btn-secondary:hover,
.tf-button.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active,
input[type=button].btn-secondary:focus,
input[type=button].btn-secondary:hover,
input[type=button].btn-secondary:active,
input[type=reset].btn-secondary:focus,
input[type=reset].btn-secondary:hover,
input[type=reset].btn-secondary:active,
input[type=submit].btn-secondary:focus,
input[type=submit].btn-secondary:hover,
input[type=submit].btn-secondary:active, .tf-button.btn-secondary:focus, .tf-button.btn-secondary:hover, .tf-button.btn-secondary:active {
  color: var(--theme-accent-foreground-color);
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-secondary:not(:disabled):not(.disabled):active, .themesflat-button.btn-secondary:not(:disabled):not(.disabled).active,
.tf-button.btn-secondary:not(:disabled):not(.disabled):active,
.tf-button.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active,
input[type=button].btn-secondary:not(:disabled):not(.disabled):active,
input[type=button].btn-secondary:not(:disabled):not(.disabled).active,
input[type=reset].btn-secondary:not(:disabled):not(.disabled):active,
input[type=reset].btn-secondary:not(:disabled):not(.disabled).active,
input[type=submit].btn-secondary:not(:disabled):not(.disabled):active,
input[type=submit].btn-secondary:not(:disabled):not(.disabled).active, .tf-button.btn-secondary:not(:disabled):not(.disabled):active, .tf-button.btn-secondary:not(:disabled):not(.disabled).active {
  color: var(--theme-accent-foreground-color);
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-secondary.btn-outline,
.tf-button.btn-secondary.btn-outline, .btn.btn-secondary.btn-outline,
input[type=button].btn-secondary.btn-outline,
input[type=reset].btn-secondary.btn-outline,
input[type=submit].btn-secondary.btn-outline, .tf-button.btn-secondary.btn-outline {
  color: var(--theme-secondary-color);
  border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary.btn-outline:focus, .themesflat-button.btn-secondary.btn-outline:hover, .themesflat-button.btn-secondary.btn-outline:active,
.tf-button.btn-secondary.btn-outline:focus,
.tf-button.btn-secondary.btn-outline:hover,
.tf-button.btn-secondary.btn-outline:active, .btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:active,
input[type=button].btn-secondary.btn-outline:focus,
input[type=button].btn-secondary.btn-outline:hover,
input[type=button].btn-secondary.btn-outline:active,
input[type=reset].btn-secondary.btn-outline:focus,
input[type=reset].btn-secondary.btn-outline:hover,
input[type=reset].btn-secondary.btn-outline:active,
input[type=submit].btn-secondary.btn-outline:focus,
input[type=submit].btn-secondary.btn-outline:hover,
input[type=submit].btn-secondary.btn-outline:active, .tf-button.btn-secondary.btn-outline:focus, .tf-button.btn-secondary.btn-outline:hover, .tf-button.btn-secondary.btn-outline:active {
  background-color: var(--theme-secondary-color);
  color: var(--theme-secondary-foreground-color);
  border-color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary.btn-link,
.tf-button.btn-secondary.btn-link, .btn.btn-secondary.btn-link,
input[type=button].btn-secondary.btn-link,
input[type=reset].btn-secondary.btn-link,
input[type=submit].btn-secondary.btn-link, .tf-button.btn-secondary.btn-link {
  color: var(--theme-secondary-color);
}
.themesflat-button.btn-secondary.btn-link:focus, .themesflat-button.btn-secondary.btn-link:hover, .themesflat-button.btn-secondary.btn-link:active,
.tf-button.btn-secondary.btn-link:focus,
.tf-button.btn-secondary.btn-link:hover,
.tf-button.btn-secondary.btn-link:active, .btn.btn-secondary.btn-link:focus, .btn.btn-secondary.btn-link:hover, .btn.btn-secondary.btn-link:active,
input[type=button].btn-secondary.btn-link:focus,
input[type=button].btn-secondary.btn-link:hover,
input[type=button].btn-secondary.btn-link:active,
input[type=reset].btn-secondary.btn-link:focus,
input[type=reset].btn-secondary.btn-link:hover,
input[type=reset].btn-secondary.btn-link:active,
input[type=submit].btn-secondary.btn-link:focus,
input[type=submit].btn-secondary.btn-link:hover,
input[type=submit].btn-secondary.btn-link:active, .tf-button.btn-secondary.btn-link:focus, .tf-button.btn-secondary.btn-link:hover, .tf-button.btn-secondary.btn-link:active {
  color: var(--theme-accent-color);
}
.themesflat-button.btn-light,
.tf-button.btn-light, .btn.btn-light,
input[type=button].btn-light,
input[type=reset].btn-light,
input[type=submit].btn-light, .tf-button.btn-light {
  color: var(--theme-light-foreground-color);
  background-color: var(--theme-light-color);
  border-color: var(--theme-light-color);
}
.themesflat-button.btn-light:focus, .themesflat-button.btn-light:hover, .themesflat-button.btn-light:active,
.tf-button.btn-light:focus,
.tf-button.btn-light:hover,
.tf-button.btn-light:active, .btn.btn-light:focus, .btn.btn-light:hover, .btn.btn-light:active,
input[type=button].btn-light:focus,
input[type=button].btn-light:hover,
input[type=button].btn-light:active,
input[type=reset].btn-light:focus,
input[type=reset].btn-light:hover,
input[type=reset].btn-light:active,
input[type=submit].btn-light:focus,
input[type=submit].btn-light:hover,
input[type=submit].btn-light:active, .tf-button.btn-light:focus, .tf-button.btn-light:hover, .tf-button.btn-light:active {
  color: var(--theme-light-color);
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-light:not(:disabled):not(.disabled):active, .themesflat-button.btn-light:not(:disabled):not(.disabled).active,
.tf-button.btn-light:not(:disabled):not(.disabled):active,
.tf-button.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active, .btn.btn-light:not(:disabled):not(.disabled).active,
input[type=button].btn-light:not(:disabled):not(.disabled):active,
input[type=button].btn-light:not(:disabled):not(.disabled).active,
input[type=reset].btn-light:not(:disabled):not(.disabled):active,
input[type=reset].btn-light:not(:disabled):not(.disabled).active,
input[type=submit].btn-light:not(:disabled):not(.disabled):active,
input[type=submit].btn-light:not(:disabled):not(.disabled).active, .tf-button.btn-light:not(:disabled):not(.disabled):active, .tf-button.btn-light:not(:disabled):not(.disabled).active {
  color: var(--theme-light-color);
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
.themesflat-button.btn-light.btn-outline,
.tf-button.btn-light.btn-outline, .btn.btn-light.btn-outline,
input[type=button].btn-light.btn-outline,
input[type=reset].btn-light.btn-outline,
input[type=submit].btn-light.btn-outline, .tf-button.btn-light.btn-outline {
  color: var(--theme-light-color);
  border-color: var(--theme-light-color);
}
.themesflat-button.btn-light.btn-outline:focus, .themesflat-button.btn-light.btn-outline:hover, .themesflat-button.btn-light.btn-outline:active,
.tf-button.btn-light.btn-outline:focus,
.tf-button.btn-light.btn-outline:hover,
.tf-button.btn-light.btn-outline:active, .btn.btn-light.btn-outline:focus, .btn.btn-light.btn-outline:hover, .btn.btn-light.btn-outline:active,
input[type=button].btn-light.btn-outline:focus,
input[type=button].btn-light.btn-outline:hover,
input[type=button].btn-light.btn-outline:active,
input[type=reset].btn-light.btn-outline:focus,
input[type=reset].btn-light.btn-outline:hover,
input[type=reset].btn-light.btn-outline:active,
input[type=submit].btn-light.btn-outline:focus,
input[type=submit].btn-light.btn-outline:hover,
input[type=submit].btn-light.btn-outline:active, .tf-button.btn-light.btn-outline:focus, .tf-button.btn-light.btn-outline:hover, .tf-button.btn-light.btn-outline:active {
  background-color: var(--theme-light-color);
  color: var(--theme-light-foreground-color);
  border-color: var(--theme-light-color);
}
.themesflat-button.btn-light.btn-link,
.tf-button.btn-light.btn-link, .btn.btn-light.btn-link,
input[type=button].btn-light.btn-link,
input[type=reset].btn-light.btn-link,
input[type=submit].btn-light.btn-link, .tf-button.btn-light.btn-link {
  color: var(--theme-light-color);
}
.themesflat-button.btn-light.btn-link:focus, .themesflat-button.btn-light.btn-link:hover, .themesflat-button.btn-light.btn-link:active,
.tf-button.btn-light.btn-link:focus,
.tf-button.btn-light.btn-link:hover,
.tf-button.btn-light.btn-link:active, .btn.btn-light.btn-link:focus, .btn.btn-light.btn-link:hover, .btn.btn-light.btn-link:active,
input[type=button].btn-light.btn-link:focus,
input[type=button].btn-light.btn-link:hover,
input[type=button].btn-light.btn-link:active,
input[type=reset].btn-light.btn-link:focus,
input[type=reset].btn-light.btn-link:hover,
input[type=reset].btn-light.btn-link:active,
input[type=submit].btn-light.btn-link:focus,
input[type=submit].btn-light.btn-link:hover,
input[type=submit].btn-light.btn-link:active, .tf-button.btn-light.btn-link:focus, .tf-button.btn-light.btn-link:hover, .tf-button.btn-light.btn-link:active {
  color: var(--theme-accent-color);
}
.themesflat-button.btn-dark,
.tf-button.btn-dark, .btn.btn-dark,
input[type=button].btn-dark,
input[type=reset].btn-dark,
input[type=submit].btn-dark, .tf-button.btn-dark {
  color: var(--theme-dark-foreground-color);
  background-color: var(--theme-dark-color);
  border-color: var(--theme-dark-color);
}
.themesflat-button.btn-dark:focus, .themesflat-button.btn-dark:hover, .themesflat-button.btn-dark:active,
.tf-button.btn-dark:focus,
.tf-button.btn-dark:hover,
.tf-button.btn-dark:active, .btn.btn-dark:focus, .btn.btn-dark:hover, .btn.btn-dark:active,
input[type=button].btn-dark:focus,
input[type=button].btn-dark:hover,
input[type=button].btn-dark:active,
input[type=reset].btn-dark:focus,
input[type=reset].btn-dark:hover,
input[type=reset].btn-dark:active,
input[type=submit].btn-dark:focus,
input[type=submit].btn-dark:hover,
input[type=submit].btn-dark:active, .tf-button.btn-dark:focus, .tf-button.btn-dark:hover, .tf-button.btn-dark:active {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-dark:not(:disabled):not(.disabled):active, .themesflat-button.btn-dark:not(:disabled):not(.disabled).active,
.tf-button.btn-dark:not(:disabled):not(.disabled):active,
.tf-button.btn-dark:not(:disabled):not(.disabled).active, .btn.btn-dark:not(:disabled):not(.disabled):active, .btn.btn-dark:not(:disabled):not(.disabled).active,
input[type=button].btn-dark:not(:disabled):not(.disabled):active,
input[type=button].btn-dark:not(:disabled):not(.disabled).active,
input[type=reset].btn-dark:not(:disabled):not(.disabled):active,
input[type=reset].btn-dark:not(:disabled):not(.disabled).active,
input[type=submit].btn-dark:not(:disabled):not(.disabled):active,
input[type=submit].btn-dark:not(:disabled):not(.disabled).active, .tf-button.btn-dark:not(:disabled):not(.disabled):active, .tf-button.btn-dark:not(:disabled):not(.disabled).active {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-dark.btn-outline,
.tf-button.btn-dark.btn-outline, .btn.btn-dark.btn-outline,
input[type=button].btn-dark.btn-outline,
input[type=reset].btn-dark.btn-outline,
input[type=submit].btn-dark.btn-outline, .tf-button.btn-dark.btn-outline {
  color: var(--theme-dark-color);
  border-color: var(--theme-dark-color);
}
.themesflat-button.btn-dark.btn-outline:focus, .themesflat-button.btn-dark.btn-outline:hover, .themesflat-button.btn-dark.btn-outline:active,
.tf-button.btn-dark.btn-outline:focus,
.tf-button.btn-dark.btn-outline:hover,
.tf-button.btn-dark.btn-outline:active, .btn.btn-dark.btn-outline:focus, .btn.btn-dark.btn-outline:hover, .btn.btn-dark.btn-outline:active,
input[type=button].btn-dark.btn-outline:focus,
input[type=button].btn-dark.btn-outline:hover,
input[type=button].btn-dark.btn-outline:active,
input[type=reset].btn-dark.btn-outline:focus,
input[type=reset].btn-dark.btn-outline:hover,
input[type=reset].btn-dark.btn-outline:active,
input[type=submit].btn-dark.btn-outline:focus,
input[type=submit].btn-dark.btn-outline:hover,
input[type=submit].btn-dark.btn-outline:active, .tf-button.btn-dark.btn-outline:focus, .tf-button.btn-dark.btn-outline:hover, .tf-button.btn-dark.btn-outline:active {
  background-color: var(--theme-dark-color);
  color: var(--theme-dark-foreground-color);
  border-color: var(--theme-dark-color);
}
.themesflat-button.btn-dark.btn-link,
.tf-button.btn-dark.btn-link, .btn.btn-dark.btn-link,
input[type=button].btn-dark.btn-link,
input[type=reset].btn-dark.btn-link,
input[type=submit].btn-dark.btn-link, .tf-button.btn-dark.btn-link {
  color: var(--theme-dark-color);
}
.themesflat-button.btn-dark.btn-link:focus, .themesflat-button.btn-dark.btn-link:hover, .themesflat-button.btn-dark.btn-link:active,
.tf-button.btn-dark.btn-link:focus,
.tf-button.btn-dark.btn-link:hover,
.tf-button.btn-dark.btn-link:active, .btn.btn-dark.btn-link:focus, .btn.btn-dark.btn-link:hover, .btn.btn-dark.btn-link:active,
input[type=button].btn-dark.btn-link:focus,
input[type=button].btn-dark.btn-link:hover,
input[type=button].btn-dark.btn-link:active,
input[type=reset].btn-dark.btn-link:focus,
input[type=reset].btn-dark.btn-link:hover,
input[type=reset].btn-dark.btn-link:active,
input[type=submit].btn-dark.btn-link:focus,
input[type=submit].btn-dark.btn-link:hover,
input[type=submit].btn-dark.btn-link:active, .tf-button.btn-dark.btn-link:focus, .tf-button.btn-dark.btn-link:hover, .tf-button.btn-dark.btn-link:active {
  color: var(--theme-primary-color);
}
.themesflat-button.btn-gray,
.tf-button.btn-gray, .btn.btn-gray,
input[type=button].btn-gray,
input[type=reset].btn-gray,
input[type=submit].btn-gray, .tf-button.btn-gray {
  color: var(--theme-gray-foreground-color);
  background-color: var(--theme-gray-color);
  border-color: var(--theme-gray-color);
}
.themesflat-button.btn-gray:focus, .themesflat-button.btn-gray:hover, .themesflat-button.btn-gray:active,
.tf-button.btn-gray:focus,
.tf-button.btn-gray:hover,
.tf-button.btn-gray:active, .btn.btn-gray:focus, .btn.btn-gray:hover, .btn.btn-gray:active,
input[type=button].btn-gray:focus,
input[type=button].btn-gray:hover,
input[type=button].btn-gray:active,
input[type=reset].btn-gray:focus,
input[type=reset].btn-gray:hover,
input[type=reset].btn-gray:active,
input[type=submit].btn-gray:focus,
input[type=submit].btn-gray:hover,
input[type=submit].btn-gray:active, .tf-button.btn-gray:focus, .tf-button.btn-gray:hover, .tf-button.btn-gray:active {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-gray:not(:disabled):not(.disabled):active, .themesflat-button.btn-gray:not(:disabled):not(.disabled).active,
.tf-button.btn-gray:not(:disabled):not(.disabled):active,
.tf-button.btn-gray:not(:disabled):not(.disabled).active, .btn.btn-gray:not(:disabled):not(.disabled):active, .btn.btn-gray:not(:disabled):not(.disabled).active,
input[type=button].btn-gray:not(:disabled):not(.disabled):active,
input[type=button].btn-gray:not(:disabled):not(.disabled).active,
input[type=reset].btn-gray:not(:disabled):not(.disabled):active,
input[type=reset].btn-gray:not(:disabled):not(.disabled).active,
input[type=submit].btn-gray:not(:disabled):not(.disabled):active,
input[type=submit].btn-gray:not(:disabled):not(.disabled).active, .tf-button.btn-gray:not(:disabled):not(.disabled):active, .tf-button.btn-gray:not(:disabled):not(.disabled).active {
  color: var(--theme-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.themesflat-button.btn-gray.btn-outline,
.tf-button.btn-gray.btn-outline, .btn.btn-gray.btn-outline,
input[type=button].btn-gray.btn-outline,
input[type=reset].btn-gray.btn-outline,
input[type=submit].btn-gray.btn-outline, .tf-button.btn-gray.btn-outline {
  color: var(--theme-gray-color);
  border-color: var(--theme-gray-color);
}
.themesflat-button.btn-gray.btn-outline:focus, .themesflat-button.btn-gray.btn-outline:hover, .themesflat-button.btn-gray.btn-outline:active,
.tf-button.btn-gray.btn-outline:focus,
.tf-button.btn-gray.btn-outline:hover,
.tf-button.btn-gray.btn-outline:active, .btn.btn-gray.btn-outline:focus, .btn.btn-gray.btn-outline:hover, .btn.btn-gray.btn-outline:active,
input[type=button].btn-gray.btn-outline:focus,
input[type=button].btn-gray.btn-outline:hover,
input[type=button].btn-gray.btn-outline:active,
input[type=reset].btn-gray.btn-outline:focus,
input[type=reset].btn-gray.btn-outline:hover,
input[type=reset].btn-gray.btn-outline:active,
input[type=submit].btn-gray.btn-outline:focus,
input[type=submit].btn-gray.btn-outline:hover,
input[type=submit].btn-gray.btn-outline:active, .tf-button.btn-gray.btn-outline:focus, .tf-button.btn-gray.btn-outline:hover, .tf-button.btn-gray.btn-outline:active {
  background-color: var(--theme-gray-color);
  color: var(--theme-gray-foreground-color);
  border-color: var(--theme-gray-color);
}
.themesflat-button.btn-gray.btn-link,
.tf-button.btn-gray.btn-link, .btn.btn-gray.btn-link,
input[type=button].btn-gray.btn-link,
input[type=reset].btn-gray.btn-link,
input[type=submit].btn-gray.btn-link, .tf-button.btn-gray.btn-link {
  color: var(--theme-gray-color);
}
.themesflat-button.btn-gray.btn-link:focus, .themesflat-button.btn-gray.btn-link:hover, .themesflat-button.btn-gray.btn-link:active,
.tf-button.btn-gray.btn-link:focus,
.tf-button.btn-gray.btn-link:hover,
.tf-button.btn-gray.btn-link:active, .btn.btn-gray.btn-link:focus, .btn.btn-gray.btn-link:hover, .btn.btn-gray.btn-link:active,
input[type=button].btn-gray.btn-link:focus,
input[type=button].btn-gray.btn-link:hover,
input[type=button].btn-gray.btn-link:active,
input[type=reset].btn-gray.btn-link:focus,
input[type=reset].btn-gray.btn-link:hover,
input[type=reset].btn-gray.btn-link:active,
input[type=submit].btn-gray.btn-link:focus,
input[type=submit].btn-gray.btn-link:hover,
input[type=submit].btn-gray.btn-link:active, .tf-button.btn-gray.btn-link:focus, .tf-button.btn-gray.btn-link:hover, .tf-button.btn-gray.btn-link:active {
  color: var(--theme-primary-color);
}
.themesflat-button.btn-outline,
.tf-button.btn-outline, .btn.btn-outline,
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline, .tf-button.btn-outline {
  background-color: transparent;
  border-color: var(--theme-color-border);
}
.themesflat-button.btn-dark.btn-outline,
.tf-button.btn-dark.btn-outline, .btn.btn-dark.btn-outline,
input[type=button].btn-dark.btn-outline,
input[type=reset].btn-dark.btn-outline,
input[type=submit].btn-dark.btn-outline, .tf-button.btn-dark.btn-outline {
  color: var(--theme-dark-color);
  border-color: var(--theme-color-border);
}
.themesflat-button.btn-link,
.tf-button.btn-link, .btn.btn-link,
input[type=button].btn-link,
input[type=reset].btn-link,
input[type=submit].btn-link, .tf-button.btn-link {
  background-color: transparent !important;
  border-width: 0;
  text-decoration: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3;
}
.themesflat-button.btn-link:not(:disabled):not(.disabled):active,
.tf-button.btn-link:not(:disabled):not(.disabled):active, .btn.btn-link:not(:disabled):not(.disabled):active,
input[type=button].btn-link:not(:disabled):not(.disabled):active,
input[type=reset].btn-link:not(:disabled):not(.disabled):active,
input[type=submit].btn-link:not(:disabled):not(.disabled):active, .tf-button.btn-link:not(:disabled):not(.disabled):active {
  color: initial;
}
.themesflat-button.btn-link:not(:disabled):not(.disabled):active:focus,
.tf-button.btn-link:not(:disabled):not(.disabled):active:focus, .btn.btn-link:not(:disabled):not(.disabled):active:focus,
input[type=button].btn-link:not(:disabled):not(.disabled):active:focus,
input[type=reset].btn-link:not(:disabled):not(.disabled):active:focus,
input[type=submit].btn-link:not(:disabled):not(.disabled):active:focus, .tf-button.btn-link:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tf-btn .tf-btn-icon:not(:first-child) {
  margin-left: 5px;
}
.tf-btn .tf-btn-icon i {
  position: relative;
  top: 2px;
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .sidebar-left .tf-sidebar {
    order: -1;
  }
}

body[data-elementor-device-mode=desktop] .themesflat-col-lg-custom-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

body[data-elementor-device-mode=tablet] .themesflat-col-md-custom-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

body[data-elementor-device-mode=mobile] .themesflat-col-custom-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header .header-customize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-customize .header-customize-item + .header-customize-item {
  margin-left: 25px;
}

.header-custom-html .demo-language {
  display: -ms-flexbox;
  display: flex;
}
.header-custom-html .demo-language .btn, .header-custom-html .demo-language .label {
  color: var(--theme-color-main-navigation);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-custom-html .demo-language .label {
  padding-right: 10px;
}
.header-custom-html .demo-language .btn {
  padding: 0;
  background: transparent;
  border: none;
}
.header-custom-html .demo-language .btn:hover {
  color: var(--theme-primary-color);
}
.header-custom-html .demo-language .btn:after, .header-custom-html .demo-language .btn:before {
  display: none;
}

.header-wrap .phone-info,
.header-wrap .email-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-wrap .phone-info .icon,
.header-wrap .email-info .icon {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #FDF0F0;
  color: var(--theme-primary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrap .phone-info .info-content,
.header-wrap .email-info .info-content {
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-color-main-navigation);
}
.header-wrap .themesflat-socials {
  margin-left: 48px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.header-wrap .themesflat-socials > li + li {
  margin-left: 10px;
}
.header-wrap .themesflat-socials > li a {
  font-weight: 400;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  color: var(--theme-color-main-navigation);
}
.header-wrap .themesflat-socials > li a:hover {
  color: var(--theme-color-hover-main-navigation);
}
.header-wrap .header-btn .btn {
  margin-left: 48px;
  border-radius: 5px;
  min-width: 170px;
  padding: 0 15px;
  line-height: 49px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.header-wrap .header-btn .btn i {
  margin-left: 5px;
}
.header-wrap .header-btn .btn:hover {
  background-color: #F23402;
}

.header-customize-item .icon-show-search {
  font-size: 18px;
  width: 30px;
  display: block;
  text-align: center;
  color: var(--theme-color-main-navigation);
}
.header-customize-item.active .icon-show-search > i:before {
  content: "\f00d";
  font-family: var(--theme-icon-font-primary);
}

.top-search.widget_search {
  background: var(--theme-accent-color);
  padding: 30px 15px;
  line-height: normal;
  position: absolute;
  right: 0;
  top: 120%;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.06);
}
.top-search.widget_search.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 100%;
}
.top-search.widget_search .input-group {
  border-bottom: 1px solid var(--theme-accent-color);
  color: var(--theme-accent-foreground-color);
  overflow: hidden;
}
.top-search.widget_search input[type=search] {
  color: inherit !important;
  padding-right: 60px;
  padding-left: 0;
}
.top-search.widget_search input[type=search]:-moz-placeholder {
  color: var(--theme-accent-foreground-color);
}
.top-search.widget_search input[type=search]::-moz-placeholder {
  color: var(--theme-accent-foreground-color);
}
.top-search.widget_search input[type=search]:-ms-input-placeholder {
  color: var(--theme-accent-foreground-color);
}
.top-search.widget_search input[type=search]::-webkit-input-placeholder {
  color: var(--theme-accent-foreground-color);
}
.top-search.widget_search .search-submit {
  width: auto;
  padding-right: 10px;
  color: inherit !important;
}

.sticky-area-wrap.sticky .header-wrap .phone-info .info-content,
.sticky-area-wrap.sticky .header-wrap .email-info .info-content {
  color: var(--theme-header-sticky-color-main-navigation);
}
.sticky-area-wrap.sticky .header-custom-html .demo-language .btn, .sticky-area-wrap.sticky .header-custom-html .demo-language .label {
  color: var(--theme-header-sticky-color-main-navigation);
}
.sticky-area-wrap.sticky .header-customize-item .icon-show-search {
  color: var(--theme-header-sticky-color-main-navigation);
}

@media only screen and (max-width: 1200px) {
  .header .header-customize .header-customize-item + .header-customize-item {
    margin-left: 20px;
  }
}
/* Canvas Menu */
.canvas-nav-wrap .inner-canvas-nav {
  width: 320px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  background-color: #fff;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.canvas-nav-wrap.active .inner-canvas-nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.canvas-nav-wrap .overlay-canvas-nav {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
  opacity: 1;
  visibility: visible;
}

.canvas-menu-close {
  position: absolute;
  right: 20px;
  top: 30px;
}

.canvas-menu-close span {
  position: relative;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.canvas-menu-close span:before,
.canvas-menu-close span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
}

.canvas-menu-close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.canvas-menu-close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.inner-canvas-nav .logo > a {
  max-width: 180px;
}

#mainnav_canvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainnav_canvas ul > li {
  width: 100%;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}

#mainnav_canvas > ul > li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#mainnav_canvas ul > li:last-child {
  border-bottom: solid 1px transparent;
}

#mainnav_canvas ul li a {
  font-weight: 500;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 12px 50px 12px 25px;
  text-align: left;
  color: #191919;
}

#mainnav_canvas ul li a > span {
  background: var(--theme-primary-color);
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
}

#mainnav_canvas .sub-menu a {
  padding: 12px 50px 12px 35px;
}

#mainnav_canvas .sub-menu .sub-menu a {
  padding: 12px 50px 12px 45px;
}

#mainnav_canvas ul li.current_page_item > a,
#mainnav_canvas ul li.current-menu-item > a,
#mainnav_canvas ul li.current-menu-ancestor > a,
#mainnav_canvas ul li.current-menu-parent > a {
  color: var(--theme-primary-color);
}

#mainnav_canvas ul li {
  border-top-style: solid;
  border-top-color: rgba(209, 209, 209, 0.5607843137);
  border-top-width: 1px;
}

#mainnav_canvas > ul > li:last-child {
  border-bottom-style: solid;
  border-bottom-color: rgba(209, 209, 209, 0.5607843137);
  border-bottom-width: 1px;
}

#mainnav > ul > li:first-child > a {
  padding-left: 0;
}

#mainnav > ul > li > a,
#header .show-search a,
header .block a,
#header .mini-cart-header .cart-count,
#header .mini-cart .cart-count,
.button-menu {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-area-wrap.sticky .inner-header {
  background-color: #222;
  z-index: 10000;
  width: 100%;
  top: 0;
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4);
}

#logo.has-logo-sticky .logo-sticky {
  display: none;
}

.sticky-area-wrap.sticky #logo.has-logo-sticky .logo-sticky {
  display: block;
}
.sticky-area-wrap.sticky #logo.has-logo-sticky .site-logo:not(.logo-sticky) {
  display: none;
}

.sticky-area-wrap {
  position: relative;
  transition: all 0.5s;
  z-index: 1000;
}
.sticky-area-wrap .inner-header {
  transition: all 0.5s;
  height: auto;
  left: 0;
}
.sticky-area-wrap .inner-header #mainnav > ul > li > a {
  line-height: var(--theme-height-header);
}
.sticky-area-wrap .inner-header #mainnav > ul > li.current-menu-item > a {
  color: var(--theme-header-sticky-color-hover-main-navigation);
}
.sticky-area-wrap.sticky #mainnav > ul > li > a {
  line-height: var(--theme-height-header-sticky);
}

.header-hidden {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  box-shadow: none !important;
}

.header-mobile {
  display: none;
}
.header-mobile .show-search:not(.active) a {
  color: var(--theme-dark-color);
}
.header-mobile .inner-header {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}
.header-mobile .inner-header .header-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}
.header-mobile .top-search {
  width: calc(90vw - 115px);
  max-width: 400px;
}
.header-mobile .inner-canvas-nav .logo {
  padding: 25px 25px !important;
  line-height: unset;
  text-align: left;
}
.header-mobile .inner-canvas-nav .logo a {
  max-width: 150px;
  display: block;
}

.header-template-menu {
  display: block;
}
.header-template-menu .btn-menu:before, .header-template-menu .btn-menu:after, .header-template-menu .btn-menu span {
  background-color: #fff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}
.header-template-menu .inner-canvas-nav .logo {
  padding: 25px 25px !important;
  line-height: unset;
  text-align: left;
}
.header-template-menu .inner-canvas-nav .logo a {
  max-width: 150px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .header-mobile {
    display: block;
  }
}
.modal-menu__panel-footer {
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px 30px 20px 60px;
  background: #f4f4f4;
  min-height: 100px;
  justify-content: center;
}
.modal-menu__panel-footer .logo-panel a {
  display: inline-block;
}

.modal-menu__close {
  position: absolute;
  top: 10px;
  width: 70px;
  height: 70px;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  border: none;
  padding: 0;
  fill: currentColor;
  transition: background-color 0.15s, color 0.15s;
  color: #fff;
  left: 10px;
  font-size: 24px;
}

.modal-menu__body .modal-menu__close {
  color: #fff;
}

.modal-menu__panel {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  z-index: 1;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-menu__panel-back,
.modal-menu__panel-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.modal-menu__panel-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 90px;
  padding: 10px 100px 10px 10px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #f4f4f4;
}

.modal-menu__panel-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.modal-menu__panel-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 60px 60px 60px 60px;
  min-height: 60vh;
}

.modal-menu__panel-body .widget .widget-title {
  color: #fff;
  margin-bottom: 20px;
}

.modal-menu__panel-body .widget .gallery-item {
  padding: 0 5px;
  margin: 0 0 10px 0;
}

.modal-menu__panel-body .widget > .gallery {
  margin: 0 -5px;
}

.modal-menu__panel-body .widget {
  margin-bottom: 30px;
}

.modal-menu__panel-body .widget ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.modal-menu__panel-body .widget > ul > li {
  padding-left: 0px;
}

.modal-menu__panel-body .widget_block ul,
.modal-menu__panel-body .widget_block ul.wp-block-categories {
  margin: 0;
}

.modal-menu__panel-body .widget.widget_media_gallery ul li {
  padding: 0;
}

.modal-menu__panel-body .widget.widget_categories ul li {
  font-size: 14px;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6 {
  font-weight: 500;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6 a,
.modal-menu__panel-body .widget.widget-recent-news li .text .post-date {
  color: #fff;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6 {
  margin-bottom: 0;
}

.modal-menu__panel-body .widget_search .widget-title {
  margin-bottom: 20px;
}

.modal-menu__panel-body .widget.widget_tag_cloud .tagcloud a {
  margin-bottom: 4px;
}

.modal-menu__panel-body .widget_calendar nav span {
  color: #fff;
}

.modal-menu__panel-body .widget_calendar table td,
.modal-menu__panel-body .widget_calendar table tr,
.modal-menu__panel-body .widget_calendar table th,
.modal-menu__panel-body .widget_calendar table > caption {
  font-size: 14px;
}

/* header-default */
header.header-default {
  background-color: transparent;
}
header.header-default .inner-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
header.header-default .header-wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header-default .header-ct-left > .logo {
  min-width: 200px;
}

@media only screen and (min-width: 1024px) {
  header.header-default .container {
    max-width: 95%;
  }
}
@media only screen and (min-width: 1340px) {
  header.header-default .container {
    max-width: 1340px;
  }
  header.header-default .header-ct-left > .logo {
    min-width: 276px;
  }
  header.header-default .header-customize .phone-info + .header-customize-item {
    margin-left: 115px;
  }
}
.page-sidebar .page-sidebar-content {
  width: calc(100% - 239px);
  margin-left: 239px;
}
.page-sidebar .page-sidebar-nav {
  display: flex;
  width: 239px;
  padding: 24px 8px;
  height: 100vh;
  align-items: flex-start;
  background: #000;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}
.page-sidebar .page-sidebar-nav .header-wrap .header-ct-left, .page-sidebar .page-sidebar-nav .header-wrap .header-ct-center, .page-sidebar .page-sidebar-nav .header-wrap .header-ct-right,
.page-sidebar .page-sidebar-nav .sticky-area-wrap, .page-sidebar .page-sidebar-nav .inner-header {
  height: auto !important;
  position: relative !important;
}
.page-sidebar .page-sidebar-nav .sticky-area-wrap.sticky .inner-header {
  box-shadow: none;
}
.page-sidebar .page-sidebar-nav header {
  position: relative !important;
}
.page-sidebar .page-sidebar-nav .inner-header {
  background: transparent;
}
.page-sidebar .page-sidebar-nav .inner-header .header-wrap {
  display: block;
}
.page-sidebar .page-sidebar-nav .inner-header .header-wrap .header-ct-left,
.page-sidebar .page-sidebar-nav .inner-header .header-wrap .header-ct-right {
  display: block;
  width: 100%;
}
.page-sidebar .page-sidebar-nav .logo {
  margin-bottom: 35px;
}
.page-sidebar .page-sidebar-nav .image-nav-header {
  margin-bottom: 30px;
  margin-right: 8px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid var(--theme-primary-color);
}
.page-sidebar .page-sidebar-nav #mainnav > ul {
  display: block;
  width: 100%;
}
.page-sidebar .page-sidebar-nav #mainnav > ul li {
  margin: 0 !important;
  line-height: 1.4;
  padding-left: 0;
  padding-right: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.page-sidebar .page-sidebar-nav #mainnav > ul li:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
.page-sidebar .page-sidebar-nav #mainnav > ul li a {
  line-height: 1;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .page-sidebar .page-sidebar-content {
    width: 100%;
    margin-left: 0px;
  }
  .page-sidebar .page-sidebar-nav {
    display: block;
    width: 100%;
    padding: 0;
    height: unset;
    background: #fff;
    position: relative;
  }
  .page-sidebar .page-sidebar-nav .logo {
    margin-bottom: 0px;
  }
  .page-sidebar .page-sidebar-nav .inner-header .header-wrap {
    display: flex;
    align-items: center;
  }
  .page-sidebar .page-sidebar-nav #header {
    display: none;
  }
  .page-sidebar .page-sidebar-nav #header-mobile, .page-sidebar .page-sidebar-nav .btn-menu {
    display: block;
  }
}
header.header-style-01 .header-above {
  padding-bottom: 13px;
  padding-top: 18px;
  background-color: var(--theme-accent-color);
  color: var(--theme-accent-foreground-color);
}
header.header-style-01 .header-above .header-customize-item + .email-info {
  margin-left: 28px;
}
header.header-style-01 .header-above .header-customize-item + .header-custom-html {
  margin-left: 35px;
}
header.header-style-01 .header-above .header-customize-item + .header-social {
  margin-left: 28px;
}
header.header-style-01 .header-wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header-style-01 .sticky-area-wrap .inner-header {
  background-color: #fff;
}
header.header-style-01 .sticky-area-wrap .inner-header #mainnav > ul > li > a {
  color: #222;
}
header.header-style-01 .sticky-area-wrap .inner-header #mainnav > ul > li.active > a {
  color: var(--theme-color-hover-main-navigation);
}
header.header-style-01.sticky .inner-header {
  background-color: #fff;
}
header.header-style-01.sticky #mainnav > ul > li.active > a {
  color: var(--theme-header-sticky-color-hover-main-navigation);
}
header.header-style-01 .phone-info .icon,
header.header-style-01 .email-info .icon {
  width: auto;
  height: auto;
  background-color: transparent;
}
header.header-style-01 .phone-info .info-content,
header.header-style-01 .email-info .info-content {
  color: inherit;
}
header.header-style-01 .header-custom-html .demo-language .btn, header.header-style-01 .header-custom-html .demo-language .label {
  color: inherit;
}
header.header-style-01 .header-custom-html .demo-language .btn:hover {
  color: var(--theme-primary-color);
}
header.header-style-01 .header-main .header-customize-item + .header-customize-item {
  margin-left: 25px;
}

header.header-style-02 {
  background-color: transparent !important;
}
header.header-style-02 .header-wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px;
  margin: 20px;
  width: auto;
  height: auto;
  border-radius: 5px;
}
header.header-style-02 .header-customize-item + .header-btn {
  margin-left: 29px;
}
header.header-style-02 .header-customize-item + .header-custom-html {
  margin-left: 22px;
}
header.header-style-02 .header-customize-item + .show-search {
  margin-left: 24px;
}
header.header-style-02 .sticky-area-wrap .inner-header {
  background-color: transparent !important;
}
header.header-style-02 .sticky-area-wrap .inner-header #mainnav > ul > li > a {
  color: #222;
  line-height: 60px;
}
header.header-style-02 .sticky-area-wrap .inner-header #mainnav > ul > li.active > a {
  color: var(--theme-color-hover-main-navigation);
}
header.header-style-02.sticky .inner-header {
  background-color: transparent !important;
}
header.header-style-02.sticky .inner-header #mainnav > ul > li > a {
  color: #222;
  line-height: 60px;
}
header.header-style-02.sticky .inner-header #mainnav > ul > li.active > a {
  color: var(--theme-header-sticky-color-hover-main-navigation);
}

header.header-style-03 .header-wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
header.header-style-03 .header-wrap .btn-menu {
  display: block;
  width: 25px;
}
header.header-style-03 .header-wrap .btn-menu:before, header.header-style-03 .header-wrap .btn-menu:after,
header.header-style-03 .header-wrap .btn-menu span {
  height: 2.5px;
}
header.header-style-03 .header-wrap .themesflat-socials {
  margin-left: 0;
}
header.header-style-03 .header-wrap .themesflat-socials a {
  font-size: 25px;
  margin-right: 20px;
}
header.header-style-03 .header-wrap .themesflat-socials li:last-child a {
  margin-right: 0;
}
header.header-style-03 .header-customize-item + .header-btn {
  margin-left: 29px;
}
header.header-style-03 .header-customize-item + .header-custom-html {
  margin-left: 22px;
}
header.header-style-03 .header-customize-item + .show-search {
  margin-left: 24px;
}

header.header-style-04 .header-wrap {
  justify-content: space-between;
}
header.header-style-04 .header-wrap .themesflat-socials {
  margin-left: 30px;
  padding-left: 29px;
  border-left: 1px solid #fff;
}
header.header-style-04 .header-wrap .themesflat-socials a {
  margin-right: 18px;
}
header.header-style-04 .header-wrap .themesflat-socials li:last-child a {
  margin-right: 0;
}
header.header-style-04 .header-customize-item + .header-btn {
  margin-left: 29px;
}
header.header-style-04 .header-customize-item + .header-custom-html {
  margin-left: 22px;
}
header.header-style-04 .header-customize-item + .show-search {
  margin-left: 24px;
}

/* Header
-------------------------------------------------------------- */
.inner-header {
  transition: all 0.6s;
}

#header {
  --padding-wrap: 0;
  width: 100%;
  z-index: 11;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-wrap {
  padding-top: var(--padding-wrap);
  padding-bottom: var(--padding-wrap);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}
.header-wrap .header-ct-left,
.header-wrap .header-ct-center,
.header-wrap .header-ct-right {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap .header-ct-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-wrap .header-ct-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrap .header-ct-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Header Absolute */
.header-absolute #header {
  position: absolute;
  z-index: 999;
}
.header-absolute .header.widget-header .nav .header-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.btn-menu {
  display: none;
  float: right;
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 30px;
  height: 20px;
  -webkit-transition: all ease 0.238s;
  transition: all ease 0.238s;
}
.btn-menu:before, .btn-menu:after,
.btn-menu span {
  background-color: var(--theme-dark-color);
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}
.btn-menu:before, .btn-menu:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50% center;
  transform-origin: 50% 50% center;
}
.btn-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.btn-menu span.line-1 {
  top: 50%;
}
.btn-menu span.line-2 {
  top: 60%;
}
.btn-menu:before {
  -webkit-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}
.btn-menu:after {
  -webkit-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
}
.btn-menu.active span {
  opacity: 0;
}
.btn-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 1480px) {
  .header-phone-info-xl-none .header-customize-item.phone-info {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  header #mainnav > ul > li {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  header #mainnav > ul > li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1170px) {
  header #mainnav > ul > li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-menu {
    display: block;
  }
  #mainnav-mobi .menu {
    overflow-y: auto;
    max-height: 100vh;
  }
  #mainnav {
    display: none;
  }
  #header {
    display: none;
  }
}
/* logo */
#logo a,
#logo-mobi a {
  display: inline-block;
}

.logo img,
.logo svg,
.logo {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.themesflat-header-info {
  background-color: var(--theme-background-color-main);
  position: relative;
}
.themesflat-header-info:before {
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: var(--theme-accent-color);
  z-index: 1;
}
.themesflat-header-info .header-info-inner {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-background-color-main);
}
.themesflat-header-info .header-info-inner .header-info-item:first-child {
  background-color: var(--theme-accent-color);
  color: var(--theme-primary-foreground-color);
}
.themesflat-header-info .header-info-inner .info-time, .themesflat-header-info .header-info-inner .info-phone, .themesflat-header-info .header-info-inner .info-email {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) {
  font-size: 14px;
  color: var(--theme-color-text-main);
  height: 57px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) .info-label {
  margin-right: 5px;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) i {
  font-size: 18px;
  vertical-align: text-top;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) + .header-info-item {
  padding-left: 30px;
}
.themesflat-header-info .header-info-item:not(.wrap-btn-header) + .header-info-item i {
  color: var(--theme-accent-color);
}

#header #logo a, .modal-menu__panel-footer .logo-panel a, .header-mobile #logo-mobi a {
  max-width: 88px;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/* navigation */
#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainnav ul li {
  position: relative;
}
#mainnav > ul {
  display: -ms-flexbox;
  display: flex;
}
#mainnav > ul > li.active > a {
  color: var(--theme-color-hover-main-navigation);
}
#mainnav > ul > li:last-child {
  margin-right: 0 !important;
}
#mainnav > ul > li:first-child {
  margin-left: 0 !important;
}
#mainnav > ul > li > a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: var(--theme-color-main-navigation);
  line-height: var(--theme-height-header);
}
#mainnav > ul > li > a:hover {
  color: var(--theme-color-hover-main-navigation);
}
#mainnav > ul > li.menu-item-has-children > a {
  padding-right: 15px;
}
#mainnav > ul > li.menu-item-has-children > a:before {
  content: "\f078";
  position: absolute;
  font-family: var(--theme-icon-font-primary);
  right: 0;
  top: 51%;
  display: block;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mainnav > ul > li.current-menu-item > a,
#mainnav > ul > li a:hover, #mainnav > ul > li.current-menu-item > a, #mainnav > ul > li.current-menu-ancestor > a, #mainnav > ul > li.current-menu-parent > a {
  color: var(--theme-color-hover-main-navigation);
  line-height: var(--theme-height-header-sticky);
}
#mainnav > ul > li.current-menu-item > a::after,
#mainnav > ul > li a:hover::after, #mainnav > ul > li.current-menu-item > a::after, #mainnav > ul > li.current-menu-ancestor > a::after, #mainnav > ul > li.current-menu-parent > a::after {
  opacity: 1;
  visibility: visible;
}
#mainnav > ul > li a i {
  font-size: 14px;
  margin-left: 5px;
}

/*sticky*/
.sticky-area-wrap.sticky #mainnav > ul > li.active > a {
  color: var(--theme-header-sticky-color-hover-main-navigation);
}
.sticky-area-wrap.sticky #mainnav > ul > li > a {
  color: var(--theme-header-sticky-color-main-navigation);
}
.sticky-area-wrap.sticky #mainnav > ul > li > a:hover {
  color: var(--theme-header-sticky-color-hover-main-navigation);
}
.sticky-area-wrap.sticky #mainnav > ul > li > a:after {
  background: var(--theme-header-sticky-color-hover-main-navigation);
}

/* submenu */
#mainnav ul.sub-menu > li > a,
#mainnav li.megamenu > ul.sub-menu > .menu-item-has-children > a {
  color: var(--theme-color-sub-navigation);
}

#mainnav ul.sub-menu > li > a:hover,
#mainnav ul.sub-menu > li.current-menu-item > a,
#mainnav-mobi ul li.current-menu-item > a,
#mainnav-mobi ul li.current-menu-ancestor > a,
#mainnav ul.sub-menu > li.current-menu-ancestor > a,
#mainnav-mobi ul li .current-menu-item > a,
#mainnav-mobi ul li.current-menu-item .btn-submenu:before,
#mainnav-mobi ul li .current-menu-item .btn-submenu:before {
  color: var(--theme-color-hover-sub-navigation);
}

.widget-topbar-menu ul.sub-menu,
#mainnav ul.sub-menu {
  padding: 0;
  text-align: left;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  background: #fff;
  border-radius: 0;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-topbar-menu ul.sub-menu > li > a:hover:before, .widget-topbar-menu ul.sub-menu > li.current-menu-item > a:before, .widget-topbar-menu ul.sub-menu > li.current-menu-ancestor > a:before, .widget-topbar-menu ul.sub-menu > li.current-menu-parent > a:before,
#mainnav ul.sub-menu > li > a:hover:before,
#mainnav ul.sub-menu > li.current-menu-item > a:before,
#mainnav ul.sub-menu > li.current-menu-ancestor > a:before,
#mainnav ul.sub-menu > li.current-menu-parent > a:before {
  width: 12px;
}
.widget-topbar-menu ul.sub-menu > li > a:hover, .widget-topbar-menu ul.sub-menu > li.current-menu-item > a, .widget-topbar-menu ul.sub-menu > li.current-menu-ancestor > a, .widget-topbar-menu ul.sub-menu > li.current-menu-parent > a,
#mainnav ul.sub-menu > li > a:hover,
#mainnav ul.sub-menu > li.current-menu-item > a,
#mainnav ul.sub-menu > li.current-menu-ancestor > a,
#mainnav ul.sub-menu > li.current-menu-parent > a {
  padding-left: 35px;
}
.widget-topbar-menu ul.sub-menu > li > a,
#mainnav ul.sub-menu > li > a {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.widget-topbar-menu ul.sub-menu > li > a > span,
#mainnav ul.sub-menu > li > a > span {
  background: #33B9CB;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 7px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
}
.widget-topbar-menu ul.sub-menu > li > a:before,
#mainnav ul.sub-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--theme-color-hover-main-navigation);
  left: 15px;
  top: 21px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainnav > ul > li:last-child > ul.sub-menu {
  left: unset;
  right: 0;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
  left: auto;
  right: 0;
}

#mainnav ul li:hover > ul.sub-menu,
.widget-topbar-menu ul li:hover > ul.sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

#mainnav > ul > li:hover > ul.sub-menu:before,
.widget-topbar-menu > ul > li:hover > ul.sub-menu:before {
  top: -5px;
  left: 25px;
}

#mainnav ul li ul li {
  margin-left: 0;
}

#mainnav ul.sub-menu li ul.sub-menu,
.widget-topbar-menu ul.sub-menu li:hover > ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
#mainnav ul.sub-menu li ul.sub-menu:before,
.widget-topbar-menu ul.sub-menu li:hover > ul.sub-menu:before {
  top: 20px;
  left: -5px;
}

#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu {
  left: 0;
  top: 100%;
}

#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  left: -100%;
  top: 0;
}

#mainnav ul.sub-menu > li,
.widget-topbar-menu ul.sub-menu > li {
  border-top: 1px solid #E8E8E8;
}

#mainnav ul.sub-menu > li:first-child {
  border-top: 0;
}

#mainnav ul.sub-menu > li > a,
.widget-topbar-menu ul.sub-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  line-height: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

#mainnav ul.sub-menu li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 900;
  right: 20px;
  line-height: normal;
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mainnav .megamenu ul.sub-menu li.menu-item-has-children > a:after {
  display: none;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/* Topbar
-------------------------------------------------------------- */
.themesflat-top {
  position: relative;
}
.themesflat-top .themesflat-socials li {
  font-size: 0.875em;
  line-height: 1;
  background: transparent;
  display: inline;
}
.themesflat-top .themesflat-socials li:not(:last-child) {
  padding-right: 20px;
}
.themesflat-top .themesflat-socials li:not(:first-child) {
  padding-left: 20px;
}
.themesflat-top .themesflat-socials li a:hover {
  color: var(--theme-primary-color);
}
.themesflat-top .container-inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
}
.themesflat-top .container-inside .content-left {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.themesflat-top .container-inside .content-right {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.themesflat-top .container-inside .content-right .content-item {
  padding-left: 35px;
}
.themesflat-top .content-item {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.themesflat-top ul {
  list-style: none;
  margin: 0;
}

.header-default .themesflat-top .infoRight-topbar {
  background-color: var(--theme-primary-color);
  color: var(--theme-primary-foreground-color);
  font-size: 18px;
}
.header-default .themesflat-top.has-infoRight-topbar:after {
  content: "";
  background-color: var(--theme-primary-color);
  width: 50%;
  right: 0;
  position: absolute;
  height: 50px;
  top: 0;
  z-index: 1;
}
.header-default .themesflat-top.has-infoRight-topbar .container-inside {
  background-color: var(--theme-accent-color);
  z-index: 2;
}
.header-default .themesflat-top .container-inside .content-right .content-item {
  padding-left: 33px;
}
.header-default .themesflat-top .container-inside .content-right .content-item.content-item:not(:last-child) {
  margin-right: 62px;
}

.header-style-02 .themesflat-top {
  border-bottom: 1px solid rgba(35, 38, 41, 0.07);
}
.header-style-02 .themesflat-top .infoRight-topbar {
  font-size: 14px;
  font-family: var(--theme-font-body);
  font-weight: 400;
}
.header-style-02 .themesflat-top .container-inside .content-right .content-item {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .themesflat-top .content-item:not(:last-child) {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .themesflat-top .content-item:not(:last-child) {
    margin-right: 70px;
  }
  .header-style-02 .themesflat-top .content-item:not(:last-child) {
    margin-right: 80px;
  }
}
.topbar-mobile {
  background-color: var(--theme-primary-color);
}
.topbar-mobile .container-inside.has-menu-topbar-mobile.has-social-topbar-mobile {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topbar-mobile .container-inside {
  padding: 10px;
  text-align: center;
}
.topbar-mobile ul.sub-menu li a {
  color: var(--theme-color-text-main) !important;
}
.topbar-mobile .widget-topbar-menu .menu > .menu-item > a {
  padding: 0;
}
.topbar-mobile ul.menu > li {
  padding-left: 15px;
}

.header-customize-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-customize-mobile > div {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .topbar-mobile .container-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .topbar-mobile .container-inside .content-item + .content-item {
    margin-top: 7px;
  }
  .topbar-mobile ul li {
    padding-left: 1.5em;
  }
}
.themesflat-top ul li:first-child {
  padding-left: 0;
}

.header-style-01 .themesflat-top, .header-style-02 .themesflat-top {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-01 .themesflat-top .btn-header, .header-style-02 .themesflat-top .btn-header {
  border-radius: 0;
  margin-left: 50px;
}

.header-default .themesflat-top {
  background-color: var(--theme-accent-color);
}

.header-style-01 .themesflat-top {
  background-color: var(--theme-light-color);
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .position-static-mb {
    position: static !important;
  }
}
.tf-list-grid {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.tf-list-grid .tf-grid-item {
  display: grid;
}
.tf-list-grid .gr-2 {
  grid-row: span 2;
}
.tf-list-grid .gr-3 {
  grid-row: span 3;
}
.tf-list-grid .gr-4 {
  grid-row: span 4;
}
.tf-list-grid .gr-5 {
  grid-row: span 5;
}
.tf-list-grid .gr-6 {
  grid-row: span 6;
}
.tf-list-grid .gr-7 {
  grid-row: span 7;
}
.tf-list-grid .gr-8 {
  grid-row: span 8;
}
.tf-list-grid .gr-9 {
  grid-row: span 9;
}
.tf-list-grid .gr-10 {
  grid-row: span 10;
}
.tf-list-grid .gr-11 {
  grid-row: span 11;
}
.tf-list-grid .gr-12 {
  grid-row: span 12;
}
.tf-list-grid .gc-2 {
  grid-column: span 2;
}
.tf-list-grid .gc-3 {
  grid-column: span 3;
}
.tf-list-grid .gc-4 {
  grid-column: span 4;
}
.tf-list-grid .gc-5 {
  grid-column: span 5;
}
.tf-list-grid .gc-6 {
  grid-column: span 6;
}
.tf-list-grid .gc-7 {
  grid-column: span 7;
}
.tf-list-grid .gc-8 {
  grid-column: span 8;
}
.tf-list-grid .gc-9 {
  grid-column: span 9;
}
.tf-list-grid .gc-10 {
  grid-column: span 10;
}
.tf-list-grid .gc-11 {
  grid-column: span 11;
}
.tf-list-grid .gc-12 {
  grid-column: span 12;
}
@media screen and (max-width: 1024px) {
  .tf-list-grid .gr-md-1 {
    grid-row: span 1;
  }
  .tf-list-grid .gr-md-2 {
    grid-row: span 2;
  }
  .tf-list-grid .gr-md-3 {
    grid-row: span 3;
  }
  .tf-list-grid .gr-md-4 {
    grid-row: span 4;
  }
  .tf-list-grid .gr-md-5 {
    grid-row: span 5;
  }
  .tf-list-grid .gr-md-6 {
    grid-row: span 6;
  }
  .tf-list-grid .gr-md-7 {
    grid-row: span 7;
  }
  .tf-list-grid .gr-md-8 {
    grid-row: span 8;
  }
  .tf-list-grid .gr-md-9 {
    grid-row: span 9;
  }
  .tf-list-grid .gr-md-10 {
    grid-row: span 10;
  }
  .tf-list-grid .gr-md-11 {
    grid-row: span 11;
  }
  .tf-list-grid .gr-md-12 {
    grid-row: span 12;
  }
  .tf-list-grid .gc-md-1 {
    grid-column: span 1;
  }
  .tf-list-grid .gc-md-2 {
    grid-column: span 2;
  }
  .tf-list-grid .gc-md-3 {
    grid-column: span 3;
  }
  .tf-list-grid .gc-md-4 {
    grid-column: span 4;
  }
  .tf-list-grid .gc-md-5 {
    grid-column: span 5;
  }
  .tf-list-grid .gc-md-6 {
    grid-column: span 6;
  }
  .tf-list-grid .gc-md-7 {
    grid-column: span 7;
  }
  .tf-list-grid .gc-md-8 {
    grid-column: span 8;
  }
  .tf-list-grid .gc-md-9 {
    grid-column: span 9;
  }
  .tf-list-grid .gc-md-10 {
    grid-column: span 10;
  }
  .tf-list-grid .gc-md-11 {
    grid-column: span 11;
  }
  .tf-list-grid .gc-md-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 767px) {
  .tf-list-grid .gr-sm-1 {
    grid-row: span 1;
  }
  .tf-list-grid .gr-sm-2 {
    grid-row: span 2;
  }
  .tf-list-grid .gr-sm-3 {
    grid-row: span 3;
  }
  .tf-list-grid .gr-sm-4 {
    grid-row: span 4;
  }
  .tf-list-grid .gr-sm-5 {
    grid-row: span 5;
  }
  .tf-list-grid .gr-sm-6 {
    grid-row: span 6;
  }
  .tf-list-grid .gr-sm-7 {
    grid-row: span 7;
  }
  .tf-list-grid .gr-sm-8 {
    grid-row: span 8;
  }
  .tf-list-grid .gr-sm-9 {
    grid-row: span 9;
  }
  .tf-list-grid .gr-sm-10 {
    grid-row: span 10;
  }
  .tf-list-grid .gr-sm-11 {
    grid-row: span 11;
  }
  .tf-list-grid .gr-sm-12 {
    grid-row: span 12;
  }
  .tf-list-grid .gc-sm-1 {
    grid-column: span 1;
  }
  .tf-list-grid .gc-sm-2 {
    grid-column: span 2;
  }
  .tf-list-grid .gc-sm-3 {
    grid-column: span 3;
  }
  .tf-list-grid .gc-sm-4 {
    grid-column: span 4;
  }
  .tf-list-grid .gc-sm-5 {
    grid-column: span 5;
  }
  .tf-list-grid .gc-sm-6 {
    grid-column: span 6;
  }
  .tf-list-grid .gc-sm-7 {
    grid-column: span 7;
  }
  .tf-list-grid .gc-sm-8 {
    grid-column: span 8;
  }
  .tf-list-grid .gc-sm-9 {
    grid-column: span 9;
  }
  .tf-list-grid .gc-sm-10 {
    grid-column: span 10;
  }
  .tf-list-grid .gc-sm-11 {
    grid-column: span 11;
  }
  .tf-list-grid .gc-sm-12 {
    grid-column: span 12;
  }
}

.tf-wrap-gap .elementor-container {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 1024px) {
  .custom-width > .elementor-container {
    max-width: 90.3%;
  }
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.tf-heading .tf-heading-title {
  font-size: 48px;
  color: #222;
}
.tf-heading .tf-heading-title mark {
  display: inline-block;
  padding: 0;
}
.tf-heading .tf-heading-sub-title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--theme-primary-color);
  font-family: var(--theme-font-primary);
}
.tf-heading .tf-heading-description {
  margin-top: 24px;
  font-size: 20px;
  color: #948daa;
}
.tf-heading .tf-heading-description p {
  line-height: 1.5;
}

.tf-heading-style-02 .tf-heading-title {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.tf-heading-style-02 .tf-heading-title:before, .tf-heading-style-02 .tf-heading-title:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--theme-primary-color);
  position: absolute;
  top: 2.5px;
}
.tf-heading-style-02 .tf-heading-title:before {
  border-left-color: var(--theme-primary-color);
  right: -30px;
}
.tf-heading-style-02 .tf-heading-title:after {
  border-right-color: var(--theme-primary-color);
  left: -30px;
}

.tf-counter {
  padding: 0 80px;
}
.tf-counter.default {
  background-color: #fff;
  padding: 13px 24px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.tf-counter.default .content {
  display: flex;
  align-items: center;
}
.tf-counter.default .content .counter-number-wrapper {
  font-size: 48px;
  color: var(--theme-primary-color);
  font-weight: bold;
  display: inline-flex;
  margin-bottom: 0;
  margin-right: 15px;
}
.tf-counter.default .content .counter-number-wrapper .counter-number {
  font-size: 48px;
  color: var(--theme-primary-color);
  font-weight: bold;
  margin-bottom: 0;
}
.tf-counter.default .content .counter-number-wrapper .counter-number-suffix, .tf-counter.default .content .counter-number-wrapper .counter-number-prefix {
  font-size: 100%;
  position: relative;
  left: auto;
  margin-bottom: 0;
  margin-left: 0;
}
.tf-counter.default .content .counter-number-wrapper .counter-number-prefix {
  left: auto;
  right: auto;
  margin-left: 0;
}
.tf-counter.default .content .counter-title {
  font-family: var(--theme-font-primary);
  color: #222;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
.tf-counter.default::after {
  content: "";
  width: 100px;
  height: 150%;
  background: #ececec;
  position: absolute;
  top: -48px;
  left: -30px;
  z-index: -1;
  transform: rotate(18deg);
}
.tf-counter .counter-number-wrapper {
  font-size: 48px;
  color: #bdb9cb;
  font-weight: bold;
  display: inline-flex;
}
.tf-counter .counter-number-wrapper .counter-number-suffix, .tf-counter .counter-number-wrapper .counter-number-prefix {
  font-size: 60%;
  position: relative;
  left: 5px;
}
.tf-counter .counter-number-wrapper .counter-number-prefix {
  left: 0px;
  right: 5px;
}
.tf-counter .counter-number {
  font-size: 48px;
  color: #bdb9cb;
  font-weight: bold;
}
.tf-counter .counter-title {
  font-family: var(--theme-font-primary);
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 19px;
  font-weight: 700;
}
.tf-counter .icon {
  font-size: 60px;
  color: #fd562a;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .tf-counter {
    padding: 0;
  }
}
.item-step {
  padding-right: 55px;
  margin-bottom: 0;
}
.item-step li:not(:last-child) {
  padding-bottom: 36px;
  position: relative;
}
.item-step li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 0;
  background: #dadada;
}
.item-step .heading {
  font-size: 21px;
  margin-bottom: 12px;
}
.item-step .heading .time {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #615978;
  font-size: 70%;
  float: right;
}
.item-step .company {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.item-step .education-block {
  padding-right: 72px;
}
.item-step ul {
  margin-bottom: 0;
}
.item-step .icon-block {
  margin-right: 24px;
  z-index: 1;
}
.item-step .icon-box {
  width: 60px;
  height: 60px;
  background: #fd562a;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .item-step {
    padding-right: 0;
  }
  .item-step .heading .time {
    display: block;
    margin-top: 12px;
    float: none;
  }
}
.tf-testimonial-carousel-type-group .item-testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tf-testimonial-carousel-type-group .description {
  width: calc(100% - 183px);
  padding-right: 30px;
  line-height: 1.75;
}
.tf-testimonial-carousel-type-group .image-thumbs {
  max-width: 170px;
}
@media only screen and (max-width: 768px) {
  .tf-testimonial-carousel-type-group .item-testimonial {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tf-testimonial-carousel-type-group .description {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.tf-testimonial-carousel-type-group .name {
  margin-top: 28px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--theme-font-body);
}
.tf-testimonial-carousel-type-group .position {
  font-size: 14px;
  color: var(--theme-primary-color);
}
.tf-testimonial-carousel-type-group .icon-quote {
  margin-bottom: 7px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.tf-testimonial-carousel-type-group .icon-quote i {
  font-size: 45px;
  color: var(--theme-primary-color);
}
.tf-testimonial-carousel-type-group .owl-nav {
  font-size: 25px;
  line-height: 23px;
  color: #d7d8dc;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.tf-testimonial-carousel-type-group .owl-nav > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
}
.tf-testimonial-carousel-type-group .owl-nav > button:hover {
  color: var(--theme-primary-color);
}
.tf-testimonial-carousel-type-group .owl-nav > button i {
  font-weight: 300;
  padding: 0;
}
.tf-testimonial-carousel-type-group .owl-nav > button:before {
  display: none;
}
.tf-testimonial-carousel-type-group .owl-nav > button.owl-prev {
  padding-right: 20px !important;
  border-right: 1px solid #d7d8dc;
}
.tf-testimonial-carousel-type-group .owl-nav > button.owl-next {
  padding-left: 20px !important;
}

.tf-testimonial-carousel .item-testimonial {
  background: #fff;
  padding: 60px 48px 48px;
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(176, 18, 6, 0.1);
}
.tf-testimonial-carousel .item-testimonial::after {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  bottom: -18px;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
}
.tf-testimonial-carousel .testimonial-quote {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--theme-primary-color);
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tf-testimonial-carousel .testimonial-quote img {
  width: 24px !important;
}
.tf-testimonial-carousel .avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 18px;
}
.tf-testimonial-carousel .avatar i {
  font-size: 18px;
  color: var(--theme-primary-color);
}
.tf-testimonial-carousel .testimonial-info-content {
  text-align: left;
}
.tf-testimonial-carousel .name {
  font-family: var(--theme-font-primary);
  font-size: 21px;
  color: var(--theme-accent-color);
  font-weight: 700;
  line-height: 1.2;
}
.tf-testimonial-carousel .testimonial-position {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #948daa;
}
.tf-testimonial-carousel .description {
  font-style: italic;
  margin-bottom: 30px;
}
.tf-testimonial-carousel .testimonial-rate {
  margin-top: 20px;
}
.tf-testimonial-carousel .testimonial-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.tf-accordion .tf-accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(24, 24, 24, 0.07);
}
.tf-accordion .accordion-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--theme-font-primary);
  padding-bottom: 21px;
  padding-top: 23px;
  color: var(--theme-accent-color);
}
.tf-accordion .accordion-title .accordion-icon {
  font-size: 12px;
}
.tf-accordion .accordion-title:hover, .tf-accordion .accordion-title.active {
  color: var(--theme-primary-color);
}
.tf-accordion .accordion-title.active {
  padding-bottom: 13px;
}
.tf-accordion .accordion-content {
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 23px 0;
}

.tf-team-grid {
  --tf-team-gap: 30px;
  margin-left: calc(0px - var(--tf-team-gap) / 2);
  margin-right: calc(0px - var(--tf-team-gap) / 2);
}
.tf-team-grid .item {
  padding-left: calc(var(--tf-team-gap) / 2);
  padding-right: calc(var(--tf-team-gap) / 2);
  margin-bottom: var(--tf-team-gap);
}

.tf-team {
  text-align: center;
}
.tf-team .social > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--theme-accent-color);
  color: #fff;
  font-size: 14px;
}
.tf-team .social > a:hover {
  background-color: var(--theme-primary-color);
  color: var(--theme-primary-foreground-color);
}
.tf-team .title {
  color: var(--theme-accent-color);
  margin-bottom: 15px;
}
.tf-team .image-team {
  position: relative;
  z-index: 10;
  margin-bottom: 28px;
  overflow: hidden;
}
.tf-team .image-team img {
  margin-left: auto;
  margin-right: auto;
}
.tf-team .content {
  background-color: #fff;
  position: relative;
}

.tf-team-slider .slick-dots {
  position: absolute;
  top: -107px;
  right: 15px;
}

.tf-hover-slide-left .image-team {
  overflow: hidden;
}
.tf-hover-slide-left .image-team img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  transform: translate3d(0, 0, 0) scale(1.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-hover-slide-left .tf-team:hover .image-team img {
  -webkit-transform: translate3d(-10%, 0, 0) scale(1.2);
  transform: translate3d(-10%, 0, 0) scale(1.2);
}

.tf-hover-slide-right .image-team {
  overflow: hidden;
}
.tf-hover-slide-right .image-team img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10%, 0, 0) scale(1.2);
  transform: translate3d(-10%, 0, 0) scale(1.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-hover-slide-right .tf-team:hover .image-team img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  transform: translate3d(0, 0, 0) scale(1.2);
}

.tf-hover-slide-top .image-team {
  overflow: hidden;
}
.tf-hover-slide-top .image-team img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
  transform: translate3d(0, 0, 0) scale(1.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-hover-slide-top .tf-team:hover .image-team img {
  -webkit-transform: translate3d(0, -10%, 0) scale(1.25);
  transform: translate3d(0, -10%, 0) scale(1.25);
}

.tf-hover-slide-bottom .image-team {
  overflow: hidden;
}
.tf-hover-slide-bottom .image-team img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -10%, 0) scale(1.25);
  transform: translate3d(0, -10%, 0) scale(1.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-hover-slide-bottom .tf-team:hover .image-team img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
  transform: translate3d(0, 0, 0) scale(1.25);
}

.tf-hover-zoom-in .image-team {
  overflow: hidden;
}
.tf-hover-zoom-in .image-team img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.tf-hover-zoom-in .tf-team:hover .image-team img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.tf-hover-zoom-out .image-team {
  overflow: hidden;
}
.tf-hover-zoom-out .image-team img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  width: 100%;
}
.tf-hover-zoom-out .tf-team:hover .image-team img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tf-hover-rotate .image-team {
  overflow: hidden;
}
.tf-hover-rotate .image-team img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.tf-hover-rotate .tf-team:hover .image-team img {
  -webkit-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
}

.tf-hover-gray-scale .image-team {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.tf-hover-gray-scale .tf-team:hover .image-team {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.tf-hover-opacity .image-team {
  opacity: 1;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.tf-hover-opacity .tf-team:hover .image-team {
  opacity: 0.5;
}

.tf-hover-shine .image-team {
  position: relative;
}
.tf-hover-shine .image-team::after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.tf-hover-shine .tf-team:hover .image-team::after {
  -webkit-animation: tf-shine 0.7s;
  animation: tf-shine 0.7s;
}

.tf-hover-circle .image-team {
  position: relative;
}
.tf-hover-circle .image-team::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tf-hover-circle .tf-team:hover .image-team::after {
  -webkit-animation: tf-circle 0.7s;
  animation: tf-circle 0.7s;
}

.tf-hover-flash .tf-team:hover .image-team {
  opacity: 1;
  -webkit-animation: tf-flash 0.7s;
  animation: tf-flash 0.7s;
}

@-webkit-keyframes tf-shine {
  100% {
    left: 125%;
  }
}
@keyframes tf-shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes tf-circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes tf-circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes tf-flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tf-flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.tficonbox {
  transition: all 0.3s ease-in-out;
}
.tficonbox .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.tficonbox .title a {
  color: inherit;
}
.tficonbox .description, .tficonbox .title, .tficonbox .content-wrapper {
  transition: all 0.3s ease-in-out;
}
.tficonbox .wrap-icon-inner {
  color: var(--theme-primary-color);
}
.tficonbox.left .content-wrapper, .tficonbox.right .content-wrapper {
  display: -ms-flexbox !important;
  display: flex !important;
}
.tficonbox.left .wrap-icon {
  margin-right: 25px;
}
.tficonbox.right .wrap-icon {
  margin-left: 25px;
}
.tficonbox.hover-style-01 .content-wrapper {
  position: relative;
  background: #fff;
  z-index: 2;
  transition: 0.3s;
}
.tficonbox.hover-style-01:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-primary-color);
  transition: 0.3s;
  z-index: 1;
  border-radius: 12px;
}
.tficonbox.hover-style-01:hover .content-wrapper {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.tficonbox.hover-style-01:hover:after {
  transform: rotate(-10deg);
}

.tficonbox.hover-style-02:hover::after {
  border-color: var(--theme-primary-color);
}

.tf-video-popup .popup-video {
  width: 150px;
  height: 150px;
  color: var(--theme-accent-color);
  background-color: var(--theme-accent-foreground-color);
  border-radius: 50%;
  font-size: 18px;
  /* &:before, &:after {
       -webkit-animation: video-box-shadow 1600ms ease-in-out 0ms;
       animation: video-box-shadow 1600ms ease-in-out 0ms;
       -webkit-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
       width: 100%;
       height: 100%;
       content: "";
       top: 0;
       position: absolute;
       border-radius: 50%;
       -webkit-transition: transform 0.3s ease-in-out;
       transition: transform 0.3s ease-in-out;
   }

   &:after {
       -webkit-animation-delay: 800ms;
       animation-delay: 800ms;
   }*/
}
.tf-video-popup .popup-video:hover {
  color: var(--theme-accent-foreground-color);
  background-color: var(--theme-accent-color);
}
.tf-video-popup .icon-before i, .tf-video-popup .icon-before svg {
  margin-right: 5px;
}
.tf-video-popup .icon-after i, .tf-video-popup .icon-after svg {
  margin-left: 5px;
}

@keyframes video-box-shadow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.3;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.custom-video-postion-01 {
  position: absolute;
  bottom: 35px;
  left: -15px;
}

.ft-mailchimp {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ft-mailchimp input[type=email] {
  border-color: rgba(255, 255, 255, 0.1);
  width: calc(100% - 70px);
  padding: 0;
  color: #fff;
}
.ft-mailchimp button[type=submit] {
  height: 40px;
  font-size: 22px;
  max-width: 70px;
  line-height: 39px;
  padding: 0;
  width: 70px;
}
.ft-mailchimp button[type=submit] i {
  margin-left: 0;
}

@media (max-width: 525px) {
  .ft-mailchimp button[type=submit] {
    max-width: 70px;
  }
}
.tf-contact-form p {
  margin-bottom: 0;
}
.tf-contact-form span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.tf-contact-form input[type=text], .tf-contact-form input[type=email], .tf-contact-form input[type=number],
.tf-contact-form input[type=tel], .tf-contact-form input[type=week], .tf-contact-form select {
  width: 100%;
}
.tf-contact-form .wpcf7-not-valid-tip {
  display: none;
}
.tf-contact-form .wpcf7-not-valid {
  border-color: #dc3545 !important;
}
.tf-contact-form ~ div.wpcf7-response-output {
  text-align: center;
  color: #fff;
  background: #dc3545;
  border: none;
  border-radius: 4px;
  padding: 10px;
  margin-left: 0;
  margin-right: 0;
}
.tf-contact-form .ajax-loader, .tf-contact-form .wpcf7-spinner {
  position: absolute;
}
.tf-contact-form .tf-contact-form-item:not(:last-child) {
  margin-bottom: 15px;
}
.tf-contact-form .btn.btn-primary {
  font-size: 16px;
  margin-top: -8px;
}
.tf-contact-form .submit .wpcf7-submit:hover {
  background-color: #fd7450 !important;
  border-color: #fd7450 !important;
}

.tf-contact-form .submit .wpcf7-submit:hover,
.form-classic .tf-contact-form .submit .wpcf7-submit:hover {
  background-color: #bf2902 !important;
  border-color: #bf2902 !important;
}

.form-freelancer .tf-contact-form .submit .wpcf7-submit:hover {
  background-color: #130ff5 !important;
  border-color: #130ff5 !important;
}

.form-consultant .tf-contact-form .submit .wpcf7-submit:hover {
  background-color: #063ae9 !important;
  border-color: #063ae9 !important;
}

.form-designer .tf-contact-form .submit .wpcf7-submit:hover {
  background-color: #a82401 !important;
  border-color: #a82401 !important;
}

.form-developer .tf-contact-form .submit .wpcf7-submit:hover {
  background-color: #0967a1 !important;
  border-color: #0967a1 !important;
}

.form-ethical .tf-contact-form .submit .wpcf7-submit:hover {
  background-color: #226741 !important;
  border-color: #226741 !important;
}

.form-programmer .tf-contact-form .submit .wpcf7-submit:hover {
  background-color: #1a91a5 !important;
  border-color: #1a91a5 !important;
}

.form-dark .tf-contact-form textarea,
.form-dark .tf-contact-form input[type=text], .form-dark .tf-contact-form input[type=email], .form-dark .tf-contact-form input[type=number],
.form-dark .tf-contact-form input[type=tel], .form-dark .tf-contact-form input[type=week], .form-dark .tf-contact-form select {
  border-color: #606060;
  background: #2a2a2a;
  color: #b0aac0;
}

.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border: 2px solid currentColor;
  color: var(--theme-primary-color);
  border-radius: 50%;
  font-size: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button:hover {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-foreground-color);
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button:before {
  display: none;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button i {
  font-weight: 200;
  padding: 0;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav .owl-prev {
  left: -100px;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav .owl-next {
  right: -100px;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots {
  text-align: center;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot:before {
  display: none;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot.active {
  background-color: var(--theme-primary-color);
}

.tfimagebox .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.tfimagebox .wrap-image:not(.default) .wrap-image-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tfimagebox.left {
  display: -ms-flexbox !important;
  display: flex !important;
}
.tfimagebox.left .wrap-image {
  margin-right: 25px;
}

.tfimagebox .wrap-image.circle .wrap-image-inner,
.tfimagebox .wrap-image.square .wrap-image-inner {
  background-color: #FDF0F0;
}

.tf-widget-gallery {
  padding-bottom: 26px !important;
}
.tf-widget-gallery .widget-title {
  margin-bottom: 26px;
}
.tf-widget-gallery .tf-gallery-list {
  --tf-gallery-gap: 30px;
  margin-left: calc(0px - var(--tf-gallery-gap) / 2);
  margin-right: calc(0px - var(--tf-gallery-gap) / 2);
}
.tf-widget-gallery .tf-gallery-item {
  padding-left: calc(var(--tf-gallery-gap) / 2);
  padding-right: calc(var(--tf-gallery-gap) / 2);
  margin-bottom: var(--tf-gallery-gap);
}

.tf-progress-bar-circle {
  text-align: center;
}
.tf-progress-bar-circle .progress-wrap {
  background-color: transparent !important;
  width: 110px;
  height: 110px;
  position: relative;
  box-shadow: none;
  margin-left: auto !important;
  margin-right: auto !important;
}
.tf-progress-bar-circle .progress-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #C4C4C4;
  position: absolute;
  top: 0;
  left: 0;
}
.tf-progress-bar-circle .progress-wrap > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.tf-progress-bar-circle .progress-wrap .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: relative;
  top: 0;
  border-color: rgba(177, 66, 51, 0.3);
  overflow: visible;
}
.tf-progress-bar-circle .progress-wrap .progress-left {
  left: 0;
}
.tf-progress-bar-circle .progress-wrap .progress-left .circle::after {
  top: 125px;
  right: 65px;
}
.tf-progress-bar-circle .progress-wrap .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.tf-progress-bar-circle .progress-wrap .progress-right {
  right: 0;
}
.tf-progress-bar-circle .progress-wrap .progress-right .circle::after {
  bottom: 125px;
  left: 65px;
}
.tf-progress-bar-circle .progress-wrap .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.tf-progress-bar-circle .progress-wrap .progress-value {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--theme-primary-color);
}
.tf-progress-bar-circle .title {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--theme-font-primary);
  color: #272B2E;
}

.tf-progress-bar-horizontal .progress-wrap {
  height: 5px;
  background-color: rgba(35, 38, 41, 0.07);
  border-radius: 20px;
}
.tf-progress-bar-horizontal .progress-bar {
  background-color: var(--theme-primary-color);
  border-radius: 20px;
}
.tf-progress-bar-horizontal .progress-value {
  margin-left: auto;
}
.tf-progress-bar-horizontal .wrap-perc-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.tf-progress-bar-horizontal .title {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--theme-font-primary);
  color: #272B2E;
}

.tf-list-icon {
  padding-left: 0 !important;
}
.tf-list-icon .list-icon-item {
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
  font-family: var(--theme-font-primary);
  color: var(--theme-accent-color);
}
.tf-list-icon .list-icon-item:hover {
  color: var(--theme-primary-color);
}

.tf-list-icon-custom .list-icon-item::before {
  background-color: var(--theme-primary-color);
}

.tf-quote {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 47px 50px 50px;
  background-color: #FFF4F4;
}
.tf-quote .image {
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 28px;
  position: relative;
}
.tf-quote .image img {
  border-radius: 50%;
}
.tf-quote .image .image-quote {
  position: absolute;
  top: -8px;
  left: 0;
}
.tf-quote .content {
  text-align: left;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tf-quote .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--theme-font-primary);
  color: var(--theme-primary-color);
  margin-bottom: 5px;
}
.tf-quote .description {
  font-size: 24px;
  line-height: 30px;
  font-family: var(--theme-font-primary);
  font-weight: 500;
  color: var(--theme-accent-color);
}
@media only screen and (max-width: 575px) {
  .tf-quote {
    padding-left: 20px;
  }
}

.tf-latest-blog-item .title a:hover,
.tf-latest-blog-item .link-post:hover {
  color: var(--theme-primary-color);
  text-decoration: underline;
}

.tf-pricetable {
  background: #FFFFFF;
  border: 1px solid rgba(24, 24, 24, 0.07);
  border-radius: 5px;
  position: relative;
}
.tf-pricetable .label {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 7px 18px;
  background-color: #E3A573;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 30px;
}
.tf-pricetable .header-price {
  text-align: left;
  padding: 37px 50px 27px;
  background-color: #FFF4F4;
  transition: all 0.3s ease;
  overflow: hidden;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.tf-pricetable .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: var(--theme-font-primary);
  margin-bottom: 10px;
  color: var(--theme-accent-color);
  transition: all 0.3s ease;
}
.tf-pricetable .price-wrap {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-family: var(--theme-font-body);
  color: var(--theme-primary-color);
  display: inline-block;
  transition: all 0.3s ease;
}
.tf-pricetable .price-wrap .price {
  font-size: 24px;
  line-height: 29px;
  display: inline-block;
}
.tf-pricetable .price-wrap .suffix {
  display: inline-block;
}
.tf-pricetable .content-wrapper {
  padding: 18px 48px 30px;
  overflow: hidden;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.tf-pricetable .content-list .item .wrap-icon {
  display: inline-block;
  margin-right: 1px;
  font-size: 14px;
}
.tf-pricetable .content-list .item .text {
  font-size: 14px;
  font-family: var(--theme-font-body);
  color: #3D3D3D;
}
.tf-pricetable .content-list .item:not(:last-child) {
  margin-bottom: 10px;
}
.tf-pricetable .wrap-button {
  margin-top: 20px;
  text-align: center;
}
.tf-pricetable .wrap-button a {
  line-height: 42px;
  font-size: 14px;
  padding: 0 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tf-pricetable .wrap-button a .icon {
  font-size: 16px;
  line-height: 16px;
  margin-left: 5px;
}
.tf-pricetable .wrap-button a:hover {
  background-color: var(--theme-primary-color);
}
.tf-pricetable:hover .header-price {
  background-color: var(--theme-primary-color);
}
.tf-pricetable:hover .title, .tf-pricetable:hover .price-wrap {
  color: #fff;
}
.tf-pricetable:hover .wrap-button a {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.tf-adv-video .tf-adv-video-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tf-adv-video .tf-heading {
  margin-bottom: 40px;
}
.tf-adv-video .tf-adv-video-main .popup-video {
  width: 100px;
  height: 100px;
}
.tf-adv-video .tf-adv-video-main .tf-video-popup {
  width: 100%;
  height: 400px;
}
.tf-adv-video .tf-adv-video-main .tf-heading-inner {
  width: 100%;
}
.tf-adv-video .tf-video-popup {
  background: var(--theme-accent-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.tf-adv-video .tf-adv-video-dot {
  margin-top: 26px;
}
.tf-adv-video .tf-adv-video-dot .tf-video-popup {
  height: 120px;
  position: relative;
}
.tf-adv-video .tf-adv-video-dot .tf-video-popup:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--theme-primary-color);
  opacity: 0;
  content: "";
}
.tf-adv-video .tf-adv-video-dot .popup-video {
  width: 32px;
  height: 32px;
  font-size: 10px;
  pointer-events: none !important;
  opacity: 0;
}
.tf-adv-video .tf-adv-video-dot .slick-current .tf-video-popup:before, .tf-adv-video .tf-adv-video-dot .slick-slide:hover .tf-video-popup:before {
  opacity: 70%;
}
.tf-adv-video .tf-adv-video-dot .slick-current .popup-video, .tf-adv-video .tf-adv-video-dot .slick-slide:hover .popup-video {
  opacity: 1;
}

@media (min-width: 768px) {
  .tf-adv-video .tf-heading {
    max-width: 314px;
    margin-bottom: 0;
  }
  .tf-adv-video .tf-adv-video-main .tf-video-popup {
    width: 55%;
  }
  .tf-adv-video .tf-adv-video-main .tf-heading-inner {
    width: 45%;
  }
}
@media (min-width: 1025px) {
  .tf-adv-video .tf-adv-video-main .tf-video-popup {
    width: 66%;
  }
  .tf-adv-video .tf-adv-video-main .tf-heading-inner {
    width: 34%;
  }
}
.tf-social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tf-social-icons a {
  color: inherit;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: inherit;
}
.tf-social-icons a:hover {
  color: var(--theme-primary-color);
}
.tf-social-icons li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--e-global-color-accent);
}
.tf-social-icons li:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.tf-social-icons li + li {
  margin-left: 10px;
}
.tf-social-icons svg {
  width: 1em;
  height: 1em;
}
.tf-social-icons svg *[stroke^="#"],
.tf-social-icons svg *[stroke^="url(#"] {
  stroke: currentColor;
}

li.tf-social-facebook {
  background-color: #3b5998;
}
li.tf-social-facebook.tf-social-outline {
  color: #3b5998;
}

li.tf-social-twitter {
  background-color: #1DA1F2;
}
li.tf-social-twitter.tf-social-outline {
  color: #1DA1F2;
}

li.tf-social-linkedin {
  background-color: #cd201f;
}
li.tf-social-linkedin.tf-social-outline {
  color: #cd201f;
}

li.tf-social-tumblr {
  background-color: #61CE70;
}
li.tf-social-tumblr.tf-social-outline {
  color: #61CE70;
}

li.tf-social-skype {
  background-color: #313B69;
}
li.tf-social-skype.tf-social-outline {
  color: #313B69;
}

li.tf-social-pinterest {
  background-color: #4054B2;
}
li.tf-social-pinterest.tf-social-outline {
  color: #4054B2;
}

li.tf-social-whatsapp {
  background-color: #CC8383;
}
li.tf-social-whatsapp.tf-social-outline {
  color: #CC8383;
}

.tf-social-text li,
.tf-social-classic li {
  background-color: transparent;
}
.tf-social-text li + li,
.tf-social-classic li + li {
  margin-left: 1em;
}

.tf-social-rounded li {
  border-radius: 10%;
}

.tf-social-circle li {
  border-radius: 50%;
}

.tf-social-rounded li,
.tf-social-circle li,
.tf-social-square li {
  width: 2.5em;
  height: 2.5em;
}
.tf-social-rounded li:not(.tf-social-outline),
.tf-social-circle li:not(.tf-social-outline),
.tf-social-square li:not(.tf-social-outline) {
  color: var(--e-global-color-primary-foreground);
}

.tf-text-social {
  padding-left: 5px;
}

.tf-social-icon-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tf-social-outline {
  color: var(--e-global-color-accent);
  border: solid 1px currentColor;
  background-color: transparent !important;
}
.tf-social-outline:hover {
  background-color: currentColor !important;
}
.tf-social-outline:hover i, .tf-social-outline:hover svg {
  color: var(--e-global-color-primary-foreground);
}

.tf-social-xs {
  font-size: 0.875em;
}

.tf-social-sm {
  font-size: 1em;
}

.tf-social-md {
  font-size: 1.25em;
}

.tf-social-lg {
  font-size: 1.5em;
}

.tf-social-xl {
  font-size: 2em;
}

.moveleftright {
  animation: moveleftright 3s linear infinite;
  -webkit-animation: moveleftright 3s linear infinite;
}

@keyframes moveleftright {
  0%, 100% {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  50% {
    transform: translateX(-10px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.moverightleft {
  animation: moverightleft 3s linear infinite;
  -webkit-animation: moverightleft 3s linear infinite;
}

@keyframes moverightleft {
  0%, 100% {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  50% {
    transform: translateX(10px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.animation-delay-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.moveupdown {
  animation: moveupdown 5s linear infinite;
  -webkit-animation: moveupdown 5s linear infinite;
}

@keyframes moveupdown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.routate-animation {
  animation: routate 15s linear infinite;
  -webkit-animation: routate 15s linear infinite;
}

@keyframes routate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tf-anim-rotate {
  -webkit-animation: anim-rotate 8s infinite;
  animation: anim-rotate 8s infinite;
}

/* Keyframe animations */
@keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
.tf-fadeup {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  transition-duration: 0.4s;
}

.tf-faderight {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  transition-duration: 0.4s;
}

.tf-fadedown {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  transition-duration: 0.4s;
}

.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.delay-600 {
  transition-delay: 0.6s;
}

.delay-700 {
  transition-delay: 0.7s;
}

.delay-800 {
  transition-delay: 0.8s;
}

.delay-900 {
  transition-delay: 0.9s;
}

.delay-1000 {
  transition-delay: 1s;
}

.duration-100 {
  transition-duration: 0.1s;
}

.duration-200 {
  transition-duration: 0.2s;
}

.duration-300 {
  transition-duration: 0.3s;
}

.duration-400 {
  transition-duration: 0.4s;
}

.duration-500 {
  transition-duration: 0.5s;
}

.duration-600 {
  transition-duration: 0.6s;
}

.duration-700 {
  transition-duration: 0.7s;
}

.duration-800 {
  transition-duration: 0.8s;
}

.duration-900 {
  transition-duration: 0.9s;
}

.duration-1000 {
  transition-duration: 1s;
}

.duration-1100 {
  transition-duration: 1.1s;
}

.duration-1200 {
  transition-duration: 1.2s;
}

.duration-1300 {
  transition-duration: 1.3s;
}

.duration-1400 {
  transition-duration: 1.4s;
}

.duration-1500 {
  transition-duration: 1.5s;
}

.duration-1600 {
  transition-duration: 1.6s;
}

.duration-1700 {
  transition-duration: 1.7s;
}

.duration-1800 {
  transition-duration: 1.8s;
}

.duration-1900 {
  transition-duration: 1.9s;
}

.duration-2000 {
  transition-duration: 2s;
}

.tffadeup {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.tf-parallax-layer .layer-infor-inner .info-featured {
  color: var(--theme-primary-color);
  text-transform: uppercase;
}
.tf-parallax-layer .layer-infor-inner .info-featured sub {
  bottom: unset;
  font-size: 60%;
  top: -15px;
  line-height: 1;
}
.tf-parallax-layer .layer-infor-inner .info-title {
  color: var(--theme-accent-color);
  font-weight: 700;
}
.tf-parallax-layer .layer-type-shape .layer-shape-inner {
  background: var(--theme-primary-color);
}
.tf-parallax-layer .layer-icon-inner {
  background-color: var(--theme-primary-color);
  color: var(--theme-primary-foreground-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tf-animation-layer .tf-animation-layer-inner {
  background: var(--theme-accent-color);
}

.hero-parallax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-parallax .img-fluid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.test-animation .tf-fancy-text .text.text1 {
  color: #80B341 !important;
}
.test-animation .tf-fancy-text .text.text2 {
  color: #1FBD06 !important;
}
.test-animation .tf-fancy-text .text.text3 {
  color: #29B2FE !important;
}
.test-animation .tf-fancy-text .text.text4 {
  color: #00B22D !important;
}

@media only screen and (max-width: 1367px) and (min-width: 1024px) {
  .hero-main-01 .layer-shape-inner {
    width: 562px !important;
    height: 278px !important;
  }
  .hero-main-01 .layer-type-info-02 {
    left: 0 !important;
  }
  .hero-developer .layer-type-icon-01 {
    left: 10px !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .hero-main-01 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero-main-01 .layer-type-info-01 {
    right: 15px !important;
  }
  .hero-main-01 .layer-type-info-02 {
    left: -30px !important;
  }
  .hero-main-01 .layer-type-image {
    max-width: 450px;
  }
  .hero-main-01 .layer-shape-inner {
    width: 532px !important;
    height: 238px !important;
  }
  .hero-main-01 .layer-type-shape {
    right: 10px;
  }
  .custom-el-col-50.elementor-column {
    width: 50% !important;
  }
  .hero-developer .layer-type-icon-01 {
    left: -50px !important;
  }
}
.hero-has-bg-animation-layer > .elementor-container,
.hero-has-bg-animation-layer > .elementor-container > .elementor-column,
.hero-has-bg-animation-layer > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: static !important;
}

.hero-has-bg-animation-layer .elementor-widget-tf-animation-layer,
.hero-has-bg-animation-layer .elementor-widget-tf-animation-layer > .elementor-widget-container,
.hero-has-bg-animation-layer .elementor-widget-tf-animation-layer > .elementor-widget-container > .tf-animation-layer,
.hero-has-bg-animation-layer .elementor-widget-tf-animation-layer > .elementor-widget-container > .tf-animation-layer > .tf-animation-layer-inner {
  height: 100%;
}

.tf-banner-wrapper .banner-label {
  position: absolute;
  left: -18px;
  top: -18px;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: red;
  border-radius: 50%;
  line-height: 48px;
  font-size: 14px;
  z-index: 100;
}

.tf-banner {
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}
.tf-banner:hover .tf-banner-image:before, .tf-banner:hover .tf-banner-image:after {
  opacity: 1;
}

.tf-banner-image .tf-banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tf-banner-image:before, .tf-banner-image:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 2;
}

.tf-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 3rem;
  color: #fff;
}

.tf-banner-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  display: block;
  color: inherit;
}
.tf-banner-title a, .tf-banner-title a:hover {
  color: inherit;
}

.tf-banner-description {
  font-size: 1rem;
}
.tf-banner-description p {
  color: inherit;
  margin-bottom: 0;
}
.tf-banner-description + .tf-banner-btn {
  margin-top: 1.5rem;
}

.tf-banner-btn-fixed .tf-banner-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.tf-banner-btn-fixed .tf-banner-top-box {
  position: absolute;
}
.tf-banner-btn-fixed .tf-banner-btn {
  margin-top: auto !important;
}

.elementor-align-center .tf-banner-btn-fixed .tf-banner-content {
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-align-center .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
  padding-left: inherit;
  padding-right: inherit;
}

.elementor-align-right .tf-banner-btn-fixed .tf-banner-content {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-align-right .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
  padding-left: inherit;
}

.elementor-align-left .tf-banner-btn-fixed .tf-banner-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-align-left .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
  padding-right: inherit;
}

@media (max-width: 1024px) {
  .elementor-tablet-align-center .tf-banner-btn-fixed .tf-banner-content {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elementor-tablet-align-center .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
    padding-left: inherit;
    padding-right: inherit;
  }
  .elementor-tablet-align-right .tf-banner-btn-fixed .tf-banner-content {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .elementor-tablet-align-right .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
    padding-left: inherit;
    padding-right: 0;
  }
  .elementor-tablet-align-left .tf-banner-btn-fixed .tf-banner-content {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-tablet-align-left .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
    padding-right: inherit;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center .tf-banner-btn-fixed .tf-banner-content {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elementor-mobile-align-center .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
    padding-left: inherit;
    padding-right: inherit;
  }
  .elementor-mobile-align-right .tf-banner-btn-fixed .tf-banner-content {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .elementor-mobile-align-right .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
    padding-left: inherit;
    padding-right: 0;
  }
  .elementor-mobile-align-left .tf-banner-btn-fixed .tf-banner-content {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-mobile-align-left .tf-banner-btn-fixed .tf-banner-content .tf-banner-top-box {
    padding-right: inherit;
    padding-left: 0;
  }
}
.tf-banner-layout-01 .tf-banner-content,
.tf-banner-layout-04:hover .tf-banner-content,
.tf-banner-layout-04.tf-banner-show-all .tf-banner-content {
  top: 50% !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tf-banner-layout-02 .tf-banner-content {
  top: 0;
}

.tf-banner-layout-03 .tf-banner-content {
  bottom: 0;
}

.tf-banner-layout-04 .tf-banner-content {
  top: calc(100% - 120px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tf-banner-layout-04 .tf-banner-bottom-box {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tf-banner-layout-04.tf-banner-show-all .tf-banner-bottom-box, .tf-banner-layout-04:hover .tf-banner-bottom-box {
  opacity: 1;
}

.tf-banner-layout-05 .tf-banner-content {
  top: 0;
  height: 100%;
}
.tf-banner-layout-05 .tf-banner-title {
  text-align: left;
}
.tf-banner-layout-05 .tf-banner-description {
  opacity: 0;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  text-align: right;
  font-size: 0.85rem;
  max-width: 150px;
  border-right: 4px solid currentColor;
  padding: 0 1rem;
}
.tf-banner-layout-05:hover .tf-banner-description, .tf-banner-layout-05.tf-banner-show-all .tf-banner-description {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.tf-banner-layout-06 .tf-banner-content {
  top: 0;
  height: 100%;
}
.tf-banner-layout-06 .tf-banner-title {
  width: 100%;
  position: relative;
}
.tf-banner-layout-06 .tf-banner-title:after {
  opacity: 0;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: currentColor;
  content: "";
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.tf-banner-layout-06 .tf-banner-bottom-box {
  bottom: 3em;
  position: absolute;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
  width: 100%;
  left: 0;
  padding: 0 3em;
}
.tf-banner-layout-06.tf-banner-show-all .tf-banner-title:after, .tf-banner-layout-06.tf-banner-show-all .tf-banner-bottom-box, .tf-banner-layout-06:hover .tf-banner-title:after, .tf-banner-layout-06:hover .tf-banner-bottom-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.tf-banner-layout-07 .tf-banner-content {
  top: 0;
  height: 100%;
}
.tf-banner-layout-07 .tf-banner-title {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  margin-bottom: 0;
  text-align: right;
}
.tf-banner-layout-07 .tf-banner-bottom-box {
  max-width: 50%;
  padding-right: 10px;
  text-align: right;
  border-right: 2px solid currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.tf-banner-layout-07.tf-banner-show-all .tf-banner-bottom-box, .tf-banner-layout-07:hover .tf-banner-bottom-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tf-banner-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.tf-banner-has-effect:hover:after {
  background-color: rgba(48, 133, 163, 0.5);
}

.tf-banner-effect-jazz .tf-banner-image:before {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
}
.tf-banner-effect-jazz:hover .tf-banner-image:before {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.tf-banner-effect-symmetry .tf-banner-image:before,
.tf-banner-effect-symmetry .tf-banner-image:after {
  width: 0;
  height: 0;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tf-banner-effect-symmetry .tf-banner-image:before {
  left: 0;
  top: 0;
}
.tf-banner-effect-symmetry .tf-banner-image:after {
  bottom: 0;
  right: 0;
}
.tf-banner-effect-symmetry:hover .tf-banner-image:after, .tf-banner-effect-symmetry:hover .tf-banner-image:before {
  height: 100%;
  opacity: 0.3;
  width: 100%;
}

.tf-banner-effect-suprema .tf-banner-image:before, .tf-banner-effect-suprema .tf-banner-image:after {
  width: 45%;
  height: 2px;
  top: 50%;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 0.2s ease, transform 0s 0.2s;
  transition: opacity 0.2s ease, transform 0s 0.2s;
}
.tf-banner-effect-suprema .tf-banner-image:before {
  left: 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.tf-banner-effect-suprema .tf-banner-image:after {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.tf-banner-effect-suprema:hover .tf-banner-image:before, .tf-banner-effect-suprema:hover .tf-banner-image:after {
  -webkit-transition: opacity 0.3s ease 50ms, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: opacity 0.3s ease 50ms, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
}
.tf-banner-effect-suprema:hover .tf-banner-image:before {
  -webkit-transform: rotate(-45deg) translateX(-1000px);
  transform: rotate(-45deg) translateX(-1000px);
}
.tf-banner-effect-suprema:hover .tf-banner-image:after {
  -webkit-transform: rotate(-45deg) translateX(1000px);
  transform: rotate(-45deg) translateX(1000px);
}

.tf-banner-effect-layla .tf-banner-image:before, .tf-banner-effect-layla .tf-banner-image:after,
.tf-banner-effect-bubba .tf-banner-image:before,
.tf-banner-effect-bubba .tf-banner-image:after {
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tf-banner-effect-layla .tf-banner-image:before,
.tf-banner-effect-bubba .tf-banner-image:before {
  top: 50%;
  bottom: 50%;
  left: 25px;
  right: 25px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
}
.tf-banner-effect-layla .tf-banner-image:after,
.tf-banner-effect-bubba .tf-banner-image:after {
  top: 25px;
  bottom: 25px;
  left: 50%;
  right: 50%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.tf-banner-effect-layla:hover .tf-banner-image:before {
  top: 10px;
  bottom: 10px;
}
.tf-banner-effect-layla:hover .tf-banner-image:after {
  left: 10px;
  right: 10px;
}

.tf-banner-effect-bubba:hover .tf-banner-image:before {
  top: 25px;
  bottom: 25px;
}
.tf-banner-effect-bubba:hover .tf-banner-image:after {
  left: 25px;
  right: 25px;
}

.tf-banner-effect-flash .tf-banner-image:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.tf-banner-effect-flash:hover .tf-banner-image:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}

.tf-banner-effect-ming:after {
  background-color: rgba(3, 12, 23, 0.3);
}
.tf-banner-effect-ming .tf-banner-image {
  position: relative;
}
.tf-banner-effect-ming .tf-banner-image:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
.tf-banner-effect-ming:hover .tf-banner-image:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tf-banner-effect-img-zoom-in .tf-banner-bg {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.tf-banner-effect-img-zoom-in:hover .tf-banner-image .tf-banner-bg {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.tf-banner-effect-img-zoom-out .tf-banner-bg {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.tf-banner-effect-img-zoom-out:hover .tf-banner-image .tf-banner-bg {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tf-banner-effect-img-slide-right .tf-banner-bg {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.2);
  transform: translate3d(-30px, 0, 0) scale(1.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-banner-effect-img-slide-right:hover .tf-banner-image .tf-banner-bg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  transform: translate3d(0, 0, 0) scale(1.2);
}

.tf-banner-effect-img-slide-left .tf-banner-bg {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  transform: translate3d(0, 0, 0) scale(1.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-banner-effect-img-slide-left:hover .tf-banner-image .tf-banner-bg {
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.2);
  transform: translate3d(-30px, 0, 0) scale(1.2);
}

.tf-banner-effect-img-slide-top .tf-banner-bg {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  transform: translate3d(0, 0, 0) scale(1.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-banner-effect-img-slide-top:hover .tf-banner-image .tf-banner-bg {
  -webkit-transform: translate3d(0, -30px, 0) scale(1.25);
  transform: translate3d(0, -30px, 0) scale(1.25);
}

.tf-banner-effect-img-slide-bottom .tf-banner-bg {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0) scale(1.2);
  transform: translate3d(0, -30px, 0) scale(1.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tf-banner-effect-img-slide-bottom:hover .tf-banner-image .tf-banner-bg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
  transform: translate3d(0, 0, 0) scale(1.25);
}

.tf-banner-effect-img-rotate .tf-banner-bg {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.tf-banner-effect-img-rotate:hover .tf-banner-image .tf-banner-bg {
  -webkit-transform: scale(1.4) rotate(10deg);
  transform: scale(1.4) rotate(10deg);
}

@media screen and (max-width: 768px) {
  .tf-banner .tf-banner-content {
    padding: 1rem;
  }
  .tf-banner-layout-06 .tf-banner-bottom-box {
    padding: 0 1rem;
    bottom: 1rem;
  }
  .tf-banner-layout-05 .tf-banner-description,
.tf-banner-layout-07 .tf-banner-title {
    right: 1rem;
    bottom: 1rem;
  }
}
body.elementor-page #themesflat-content > .container {
  max-width: 1325px;
}

.elementor-section.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1325px;
}

.image-100 img {
  width: 100%;
}

.col-full-left .elementor-widget-wrap.elementor-element-populated:before, .col-full-right .elementor-widget-wrap.elementor-element-populated:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  background: inherit;
  top: 0;
  z-index: 0;
}

.col-full-left .elementor-widget-wrap.elementor-element-populated:before {
  right: 0;
}

.col-full-right .elementor-widget-wrap.elementor-element-populated:before {
  left: 0;
}

.col-hover-border-secondary .elementor-element-populated:hover {
  border-color: var(--theme-secondary-color) !important;
}

.col-hover-border-secondary .elementor-element-populated:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -0.5px;
  background-color: var(--theme-secondary-color) !important;
  transform: scale(0, 1);
  transform-origin: center center;
  transition: transform 500ms ease;
}

.col-hover-border-secondary .elementor-element-populated:hover:after {
  transform: scale(1, 1);
  transform-origin: center center;
}

.order-1 {
  --order: 1 !important;
}

.order-2 {
  --order: 2 !important;
}

.order-3 {
  --order: 3 !important;
}

.order-4 {
  --order: 4 !important;
}

@media only screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .order-md-1 {
    --order: 1 !important;
  }
  .order-md-2 {
    --order: 2 !important;
  }
  .order-md-3 {
    --order: 3 !important;
  }
  .order-md-4 {
    --order: 4 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .el-order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    --order: 1 !important;
  }
  .el-order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    --order: 2 !important;
  }
  .el-order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
    --order: 3 !important;
  }
  .el-order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
    --order: 4 !important;
  }
  .services-full-right {
    position: absolute !important;
    width: calc(100vw - (100vw - 1220px) / 2) !important;
    left: 0;
    top: 0;
  }
  .services-full-right .themesflat__entry-thumbnail {
    max-height: 436px;
  }
}
@keyframes anim-rotate {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes anim-updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.elem-updown {
  animation: anim-updown 5s infinite;
}

@keyframes anim-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.elem-move {
  animation: anim-move 5s infinite;
}

@keyframes anim-rotate-full {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.elem-rotate-full {
  animation: anim-rotate-full 12s infinite;
}

@keyframes anim-zoom {
  0% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(0.2);
  }
}
.elem-zoom {
  animation: anim-zoom 5s infinite;
}

@keyframes anim-fade {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.elem-fade {
  animation: anim-fade 5s infinite;
}

.de-hero-2 {
  animation-delay: 300ms;
}

.de-hero-4 {
  animation-duration: 3s;
  animation-delay: 200ms;
}

.de-hero-5 {
  width: 18px;
}

.de-hero-6 {
  animation-duration: 3s;
  animation-delay: 200ms;
}

.de-hero-7 {
  animation-delay: 500ms;
}

.de-hero-8 {
  animation-delay: 500ms;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/* Pagination
-------------------------------------------------------------- */
.posts-navigation .nav-links {
  padding-left: 0 !important;
}

.navigation.paging-navigation {
  padding-top: 30px;
}

.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
  margin: 0 0;
  text-align: left;
  display: inline-flex;
}

.navigation.paging-navigation.pager .pagination {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.navigation.paging-navigation.pager a:not(:last-child),
.navigation.paging-navigation.pager-numeric a:not(:last-child),
.navigation.paging-navigation.pager span:not(:last-child),
.navigation.paging-navigation.pager-numeric span:not(:last-child) {
  margin-right: 10px;
}

.navigation a,
.pagination > span,
.navigation.paging-navigation span,
.page-links a, .page-links > span {
  font-family: var(--theme-font-body);
  position: relative;
  color: #615978;
  padding: 18px 24px;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 5px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}

.navigation .prev, .navigation .next {
  font-size: 20px;
}

.navigation.paging-navigation .current, .navigation.paging-navigation a:hover,
.navigation.paging-navigation a.next:hover {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.page-links {
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}

.navigation.paging-navigation.pager a {
  display: inline-block;
  background-color: transparent;
  color: #2d2d2d;
  padding: 7px 17px 6px 17px;
  border-radius: 0;
}

.navigation.paging-navigation.pager a:hover {
  background-color: transparent;
  color: #222;
}

.page-links a:hover, .page-links a:focus,
.page-links > span {
  color: #fff;
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.navigation.loadmore .pagination {
  display: inline-flex;
}

.search .nav-links .nav-previous {
  float: left;
}

.search .nav-links .nav-next {
  float: right;
}

/* Navigation Loadmore */
.post-wrap {
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.navigation.loadmore {
  text-align: center;
}

.navigation.loadmore a svg {
  margin-right: 10px;
  margin-top: -3px;
}

.navigation.loadmore a:hover svg {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.infscr-loading {
  background: url("images/loading.gif") no-repeat scroll center 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  left: 50%;
  margin-left: -90px;
  padding: 80px 0 10px;
  position: fixed;
  text-align: center;
  width: 180px;
  z-index: 100;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.infscr-loading.no-ajax {
  padding: 10px;
}

.flex-box {
  display: flex;
  align-items: center;
}

.paging-navigation.loadmore a {
  font-family: var(--theme-btn-font);
  font-style: var(--theme-btn-font-style);
  font-size: var(--theme-btn-font-size);
  letter-spacing: var(--theme-btn-letter-spacing);
  line-height: 35px;
  padding: 12px 44px 12px 31px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  border-color: transparent;
  text-transform: uppercase;
  border-width: 0;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--theme-primary-color);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: auto;
  height: auto;
  margin-right: 0;
}
.paging-navigation.loadmore a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  margin-top: 1px;
  margin-left: 6px;
  color: #ffffff;
  z-index: 10;
}
.paging-navigation.loadmore a:hover {
  background-color: var(--theme-accent-color);
  color: var(--theme-accent-foreground-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.posts-navigation {
  border-bottom: 1px solid rgba(24, 24, 24, 0.07);
  padding-bottom: 59px;
  margin-bottom: 59px;
}

.posts-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.posts-navigation .nav-links a {
  border: none;
  padding: 0;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.posts-navigation .nav-links .nav-icon {
  font-size: 20px;
  padding: 10px 24px;
  background-color: var(--theme-primary-color);
  border-radius: 50px;
  transition: all 0.3s ease;
  color: #fff;
}
.posts-navigation .nav-links .meta-nav {
  display: block;
  margin-bottom: 13px;
}
.posts-navigation .nav-links .title {
  display: block;
  font-family: var(--theme-font-primary);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  max-width: 252px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts-navigation .nav-links .next-post {
  margin-left: auto;
}
.posts-navigation .nav-links .next-post .nav-icon {
  margin-left: 30px;
}
.posts-navigation .nav-links .next-post .nav-content {
  text-align: right;
}
.posts-navigation .nav-links .previous-post .nav-icon {
  margin-right: 30px;
}
.posts-navigation .nav-links a:hover .nav-icon {
  background-color: var(--theme-accent-color);
  color: #fff;
}

.paging-navigation.pager-numeric, .paging-navigation .numeric {
  text-align: center;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.bottom.footer-default {
  background-color: var(--theme-accent-color);
  color: var(--theme-secondary-foreground-color);
  padding: 30px 0;
  text-align: center;
}

.footer-instagram .zoom-instagram-widget__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.footer-instagram .zoom-instagram-widget__items .zoom-instagram-widget__item {
  padding: 5px !important;
  margin: 0 !important;
  width: 50%;
}
.footer-instagram .zoom-instagram-widget__items .zoom-instagram-widget__item a.zoom-instagram-link {
  width: 100% !important;
  height: 100px !important;
}
.footer-instagram .widget {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .footer-instagram {
    width: 25% !important;
  }
}
.tf-footer strong {
  color: inherit;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget .div[class^=wp-block-], div[class^=wp-block-]:not(.wp-block-themepunch-revslider) .div[class^=wp-block-] {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.widget ul li, div[class^=wp-block-]:not(.wp-block-themepunch-revslider) ul li {
  padding: 5px 0;
}

.widget, .widget_block, .tf-elementor-widget {
  margin-bottom: 50px;
}

.widget.widget_block:last-child {
  margin-bottom: 0;
}

.widget_rss ul li {
  margin-bottom: 10px;
}

.widget-title, .wp-block-search__label, .widgettitle, .widget_block h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: var(--theme-accent-color);
  text-transform: capitalize;
  position: relative;
  margin-bottom: 15px;
}

.widget input, .widget select {
  background-color: #fff;
  width: 100%;
}
.widget .wp-block-group {
  margin-top: 0 !important;
}

.widget_search .wp-block-search__label, .widget_product_search .wp-block-search__label, .wp-block-search .wp-block-search__label {
  margin-bottom: 20px;
}
.widget_search input, .widget_product_search input, .wp-block-search input {
  margin: 0;
  border-radius: 4px !important;
  line-height: 30px;
  padding: 10px 19px;
  height: 50px;
}
.widget_search input:focus, .widget_product_search input:focus, .wp-block-search input:focus {
  outline: none;
  box-shadow: none;
}
.widget_search input::-webkit-input-placeholder, .widget_product_search input::-webkit-input-placeholder, .wp-block-search input::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.4);
}
.widget_search input:-ms-input-placeholder, .widget_product_search input:-ms-input-placeholder, .wp-block-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4);
}
.widget_search input::placeholder, .widget_product_search input::placeholder, .wp-block-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.widget_search input:-webkit-autofill,
.widget_search input:-webkit-autofill:hover,
.widget_search input:-webkit-autofill:focus,
.widget_search textarea:-webkit-autofill,
.widget_search textarea:-webkit-autofill:hover,
.widget_search textarea:-webkit-autofill:focus,
.widget_search select:-webkit-autofill,
.widget_search select:-webkit-autofill:hover,
.widget_search select:-webkit-autofill:focus, .widget_product_search input:-webkit-autofill,
.widget_product_search input:-webkit-autofill:hover,
.widget_product_search input:-webkit-autofill:focus,
.widget_product_search textarea:-webkit-autofill,
.widget_product_search textarea:-webkit-autofill:hover,
.widget_product_search textarea:-webkit-autofill:focus,
.widget_product_search select:-webkit-autofill,
.widget_product_search select:-webkit-autofill:hover,
.widget_product_search select:-webkit-autofill:focus, .wp-block-search input:-webkit-autofill,
.wp-block-search input:-webkit-autofill:hover,
.wp-block-search input:-webkit-autofill:focus,
.wp-block-search textarea:-webkit-autofill,
.wp-block-search textarea:-webkit-autofill:hover,
.wp-block-search textarea:-webkit-autofill:focus,
.wp-block-search select:-webkit-autofill,
.wp-block-search select:-webkit-autofill:hover,
.wp-block-search select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.widget_search .search-submit, .widget_search .wp-block-search__button, .widget_product_search .search-submit, .widget_product_search .wp-block-search__button, .wp-block-search .search-submit, .wp-block-search .wp-block-search__button {
  width: 80px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: none;
  border: 0;
  outline: none !important;
  text-align: center;
  font-size: 18px;
}
.widget_search .search-submit::before, .widget_search .wp-block-search__button::before, .widget_product_search .search-submit::before, .widget_product_search .wp-block-search__button::before, .wp-block-search .search-submit::before, .wp-block-search .wp-block-search__button::before {
  display: none;
}
.widget_search .wp-block-search__inside-wrapper, .widget_product_search .wp-block-search__inside-wrapper, .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_search .wp-block-search__button, .widget_product_search .wp-block-search__button, .wp-block-search .wp-block-search__button {
  text-indent: 999999px;
  width: 60px;
  height: 50px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 0 4px 4px 0;
  border-color: var(--theme-primary-color);
  background-color: var(--theme-primary-color);
}
.widget_search .wp-block-search__button::after, .widget_product_search .wp-block-search__button::after, .wp-block-search .wp-block-search__button::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  line-height: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 11px;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  transition: all ease 0.3s;
  color: #fff;
}
.widget_search .wp-block-search__button:hover, .widget_product_search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:hover {
  background-color: #222;
}

.widget_search, .widget_product_search {
  margin-bottom: 50px;
}
.widget_search .search-submit, .widget_search .wp-block-search__button, .widget_product_search .search-submit, .widget_product_search .wp-block-search__button {
  border: none;
}

.widget_search .wp-block-search {
  padding: 0;
}

.widget_categories .widgettitle, .widget_categories .widget-title, .widget_product_categories .widgettitle, .widget_product_categories .widget-title, .widget_archive .widgettitle, .widget_archive .widget-title, .widget_pages .widgettitle, .widget_pages .widget-title, .wp-block-archives .widgettitle, .wp-block-archives .widget-title, .wp-block-categories-list .widgettitle, .wp-block-categories-list .widget-title {
  margin-bottom: 15px;
}
.widget_categories li, .widget_product_categories li, .widget_archive li, .widget_pages li, .wp-block-archives li, .wp-block-categories-list li {
  padding: 0 !important;
  margin: 0;
  position: relative;
}
.widget_categories li:not(:last-child) a, .widget_product_categories li:not(:last-child) a, .widget_archive li:not(:last-child) a, .widget_pages li:not(:last-child) a, .wp-block-archives li:not(:last-child) a, .wp-block-categories-list li:not(:last-child) a {
  border-bottom: 1px solid var(--theme-color-border);
}
.widget_categories a, .widget_product_categories a, .widget_archive a, .widget_pages a, .wp-block-archives a, .wp-block-categories-list a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-color-text-main) !important;
  padding-left: 15px;
  position: relative;
  padding-bottom: 21px;
  padding-top: 21px;
}
.widget_categories a::after, .widget_product_categories a::after, .widget_archive a::after, .widget_pages a::after, .wp-block-archives a::after, .wp-block-categories-list a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(24, 24, 24, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget_categories a:hover, .widget_product_categories a:hover, .widget_archive a:hover, .widget_pages a:hover, .wp-block-archives a:hover, .wp-block-categories-list a:hover {
  background-color: transparent !important;
  color: var(--theme-primary-color) !important;
}
.widget_categories a:hover::after, .widget_product_categories a:hover::after, .widget_archive a:hover::after, .widget_pages a:hover::after, .wp-block-archives a:hover::after, .wp-block-categories-list a:hover::after {
  color: var(--theme-primary-color) !important;
}
.widget_categories a span, .widget_product_categories a span, .widget_archive a span, .widget_pages a span, .wp-block-archives a span, .wp-block-categories-list a span {
  display: block;
  margin-left: auto;
}

.themesflat_widget_categories ul li:not(:last-child) a {
  border-color: #eee;
}
.themesflat_widget_categories ul a {
  font-weight: 600;
  color: var(--theme-dark-color) !important;
  padding-bottom: 15px;
  padding-top: 15px;
}

.widget_latest_news .widget-title {
  margin-bottom: 30px;
}
.widget_latest_news .thumb {
  width: 84px;
  height: 84px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.widget_latest_news li {
  padding: 0 !important;
  overflow: hidden;
}
.widget_latest_news li + li {
  margin-top: 20px;
}
.widget_latest_news .text {
  padding-bottom: 0;
  border: none;
  overflow: hidden;
}
.widget_latest_news .meta {
  margin-bottom: 10px;
}
.widget_latest_news .item-meta a {
  color: #948daa;
  font-family: var(--theme-font-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.widget_latest_news .item-meta a:hover {
  color: var(--theme-primary-color);
}
.widget_latest_news .title {
  margin-bottom: 9px;
  margin-top: -3px;
}
.widget_latest_news .title a {
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  font-family: var(--theme-font-primary);
}

.widget-recent-news li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.widget-recent-news .thumb {
  min-width: 100px;
  height: 100px;
  margin-right: 20px;
}
.widget-recent-news .thumb img, .widget-recent-news .thumb a {
  border-radius: 10px;
}
.widget-recent-news .thumb a {
  display: block;
}
.widget-recent-news .title, .widget-recent-news h6 {
  margin-bottom: 8px;
}
.widget-recent-news .title a, .widget-recent-news h6 a {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.widget-recent-news span.post-categories {
  font-size: 14px;
  color: #948daa;
  font-weight: 600;
}
.widget-recent-news span.post-categories a {
  color: inherit;
}
.widget-recent-news .post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget-recent-news .item-meta {
  color: #948daa;
  font-family: var(--theme-font-body) !important;
  font-size: 14px;
  line-height: 16px;
}
.widget-recent-news .item-meta:hover {
  color: var(--theme-primary-color);
}
.widget-recent-news .item-meta:not(:last-child) {
  margin-right: 7px;
}
.widget-recent-news .item-meta a, .widget-recent-news .item-meta span {
  color: inherit;
}
.widget-recent-news .item-meta:not(:last-child) {
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px solid #948daa;
}
.widget-recent-news .post-author a {
  display: inline-block;
  margin-left: 5px;
  color: var(--theme-primary-color);
}
.widget-recent-news li {
  padding-top: 0 !important;
}
.widget-recent-news li:not(:last-child) {
  /*      border-bottom: 1px solid var(--theme-color-border);
        padding-bottom: 21px;*/
  margin-bottom: 15px;
}
.widget-recent-news .desc {
  font-size: 14px;
  margin-bottom: 10px;
}

.widget_calendar .calendar_wrap {
  background-color: #fff;
}
.widget_calendar .wp-calendar-table {
  margin: 0;
  background-color: #fff;
}
.widget_calendar .wp-calendar-table tbody td {
  color: var(--theme-color-text-main);
}
.widget_calendar caption {
  padding-top: 0;
}

.wp-block-calendar {
  background-color: #fff;
}

.wp-block-archives-dropdown, .wp-block-categories-dropdown {
  margin-bottom: 43px;
}

.sidebar .widget.widget_nav_menu ul li a {
  display: block;
}
.sidebar .widget.widget_nav_menu ul li.menu-item-has-children > a {
  padding-bottom: 10px;
}
.sidebar .widget.widget_nav_menu ul .sub-menu li:last-child {
  padding-bottom: 0;
}

.widget .tagcloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
  color: #948daa;
  transition: 0.3s;
  font-size: 16px;
  margin: 6px 6px 6px 0;
}
.widget .tagcloud a:hover,
.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
  color: var(--theme-primary-color) !important;
}

.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
  margin-bottom: 0 !important;
}

.wp-block-rss {
  margin-top: 20px;
}
.wp-block-rss .wp-block-rss__item-title {
  margin-bottom: 10px !important;
}

.widget_recent_comments li {
  padding: 0 !important;
}
.widget_recent_comments li:not(:last-child) {
  margin-bottom: 15px;
}

.tf-widget-text-editor .widget-title {
  margin-bottom: 23px;
}

.tf-widget-brochure {
  padding-bottom: 3px;
}
.tf-widget-brochure li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 30px;
  padding: 5px 29px 6px 26px;
  width: 100%;
}
.tf-widget-brochure li a:hover {
  color: #fff !important;
}
.tf-widget-brochure li a .text {
  font-family: var(--theme-font-primary);
  font-weight: 700;
  font-size: 16px;
}
.tf-widget-brochure li a span {
  display: block;
}
.tf-widget-brochure .item-docs {
  background-color: var(--theme-accent-color);
  margin-bottom: 10px;
}
.tf-widget-brochure .item-pdf {
  background-color: var(--theme-primary-color);
}
.tf-widget-brochure .image {
  max-width: 24px;
  margin-right: 10px;
}
.tf-widget-brochure .capacity {
  margin-left: auto;
  font-size: 14px;
}

.wp-block-contact-form-7-contact-form-selector {
  padding-top: 2px;
  padding-bottom: 11px;
}
.wp-block-contact-form-7-contact-form-selector .widget-title {
  margin-bottom: 30px !important;
}

.wp-block-social-links .wp-social-link {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  background-color: #FDF0F0 !important;
  color: rgba(102, 102, 102, 0.5) !important;
  transition: all 0.3s ease;
  border-radius: 50% !important;
}
.wp-block-social-links .wp-social-link:hover {
  color: #fff !important;
  background-color: var(--theme-primary-color) !important;
}
.wp-block-social-links .wp-social-link a {
  transition: unset;
}

.sidebar .widget_media_gallery {
  padding: 0;
}
.sidebar .wp-block-gallery {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: unset !important;
  margin-bottom: -25px !important;
}
.sidebar figure.wp-block-image {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50% !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  padding: 0 15px;
  gap: unset !important;
  margin-bottom: 30px !important;
}
.sidebar figure.wp-block-image img {
  height: auto !important;
  -ms-flex: 0 !important;
  flex: 0 !important;
}

.comments-area {
  --color-rating: #f6b500;
  --color-rating-empty: #ededed;
  margin-top: 50px;
}

.comment-respond {
  font-size: 14px;
}
.comment-respond:not(:first-child) {
  margin-top: 51px;
}
.comment-respond input[type=text], .comment-respond textarea {
  background-color: transparent;
}
.comment-respond input:-webkit-autofill,
.comment-respond input:-webkit-autofill:hover,
.comment-respond input:-webkit-autofill:focus,
.comment-respond textarea:-webkit-autofill,
.comment-respond textarea:-webkit-autofill:hover,
.comment-respond textarea:-webkit-autofill:focus,
.comment-respond select:-webkit-autofill,
.comment-respond select:-webkit-autofill:hover,
.comment-respond select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.comment-respond form {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 0;
}
.comment-respond .comment-form-cookies-consent {
  order: 4;
  margin-bottom: 10px;
}
.comment-respond .tf-comment-note-after {
  margin-bottom: 0;
  order: 5;
}
.comment-respond .tf-comment-note-after span {
  color: var(--theme-primary-color);
}
.comment-respond .comment-right {
  order: 3;
}
.comment-respond .tf-comment-note-before {
  margin-bottom: 41px;
}

.comment-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.comment-left fieldset {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.comment-left .email-container {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .comment-left fieldset {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.comment_wrap_input {
  order: 2;
}

.comment-reply-title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 48px;
  text-transform: capitalize;
}
.comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
}

.themesflat-rating-container {
  margin-top: 5px;
  margin-bottom: 41px;
  order: 1;
}
.themesflat-rating-container .themesflat-rating-label {
  margin-right: 10px;
}

.themesflat-button-submit {
  order: 6;
  margin-top: 20px;
}
.themesflat-button-submit .wrap-input-submit {
  display: inline-block;
  width: auto;
  background-color: var(--theme-primary-color);
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  color: #fff;
  padding: 16px 42px;
  border-radius: 5px;
  font-size: 1rem;
}
.themesflat-button-submit .wrap-input-submit i {
  font-size: 16px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.5s;
}
.themesflat-button-submit .wrap-input-submit .submit {
  padding: 0;
  width: auto;
  line-height: 1;
  margin-right: 10px;
  background-color: transparent !important;
  font-weight: 700;
  border: none;
}
.themesflat-button-submit .wrap-input-submit:hover {
  background: var(--theme-accent-color) !important;
}
.themesflat-button-submit .wrap-input-submit:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.comment-list .comment:not(:first-child), .comment-list .children .comment {
  border-top: 1px solid var(--theme-color-border);
  padding-top: 25px;
  margin-top: 22px;
}

.comment-list .comment_wrap {
  position: relative;
  display: block;
}
.comment-list .comment_wrap .gravatar {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 5px;
  border-radius: 0;
  width: 100px;
}
.comment-list .comment_wrap .comment_meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment-list .comment_wrap .comment_content {
  padding-left: 128px;
  min-height: 110px;
}
.comment-list .comment_wrap .comment_content .comment_text li {
  margin-top: 0 !important;
}
.comment-list .comment_wrap .comment-author-wrap {
  margin-right: auto;
  padding-right: 20px;
}
.comment-list .comment_wrap .comment_author {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  color: var(--theme-accent-color);
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: var(--theme-font-primary);
}
.comment-list .comment_wrap .comment_date {
  font-size: 14px;
  line-height: 24px;
  color: rgb(102, 102, 102);
}
.comment-list .comment_wrap .comment_date i {
  color: var(--theme-primary-color);
  margin-right: 5px;
}
.comment-list .comment_wrap .comment-edit-link {
  font-size: 16px;
  color: var(--theme-color-text-main) !important;
}
.comment-list .comment_wrap .comment-edit-link::after {
  content: "\f304";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  margin-left: 5px;
  color: var(--theme-color-text-main);
}
.comment-list .comment_wrap .themesflat-comment-rating {
  display: -ms-flexbox;
  display: flex;
}
.comment-list .comment_wrap .themesflat-comment-rating .themesflat-star {
  font-size: 14px;
}
.comment-list .comment_wrap .themesflat-comment-rating .themesflat-star.active {
  color: #ffa800;
}
.comment-list .comment_wrap .comment_text {
  margin-top: 11px;
  margin-bottom: 20px;
}
.comment-list .comment_wrap .comment_reply {
  margin-top: 0;
  color: var(--theme-color-text-main);
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.comment-list .comment_wrap .comment_reply a {
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.comment-list .comment_wrap .comment_reply a:hover {
  color: var(--theme-primary-color) !important;
}
.comment-list .comment_wrap .comment_reply i {
  margin-left: 8px;
}
.comment-list .comment_wrap .comment_reply:hover {
  color: var(--theme-primary-color);
}

.comment-list-wrap .comment-title {
  margin-bottom: 41px;
  font-size: 30px;
  line-height: 58px;
  color: var(--theme-accent-color);
  text-transform: capitalize;
}
.comment-list-wrap .comment-title .comment-number {
  color: rgba(24, 24, 24, 0.3);
}
.comment-list-wrap .children {
  margin-left: 0;
  list-style: none;
}
.comment-list-wrap li .comment-respond {
  margin-bottom: 37px;
  margin-top: 43px;
}
.comment-list-wrap .children .comment {
  margin: 22px 0 0 50px;
}
.comment-list-wrap .children .comment .comment_wrap {
  padding: 0;
}
.comment-list-wrap .children .comment .themesflat-comment-rating {
  display: none;
}
.comment-list-wrap .themesflat-rating-container {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .comment-list-wrap .children .comment {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .comment-list-wrap .children {
    padding-left: 0;
  }
  .comment-list-wrap .children .comment {
    margin: 0;
  }
}

.comment-list .children {
  margin-top: 0;
}
.comment-list .children .comment-respond {
  margin-top: 32px;
}
.comment-list .children .logged-in-as, .comment-list .children .tf-comment-note-before {
  margin-bottom: 30px !important;
}
.comment-list .children .comment-form-cookies-consent {
  margin-bottom: 20px;
}
.comment-list .children .themesflat-button-submit {
  margin-top: 30px;
}

.comment-list h1, .comment-list h2, .comment-list h3, .comment-list h4, .comment-list h5, .comment-list h6, .comment-list .h1, .comment-list .h2, .comment-list .h3, .comment-list .h4, .comment-list .h5, .comment-list .h6 {
  margin-bottom: 10px;
}
.comment-list li > ul, .comment-list li > ol {
  margin-bottom: 0;
  margin-top: 0;
}
.comment-list ul, .comment-list ol {
  padding-left: 15px;
}

.tags-links a {
  color: #948daa !important;
  transition: 0.3s;
  font-size: 16px;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.tags-links a:hover {
  color: var(--theme-primary-color) !important;
}

.themesflat-tags-lable {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  margin-right: 12px;
  color: var(--theme-accent-color);
  font-weight: 700;
  font-family: var(--theme-font-primary);
}

.slick-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-slide {
  height: inherit;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.slick-track {
  display: flex !important;
}

.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--theme-primary-color);
  z-index: 1;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.slick-arrow:hover {
  color: #fff;
  background-color: var(--theme-primary-color);
}
.slick-arrow.slick-disabled {
  cursor: no-drop;
}
.slick-arrow.slick-prev {
  left: 40px;
  right: auto;
}
.slick-arrow.slick-next {
  left: auto;
  right: 40px;
}
.slick-arrow i {
  line-height: inherit;
  font-weight: 400;
}

.slick-dots {
  margin-top: 30px;
}
.slick-dots > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  cursor: pointer;
}
.slick-dots li:not(:last-child) {
  margin-right: 12px;
}
.slick-dots li span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(24, 24, 24, 0.1);
}
.slick-dots li.slick-active span {
  background-color: var(--theme-primary-color);
}

.themesflat__embed-responsive {
  --themesflat-image-ratio: 75%;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.themesflat__embed-responsive:before {
  display: block;
  content: "";
  padding-top: var(--themesflat-image-ratio);
}
.themesflat__embed-responsive .themesflat__embed-responsive-item,
.themesflat__embed-responsive iframe,
.themesflat__embed-responsive embed,
.themesflat__embed-responsive object,
.themesflat__embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.themesflat__image-size-4x3 {
  --themesflat-image-ratio: 75%;
}

.themesflat__image-size-1x1 {
  --themesflat-image-ratio: 100%;
}

.themesflat__image-size-3x4 {
  --themesflat-image-ratio: 133.3333333333333%;
}

.themesflat__image-size-16x9 {
  --themesflat-image-ratio: 56.25%;
}

.themesflat__image-size-9x16 {
  --themesflat-image-ratio: 177.7777777777778%;
}

.themesflat__entry-thumbnail {
  position: relative;
  background-color: #E0E8EE;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.themesflat__entry-thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.themesflat__post-featured {
  position: relative;
}
.themesflat__post-featured.active .themesflat__entry-thumbnail:after, .themesflat__post-featured:hover .themesflat__entry-thumbnail:after {
  opacity: 1;
}
.themesflat__post-featured.active .themesflat__zoom-image i, .themesflat__post-featured:hover .themesflat__zoom-image i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.themesflat__entry-thumbnail-image {
  display: inline-block;
}

.themesflat__thumbnail-size-none:before {
  display: none;
}

.wp-block-cover:not(:last-child) {
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 447px) {
  .wp-block-gallery.alignleft {
    margin-right: 1em;
  }
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  display: -ms-flexbox;
  display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta, .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 0;
}

/*--------------------------------------------------------------
## Page Title
--------------------------------------------------------------*/
/* Page Title
-------------------------------------------------------------- */
.page-title {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title .overlay {
  background-color: var(--theme-accent-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-title .page-title-heading {
  margin: 0;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform: capitalize;
}
.page-title .page-sub-title {
  position: absolute;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  top: 50%;
}
.page-title.text-center .sub-title-heading {
  margin-left: auto;
  margin-right: auto;
}
.page-title.text-end .sub-title-heading {
  margin-left: auto;
}
.page-title.text-left .sub-title-heading {
  margin-right: auto;
}
.page-title.default .page-title-heading {
  margin-bottom: 0;
}
.page-title.default .sub-title-heading {
  margin-top: 5px;
}
.page-title.default .breadcrumbs {
  margin-top: 18px;
}
.page-title.inline .page-title-container {
  display: table;
}
.page-title.inline .page-title-container h1, .page-title.inline .breadcrumbs {
  display: table-cell;
  vertical-align: middle;
}
.page-title.inline .page-title-container h1 {
  text-align: left;
}
.page-title.inline .breadcrumbs {
  text-align: right;
}
.page-title .wrap-button-page-title {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.breadcrumbs span.sep {
  text-align: center;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 12px;
}
.breadcrumbs span {
  display: inline-block;
}
.breadcrumbs a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a:hover span {
  color: var(--theme-primary-color);
}

/*--------------------------------------------------------------
## Editor Blog
--------------------------------------------------------------*/
/*Block Editor*/
.wp-block-button__link {
  font-family: var(--theme-btn-font);
  font-style: var(--theme-btn-font-style);
  font-size: var(--theme-btn-font-size);
  letter-spacing: var(--theme-btn-letter-spacing);
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  text-transform: capitalize;
  border-width: 0;
  background-color: var(--theme-primary-color);
  color: var(--theme-primary-foreground-color);
}
.wp-block-button__link:hover {
  background-color: var(--theme-accent-color);
  color: var(--theme-accent-foreground-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-style-outline .wp-block-button__link {
  border-width: 2px;
}
.is-style-outline .wp-block-button__link:hover {
  color: var(--theme-primary-color);
}

.wp-block-button:not(.alignleft):not(.aligncenter):not(.alignright) {
  margin-top: 30px;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
  border-radius: 0;
}

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

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.wp-block-column > ul:last-child {
  margin-bottom: 0;
}

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

.has-large-font-size {
  line-height: 1.3;
}

.wp-block-group.has-background .wp-block-group__inner-container ul:last-of-type {
  margin-bottom: 0;
}

blockquote .blockqoute-text:before, blockquote .blockqoute-text:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "”";
  font-size: 60px;
  line-height: 60px;
  color: rgb(153, 153, 153);
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote em,
blockquote i,
blockquote cite {
  font-weight: 700;
}

blockquote em,
blockquote cite {
  margin-top: 10px;
}

blockquote cite {
  display: inline-flex;
  line-height: 1.3;
}

blockquote strong,
blockquote b {
  font-weight: 600;
}

blockquote > p:last-of-type {
  margin-bottom: 0;
}

blockquote code {
  color: inherit;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 40px 0 40px 0;
  padding: 40px 50px 50px 50px !important;
}

blockquote a:hover {
  color: #203b48;
}

blockquote .name {
  color: #fff;
  margin: 11px 0 0 0;
}

blockquote p .icon-blockquote {
  font-size: 24px;
  font-weight: 300;
  line-height: 0;
  vertical-align: text-bottom;
  color: #203b48;
  position: relative;
  display: inline-block;
}

blockquote p .icon-blockquote:first-of-type {
  margin-right: 17px;
  top: -8px;
}

blockquote p .icon-blockquote:last-of-type {
  margin-left: 5px;
  top: 2px;
}

:root .has-very-dark-gray-color {
  color: var(--theme-primary-color);
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
  .themesflat-boxed {
    overflow: hidden;
  }
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1220px) {
  #mainnav ul.sub-menu {
    width: 200px;
  }
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
  #mainnav > ul > li.menu-item-has-children > a {
    padding-right: 13px;
  }
  #footer.footer-style1 .wrap-widgets {
    padding: 32px 15px 3px 15px;
  }
}
@media only screen and (max-width: 1100px) {
  #mainnav > ul > li.menu-item-has-children > a {
    padding-right: 0;
  }
  #mainnav > ul > li.menu-item-has-children > a:before {
    display: none;
  }
}
/* Smaller than standard 1024 */
@media only screen and (max-width: 1024px) {
  .blog-grid.blog-four-columns > .item,
.blog-grid-simple.blog-four-columns > .item {
    float: none;
    width: 50%;
  }
  .max-width-570 {
    max-width: unset;
  }
  .themesflat-action-box.style1 .mc4wp-form-fields {
    justify-content: flex-start;
  }
}
/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
  .topbar-absolute .themesflat-top {
    position: relative;
  }
  #header {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
  }
  #mainnav-mobi .megamenu.col-2,
#mainnav-mobi .megamenu.col-3,
#mainnav-mobi .megamenu.col-4,
#mainnav-mobi .megamenu.col-5,
#mainnav-mobi .megamenu.col-6 {
    -webkit-box-flex: unset;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .page-wrap.sidebar-left .content-area,
.page-wrap.sidebar-right .content-area {
    padding-left: 0;
    padding-right: 0;
  }
  #secondary .sidebar {
    margin-top: 50px;
  }
  header .block {
    margin-right: 20px;
    margin-left: 0;
    display: none;
  }
  header .block a {
    top: 3px;
  }
  .flat-social-header {
    padding-top: 0px;
  }
  .comments-area ul.children {
    margin-left: 30px;
  }
  /* sidebar */
  .page-wrap.sidebar-left .content-area,
.page-wrap.sidebar-right .content-area,
.page-wrap.sidebar-left .widget-area,
.page-wrap.sidebar-right .widget-area {
    float: none;
    width: 100%;
    position: relative;
  }
  .page-wrap.sidebar-left .content-area,
.page-wrap.sidebar-right .content-area {
    margin-bottom: 0px;
  }
  .footer .widgets-areas:last-of-type {
    margin-bottom: 0;
  }
  .header-style2 {
    text-align: center;
  }
  .blog-grid.columns-4 > .item,
.blog-grid-simple.columns-4 > .item {
    float: left;
    width: 50%;
  }
  .blog-grid-simple article .entry-meta ul li > i {
    font-size: 17px;
    padding-right: 5px;
  }
  .blog-grid-simple article .content-post {
    padding: 20px 20px;
  }
  .portfolio-single .entry-content {
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .themesflat-action-box .heading-wrap,
.themesflat-action-box .button-wrap {
    width: 100%;
    display: block;
    text-align: center;
  }
  .themesflat-action-box .heading-wrap {
    margin-bottom: 20px;
  }
  .footer #widget_latest_news-3,
.footer_s3 #mc4wp_form_widget-2,
.footer_s3 #widget_themesflat_socials-10 {
    margin-left: 0;
  }
  .vertical-center {
    display: block;
  }
  .page-template-comming-soon-s1.admin-bar .section-comming-soon .box-comming-soon {
    top: 46px;
  }
  .mobi-2column {
    width: 50%;
    float: left;
  }
  .mobi-mgb30 {
    margin-bottom: 30px;
  }
  .mobi-mgb40 {
    margin-bottom: 40px;
  }
  .mobi-mgt30 {
    margin-top: 30px;
  }
  .mobi-mgt40 {
    margin-top: 40px;
  }
  .blog-grid article,
.blog-list article {
    margin-bottom: 30px;
  }
  .desk-mt-117px {
    margin-top: 0px;
  }
  .footer-widgets .wrap-widgets-4,
.footer-widgets .wrap-widgets-2 {
    padding-left: 0px;
  }
  .sidebar .widget-instagram-feed .item {
    height: auto;
  }
  .mobi-center {
    text-align: center !important;
  }
  .mobi-left {
    text-align: left !important;
  }
  .desk-mt-117px {
    margin-top: 0px;
  }
  .desk-top-117px {
    top: 0px;
    background-image: none !important;
    background-color: #f4f4ff;
  }
  .vc_custom_1565857093600,
.desk-mt-100px {
    margin-top: 0px !important;
  }
  ul.box-contact {
    margin: 0;
  }
  .bg-text:before,
.border-style2 > .inner:before,
.border-style3 > .inner:before,
.flat-calendar:before,
.mobi-none {
    display: none !important;
  }
  .image-100-percent img,
.width_55Percent,
.width_45Percent {
    width: 100%;
  }
  .width_55Percent {
    margin-bottom: 50px;
  }
  .custom-search .search-form .search-submit {
    width: 80px;
  }
  .mobi-heading-lh14 .heading,
.mobi-sub-heading-lh14 .sub-heading {
    line-height: 1.4 !important;
  }
  .mobi-heading-lh117 .heading,
.mobi-sub-heading-lh117 .sub-heading {
    line-height: 1.17 !important;
  }
  .mobi-font30 {
    font-size: 30px !important;
  }
  .page-title .wrap-button-page-title {
    justify-content: center;
    margin-top: 30px;
  }
  .page-title.left .page-title-container h1,
.page-title.left .breadcrumbs {
    text-align: center;
  }
  #header .header-text {
    display: none;
  }
  .blog-list article .content-post p {
    padding-right: 0px;
  }
  .error-404-text h2 {
    font-size: 250px;
    letter-spacing: -15px;
    background-position: top center;
  }
  .footer-widgets #nav_menu-2,
.footer-widgets .wrap-widgets-3 .widget.widget_latest_news {
    margin-left: 0;
  }
  .sidebar .wpcf7-form-control-wrap {
    display: block;
  }
  .block-get-a-quote {
    min-height: unset;
  }
  .themesflat-action-box.style2 .inner {
    padding-right: 40px;
    padding-left: 40px;
    display: block;
  }
  #footer.footer-style1 .widgets-areas-1,
#footer.footer-style1 .widgets-areas-4 {
    background: rgba(0, 0, 0, 0.05);
  }
  #footer.footer-style1 .widgets-areas-2,
#footer.footer-style1 .widgets-areas-3 {
    background: rgba(255, 255, 255, 0.02);
  }
  .bottom.bottom-style2 .container-inside {
    flex-direction: column;
  }
  .bottom.bottom-style2 .container-inside .content-center {
    margin: 20px 0;
  }
  #rev_slider_1_1_wrapper .tparrows,
#rev_slider_2_1_wrapper .tparrows,
#rev_slider_3_1_wrapper .tparrows {
    display: none !important;
  }
  .comment-list .comment_wrap .comment-edit-link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
  /* header */
  header .header-wrap {
    padding: 0;
  }
  .header-style3 .show-search,
#mainnav > ul > li > a,
#header .show-search,
#header .wrap-cart-count, .button-menu {
    line-height: 80px !important;
  }
  .navigation a,
.pagination > span,
.navigation.paging-navigation span,
.page-links a, .page-links > span {
    margin-bottom: 15px;
  }
  .navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
    display: block;
  }
  .page-wrap.fullwidth-small .wrap-content-area .blog-grid > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple > .item,
.page-wrap.fullwidth-small .content-area .blog-grid > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid.columns-2 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple.columns-2 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid.columns-2 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple.columns-2 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid.columns-3 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple.columns-3 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid.columns-3 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple.columns-3 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid.columns-4 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple.columns-4 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid.columns-4 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple.columns-4 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid.columns-2 > .item,
.page-wrap.fullwidth-small .wrap-content-area .blog-grid-simple.columns-2 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid.columns-2 > .item,
.page-wrap.fullwidth-small .content-area .blog-grid-simple.columns-2 > .item {
    float: none;
    width: 100%;
  }
  .blog-grid > .item,
.blog-grid.blog-two-columns > .item,
.blog-grid.columns-2 > .item,
.blog-grid-simple.columns-2 > .item,
.blog-grid.columns-3 > .item,
.blog-grid-simple.columns-3 > .item,
.blog-grid.columns-4 > .item,
.blog-grid-simple.columns-4 > .item {
    float: none;
    width: 100%;
  }
  .blog-grid > .item,
.blog-grid-simple > .item,
.blog-grid.blog-two-columns > .item,
.blog-grid.blog-three-columns > .item,
.blog-grid-simple.blog-three-columns > .item,
.blog-grid.blog-four-columns > .item,
.blog-grid-simple.blog-four-columns > .item {
    float: none;
    width: 100%;
  }
  .blog-grid-simple article .content-post {
    padding: 25px 30px;
  }
  .page-title h1 {
    font-size: 50px;
  }
  .page-title.inline .page-title-container h1,
.page-title.inline .breadcrumbs {
    display: block;
  }
  .page-title.inline .page-title-container h1 {
    margin-bottom: 10px;
  }
  .page-title.inline .breadcrumbs {
    text-align: left;
  }
  .box-comming-soon {
    padding: 15px;
  }
  .comming-soon-countdown .square .numb {
    font-size: 30px;
  }
  .one-haft {
    width: 100%;
    float: none;
  }
  .mobi-mb20 {
    margin-bottom: 20px;
  }
  .mobi-mb30 {
    margin-bottom: 30px;
  }
  .themesflat_sc_vc-icon-box.one-haft {
    margin-bottom: 30px;
  }
  .mobi-small-hide {
    display: none;
  }
  .mmobi-center {
    text-align: center !important;
  }
  .mmobi-left {
    text-align: left !important;
  }
  .smobi-hide,
.doubleline:before,
.doubleline:after,
.border-style1:before,
.mmobi-none {
    display: none;
  }
  .wrap-job-list .title-job,
.wrap-job-list .info-job,
.wrap-job-list .button-job {
    width: auto;
    display: block;
    float: none;
    margin: 0 0 15px 0;
  }
  .single-portfolios .entry-content .image-content-left .img-bottom img,
.single-portfolios .entry-content .image-content-left .img-top img {
    width: 100%;
  }
  .single-portfolios .entry-content .image-content-left .img-bottom {
    margin-bottom: 30px;
  }
  .button-topbar {
    margin-left: 0;
  }
  .bottom .container-inside {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .wrap-info-item {
    display: block;
    align-items: unset;
    width: 100%;
    position: relative;
    padding: 46px 15px 23px 15px;
  }
  .info-item {
    flex-grow: unset;
    justify-content: unset;
    display: block;
    align-items: unset;
    margin-bottom: 15px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .transparent-form p,
.dark-form p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-post .box-title {
    font-size: 60px;
  }
  .related-post.related-posts-box {
    margin-top: 80px;
  }
  .header-03 .themesflat-top .flat-language {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #footer.footer-style1 .widgets-areas-1,
#footer.footer-style1 .widgets-areas-3 {
    background: rgba(0, 0, 0, 0.05);
  }
  #footer.footer-style1 .widgets-areas-2,
#footer.footer-style1 .widgets-areas-4 {
    background: rgba(255, 255, 255, 0.02);
  }
  #footer.footer-style1 .wrap-widgets {
    padding: 32px 0px 3px 0px;
  }
  .dark-form.style2 button, .dark-form.style2 input[type=submit] {
    margin-left: 0;
  }
  .header-03 .themesflat-top ul.flat-information li {
    margin: 0px 10px;
  }
  .themesflat-action-box.style1 .mc4wp-form-fields {
    display: block;
  }
}
/* Mobile Portrait Size */
@media only screen and (max-width: 600px) {
  .header-style2 #header .header-wrap .header-ct-left,
.header-style2 #header .header-wrap .header-ct-center,
.header-style2 #header .header-wrap .header-ct-right {
    min-width: auto;
  }
  .modal-menu-left .modal-menu__body {
    width: calc(100% - 50px);
  }
  .modal-menu__panel-body,
.modal-menu__panel-footer {
    padding: 60px 30px 60px 30px;
  }
  .modal-menu__panel-header {
    padding: 10px 10px 10px 10px;
  }
  #mainnav-secondary .menu .menu-item-has-children > span {
    right: 0;
  }
  .comments-area ol.comment-list article .gravatar {
    width: 70px;
  }
  .comment-list .comment_wrap .comment_content {
    padding-left: 90px;
  }
  .comment-list .comment_wrap .comment_author {
    font-size: 20px;
  }
  .comments-area ol.comment-list article {
    position: relative;
    padding-left: 0;
  }
  .comments-area ol.comment-list article .gravatar {
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
  .header-03 .themesflat-top .container-inside .content-right {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .comments-area ul.children {
    margin-left: 15px;
  }
  ul.box-contact li .wrap-icon {
    float: none;
    margin-right: 0px;
  }
  ul.box-contact li .wrap-info {
    overflow: hidden;
    margin-top: 15px;
  }
  .box-contact li {
    padding: 43px 30px 40px;
  }
  .error-404-text h2 {
    font-size: 200px;
    letter-spacing: -10px;
  }
  .single .entry-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .single .entry-footer .social-share-article {
    margin-top: 20px;
  }
  .comment-reply-title {
    padding-right: 0;
  }
  .comment-reply-title a#cancel-comment-reply-link {
    position: unset;
    top: unset;
    right: unset;
  }
}
@media (max-width: 499px) {
  .bottom .content-left,
.bottom .content-right {
    display: block;
    text-align: center !important;
  }
  .bottom .content-left {
    margin-bottom: 15px;
  }
  .bottom .content-right .text-left {
    margin-bottom: 10px;
  }
  .comments-area ol.comment-list article:after,
.comments-area ol.comment-list article:before {
    display: none;
  }
  .comments-area blockquote {
    margin: 10px 0px 30px 0px;
    padding: 10px 20px 20px 20px;
  }
  .comments-area ol.comment-list article .comment_content .comment_text {
    overflow-x: auto;
  }
  .comments-area ol.comment-list article,
.comment-list-wrap .comment-respond {
    margin-bottom: 30px;
  }
  .page-wrap.fullwidth-small .wrap-content-area,
.page-wrap.fullwidth-small .content-area {
    width: 100%;
    max-width: 100%;
  }
  .section-comming-soon .title-comming-soon {
    font-size: 35px;
  }
  .mobi-supper-small-hide {
    display: none;
  }
  .smobi-center {
    text-align: center !important;
  }
  .smobi-left {
    text-align: left !important;
  }
  .header-style1 .flat-language {
    margin-left: 0;
  }
  .themesflat_sc_vc-headings.left-icon-testimonial {
    padding-left: 0;
  }
  .themesflat_sc_vc-headings.left-icon-testimonial:before {
    position: relative;
    margin-bottom: 10px;
  }
  .desk-pd-left81px {
    padding: 0 30px;
  }
  .header-style2 #header .header-wrap .header-ct-left,
.header-style2 #header .header-wrap .header-ct-center,
.header-style2 #header .header-wrap .header-ct-right {
    min-width: auto;
  }
  #header.header-style3 .logo {
    min-width: 230px;
  }
  #header .show-search,
#header .header-wishlist-wrapper {
    display: none;
  }
}
@media (max-width: 425px) {
  .wrap-cart-count .content-text {
    display: none !important;
  }
  .error-404-text h2 {
    font-size: 160px;
    letter-spacing: -5px;
  }
}
@media (max-width: 375px) {
  .comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
    margin-right: 5px;
  }
  .top-search {
    width: 250px;
  }
  .header-style1 .flat-language {
    display: none;
  }
  .box-contact li {
    padding: 43px 20px 40px;
  }
  ul.box-contact li .wrap-info p {
    font-size: 24px;
  }
  .button-topbar {
    padding: 15px 45px 10px 45px;
  }
  .button-topbar:after {
    width: 107%;
  }
  .canvas-nav-wrap .inner-canvas-nav {
    width: 80%;
  }
  .error-404-text h2 {
    font-size: 150px;
    letter-spacing: -5px;
  }
  .related-post .box-title {
    font-size: 50px;
  }
  #header.header-style3 .header-cart-wrapper {
    display: none;
  }
}
article:before, article:after, .entry-content:before, .entry-content:after {
  content: "";
  display: table;
  clear: both;
}

.post-wrap .featured-post {
  margin-bottom: 37px;
}

.row .tf-content-single-wrap.tf-content-wrap,
.row .content-area {
  padding-right: 35px;
}

.result-title.nothing {
  font-size: 50px;
  margin-bottom: 30px;
}

.post-wrap .row {
  margin-left: -15px;
  margin-right: -15px;
}
.post-wrap .row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.post-wrap .row .tf-post-list-main {
  padding-right: 35px;
}

.single .entry-footer:not(:last-child) {
  margin-bottom: 48px;
}

.post-template-default.single.single-post .blog-single .main-post {
  margin-top: 0;
}

.blog-single .main-post, .tf-post-modal .main-post {
  margin-top: 37px;
}
.blog-single .meta-category-list a, .tf-post-modal .meta-category-list a {
  color: var(--theme-color-text-main);
  z-index: 1;
  line-height: 24px;
  font-size: 14px;
}
.blog-single .post-meta, .tf-post-modal .post-meta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.blog-single .item-meta:not(:last-child), .tf-post-modal .item-meta:not(:last-child) {
  margin-right: 24px;
}
.blog-single .item-meta, .tf-post-modal .item-meta {
  display: inline-block;
  font-size: 16px;
  color: #948daa;
  font-family: var(--theme-font-body);
  margin-bottom: 30px;
}
.blog-single .item-meta a, .blog-single .item-metaspan, .tf-post-modal .item-meta a, .tf-post-modal .item-metaspan {
  font-weight: normal;
  text-transform: initial;
  transition: 0.3s;
  color: inherit;
}
.blog-single .item-meta .meta-icon, .tf-post-modal .item-meta .meta-icon {
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s;
}
.blog-single .item-meta:hover a, .tf-post-modal .item-meta:hover a {
  color: var(--theme-primary-color) !important;
}
.blog-single .item-meta:hover:not(.post-comments) .meta-icon, .tf-post-modal .item-meta:hover:not(.post-comments) .meta-icon {
  color: var(--theme-primary-color);
}
.blog-single .item-meta:last-child, .tf-post-modal .item-meta:last-child {
  margin-right: 0;
}
.blog-single .entry-footer .entry-footer-meta, .tf-post-modal .entry-footer .entry-footer-meta {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
.blog-single .entry-footer .entry-footer-meta .tags-links, .tf-post-modal .entry-footer .entry-footer-meta .tags-links {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.blog-single .entry-footer .entry-footer-meta .social-share-article, .tf-post-modal .entry-footer .entry-footer-meta .social-share-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.blog-single .entry-footer .entry-footer-meta .social-share-article .social-share-label, .tf-post-modal .entry-footer .entry-footer-meta .social-share-article .social-share-label {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  margin-right: 12px;
  color: var(--theme-accent-color);
  font-weight: 600;
  font-family: var(--theme-font-primary);
}
.blog-single .entry-footer .entry-footer-meta .themesflat-socials li:not(:last-child), .tf-post-modal .entry-footer .entry-footer-meta .themesflat-socials li:not(:last-child) {
  margin-right: 0.5rem;
}
.blog-single .entry-footer .entry-footer-meta .themesflat-socials li a, .tf-post-modal .entry-footer .entry-footer-meta .themesflat-socials li a {
  font-size: 24px;
}
.blog-single .entry-footer .entry-footer-meta .themesflat-socials .facebook-f a, .tf-post-modal .entry-footer .entry-footer-meta .themesflat-socials .facebook-f a {
  color: #1877f2;
}
.blog-single .entry-footer .entry-footer-meta .themesflat-socials .instagram a, .tf-post-modal .entry-footer .entry-footer-meta .themesflat-socials .instagram a {
  color: #1da1f2;
}
.blog-single .entry-footer .entry-footer-meta .themesflat-socials .dribbble a, .tf-post-modal .entry-footer .entry-footer-meta .themesflat-socials .dribbble a {
  color: #ea4c89;
}
.blog-single .entry-footer .entry-footer-meta .social-share-article, .tf-post-modal .entry-footer .entry-footer-meta .social-share-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.blog-single .entry-footer .entry-footer-meta .social-share-article:not(:first-child), .tf-post-modal .entry-footer .entry-footer-meta .social-share-article:not(:first-child) {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-single .entry-footer .entry-footer-meta .social-share-article > span, .tf-post-modal .entry-footer .entry-footer-meta .social-share-article > span {
  margin-right: 30px;
  font-weight: 600;
  color: var(--theme-accent-color);
  font-family: var(--theme-font-primary);
}
@media only screen and (max-width: 576px) {
  .blog-single .entry-footer .entry-footer-meta, .tf-post-modal .entry-footer .entry-footer-meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-single .entry-footer .entry-footer-meta .tags-links, .blog-single .entry-footer .entry-footer-meta .social-share-article, .tf-post-modal .entry-footer .entry-footer-meta .tags-links, .tf-post-modal .entry-footer .entry-footer-meta .social-share-article {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .blog-single .entry-footer .entry-footer-meta .social-share-article:not(:first-child), .tf-post-modal .entry-footer .entry-footer-meta .social-share-article:not(:first-child) {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.blog-single .entry-footer .entry-footer-author, .tf-post-modal .entry-footer .entry-footer-author {
  background-color: var(--theme-accent-color);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
}
@media only screen and (max-width: 576px) {
  .blog-single .entry-footer .entry-footer-author, .tf-post-modal .entry-footer .entry-footer-author {
    padding: 20px;
  }
}
.blog-single .entry-footer .entry-footer-author .author-image, .tf-post-modal .entry-footer .entry-footer-author .author-image {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  margin-right: 30px;
}
.blog-single .entry-footer .entry-footer-author .author-content-top, .tf-post-modal .entry-footer .entry-footer-author .author-content-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-single .entry-footer .entry-footer-author .author-name, .tf-post-modal .entry-footer .entry-footer-author .author-name {
  font-family: var(--theme-font-primary);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  margin-right: auto;
  padding-right: 20px;
}
.blog-single .entry-footer .entry-footer-author .list-social, .tf-post-modal .entry-footer .entry-footer-author .list-social {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.blog-single .entry-footer .entry-footer-author .list-social li a, .tf-post-modal .entry-footer .entry-footer-author .list-social li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.blog-single .entry-footer .entry-footer-author .list-social li a:hover, .tf-post-modal .entry-footer .entry-footer-author .list-social li a:hover {
  color: #fff;
}
.blog-single .entry-footer .entry-footer-author .list-social li:not(:last-child), .tf-post-modal .entry-footer .entry-footer-author .list-social li:not(:last-child) {
  padding-right: 38px;
}

.entry-content:not(:last-child) {
  margin-bottom: 33px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6 {
  margin-bottom: 10px;
}
.entry-content ul, .entry-content ol {
  padding-left: 15px;
}
.entry-content li > ul, .entry-content li > ol {
  margin-bottom: 0;
  margin-top: 0;
}

.single-post .comment-respond .logged-in-as {
  margin-bottom: 46px;
  font-size: 16px;
}
.single-post .tf-content-single-wrap figure:last-child {
  margin-bottom: 0 !important;
}
.single-post iframe {
  width: 100%;
  max-width: 100%;
}
.single-post .fullwidth .main-post .post-meta {
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-rss, .wp-block-latest-comments {
  padding-left: 0 !important;
}

blockquote {
  max-width: 100%;
  text-align: left;
  padding: 45px 50px 50px;
  background-color: rgba(34, 34, 34, 0.1);
}

.blog-single:not(.format-gallery).has-post-thumbnail .featured-post {
  position: relative;
  margin-bottom: 36px;
  border-radius: 12px;
}

.blog-post:not(.blog-single) .featured-post, .related-post .post .featured-post {
  margin-bottom: 32px;
}
.blog-post:not(.blog-single) .featured-post .image, .blog-post:not(.blog-single) .featured-post a, .related-post .post .featured-post .image, .related-post .post .featured-post a {
  display: block;
}
.blog-post:not(.blog-single) .featured-post .image img, .blog-post:not(.blog-single) .featured-post a img, .related-post .post .featured-post .image img, .related-post .post .featured-post a img {
  width: 100%;
}

.blog-archive.archive-post .item, .blog-list .item, .search-results .item {
  margin-bottom: 50px;
}

.tf-posts .item {
  margin-bottom: 30px;
}

.themesflat-posts-slider .item {
  margin-bottom: 0 !important;
}

.blog-archive .blog-post .meta-icon, .related-post .post .meta-icon,
.tf-posts .blog-post .meta-icon, .search-results .blog-post .meta-icon, .single-post .meta-icon {
  display: inline-block;
  margin-right: 5px;
  transition: 0.3s;
  color: var(--theme-primary-color);
  line-height: 1;
}
.blog-archive .blog-post .meta-icon i, .related-post .post .meta-icon i,
.tf-posts .blog-post .meta-icon i, .search-results .blog-post .meta-icon i, .single-post .meta-icon i {
  font-size: 15px;
  margin-right: 4px;
}

.blog-archive .blog-post, .related-post .post, .tf-posts .blog-post, .search-results .blog-post {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}
.blog-archive .blog-post iframe, .related-post .post iframe, .tf-posts .blog-post iframe, .search-results .blog-post iframe {
  width: 100%;
  max-width: 100%;
}
.blog-archive .blog-post .post-meta .item-meta, .related-post .post .post-meta .item-meta, .tf-posts .blog-post .post-meta .item-meta, .search-results .blog-post .post-meta .item-meta {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #948daa;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
}
.blog-archive .blog-post .post-meta .item-meta a, .blog-archive .blog-post .post-meta .item-metaspan, .related-post .post .post-meta .item-meta a, .related-post .post .post-meta .item-metaspan, .tf-posts .blog-post .post-meta .item-meta a, .tf-posts .blog-post .post-meta .item-metaspan, .search-results .blog-post .post-meta .item-meta a, .search-results .blog-post .post-meta .item-metaspan {
  font-weight: normal;
  text-transform: initial;
  transition: 0.3s;
  color: inherit;
}
.blog-archive .blog-post .post-meta .item-meta:hover a, .related-post .post .post-meta .item-meta:hover a, .tf-posts .blog-post .post-meta .item-meta:hover a, .search-results .blog-post .post-meta .item-meta:hover a {
  color: var(--theme-primary-color);
}
.blog-archive .blog-post .post-meta .item-meta:hover:not(.post-comments) .meta-icon, .related-post .post .post-meta .item-meta:hover:not(.post-comments) .meta-icon, .tf-posts .blog-post .post-meta .item-meta:hover:not(.post-comments) .meta-icon, .search-results .blog-post .post-meta .item-meta:hover:not(.post-comments) .meta-icon {
  color: var(--theme-primary-color);
}
.blog-archive .blog-post .post-meta .item-meta:last-child, .related-post .post .post-meta .item-meta:last-child, .tf-posts .blog-post .post-meta .item-meta:last-child, .search-results .blog-post .post-meta .item-meta:last-child {
  margin-right: 0;
}
.blog-archive .blog-post .featured-post, .related-post .post .featured-post, .tf-posts .blog-post .featured-post, .search-results .blog-post .featured-post {
  margin-bottom: 0;
}
.blog-archive .blog-post .content-post, .related-post .post .content-post, .tf-posts .blog-post .content-post, .search-results .blog-post .content-post {
  border-radius: 10px;
  transition: 0.3s;
  padding: 45px 30px 50px 30px;
}
.blog-archive .blog-post .content-post .entry-title, .related-post .post .content-post .entry-title, .tf-posts .blog-post .content-post .entry-title, .search-results .blog-post .content-post .entry-title {
  font-size: 36px;
  margin-top: 0;
  z-index: 2;
  position: relative;
}
.blog-archive .blog-post .content-post .entry-title a, .related-post .post .content-post .entry-title a, .tf-posts .blog-post .content-post .entry-title a, .search-results .blog-post .content-post .entry-title a {
  color: var(--theme-accent-color);
}
.blog-archive .blog-post .content-post .entry-title a:hover, .related-post .post .content-post .entry-title a:hover, .tf-posts .blog-post .content-post .entry-title a:hover, .search-results .blog-post .content-post .entry-title a:hover {
  color: var(--theme-primary-color);
}
.blog-archive .blog-post .content-post .image::after, .blog-archive .blog-post .content-post .featured-post a::after, .related-post .post .content-post .image::after, .related-post .post .content-post .featured-post a::after, .tf-posts .blog-post .content-post .image::after, .tf-posts .blog-post .content-post .featured-post a::after, .search-results .blog-post .content-post .image::after, .search-results .blog-post .content-post .featured-post a::after {
  opacity: 0.6;
}
.blog-archive .blog-post .content-post .post-content, .related-post .post .content-post .post-content, .tf-posts .blog-post .content-post .post-content, .search-results .blog-post .content-post .post-content {
  margin-top: 10px;
}
.blog-archive .blog-post .content-post .themesflat-readmore-archive, .related-post .post .content-post .themesflat-readmore-archive, .tf-posts .blog-post .content-post .themesflat-readmore-archive, .search-results .blog-post .content-post .themesflat-readmore-archive {
  margin-top: 34px;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  background: var(--theme-primary-color);
  padding: 16px 42px;
  border-radius: 5px;
  color: #fff;
}
.blog-archive .blog-post .content-post .themesflat-readmore-archive:hover, .related-post .post .content-post .themesflat-readmore-archive:hover, .tf-posts .blog-post .content-post .themesflat-readmore-archive:hover, .search-results .blog-post .content-post .themesflat-readmore-archive:hover {
  background: #222222;
}
.blog-archive .blog-post.post-style-01 .content-post .entry-title, .blog-archive .blog-post.post-style-02 .content-post .entry-title, .related-post .post.post-style-01 .content-post .entry-title, .related-post .post.post-style-02 .content-post .entry-title, .tf-posts .blog-post.post-style-01 .content-post .entry-title, .tf-posts .blog-post.post-style-02 .content-post .entry-title, .search-results .blog-post.post-style-01 .content-post .entry-title, .search-results .blog-post.post-style-02 .content-post .entry-title {
  font-size: 21px;
}
.blog-archive .blog-post.post-style-01 .post-meta .item-meta .meta-icon, .blog-archive .blog-post.post-style-02 .post-meta .item-meta .meta-icon, .related-post .post.post-style-01 .post-meta .item-meta .meta-icon, .related-post .post.post-style-02 .post-meta .item-meta .meta-icon, .tf-posts .blog-post.post-style-01 .post-meta .item-meta .meta-icon, .tf-posts .blog-post.post-style-02 .post-meta .item-meta .meta-icon, .search-results .blog-post.post-style-01 .post-meta .item-meta .meta-icon, .search-results .blog-post.post-style-02 .post-meta .item-meta .meta-icon {
  color: #948daa;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .featured-post, .blog-archive .blog-post.post-style-02.has-post-thumbnail .featured-post, .related-post .post.post-style-01.has-post-thumbnail .featured-post, .related-post .post.post-style-02.has-post-thumbnail .featured-post, .tf-posts .blog-post.post-style-01.has-post-thumbnail .featured-post, .tf-posts .blog-post.post-style-02.has-post-thumbnail .featured-post, .search-results .blog-post.post-style-01.has-post-thumbnail .featured-post, .search-results .blog-post.post-style-02.has-post-thumbnail .featured-post {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  opacity: 1;
  transition: 0.3s;
  margin-bottom: 0;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .featured-post img, .blog-archive .blog-post.post-style-02.has-post-thumbnail .featured-post img, .related-post .post.post-style-01.has-post-thumbnail .featured-post img, .related-post .post.post-style-02.has-post-thumbnail .featured-post img, .tf-posts .blog-post.post-style-01.has-post-thumbnail .featured-post img, .tf-posts .blog-post.post-style-02.has-post-thumbnail .featured-post img, .search-results .blog-post.post-style-01.has-post-thumbnail .featured-post img, .search-results .blog-post.post-style-02.has-post-thumbnail .featured-post img {
  width: 100%;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .featured-post:after, .blog-archive .blog-post.post-style-02.has-post-thumbnail .featured-post:after, .related-post .post.post-style-01.has-post-thumbnail .featured-post:after, .related-post .post.post-style-02.has-post-thumbnail .featured-post:after, .tf-posts .blog-post.post-style-01.has-post-thumbnail .featured-post:after, .tf-posts .blog-post.post-style-02.has-post-thumbnail .featured-post:after, .search-results .blog-post.post-style-01.has-post-thumbnail .featured-post:after, .search-results .blog-post.post-style-02.has-post-thumbnail .featured-post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover a, .blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover a, .related-post .post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover a, .related-post .post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover a, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover a, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover a, .search-results .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover a, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover a {
  color: #f7f7f7;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover .meta-icon, .blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover .meta-icon, .related-post .post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover .meta-icon, .related-post .post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover .meta-icon, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover .meta-icon, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover .meta-icon, .search-results .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover .meta-icon, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover .meta-icon {
  color: #f7f7f7 !important;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .themesflat-readmore-archive:hover, .blog-archive .blog-post.post-style-02.has-post-thumbnail .themesflat-readmore-archive:hover, .related-post .post.post-style-01.has-post-thumbnail .themesflat-readmore-archive:hover, .related-post .post.post-style-02.has-post-thumbnail .themesflat-readmore-archive:hover, .tf-posts .blog-post.post-style-01.has-post-thumbnail .themesflat-readmore-archive:hover, .tf-posts .blog-post.post-style-02.has-post-thumbnail .themesflat-readmore-archive:hover, .search-results .blog-post.post-style-01.has-post-thumbnail .themesflat-readmore-archive:hover, .search-results .blog-post.post-style-02.has-post-thumbnail .themesflat-readmore-archive:hover {
  text-decoration: underline;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail:hover .featured-post, .blog-archive .blog-post.post-style-02.has-post-thumbnail:hover .featured-post, .related-post .post.post-style-01.has-post-thumbnail:hover .featured-post, .related-post .post.post-style-02.has-post-thumbnail:hover .featured-post, .tf-posts .blog-post.post-style-01.has-post-thumbnail:hover .featured-post, .tf-posts .blog-post.post-style-02.has-post-thumbnail:hover .featured-post, .search-results .blog-post.post-style-01.has-post-thumbnail:hover .featured-post, .search-results .blog-post.post-style-02.has-post-thumbnail:hover .featured-post {
  opacity: 1;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail:hover .content-post, .blog-archive .blog-post.post-style-02.has-post-thumbnail:hover .content-post, .related-post .post.post-style-01.has-post-thumbnail:hover .content-post, .related-post .post.post-style-02.has-post-thumbnail:hover .content-post, .tf-posts .blog-post.post-style-01.has-post-thumbnail:hover .content-post, .tf-posts .blog-post.post-style-02.has-post-thumbnail:hover .content-post, .search-results .blog-post.post-style-01.has-post-thumbnail:hover .content-post, .search-results .blog-post.post-style-02.has-post-thumbnail:hover .content-post {
  color: #fff;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail:hover .post-meta .item-meta, .blog-archive .blog-post.post-style-02.has-post-thumbnail:hover .post-meta .item-meta, .related-post .post.post-style-01.has-post-thumbnail:hover .post-meta .item-meta, .related-post .post.post-style-02.has-post-thumbnail:hover .post-meta .item-meta, .tf-posts .blog-post.post-style-01.has-post-thumbnail:hover .post-meta .item-meta, .tf-posts .blog-post.post-style-02.has-post-thumbnail:hover .post-meta .item-meta, .search-results .blog-post.post-style-01.has-post-thumbnail:hover .post-meta .item-meta, .search-results .blog-post.post-style-02.has-post-thumbnail:hover .post-meta .item-meta {
  color: #fff;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail:hover .post-meta .item-meta .meta-icon, .blog-archive .blog-post.post-style-02.has-post-thumbnail:hover .post-meta .item-meta .meta-icon, .related-post .post.post-style-01.has-post-thumbnail:hover .post-meta .item-meta .meta-icon, .related-post .post.post-style-02.has-post-thumbnail:hover .post-meta .item-meta .meta-icon, .tf-posts .blog-post.post-style-01.has-post-thumbnail:hover .post-meta .item-meta .meta-icon, .tf-posts .blog-post.post-style-02.has-post-thumbnail:hover .post-meta .item-meta .meta-icon, .search-results .blog-post.post-style-01.has-post-thumbnail:hover .post-meta .item-meta .meta-icon, .search-results .blog-post.post-style-02.has-post-thumbnail:hover .post-meta .item-meta .meta-icon {
  color: #fff;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail:hover .content-post .entry-title a, .blog-archive .blog-post.post-style-02.has-post-thumbnail:hover .content-post .entry-title a, .related-post .post.post-style-01.has-post-thumbnail:hover .content-post .entry-title a, .related-post .post.post-style-02.has-post-thumbnail:hover .content-post .entry-title a, .tf-posts .blog-post.post-style-01.has-post-thumbnail:hover .content-post .entry-title a, .tf-posts .blog-post.post-style-02.has-post-thumbnail:hover .content-post .entry-title a, .search-results .blog-post.post-style-01.has-post-thumbnail:hover .content-post .entry-title a, .search-results .blog-post.post-style-02.has-post-thumbnail:hover .content-post .entry-title a {
  color: #fff;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail:hover .themesflat-readmore-archive, .blog-archive .blog-post.post-style-02.has-post-thumbnail:hover .themesflat-readmore-archive, .related-post .post.post-style-01.has-post-thumbnail:hover .themesflat-readmore-archive, .related-post .post.post-style-02.has-post-thumbnail:hover .themesflat-readmore-archive, .tf-posts .blog-post.post-style-01.has-post-thumbnail:hover .themesflat-readmore-archive, .tf-posts .blog-post.post-style-02.has-post-thumbnail:hover .themesflat-readmore-archive, .search-results .blog-post.post-style-01.has-post-thumbnail:hover .themesflat-readmore-archive, .search-results .blog-post.post-style-02.has-post-thumbnail:hover .themesflat-readmore-archive {
  color: #fff;
}
.blog-archive .blog-post.post-style-01 .content-post .entry-title, .related-post .post.post-style-01 .content-post .entry-title, .tf-posts .blog-post.post-style-01 .content-post .entry-title, .search-results .blog-post.post-style-01 .content-post .entry-title {
  font-size: 30px;
  margin-bottom: 0;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .featured-post, .related-post .post.post-style-01.has-post-thumbnail .featured-post, .tf-posts .blog-post.post-style-01.has-post-thumbnail .featured-post, .search-results .blog-post.post-style-01.has-post-thumbnail .featured-post {
  opacity: 1;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta, .blog-archive .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta, .related-post .post.post-style-01.has-post-thumbnail .post-meta .item-meta, .related-post .post.post-style-01.has-post-thumbnail .post-meta a.item-meta, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta, .search-results .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta, .search-results .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta {
  color: #fff;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta .meta-icon, .blog-archive .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta .meta-icon, .related-post .post.post-style-01.has-post-thumbnail .post-meta .item-meta .meta-icon, .related-post .post.post-style-01.has-post-thumbnail .post-meta a.item-meta .meta-icon, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta .meta-icon, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta .meta-icon, .search-results .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta .meta-icon, .search-results .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta .meta-icon {
  color: #fff;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover, .blog-archive .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta:hover, .related-post .post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover, .related-post .post.post-style-01.has-post-thumbnail .post-meta a.item-meta:hover, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta:hover, .search-results .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover, .search-results .blog-post.post-style-01.has-post-thumbnail .post-meta a.item-meta:hover {
  color: #f7f7f7;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .content-post .entry-title a, .related-post .post.post-style-01.has-post-thumbnail .content-post .entry-title a, .tf-posts .blog-post.post-style-01.has-post-thumbnail .content-post .entry-title a, .search-results .blog-post.post-style-01.has-post-thumbnail .content-post .entry-title a {
  color: #fff;
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .content-post .entry-title a:hover, .related-post .post.post-style-01.has-post-thumbnail .content-post .entry-title a:hover, .tf-posts .blog-post.post-style-01.has-post-thumbnail .content-post .entry-title a:hover, .search-results .blog-post.post-style-01.has-post-thumbnail .content-post .entry-title a:hover {
  color: var(--theme-primary-color);
}
.blog-archive .blog-post.post-style-01.has-post-thumbnail .post-content, .blog-archive .blog-post.post-style-01.has-post-thumbnail .themesflat-readmore-archive, .related-post .post.post-style-01.has-post-thumbnail .post-content, .related-post .post.post-style-01.has-post-thumbnail .themesflat-readmore-archive, .tf-posts .blog-post.post-style-01.has-post-thumbnail .post-content, .tf-posts .blog-post.post-style-01.has-post-thumbnail .themesflat-readmore-archive, .search-results .blog-post.post-style-01.has-post-thumbnail .post-content, .search-results .blog-post.post-style-01.has-post-thumbnail .themesflat-readmore-archive {
  color: #fff;
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .content-post, .related-post .post.post-style-02.has-post-thumbnail .content-post, .tf-posts .blog-post.post-style-02.has-post-thumbnail .content-post, .search-results .blog-post.post-style-02.has-post-thumbnail .content-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta.date, .related-post .post.post-style-02.has-post-thumbnail .post-meta.date, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta.date, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta.date {
  margin-top: auto;
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta, .blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta, .related-post .post.post-style-02.has-post-thumbnail .post-meta .item-meta, .related-post .post.post-style-02.has-post-thumbnail .post-meta a.item-meta, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta {
  color: #fff;
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta .meta-icon, .blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta .meta-icon, .related-post .post.post-style-02.has-post-thumbnail .post-meta .item-meta .meta-icon, .related-post .post.post-style-02.has-post-thumbnail .post-meta a.item-meta .meta-icon, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta .meta-icon, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta .meta-icon, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta .meta-icon, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta .meta-icon {
  color: #fff;
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover, .blog-archive .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta:hover, .related-post .post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover, .related-post .post.post-style-02.has-post-thumbnail .post-meta a.item-meta:hover, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta:hover, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta .item-meta:hover, .search-results .blog-post.post-style-02.has-post-thumbnail .post-meta a.item-meta:hover {
  color: #f7f7f7;
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a, .related-post .post.post-style-02.has-post-thumbnail .content-post .entry-title a, .tf-posts .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a, .search-results .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a {
  color: #fff;
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a:hover, .related-post .post.post-style-02.has-post-thumbnail .content-post .entry-title a:hover, .tf-posts .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a:hover, .search-results .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a:hover {
  color: var(--theme-primary-color);
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .post-content, .blog-archive .blog-post.post-style-02.has-post-thumbnail .themesflat-readmore-archive, .related-post .post.post-style-02.has-post-thumbnail .post-content, .related-post .post.post-style-02.has-post-thumbnail .themesflat-readmore-archive, .tf-posts .blog-post.post-style-02.has-post-thumbnail .post-content, .tf-posts .blog-post.post-style-02.has-post-thumbnail .themesflat-readmore-archive, .search-results .blog-post.post-style-02.has-post-thumbnail .post-content, .search-results .blog-post.post-style-02.has-post-thumbnail .themesflat-readmore-archive {
  color: #fff;
}
.blog-archive .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a:hover, .related-post .post.post-style-02.has-post-thumbnail .content-post .entry-title a:hover, .tf-posts .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a:hover, .search-results .blog-post.post-style-02.has-post-thumbnail .content-post .entry-title a:hover {
  color: var(--theme-primary-color);
}

.related-post .post .content-post .entry-title {
  font-size: 21px;
}

.themesflat_video_embed .video-video-box-overlay {
  z-index: 2;
}
.themesflat_video_embed .video-video-play-icon {
  width: 100px;
  height: 100px;
  padding: 0;
  background: #FFFFFF;
  color: var(--theme-accent-color);
  position: relative;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.5s ease;
}
.themesflat_video_embed .video-video-play-icon:hover {
  background: var(--theme-accent-color);
  color: #fff;
}
.themesflat_video_embed .video-video-play-icon:before, .themesflat_video_embed .video-video-play-icon:after {
  -webkit-animation: video-box-shadow 1600ms ease-in-out 0ms;
  animation: video-box-shadow 1600ms ease-in-out 0ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.themesflat_video_embed .video-video-play-icon:after {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.related-post:not(:last-child) {
  border-bottom: 1px solid var(--theme-color-border);
  padding-bottom: 61px;
  margin-bottom: 61px;
}
.related-post .box-title {
  font-size: 30px;
  line-height: 58px;
  text-transform: capitalize;
  text-align: center;
}
.related-post .blog-grid .item {
  padding: 0 !important;
}
.related-post .slick-dots {
  position: absolute;
  top: -107px;
  right: 15px;
}

.tf-posts .item, .blog-grid .item {
  padding-left: 15px;
  padding-right: 15px;
}
.tf-posts .blog-post .content-post .post-meta .item-meta:not(:last-child), .blog-grid .blog-post .content-post .post-meta .item-meta:not(:last-child) {
  margin-right: 10px;
}

.sticky .entry-title:before, .tag-sticky-2 .entry-title:before {
  content: "\f08d";
  font-family: var(--theme-icon-font-primary);
  font-size: 25px;
  margin-right: 15px;
}

.single .sticky, .single .tag-sticky-2 {
  padding: 30px;
}

.wrap-posts {
  --tf-post-gap: 30px;
  margin-left: calc(0px - var(--tf-post-gap) / 2);
  margin-right: calc(0px - var(--tf-post-gap) / 2);
}
.wrap-posts .slick-slide {
  padding: 0;
}
.wrap-posts .item {
  padding-left: calc(var(--tf-post-gap) / 2);
  padding-right: calc(var(--tf-post-gap) / 2);
  margin-bottom: var(--tf-post-gap);
}

.themesflat-posts-slider .item {
  max-width: 100%;
  width: 100%;
}

.tf-post-list-main .navigation {
  padding-top: 26px;
}

.tf-post-modal .entry-footer {
  margin-top: 48px;
}
.tf-post-modal .featured-post img {
  border-radius: 12px;
  margin-bottom: 36px;
  width: 100%;
}
.tf-post-modal .post-title {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}
.tf-post-modal .modal-body {
  padding: 36px 36px 12px;
}

.blog-standard .entry-title {
  margin-bottom: 15px;
}
.blog-standard .post-meta {
  margin-bottom: 5px;
}

.page-wrap.fullwidth-center .wrap-content-area .post-meta {
  justify-content: center;
}

/* Widget post style 01 for section home */
.tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta {
  color: #948daa;
}

.blog-archive .blog-post.post-style-01 .content-post,
.related-post.post-style-01 .post .content-post,
.tf-posts .blog-post.post-style-01 .content-post,
.search-results .blog-post.post-style-01 .content-post {
  padding: 30px 0 0 0;
}

.tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover a,
.tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta:hover .meta-icon {
  color: var(--theme-primary-color) !important;
}

.tf-posts .blog-post.post-style-01.has-post-thumbnail .post-meta .item-meta .meta-icon {
  color: var(--theme-primary-color);
}

.blog-archive .blog-post.post-style-01, .related-post.post-style-01 .post, .tf-posts .blog-post.post-style-01, .search-results .blog-post.post-style-01 {
  border: none;
}

.blog-post.post-style-01:hover .post-meta .item-meta {
  color: #948daa !important;
}

.blog-post.post-style-01:hover .post-meta .item-meta .meta-icon {
  color: var(--theme-primary-color) !important;
}

.tf-posts .blog-post.post-style-01 .content-post .entry-title:hover a {
  color: var(--theme-primary-color);
}

.wrap-services-post {
  --tf-services-gap: 30px;
  margin-left: calc(0px - var(--tf-services-gap) / 2);
  margin-right: calc(0px - var(--tf-services-gap) / 2);
}
.wrap-services-post .slick-slide {
  padding: 0;
}
.wrap-services-post .item {
  padding-left: calc(var(--tf-services-gap) / 2);
  padding-right: calc(var(--tf-services-gap) / 2);
  margin-bottom: var(--tf-services-gap);
}

.tf-services-style-01 .item {
  margin-bottom: 20px;
}
.tf-services-style-01 .tf-services-post .featured-post {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.tf-services-style-01 .tf-services-post .featured-post .themesflat__entry-thumbnail {
  transition: all 0.6s;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 2;
}
.tf-services-style-01 .tf-services-post .featured-post .themesflat__entry-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--theme-accent-color);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 1;
}
.tf-services-style-01 .tf-services-post .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.tf-services-style-01 .tf-services-post .content-wrap {
  margin-right: auto;
  padding-right: 20px;
}
.tf-services-style-01 .tf-services-post .post-meta.services-meta a {
  font-family: var(--theme-font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: var(--theme-primary-color);
}
.tf-services-style-01 .tf-services-post .post-meta.services-meta a:hover {
  color: var(--theme-accent-color);
}
.tf-services-style-01 .tf-services-post .title {
  font-size: 24px;
  line-height: 30px;
}
.tf-services-style-01 .tf-services-post .services-view-more {
  font-size: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tf-services-style-01 .tf-services-post .services-view-more:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.tf-services-style-01 .tf-services-post:hover .featured-post .themesflat__entry-thumbnail {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tf-services-style-01 .tf-services-post:hover .featured-post .themesflat__entry-thumbnail::after {
  opacity: 0.7;
}

.tf-services-style-02 .tf-services-post {
  text-align: center;
}
.tf-services-style-02 .tf-services-post .tf-service-icon {
  width: 190px;
  height: 190px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 24, 0.05);
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease;
  color: var(--theme-accent-color);
}
.tf-services-style-02 .tf-services-post .tf-service-icon .icon {
  width: 170px;
  height: 170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FDF0F0;
  border-radius: 50%;
  font-size: 80px;
  transition: all 0.3s ease;
}
.tf-services-style-02 .tf-services-post .tf-service-icon::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.tf-services-style-02 .tf-services-post .title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
}
.tf-services-style-02 .tf-services-post .desc {
  font-size: 14px;
  line-height: 30px;
}
.tf-services-style-02 .tf-services-post .services-view-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FFF4F4;
  color: var(--theme-accent-color);
  font-size: 18px;
  border-radius: 50%;
  margin-top: 20px;
}
.tf-services-style-02 .tf-services-post:hover .services-view-more {
  background-color: var(--theme-primary-color);
  color: #fff;
}

.tf-services-style-03 .tf-services-post {
  display: -ms-flexbox;
  display: flex;
}
.tf-services-style-03 .tf-services-post .tf-service-icon {
  width: 140px;
  height: 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 27px;
  transition: all 0.3s ease;
  background-color: #FDF0F0;
  font-size: 62px;
  position: relative;
  border: 1px solid transparent;
}
.tf-services-style-03 .tf-services-post .tf-service-icon::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.tf-services-style-03 .tf-services-post .title {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
}
.tf-services-style-03 .tf-services-post .desc {
  font-size: 16px;
  line-height: 30px;
}
.tf-services-style-03 .tf-services-post .services-view-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 23px;
  font-size: 24px;
  line-height: 1;
  border: 1px solid #FFF4F4;
  border-radius: 50px;
}
.tf-services-style-03 .tf-services-post:hover .services-view-more {
  background-color: var(--theme-primary-color);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .tf-services-style-03 .tf-services-post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tf-services-style-03 .tf-services-post .tf-service-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tf-services-style-03 .tf-services-post .content {
    width: 100%;
  }
}
.tf-services-style-03 .item:nth-child(3) .tf-services-post .content, .tf-services-style-03 .item:nth-child(4) .tf-services-post .content {
  border-bottom: none !important;
}
@media only screen and (max-width: 768px) {
  .tf-services-style-03 .item .tf-services-post .content {
    border-bottom: none !important;
  }
}

.tf-services-style-04 .tf-services-post .featured-post {
  position: relative;
  overflow: hidden;
}
.tf-services-style-04 .tf-services-post .featured-post .themesflat__entry-thumbnail {
  transition: all 0.6s;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 2;
}
.tf-services-style-04 .tf-services-post .featured-post .themesflat__entry-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--theme-accent-color);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 1;
}
.tf-services-style-04 .tf-services-post .content {
  background-color: var(--theme-accent-color);
  margin-left: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
  clip-path: polygon(0% 0%, 92% 15%, 88% 87%, 0% 87%);
  padding: 22px 50px 10px 30px;
  transition: all 0.3s ease;
}
.tf-services-style-04 .tf-services-post .content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 95%;
}
.tf-services-style-04 .tf-services-post .tf-service-icon {
  font-size: 40px;
  line-height: 1;
  margin-left: auto;
  color: #fff;
  margin-bottom: 10px;
}
.tf-services-style-04 .tf-services-post .title {
  font-size: 24px;
  line-height: 30px;
  margin-right: 20px;
}
.tf-services-style-04 .tf-services-post .title a {
  color: #fff;
}
.tf-services-style-04 .tf-services-post .services-view-more {
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: var(--theme-accent-color);
  z-index: 10;
}
.tf-services-style-04 .tf-services-post .services-view-more:hover {
  color: var(--theme-accent-color) !important;
  background-color: #fff !important;
}
.tf-services-style-04 .tf-services-post:hover .featured-post .themesflat__entry-thumbnail {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tf-services-style-04 .tf-services-post:hover .featured-post .themesflat__entry-thumbnail::after {
  opacity: 0.7;
}
.tf-services-style-04 .tf-services-post:hover .content {
  background-color: var(--theme-primary-color);
}
.tf-services-style-04 .tf-services-post:hover .services-view-more {
  background-color: var(--theme-primary-color);
  color: #fff;
}
.tf-services-style-04 .item {
  margin-bottom: 20px;
}

.icon-hover-effect .tf-services-post:hover .tf-service-icon {
  color: var(--theme-primary-color);
}
.icon-hover-effect .tf-services-post:hover .tf-service-icon::after {
  -webkit-animation: sonarEffect 1s ease-out 75ms;
  -moz-animation: sonarEffect 1s ease-out 75ms;
  animation: sonarEffect 1s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--theme-primary-color), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--theme-primary-color), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--theme-primary-color), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--theme-primary-color), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--theme-primary-color), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--theme-primary-color), 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
    opacity: 0;
  }
}
.single-services .featured-post {
  margin-bottom: 50px;
}
.single-services .services-content-top {
  margin-bottom: 21px;
}
.single-services .service-content-wrap {
  display: -ms-flexbox;
  display: flex;
}
.single-services .service-content-wrap .service-content {
  margin-top: 7px;
}
.single-services .tf-service-icon {
  width: 100px;
  height: 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 24, 0.05);
  margin-right: 20px;
}
.single-services .tf-service-icon .icon {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FDF0F0;
  border-radius: 50%;
  font-size: 50px;
  color: var(--theme-primary-color);
}
.single-services .post-meta.services-meta {
  font-family: var(--theme-font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--theme-accent-color);
}
.single-services .post-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 0;
}
.single-services .related-post {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--theme-color-border);
  padding-top: 59px;
  margin-top: 120px;
}
.single-services .posts-navigation {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 61px;
}

.portfolio-filter {
  margin-bottom: 49px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portfolio-filter li {
  margin-bottom: 5px;
  display: inherit;
}
.portfolio-filter li:not(:last-child) {
  margin-right: 5px;
}
.portfolio-filter li a {
  border: 1px solid var(--theme-color-border);
  border-radius: 4px;
  background: transparent;
  padding: 6px 12px;
  color: var(--theme-color-text-main);
  font-size: 16px;
  transition: 0.3s;
  text-transform: capitalize;
}
.portfolio-filter li a:hover {
  border-color: var(--theme-primary-color);
}
.portfolio-filter .active a {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.wrap-portfolio-post, .tf-wrap-portfolio-post {
  --tf-portfolio-gap: 30px;
  margin-left: calc(0px - var(--tf-portfolio-gap) / 2);
  margin-right: calc(0px - var(--tf-portfolio-gap) / 2);
}
.wrap-portfolio-post .item, .tf-wrap-portfolio-post .item {
  padding-left: calc(var(--tf-portfolio-gap) / 2);
  padding-right: calc(var(--tf-portfolio-gap) / 2);
  margin-bottom: var(--tf-portfolio-gap);
}

.portfolio-post {
  background-color: #774691;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.portfolio-post:before, .portfolio-post::after {
  content: "";
  background: var(--theme-primary-color);
  height: 50%;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in 0s;
}
.portfolio-post:after {
  top: auto;
  bottom: -50%;
}
.portfolio-post .featured-post {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio-post .featured-post .tf-entry-portfolio-thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.portfolio-post .featured-post .tf-entry-portfolio-thumb::after {
  display: block;
  content: "";
  padding-top: var(--tf-portfolio-grid-ratio);
}
.portfolio-post .content {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 3;
  transition: all 0.3s ease-out 0.1s;
  padding: 36px;
}
.portfolio-post .post-meta ul {
  margin-bottom: 0;
  padding: 0;
}
.portfolio-post .post-meta.portfolio-meta a {
  font-family: var(--theme-font-primary);
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.portfolio-post .title {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
.portfolio-post .title a {
  color: inherit;
}
.portfolio-post .portfolio-icon {
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 3;
  transition: all 0.3s ease-out 0.1s;
}
.portfolio-post .portfolio-view-more {
  width: 48px;
  height: 48px;
  line-height: 49px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--theme-accent-color) !important;
}
.portfolio-post .portfolio-view-more:hover {
  background: rgb(255, 255, 255);
  color: var(--theme-primary-color);
}
.portfolio-post:hover:before {
  top: 0;
}
.portfolio-post:hover:after {
  bottom: 0;
}
.portfolio-post:hover .content {
  opacity: 1;
  bottom: 0;
}
.portfolio-post:hover .portfolio-icon {
  opacity: 1;
  top: 50%;
}

.single-portfolio .featured-post, .tf-portfolio-modal .featured-post {
  margin-bottom: 30px;
}
.single-portfolio .featured-post img, .tf-portfolio-modal .featured-post img {
  width: 100%;
}
.single-portfolio .post-title, .tf-portfolio-modal .post-title {
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 1;
  text-transform: capitalize;
}
.single-portfolio .post-meta.portfolio-meta a, .tf-portfolio-modal .post-meta.portfolio-meta a {
  font-family: var(--theme-font-primary);
  font-size: 16px;
  line-height: 10px;
  color: var(--theme-primary-color);
}
.single-portfolio .posts-navigation, .tf-portfolio-modal .posts-navigation {
  padding-top: 48px;
  padding-bottom: 40px;
  margin-bottom: 114px;
}
.single-portfolio .related-post, .tf-portfolio-modal .related-post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-portfolio .related-post .box-title-wrap, .tf-portfolio-modal .related-post .box-title-wrap {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single-portfolio .posts-navigation, .tf-portfolio-modal .posts-navigation {
    margin-bottom: 60px;
  }
  .single-portfolio .related-post, .tf-portfolio-modal .related-post {
    margin-top: 0 !important;
  }
}

.modal .btn-close {
  position: absolute;
  right: 54px;
  top: 54px;
  background: var(--theme-primary-color);
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 36px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 2;
}

.modal .modal-body {
  padding: 36px;
}

.meta-wrapper {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 8px;
}
.meta-wrapper .item-meta {
  font-size: 16px;
  list-style: none;
  margin-bottom: 0;
}
.meta-wrapper .item-meta li {
  margin-bottom: 18px;
}
.meta-wrapper .item-meta li span {
  font-weight: bold;
  color: var(--theme-accent-color);
  margin-left: 8px;
}

/*--------------------------------------------------------------
## Preload
--------------------------------------------------------------*/
/* Preload
-------------------------------------------------------------- */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff;
  display: table;
  text-align: center;
}

.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px;
}

/*--- Style 1 ---*/
.loader-icon {
  width: 80px;
  height: 80px;
  border: 2px solid var(--theme-primary-color);
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}

/*--- Style 2 ---*/
.loader-icon-2 {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}

/*--- Style 3 ---*/
.loader-icon-3 {
  width: 80px;
  height: 80px;
  border: 2px solid #222;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}

/*--- Style 4 ---*/
.load-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
}

.load {
  display: flex;
  position: relative;
  animation: rotateLoad infinite linear 1s;
}

.load.mini {
  width: 15px;
  height: 15px;
}

.load.little {
  width: 25px;
  height: 25px;
}

.load {
  width: 60px;
  height: 60px;
}

.load:before,
.load:after {
  display: flex;
  position: absolute;
  content: "";
  background: var(--theme-primary-color);
  border-radius: 50%;
  width: 55%;
  height: 55%;
}

.load:before {
  right: 0;
  bottom: 0;
  animation: scaleChange_1 infinite linear 1s;
}

.load:after {
  top: 0;
  left: 0;
  animation: scaleChange_2 infinite linear 1s;
}

.load.dark:before,
.load.dark:after {
  background: transparent;
}

.load.mini:after {
  border-width: 2px;
}

.load.little:after {
  border-width: 3px;
}

.load:after {
  border-width: 8px;
}

/*--- Style 5 ---*/
.load-2 {
  display: flex;
  position: relative;
  animation: rotateLoad infinite linear 1s;
}

.load-2.mini {
  width: 15px;
  height: 15px;
}

.load-2.little {
  width: 25px;
  height: 25px;
}

.load-2 {
  width: 60px;
  height: 60px;
}

.load-2:before,
.load-2:after {
  display: flex;
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 55%;
  height: 55%;
}

.load-2:before {
  right: 0;
  bottom: 0;
  animation: scaleChange_1 infinite linear 1s;
}

.load-2:after {
  top: 0;
  left: 0;
  animation: scaleChange_2 infinite linear 1s;
}

.load-2.dark:before,
.load-2.dark:after {
  background: transparent;
}

.load-2.mini:after {
  border-width: 2px;
}

.load-2.little:after {
  border-width: 3px;
}

.load-2:after {
  border-width: 8px;
}

/*--- Style 6 ---*/
.load-3 {
  display: flex;
  position: relative;
  animation: rotateLoad infinite linear 1s;
}

.load-3.mini {
  width: 15px;
  height: 15px;
}

.load-3.little {
  width: 25px;
  height: 25px;
}

.load-3 {
  width: 60px;
  height: 60px;
}

.load-3:before,
.load-3:after {
  display: flex;
  position: absolute;
  content: "";
  background: #222;
  border-radius: 50%;
  width: 55%;
  height: 55%;
}

.load-3:before {
  right: 0;
  bottom: 0;
  animation: scaleChange_1 infinite linear 1s;
}

.load-3:after {
  top: 0;
  left: 0;
  animation: scaleChange_2 infinite linear 1s;
}

.load-3.dark:before,
.load-3.dark:after {
  background: transparent;
}

.load-3.mini:after {
  border-width: 2px;
}

.load-3.little:after {
  border-width: 3px;
}

.load-3:after {
  border-width: 8px;
}

/*--- Style 7 ---*/
.spin-load-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spin-load-1 {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-top: 5px;
}

.spin-load-1:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.spin-load-1:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

/*--- Style 8 ---*/
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000000;
}

.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78.2842712475px;
  height: 78.2842712475px;
  margin-left: -39.1421356237px;
  margin-top: -39.1421356237px;
  border-radius: 100%;
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-duration: 2.4s;
  -o-animation-duration: 2.4s;
  -ms-animation-duration: 2.4s;
  -webkit-animation-duration: 2.4s;
  -moz-animation-duration: 2.4s;
}

.cssload-loader .cssload-side {
  display: block;
  width: 10px;
  height: 33px;
  background-color: var(--theme-primary-color);
  margin: 3px;
  position: absolute;
  border-radius: 50%;
  animation-duration: 0.895s;
  -o-animation-duration: 0.895s;
  -ms-animation-duration: 0.895s;
  -webkit-animation-duration: 0.895s;
  -moz-animation-duration: 0.895s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
}

.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  animation-name: cssload-rotate0;
  -o-animation-name: cssload-rotate0;
  -ms-animation-name: cssload-rotate0;
  -webkit-animation-name: cssload-rotate0;
  -moz-animation-name: cssload-rotate0;
}

.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  animation-name: cssload-rotate90;
  -o-animation-name: cssload-rotate90;
  -ms-animation-name: cssload-rotate90;
  -webkit-animation-name: cssload-rotate90;
  -moz-animation-name: cssload-rotate90;
}

.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  animation-name: cssload-rotate45;
  -o-animation-name: cssload-rotate45;
  -ms-animation-name: cssload-rotate45;
  -webkit-animation-name: cssload-rotate45;
  -moz-animation-name: cssload-rotate45;
}

.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  animation-name: cssload-rotate135;
  -o-animation-name: cssload-rotate135;
  -ms-animation-name: cssload-rotate135;
  -webkit-animation-name: cssload-rotate135;
  -moz-animation-name: cssload-rotate135;
}

.cssload-loader .cssload-side:nth-child(1) {
  top: 39.1421356237px;
  left: 78.2842712475px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(2) {
  top: 67.2132034311px;
  left: 67.2132034311px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(3) {
  top: 78.2842712475px;
  left: 39.1421356237px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(4) {
  top: 67.2132034311px;
  left: 11.0710678164px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(5) {
  top: 39.1421356237px;
  left: 0px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(6) {
  top: 11.0710678164px;
  left: 11.0710678164px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(7) {
  top: 0px;
  left: 39.1421356237px;
  margin-left: -5px;
  margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(8) {
  top: 11.0710678164px;
  left: 67.2132034311px;
  margin-left: -5px;
  margin-top: -16px;
}

/*--- Style 9 ---*/
.sk-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

/*--- Style 10 ---*/
.pulse-loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.double-bounce3, .double-bounce4 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--theme-primary-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce4 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.double-bounce5, .double-bounce6 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce6 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/*--- Style 11 ---*/
.saquare-loader-1 {
  width: 40px;
  height: 40px;
  background-color: var(--theme-primary-color);
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.saquare-loader-2 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.saquare-loader-3 {
  width: 40px;
  height: 40px;
  background-color: #222;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/*--- Style 12 ---*/
.line-loader {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.line-loader > div {
  background-color: var(--theme-primary-color);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.line-loader .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.line-loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.line-loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.line-loader-2 {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.line-loader-2 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader-2 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.line-loader-2 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.line-loader-2 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.line-loader-2 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.line-loader-3 {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.line-loader-3 > div {
  background-color: #222;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader-3 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.line-loader-3 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.line-loader-3 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.line-loader-3 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* preload animation */
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaleChange_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleChange_2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@-webkit-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* GoTop Button
-------------------------------------------------------------- */
.go-top {
  position: fixed !important;
  right: -100px;
  bottom: 82px;
  width: 60px;
  height: 60px;
  background-color: var(--theme-primary-color);
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
  border-radius: 50%;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.go-top.show {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.go-top i {
  font-size: 24px;
  color: var(--theme-primary-foreground-color);
  transition: all ease 0.3s;
}

.go-top:hover i {
  color: var(--theme-primary-foreground-color);
  animation: 1.5s tf-buzz-out alternate linear infinite;
}

@keyframes tf-buzz-out {
  10% {
    transform: translateY(3%) rotate(2deg);
  }
  20% {
    transform: translateY(-3%) rotate(-2deg);
  }
  30% {
    transform: translateY(3%) rotate(2deg);
  }
  40% {
    transform: translateY(-3%) rotate(-2deg);
  }
  50% {
    transform: translateY(2%) rotate(1deg);
  }
  60% {
    transform: translateY(-2%) rotate(-1deg);
  }
  70% {
    transform: translateY(2%) rotate(1deg);
  }
  80% {
    transform: translateY(-2%) rotate(-1deg);
  }
  90% {
    transform: translateY(1%) rotate(0);
  }
  to {
    transform: translateY(-1%) rotate(0);
  }
}
/*--------------------------------------------------------------
## Extend
--------------------------------------------------------------*/
.tf-primary-color {
  color: var(--theme-primary-color) !important;
}

.tf-bg-primary {
  background-color: var(--theme-primary-color) !important;
}

.tf-accent-color {
  color: var(--theme-accent-color) !important;
}

.tf-bg-accent {
  background-color: var(--theme-accent-color) !important;
}

.tf-bg-hover-accent:hover {
  background-color: var(--theme-accent-color) !important;
}

.tf-secondary-color {
  color: var(--theme-secondary-color) !important;
}

.tf-secondary-hover-color:hover {
  color: var(--theme-secondary-color) !important;
}

.tf-font-primary {
  font-family: var(--theme-font-primary);
}

.tf-bg-secondary {
  background-color: var(--theme-secondary-color) !important;
}

.tf-bg-hover-secondary:hover {
  background-color: var(--theme-secondary-color) !important;
}

.tf-color-light {
  color: var(--theme-light-color) !important;
}

.tf-color-hover-light:hover {
  color: var(--theme-light-color) !important;
}

.tf-bg-light {
  background-color: var(--theme-light-color) !important;
}

.tf-bg-hover-light:hover {
  background-color: var(--theme-light-color) !important;
}

.bg-attachment-fixed {
  background-attachment: fixed !important;
}

@media only screen and (min-width: 992px) {
  .tf-ml-0 .elementor-container {
    margin-left: 0 !important;
  }
  .tf-mr-0 .elementor-container {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .tf-mx-0 .elementor-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
