@charset "UTF-8";
/*
Theme Name: Bulter
Theme URI: https://themesflat.com/bulterwp/
Author: Themesflat
Author URI: https://themeforest.net/user/themesflat/portfolio
Description: Bulter 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.6
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: bulter
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
# Elementor
# Pagination
# Footer
# Widgets
# Page Title
# Editor Blog
# Responsive

-------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variable
--------------------------------------------------------------*/
:root {
  --theme-accent-color: #020e28;
  --theme-accent-foreground-color: #fff;
  --theme-secondary-color: #FF7506;
  --theme-secondary-foreground-color: #fff;
  --theme-primary-color: #091D3E;
  --theme-primary-foreground-color: #fff;
  --theme-gray-color: #8f8f8f;
  --theme-gray-foreground-color: #fff;
  --theme-dark-color: #000;
  --theme-dark-foreground-color: #fff;
  --theme-light-color: #fff;
  --theme-light-foreground-color: #222;
  --theme-color-text-main: #777777;
  --theme-background-color-main: #f3f3f4;
  --theme-color-border: #e2e2e3;
  --theme-color-border-input: #f3f3f4;
  --theme-color-text-input: #000;
  --theme-color-bg-input: #f3f3f4;
  --theme-color-border-focus-input: #FF7506;
  --theme-color-placeholder-input: #798883;
  --theme-body-font: "Open Sans";
  --theme-body-font-primary: "Poppins";
  --theme-icon-font-primary: "Font Awesome 5 Pro";
  --theme-btn-font: "Open Sans";
  --theme-btn-font-size: 14px;
  --theme-btn-font-weight: 700;
  --theme-btn-font-style: normal;
  --theme-btn-letter-spacing: normal;
}

/*--------------------------------------------------------------
## 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 {
  line-height: 1.5;
}

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;
  text-align: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
blockquote p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  color: var(--theme-secondary-color);
  margin-bottom: 10px;
}
blockquote p:before {
  content: "“ ";
}
blockquote p:after {
  content: " ”";
}
blockquote a {
  color: inherit;
}
blockquote cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: inherit;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
  color: var(--theme-dark-color);
}

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-body-font);
}

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-secondary-color);
  color: var(--theme-secondary-foreground-color);
}

::selection {
  background-color: var(--theme-secondary-color);
  color: var(--theme-secondary-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;
  border: 1px solid var(--theme-color-border-input);
  padding: 0 25px;
  color: var(--theme-color-text-input);
  border-radius: 3px;
  max-width: 100%;
  background-color: var(--theme-color-bg-input);
  font-size: 14px;
}
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-secondary-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: 160px;
  width: 100%;
  padding-top: 10px;
}

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);
  line-height: 3.75rem;
  padding: 0 1.875rem;
  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-secondary-color);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
input[type=button]:before,
input[type=reset]:before,
input[type=submit]:before,
.themesflat-button:before, .tf-button:before, .btn:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.themesflat-button:hover, .tf-button:hover, .btn:hover {
  background-color: var(--theme-accent-color);
  color: var(--theme-accent-foreground-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type=button]:hover:before,
input[type=reset]:hover:before,
input[type=submit]:hover:before,
.themesflat-button:hover:before, .tf-button:hover:before, .btn:hover:before {
  left: -100px;
  top: -51px;
  border: 3px solid #E6D54F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.themesflat-button,
.tf-button, .btn,
input[type=button],
input[type=reset],
input[type=submit], .tf-button {
  font-size: 0.875rem;
  line-height: 3.125rem;
  padding: 0 1.875rem;
}
.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: 1.875rem;
  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.75rem;
  line-height: 2rem;
  padding: 0 1.5625rem;
}
.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: 0.875rem;
  line-height: 3.125rem;
  padding: 0 1.875rem;
}
.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: 0.875rem;
  line-height: 3.75rem;
  padding: 0 1.5625rem;
}
.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: 5rem;
  padding: 0 2.5rem;
}
.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: 5em;
}
.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.25rem;
}
.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-accent-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);
}
.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-primary-foreground-color);
  background-color: var(--theme-secondary-color);
  border-color: var(--theme-secondary-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);
}
.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-secondary-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-primary-foreground-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-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);
}
.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-primary-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-primary-color);
  border-color: var(--theme-primary-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);
}
.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-primary-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.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);
}
.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.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);
}
.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);
  border-width: 2px;
}
.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 i,
.tf-button i, .btn i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i, .tf-button i {
  font-size: 80%;
}
.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;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* Header
-------------------------------------------------------------- */
/* Header sticky */
/* Header default sticky */
.header.header-style-01.header-sticky .inner-header,
.header.header-default.header-sticky .inner-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 900;
  top: 0;
  box-shadow: 0 5px 10px 0 rgba(87, 101, 128, 0.12);
  -webkit-animation-name: fadeInDown;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.8s;
  /* Safari 4.0 - 8.0 */
  animation-name: fadeInDown;
  animation-duration: 0.8s;
}

.header.header-default.header-sticky #mainnav > ul > li > a {
  color: #020e28;
}

/* Header style 02 sticky */
.header.header-style-02.header-sticky .inner-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(87, 101, 128, 0.12);
  -webkit-animation-name: fadeInDown;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.8s;
  /* Safari 4.0 - 8.0 */
  animation-name: fadeInDown;
  animation-duration: 0.8s;
}

.header.header-style-02.header-sticky .inner-header .header-wrap {
  padding: 0 0;
}

/* Header style 03 sticky */
.header.style-3.header-sticky .tf-wrap-navextra {
  position: fixed;
  box-shadow: 0 5px 10px 0 rgba(87, 101, 128, 0.12);
  background-color: #fff;
  width: 1170px;
  overflow: hidden;
  -webkit-animation-name: fadeInDown;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.8s;
  /* Safari 4.0 - 8.0 */
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  top: 0;
  margin-top: 0;
}

/* login adminbar */
.admin-bar .header.header-style-02.header-sticky .inner-header,
.admin-bar .header.header-sticky .inner-header,
.admin-bar .header.style-3.header-sticky .tf-wrap-navextra {
  top: 32px;
}

.header-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: 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 {
  flex-grow: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-wrap .header-ct-center {
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrap .header-ct-right {
  flex-grow: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Header style 02 */
.header.header-style-02 .header-wrap {
  padding-top: var(--padding-wrap);
  padding-bottom: var(--padding-wrap);
}

/* header-default */
header.header-default {
  background-color: transparent;
}
header.header-default .header-wrap .nav-wrap {
  margin-right: 20px;
}
header.header-default .header-sticky {
  background-color: var(--theme-accent-color);
}
header.header-default #mainnav > ul > li > a {
  color: #fff;
  line-height: 90px !important;
}
header.header-default #mainnav > ul > li > a:hover {
  color: var(--theme-secondary-color);
}
header.header-default .wrap-btn-header .btn:hover {
  background-color: var(--theme-light-color);
  color: var(--theme-secondary-color);
}

.header-style-01 {
  --padding-wrap: 30px !important;
}

.header-style-01, .header-style-02 {
  background-color: var(--theme-light-color);
}
.header-style-01 .header-sticky, .header-style-02 .header-sticky {
  background-color: var(--theme-light-color);
}

.header-style-02 {
  --padding-wrap: 19px !important;
}
.header-style-02 .header-customize {
  margin-left: 115px;
}
.header-style-02 .themesflat-header-info .btn-header {
  padding: 0 1.25rem;
}

.header-sticky {
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
}

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

/* Header style 03 */
.header.style-3 .inner-header {
  background-color: #fff;
}

.header-mobile {
  display: none;
}
.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;
}

.btn-menu {
  display: none;
  float: right;
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 26px;
  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, -7px, 0);
}
.btn-menu:after {
  -webkit-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 7px, 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: 991px) {
  .btn-menu {
    display: block;
  }

  #mainnav-mobi .menu {
    overflow-y: auto;
    max-height: 100vh;
  }

  #mainnav {
    display: none;
  }

  #header {
    display: none;
  }

  .header-mobile {
    display: block;
  }
}
/* button header */
.btn-topbar,
.btn-header {
  background: var(--theme-secondary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  border-width: 0;
  font-size: 0.875rem;
  line-height: 3.125rem;
  padding: 0 1.5625rem;
}
.btn-topbar:hover,
.btn-header:hover {
  background-color: var(--theme-light-color);
  color: var(--theme-secondary-color);
}
.btn-topbar i,
.btn-header i {
  line-height: inherit;
  padding-left: 5px;
  color: inherit !important;
}

.wrap-btn-topbar .btn-topbar,
.wrap-btn-header .btn-header {
  display: inline-flex;
  margin-left: 20px;
  padding: 0 19.5px;
}

/* 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) */
}

#header .header-customize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
#header .header-customize .header-customize-item {
  margin-left: 15px;
}

.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);
}
.themesflat-header-info .btn-header {
  background: var(--theme-light-color);
  color: var(--theme-dark-color);
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  border-width: 0;
  font-size: 0.875rem;
  line-height: 3.5625rem;
  padding: 0 1.5625rem;
}
.themesflat-header-info .btn-header:hover {
  background-color: var(--theme-secondary-color);
  color: var(--theme-light-color);
}

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

.header.style-3 .themesflat-top {
  min-height: 45px;
}

.header.style-3 .themesflat-top .content-right .wrap-btn-header a {
  line-height: 2.8rem;
}

.header.style-3 .themesflat-top .btn-header {
  margin-left: 40px;
}

.header.style-3 .themesflat-top .themesflat-socials li {
  border: unset;
}

.header.style-3 .themesflat-top .themesflat-socials li {
  padding-left: 20px;
  padding-right: 0;
}

.header.style-3 .themesflat-top .themesflat-socials li a {
  color: #787a7f;
}

.header.style-3 .themesflat-top .themesflat-socials li a:hover {
  color: var(--theme-secondary-color);
}

.header.style-3 .inner-header .header-wrap {
  padding: 0px 0px 40px 0px;
}

.header.style-3 .inner-header .header-ct-center .nav-wrap {
  margin-left: -6px;
}

/* Header style 03 */
.header.style-3 .tf-wrap-navextra {
  background: #f7f7f7;
  display: flex;
  width: 100%;
  padding: 0 30px;
  justify-content: space-around;
  margin-top: -40px;
  position: relative;
  z-index: 90;
}
.header.style-3 .tf-wrap-navextra .nav-wrap {
  width: 80%;
}

.header.style-3 #mainnav > ul > li > a,
.header.style-3 #header .show-search,
.header.style-3 .block a {
  line-height: 80px;
}

.header.style-3 .top-search.show {
  top: 101%;
}

.header.style-3 .inner-header .header-ct-right .header-info-item,
.header.style-3 .inner-header .header-ct-right .header-infor-inner {
  display: flex;
  align-items: center;
}

.header.style-3 .inner-header .header-ct-right .header-info-item .info-label {
  margin-right: 15px;
}

.header.style-3 .inner-header .header-ct-right .header-info-item .info-label i {
  color: var(--theme-secondary-color);
  font-size: 30px;
}

.header.style-3 .inner-header .header-ct-right .header-info-item .title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: var(--theme-primary-color);
  margin-bottom: -8px;
}

.header.style-3 .inner-header .header-ct-right .header-infor-inner {
  margin-right: 19px;
}

.header.style-3 .inner-header .header-ct-right .header-info-item {
  margin-left: 49px;
}

.header.style-3 .inner-header .header-ct-right .header-info-item .info-content {
  font-size: 16px;
}

/* Header style 03 sticky */
.header.style-3 .header-sticky .tf-wrap-navextra {
  z-index: 10000;
  position: fixed !important;
  width: 100%;
  top: 0;
  margin-top: 0;
}

.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);
}

.themesflat-header-info .btn-header {
  background: var(--theme-light-color);
  color: var(--theme-dark-color);
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  border-width: 0;
  font-size: 0.875rem;
  line-height: 3.5625rem;
  padding: 0 1.5625rem;
}

.themesflat-header-info .btn-header:hover {
  background-color: var(--theme-secondary-color);
  color: var(--theme-light-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 {
  float: left;
  padding: 0;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
}
#mainnav > ul > li:last-child {
  margin-right: 0;
}
#mainnav > ul > li:first-child {
  margin-left: 0px;
}
#mainnav > ul > li > a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 90px;
}
#mainnav > ul > li > a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background: var(--theme-secondary-color);
  -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;
}
#mainnav > ul > li > a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
#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: -3px;
  font-size: 12px;
  top: 50%;
  display: block;
  -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-secondary-color) !important;
}
#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;
}

/* submenu */
.widget-topbar-menu ul.sub-menu,
#mainnav ul.sub-menu {
  padding: 0;
  text-align: left;
  position: absolute;
  left: 0px;
  top: 110%;
  min-width: 220px;
  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: 100%;
  transition-delay: 0.3s;
}
.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;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f9f8f8;
  transition: width 0.3s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  z-index: -1;
}

#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 {
  top: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

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

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

#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: 15px 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;
}

#mainnav ul.sub-menu > li > a:hover {
  color: #eb6d2f;
}

#mainnav ul.sub-menu > li.sub-parent:hover::after {
  right: 18px;
}

#mainnav > ul > li.home > a:before {
  opacity: 1;
  content: "";
  position: absolute;
  left: 20px;
  bottom: -15px;
  width: 15px;
  height: 5px;
  background-color: #eb6d2f;
}

#mainnav > ul > li.home > a:after {
  opacity: 1;
  position: absolute;
  left: 36px;
  bottom: -15px;
  width: 15px;
  height: 5px;
  background-color: #000;
  content: "";
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/* Topbar
-------------------------------------------------------------- */
.themesflat-top {
  position: relative;
}
.themesflat-top .themesflat-socials li {
  line-height: 1;
  background: transparent;
  display: inline;
}
.themesflat-top .themesflat-socials li + li {
  border-left: 1px solid currentColor;
}
.themesflat-top .themesflat-socials li:not(:last-child) {
  padding-right: 25px;
}
.themesflat-top .themesflat-socials li:not(:first-child) {
  padding-left: 25px;
}
.themesflat-top .themesflat-socials li a {
  color: inherit;
}
.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 {
  flex-grow: 1;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.themesflat-top .container-inside .content-right {
  flex-grow: 1;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.themesflat-top ul {
  list-style: none;
  margin: 0;
}
.themesflat-top ul.menu > li {
  display: inline-block;
  padding-left: 2.85em;
  text-align: left;
  position: relative;
}
.themesflat-top .content-left ul li > i {
  margin-right: 5px;
  font-size: 17px;
  position: relative;
  top: 4px;
}
.themesflat-top .content-left ul {
  padding-left: 0;
}

.widget-topbar-menu .menu > .menu-item > a {
  padding: 15px 0;
  display: block;
}
.widget-topbar-menu ul.sub-menu > li > a, .widget-topbar-menu li.megamenu > ul.sub-menu > .menu-item-has-children > a {
  line-height: 1.3;
  font-size: 14px;
  color: var(--theme-accent-color);
  font-weight: 500;
  font-family: var(--theme-body-font-primary);
}
.widget-topbar-menu ul.sub-menu > li > a:hover, .widget-topbar-menu li.megamenu > ul.sub-menu > .menu-item-has-children > a:hover {
  color: var(--theme-secondary-color);
}
.widget-topbar-menu ul.menu > li.menu-item-has-children > a {
  padding-right: 15px;
}
.widget-topbar-menu ul.menu > li.menu-item-has-children > a:before {
  content: "\f078";
  position: absolute;
  font-family: var(--theme-icon-font-primary);
  right: 0;
  font-weight: 300;
  top: 50%;
  display: block;
  font-size: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-topbar-menu ul.sub-menu {
  left: 2.85em;
}
.widget-topbar-menu ul.sub-menu li {
  position: relative;
}
.widget-topbar-menu ul.sub-menu li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .header-default .themesflat-top .content-item:not(:last-child) {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-default .themesflat-top .content-item:not(:last-child) {
    margin-right: 140px;
  }
}
.topbar-mobile {
  background-color: var(--theme-secondary-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-default .themesflat-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-default .themesflat-top .container-inside {
  padding-top: 18.5px;
  padding-bottom: 18.5px;
}

.header-style-01 .themesflat-top, .header-style-02 .themesflat-top, .header.style-3 .themesflat-top {
  background-color: var(--theme-accent-color);
  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, .header.style-3 .themesflat-top .btn-header {
  border-radius: 0;
  margin-left: 50px;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.tf-title-section, .tf-heading {
  --tf-heading-color: var(--theme-accent-color);
}
.tf-title-section .before-heading, .tf-heading .before-heading {
  font-size: 14px;
  color: var(--theme-secondary-color);
  letter-spacing: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tf-title-section .heading, .tf-heading .heading {
  font-size: 32px;
  margin-bottom: 0.5rem;
  color: var(--tf-heading-color);
}
.tf-title-section .sub-title, .tf-heading .sub-title {
  margin-top: 20px;
}
.tf-title-section mark, .tf-heading mark {
  padding: 0;
  background: linear-gradient(to bottom, var(--tf-heading-color) 75%, var(--theme-secondary-color) 40%) center 1.1em;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tf-counter .counter-number-wrapper {
  font-family: var(--theme-body-font-primary);
}
.tf-counter.default {
  background-color: #fff;
  overflow: hidden;
  padding: 47px 10px;
  box-shadow: 0 0 4px #e6e6e6;
  position: relative;
}
.tf-counter.default:after {
  position: absolute;
  content: "";
  border: 12px solid #f3f3f4;
  width: 100px;
  height: 100px;
  top: -65px;
  left: -63px;
  border-radius: 0 415px 350px 200px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-counter.default:hover:after {
  border: 12px solid var(--theme-secondary-color);
}
.tf-counter.default .counter-number-wrapper {
  color: var(--theme-accent-color);
}
.tf-counter.style1 {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-radius: 60px/50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 117, 6, 0.15)), color-stop(25%, rgb(243, 243, 244)));
  background: -o-linear-gradient(left, rgba(255, 117, 6, 0.15) 0%, rgb(243, 243, 244) 25%);
  background: linear-gradient(to right, rgba(255, 117, 6, 0.15) 0%, rgb(243, 243, 244) 25%);
}
.tf-counter.style1 .counter-number-wrapper {
  color: var(--theme-secondary-color);
}
.tf-counter.style2 .counter-number-wrapper {
  background-repeat: no-repeat;
  background-position: -190px -165px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
}
.tf-counter.style2 .counter-number-wrapper {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 296px;
  line-height: 296px;
  letter-spacing: -12px;
  margin-left: -11px;
}
.tf-counter.style2 .counter-title {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 104px;
  left: 215px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  height: 50px;
  width: auto;
  color: rgba(2, 14, 40, 0.3);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tf-counter.style1 {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-radius: 60px/50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 117, 6, 0.15)), color-stop(25%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 117, 6, 0.15) 0%, rgba(255, 255, 255, 0) 25%);
  background: linear-gradient(to right, rgba(255, 117, 6, 0.15) 0%, rgba(255, 255, 255, 0) 25%);
}

.tf-counter.style1 .counter-number-wrapper {
  color: var(--theme-secondary-color);
}

.tf-counter.style2 .counter-number-wrapper {
  background-repeat: no-repeat;
  background-position: -190px -165px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
}

.tf-counter.style2 .counter-number-wrapper {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 296px;
  line-height: 296px;
  letter-spacing: -12px;
  margin-left: -11px;
}

.tf-counter.style2 .counter-title {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 104px;
  left: 215px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  height: 50px;
  width: auto;
  color: rgba(2, 14, 40, 0.3);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.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-body-font);
}
.tf-testimonial-carousel-type-group .position {
  font-size: 14px;
  color: var(--theme-secondary-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-secondary-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-secondary-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 .name {
  color: var(--theme-accent-color);
}
.tf-testimonial-carousel .position {
  color: var(--theme-secondary-color);
}
.tf-testimonial-carousel .icon-quote {
  color: var(--theme-secondary-color);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.tf-testimonial-carousel .icon-quote i {
  font-size: 40px;
}
.tf-testimonial-carousel.style3 .item-testimonial {
  overflow: hidden;
  position: relative;
}
.tf-testimonial-carousel.style3 .item-testimonial .overlay:before {
  content: "";
  width: 500%;
  height: 500%;
  display: block;
  position: absolute;
  z-index: 100;
  border: 10px solid var(--theme-background-color-main);
  bottom: -155%;
  left: -9%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-testimonial-carousel.style3 .item-testimonial:hover .overlay:before {
  border-color: var(--theme-secondary-color);
}

.item-testimonial-inner {
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 1400px) {
  .themesflat-custom-testimonial .tf-testimonial-carousel-type-group .item {
    padding-right: 63px;
  }
}

.tf-testimonial-carousel-type-group .name {
  margin-top: 28px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--theme-body-font);
}

.tf-testimonial-carousel-type-group .position {
  font-size: 14px;
  color: var(--theme-secondary-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-secondary-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-secondary-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 .name {
  color: var(--theme-accent-color);
}

.tf-testimonial-carousel .position {
  color: var(--theme-secondary-color);
}

.tf-testimonial-carousel .icon-quote {
  color: var(--theme-secondary-color);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.tf-testimonial-carousel .icon-quote i {
  font-size: 40px;
}

.tf-testimonial-carousel.style3 .item-testimonial {
  overflow: hidden;
  position: relative;
}

.tf-testimonial-carousel.style3 .item-testimonial .overlay:before {
  content: "";
  width: 500%;
  height: 500%;
  display: block;
  position: absolute;
  z-index: 100;
  border: 10px solid var(--theme-background-color-main);
  bottom: -155%;
  left: -9%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tf-testimonial-carousel.style3 .item-testimonial:hover .overlay:before {
  border-color: var(--theme-secondary-color);
}

.item-testimonial-inner {
  position: relative;
  z-index: 100;
}

.tf-testimonial-carousel.style4 .owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button {
  width: unset;
  height: unset;
  line-height: unset;
  border: unset;
  border-radius: unset;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  color: var(--theme-color-border);
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 75%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
}

.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button:hover {
  background-color: var(--theme-secondary-color);
  border-color: var(--theme-secondary-color);
  color: var(--theme-secondary-foreground-color);
}

.tf-testimonial-carousel.style4 .owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button:hover {
  background-color: unset;
  border-color: unset;
  color: var(--theme-secondary-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;
}

.tf-testimonial-carousel.style4 .owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav .owl-prev {
  left: unset;
  right: 89px;
}

.tf-testimonial-carousel.style4 .owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav .owl-next {
  right: 55px;
}

.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots {
  text-align: center;
}

.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  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: 2px solid var(--theme-secondary-color);
  border-radius: 50%;
}

.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.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 span {
  background-color: var(--theme-secondary-color);
}

.tf-accordion .accordion-title {
  color: var(--theme-accent-color);
}
.tf-accordion .accordion-title.active {
  color: var(--theme-secondary-color);
}

.tf-team.default {
  text-align: center;
}
.tf-team.default .social {
  border-color: var(--theme-background-color-main) !important;
}
.tf-team.default .social > a {
  color: #c2c2c2;
}
.tf-team.default .social > a:hover {
  background-color: var(--theme-secondary-color);
  color: var(--theme-secondary-foreground-color);
}
.tf-team.default .title {
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.tf-team.default .image-team {
  position: relative;
  z-index: 10;
}
.tf-team.default .position {
  font-size: 14px;
  padding-bottom: 25px;
}
.tf-team.default .content {
  background-color: #fff;
  position: relative;
}
.tf-team.default .content:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -30px;
  left: -70px;
  background-color: rgba(255, 255, 255, 0);
  border: 10px solid var(--theme-background-color-main);
  border-radius: 335px 600px 432px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-team.default:hover .content:before {
  border-color: var(--theme-secondary-color);
}

.tficonbox .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.tficonbox .description {
  margin-top: 10px;
}
.tficonbox .wrap-icon-inner {
  color: var(--theme-secondary-color);
}
.tficonbox.left {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}
.tficonbox.left .wrap-icon {
  margin-right: 25px;
}

.tf-video-popup .popup-video {
  width: 120px;
  height: 60px;
  color: var(--theme-secondary-foreground-color);
  background-color: var(--theme-secondary-color);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.tf-video-popup .popup-video .video-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tf-video-popup .popup-video:hover .video-content {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.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;
}

.custom-video-postion-01 {
  position: absolute;
  bottom: 35px;
  left: -15px;
}

.custom-video-postion-02 {
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ft-mailchimp {
  display: -ms-flexbox;
  display: flex;
}
.ft-mailchimp input[type=email] {
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 2px;
  background-color: rgba(255, 255, 255, 0.05);
  width: calc(100% - 82px);
  border-radius: 0;
  padding: 0 30px;
  color: #acacac;
}
.ft-mailchimp input[type=email]:-moz-placeholder {
  color: #acacac;
}
.ft-mailchimp input[type=email]::-moz-placeholder {
  color: #acacac;
}
.ft-mailchimp input[type=email]:-ms-input-placeholder {
  color: #acacac;
}
.ft-mailchimp input[type=email]::-webkit-input-placeholder {
  color: #acacac;
}
.ft-mailchimp input[type=email]:focus {
  border-color: var(--theme-secondary-color);
}
.ft-mailchimp button[type=submit] {
  width: 80px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
}
.ft-mailchimp button[type=submit] i {
  margin: 0;
  font-size: 24px;
}
.ft-mailchimp button[type=submit]:before {
  display: none;
}

.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 textarea, .tf-contact-form select {
  background: #fff;
  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-item:not(:last-child) {
  margin-bottom: 20px;
}

.tf-contact-form-submit {
  margin-top: 40px;
}
.tf-contact-form-submit button[type=submit] {
  font-size: 0.875rem;
  line-height: 3.75rem;
  padding: 0 1.5625rem;
}

.contact-home4 {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 60px 50px 25px 50px;
}

.contact-home4 .select-style .label-select {
  color: #020e28;
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-home4 select,
.contact-home4 input,
.contact-home4 textarea {
  background-color: #fff;
  height: 50px;
  line-height: 48px;
  border: 1px solid var(--theme-color-border-input);
  padding: 0 25px;
  color: #798883;
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-home4 textarea {
  height: 123px;
}

.contact-faq {
  width: 750px;
  margin: 0 auto;
}

.contact-faq .group-inner span {
  width: 100%;
  display: block;
}

.contact-home4.style2 button {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-faq .group-inner input {
  background-color: #fff;
  height: 50px;
  line-height: 48px;
  border: 1px solid var(--theme-color-border-input);
  padding: 0 25px;
  color: #798883;
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-faq textarea {
  border: 1px solid var(--theme-color-border-input);
  background-color: #fff;
  border-radius: 0;
  height: 150px;
}

.contact-faq button {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 3.8125rem;
  padding: 0 2.875rem;
}

.contact-faq button i {
  margin-left: 7px;
}

.burried-text {
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.1;
}

.mail-subcribe {
  display: flex;
  position: relative;
}

.mail-subcribe input {
  background: transparent;
  border: 1px solid #1c273e;
  padding: 8px 58px;
  height: unset;
  color: var(--theme-secondary-color);
}

.mail-subcribe input::placeholder {
  color: #293041;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
}

.mail-subcribe button {
  height: 60px;
  line-height: 60px;
  margin-left: 30px;
}

.mail-subcribe button:hover {
  background: #fff;
  color: var(--theme-secondary-color);
}

.mail-subcribe button i {
  margin-left: 7px;
}

.go-top2 i {
  cursor: pointer;
}

.burried-text2 {
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #757575;
  opacity: 0.4;
}

/* contact-home4 */
.contact-home4 .title-form {
  font-size: 32px;
  margin-bottom: 0.5rem;
  color: #020e28;
  font-weight: 700;
}

.contact-home4 button i {
  margin-left: 8px;
}

.owl-carousel.owl-loaded:not(.testimonial-group) .owl-nav > button {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border: 2px solid currentColor;
  color: var(--theme-secondary-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-secondary-color);
  border-color: var(--theme-secondary-color);
  color: var(--theme-secondary-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: 16px;
  height: 16px;
  margin: 0 5px;
  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: 2px solid var(--theme-secondary-color);
  border-radius: 50%;
}
.owl-carousel.owl-loaded:not(.testimonial-group) .owl-dots > .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.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 span {
  background-color: var(--theme-secondary-color);
}

.elementor-widget-image-carousel .swiper-slide-image {
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-widget-image-carousel .swiper-slide-image:hover {
  opacity: 1;
}

.themesflat-custom-image-box .tf-imagebox {
  position: relative;
}
.themesflat-custom-image-box .tf-imagebox .title {
  margin-bottom: 0.5rem;
}
.themesflat-custom-image-box .tf-imagebox .content {
  position: absolute;
  right: -19%;
  top: 38%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  text-align: right;
}
@media only screen and (max-width: 1300px) {
  .themesflat-custom-image-box .tf-imagebox .content {
    right: 17px;
  }
  .themesflat-custom-image-box .tf-imagebox .content a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 1019px) {
  .themesflat-custom-image-box .tf-imagebox .content {
    left: 430px;
    right: auto;
  }
  .themesflat-custom-image-box .tf-imagebox .content a {
    color: var(--theme-accent-color) !important;
  }
}
@media only screen and (max-width: 992px) {
  .themesflat-custom-image-box .tf-imagebox .content {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .themesflat-custom-image-box .tf-imagebox .image {
    width: 100%;
  }
}

body.elementor-page #themesflat-content > .container {
  max-width: 1200px;
}

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

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

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/* Pagination
-------------------------------------------------------------- */
.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: block;
}

.navigation.paging-navigation.pager a:last-child {
  float: right;
}

.navigation a,
.pagination > span,
.navigation.paging-navigation span,
.page-links a, .page-links > span {
  position: relative;
  color: #222;
  padding: 14px 20px;
  margin-right: 15px;
  border: 2px solid var(--theme-background-color-main);
  width: 52px;
  height: 52px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

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

.page-links {
  margin-top: 30px;
  clear: both;
}

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

.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: transparent;
}

.navigation.paging-navigation a.next i,
.navigation.paging-navigation a.prev i {
  font-weight: 700;
}

.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: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.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-secondary-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:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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;
}
.paging-navigation.loadmore a:hover:before {
  left: -100px;
  top: -51px;
  border: 3px solid #E6D54F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.posts-navigation .nav-links a {
  font-size: 0;
  border: 2px solid var(--theme-background-color-main);
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.posts-navigation .nav-links a:before {
  font-family: var(--theme-icon-font-primary);
  font-size: 20px;
}
.posts-navigation .nav-links .nav-next a:before {
  content: "\f324";
}
.posts-navigation .nav-links .nav-previous a:before {
  content: "\f323";
}

.paging-navigation.pager-numeric, .paging-navigation .numeric {
  text-align: center;
}
.paging-navigation .next, .paging-navigation .prev {
  font-size: 14px;
}

.posts-navigation .nav-links a {
  width: unset;
  height: unset;
  display: block;
  display: inline-flex;
}

.posts-navigation .nav-links a img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.nav-links .previous-post {
  float: unset;
  width: unset;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
}

.posts-navigation .nav-links a:before {
  font-family: var(--theme-icon-font-primary);
  font-size: 20px;
}

.posts-navigation .nav-links .nav-next a:before {
  content: "\f324";
}

.posts-navigation .nav-links .nav-previous a:before {
  content: "\f323";
}

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

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

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.themesflat-partner-box {
  background: var(--theme-background-color-main);
}

/* Footer
-------------------------------------------------------------- */
/* Widget information */
.bulter-infomation li {
  font-size: 15px;
}
.bulter-infomation li span {
  margin-right: 8px;
  font-weight: 700;
  color: var(--theme-secondary-color);
}

.footer_background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: var(--theme-accent-color);
}
.footer_background.border-top {
  border-top: 3px solid var(--theme-secondary-color) !important;
}

.footer strong {
  color: #fff;
}
.footer .widget_nav_menu {
  font-size: 15px;
}
.footer .widget_nav_menu li {
  padding-top: 0;
}
.footer .widget_nav_menu .menu li:not(:last-child) a {
  display: block;
  padding-bottom: 10px;
}
.footer .widget.widget_latest_news .recent-news {
  padding-top: 8px;
}

@media only screen and (max-width: 991px) {
  footer .widgets-areas {
    margin-bottom: 60px;
  }

  .footer .footer-widgets {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .partner-box.themesflat-partner-box {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom .item-bottom + .item-bottom {
    margin-top: 20px;
  }
}
/* Bottom
-------------------------------------------------------------- */
.footer_background .bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bottom .container-inside {
  padding: 30px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.bottom .container-inside.divider {
  border-top: 1px solid rgba(229, 229, 231, 0.1);
}
.bottom.bottom-style2 .container-inside {
  padding: 47px 0;
}
.bottom p {
  margin-bottom: 0;
}
.bottom ul.menu {
  margin: 0;
  display: flex;
}
.bottom ul.menu > li {
  display: inline-block;
  position: relative;
}
.bottom ul.menu > li > a {
  padding: 0 15px;
}
.bottom ul.menu > li ul.sub-menu li {
  padding: 3px 0;
}
.bottom ul.menu li li ul.sub-menu {
  margin-top: 0;
  margin-bottom: 0;
}
.bottom ul {
  list-style: none;
}
.bottom ul li:first-child:before {
  display: none;
}
.bottom ul li ul li:first-child:before {
  display: block;
}
.bottom ul.menu > li:first-child > a {
  padding-left: 0;
  margin-left: 0;
}
.bottom ul.menu > li:last-child > a {
  padding-right: 0;
  margin-right: 0;
}
.bottom .wrap-logo-bottom {
  max-width: 88px;
}
.bottom ul.themesflat-socials {
  display: flex;
  margin: 0;
}
.bottom ul.themesflat-socials li {
  background: transparent;
  margin: 9px;
}
.bottom ul.themesflat-socials li a {
  width: 37px;
  height: 37px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
.bottom ul.themesflat-socials li:before {
  display: none;
}

/* Partner box
-------------------------------------------------------------- */
.themesflat-partner-box .client-carousel .item-client {
  vertical-align: middle;
  text-align: center;
}

.partner-box img {
  margin-left: auto;
  margin-right: auto;
}

.partner-box img {
  -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;
  -webkit-transform-style: preserve-3d;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}

.partner-box img:hover {
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

/* Widget footer
-------------------------------------------------------------- */
/* Title widget for footer */
footer .widget.widget_pages ul li,
footer .widget.widget_block ul li,
footer .widget.widget_block ol li {
  padding: 7px 0px;
  border: none;
}

footer .widget.widget_pages ul li:first-child,
footer .widget.widget_block ul li:first-child,
footer .widget.widget_block ol li:first-child {
  padding-top: 0;
}

footer .widget.widget_pages ul li:last-child,
footer .widget.widget_block ul li:last-child,
footer .widget.widget_block ol li:last-child {
  padding-bottom: 0;
}

footer .widget.widget_pages ul ul li:first-child,
footer .widget.widget_categories ul ul li:first-child,
footer .widget.widget_meta ul ul li:first-child,
footer .widget.widget_recent_comments ul ul li:first-child,
footer .widget.widget_rss ul ul li:first-child,
footer .widget.widget_block ul ul li:first-child {
  margin-top: 0px;
}

footer .widget.widget_recent_comments ul li,
footer .widget.widget_rss ul li,
footer .widget.widget_block ol.wp-block-latest-comments li {
  padding: 5px 0px;
  margin-bottom: 0;
}

footer .widget.widget_categories select option,
footer .widget select option {
  color: #000;
}

footer .widget.widget_meta ul li a:hover,
footer .widget.widget_nav_menu ul li a:hover,
footer .widget.widget_block ul li a {
  background: transparent !important;
}

footer .widget.widget_categories ul li a:hover,
footer .widget.widget_pages ul li a:hover,
footer .widget.widget_archive ul li a:hover {
  background: #fff !important;
}

footer .widget .widget-title,
footer .widget > h2,
footer .widget > h3,
footer .widget > h4,
footer .widget > h5,
footer .widget > h6,
footer .wp-block-group__inner-container > h2,
footer .wp-block-group__inner-container > h3,
footer .wp-block-group__inner-container > h4,
footer .wp-block-group__inner-container > h5,
footer .wp-block-group__inner-container > h6 {
  margin-bottom: 30px;
  position: relative;
}

footer .wp-block-search .wp-block-search__label {
  margin-top: 11px;
  margin-bottom: 27px;
  padding-bottom: 16px;
  position: relative;
}

footer.footer-style1 .widget .widget-title:after,
footer.footer-style1 .wp-block-search .wp-block-search__label:after,
footer.footer-style1 .widget > h2:after,
footer.footer-style1 .widget > h3:after,
footer.footer-style1 .widget > h4:after,
footer.footer-style1 .widget > h5:after,
footer.footer-style1 .widget > h6:after,
footer.footer-style1 .wp-block-group__inner-container > h2:after,
footer.footer-style1 .wp-block-group__inner-container > h3:after,
footer.footer-style1 .wp-block-group__inner-container > h4:after,
footer.footer-style1 .wp-block-group__inner-container > h5:after,
footer.footer-style1 .wp-block-group__inner-container > h6:after {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #33B9CB;
}

footer.footer-style2 .widget .widget-title,
footer.footer-style2 .widget > h2,
footer.footer-style2 .widget > h3,
footer.footer-style2 .widget > h4,
footer.footer-style2 .widget > h5,
footer.footer-style2 .widget > h6,
footer.footer-style2 .wp-block-group__inner-container > h2,
footer.footer-style2 .wp-block-group__inner-container > h3,
footer.footer-style2 .wp-block-group__inner-container > h4,
footer.footer-style2 .wp-block-group__inner-container > h5,
footer.footer-style2 .wp-block-group__inner-container > h6,
footer.footer-style2 .wp-block-search .wp-block-search__label {
  margin-top: 11px;
  margin-bottom: 26px;
  padding-bottom: 0px;
  position: relative;
}

footer .wp-block-latest-posts__post-date {
  margin-top: 5px;
}

.footer-widgets .widget.widget_media_image {
  margin-bottom: 21px;
}

.footer-widgets .widget.widget_text {
  margin-bottom: 29px;
}

.footer-widgets .widget.widget_text .textwidget p:last-of-type {
  margin-bottom: 0px;
}

.footer-widgets .widget ul.contact-info li {
  padding: 11px 0px 11px 0px;
  display: flex;
}

.footer-widgets .widget ul.contact-info li:first-child {
  padding-top: 0px;
}

.footer-widgets .widget ul.contact-info li i {
  font-size: 20px;
  min-width: 50px;
}

.footer-widgets .widget ul.contact-info li .icon {
  position: relative;
  top: 6px;
  margin-right: 19px;
}

.footer-widgets .widget ul.contact-info li img,
.footer-widgets .widget ul.contact-info li svg {
  width: 25px;
  max-width: 25px;
  max-height: 42px;
  margin-right: 20px;
  height: auto;
  line-height: normal;
}

.footer-widgets .widget.widget_themesflat_socials ul li {
  width: 37px;
  height: 37px;
  font-size: 15px;
  margin-right: 18px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: transparent;
}

.footer-widgets .widget.widget_themesflat_socials ul li:last-child {
  margin-right: 0;
}

.footer-widgets .widget.widget_themesflat_socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  border-radius: 50%;
  background: #707070;
}

.footer-widgets .widget.widget_tag_cloud .tagcloud a {
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-widgets .widget.widget_themesflat_socials ul li:first-child a {
  background: #33B9CB;
  color: #fff;
}

#footer .widgets-areas .widget_block .wp-block-group {
  margin: 0;
}

#footer .widget_calendar nav a,
#footer .widget_calendar table tbody tr a {
  color: #FF7029;
}

#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 15px 3px 46px;
}

/*widget Nav Menu*/
footer.footer-style1 .widget.widget_nav_menu ul li > a,
footer.footer-style1 ul.wp-block-latest-posts li > a {
  padding-left: 18px;
  position: relative;
}

footer.footer-style1 .widget.widget_nav_menu ul li > a:before,
footer.footer-style1 ul.wp-block-latest-posts li > a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0.3;
  -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;
}

footer.footer-style1 ul.wp-block-latest-posts li > a:before {
  top: 10px;
}

footer.footer-style1 .widget.widget_nav_menu ul li > a:hover:before,
footer.footer-style1 ul.wp-block-latest-posts li > a:hover:before {
  opacity: 1;
}

/*widget Categories*/
.footer .widget.widget_categories select,
.footer .widget select {
  margin-bottom: 0 !important;
  font-weight: 600;
  width: 100%;
  border: 1px solid #E3E3E3 !important;
  color: var(--theme-color-text-main) !important;
}
.footer .widget input {
  color: var(--theme-color-text-main) !important;
}

footer .widget.widget_nav_menu ul > li > a,
footer .widget.widget_categories ul > li > a,
footer .widget.widget_pages ul > li > a,
footer .widget.widget_archive ul > li > a,
footer .widget.widget_meta ul > li > a,
footer .widget.widget_block ul > li > a,
.bottom .copyright a {
  position: relative;
}

footer .widget.widget_nav_menu ul > li > a:before,
footer .widget.widget_meta ul > li > a:before,
.bottom .copyright a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #33B9CB;
  -webkit-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -moz-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -ms-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -o-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

footer .widget ul li a[aria-current]:not([aria-current=false]):before {
  left: 0;
  right: auto;
}

.footer-efect ul li a {
  position: relative;
  width: unset !important;
}

.footer-efect ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #eb6d2f;
  -webkit-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -moz-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -ms-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  -o-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
  transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.footer-efect ul li a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

footer .widget_calendar table > thead {
  background-color: #000000;
}

footer .widget.widget_mc4wp_form_widget {
  margin-bottom: 0;
}

.widget.widget_calendar tbody #today {
  color: #FF7029;
}

footer .widget.widget_recent_entries ul li a,
footer .widget.widget_block ul.wp-block-latest-posts li a {
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}

footer .widget.widget_recent_entries ul li time,
footer .widget.widget_block ul.wp-block-latest-posts li time {
  line-height: 1.2;
}

footer .widget.widget_block ul.wp-block-latest-posts li .wp-block-latest-posts__post-date:before {
  margin-right: 8px;
}

footer .widget.widget_recent_entries ul li,
footer .widget.widget_block ul.wp-block-latest-posts li {
  padding: 8px 0px;
}

footer .widget.widget_categories,
footer .widget.widget_recent_entries,
footer .widget.widget_tag_cloud {
  padding: 0px;
  background-color: transparent;
}

footer .widget.widget_categories:before,
footer .widget.widget_recent_entries:before,
footer .widget.widget_tag_cloud:before {
  display: none;
}

.footer .widget .tagcloud a:hover,
.footer .widget_tag_cloud a:hover,
.footer .wp-block-tag-cloud a:hover {
  background-color: #fff !important;
}

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

.widgets-areas.widgets-areas-4 .widget.widget_block {
  margin-bottom: 20px;
}

.widgets-areas.widgets-areas-4 .mc4wp-form-fields .ft-mailchimp input[type=email] {
  height: 50px;
  width: 100%;
  border: none;
}
.widgets-areas.widgets-areas-4 .mc4wp-form-fields .ft-mailchimp button[type=submit] i {
  font-size: 18px;
}
.widgets-areas.widgets-areas-4 .mc4wp-form-fields .ft-mailchimp button[type=submit] {
  width: 63px;
  height: 50px;
}

.widgets-areas.widgets-areas-2,
.widgets-areas.widgets-areas-3 {
  padding-left: 30px;
}

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

.widget-title, .wp-block-search__label, .widgettitle, .widget_block h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: var(--theme-primary-color);
  text-transform: uppercase;
  margin-bottom: 19px;
}

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

.widget_search input, .widget_product_search input, .wp-block-search input {
  padding: 13px 25px 12px 21px;
  margin: 0;
  background-color: #ffffff;
  font-size: 14px;
  color: #777777;
  border: none;
  border-radius: 0;
  height: 55px;
}
.widget_search input:focus, .widget_product_search input:focus, .wp-block-search input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #ffffff;
}
.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 #fff 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 {
  background-color: #fff !important;
  color: #777777 !important;
  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: 40px;
}
.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: 19px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 17px;
  top: 11px;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  transition: all ease 0.3s;
  color: var(--theme-accent-color);
}
.widget_search .wp-block-search__button:hover::after, .widget_product_search .wp-block-search__button:hover::after, .wp-block-search .wp-block-search__button:hover::after {
  color: var(--theme-secondary-color);
}

.widget_product_search .woocommerce-product-search {
  background-color: #fff;
}
.widget_product_search .search-submit {
  text-indent: 999999px;
  width: 40px;
}
.widget_product_search .search-submit::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  transition: all ease 0.3s;
}

.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;
}
.widget_categories li a, .widget_product_categories li a, .widget_archive li a, .widget_pages li a, .wp-block-archives li a, .wp-block-categories-list li a {
  padding: 6px 28px 6px 24px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  line-height: 37px;
  color: rgba(255, 255, 255, 0.85);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #777777 !important;
  margin-bottom: 16.5px;
}
.widget_categories li a:hover, .widget_product_categories li a:hover, .widget_archive li a:hover, .widget_pages li a:hover, .wp-block-archives li a:hover, .wp-block-categories-list li a:hover {
  background-color: var(--theme-secondary-color);
  color: #fff !important;
}
.widget_categories li a span, .widget_product_categories li a span, .widget_archive li a span, .widget_pages li a span, .wp-block-archives li a span, .wp-block-categories-list li a span {
  display: block;
  margin-left: auto;
}

.widget_product_categories .cat-item {
  position: relative;
}
.widget_product_categories .cat-item:hover .count {
  color: #fff;
}
.widget_product_categories .cat-item .count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.tfl-widget-author-box {
  border: 3px solid #ffffff;
  padding: 47px 15px 27px;
  text-align: center;
  background-color: transparent;
}
.tfl-widget-author-box .img-author {
  max-width: 102px;
  margin: 0 auto;
}
.tfl-widget-author-box .img-author img {
  border-radius: 50%;
}
.tfl-widget-author-box .name {
  margin-top: 23px;
  margin-bottom: 5px;
  letter-spacing: -0.1px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: var(--theme-primary-color);
  text-transform: uppercase;
}
.tfl-widget-author-box .position {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--theme-secondary-color);
}
.tfl-widget-author-box .text {
  margin-top: 14px;
  margin-bottom: 21px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.1px;
}
.tfl-widget-author-box .list-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tfl-widget-author-box .list-social a {
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  position: relative;
}
.tfl-widget-author-box .list-social a i {
  padding-left: 29px;
  padding-right: 28px;
}
.tfl-widget-author-box .list-social a:hover {
  color: var(--theme-secondary-color);
}
.tfl-widget-author-box .list-social li:not(:last-child) a i {
  border-right: 1px solid #59606d;
}

.widget_latest_news .thumb {
  height: auto;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 24px;
}
.widget_latest_news li {
  display: -ms-flexbox;
  display: flex;
}
.widget_latest_news li + li {
  margin-top: 28px;
}
.widget_latest_news .text {
  margin-top: -8px;
  padding-bottom: 0;
  border: none;
}
.widget_latest_news .title {
  margin-bottom: 20px;
}
.widget_latest_news .title a {
  font-size: 14px;
  line-height: 1.71;
  padding: 0;
  font-weight: 400;
  font-family: var(--theme-body-font);
}
.widget_latest_news .meta {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_latest_news .meta-date {
  opacity: 0.7;
  margin-right: 14px;
  margin-bottom: 5px;
}
.widget_latest_news .item-count-post {
  color: var(--theme-secondary-color);
  position: relative;
  margin-bottom: 5px;
  margin-left: 11px;
}
.widget_latest_news .item-count-post:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--theme-secondary-color);
  position: absolute;
  left: -7px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.widget-recent-news {
  margin-bottom: 27px;
}
.widget-recent-news li {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.widget-recent-news .thumb {
  min-width: 70px;
  height: 70px;
  margin-right: 20px;
  top: 7px;
  position: relative;
  overflow: hidden;
}
.widget-recent-news .thumb a {
  display: block;
}
.widget-recent-news .thumb .overlay-pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(2, 14, 40, 0.6);
  z-index: 10;
}
.widget-recent-news .thumb:hover .overlay-pop {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.widget-recent-news .title, .widget-recent-news h6 {
  margin-bottom: 3px;
}
.widget-recent-news .title a, .widget-recent-news h6 a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #020e28;
  padding-right: 100px;
  letter-spacing: -0.2px;
}
.widget-recent-news .post-date, .widget-recent-news .author, .widget-recent-news .meta-date {
  font-size: 13px;
  line-height: 26px;
  color: #777777;
}
.widget-recent-news .post-date a, .widget-recent-news .author a, .widget-recent-news .meta-date a {
  color: inherit;
}
.widget-recent-news li:not(:last-child) .text {
  border-bottom: 1px solid rgba(2, 14, 40, 0.1);
  padding-bottom: 14px;
}

.wp-block-woocommerce-product-search .wc-block-product-search__label {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: var(--theme-primary-color);
  text-transform: uppercase;
}
.wp-block-woocommerce-product-search .wc-block-product-search__fields {
  position: relative;
  background-color: #fff;
}
.wp-block-woocommerce-product-search .wc-block-product-search__field {
  background-color: #fff;
  border: none;
  padding-left: 25px;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button {
  background: transparent;
  margin: 0;
  color: var(--theme-body-font);
  padding-right: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp-block-woocommerce-product-search .wc-block-product-search__button::before {
  display: none;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  font-weight: 500;
}

.wc-block-product-categories .wc-block-product-categories-list-item {
  position: relative;
}
.wc-block-product-categories .wc-block-product-categories-list-item a {
  padding: 6px 28px 6px 24px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  line-height: 37px;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  width: 100%;
  font-size: 14px;
  color: #777777 !important;
  margin-bottom: 16.5px;
}
.wc-block-product-categories .wc-block-product-categories-list-item a:hover {
  background-color: var(--theme-secondary-color);
  color: #fff !important;
}
.wc-block-product-categories .wc-block-product-categories-list-item a span {
  display: block;
  margin-left: auto;
}
.wc-block-product-categories .wc-block-product-categories-list {
  padding-left: 0 !important;
}
.wc-block-product-categories .wc-block-product-categories-list-item-count {
  position: absolute;
  top: 13px;
  right: 20px;
}

.widget_calendar .calendar_wrap {
  background-color: #fff;
  padding: 20px;
}
.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;
  padding: 20px;
}

.wp-block-tag-cloud a {
  background-color: #fff;
}

.wp-block-archives-dropdown, .wp-block-categories-dropdown {
  margin-bottom: 43px;
}
.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
  background-color: #fff;
  border: none;
}

.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 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 39px;
  text-transform: none;
  background-color: #ffffff;
  padding: 4px 11px 5px;
  color: #777777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  margin-right: 10px;
}
.widget .tagcloud a:hover,
.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
  background-color: var(--theme-secondary-color);
  color: #ffffff !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.themesflat_widget_services_categories ul li a {
  background-color: transparent;
}

.widget.themesflat_widget_services_categories .widget-title,
.post-type-archive-services .widget.widget_block .title,
.single-services .widget.widget_block .title {
  font-size: 22px;
}

.post-type-archive-services .page-wrap .widget.widget_block,
.single-services .page-wrap .widget.widget_block {
  border: solid 1px #e5e6e9;
}

.post-type-archive-services .widget.themesflat_widget_services_categories ul li a,
.single-services .widget.themesflat_widget_services_categories ul li a {
  padding: 14.3px 0px;
  font-size: 16px;
  font-weight: 400;
}

.comments-area {
  --color-rating: #f6b500;
  --color-rating-empty: #ededed;
  background-color: #fff;
  padding: 27px 27px 22px 27px;
  color: #798883;
}
.comments-area fieldset {
  margin-bottom: 20px;
}

.comment-respond {
  font-size: 14px;
}
.comment-respond:not(:first-child) {
  margin-top: 65px;
}
.comment-respond form {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.comment-respond .comment-form-cookies-consent {
  order: 4;
  margin-bottom: 20px;
}
.comment-respond .comment-right {
  order: 3;
}

.comment_wrap_input {
  margin-top: 20px;
  order: 2;
}

.themesflat__rate-input {
  direction: rtl;
  display: inline-block;
}
.themesflat__rate-input input {
  display: none;
}
.themesflat__rate-input label {
  margin-left: -2px;
  margin-right: -2px;
  color: var(--color-rating-empty);
  font-size: 14px;
  cursor: pointer;
}
.themesflat__rate-input label:hover,
.themesflat__rate-input label:hover ~ label {
  color: var(--color-rating) !important;
}
.themesflat__rate-input input:checked ~ label {
  color: var(--color-rating);
}
.themesflat__rate-input:hover > input:checked ~ label {
  color: var(--color-rating-empty);
}

.comment-reply-title {
  margin-bottom: 12px;
  letter-spacing: -0.2px;
  font-size: 24px;
  line-height: 32px;
  color: var(--theme-primary-color);
  text-transform: uppercase;
}
.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: 5;
}
.themesflat-button-submit .wrap-input-submit {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}
.themesflat-button-submit .wrap-input-submit .submit {
  padding: 12px 41px 13px 27px;
  line-height: 35px;
}
.themesflat-button-submit .wrap-input-submit::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 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;
  z-index: 10;
}
.themesflat-button-submit .wrap-input-submit::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  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;
}
.themesflat-button-submit .wrap-input-submit:hover::before {
  left: -100px;
  top: -51px;
}

.comment-list .comment_wrap {
  padding: 0 20px 3px 3px;
  margin-bottom: 23px;
}
.comment-list .comment_wrap .gravatar {
  margin-right: 25px;
  padding-top: 5px;
  border-radius: 0;
}
.comment-list .comment_wrap .gravatar img {
  border-radius: 0;
}
.comment-list .comment_wrap .comment_author {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  color: var(--theme-primary-color);
  font-weight: 500;
  margin-bottom: 0;
}
.comment-list .comment_wrap .comment-edit-link {
  font-size: 0;
}
.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: 8px;
  padding-right: 30px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.comment-list .comment_wrap .themesflat-comment-footer {
  margin-top: 12px;
}
.comment-list .comment_wrap .themesflat-comment-footer .comement_reply {
  margin-top: 0;
  color: #59606d;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 17px;
}
.comment-list .comment_wrap .themesflat-comment-footer .comement_reply a {
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.comment-list .comment_wrap .themesflat-comment-footer .comement_reply a:hover {
  color: var(--theme-secondary-color) !important;
}
.comment-list .comment_wrap .themesflat-comment-footer .comement_reply:hover {
  color: var(--theme-secondary-color);
}
.comment-list .comment_wrap .themesflat-comment-footer .comment_time {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 32px;
  font-weight: 600;
  color: #59606d;
}

.comment-list-wrap .comment-title {
  font-size: 24px;
  line-height: 32px;
  color: var(--theme-primary-color);
  margin-left: 2px;
  margin-bottom: 37px;
  text-transform: uppercase;
}
.comment-list-wrap .children {
  margin-left: 0;
  list-style: none;
}
.comment-list-wrap li .comment-respond {
  margin-bottom: 15px;
  margin-top: 0;
}
.comment-list-wrap .children .comment {
  padding: 0 0 0 68px;
}
.comment-list-wrap .children .comment .comment_wrap {
  padding: 8px 0 7px 35px;
  margin-bottom: 8px;
}
.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 {
    padding-left: 30px;
  }
  .comment-list-wrap .children .comment .comment_wrap {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .comment-list-wrap .children {
    padding-left: 0;
  }
  .comment-list-wrap .children .comment {
    padding: 0;
  }
  .comment-list-wrap .children .comment .comment_wrap {
    padding-left: 0;
  }
}

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

.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 {
  font-size: 13px;
  font-weight: 400;
  line-height: 39px;
  text-transform: none;
  background-color: #ffffff;
  padding: 4px 11px 5px;
  color: #777777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  margin-right: 10px;
}
.tags-links a:hover {
  background-color: var(--theme-secondary-color);
  color: #ffffff !important;
}

.themesflat-tags-lable {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 36px;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-right: 6px;
}

.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: 14px;
  color: #777777;
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
}
.slick-arrow:hover {
  color: var(--theme-secondary-color);
  border-color: transparent;
}
.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 {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  color: currentColor;
  opacity: 0.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.slick-dots li:hover, .slick-dots li.slick-active {
  color: var(--theme-secondary-color);
}
.slick-dots span::before {
  width: 30px;
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  font-weight: 700;
  font-size: 80%;
}

.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;
}

/*--------------------------------------------------------------
## 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 h1 {
  margin: 0;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.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: 15px;
}
.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.trail-browse {
  position: relative;
  margin-right: 5px;
}
.breadcrumbs span.sep {
  text-align: center;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 12px;
}
.breadcrumbs span a,
.breadcrumbs a,
.breadcrumbs span {
  color: #999999;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.breadcrumbs span a span {
  -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;
}

/*--------------------------------------------------------------
## 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: uppercase;
  border-width: 0;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--theme-secondary-color);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wp-block-button__link:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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;
}
.wp-block-button__link:hover:before {
  left: -100px;
  top: -51px;
  border: 3px solid #E6D54F;
  -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-secondary-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-secondary-color);
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1750px) {
  .header.header-style3 .container-fluid,
.themesflat-top .container-fluid {
    max-width: 1140px;
  }

  #header.header-style2 .header-wrap .header-ct-left,
#header.header-style2 .header-wrap .header-ct-center {
    flex-grow: 1;
  }

  #header.header-style2 .header-wrap .header-ct-right {
    flex-grow: 0;
  }
}
/* Smaller than standard 1440 */
@media only screen and (max-width: 1440px) {
  #mainnav > ul > li {
    margin: 0 15px;
  }

  .themesflat-top.topbar-style2.tf-topbar-stretch:before {
    width: calc(50% - 452px);
  }

  .slide-001 .tf-slide-swiper .swiper-slide-bg {
    background-position: center center;
  }

  .header-03 .themesflat-top .container-inside .content-left,
#header.header-style3 .header-wrap .header-ct-left {
    margin-left: 0;
  }

  .header-03 .themesflat-top:before {
    display: none;
  }

  .header-03 .themesflat-top .flat-language {
    margin-right: 30px;
  }

  .header-01 .themesflat-top .container-inside .content-left,
#header.header-style1 .header-wrap .header-ct-center {
    margin-left: 0;
  }

  #header.header-style1 .header-wrap .header-ct-center,
#header.header-style2 .header-wrap .header-ct-center,
#header.header-style3 .header-wrap .header-ct-center {
    justify-content: flex-end;
  }

  #header.header-style1 .logo:before {
    display: none;
  }

  #header.header-style1 .logo {
    min-width: unset;
    min-height: unset;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    box-shadow: none;
  }

  #header.header-style1 .header-wrap .header-ct-right {
    flex-grow: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .themesflat-top.topbar-style2.tf-topbar-stretch:before {
    width: calc(50% - 414px);
  }

  .page-title .themesflat-socials {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .info-header,
.header-style1 .header-modal-menu-left-btn {
    display: none;
  }

  #header.header-style3 .header-wrap .header-ct-center {
    justify-content: flex-end;
  }

  .themesflat-boxed {
    overflow: hidden;
  }

  .header-03 .themesflat-top .container-inside {
    display: block;
    align-items: unset;
    width: 100%;
    position: relative;
    justify-content: unset;
    text-align: center;
  }

  .header-03 .themesflat-top .container-inside .content-left,
.header-03 .themesflat-top .container-inside .content-right {
    justify-content: center;
  }

  .header-03 .themesflat-top .container-inside .content-right {
    margin-top: 10px;
  }
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1220px) {
  .themesflat-top.topbar-style2.tf-topbar-stretch:before {
    width: calc(50% - 340px);
  }

  #header.header-style1 .nav-wrap {
    padding-left: 0px;
  }

  #mainnav ul.sub-menu {
    width: 200px;
  }
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
  #mainnav > ul > li {
    margin: 0 12px;
  }

  #mainnav > ul > li.menu-item-has-children > a {
    padding-right: 13px;
  }

  .themesflat-top.topbar-style2:before {
    width: calc(50% - 225px);
  }

  .themesflat-top.topbar-style2.tf-topbar-stretch:before {
    width: calc(50% - 250px);
  }

  #footer.footer-style1 .wrap-widgets {
    padding: 32px 15px 3px 15px;
  }

  .header-style1 .show-search,
.header-style1 .flat-language {
    display: none;
  }
}
@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) {
  #header.header-style3 .header-modal-menu-left-btn {
    display: none;
  }

  .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) {
  .themesflat-top .container-fluid .flat-language,
.themesflat-top .container-fluid .button-topbar {
    margin: 15px 30px 10px !important;
  }

  .topbar-absolute .themesflat-top {
    position: relative;
  }

  .themesflat-top.topbar-style2:before,
.themesflat-top.topbar-style2:after {
    display: none;
  }

  .themesflat-top .content-right .button-topbar {
    padding: 10px 30px 7px;
  }

  .themesflat-top .flat-information li,
.header .flat-information li,
.header-03 .themesflat-top ul.flat-information li {
    margin-left: 20px;
  }

  #header {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
  }

  .header-01 .themesflat-top .container-inside .content-left {
    margin-left: 0;
  }

  #header.header-style1 .logo {
    min-width: unset;
    min-height: unset;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    box-shadow: none;
  }

  #header.header-style3 .header-wrap .header-ct-left {
    flex-grow: 1;
  }

  #header.header-style3 .header-wrap .header-ct-center {
    flex-grow: 0;
  }

  #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;
  }

  /* header-widget */
  .header-widget .header-top .wrap-logo,
.header-widget .header-top .header-wrap,
.header-widget .header-wrap .widget {
    display: block;
    text-align: center;
  }

  .header-widget .header-info ul li {
    margin: 15px 20px 0 !important;
  }

  .header-widget .header-top .wrap-logo .logo {
    padding-bottom: 0;
  }

  .header-widget .header-wrap .wrap-header-content {
    padding-bottom: 20px;
  }

  .header-widget .btn-menu {
    margin: 27px 0px;
    float: left;
  }

  .header-widget .show-search {
    margin-right: 0px !important;
  }

  /* header-left */
  .header-left .adv-section {
    margin-left: 0;
  }

  .admin-bar.header-left #header {
    padding: 0;
  }

  .header-left .header-wrap {
    width: 100%;
  }

  .header-left .logo {
    text-align: left;
    display: inline-block;
    margin: 15px 0px;
  }

  .header-left .btn-menu {
    float: right;
    margin: 32px 0px;
  }

  .header-left #header {
    width: 100%;
    max-width: 100%;
    height: auto;
    top: auto;
    position: relative;
    overflow-y: unset;
    -webkit-overflow-scrolling: unset;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .header-left header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-left #mainnav-mobi {
    left: 0;
  }

  .header-left .themesflat-boxed {
    margin: 0 auto;
  }

  .flat-social-header {
    padding-top: 0px;
  }

  .header-left #header .themesflat-socials {
    padding: 15px 0;
  }

  .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%;
    padding-right: 0;
    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;
  }
}
/* 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;
  }

  .comment-respond .comment-left .name-container,
.comment-respond .comment-left .email-container {
    width: 100%;
    float: none;
  }

  .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%;
  }

  .elementor-widget-container .mc4wp-form input[type=email] {
    padding: 16px 20px;
    margin-bottom: 10px;
  }

  .elementor-widget-container .mc4wp-form input[type=submit] {
    position: unset;
    right: auto;
    top: auto;
    transform: translateY(0%);
    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;
  }

  .themesflat-action-box.style1 .mc4wp-form input[type=email] {
    max-width: unset;
  }
}
/* 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 {
    float: none;
    display: block;
    border-radius: 50%;
  }

  .comments-area ol.comment-list article {
    position: relative;
    padding-left: 0px;
  }

  .comments-area ol.comment-list article .gravatar {
    top: auto;
    left: auto;
    position: relative;
    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: 20px;
  }

  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;
  }

  .elementor-widget-container .mc4wp-form input[type=submit],
.themesflat-action-box .mc4wp-form input[type=submit] {
    position: relative;
    top: unset;
    right: unset;
    transform: translateY(0%);
    max-width: 100%;
    margin-top: 20px;
  }

  .elementor-widget-container .mc4wp-form input[type=email],
.themesflat-action-box .mc4wp-form input[type=email] {
    padding: 28px 28px 28px 28px;
  }
}
@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;
  }
}
.themesflat-project-taxonomy .item {
  margin-bottom: 30px;
}
.themesflat-project-taxonomy .paging-navigation {
  margin-top: 40px;
}

.project-post .featured-post {
  width: 100%;
  position: relative;
}
.project-post .featured-post a {
  display: block;
  width: 100%;
}
.project-post .featured-post img {
  width: 100%;
}
.project-post .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}
.project-post .title a {
  color: var(--theme-primary-color);
}
.project-post .title a:hover {
  color: var(--theme-secondary-color);
}
.project-post .icon {
  position: absolute;
  right: 30px;
  top: 16px;
}
.project-post .icon span {
  font-size: 48px;
  color: var(--theme-secondary-color);
}

.project-style1 .content {
  background-image: url("images/image-bg-project-item.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.project-style1 .content::before {
  font-family: "bulter";
  content: "\e915";
  position: absolute;
  left: -2px;
  top: -40px;
  color: #f3f3f4;
  font-size: 85px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-style1 .title {
  padding: 25px 50px 27px 29px;
}
.project-style1 .icon {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-style1:hover .icon {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.project-style1:hover .content::before {
  color: var(--theme-secondary-color);
}

.project-style2 {
  position: relative;
  overflow: hidden;
}
.project-style2 .hover-effect {
  background: url("images/image-bg-project-item-2.png") no-repeat 84% center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s ease;
  border-top: 100px solid transparent;
  border-right: 100px solid transparent;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 70%;
  height: 120px;
  box-sizing: content-box;
}
.project-style2 .overlay-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -moz-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -ms-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -o-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 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;
  background-color: rgba(2, 14, 40, 0.6);
}
.project-style2 .content-box {
  width: 90%;
  height: 100%;
  position: relative;
  padding: 23px 0 0 30px;
  cursor: pointer;
}
.project-style2 .content-box .icon {
  top: 28px;
  right: -48px;
}
.project-style2 .content-box .post-meta {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  font-size: 14px;
}
.project-style2 .content-box .post-meta a {
  color: var(--theme-secondary-color);
}
.project-style2:hover .hover-effect {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.project-style2:hover .overlay-effect {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.project-style3 {
  position: relative;
  overflow: hidden;
}
.project-style3 .featured-post a {
  position: relative;
  overflow: hidden;
}
.project-style3 .featured-post {
  position: relative;
}
.project-style3 .featured-post::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 1;
  background: linear-gradient(to top, #020E28 0%, rgba(2, 14, 40, 0) 100%);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.project-style3 .overlay-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  transition: all 0.3s ease;
  z-index: 2;
}
.project-style3 .bg-clip {
  position: absolute;
  bottom: 0;
  left: -61px;
  transition: all 0.3s ease;
  width: auto !important;
  z-index: 3;
}
.project-style3 .icon {
  position: absolute;
  top: 51%;
  left: 50%;
  margin-top: -30px;
  opacity: 0;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  text-align: center;
  z-index: 4;
}
.project-style3 .icon span {
  color: #fff;
}
.project-style3 .hover-effect {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  z-index: 5;
  padding: 0 20px;
}
.project-style3 .hover-effect .title a {
  color: #ffffff;
  line-height: 32px;
}
.project-style3 .hover-effect .title a:hover {
  color: var(--theme-primary-color);
}
.project-style3:hover .overlay-effect {
  background-color: var(--theme-secondary-color);
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.project-style3:hover .featured-post::after {
  opacity: 0;
}
.project-style3:hover .icon {
  opacity: 1;
  margin-top: 0;
}
.project-style3:hover .bg-clip {
  left: 0;
}

.single-project .themesflat-featured-post-wrap {
  position: relative;
}
.single-project .themesflat-featured-post-wrap::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #fff;
  top: 46%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-project .themesflat-featured-post-wrap .featured-post::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-project .themesflat-featured-post-wrap .featured-post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #020e28;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.single-project .themesflat-featured-post-wrap .featured-post img {
  width: 100%;
}
.single-project:hover .featured-post::before {
  opacity: 1;
}
.single-project:hover .featured-post::after {
  opacity: 0.6;
}
.single-project:hover .themesflat-featured-post-wrap::after {
  opacity: 1;
}
.single-project .post-title {
  font-size: 24px;
  line-height: 1;
  color: var(--theme-primary-color);
  font-weight: bold;
  position: relative;
  margin-top: 35px;
  margin-bottom: 30px;
}
.single-project .post-title::before {
  font-family: "bulter";
  content: "\e916";
  color: var(--theme-secondary-color);
  font-size: 38px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: -5px;
}
.single-project .entry-content {
  margin-bottom: 41px;
}

.tf_project_top {
  margin-bottom: 66px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tf_project_top.container {
  padding-left: 0;
  padding-right: 0;
}
.tf_project_top .tf-heading .heading {
  margin-bottom: 0;
}

.tf-project-wrap.has-heading.has-filter .tf-project-filter {
  display: inline-block;
  width: 56%;
}
.tf-project-wrap.has-heading.has-filter .tf-heading {
  width: 33%;
}
@media (max-width: 767px) {
  .tf-project-wrap.has-heading.has-filter .tf-project-filter, .tf-project-wrap.has-heading.has-filter .tf-heading {
    width: 100%;
  }
}

.tf-project-filter {
  border-bottom: 1px solid rgba(21, 21, 26, 0.08);
  padding-bottom: 2px;
}

.tf-nav-post, .project-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.tf-nav-post li, .project-filter li {
  display: inline-block;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 24px;
  -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;
  text-transform: uppercase;
}
.tf-nav-post li a, .project-filter li a {
  color: var(--theme-accent-color);
  padding: 0;
}
.tf-nav-post li:hover a, .tf-nav-post li.active a, .project-filter li:hover a, .project-filter li.active a {
  background-color: transparent !important;
  color: var(--theme-secondary-color);
}
@media only screen and (max-width: 830px) {
  .tf-nav-post, .project-filter {
    margin: 0 -24px;
    padding-top: 30px;
  }
}

.tf-archive-project-filter {
  margin-bottom: 62px;
  display: inline-block;
}

.wrap-project-post {
  --tf-project-gap: 30px;
  margin-left: calc(0px - var(--tf-project-gap) / 2);
  margin-right: calc(0px - var(--tf-project-gap) / 2);
}
.wrap-project-post .item {
  padding-left: calc(var(--tf-project-gap) / 2);
  padding-right: calc(var(--tf-project-gap) / 2);
  margin-bottom: var(--tf-project-gap);
}
.wrap-project-post.themesflat-project-slider .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.wrap-project-post.themesflat-project-slider .slick-arrows {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: -50px;
  right: 0;
}
.wrap-project-post.themesflat-project-slider .slick-arrow {
  height: 22px;
  position: static;
  color: rgba(2, 14, 40, 0.15);
}
.wrap-project-post.themesflat-project-slider .slick-arrow i {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}
.wrap-project-post.themesflat-project-slider .slick-arrow:hover {
  color: var(--theme-secondary-color);
}
.wrap-project-post.themesflat-project-slider .slick-prev {
  padding-right: 28px;
}
.wrap-project-post.themesflat-project-slider .slick-next {
  border-left: 1px solid #D1D1D1;
  padding-left: 28px;
}

@media only screen and (min-width: 1400px) {
  .themesflat-custom-project .themesflat-project-slider .slick-list {
    margin-right: -320px;
  }
  .themesflat-custom-project .themesflat-project-slider div[data-slick-index="0"] {
    width: 670px !important;
  }
  .themesflat-custom-project .themesflat-project-slider div[data-slick-index="0"] .hover-effect {
    background: url("images/image-bg-project-item-2.png") no-repeat center center;
    width: 91%;
    height: 104px;
  }
  .themesflat-custom-project .themesflat-project-slider div[data-slick-index="0"] .featured-post .themesflat__entry-thumbnail::before {
    padding-top: 72%;
  }
  .themesflat-custom-project .themesflat-project-slider div[data-slick-index="0"] .content-box .icon {
    right: -7px;
  }
}
.themesflat-custom-project .themesflat-project-slider div.slick-slide:not([data-slick-index="0"]) .project-post .hover-effect {
  width: 70%;
  height: 120px;
  background-position: 84% center;
}
.themesflat-custom-project .themesflat-project-slider div.slick-slide:not([data-slick-index="0"]) .project-post .hover-effect .icon {
  right: -48px;
}

.single-project .post-title::before {
  display: none;
}

.related-post .project-post.project-style4.project-style5 {
  margin-bottom: 60px;
}

article:before, article:after, .entry-content:before, .entry-content:after {
  content: "";
  display: table;
  clear: both;
}

.single .post-meta .divider, .single .entry-footer .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(2, 14, 40, 0.1);
  margin-bottom: 30px;
}
.single .entry-footer {
  margin: 0 0 63px 6px;
}
.single .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.blog-single .main-post {
  margin-top: 37px;
}
.blog-single .meta-category-list a {
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
  z-index: 1;
  line-height: 24px;
  font-size: 14px;
}
.blog-single .entry-title {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000000;
  font-weight: 500;
  font-size: 32px;
  margin-top: 0;
}
.blog-single .post-meta {
  margin-bottom: 18px;
}
.blog-single .post-meta .divider {
  margin-bottom: 0;
  margin-left: 30px;
}
.blog-single .item-meta {
  display: -ms-flexbox;
  display: flex;
  color: var(--theme-color-text-main);
}
.blog-single .item-meta:hover {
  color: var(--theme-secondary-color);
}
.blog-single .item-meta:not(:last-child) {
  margin-right: 20px;
}
.blog-single .item-meta a, .blog-single .item-meta span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
}
.blog-single .item-meta i {
  margin-right: 5px;
}

.entry-content {
  margin-bottom: 41px;
}
.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: 20px;
}
.single-post figure:last-child {
  margin-bottom: 0 !important;
}
.single-post iframe {
  width: 100%;
  max-width: 100%;
}

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

blockquote {
  max-width: 100%;
  text-align: left;
  border-radius: 5px;
  padding: 19px 20px 31px 41px;
  background-color: #fff;
  border-left: 10px solid var(--theme-secondary-color);
  margin: 41px 0 !important;
  color: var(--theme-secondary-color);
}

.blog-single:not(.format-gallery).has-post-thumbnail .themesflat-featured-post-wrap {
  position: relative;
  margin-bottom: 25px;
}
.blog-single:not(.format-gallery).has-post-thumbnail .themesflat-featured-post-wrap::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #fff;
  top: 46%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog-single:not(.format-gallery).has-post-thumbnail .themesflat-featured-post-wrap .featured-post {
  position: relative;
}
.blog-single:not(.format-gallery).has-post-thumbnail .themesflat-featured-post-wrap .featured-post::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog-single:not(.format-gallery).has-post-thumbnail .themesflat-featured-post-wrap .featured-post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #020e28;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.blog-single:not(.format-gallery).has-post-thumbnail .themesflat-featured-post-wrap .featured-post img {
  width: 100%;
}
.blog-single:not(.format-gallery).has-post-thumbnail:hover .featured-post::before {
  opacity: 1;
}
.blog-single:not(.format-gallery).has-post-thumbnail:hover .featured-post::after {
  opacity: 0.6;
}
.blog-single:not(.format-gallery).has-post-thumbnail:hover .themesflat-featured-post-wrap::after {
  opacity: 1;
}

.blog-post:not(.blog-single) .featured-post, .related-post .post .featured-post {
  position: relative;
  margin-bottom: 33px;
}
.blog-post:not(.blog-single) .featured-post::before, .related-post .post .featured-post::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog-post:not(.blog-single) .featured-post::after, .related-post .post .featured-post::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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::after, .blog-post:not(.blog-single) .featured-post a::after, .related-post .post .featured-post .image::after, .related-post .post .featured-post a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #020e28;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.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-post:not(.blog-single):hover .featured-post::before, .blog-post:not(.blog-single):hover .featured-post::after, .related-post .post:hover .featured-post::before, .related-post .post:hover .featured-post::after {
  opacity: 1;
}
.blog-post:not(.blog-single):hover .image::after, .blog-post:not(.blog-single):hover .featured-post a::after, .related-post .post:hover .image::after, .related-post .post:hover .featured-post a::after {
  opacity: 0.6;
}

.blog-archive.archive-post .item, .blog-list .item {
  margin-bottom: 55px;
}

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

.blog-archive .blog-post:not(.blog-single) iframe, .related-post .post iframe, .tf-posts .blog-post iframe, .blog-list .blog-post iframe {
  width: 100%;
  max-width: 100%;
}
.blog-archive .blog-post:not(.blog-single) .content-post, .related-post .post .content-post, .tf-posts .blog-post .content-post, .blog-list .blog-post .content-post {
  padding: 0;
}
.blog-archive .blog-post:not(.blog-single) .content-post .entry-title, .related-post .post .content-post .entry-title, .tf-posts .blog-post .content-post .entry-title, .blog-list .blog-post .content-post .entry-title {
  line-height: 30px;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 19px;
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .blog-archive .blog-post:not(.blog-single) .content-post .entry-title, .related-post .post .content-post .entry-title, .tf-posts .blog-post .content-post .entry-title, .blog-list .blog-post .content-post .entry-title {
    font-size: 24px;
  }
}
.blog-archive .blog-post:not(.blog-single) .content-post .entry-title a, .related-post .post .content-post .entry-title a, .tf-posts .blog-post .content-post .entry-title a, .blog-list .blog-post .content-post .entry-title a {
  color: #000000;
}
.blog-archive .blog-post:not(.blog-single) .content-post .post-meta, .related-post .post .content-post .post-meta, .tf-posts .blog-post .content-post .post-meta, .blog-list .blog-post .content-post .post-meta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.blog-archive .blog-post:not(.blog-single) .content-post .post-meta .divider, .related-post .post .content-post .post-meta .divider, .tf-posts .blog-post .content-post .post-meta .divider, .blog-list .blog-post .content-post .post-meta .divider {
  display: none;
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta:not(:last-child), .related-post .post .content-post .item-meta:not(:last-child), .tf-posts .blog-post .content-post .item-meta:not(:last-child), .blog-list .blog-post .content-post .item-meta:not(:last-child) {
  margin-right: 20px;
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta, .related-post .post .content-post .item-meta, .tf-posts .blog-post .content-post .item-meta, .blog-list .blog-post .content-post .item-meta {
  color: var(--theme-color-text-main);
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta:hover, .related-post .post .content-post .item-meta:hover, .tf-posts .blog-post .content-post .item-meta:hover, .blog-list .blog-post .content-post .item-meta:hover {
  color: var(--theme-secondary-color);
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta a, .blog-archive .blog-post:not(.blog-single) .content-post .item-meta span, .related-post .post .content-post .item-meta a, .related-post .post .content-post .item-meta span, .tf-posts .blog-post .content-post .item-meta a, .tf-posts .blog-post .content-post .item-meta span, .blog-list .blog-post .content-post .item-meta a, .blog-list .blog-post .content-post .item-meta span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  font-weight: 500;
}
.blog-archive .blog-post:not(.blog-single) .content-post .item-meta i, .related-post .post .content-post .item-meta i, .tf-posts .blog-post .content-post .item-meta i, .blog-list .blog-post .content-post .item-meta i {
  margin-right: 5px;
}
.blog-archive .blog-post:not(.blog-single) .content-post .image::after, .blog-archive .blog-post:not(.blog-single) .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, .blog-list .blog-post .content-post .image::after, .blog-list .blog-post .content-post .featured-post a::after {
  opacity: 0.6;
}
.blog-archive .blog-post:not(.blog-single) .content-post .post-content, .related-post .post .content-post .post-content, .tf-posts .blog-post .content-post .post-content, .blog-list .blog-post .content-post .post-content {
  margin-bottom: 18px;
}
.blog-archive .blog-post:not(.blog-single) .content-post .themesflat-readmore-archive i, .related-post .post .content-post .themesflat-readmore-archive i, .tf-posts .blog-post .content-post .themesflat-readmore-archive i, .blog-list .blog-post .content-post .themesflat-readmore-archive i {
  margin-left: 5px;
}

.related-post .post .content-post .entry-title {
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .related-post .post .content-post .entry-title {
    font-size: 20px;
  }
}

.tf-posts .item, .blog-grid .item {
  padding-left: 15px;
  padding-right: 15px;
}
.tf-posts .blog-post .content-post .entry-title, .blog-grid .blog-post .content-post .entry-title {
  font-size: 24px;
}

.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;
}

.social-share-article span {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 36px;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-right: 6px;
}

.social-share-article ul li a {
  color: var(--theme-primary-color);
}

.single-post .posts-navigation .nav-links a img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.single-post .navigation.posts-navigation .nav-links li a {
  width: unset;
}

.single-post .navigation.posts-navigation .nav-links li a .content {
  width: 150px;
}

.services-post {
  text-align: center;
}
.services-post .themesflat-wrap-icon {
  height: 87px;
  position: relative;
  margin-bottom: 25px;
}
.services-post .themesflat-wrap-icon i {
  font-size: 70px;
  color: rgba(2, 14, 40, 0.2);
  transition: all 0.3s ease;
}
.services-post .themesflat-wrap-icon .icon-bg {
  z-index: 4;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.services-post .themesflat-wrap-icon .icon-bg i {
  font-size: 87px;
  color: #ffffff;
}
.services-post .themesflat-wrap-icon .icon-bg-style2 {
  position: absolute;
  z-index: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
}
.services-post .themesflat-wrap-icon .icon-bg-style2 i {
  content: "\e908";
  font-family: "bulter";
  font-size: 86px;
  color: #ffffff;
}
.services-post .themesflat-wrap-icon .icon {
  position: absolute;
  top: 17px;
  z-index: 5;
  display: flex;
  justify-content: center;
  width: 100%;
}
.services-post .themesflat-wrap-icon .icon i {
  color: rgba(2, 14, 40, 0.2);
}
.services-post .content .title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}
.services-post .content .title a {
  color: #020e28;
}
.services-post .content .desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #798883;
  padding: 0 15px;
}
.services-post:hover .themesflat-wrap-icon .icon-bg i {
  background-image: linear-gradient(#ff7506 0%, rgba(255, 117, 6, 0.5) 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.services-post:hover .themesflat-wrap-icon .icon i {
  color: #fff;
}

.services-post-style2 .themesflat-wrap-content {
  margin-top: -58px;
}

.services-post-style3 .themesflat-wrap-icon .icon-bg i {
  color: rgba(255, 255, 255, 0.1);
}
.services-post-style3 .themesflat-wrap-icon .icon-bg-style2 {
  opacity: 0;
}
.services-post-style3 .themesflat-wrap-icon .icon i {
  color: rgba(255, 255, 255, 0.2);
}
.services-post-style3 .content .title a {
  color: #fff;
}
.services-post-style3:hover .themesflat-wrap-icon .icon-bg i {
  background-image: linear-gradient(#ff7506 0%, rgba(255, 117, 6, 0.5) 100%);
}
.services-post-style3:hover .icon-bg-style2 {
  opacity: 1;
}

.related-post .wrap-services-post .item .services-post .content {
  padding: 30px;
}

.related-post .services-post .content .desc {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .service-lg-divider .item + .item {
    position: relative;
  }
  .service-lg-divider .item + .item:before {
    content: "";
    width: 1px;
    height: calc(100% - 39px);
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
  }
}
ul.products:not(.owl-carousel) {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
ul.products:not(.owl-carousel) .product {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 15px;
}
ul.products:not(.owl-carousel).columns-1 li {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
ul.products:not(.owl-carousel).columns-2 li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.products:not(.owl-carousel).columns-3 li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
ul.products:not(.owl-carousel).columns-4 li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
ul.products:not(.owl-carousel).columns-5 li {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 992px) {
  ul.products:not(.owl-carousel) li {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 576px) {
  ul.products:not(.owl-carousel) li {
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

.products li .inner {
  background-color: #fff;
  text-align: center;
}
.products li .product-info {
  padding: 20px;
  overflow: hidden;
}
.products li .woocommerce_loop_product_link .woocommerce-loop-product__title {
  color: var(--theme-accent-color);
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 4px;
  font-size: 18px;
}
.products li .woocommerce_loop_product_link .woocommerce-loop-product__title:hover {
  color: var(--theme-secondary-color);
}
.products li .price {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}
.products li .price bdi {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: var(--theme-secondary-color);
  padding: 0 5px;
}
.products li .price del bdi {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #777777;
  position: relative;
}
.products li .price ins {
  background-color: transparent !important;
  padding: 0;
}
.products li .price ins bdi {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: var(--theme-secondary-color);
}
.products li .product_type_external, .products li .product_type_grouped, .products li .add_to_cart_button, .products li .product_type_variable {
  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: 7px 40px 9px 25px;
  line-height: 35px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
  border: 2px solid #f3f3f4;
  color: #020e28;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products li .product_type_external:before, .products li .product_type_grouped:before, .products li .add_to_cart_button:before, .products li .product_type_variable:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -50px;
  left: -50px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products li .product_type_external::after, .products li .product_type_grouped::after, .products li .add_to_cart_button::after, .products li .product_type_variable::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 10px;
  margin-top: 1px;
  margin-left: 6px;
  color: var(--theme-accent-color);
  transition: all 0.35s ease;
}
.products li .product_type_external:hover, .products li .product_type_grouped:hover, .products li .add_to_cart_button:hover, .products li .product_type_variable:hover {
  background-color: var(--theme-secondary-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  border-color: var(--theme-secondary-color);
}
.products li .product_type_external:hover:before, .products li .product_type_grouped:hover:before, .products li .add_to_cart_button:hover:before, .products li .product_type_variable:hover:before {
  top: -27px;
  left: -34px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products li .product_type_external:hover::after, .products li .product_type_grouped:hover::after, .products li .add_to_cart_button:hover::after, .products li .product_type_variable:hover::after {
  color: #fff;
}
.products li .star-rating {
  display: none;
}
.products li .add_to_cart_button.added::after {
  content: "\f00c";
}
.products li .add_to_cart_button.loading::after {
  content: "";
}
.products li .added_to_cart {
  display: none;
}

.flex-control-nav .owl-stage {
  position: relative;
  overflow: hidden;
}
.flex-control-nav .owl-carousel .owl-item {
  min-height: 1px;
}
.flex-control-nav .owl-carousel .owl-item li {
  display: block;
}

.navigation.shop {
  margin-top: 40px;
}

.content-woocommerce > .meta-wrap {
  margin-bottom: 40px;
}

.entry-summary {
  padding-left: 30px;
  padding-top: 43px;
}
.entry-summary .product_title {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-accent-color);
  line-height: 24px;
  letter-spacing: -0.2px;
  padding-right: 100px;
  margin-bottom: 22px;
}
.entry-summary .woocommerce-product-rating {
  margin-bottom: 14px;
}
.entry-summary .star-rating {
  margin-bottom: 20px;
}
.entry-summary .themesflat-rating-count {
  font-weight: bold;
  color: var(--theme-accent-color);
  text-transform: uppercase;
  margin-right: 14px;
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.entry-summary .woocommerce-review-link {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #777777;
  display: inline-block;
}
.entry-summary .themesflat-stock-price {
  margin-bottom: 14px;
}
.entry-summary .price {
  width: 50%;
  margin: 0 -5px;
}
.entry-summary .woocommerce-grouped-product-list-item__price bdi, .entry-summary .price bdi {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: var(--theme-secondary-color);
}
.entry-summary .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount, .entry-summary .price .woocommerce-Price-amount {
  padding: 0 5px;
}
.entry-summary .woocommerce-grouped-product-list-item__price del bdi, .entry-summary .price del bdi {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #777777;
  position: relative;
}
.entry-summary .woocommerce-grouped-product-list-item__price ins, .entry-summary .price ins {
  background-color: transparent !important;
  padding: 0;
}
.entry-summary .woocommerce-grouped-product-list-item__price ins bdi, .entry-summary .price ins bdi {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: var(--theme-secondary-color);
}
.entry-summary p.stock {
  display: none;
}
.entry-summary .themesflat-stock {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.entry-summary .themesflat-stock-lable {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--theme-accent-color);
  font-size: 13px;
  line-height: 16px;
  margin-right: 5px;
}
.entry-summary .stock-status {
  text-transform: uppercase;
  color: #777777;
  font-size: 13px;
  line-height: 16px;
}
.entry-summary .woocommerce-product-details__short-description {
  padding-right: 55px;
}
.entry-summary .quantity {
  margin-bottom: 20px;
}
.entry-summary .inner-quantity {
  display: -ms-flexbox;
  display: flex;
}
.entry-summary .qty_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.9;
}
.entry-summary .variations td, .entry-summary .variations th {
  border: none;
  vertical-align: middle;
}
.entry-summary .variations label {
  margin-bottom: 0;
  color: var(--theme-accent-color);
}
.entry-summary .woocommerce-variation-price {
  margin: 20px 0;
}
.entry-summary .themesflat-social-share {
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
}
.entry-summary .themesflat-share-label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--theme-accent-color);
  margin-right: 9.5px;
}
.entry-summary .themesflat-share-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.entry-summary .themesflat-share-list li {
  background: transparent !important;
}
.entry-summary .themesflat-share-list li a {
  display: inline-block;
  font-size: 13px;
  margin-right: 5.5px;
}
.entry-summary .themesflat-share-list .facebook a {
  color: #4862a3;
}
.entry-summary .themesflat-share-list .email a {
  color: #CF4539;
}
.entry-summary .themesflat-share-list .twitter a {
  color: #55acee;
}
.entry-summary .themesflat-share-list .linkedin a {
  color: #0a66c2;
}
.entry-summary .themesflat-share-list .tumblr a {
  color: #001935;
}
.entry-summary .themesflat-share-list .pinterest a {
  color: #e60023;
}
.entry-summary .themesflat-share-list .telegram a {
  color: #3390ec;
}
.entry-summary .themesflat-share-list .whatsapp a {
  color: rgb(0, 230, 118);
}

.woo-single-post-class .single_add_to_cart_button, .woo-single-post-class .submit {
  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: 25px;
  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-radius: 5px;
  overflow: hidden;
  background-color: var(--theme-secondary-color);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
}
.woo-single-post-class .single_add_to_cart_button:before, .woo-single-post-class .submit:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woo-single-post-class .single_add_to_cart_button::after, .woo-single-post-class .submit::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;
}
.woo-single-post-class .single_add_to_cart_button:hover, .woo-single-post-class .submit:hover {
  background-color: var(--theme-primary-color) !important;
}
.woo-single-post-class .single_add_to_cart_button:hover:before, .woo-single-post-class .submit:hover:before {
  left: -100px;
  top: -51px;
  border: 3px solid #E6D54F;
}

.woocommerce-product-gallery .flex-control-thumbs {
  padding: 0 60px;
  position: relative;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  display: block;
  width: 100% !important;
  padding: 0 !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  font-family: "Font Awesome 5 Pro" !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::after {
  background-color: var(--theme-secondary-color) !important;
}

.woocommerce-tabs {
  padding: 50px 50px 37px;
  margin-top: 54px;
  background-color: #fff;
}
.woocommerce-tabs .wc-tabs {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 21px !important;
}
.woocommerce-tabs .wc-tabs li {
  margin-right: 5px;
}
.woocommerce-tabs .wc-tabs li a {
  background-color: #F3F3F4;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--theme-accent-color);
  padding: 13px 20px;
  letter-spacing: -0.2px;
  -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;
}
.woocommerce-tabs .wc-tabs li:hover a, .woocommerce-tabs .wc-tabs li.active a {
  background-color: #FF7506;
  color: #fff;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 0 !important;
}

.woocommerce-Reviews .commentlist {
  padding: 0;
}
.woocommerce-Reviews .commentlist .review {
  padding: 0 20px 3px 3px;
  margin-bottom: 23px;
}
.woocommerce-Reviews .commentlist .review .avatar {
  margin-right: 25px;
  padding-top: 5px;
  border-radius: 0;
}
.woocommerce-Reviews .commentlist .review .woocommerce-review__author {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  color: var(--theme-primary-color);
  font-weight: 500;
}
.woocommerce-Reviews .commentlist .review .woocommerce-review__published-date {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 32px;
  font-weight: 600;
  color: #59606d;
  margin-left: 17px;
}
.woocommerce-Reviews .commentlist .review .description {
  margin-top: 8px;
  padding-right: 30px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.woocommerce-Reviews .comment-reply-title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: var(--theme-accent-color);
  margin-left: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
  margin-top: 0;
}
.woocommerce-Reviews .comment-form-rating {
  margin-bottom: 41px;
}
.woocommerce-Reviews .comment-form-rating label {
  text-transform: capitalize;
}
.woocommerce-Reviews .comment-form-comment textarea, .woocommerce-Reviews .comment-form-comment input {
  border: none;
}
.woocommerce-Reviews .comment-form-comment textarea:focus, .woocommerce-Reviews .comment-form-comment input:focus {
  background-color: var(--theme-color-bg-input);
}
.woocommerce-Reviews .form-submit .submit {
  position: relative;
}
.woocommerce-Reviews .comment-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}
.woocommerce-Reviews .comment-form .comment-form-author, .woocommerce-Reviews .comment-form .comment-form-email {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce-Reviews .comment-form .comment-form-cookies-consent, .woocommerce-Reviews .comment-form .comment-form-rating, .woocommerce-Reviews .comment-form .comment-form-comment, .woocommerce-Reviews .comment-form .form-submit {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.woocommerce-Reviews .comment-form .comment-form-rating {
  order: -1;
}
.woocommerce-Reviews .comment-form .comment-form-author {
  order: 0;
}
.woocommerce-Reviews .comment-form .comment-form-email {
  order: 1;
}
.woocommerce-Reviews .comment-form .comment-form-cookies-consent {
  order: 4;
}
.woocommerce-Reviews .comment-form .comment-form-comment {
  order: 3;
}
.woocommerce-Reviews .comment-form .form-submit {
  order: 5;
}
@media only screen and (max-width: 576px) {
  .woocommerce-Reviews .comment-form .comment-form-author, .woocommerce-Reviews .comment-form .comment-form-email {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.related.products {
  margin-top: 112px;
}
.related.products .themesflat-relate-sub-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: var(--theme-secondary-color);
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-left: 4px;
  letter-spacing: 4.2px;
  margin-bottom: 9px;
}
.related.products h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #020e28;
  text-align: center;
  margin-bottom: 65px;
}

/* Mini Cart
-------------------------------------------------------------------------------------*/
.header-cart-wrapper,
.header-wishlist-wrapper {
  position: relative;
  transition: all ease 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-cart-wrapper .nav-cart-trigger,
.header-cart-wrapper .nav-wishlist-trigger,
.header-wishlist-wrapper .nav-cart-trigger,
.header-wishlist-wrapper .nav-wishlist-trigger {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  fill: var(--theme-secondary-foreground-color);
  background-color: var(--theme-secondary-color);
}
.header-cart-wrapper .nav-cart-trigger i,
.header-cart-wrapper .nav-wishlist-trigger i,
.header-wishlist-wrapper .nav-cart-trigger i,
.header-wishlist-wrapper .nav-wishlist-trigger i {
  color: #fff;
}
.header-cart-wrapper .shopping-cart-items-count,
.header-cart-wrapper .wishlist-items-count,
.header-wishlist-wrapper .shopping-cart-items-count,
.header-wishlist-wrapper .wishlist-items-count {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  display: block;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-secondary-foreground-color);
  color: var(--theme-secondary-color);
}

.admin-bar .header-cart-wrapper .nav-shop-cart {
  top: 32px;
}

.header-cart-wrapper .nav-shop-cart {
  width: 350px;
  max-width: 90%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-cart-wrapper .nav-shop-cart.active-minicart {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header-cart-wrapper .woocommerce-min-cart-wrap {
  padding: 30px;
}
.header-cart-wrapper .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 10px 20px;
  font-size: 15px;
}

.minicar-overlay {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
}

.active-minicart .minicar-overlay {
  z-index: 999;
  opacity: 0.5;
  visibility: visible;
}

.nav-shop-cart .minicar-header {
  position: relative;
  padding: 30px 20px 30px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #191919;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.nav-shop-cart .minicar-footer {
  padding: 20px 20px 30px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
}
.nav-shop-cart .minicar-footer .woocommerce-Price-amount {
  font-weight: 700;
}
.nav-shop-cart .minicar-body {
  padding: 10px 20px;
  height: 100%;
  max-height: calc(100vh - 317px);
  overflow-y: auto;
}
.nav-shop-cart .woocommerce-mini-cart__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-shop-cart .woocommerce-mini-cart__buttons > a {
  padding: 10px 35px;
  background-color: var(--theme-secondary-color);
  color: var(--theme-secondary-foreground-color);
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 1px solid currentColor;
  font-size: 14px;
}
.nav-shop-cart .woocommerce-mini-cart__buttons > a:hover {
  background-color: var(--theme-secondary-foreground-color);
  color: var(--theme-secondary-color);
}

.minicart-close {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
.minicart-close:before, .minicart-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #1F242C;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.minicart-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.minicart-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.widget_shopping_cart_content ul {
  list-style: none;
  margin: 0;
}
.widget_shopping_cart_content ul li {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  border-top: 1px solid #f4f4f4;
  padding: 20px 25px 20px 20px;
  margin: 0;
  padding-left: 80px;
  min-height: 108px;
}
.widget_shopping_cart_content ul li.empty {
  padding: 0;
}
.widget_shopping_cart_content ul li:first-child {
  padding-top: 20px !important;
  margin-top: 0;
  border-top: 0;
  min-height: 108px;
}
.widget_shopping_cart_content ul li .product-name {
  font-size: 16px;
  font-weight: 500;
  color: #47536b;
}
.widget_shopping_cart_content ul li a {
  line-height: 1.5;
  color: var(--theme-dark-color);
}
.widget_shopping_cart_content ul li a:hover {
  color: var(--theme-secondary-color);
}
.widget_shopping_cart_content ul li a.remove {
  font-size: 15px;
  color: #828282;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.widget_shopping_cart_content ul li a.remove:hover {
  color: var(--theme-secondary-color);
}
.widget_shopping_cart_content ul li a img {
  position: absolute;
  top: 21px;
  left: 0;
  width: 65px;
}
.widget_shopping_cart_content ul li a img:hover {
  border: 1px solid #e7e7e7;
}
.widget_shopping_cart_content ul li:first-child a img {
  top: 21px;
}
.widget_shopping_cart_content ul li .quantity {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--theme-dark-color);
}
.widget_shopping_cart_content ul .total {
  margin-bottom: 15px;
  padding: 0px 0;
  border-top: 0px solid #f0f0f0;
  border-bottom: 0px solid #f0f0f0;
  font-size: 18px;
  color: var(--theme-dark-color);
  text-align: left;
}
.widget_shopping_cart_content ul .total span.woocommerce-Price-amount {
  font-weight: 500;
}
.widget_shopping_cart_content ul .total .total strong {
  color: var(--theme-dark-color);
  font-weight: 500;
}
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons {
  margin: 0;
}
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons:before, .widget_shopping_cart_content ul .widget_shopping_cart_content .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons > a,
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons a.checkout {
  text-align: center;
  color: #FFFFFF;
  background-color: var(--theme-secondary-color);
  padding: 10px 0;
  border-radius: 5px;
  width: 100%;
  float: none;
  font-size: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
}
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons > a:before,
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons a.checkout:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgb(34, 34, 34);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons > a:hover:before,
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons a.checkout:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.widget_shopping_cart_content ul .widget_shopping_cart_content .buttons a.checkout {
  margin-bottom: 0;
}

.pswp--open {
  z-index: 9999;
}

.woocommerce .page-wrap.sidebar-left .content-area,
.woocommerce .page-wrap.sidebar-right .content-area {
  width: 77%;
}

.woocommerce .page-wrap.sidebar-left .widget-area,
.woocommerce .page-wrap.sidebar-right .widget-area {
  width: 23%;
}

.woocommerce-cart-form .shop_table {
  background-color: #fff;
  margin-bottom: 50px;
}
.woocommerce-cart-form .shop_table th {
  padding: 18px 15px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-accent-color);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 9px;
  text-align: center;
  border: solid 1px var(--theme-color-border);
}
.woocommerce-cart-form .shop_table td {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  vertical-align: middle;
  padding: 43px 20px 45px;
  text-align: center;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
  width: 12%;
}
.woocommerce-cart-form .shop_table td.product-name {
  text-align: left;
}
.woocommerce-cart-form .shop_table td.product-name .name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-accent-color);
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce-cart-form .shop_table td.product-name .name a {
  color: inherit;
}
.woocommerce-cart-form .shop_table .quantity .inner-quantity {
  border: 1px solid var(--theme-color-border);
  max-width: 140px;
  margin: 0 auto;
  border-radius: 5px;
}
.woocommerce-cart-form .shop_table .quantity input {
  width: 40px;
  height: 40px;
  text-align: center;
}
.woocommerce-cart-form .shop_table .quantity .qty_button {
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  line-height: 1.9;
  color: var(--theme-accent-color);
}
.woocommerce-cart-form .shop_table .quantity .qty_button::before {
  display: none;
}
.woocommerce-cart-form .shop_table .quantity .input-text {
  width: 49px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.woocommerce-cart-form .shop_table .product-remove a {
  display: block;
}
.woocommerce-cart-form .shop_table .product-remove a:first-child {
  margin-bottom: 8px;
}
.woocommerce-cart-form .shop_table .actions {
  padding: 15px 30px;
}
.woocommerce-cart-form .shop_table .actions .actions-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-cart-form .shop_table .actions .themesflat-update-cart {
  margin-left: auto;
  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: 2px 25px 4px 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  border-color: transparent;
  text-transform: uppercase;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--theme-secondary-color);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-cart-form .shop_table .actions .themesflat-update-cart:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart-form .shop_table .actions .themesflat-update-cart:hover {
  background-color: var(--theme-primary-color) !important;
}
.woocommerce-cart-form .shop_table .actions .themesflat-update-cart:hover:before {
  left: -100px;
  top: -51px;
  border: 3px solid #E6D54F;
}

.themesflat-cart-after .card {
  border: none;
  border-radius: 0;
}
.themesflat-cart-after .card-header {
  background-color: transparent;
  padding: 25px 40px;
}
.themesflat-cart-after .card-header .card-title {
  font-size: 16px;
  color: var(--theme-accent-color);
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.themesflat-cart-after .card-body {
  padding: 25px 40px;
}
.themesflat-cart-after .card-body .form-row {
  margin-bottom: 8px;
}
.themesflat-cart-after .card-body label {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 24px;
  color: #777777;
}
.themesflat-cart-after .card-body input {
  border-radius: 0;
}
.themesflat-cart-after .card-body .select2-container {
  padding: 0 1.875rem;
  line-height: 3.75rem;
  height: 45px;
  background-color: #f3f3f4;
  font-size: var(--theme-btn-font-size);
}
.themesflat-cart-after .card-body .select2-container span {
  height: 100%;
  line-height: 45px;
  padding: 0;
}
.themesflat-cart-after .card-body .select2-selection__rendered {
  color: var(--theme-color-text-input);
}
.themesflat-cart-after .card-body .select2-container--default .select2-selection--single {
  background-color: transparent;
}
.themesflat-cart-after .card-body button {
  padding: 1px 29px 0 24px;
  line-height: 32px;
  margin-top: 30px;
}
.themesflat-cart-after .themesflat-coupon .input-text {
  width: 100%;
}
.themesflat-cart-after .themeslat-shipping-calcutator label {
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 24px;
  color: #777777;
}
.themesflat-cart-after .themesflat-card-collaterals .card-body {
  padding: 50px;
}
.themesflat-cart-after .themesflat-card-collaterals .card-body table {
  margin-bottom: 30px;
  margin-top: 0;
  max-width: 60%;
  margin-left: auto;
}
.themesflat-cart-after .themesflat-card-collaterals .card-body table th, .themesflat-cart-after .themesflat-card-collaterals .card-body table td {
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--theme-accent-color);
  text-align: right;
  text-transform: capitalize;
}
.themesflat-cart-after .themesflat-card-collaterals .card-body .checkout-button, .themesflat-cart-after .themesflat-card-collaterals .card-body .return-to-shop .button {
  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: 3.75rem;
  padding: 0 1.875rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  border-color: transparent;
  text-transform: uppercase;
  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: 100%;
  text-align: center;
}
.themesflat-cart-after .themesflat-card-collaterals .card-body .checkout-button:before, .themesflat-cart-after .themesflat-card-collaterals .card-body .return-to-shop .button:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesflat-cart-after .themesflat-card-collaterals .card-body .checkout-button:hover, .themesflat-cart-after .themesflat-card-collaterals .card-body .return-to-shop .button:hover {
  background-color: var(--theme-accent-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.themesflat-cart-after .themesflat-card-collaterals .card-body .checkout-button:hover:before, .themesflat-cart-after .themesflat-card-collaterals .card-body .return-to-shop .button:hover:before {
  left: -100px;
  top: -51px;
  border: 3px solid #E6D54F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.themesflat-cart-after .themesflat-card-collaterals .card-body strong {
  font-weight: 600;
}

.woocommerce-page .return-to-shop .button {
  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: 25px;
  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-radius: 5px;
  overflow: hidden;
  background-color: var(--theme-secondary-color);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  margin-bottom: 61px;
}
.woocommerce-page .return-to-shop .button:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-page .return-to-shop .button::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;
}
.woocommerce-page .return-to-shop .button:hover {
  background-color: var(--theme-primary-color) !important;
}
.woocommerce-page .return-to-shop .button:hover:before {
  left: -100px;
  top: -51px;
  border: 3px solid #E6D54F;
}

.woocommerce-info, .checkout_coupon {
  background-color: #fff;
  font-size: 14px;
}

.woocommerce-error li {
  line-height: 1.875;
}

.checkout_coupon {
  padding: 30px;
  margin-bottom: 30px;
}
.checkout_coupon .button {
  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: 8px 44px 8px 31px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  border-color: transparent;
  text-transform: uppercase;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--theme-secondary-color);
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.checkout_coupon .button:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -26px;
  left: -34px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #E6D54F;
  border-radius: 50px 366px 108px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout_coupon .button:hover {
  background-color: var(--theme-primary-color) !important;
}
.checkout_coupon .button:hover:before {
  left: -100px;
  top: -51px;
  border: 3px solid #E6D54F;
}

.woocommerce-checkout .woocommerce-error {
  font-size: 14px;
  background-color: #fff;
}
.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-additional-fields {
  background-color: #fff;
}
.woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 30px;
}
.woocommerce-checkout h3 {
  padding: 28px 50px;
  margin: 0;
  color: #020e28;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid var(--theme-color-border);
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  padding: 45px 100px 45px 60px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
  margin-bottom: 0;
  width: 40%;
  line-height: 15px;
  text-align: right;
  padding-right: 20px;
  font-size: 13px;
  color: #777777;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
  width: 60%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input {
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-container {
  padding: 0 1.875rem;
  line-height: 3.75rem;
  height: 45px;
  background-color: #f3f3f4;
  font-size: var(--theme-btn-font-size);
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-container span {
  height: 100%;
  line-height: 45px;
  padding: 0;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__rendered {
  color: var(--theme-color-text-input);
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  background-color: transparent;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .select2-selection__arrow {
  top: 6px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  padding: 45px 100px;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    padding: 30px;
  }
}
.woocommerce-checkout #order_review_heading {
  background-color: #fff;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-top: 0;
  background-color: #fff;
  padding: 45px 100px;
  margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  padding-left: 100px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  padding-right: 100px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
  padding-top: 45px;
  padding-bottom: 5px;
  color: #020e28;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 6px;
  color: var(--theme-body-font);
  font-weight: normal;
  padding-top: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:first-child td {
  padding-top: 24px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:last-child td {
  padding-bottom: 24px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  padding: 17px 0;
  font-weight: 500;
  color: var(--theme-accent-color);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th strong, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td strong {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  background-color: #fff;
  font-size: 14px;
}
.woocommerce-checkout .wc_payment_methods {
  padding: 45px 100px 0;
}
.woocommerce-checkout .place-order {
  padding: 0 100px 45px;
}
@media only screen and (max-width: 576px) {
  .woocommerce-checkout .wc_payment_methods {
    padding: 30px 30px 0;
  }
  .woocommerce-checkout .place-order {
    padding: 0 30px 30px;
  }
}
.woocommerce-checkout .themesflat-button-place-order {
  margin-top: 71px;
}
.woocommerce-checkout .themesflat-button-place-order button {
  font-size: 16px;
  line-height: 24px;
  padding: 18px 54px 17px 38px;
}
.woocommerce-checkout .themesflat-button-place-order button::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 10px;
  margin-top: 1px;
  margin-left: 6px;
  color: #fff;
  transition: all 0.35s ease;
}

.woocommerce-order {
  font-size: 14px;
}
.woocommerce-order .woocommerce-notice {
  background-color: #fff;
}
.woocommerce-order .woocommerce-order-overview {
  background-color: #fff;
  padding: 45px;
}
.woocommerce-order .woocommerce-order-details {
  background-color: #fff;
  padding: 45px;
  margin-bottom: 30px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-Price-amount {
  color: var(--theme-secondary-color);
}
.woocommerce-order .woocommerce-table--order-details th {
  color: var(--theme-accent-color);
  text-align: center;
}
.woocommerce-order .woocommerce-table--order-details tfoot th {
  text-align: left;
}
.woocommerce-order .woocommerce-order-details__title {
  color: var(--theme-accent-color);
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.woocommerce-order .woocommerce-customer-details {
  background-color: #fff;
  padding: 45px;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  color: var(--theme-accent-color);
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.woocommerce-order .woocommerce-customer-details address {
  margin-bottom: 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-secondary-color {
  color: var(--theme-secondary-color) !important;
}

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

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