/*
* Repeatable Patterns
* Carousel
* Header
* Mobile navigation
* Temtplate Css Global 
* Page Title
* Blog
* Blog Single
* Sidebar
* Pagination
* Mail Chimp
* Footer
* Widget footer
* Bottom
* GoTop Button
* Boxed
* Preload
* Contact form
* Flat List
* 404
* Search No Results
*/


/* Repeatable Patterns
-------------------------------------------------------------- */
.overflow-hidden-section {
  overflow: hidden !important;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: var(--theme-primary-color);
}

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: var(--theme-primary-color);
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}

a {
  color: #1C1C1E;
  text-decoration: none;
  -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;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  outline: 0;
  -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;
}

a:focus {
  text-decoration: none;
  outline: 0;
  -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;
}

img {
  max-width: 100%;
  height: auto;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

/* Typography */
body,
button,
input,
select,
textarea {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  margin-bottom: 8px;
  color: #5C6368;
}

strong,
b {
  font-weight: 700;
}

p {
  margin-bottom: 27px;
}

p:last-of-type {
  margin-bottom: 0px;
}

article:last-of-type,
article p:last-of-type {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  position: relative;
  border-radius: 10px;
  background: var(--theme-primary-rgba);
  margin: 20px 0;
  padding: 30px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border-left: 4px solid var(--theme-primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: var(--theme-primary-color);
}

.logged-in-as a,
blockquote em a,
blockquote em {
  color: #1C1C1E;
}

blockquote code {
  color: inherit;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 40px 0px 40px 0px;
  padding: 31px 45px 26px 140px;
}

blockquote a:hover {
  color: var(--theme-primary-color);
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  color: #fff;
}

table {
  width: 100%;
  margin: 15px 0;
}

th,
td {
  border: 1px solid #f5f5f5;
  padding: 7px;
  text-align: center;
}

blockquote>p:last-child {
  margin-bottom: 0;
}

blockquote em,
blockquote i,
blockquote cite {
  font-weight: 500;
}

blockquote em,
blockquote cite {
  margin-bottom: 0px;
}

blockquote cite {
  position: relative;
  color: var(--theme-primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  font-style: normal;
  margin-top: 16px;
  display: inline-block !important;
}

.wp-block-quote.is-style-large cite {
  line-height: 0;
}

blockquote strong,
blockquote b {
  font-weight: 500;
}

abbr[title] {
  border-bottom: 1px dotted #c0c0c0;
  cursor: help;
}

mark,
ins {
  background-color: var(--theme-primary-color);
  text-decoration: none;
  color: #fff;
  padding: 7px;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: Consolas, monospace;
  height: auto;
  margin: 0 0 20px;
  overflow-x: auto;
  padding: 20px;
}

h1.w6,
h2.w6,
h3.w6,
h4.w6,
h5.w6,
h6.w6 {
  font-weight: 600;
}

h1.w4,
h2.w4,
h3.w4,
h4.w4,
h5.w4,
h6.w4 {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #2C2E33;
  line-height: 1.3;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.blockcenter {
  left: 50%;
  transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -o-transform: translatex(-50%);
}

.float-right {
  float: right;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 7px 30px 25px 0 !important;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 7px 0 25px 30px !important;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 10px;
}

/* Content */
.bypostauthor article .gravatar {
  float: left;
  display: inline-block;
}

.page-header {
  margin: 0;
  border: 0;
}

.page-header .nothing {
  padding: 0;
  background-color: transparent;
  font-size: 40px;
  line-height: 40px;
  color: #ff1200;
}

.site-main {
  position: relative;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 0.9em;
}

/* Galleries */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Elements */
hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

dd,
dt {
  line-height: 30px;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #333;
}

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #333;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #333;
}

/* Forms */
button,
.button,
.button-outline,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  text-transform: capitalize;
  border-radius: 16px;
  border: 1px solid var(--theme-primary-color);
  background: var(--theme-primary-color);
  padding: 16px 18px;
  cursor: pointer;
  white-space: nowrap;
  z-index: 0;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  border: none;
  font-size: 16px;
  font-weight: 700;
  -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;
}

button:hover,
.button:hover,
.button-outline:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.tfre-resset-password .tfre_forgetpass:hover {
  background-color: #1C1C1E;
  color: #fff;
  border-color: #1C1C1E;
}

select,
textarea,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.tfre-resset-password .reset_password_user_login,
select.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.nice-select {
  border-radius: 16px;
  height: unset;
  border: 1px solid #ECECEC;
  background: #fff;
  color: #2C2E33;
  padding: 16px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  max-width: 100%;
  width: 100%;
  margin-bottom: 18px;
  -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;
}

select,
textarea::placeholder,
textarea.form-control,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder,
.tfre-resset-password .reset_password_user_login,
select.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.nice-select {
  color: #A8ABAE;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.tfre-resset-password .reset_password_user_login:focus,
select.form-control:focus,
.select2-container--default .select2-selection--multiple:focus,
.nice-select:focus {
  border: 1px solid var(--theme-primary-color);
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.button-outline {
  border: 1px solid var(--theme-primary-color);
  background: transparent;
  color: var(--theme-primary-color);
}

.button-outline:hover {
  color: #fff;
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: unset;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

textarea {
  width: 100%;
  height: 150px;
  padding: 15px 16px;
  border: 1px solid #E4E4E4;
  background: #fff;
}

input[type="checkbox"] {
  display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder,
.tfre-resset-password .reset_password_user_login::placeholder {
  color: #A8ABAE;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A8ABAE;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A8ABAE;
  opacity: 1;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px), calc(100% - 15px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  line-height: 1.5;
}

/* Bootstrap Resetting Elements */
.btn {
  background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: none;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  outline: none;
  position: relative;
  vertical-align: middle;
}

input[type="radio"]:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

input[type="radio"]:checked {
  border-color: var(--theme-primary-color);
}

input[type="radio"]:checked:before {
  background: var(--theme-primary-color);
}

/*Block Editor*/
.wp-block-button__link {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wp-block-button__link:hover {
  background: #1C1C1E;
  color: #fff;
}

.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color);
}

.is-style-outline .wp-block-button__link:hover {
  background: var(--theme-primary-color) !important;
  color: #fff;
  border-color: var(--theme-primary-color);
}

.wp-block-button:not(.alignleft):not(.aligncenter):not(.alignright) {
  margin-top: 30px;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
  border-radius: 0px;
}

.post-password-form button[type="submit"],
.post-password-form input[type="submit"] {
  margin-left: 15px;
  border-radius: 0px;
  padding: 22px 57px 22px 57px;
}

.post-password-form input[type="password"] {
  min-width: 300px;
  border-radius: 0px;
  border-color: #eaeaea;
}

.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;
}

.entry-content>.alignwide:not(.wp-block-group.has-background),
.entry-content>.alignfull:not(.wp-block-group.has-background),
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 30px;
  margin-top: 30px;
}

.wp-block-group.has-background {
  padding: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.has-large-font-size {
  line-height: 1.3;
}

.wp-block-quote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-quote cite {
  padding-left: 0;
}

/* Block Widget */
ul.wp-block-rss,
ul.wp-block-latest-posts,
ul.wp-block-archives-list,
ol.wp-block-latest-comments {
  margin-left: 0;
}

ul.wp-block-rss,
ol.wp-block-latest-comments {
  width: fit-content;
}

ul.wp-block-rss ul,
ul.wp-block-latest-posts ul,
ul.wp-block-archives-list ul,
ol.wp-block-latest-comments ul {
  padding-left: 15px;
}

ul.wp-block-rss li,
ul.wp-block-latest-posts li,
ul.wp-block-archives-list li,
ol.wp-block-latest-comments li {
  position: relative;
  list-style: none;
}

.container {
  max-width: 1310px;
}

/* Carousel
-------------------------------------------------------------- */
.owl-carousel {
  touch-action: manipulation;
}

/* Topbar
-------------------------------------------------------------- */

.themesflat-top {
  background-color: #2C2E33;
}

.header-absolute .themesflat-top {
  background: transparent;
  border-bottom: 1px solid #ffffff1f;
}

.themesflat-top.header-default {
  padding: 0 12px;
  position: relative;
  z-index: 999;
}

.themesflat-top.white {
  background: #fff;
  border-bottom: 1px solid #ECECEC;
}

.themesflat-top.header-default .container-inside {
  border: none;
}

.themesflat-top.header-default .container-inside {
  justify-content: space-between;
}

.themesflat-top .container-inside {
  padding-top: 12px;
  padding-bottom: 10px;
}

.themesflat-top.header-02 .container-inside {
  padding-top: 8px;
  padding-bottom: 4px;
}

.themesflat-top .container-inside {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #494a4a;
}

.Background {
  background-color: rgb(43, 43, 43);
  opacity: 0.949;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  top: 2000px;
  width: 1920px;
  height: 135px;
  z-index: 173;
}


.themesflat-top .content-left .list-infor-topbar {
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 5px;
}

.themesflat-top .content-left .list-infor-topbar li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #808285;
  display: flex;
  align-items: center;
}

.themesflat-top .login-header ul li span:hover {
  color: var(--theme-primary-color);
}

.themesflat-top .login-header ul li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.themesflat-top .login-header::before {
  color: var(--theme-primary-color);
  font-size: 12px;
}

.themesflat-top .content-left .list-infor-topbar li i {
  margin-right: 9px;
  font-size: 14px;
}

.themesflat-top .content-left .list-infor-topbar li span {
  font-weight: 700;
}

.themesflat-top .content-right {
  display: flex;
  align-items: center;
  justify-content: right;
}

.themesflat-top .content-right .topbar-social {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #A3ABB0;
  column-gap: 24px;
}

.themesflat-top .content-right .topbar-social .themesflat-socials {
  display: flex;
  align-items: center;
  column-gap: 19px;
  row-gap: 10px;
}

.themesflat-top .content-right .topbar-social .themesflat-socials li {
  background: unset;
}

.themesflat-top .content-right .topbar-social .themesflat-socials li a:hover {
  color: var(--theme-primary-color);
}

.themesflat-top .widget_login_menu_widget .user-dropdown .user-display-name,
.themesflat-top .login-header ul li span,
.themesflat-top .login-header ul li:not(:last-child)::after {
  color: #fff;
}

.widget_login_menu_widget .user-dropdown .user-display-name {
  vertical-align: middle;
}

.canvas-nav-wrap .widget_login_menu_widget .user-dropdown .user-display-name {
  color: #000 !important;
}

.themesflat-top .icon-login svg {
  width: 30px;
  height: 30px;
}

.themesflat-top .icon-login path {
  fill: #fff;
}

.themesflat-top .icon-login circle {
  stroke: #fff;
}

.themesflat-top .icon-login {
  margin-left: 30px;
}

/* Header
-------------------------------------------------------------- */
#header {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header-sticky {
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
}

#header.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 6px rgb(0, 0, 0, 3%);
}

#header .header-wrap,
#header .header-wrap .header-ct-left,
#header .header-wrap .header-ct-center,
#header .header-wrap .header-ct-right {
  height: 100%;
}

.icon-login {
  cursor: pointer;
  -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;
}

#header .icon-login * {
  -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;
  color: #fff;
  vertical-align: middle;
}

#header .icon-login:hover path {
  fill: var(--theme-primary-color);
}

#header .icon-login:hover circle {
  stroke: var(--theme-primary-color);
}

#header .header-infor-phone {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-shrink: 0;
  margin-left: 10px;
}

#header .header-infor-phone .icon {
  color: #fff;
  font-size: 30px;
  rotate: 15deg;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .header-infor-phone .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: -3px;
}

#header .header-infor-phone .content a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #2C2E33;
}

#header .header-infor-phone .content a i {
  font-weight: 900;
  color: var(--theme-primary-color) !important;
}

#header .header-infor-phone .content a:hover {
  color: var(--theme-primary-color);
}

.header-absolute #header.header.header-style-2 {
  background: #fff;
}

.header-absolute.header-style-2 .header-boxed {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 52px;
}

.header-absolute.header-style-2 .themesflat-top,
.header-absolute.header-style-2 #header.header.header-style-2 {
  padding-left: 0;
  padding-right: 0;
}

.header-absolute.header-style-2 #header .header-wrap .header-ct-left {
  flex: 0.5;
}

/* header-default */

#header.header.header-default .inner-header .container,
.themesflat-top.header-default .container {
  max-width: 1840px;
}

#header .themesflat-socials {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

#header .themesflat-socials li {
  background: unset !important;
}

#header .themesflat-socials li:not(:last-child) {
  margin-right: 16px;
}

#header .themesflat-socials li a {
  font-size: 20px;
  color: #1C1C1E;
}

#header .themesflat-socials li a:hover {
  color: var(--theme-primary-color);
}

/* style grid */

.header.header-inner-grid .container-fluid,
.themesflat-top.header-inner-grid .container-fluid {
  max-width: 1320px;
}

/* style 2 */

.header.header-02 {
  background-color: rgba(0, 0, 0, 0.724);
}

/* Header Advanced Search */

.header.header-search .button-popup-search {
  border: 1px solid #E4E4E4;
  padding: 5px 6px 5px 6px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  -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;
}

.header.header-search .button-popup-search:hover {
  border-color: var(--theme-primary-color);
}

.header.header-search .button-popup-search.hide {
  opacity: 0;
  visibility: hidden;
}

.header.header-search .button-popup-search i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--theme-primary-color);
  font-size: 16px;
  border-radius: 8px;
}

.header.header-search .header-wrap .header-ct-left,
.header.header-search .header-wrap .header-ct-center,
.header.header-search .header-wrap .header-ct-right {
  flex-grow: unset;
  flex: 1;
}

.header.header-search .header-ct-center .inner-center>.nav-wrap {
  display: none;
}

.header.header-search .btn-menu {
  display: block;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header.header-search .tfre-advanced-search-wrap.form-main {
  border: unset;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form {
  box-shadow: unset;
  border-radius: unset;
  margin-left: -30%;
  margin-right: -30%;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner>* {
  padding: 0;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-top.desktop>.tfre-search-status-tab {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 10px;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-top.desktop .tfre-search-group-input label {
  display: none;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-top.desktop .tfre-search-group-input input,
.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-top.desktop .tfre-search-group-input .select2-container--default .select2-selection--single {
  height: unset;
  padding: 10px 20px;
  border-radius: 4px;
}

.header.header-search .tfre-advanced-search-wrap .tf-search-form-top.desktop .submit-search-form button {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  background: var(--theme-primary-color);
  color: #fff !important;
  width: max-content;
  border-radius: 4px;
  margin: 0;
  height: unset;
}

.header.header-search .tfre-advanced-search-wrap .tf-search-form-top.desktop .tf-search-more-btn {
  height: 54px;
  width: 54px;
  background: var(--theme-primary-color);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  margin: 0 10px;
}

.header.header-search .tfre-advanced-search-wrap .tf-search-form-top.desktop .tf-search-more-btn:hover {
  background: #161E2D;
  color: #fff;
}

.header.header-search .tfre-advanced-search-wrap .tf-search-form-top.desktop .tf-search-more-btn span {
  display: none;
}

.header.header-search .tfre-advanced-search-wrap .tf-search-form-top.desktop>.tfre-search-status-tab {
  display: none !important;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-top .tfre-search-group-input {
  padding-left: 0;
}

.header.header-search .tfre-advanced-search-wrap .tf-search-form-top.mobile .search-field {
  width: 500px;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-top.desktop .select2-container--default .select2-selection--single,
.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-top.desktop .form-group .form-control.nice-select .current,
.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-top.desktop .form-group .form-control.search-field {
  background: #F7F7F7;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tfre-search-status-tab .btn-status-filter:hover,
.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tfre-search-status-tab .btn-status-filter.active {
  background: transparent;
  color: #161E2D !important;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tfre-search-status-tab .btn-status-filter {
  position: relative;
  padding: 0;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tfre-search-status-tab .btn-status-filter::after {
  content: '';
  height: 2px;
  width: 100%;
  background: #161E2D;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
  -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;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tfre-search-status-tab .btn-status-filter:hover::after,
.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tfre-search-status-tab .btn-status-filter.active::after {
  opacity: 1;
  visibility: visible;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tfre-search-status-tab {
  margin-bottom: 0px;
  margin-top: 10px;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tfre-search-status-tab {
  gap: 30px;
}

.header.header-search .tfre-advanced-search-wrap.form-main .form-search-inner .tf-search-form-bottom {
  padding: 20px;
  border: 1px solid #E4E4E4;
  border-radius: 16px;
  margin-top: 20px;
  width: 1290px;
  left: 50%;
  transform: translateX(-50%);
}

.header.header-search .nofi-popup-search {
  text-align: center;
}

.header-search .page-header {
  display: none;
}

.header-search #themesflat-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

#main-content::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #161E2D;
  opacity: 0;
  visibility: hidden;
  -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;
  z-index: 99;
}

#main-content.show-overlay::after {
  opacity: 0.3;
  visibility: visible;
}

.social-header-2 {
  display: flex;
  align-items: center;
}

.social-header-2 h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  margin-right: 12px;
}

.social-header-2 .themesflat-socials a {
  font-size: 12px;
  color: #fff;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-header-2 .themesflat-socials li:not(:last-child) {
  margin-right: 10px;
}

.social-header-2 .themesflat-socials a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--theme-primary-color);
}

#header .header-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: center;
}

#header .header-wrap .header-ct-left {
  flex: 1;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

#header .header-wrap .header-ct-center {
  flex: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

#header .header-wrap .header-ct-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 16px;
}

#header .tf-btn-header {
  background: transparent;
  border: 1px solid var(--theme-primary-color);
  color: var(--theme-primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  padding: 10.5px 24px;
  border-radius: 12px;
}

#header .tf-btn-header:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.header-absolute .header-default .header-wrap .header-ct-left,
.header-absolute #header .header-wrap .header-ct-right .phone-header-box {
  border-color: transparent;
}

#header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.has-dashboard #header .logo {
  height: 100%;
  justify-content: left;
}

#header .logo .site-logo-fixed {
  display: none;
}

#header .header-wrap .header-ct-center .inner-center {
  display: flex;
  align-items: center;
  position: relative;
}

#header.header-02 .header-wrap .header-ct-right {
  flex-grow: 0;
}

#header .header-wrap .phone-header-box {
  height: 100%;
  display: flex;
  align-items: center;
  color: #3A3A3C;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 35px;
}

#header .header-wrap .phone-header-box .icon {
  color: var(--theme-primary-color);
  font-size: 30px;
  border-right: 1px solid #D9D9D9;
  margin-right: 14px;
  padding-right: 27px;
  opacity: 1;
}

#header .header-wrap .header-ct-right .header-modal-menu-left-btn i,
#header .header-wrap .header-ct-right .show-search i {
  font-size: 17px;
  display: block;
}

#header.header-02 .header-wrap .header-ct-center {
  justify-content: right;
}

#header .show-search {
  margin-left: 35px;
}

#header .header-wrap .phone-header-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  color: var(--theme-primary-color);
}

#header .header-info-item {
  display: flex;
  align-items: center;
  margin-left: 88px;
}

#header .header-info-item:first-child {
  margin-left: 0;
}

#header .header-info-item .info-label {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-primary-rgba);
  font-size: 16px;
  margin-right: 12px;
}

#header .header-info-item .content .title {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #9c9ea6;
  margin-bottom: -4px;
}

#header .header-info-item .content .info-content {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #1C1C1E;
}

.phone-header-box {
  display: flex;
  align-items: center;
}

.phone-header-box .icon {
  font-size: 35px;
  color: #1C1C1E;
  opacity: 0.2;
  margin-right: 16px;
}

.phone-header-box .inner,
.phone-header-box .inner h3 {
  font-size: 14px;
  font-weight: 400;
  color: #8E8E93;
}

.phone-header-box .inner h3 {
  margin: 0;
  font-weight: 600;
  color: #1C1C1E;
}

.footer .phone-header-box .icon {
  color: #fff;
  opacity: 0.3;
}

.footer .contact-user-wrap,
.footer .phone-header-box.phone {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ffffff17;
}

.footer .contact-property-form .contact-user-wrap {
  margin-bottom: -25px;
}

.footer .widgets-fallback {
  font-size: 16px;
}

/* button header */
.btn-header,
.btn-st {
  color: #fff;
  padding: 18px 34px;
  display: inline-flex;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  background: var(--theme-primary-color);
  font-weight: 600;
  font-size: 16px;
  margin-left: 50px;
  border-radius: 4px;
}

.tf-btn {
  user-select: none;
  background: var(--theme-primary-color) none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0px;
  padding: 16px 20px 16px 20px;
  text-align: center;
  touch-action: manipulation;
  transition: all 700ms ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tf-btn:hover {
  background: #1C1C1E;
}

.btn-st {
  margin-top: 0;
  margin-left: 0px;
}

.btn-header i,
.btn-st i {
  margin-left: 6px;
}

.btn-header:hover,
.btn-st:hover {
  background: #1C1C1E;
  color: #fff;
}

/* menu register login */

.login-header,
.login-header ul {
  display: flex;
  align-items: center;
}

.login-header ul {
  list-style: none;
  margin: 0;
  flex-shrink: 0;
}

.login-header ul li span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #2C2E33;
  cursor: pointer;
  -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;
}

.login-header ul li span:hover {
  color: var(--theme-primary-color);
}

.login-header ul li:not(:last-child)::after {
  content: '/';
  font-size: 17px;
  margin: 0 3px;
  margin-left: 0px;
  font-weight: 600;
  color: #2C2E33;
}

.login-header .icon {
  margin-right: 4px;
}

/* infor menu mobile */

.information-menu-mobile h5 {
  margin-bottom: 20px;
}

.information-menu-mobile ul li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 20px;
}

.information-menu-mobile .content {
  font-size: 18px;
  font-weight: 600;
}

.information-menu-mobile .content .label {
  font-size: 16px;
  font-weight: 400;
}


/* menu toggle */

.action-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 10px;
  color: #333333;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.action-btn i {
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.action-btn:hover i {
  transform: rotateZ(-60deg);
}

/* logo */
#logo a,
#logo-mobi a {
  display: inline-block;
}

.logo img,
.logo svg,
.logo {
  -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;
  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) */
}

#logo-mobi .site-logo {
  max-width: 175px;
  height: auto;
}

#logo-mobi {
  min-height: 60px;
}

/* navigation */
#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav ul li {
  position: relative;
}

#mainnav>ul>li {
  float: left;
}

#mainnav>ul>li:last-child {
  margin-right: 0;
}

#mainnav>ul {
  display: flex;
}

#mainnav>ul>li {
  padding: 0;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
}

#mainnav>ul>li>a {
  font-size: 18px;
  position: relative;
  display: inline-block;
}

#mainnav>ul>li:first-child {
  margin-left: 0px;
}

#mainnav>ul>li.menu-item-has-children>a::after {
  font-family: "proty";
  content: "\e93d";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}

#mainnav>ul>li>a:hover::before,
#mainnav>ul>li.current-menu-parent>a::before,
#mainnav>ul>li.current-menu-item>a::before {
  width: 100%;
  left: 0;
  right: auto;
}

#mainnav>ul>li>a i {
  font-size: 14px;
  margin-left: 5px;
}

#mainnav>ul>li>a {
  position: relative;
  z-index: 5;
}

#mainnav>ul>li>a:hover {
  color: var(--theme-primary-color);
}

#mainnav>ul>li.current-menu-item>a,
#mainnav>ul>li.current-menu-ancestor>a,
#mainnav>ul>li.current-menu-parent>a,
#header .show-search a:hover,
#header .widget_search form button:hover {
  color: var(--theme-primary-color) !important;
  font-weight: 700;
}

#header.header-sticky #mainnav>ul>li>a {
  line-height: 80px !important;
}

/* submenu */
#mainnav ul.sub-menu {
  padding: 0;
  text-align: left;
  position: absolute;
  left: 0px;
  top: 150%;
  width: 280px;
  background: #fff;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  -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;
  pointer-events: none;
  border-radius: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#mainnav ul.sub-menu:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  top: -5px;
  left: 52px;
  opacity: 1;
  z-index: -1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

#mainnav ul.sub-menu:after {
  content: "";
  background: transparent;
  width: 100%;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 0;
}

#mainnav ul.sub-menu:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 20px;
  left: 0;
  top: -20px;
}

#mainnav>ul>li:last-child>ul.sub-menu {
  left: unset;
  right: 0;
}

#mainnav>ul>li:last-child>ul.sub-menu:before {
  left: unset;
  right: 30px;
}

#mainnav>ul>li>a,
.header-modal-menu-left-btn .text,
header .flat-information li,
header .flat-information li a,
#mainnav ul.sub-menu>li>a,
#mainnav li.megamenu>ul.sub-menu>.menu-item-has-children>a,
#mainnav ul.sub-menu>li>a:hover,
#mainnav ul.sub-menu>li.current-menu-item>a,
#mainnav-mobi ul li.current-menu-item>a,
#mainnav-mobi ul li.current-menu-ancestor>a,
#mainnav ul.sub-menu>li.current-menu-ancestor>a,
#mainnav-mobi ul li .current-menu-item>a,
#mainnav-mobi ul li.current-menu-item .btn-submenu:before,
#mainnav-mobi ul li .current-menu-item .btn-submenu:before {
  color: #1C1C1E;
}

.header-modal-menu-left-btn .modal-menu-left-btn .line {
  background: #1C1C1E;
}

#mainnav ul.sub-menu>li>a>span {
  background: var(--theme-primary-color);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 7px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
  left: auto;
  right: 0;
}

#mainnav ul li:hover>ul.sub-menu {
  top: 119%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#mainnav ul li ul li {
  margin-left: 0;
}

#mainnav ul.sub-menu li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
}

#mainnav ul.sub-menu li ul.sub-menu li a:hover::after,
#mainnav ul.sub-menu li ul.sub-menu li.current-menu-item a::after {
  background: var(--theme-primary-color);
}

#mainnav ul.sub-menu li ul.sub-menu:before {
  top: 25px;
  left: -5px;
}

#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu {
  left: 0;
  top: 100%;
}

#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  left: -100%;
  top: 0;
}

#mainnav ul.sub-menu>li:first-child {
  border-top: 0;
}

#mainnav ul.sub-menu>li>a {
  display: block;
  text-decoration: none;
  padding: 16px 23px;
  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;
}

#mainnav ul.sub-menu li.menu-item-has-children>a::before {
  font-family: "proty";
  content: "\e93d";
  right: 20px;
  line-height: normal;
  font-size: 14px;
  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::before {
  display: none;
}

#mainnav ul.sub-menu>li a:hover,
#mainnav ul.sub-menu>li.current-menu-item a {
  color: var(--theme-primary-color);
}

#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: var(--theme-primary-color);
}

#mainnav>ul>li.home>a:after {
  opacity: 1;
  position: absolute;
  left: 36px;
  bottom: -15px;
  width: 15px;
  height: 5px;
  background-color: #000;
  content: "";
}

/* Mega Menu */

.tf-megamenu > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  width: 400px !important;
  overflow: hidden;
}

.tf-megamenu ul.sub-menu > li:last-child a {
  border-radius: 0 !important;
}

.tf-megamenu .sub-menu > li {
  width: 50% !important;
}

#mainnav .tfcl-mega-menu > ul.sub-menu {
  width: max-content !important;
  left: 0px !important;
  display: flex
;
  padding: 0px !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  column-gap: 10px;
}

.page-template-page-dashboard #mainnav .tfcl-mega-menu > ul.sub-menu {
  left: 0% !important;
  transform: unset !important;
}

.page-template-page-dashboard .header-boxed .themesflat-top {
  display: none !important;
}

#mainnav .tfcl-mega-menu > ul.sub-menu > li {
  flex: 1;
  border: none !important;
  width: 240px;
}

#mainnav .tfcl-mega-menu > ul.sub-menu > li a {
  padding: 12px 24px !important;
  background: unset !important;
}

#mainnav .tfcl-mega-menu > ul.sub-menu > li ul li a:hover,
#mainnav .tfcl-mega-menu > ul.sub-menu > li ul li.current-menu-item a {
  color: var(--theme-primary-color);
}

#mainnav .tfcl-mega-menu > ul.sub-menu > li > a {
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 16px 24px !important;
  color: #24272C !important;
  cursor: default;
}

#mainnav .tfcl-mega-menu > ul.sub-menu > li a::before,
#mainnav .tfcl-mega-menu > ul.sub-menu > li a::after {
  display: none;
}

#mainnav .tfcl-mega-menu > ul.sub-menu > li > ul.sub-menu {
  position: unset !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: unset !important;
  border: none !important;
  width: 100%;
}

#mainnav .tfcl-mega-menu > ul.sub-menu li {
  border: none !important;
}

#mainnav .tfcl-mega-menu ul.sub-menu .sub-menu:before {
  display: none;
}


/* Canvas Menu */

.canvas-nav-wrap .inner-canvas-nav {
  width: 320px;
  height: 100%;
  top: 0;
  left: 0px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  background-color: #fff;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.canvas-nav-wrap.active .inner-canvas-nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.canvas-nav-wrap .overlay-canvas-nav {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
  opacity: 1;
  visibility: visible;
}

.canvas-menu-close {
  position: absolute;
  right: 20px;
  top: 30px;
}

.canvas-menu-close span {
  position: relative;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.canvas-menu-close span:before,
.canvas-menu-close span:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
}

.canvas-menu-close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.canvas-menu-close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

#header .inner-canvas-nav .logo {
  margin-bottom: 0;
  border-radius: 0;
  justify-content: left;
  min-height: 100%;
}

#header .inner-canvas-nav .group-header-logo {
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 20px;
  border: unset;
  position: relative;
  margin-bottom: 20px;
}

#header .inner-canvas-nav .group-header-logo .show-search {
  min-width: unset;
  margin-left: 0px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#header .inner-canvas-nav .group-header-logo .show-search>a {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: var(--theme-primary-rgba);
  color: var(--theme-primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .inner-canvas-nav .bottom-canvas-nav {
  padding: 20px 20px 20px 20px;
  background: #fff;
}

#header .inner-canvas-nav .bottom-canvas-nav .login-header *,
#header .inner-canvas-nav .bottom-canvas-nav .login-header::before {
  color: #2b2b2b !important;
}

#mainnav_canvas,
#header .inner-canvas-nav .widget_login_menu_widget,
#header .inner-canvas-nav .wrap-btn-mobile,
#header .inner-canvas-nav .login-header,
#header .inner-canvas-nav .mobile-contact .phone-header-box.phone {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#header .inner-canvas-nav .widget_login_menu_widget {
  margin: 0;
  margin-bottom: 0;
}

#header .inner-canvas-nav .tf-btn {
  width: 100%;
  margin-left: 0;
}

.inner-canvas-nav .logo>a {
  max-width: 180px;
}

#mainnav_canvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainnav_canvas ul>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f5f5f5;
}

#mainnav_canvas>ul>li:last-child {
  border-top: solid 1px #f5f5f5;
}

#mainnav_canvas ul>li:last-child {
  border-bottom: solid 1px transparent;
}

#mainnav_canvas ul li a {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px 50px 10px 0px;
  text-align: left;
  color: #2b2b2b;
}

#mainnav_canvas ul li a>span {
  background: var(--theme-primary-color);
  color: #2b2b2b;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
}

#mainnav_canvas ul .sub-menu {
  padding: 5px 20px;

}

#mainnav_canvas .sub-menu a {
  padding: 10px 0px;
  font-weight: 400;
}

#mainnav_canvas ul li.current_page_item>a,
#mainnav_canvas ul li.current-menu-item>a,
#mainnav_canvas ul li.current-menu-ancestor>a,
#mainnav_canvas ul li.current-menu-parent>a {
  color: var(--theme-primary-color);
}

.top-search {
  line-height: normal;
  position: absolute;
  right: 0px;
  top: 120%;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  -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;
}

.top-search.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 100%;
}

#header {
  width: 100%;
  z-index: 9999;
  position: relative;
  -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;
}

.header_sticky #header.fixed-show {
  position: fixed;
  top: -100px;
  width: 100%;
}

#header.header-default.header-sticky {
  background: #fff;
}

.header-absolute #header.header-default.header-sticky {
  background: rgb(43 43 43 / 96%);
}

.header_sticky #header.header-sticky.fixed-show {
  top: 0;
}

.header_sticky #header.header-sticky.header-style1 .logo {
  min-width: auto;
  min-height: auto;
  background: transparent;
  margin-top: 0;
  box-shadow: unset;
}

#header.header-default {
  background: #fff;
  box-shadow: 0px 4px 18px 0px #00000014;
}

.header-absolute #header.header-default {
  background: transparent;
  box-shadow: unset;
}

#header.header-default {
  padding-left: 9px;
  padding-right: 9px;
}

#mainnav>ul>li>a {
  white-space: nowrap;
}

#header,
#mainnav>ul>li>a,
#header .show-search a,
header .block a,
#header .mini-cart-header .cart-count,
#header .mini-cart .cart-count,
.button-menu {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* Header Absolute */
.header-absolute .header-boxed {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-absolute .header.widget-header .nav .header-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.single.single-real-estate .header-boxed,
.post-type-archive-real-estate .header-boxed,
.archive.tax-property-type .header-boxed,
.archive.tax-property-status .header-boxed,
.archive.tax-province-state .header-boxed,
.archive.tax-property-feature .header-boxed,
.archive.tax-property-label .header-boxed,
.themesflat-boxed.has-dashboard .header-boxed,
.archive.tax-neighborhood .header-boxed {
  position: relative;
}

.single.single-real-estate .header-boxed .login-header *,
.post-type-archive-real-estate .header-boxed .login-header *,
.archive.tax-property-type .header-boxed .login-header *,
.archive.tax-property-status .header-boxed .login-header *,
.archive.tax-province-state .header-boxed .login-header *,
.archive.tax-property-feature .header-boxed .login-header *,
.archive.tax-property-label .header-boxed .login-header *,
.themesflat-boxed.has-dashboard .header-boxed .login-header *,
.archive.tax-neighborhood .header-boxed .login-header *,
.single.single-real-estate .header-boxed .login-header ul li:not(:last-child)::after,
.post-type-archive-real-estate .header-boxed .login-header ul li:not(:last-child)::after,
.archive.tax-property-type .header-boxed .login-header ul li:not(:last-child)::after,
.archive.tax-property-status .header-boxed .login-header ul li:not(:last-child)::after,
.archive.tax-province-state .header-boxed .login-header ul li:not(:last-child)::after,
.archive.tax-property-feature .header-boxed .login-header ul li:not(:last-child)::after,
.archive.tax-property-label .header-boxed .login-header ul li:not(:last-child)::after,
.themesflat-boxed.has-dashboard .header-boxed .login-header ul li:not(:last-child)::after,
.archive.tax-neighborhood .header-boxed .login-header ul li:not(:last-child)::after,
.single.single-real-estate .header-boxed .login-header::before,
.post-type-archive-real-estate .header-boxed .login-header::before,
.archive.tax-property-type .header-boxed .login-header::before,
.archive.tax-property-status .header-boxed .login-header::before,
.archive.tax-province-state .header-boxed .login-header::before,
.archive.tax-property-feature .header-boxed .login-header::before,
.archive.tax-property-label .header-boxed .login-header::before,
.themesflat-boxed.has-dashboard .header-boxed .login-header::before,
.archive.tax-neighborhood .header-boxed .login-header::before {
  color: #2b2b2b;
}

.single.single-real-estate .header-boxed #header.header-default.header-sticky,
.post-type-archive-real-estate .header-boxed #header.header-default.header-sticky,
.archive.tax-property-type .header-boxed #header.header-default.header-sticky,
.archive.tax-property-status .header-boxed #header.header-default.header-sticky,
.archive.tax-province-state .header-boxed #header.header-default.header-sticky,
.archive.tax-property-feature .header-boxed #header.header-default.header-sticky,
.archive.tax-property-label .header-boxed #header.header-default.header-sticky,
.themesflat-boxed.has-dashboard .header-boxed #header.header-default.header-sticky,
.archive.tax-neighborhood .header-boxed #header.header-default.header-sticky {
  background: #fff;
}

.themesflat-boxed.has-dashboard #header {
  background: #fff;
}

.single.single-real-estate .widget_login_menu_widget .user-dropdown .user-display-name,
.post-type-archive-real-estate .widget_login_menu_widget .user-dropdown .user-display-name,
.archive.tax-property-type .widget_login_menu_widget .user-dropdown .user-display-name,
.archive.tax-property-status .widget_login_menu_widget .user-dropdown .user-display-name,
.archive.tax-province-state .widget_login_menu_widget .user-dropdown .user-display-name,
.archive.tax-property-feature .widget_login_menu_widget .user-dropdown .user-display-name,
.archive.tax-property-label .widget_login_menu_widget .user-dropdown .user-display-name,
.themesflat-boxed.has-dashboard .widget_login_menu_widget .user-dropdown .user-display-name,
.archive.tax-neighborhood .widget_login_menu_widget .user-dropdown .user-display-name {
  color: #2b2b2b;
}

.single.single-real-estate #mainnav>ul>li>a,
.single.single-real-estate .header-modal-menu-left-btn .text,
.single.single-real-estate header .flat-information li,
.single.single-real-estate header .flat-information li a,
.post-type-archive-real-estate #mainnav>ul>li>a,
.post-type-archive-real-estate .header-modal-menu-left-btn .text,
.post-type-archive-real-estate header .flat-information li,
.post-type-archive-real-estate header .flat-information li a,

.archive.tax-property-type #mainnav>ul>li>a,
.archive.tax-property-type .header-modal-menu-left-btn .text,
.archive.tax-property-type header .flat-information li,
.archive.tax-property-type header .flat-information li a,

.archive.tax-property-status #mainnav>ul>li>a,
.archive.tax-property-status .header-modal-menu-left-btn .text,
.archive.tax-property-status header .flat-information li,
.archive.tax-property-status header .flat-information li a,

.archive.tax-property-feature #mainnav>ul>li>a,
.archive.tax-property-feature .header-modal-menu-left-btn .text,
.archive.tax-property-feature header .flat-information li,
.archive.tax-property-feature header .flat-information li a,

.archive.tax-property-label #mainnav>ul>li>a,
.archive.tax-property-label .header-modal-menu-left-btn .text,
.archive.tax-property-label header .flat-information li,
.archive.tax-property-label header .flat-information li a,

.archive.tax-neighborhood #mainnav>ul>li>a,
.archive.tax-neighborhood .header-modal-menu-left-btn .text,
.archive.tax-neighborhood header .flat-information li,
.archive.tax-neighborhood header .flat-information li a,

.archive.tax-province-state #mainnav>ul>li>a,
.archive.tax-province-state .header-modal-menu-left-btn .text,
.archive.tax-province-state header .flat-information li,
.archive.tax-province-state header .flat-information li a,

.themesflat-boxed.has-dashboard #mainnav>ul>li>a,
.themesflat-boxed.has-dashboard .header-modal-menu-left-btn .text,
.themesflat-boxed.has-dashboard header .flat-information li,
.themesflat-boxed.has-dashboard header .flat-information li a {
  color: #2b2b2b;
}

.single.single-real-estate #header .logo,
.post-type-archive-real-estate #header .logo,
.archive.tax-property-type #header .logo,
.archive.tax-province-state #header .logo,
.archive.tax-property-status #header .logo,
.archive.tax-property-feature #header .logo,
.archive.tax-property-label #header .logo,
.archive.tax-neighborhood #header .logo {
  min-height: 89px;
}

.single.single-real-estate .btn-menu span,
.single.single-real-estate .btn-menu:after,
.single.single-real-estate .btn-menu::before,
.post-type-archive-real-estate .btn-menu span,
.post-type-archive-real-estate .btn-menu:after,
.post-type-archive-real-estate .btn-menu::before,

.archive.tax-property-type .btn-menu span,
.archive.tax-property-type .btn-menu:after,
.archive.tax-property-type .btn-menu::before,

.archive.tax-province-state .btn-menu span,
.archive.tax-province-state .btn-menu:after,
.archive.tax-province-state .btn-menu::before,

.archive.tax-property-status .btn-menu span,
.archive.tax-property-status .btn-menu:after,
.archive.tax-property-status .btn-menu::before,

.archive.tax-property-feature .btn-menu span,
.archive.tax-property-feature .btn-menu:after,
.archive.tax-property-feature .btn-menu::before,

.archive.tax-property-label .btn-menu span,
.archive.tax-property-label .btn-menu:after,
.archive.tax-property-label .btn-menu::before,

.themesflat-boxed.has-dashboard .btn-menu span,
.themesflat-boxed.has-dashboard .btn-menu:after,
.themesflat-boxed.has-dashboard .btn-menu::before,

.archive.tax-neighborhood .btn-menu span,
.archive.tax-neighborhood .btn-menu:after,
.archive.tax-neighborhood .btn-menu::before {
  background: var(--theme-primary-color);
}

.single.single-real-estate .page-title .breadcrumbs .trail-item:not(:last-child):after {
  background: #bebebe;
}

.post-type-archive-real-estate .tfre-advanced-search-wrap.form-main.hide-map .form-search-wrap,
.archive.tax-property-type .tfre-advanced-search-wrap.form-main.hide-map .form-search-wrap,
.archive.tax-property-status .tfre-advanced-search-wrap.form-main.hide-map .form-search-wrap,
.archive.tax-property-feature .tfre-advanced-search-wrap.form-main.hide-map .form-search-wrap,
.archive.tax-property-label .tfre-advanced-search-wrap.form-main.hide-map .form-search-wrap,
.archive.tax-neighborhood .tfre-advanced-search-wrap.form-main.hide-map .form-search-wrap {
  max-width: 1810px;
  margin: 0 auto;
  margin-bottom: -21px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Mobile navigation
-------------------------------------------------------------- */
#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
  position: absolute;
}

#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav-mobi ul {
  background-color: #222222;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  background-color: #222222;
}

#mainnav-mobi ul ul li {
  background-color: #252525;
}

#mainnav-mobi ul ul ul li {
  background-color: #292929;
}

#mainnav-mobi ul>li>a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #b1b1b1;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
}

#mainnav-mobi ul.sub-menu>li>a {
  display: block;
  text-decoration: none;
  padding: 0 15px;
  border-top-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav-mobi ul li ul li ul li a {
  padding-left: 45px !important;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
  border-top: none;
}

.btn-menu {
  flex-shrink: 0;
  display: none;
  float: right;
  position: relative;
  background: transparent;
  cursor: pointer;
  margin: 32px 0px 32px 20px;
  width: 26px;
  height: 15px;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background-color: var(--theme-primary-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;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 10px;
  background: var(--theme-primary-color);
}

.btn-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
  border-radius: 10px;
  background: var(--theme-primary-color);
}

.btn-menu span.line-1 {
  top: 50%;
}

.btn-menu span.line-2 {
  top: 60%;
}

.btn-menu:before {
  -webkit-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
  width: 100%;
}

.btn-menu:after {
  -webkit-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
  width: 100%;
}

.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);
}

.btn-menu:hover span,
.btn-menu:hover:after,
.btn-menu:hover::before {
  width: 100%;
  background: var(--theme-primary-color);
}

.mainnav_canvas .btn-submenu {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
}

.mainnav_canvas .sub-menu .btn-submenu {
  height: 30px;
}

.mainnav_canvas .btn-submenu.active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mainnav_canvas .btn-submenu:before {
  content: "";
  height: 6px;
  width: 6px;
  display: inline-block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #000 #000 transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.btn-menu {
  display: none;
}

/* Temtplate Css Global 
-------------------------------------------------------------- */
.page-template-front-page .page-wrap,
.page-template-page_nosidebar .page-wrap,
.page-template-one-page .page-wrap {
  padding: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-template-front-page .page-wrap .content-area,
.page-template-page_nosidebar .page-wrap .content-area,
.error404 .page-wrap .content-area,
.page-template-one-page .page-wrap .content-area {
  width: 100%;
  margin: 0;
}

.page-template-front-page .page-wrap .content-area:after {
  background-color: transparent;
  width: 0;
  height: 0;
}

.page-template-front-page .page-wrap .content-area,
.page-template-page_nosidebar .page-wrap .content-area,
.page-template-one-page .page-wrap .content-area {
  padding-right: 0 !important;
}

.page-wrap.sidebar-left .content-area,
.page-wrap.sidebar-right .content-area {
  float: left;
  width: 66.66666667%;
  position: relative;
  padding-right: 14px;
}

.page-wrap.sidebar-left .widget-area,
.page-wrap.sidebar-right .widget-area {
  float: left;
  width: 33.33333333%;
  position: relative;
  padding-left: 26px;
}

/* Blog Sidebar Left */
.page-wrap.sidebar-left .content-area {
  float: right;
  padding-right: 0px;
  padding-left: 10px;
}

.page-wrap.sidebar-left .widget-area {
  padding-left: 0px;
  padding-right: 70px;
}

.page-wrap.sidebar-left .content-area:after {
  left: 0;
}

.page-wrap.sidebar-left .pagination {
  text-align: center;
  margin-right: 0;
}

/* No sidebar */
body.no-sidebar .page-wrap.sidebar-left .content-area,
body.no-sidebar .page-wrap.sidebar-right .content-area {
  float: none;
  width: 100%;
  padding-right: 0;
}

body.no-sidebar .page-wrap.sidebar-left .content-area {
  padding-left: 0;
}

body.no-sidebar .widget-area {
  display: none;
}

/* Full Width Center */
.page-wrap.fullwidth-center .wrap-content-area {
  width: 82.933333%;
  max-width: 82.933333%;
  margin: 0 auto;
  float: none;
  text-align: center;
}

.fullwidth-center article .entry-content>p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  padding: 0 2.5px;
}

.page-wrap.fullwidth-small .wrap-content-area,
.page-wrap.fullwidth-small .wrap-content-area {
  width: 82.933333%;
  max-width: 82.933333%;
  margin: 0 auto;
  float: none;
}

.page-wrap.fullwidth .post-wrap {
  padding: 0;
}

.page-wrap.fullwidth .content-area:after {
  width: 0;
}

/* .page-wrap.fullwidth .widget-area,
.page-wrap.fullwidth-center .widget-area,
.page-wrap.fullwidth-small .widget-area {
  display: none;
} */

/* Full Width */
.page-wrap.fullwidth .content-area,
.page-template-page_nosidebar .page-wrap.sidebar-right .content-area {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: none;
}

.has-carousel article:before,
.has-carousel article:after {
  content: "";
  display: table;
  clear: both;
}

.blog-list-small .sticky .entry-border,
.blog-list-small .tag-sticky-2 .entry-border,
.blog-grid .sticky .entry-border,
.blog-grid .tag-sticky-2 .entry-border {
  border: none;
}

.blog-list-small .sticky .entry-border:hover,
.blog-list-small .tag-sticky-2 .entry-border:hover,
.blog-grid .sticky .entry-border:hover,
.blog-grid .tag-sticky-2 .entry-border:hover {
  box-shadow: none;
}

.blog-list .entry-border:hover {
  box-shadow: none;
}

.blog-list .sticky .entry-title::before,
.blog-list .tag-sticky-2 .entry-title::before,
.blog-grid .sticky .entry-title::before,
.blog-grid .tag-sticky-2 .entry-title::before {
  content: "\e948";
  font-size: 20px;
  color: var(--theme-primary-color);
  font-weight: 700;
  font-family: "proty";
  margin-right: 10px;
}

article:before,
article:after,
.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
  clear: both;
}

/* Blog List Full Width */

article .content-post {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  padding: 0px;
  position: relative;
}

.blog-list-full-width article {
  margin-bottom: 70px;
}

.blog-list-full-width article .featured-post {
  margin-bottom: 24px;
}

.blog-list-full-width article .content-post .entry-content p,
.blog-list-full-width article .content-post p {
  margin-bottom: 12px;
}

.blog-list-full-width article .content-post .entry-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 7px;
}

.blog-list-full-width article {
  margin-bottom: 41px;
}

.blog-list-full-width article:last-of-type {
  margin-bottom: 50px;
}

article .themesflat-btn-blog {
  color: var(--theme-primary-color);
  display: inline-block;
}

article .themesflat-btn-blog:hover {
  color: #2C2E33;
}

article .themesflat-btn-blog i {
  margin-left: 6px;
  font-size: 18px;
  vertical-align: middle;
}

article .post-meta .item-meta .meta-icon {
  -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;
}

/* Blog list */
article .bottom-blog {
  margin-top: 10px;
}

.blog-list article .entry-title,
.item article .entry-title {
  margin-bottom: 18px;
}

.blog-list article .entry-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-transform: capitalize;
}

.blog-list article .post-meta,
.item article .post-meta {
  margin-bottom: 13px;
}

.post-meta a {
  color: #2b2b2b;
}

.related-post .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-list article .themesflat-button-container,
.content-area .item article .themesflat-button-container {
  margin-top: 15px;
}


/* Blog Single Fullwidth */

.single.single-post .page-wrap .content-area {
  float: left;
  width: 66.66666667%;
  position: relative;
  padding-right: 14px;
}

.single.single-post .page-wrap .widget-area {
  float: left;
  width: 33.33333333%;
  position: relative;
  padding-left: 26px;
}

.blog-layout-fullwidth .blog-single .featured-post img {
  border-radius: 16px;
  height: 473px;
  object-fit: cover;
}


.blog-layout-fullwidth .content-post-sigle-title,
.blog-layout-fullwidth .content-post-single,
.blog-layout-fullwidth .main-post,
.blog-layout-fullwidth .main-single,
.blog-layout-fullwidth .entry-footer {
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}


.blog-single .blog-category {
  color: #fff;
  margin-bottom: 10px;
}

.blog-single .blog-category a {
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  display: inline-block;
  color: var(--theme-primary-color);
  margin-bottom: 12px;
  text-decoration: underline;
}


/* Page Title
-------------------------------------------------------------- */
.page-title {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}

.page-title-container {
  position: relative;
}

.page-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.page-title .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 17px;
  width: 100%;
}

.page-title.style2 {
  padding-top: 31px !important;
  padding-bottom: 0 !important;
}

.page-title.style2 .overlay,
.page-title.style2 .page-title-heading {
  display: none;
}

.shape-ani {
  animation: logoslider 250s linear 0.3s;
}

.wrap-title-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.wrap-title-blog .page-title-heading {
  margin: 0;
}

.wrap-title-blog .wrap-btn-layout a {
  border: 1px solid #ECECEC;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5C5E61;
  font-size: 23px;
  -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;
}

.wrap-title-blog .wrap-btn-layout a.active,
.wrap-title-blog .wrap-btn-layout a:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.wrap-title-blog .wrap-btn-layout {
  display: flex;
  align-items: center;
  gap: 10px;
}

@keyframes logoslider {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.page-title.parallax {
  background-position: center;
}

.breadcrumbs span.trail-browse {
  position: relative;
  margin-right: 5px;
}

.breadcrumbs .trail-begin a span {
  color: var(--theme-primary-color);
  font-weight: 600;
}

.breadcrumbs span.sep {
  position: relative;
  text-align: center;
  margin: 0 12px;
  font-size: 7px;
  vertical-align: middle;
}

.breadcrumbs span.sep i {
  font-weight: 700;
}

.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;
}

.page-title .breadcrumbs .trail-items {
  display: inline-block;
}

.page-title .pagetitle-description {
  position: relative;
}

.page-title.left .pagetitle-description {
  padding-right: 47%;
  text-align: left;
}

.page-title.center .pagetitle-description {
  padding-right: 25%;
  padding-left: 25%;
  text-align: center;
}

.page-title.right .pagetitle-description {
  padding-left: 47%;
  text-align: right;
}

/* Style1 */
.page-title h1 {
  margin: 0;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 9px;
}

.page-title.left .page-title-container h1,
.page-title.left .breadcrumbs {
  text-align: left;
}

.page-title.center .page-title-container h1,
.page-title.center .breadcrumbs {
  text-align: center;
}

.page-title.right .page-title-container h1,
.page-title.right .breadcrumbs {
  text-align: right;
}

.page-title.default .page-title-heading {
  margin-bottom: 15px;
}

.blog .page-title.default .page-title-heading {
  margin-bottom: 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;
}

/* Blog
-------------------------------------------------------------- */
article h4.entry-time {
  text-transform: uppercase;
  margin: 0;
  float: left;
  width: 85px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  line-height: 1;
}

article h4.entry-time a {
  color: var(--theme-primary-color);
}

article h4.entry-time span.entry-day {
  font-size: 64px;
  line-height: 45px;
  display: block;
}

article h4.entry-time span.entry-month {
  font-size: 14px;
  line-height: 0.7px;
  font-weight: 700;
  padding-left: 5px;
}

article {
  margin-bottom: 60px;
  position: relative;
  -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;
}

article .blog-slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

article .entry-title {
  margin: 0;
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

article .entry-meta ul {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
}

article .entry-meta ul li {
  position: relative;
  display: inline-block;
  margin-right: 23px;
  text-transform: capitalize;
}

article .entry-meta ul li span {
  font-size: 14px;
  font-weight: 500;
}

article .entry-meta ul li span.gravatar img {
  border-radius: 50%;
}

article .entry-meta ul li span.gravatar {
  margin-right: 2px;
  vertical-align: top;
}

article .entry-meta ul li:last-child {
  margin-right: 0;
}

article .entry-meta ul li>i {
  padding-right: 10px;
}

article .entry-meta .dot {
  font-size: 17px;
  vertical-align: text-bottom;
  padding: 0 17px 0 10px;
}

article .entry-meta ul li a {
  color: #999999;
}

article .entry-meta .meta-right {
  float: right;
}

article .entry-meta .meta-right li {
  padding-left: 31px;
}

article .entry-meta .meta-right li i {
  padding-right: 10px;
}

.themesflat-button {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 21px 40px;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  border-radius: 5px;
}

.themesflat-button:hover {
  color: #fff;
}

.blog-list .blog-post .themesflat_audio {
  background-color: transparent;
  padding: 0;
}

.themesflat_audio iframe {
  width: 100%;
  height: 166px;
  border: none;
}

article .featured-post img {
  position: relative;
}

.wrap-blog-article .featured-post img {
  max-height: 473px;
  object-fit: cover;
  border-radius: 30px;
}

.blog article .featured-post,
.page-template-blog article .featured-post,
.blog-post .featured-post {
  border-radius: 10px;
}

.blog article .featured-post a,
.page-template-blog article .featured-post a,
.blog-post .featured-post a,
.featured-post a {
  position: relative;
  display: inline-block;
}

.blog-post .featured-post {
  position: relative;
}

.blog-list .blog-post .featured-post a {
  color: #fff;
  padding: 8px 16px 8px 16px;
  background: var(--theme-primary-color);
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08em;
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
}

.blog-list .blog-post .featured-post a:hover {
  background: #161E2D;
}

.blog-list .blog-post .featured-post,
.blog-list .blog-post .themesflat_audio,
.item .blog-post .featured-post,
.item .blog-post .themesflat_audio {
  overflow: hidden;
  margin-bottom: 25px;
}

.blog-list .blog-post .featured-post .post-categories {
  position: absolute;
  top: 28px;
  left: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.blog-list .blog-post .featured-post .post-categories li {
  list-style: none;
  margin-right: 15px;
  margin-bottom: 15px;
}

.blog-list .blog-post .featured-post .post-categories li:last-child {
  margin-right: 0;
}

.page-template-blog .navigation,
.blog .navigation,
.navigation {
  margin-top: 26px;
}

.blog .blog-archive.blog-list article .entry-meta ul i {
  font-size: 16px;
}

.content-area .wrap-blog-article.blog-grid {
  padding-bottom: 40px;
}

.content-area .wrap-blog-article.blog-grid::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #efefef;
  height: 1px;
  width: 100%;
  margin: 0 15px;
}

.blog-list article,
.content-area .item article {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ECECEC;
}

.content-area .blog-grid article {
  padding-top: 0px;
  padding-bottom: 0px;
  border: unset;
}

.blog-list .item:first-child article,
.content-area .item:first-child article {
  padding-top: 0;
}


.wrap-blog-article.blog-archive.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.wrap-blog-article.blog-archive.grid .item {
  width: calc(50% - 30px);
  margin-left: 30px;
}

.wrap-blog-article.blog-archive.grid .item article {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: unset;
  margin-bottom: 30px;
}

.wrap-blog-article.blog-archive.grid .post-excerpt {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blog-grid article .entry-content>p {
  font-size: 15px;
  line-height: 170%;
}

.blog-grid article .themesflat-button-container {
  margin-top: 15px;
}

.blog-grid article .themesflat-button-container>a,
.blog-grid-simple article .themesflat-button-container>a {
  color: var(--theme-primary-color);
  font-size: 13px;
  font-weight: 600;
}

.blog-grid article .themesflat-button-container>a:before,
.blog-grid-simple article .themesflat-button-container>a:before {
  width: 15px;
  height: 15px;
}

.blog-grid article .themesflat-button-container>a i,
.blog-grid-simple article .themesflat-button-container>a i.fa-angle-right {
  font-weight: 900;
  font-size: 16px;
  margin-left: 5px;
  line-height: inherit;
}

.blog .blog-grid article .entry-title,
.blog-grid article .entry-title {
  font-size: 23px;
  color: #222222;
  text-transform: none;
  width: 100%;
}

.blog-grid article .entry-meta ul {
  margin: 0 0 15px 0;
}

.blog .blog-grid .featured-post,
.blog-grid .featured-post {
  overflow: hidden;
  margin-bottom: 24px;
}

.blog-grid article .entry-meta ul li,
.blog-grid article .entry-meta ul li a {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

.blog-grid article .meta-category-list a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.47);
}

.blog-grid article .entry-meta ul li {
  font-weight: 400;
}

.blog-grid article .entry-meta ul li.post-date {
  float: right;
}

.blog-grid article .entry-meta ul li>i {
  font-size: 14px;
  padding-right: 7px;
}

.blog-grid.columns-4 article .entry-meta ul li {
  font-weight: 600;
  font-size: 12px;
  margin-right: 7px;
}

.blog-grid.columns-4 article .entry-meta ul li>i {
  font-size: 13px;
  padding-right: 3px;
}

.blog-grid.columns-4 article .content-post {
  padding: 20px 20px 18px;
}

.blog-grid.columns-4 article {
  margin-bottom: 40px;
}

.blog-grid.columns-4 article .entry-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
}

.blog-grid.columns-4 article .entry-content>p {
  font-size: 14px;
}

.blog-grid.columns-4 article .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-grid.columns-4 article .themesflat-button-container>a {
  font-size: 13px;
}

.blog-grid.columns-4 article .themesflat-button-container {
  padding: 15px 0 0 5px;
}

.blog-grid.columns-4 article .themesflat-button-container>a i.fa-angle-right {
  font-size: 14px;
}


article .entry-meta ul li,
article .post-meta .item-meta {
  position: relative;
  margin-right: 20px;
  color: #aaaaaa;
}

article .entry-meta ul li::after,
article .post-meta .item-meta::after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100px;
  background-color: var(--theme-primary-color);
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

article .post-meta .item-meta.post-author .meta-text span {
  text-transform: capitalize;
}

article .post-meta .item-meta:last-child {
  margin-right: 0px;
}

article .post-meta .item-meta .meta-icon {
  margin-right: 5px;
  font-size: 14px;
}

article .post-meta .item-meta i {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: bottom;
}

article .post-meta .item-meta.post-comments .meta-icon {
  vertical-align: middle;
  font-size: 16px;
}

article .post-meta .item-meta.post-view .meta-icon {
  font-size: 18px;
  vertical-align: sub;
  margin-right: 2px;
}

article .post-meta .item-meta.post-author {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
}

article .post-meta .item-meta a,
.tf-posts .blog-post .title a {
  color: #2C2E33;
  position: relative;
}

article .post-meta .item-meta:last-child::after {
  display: none;
}

.blog-post.post_format-post-format-image.has-post-thumbnail {
  position: relative;
}

.blog-post.post_format-post-format-image.has-post-thumbnail .featured-post {
  margin-bottom: 30px;
}

.blog-post.post_format-post-format-image .content-post .entry-title {
  padding-right: 50px;
  margin-bottom: 0;
}

.blog-post.post_format-post-format-image .themesflat-button-container {
  margin-top: 0px;
}

.blog-post.post_format-post-format-image .content-post .post-content.post-excerpt {
  display: none;
}

.entry-footer .social-share-article {
  display: flex;
  align-items: center;
}

.social-share-article .btn-copy-to-clip {
  position: relative;
}

.social-share-article .btn-copy-to-clip .tf-tooltip-inner {
  position: absolute;
  padding: 4px 10px;
  border-radius: 5px;
  background: #1C1C1E;
  color: #fff;
  top: -35px;
  left: 50%;
  transform: translateX(-50%) rotateY(-90deg);
  width: max-content;
  opacity: 0;
  visibility: hidden;
}

.social-share-article .btn-copy-to-clip:hover .tf-tooltip-inner {
  transform: translateX(-50%) rotateY(0deg);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.social-share-article .btn-copy-to-clip .tf-tooltip-inner::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #1C1C1E;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.entry-footer .social-share-article h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

.entry-footer .social-share-article .btn-copy-to-clip {
  padding: 8px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #1C1C1E;
  background: transparent;
  text-transform: none;
  margin-bottom: 23px;
  font-size: 17px;
}

.entry-footer .social-share-article .btn-copy-to-clip:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.content-switch-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.content-switch-layout h3 {
  font-size: 30px;
  margin: 0;
  margin-top: 5px;
}

.content-switch-layout .content-right ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.content-switch-layout .content-right ul button {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #E5E5EA;
  background: #FFF;
  color: #8E8E93;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 17px;
}

.content-switch-layout .content-right ul button:hover,
.content-switch-layout .content-right ul .btn-switch-layout.active {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.content-switch-layout .content-right ul li:not(:last-child) {
  margin-right: 10px;
}

/* Blog Single
-------------------------------------------------------------- */

.blog-single .featured-post {
  position: relative;
  margin-bottom: 24px;
}

.blog-single .themesflat_audio {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.blog-single .featured-post img {
  object-fit: cover;
  border-radius: 10px;
}

.blog-single .entry-title {
  margin-bottom: 16px;
}

.blog-single .img-blog-detail {
  margin-top: 37px;
  margin-bottom: 38px;
  border-radius: 5px;
}

.blog-single .content-post-single .share ul,
.blog-single .content-post-single .share {
  display: flex;
  align-items: center;
}

.blog-single .content-post-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-single .content-post-single {
  margin-bottom: 14px;
}

.blog-single .content-post-single h5 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-single .content-post-single .share ul {
  list-style: none;
  margin-bottom: 0;
}

.blog-single .content-post-single .item-meta {
  margin-right: 16px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  color: #aaaaaa;
}

.blog-single .content-post-single .item-meta .name {
  color: var(--theme-primary-color);
  text-transform: capitalize;
  position: relative;
}

.blog-single .content-post-single .item-meta .name::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--theme-primary-color);
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.blog-single .content-post-single .item-meta .name:hover::before {
  transform: scale3d(1, 1, 1);
}

.blog-single .content-post-single .item-meta:last-child {
  margin-right: 0;
}

.blog-single .content-post-single .item-meta a {
  color: #3a3a3c;
  font-weight: 600;
  color: var(--theme-primary-color);
}

.blog-single .content-post-single .item-meta i {
  margin-right: 4px;
  color: #8e8e93;
}

.blog-single .content-post-single .item-meta.post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-single .content-post-single .item-meta.post-author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-single .content-post-single .item-meta.post-author .thumb {
  margin-right: 16px;
}

.blog-single .content-post-single .meta {
  display: flex;
  align-items: center;
}

.blog-single .content-post-single .meta .item-meta {
  position: relative;
}

.blog-single .content-post-single .meta .item-meta:not(:last-child):after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #E4E4E4;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}

.blog-single .content-image figure {
  margin-bottom: 0;
}

.blog-single .content-image {
  margin-bottom: 39px;
}

.blog-single .text-2 {
  margin-bottom: 42px;
}

.blog-single .entry-content h2,
.blog-single .entry-content h3,
.blog-single .entry-content h4,
.blog-single .entry-content h5,
.blog-single .entry-content h6 {
  margin-bottom: 19px;
}

.blog-single .entry-content .title-2 {
  font-size: 20px;
}

.blog-single .entry-content .icon-list {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}

.blog-single .entry-content .content-2 {
  margin-bottom: 42px;
}

.blog-single .entry-content .content-img {
  margin-left: 10px;
}

.blog-single .entry-content .icon-list li {
  position: relative;
  padding: 10px 0px 10px 42px;
}

.blog-single .entry-content .icon-list li:before {
  content: "\e90b";
  font-family: "proty";
  color: var(--theme-primary-color);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
}

.single .entry-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #E4E4E4;
  margin-top: 30px;
}

.single .entry-footer .tags-links h6 {
  display: inline-block;
  margin-right: 26px;
}

.tags-links a {
  color: #1C1C1E;
}

.single .entry-footer .tags-links a {
  padding: 7px 13px;
  background: transparent;
  border: 1px solid #E4E4E4;
  color: #5C6368;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-transform: capitalize;
  border-radius: 999px;
}

.single .entry-footer .tags-links a:last-child {
  margin-right: 0;
}

.single .entry-footer .tags-links a:last-child::after {
  display: none;
}

.single .entry-footer .tags-links a:hover {
  color: #fff;
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.single .entry-footer .wrap-social-share-article {
  float: right;
}

.single .entry-footer .tags-links,
.single .entry-footer .social-share-article {
  display: flex;
  align-items: center;
}

.single .entry-footer .tags-links h5,
.single .entry-footer .social-share-article h5 {
  margin-bottom: 10px;
  margin-right: 10px;
}

.single .entry-footer .tags-links h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  margin-right: 9px;
  color: #161E2D;
}

.single .entry-footer .tags-links {
  flex-wrap: wrap;
}

.single .post-wrap {
  background-color: #fff;
}

.blog-single {
  padding-bottom: 0px;
  margin-bottom: 44px;
}

.single-post .wrap-social-share-article {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.blog-single .meta-left {
  margin-top: 3px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 22px;
}

.clearboth {
  clear: both;
}

.blog-single .entry-footer {
  padding-top: 42px;
}

.blog-single .entry-footer .tags-links strong,
.blog-single .entry-footer .social-share-article strong {
  color: #222222;
  margin-right: 5px;
  font-weight: 400;
  display: block;
}

.blog-single .entry-footer .social-share-article strong {
  margin-right: 20px;
}

.blog-single .entry-footer .social-share-article h5 {
  text-align: right;
  margin-bottom: 27px;
}

.blog-single .entry-footer .tags-links h5 {
  display: inline-block;
}

.blog-single .entry-footer .themesflat-socials li a {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  margin: 0 10px;
  padding: 0 10px;
  line-height: normal;
  font-size: 18px;
  color: #b5becc;
}

.blog-single .entry-footer .themesflat-socials li {
  background: transparent;
}

.blog-single .entry-footer .themesflat-socials li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

.blog-single .entry-footer .themesflat-socials li a:hover {
  background: transparent;
}

.blog-single .entry-footer .tags-links a {
  margin: 0 0 5px 0;
  position: relative;
  display: inline-block;
  padding: 0px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
}

.blog-single .entry-footer .tags-links a:hover {
  color: var(--theme-primary-color);
}

.content-post-sigle-title .meta {
  gap: 16px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF; 
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.content-post-sigle-title .meta-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #5C5E61;
  gap: 6px;
}

.content-post-sigle-title a.meta-text,
.content-post-sigle-title .meta-text a {
  color: var(--theme-primary-color);
}

.content-post-sigle-title .meta-text i {
  color: #A8ABAE;
  font-size: 18px;
}

.content-post-sigle-title .meta-text i.icon-proty-folder {
  font-size: 15px;
}

/*Navigation links*/

.nav-links {
  list-style: none;
  margin-left: 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  position: relative;
  padding: 16px 0;
  margin-top: 50px;
}

.nav-links::before {
  content: "";
  height: 65%;
  width: 0.5px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.nav-links .previous-post {
  width: 48%;
  float: left;
  text-align: left;
}

.nav-links .next-post {
  width: 48%;
  float: right;
}

.navigation.posts-navigation .nav-links li {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.navigation.posts-navigation .nav-links li.next-post {
  justify-content: flex-end;
}

.navigation.posts-navigation .nav-links li a {
  padding: 0;
  background-color: transparent;
  min-width: unset;
  min-height: unset;
  display: inline-block;
  margin-right: 0;
  text-align: unset;
  position: relative;
}

.navigation.posts-navigation .nav-links li .thump-post a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C1C1E;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
  -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;
}

.navigation.posts-navigation .nav-links .previous-post .thump-post a::before {
  content: "\e929";
  font-family: "proty";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 12px;
  opacity: 0;
  -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;
}

.navigation.posts-navigation .nav-links .next-post .thump-post a::before {
  content: "\e93d";
  font-family: "proty";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 12px;
  opacity: 0;
  -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;
}

.navigation.posts-navigation .nav-links li .thump-post {
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  -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;
}

.navigation.posts-navigation .nav-links li.next-post .thump-post {
  margin-left: 18px;
  margin-right: 0;
}

.navigation.posts-navigation .nav-links li.next-post .content {
  text-align: right;
}

.navigation.posts-navigation .nav-links li .thump-post img {
  width: 100%;
  width: 170px;
  height: 101px;
  object-fit: cover;
}

.navigation.posts-navigation .nav-links li:hover .thump-post a::after {
  opacity: 0.8;
}

.navigation.posts-navigation .nav-links .previous-post:hover .thump-post a::before,
.navigation.posts-navigation .nav-links .next-post:hover .thump-post a::before {
  opacity: 1;
}

.navigation.posts-navigation .nav-links li .title-post a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #161E2D;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
}

.navigation.posts-navigation .nav-links li .title-post a:hover {
  color: var(--theme-primary-color);
}

.navigation.posts-navigation .nav-links li .post-button a {
  text-transform: uppercase;
  color: var(--theme-primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.08em;
  color: #A3ABB0;
}

.navigation.posts-navigation .nav-links li .post-button a:hover {
  color: var(--theme-primary-color);
}

.navigation.posts-navigation .nav-links li .post-button {
  margin-bottom: 4px;
}

.navigation.posts-navigation .nav-links li .content {
  margin-top: -3px;
}

/* Author Post */
.single .author-post {
  padding: 20px 20px 14px 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
  margin-top: 49px;
}

.single .author-post .author-body {
  display: flex;
}

.author-post .author-avatar {
  margin-right: 29px;
  flex-shrink: 0;
  margin-top: 0px;
}

.author-post .author-avatar img {
  border-radius: 50%;
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.author-post .info .name h6 {
  margin-top: 0;
  margin-bottom: -2px;
}

.author-post .info .position {
  margin-bottom: 7px;
}

.author-post .info .name a {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #1C1C1E;
}

.author-post .info .name a:hover {
  color: var(--theme-primary-rgba);
}

.author-post .info .name {
  margin-bottom: 12px;
}

.author-post .themesflat-socials {
  text-align: left;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  margin-top: 6px;
  margin-left: -4px;
}

.author-post .themesflat-socials li {
  background: transparent;
  padding: 0 6px;
  font-size: 15px;
}

.author-post .themesflat-socials li:first-child {
  padding-left: 2px;
}

.author-post .themesflat-socials li a {
  color: #1C1C1E;
}

.author-post .themesflat-socials li a:hover {
  color: var(--theme-primary-color);
}

/* doot */
.related-post .owl-dots {
  text-align: center;
  margin-top: 11px;
}

.related-post .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  border-radius: 100px;
  margin: 0px 5px;
}

.related-post .owl-dots .owl-dot.active {
  background: var(--theme-primary-color);
}

/* Comment List */
#comments {
  margin-top: 25px;
}

.comments-area {
  overflow: hidden;
}

.comment-title,
.comment-reply-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1;
}

.comment-title {
  margin-bottom: 24px;
}

.comment-reply-title a {
  font-weight: 600;
}

.comment-reply-title a#cancel-comment-reply-link {
  padding-left: 10px;
  font-size: 18px;
  float: right;
}

.comment-title:after,
.comment-reply-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #203b48;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.comments-area ul.children {
  list-style: none;
  margin-left: 30px;
}

.comments-area article {
  margin-bottom: 0;
}

.comments-area ol.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comments-area ol.comment-list article,
.comment-list-wrap .comment-respond {
  margin-bottom: 24px;
}

.comments-area ol.comment-list article .gravatar {
  float: left;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.comments-area ol.comment-list article .gravatar img {
  border-radius: 14px;
  width: 60px;
  height: 60px;
}

.comment-reply-link {
  position: relative;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
}

.comment-reply-link:hover {
  color: var(--theme-primary-color) !important;
}

.comments-area ol.comment-list article {
  position: relative;
  padding: 0px 0px 0px 79px;
}

.comments-area ol.comment-list article .comment_content {
  min-height: 100px;
  padding: 0px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.comments-area ol.comment-list article .comment_content .comment_meta {
  margin-bottom: 15px;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
  margin: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author a {
  color: #1C1C1E;
}

.comments-area ol.comment-list article .comment_content .comement_reply {
  position: absolute;
  right: 0px;
  top: 0px;
}

.comments-area ol.comment-list article .comment_content .comment_time {
  position: relative;
  color: #A8ABAE;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  display: block;
  margin-top: 4px;
}

.comments-area .comment_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #5C5E61;
}

.comments-area ol.comment-list article .comment_content .comment_time i {
  margin-right: 4px;
}

.comment-post .comment-detail .comment-author a {
  font-size: 16px;
  line-height: 36px;
  color: #222;
  font-weight: 700;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a {
  color: #a8a8a8;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a:hover {
  color: #2e5797;
}

.logged-in-as+.comment-right {
  width: 100%;
}

.logged-in-as {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin-bottom: 20px;
  color: #5C5E61;
}

.comment-respond fieldset {
  position: relative;
}

.comment-respond fieldset label {
  color: #2C2E33;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

.comment-respond .message {
  width: 100%;
}

.comment-respond textarea {
  width: 100%;
  margin-bottom: 13px;
  height: 148px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
  width: 100%;
  padding: 16px 15px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"] {
  margin-bottom: 15px;
}

.comment-respond input#wp-comment-cookies-consent {
  box-shadow: unset;
  width: 20px;
  height: 20px;
  position: relative;
  visibility: hidden;
  cursor: pointer;
}

.comment-respond input#wp-comment-cookies-consent::after {
  border-radius: 6px;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ECECEC;
  background: transparent;
  display: block;
  opacity: 1;
  z-index: 5;
  visibility: visible;
  position: absolute;
  left: 0px;
  top: 0px;
}

.comment-respond input#wp-comment-cookies-consent::before {
  height: 6px;
  width: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-55deg);
  display: block;
  opacity: 0;
  z-index: 7;
  visibility: hidden;
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
}

.comment-respond input#wp-comment-cookies-consent:checked::after {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.comment-respond input#wp-comment-cookies-consent:checked::before {
  opacity: 1;
  visibility: visible;
}

#commentform .wrap-input-submit {
  -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;
}

#commentform .wrap-input-submit input[type="submit"] {
  background: var(--theme-primary-color);
  color: #fff;
}

.comment-respond form {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.comment-respond form .comment_wrap_input {
  width: 100%;
  order: -1;
  margin-bottom: 10px;
}

.comment-respond form .comment-right {
  width: 100%;
}

.comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 19px;
  margin-top: -4px;
  order: -1;
}

.comment-respond .comment-form-cookies-consent label {
  margin: 0;
  padding-left: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #5C5E61;
}

.comment-respond .comment-left .name-container,
.comment-respond .comment-left .email-container {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.comment-respond .comment-left {
  margin: 0 -15px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.comment-respond p.form-submit {
  padding: 0 0px;
  margin: 0;
  order: 2;
  margin-top: -3px;
}

.comment-respond .comment-form {
  margin: 0 -15px;
}

.comment-respond p.comment-notes {
  margin-bottom: 25px;
}

.comment-respond p.comment-form-comment {
  margin-bottom: 12px;
}

.comment-respond label {
  margin-bottom: 12px;
  cursor: pointer;
}

.comment-respond input[type="submit"] {
  color: #fff;
  width: auto;
}

.comment-list-wrap {
  margin-bottom: 40px;
}

/* Related Post */
.related-post.related-posts-box {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 0;
  display: block;
  max-width: 100%;
  margin-top: 74px;
}

.related-post .featured-post img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  border-radius: 16px;
}

.related-post .content-post .meta-text {
  color: #2C2E33;
font-size: 14px;
font-weight: 500;
line-height: 19.6px;
  position: relative;
}

.related-post .content-post .meta-text:hover {
  color: var(--theme-primary-color);
}

.related-post .content-post .meta-text i {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: bottom;
}

.related-post .content-post .entry-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 12px;
    margin-bottom: 16px;
}

.related-post .content-post .entry-title a {
  color: #2C2E33;
}

.related-post .content-post .themesflat-button-container {
  margin-top: 15px;
}

.related-post .content-post .themesflat-button-container a {
  color: var(--theme-primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

.related-post .content-post .themesflat-button-container a:hover {
  color: #2C2E33;
}

.related-post .content-post .themesflat-button-container a i {
  font-weight: 400;
  font-size: 19px;
  margin-left: 4px;
  line-height: inherit;
}

.related-post .box-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  margin-bottom: 24px;
}

.related-post .featured-post .post-categories a {
font-size: 14px;
font-weight: 600;
line-height: 19.6px;
color: #fff;
padding: 4px 12px;
border-radius: 999px;
background: var(--theme-primary-color);
width: max-content;
}

.related-post .featured-post .post-categories a:hover {
  background: #2C2E33;
  color: #fff;
}

.related-post .featured-post .post-categories {
  position: absolute;
  top: 4px;
  left: 4px;
}


/* Widgets
-------------------------------------------------------------- */
.widget ul {
  margin: 0;
  list-style: none;
}

.sidebar>.widget {
  position: relative;
  margin-bottom: 40px;
}

.sidebar>.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title,
.widget h2,
.wp-block-search .wp-block-search__label {
  position: relative;
  margin-bottom: 24px;
  margin-top: 0px;
  text-transform: capitalize;
}

.wp-block-search {
  margin-bottom: 20px;
}

.sidebar .wp-block-search,
footer .wp-block-search {
  margin-bottom: 0px;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget.widget_block ul ul {
  padding-left: 16px;
}

.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li,
.widget.widget_block ul li,
.widget.widget_block ol li {
  position: relative;
}

.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_archive ul li,
.widget.widget_block .wp-block-archives li,
.widget.widget_block .wp-block-categories li {
  font-weight: 500;
  border-bottom: 1px solid #eaeaea;
}

.widget.widget_block .wp-block-categories li:first-child {
  padding-top: 14px;
}

.widget_categories .children li:last-child,
.widget.widget_pages ul ul li:last-child {
  border: none;
}

.widget.widget_recent_comments ul li,
.widget.widget_rss ul li,
.widget.widget_block ol.wp-block-latest-comments li,
.widget.widget_meta ul li {
  padding: 5px 0;
  margin-bottom: 0;
}

.wp-block-latest-comments__comment {
  line-height: inherit;
}

.widget ul li {
  padding: 5px 0;
}

.widget ul ul li:last-child {
  padding-bottom: 0;
}

.widget ul ul li:first-child {
  margin-top: 5px;
}

.widget.widget_pages ul ul li:last-child,
.widget.widget_archive ul ul li:last-child,
.widget.widget_categories ul ul li:last-child,
.widget.widget_meta ul ul li:last-child,
.widget.widget_recent_comments ul ul li:last-child,
.widget.widget_rss ul ul li:last-child,
.widget.widget_block .wp-block-archives ul ul li:last-child,
.widget.widget_block .wp-block-categories ul ul li:last-child {
  padding-bottom: 0;
}

.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_categories ul li {
  padding: 0;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_categories ul li a {
  display: block;
  padding: 0;
  position: relative;
  background: transparent;
  padding: 9px 0px;
  margin-bottom: 0px;
  color: #5C6368;
  border-radius: 4px;
}

footer .widget.widget_block .wp-block-categories li a,
footer .widget.widget_archive ul li a,
footer .widget.widget_categories ul li a,
footer .widget.widget_pages ul li a,
footer .widget.widget_categories ul li a {
  background-color: transparent;
}

.widget.widget_block .wp-block-categories li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_categories ul li a:hover {
  color: #161E2D;
}

.widget.widget_archive ul li a::after {
  content: "\e93d";
  font-family: "proty";
  font-size: 12px;
  position: absolute;
  font-weight: 900;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #1C1C1E;
  -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;
}

.widget.widget_block .wp-block-categories {
  margin-top: -9px;
  margin-bottom: 0px;
}

.widget.widget_block .wp-block-categories li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  position: relative;
  color: #2C2E33;
}

.widget.widget_block .wp-block-categories li {
  padding: 14.8px 0;
}

.widget.widget_block .wp-block-categories li a:hover {
  color: var(--theme-primary-color);
}

.widget.widget_block .wp-block-categories li:last-child {
  margin-bottom: 0;
  padding-bottom: 6px;
  border: none;
}

.widget.widget_recent_entries ul li,
.widget.widget_block ul.wp-block-latest-posts li {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin: 0;
}

.widget.widget_recent_entries ul li:last-child,
.widget.widget_block ul.wp-block-latest-posts li:last-child {
  border: unset;
}

.widget.widget_recent_entries ul li a,
.widget.widget_block ul.wp-block-latest-posts li a {
  display: block;
  padding: 0;
  border: none;
  margin-top: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1C1C1E;
}

.sidebar .connect-with-agent {
  padding: 35px 20px 32px 31px;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}

.sidebar .connect-with-agent a {
  width: max-content;
  display: inline-block;
  background: var(--theme-primary-color);
  color: #fff;
  padding: 7px 21px;
}

.widget.widget_block .wp-block-categories li a span {
  color: #5C5E61;
  float: right;
}

.widget.widget_recent_entries ul li a:hover,
.widget.widget_block ul.wp-block-latest-posts li a:hover {
  background: transparent !important;
}

.widget.widget_block ul.wp-block-latest-posts li a {
  margin-bottom: 0;
}

.widget.widget_categories ul li a,
.widget.widget_block .wp-block-archives li a,
.widget.widget_block .wp-block-categories li a,
.widget.widget_archive ul li a,
.widget.widget_pages ul li a {
  color: #2C2E33;
}

.wp-block-latest-posts__featured-image img {
  margin-bottom: 10px;
}

.widget.widget_recent_entries ul li .post-date {
  display: block;
  position: relative;
  margin-top: 0;
  font-size: 12px;
  color: #1f242c;
  line-height: normal;
}

.widget.widget_recent_entries .post-date {
  font-size: 14px;
  line-height: 26px;
}

.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
  position: relative;
}

.widget.widget_categories ul li:not(:last-child),
.widget.widget_archive ul li:not(:last-child),
.widget.widget_pages ul li:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.widget.widget_categories ul li>a:after,
.widget.widget_archive ul li>a:after,
.widget.widget_pages ul li>a:after {
  content: "\e94b";
  font-family: "proty";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  -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;
}

.widget.widget_categories ul li>a:hover:after,
.widget.widget_archive ul li>a:hover:after,
.widget.widget_pages ul li>a:hover:after,
.widget.widget_block .wp-block-categories li a:hover::after {
  color: var(--theme-primary-color);
}

.widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  background-image: linear-gradient(45deg,
      transparent 50%,
      #1C1C1E 50%),
    linear-gradient(135deg, #1C1C1E 50%, transparent 50%);
  background-position: calc(100% - 20px), calc(100% - 15px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  line-height: 1.5;
}

.post-password-form input[type="submit"] {
  padding: 19px 57px 19px 57px;
  color: #fff;
}

.wp-block-file__button:hover {
  color: #fff;
}

.single-post .wp-block-columns.is-layout-flex {
  flex-wrap: nowrap !important;
}

/* widget thumbnail post */

.thumb-blog-sidebar {
  position: relative;
  border-radius: 16px;
  padding: 232px 30px 30px 30px;
  background-position: left bottom;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  margin-top: -11px;
}

.thumb-blog-sidebar::after {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(88, 41, 0, 0) 0%, #582900 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.thumb-blog-sidebar .content {
  position: relative;
  z-index: 2;
}

.thumb-blog-sidebar h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin-bottom: 16px;
}

.thumb-blog-sidebar p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px !important;
}

.thumb-blog-sidebar a {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  background: var(--theme-primary-color);
  text-align: center;
  display: block;
  padding: 15px 20px;
  border-radius: 16px;
}

.thumb-blog-sidebar a:hover {
  background: #2C2E33;
  color: #fff;
}

/*Widget Tag */
.widget-title-tag {
  margin-bottom: 32px;
}

.wp-block-tag-cloud {
  margin-top: -4px;
}

.wp-block-tag-cloud a {
  color: #5C5E61;
  margin-bottom: 11px;
  margin-right: 6px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 19.6px;
  text-transform: capitalize;
  position: relative;
  padding: 9px 15px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid #ECECEC;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.wp-block-tag-cloud a:hover {
  color: #fff;
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

/*Widget Nav Menu*/
.sidebar-about {
  padding: 35px 15px;
}

.sidebar .widget.widget_nav_menu ul li {
  position: relative;
  width: 100%;
}

.sidebar .widget.widget_nav_menu .menu>li>a>i {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
}

/*Widget Themesflat Social*/
.themesflat-widget-socials li {
  -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;
}

.widget.widget_themesflat_socials ul li a {
  position: relative;
}

.widget.widget_themesflat_socials ul li a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  background-image: linear-gradient(90deg,
      var(--theme-primary-rgba) 0%,
      var(--theme-primary-color) 100%);
  z-index: -1;
  border-radius: 50%;
  -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;
}

.widget.widget_themesflat_socials ul li a:hover::after {
  opacity: 1;
}

li.android {
  background: #8ec147;
}

li.apple {
  background: #777;
}

li.behance {
  background: #0077ff;
}

li.bitcoin {
  background: #f79012;
}

li.buysellads {
  background: #c90100;
}

li.codepen {
  background: #444;
}

li.css3 {
  background: #0270bb;
}

li.delicious {
  background: #31a9ff;
}

li.deviantart {
  background: #05cc47;
}

li.digg {
  background: #0093cc;
}

li.dribbble {
  background: #ea4c89;
}

li.dropbox {
  background: #007ee5;
}

li.drupal {
  background: #0073ba;
}

li.email-1 {
  background: #35c7ed;
}

li.email-2 {
  background: #35c7ed;
}

li.facebook,
li.facebook-f {
  background: #4862a3;
}

li.flickr {
  background: #ff1981;
}

li.foursquare {
  background: #f04d7a;
}

li.git {
  background: #f64d27;
}

li.github {
  background: #999;
}

li.google {
  background: #3f85f4;
}

li.google-plus,
li.google-plus-g {
  background: #dd4b39;
}

li.html5 {
  background: #e54d26;
}

li.instagram {
  background: #3d6b92;
}

li.joomla {
  background: #fc8f30;
}

li.jsfiddle {
  background: #4679bd;
}

li.lastfm {
  background: #df1c23;
}

li.linkedin {
  background: #0177b5;
}

li.linux {
  background: #39a6df;
}

li.maxcdn {
  background: #ff5b02;
}

li.medium {
  background: #333;
}

li.pagelines {
  background: #444;
}

li.paypal {
  background: #009cde;
}

li.pinterest {
  background: #db242c;
}

li.reddit {
  background: #ff4500;
}

li.rss {
  background: #fc8f55;
}

li.share {
  background: #01924b;
}

li.skype {
  background: #00aff0;
}

li.slideshare {
  background: #0679b5;
}

li.soundcloud {
  background: #ff4e00;
}

li.spotify {
  background: #84bd00;
}

li.stack-exchange {
  background: #366fb3;
}

li.stack-overflow {
  background: #07c;
}

li.stumbleupon {
  background: #ea4b24;
}

li.trello {
  background: #026aa7;
}

li.tumblr {
  background: #2c4762;
}

li.twitter {
  background: #55acee;
}

li.vimeo {
  background: #44bbff;
}

li.vine {
  background: #00bf8f;
}

li.vk {
  background: #6281a3;
}

li.whatsapp {
  background: #59ac23;
}

li.windows {
  background: #00bcf2;
}

li.wordpress {
  background: #1e8cbe;
}

li.xing {
  background: #006464;
}

li.yahoo {
  background: #5210c4;
}

li.yelp {
  background: #c41200;
}

li.youtube {
  background: #d02022;
}

li.youtube-play {
  background: #d02022;
}

.sidebar .widget.widget_themesflat_socials ul li,
.widget.widget_themesflat_socials ul li {
  display: inline-block;
  border: none;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  padding: 0;
  line-height: 40px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #f6f6f6;
  -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;
}

.sidebar .widget.widget_themesflat_socials .themesflat-widget-socials {
  margin-left: 25px;
}

.widget.widget_themesflat_socials .widget-title {
  margin-bottom: 25px;
}

.sidebar .widget.widget_themesflat_socials ul li:hover,
.widget.widget_themesflat_socials ul li:hover {
  background: var(--theme-primary-color);
}

.sidebar .widget.widget_themesflat_socials ul li a,
.widget.widget_themesflat_socials ul li a {
  color: #1C1C1E;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
}

.sidebar .widget.widget_themesflat_socials ul li a:hover,
.widget.widget_themesflat_socials ul li a:hover {
  color: #fff;
}

/* widget tags */
.widget.widget_categories ul.children li:first-child>a:before {
  display: none;
}

.widget .tagcloud a {
  padding: 9px 16px;
  background: #fff;
  color: #1C1C1E;
  margin-bottom: 12px;
  margin-right: 0px;
  font-size: 13px !important;
  margin-right: 5px;
  border-radius: 10px;
  border: 1px solid #efefef;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.widget .tagcloud a:hover {
  background-color: var(--theme-primary-color);
  color: #fff;
  border-color: transparent;
}

#footer .widget .tagcloud a {
  color: #1C1C1E;
}

/* widget search */
.widget_search .widget-title {
  margin-bottom: 30px;
}

.widget_search form {
  width: 100%;
  position: relative;
  margin: 0;
}

.widget_search form label {
  display: block;
  margin-bottom: 10px;
}

.widget_search form button,
.wp-block-search .wp-block-search__button {
  width: 60px;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 3px;
  top: 0;
  background: none;
  box-shadow: none;
  border: 0;
  outline: none !important;
  padding: 0;
  border-radius: 0rem;
  text-align: center;
  color: #1C1C1E;
  font-size: 20px;
  background: transparent;
}

.wp-block-search .wp-block-search__button:hover::after {
  color: var(--theme-primary-color);
}

.widget_search form button svg,
.wp-block-search .wp-block-search__button svg {
  fill: #fff;
  transform: rotate(-90deg);
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search .wp-block-search__button {
  text-indent: -99999px;
  margin: 0;
  z-index: 1;
}

.wp-block-search .wp-block-search__button::placeholder {
  color: #1C1C1E;
}

.widget_search form button:hover {
  color: var(--theme-primary-color);
}

.wp-block-search .wp-block-search__inside-wrapper button:after {
  all: unset;
  content: "\e93c";
  font-family: "proty";
  color: #A8ABAE;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 1;
  font-weight: 400;
  -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;
}

.wp-block-search .wp-block-search__inside-wrapper button::before {
  display: none;
}

.wp-block-search .wp-block-search__inside-wrapper button:hover {
  background-color: transparent;
}

.widget_search form input[type="search"],
.wp-block-search .wp-block-search__input {
  margin-bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: none;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  color: #2C2E33;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
}

.widget_search form input[type="search"]::placeholder,
.wp-block-search .wp-block-search__input::placeholder {
  color: #A8ABAE;
}

.widget_search form input::placeholder,
.widget_search form input:-moz-placeholder,
.widget_search form input::-moz-placeholder,
.widget_search form input:-ms-input-placeholder,
.widget_search form input::-webkit-input-placeholder {
  color: #A8ABAE;
}

/* widget recent post */

.widget.widget-recent-news .widgettitle,
.widget.widget_latest_news .widgettitle {
  margin-bottom: 26px;
}

.widget.widget-recent-news .thumb,
.widget.widget_latest_news .thumb {
  margin-right: 19px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-width: 112px;
  height: auto;
  width: 112px;
}

.widget.widget-recent-news .thumb {
  margin-top: 0px;
}

.widget.widget-recent-news .recent-news {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: -4px;
}

.widget.widget-recent-news .text,
.widget.widget_latest_news .text {
  overflow: hidden;
}

.widget.widget-recent-news .text {
  margin-top: -2px;
}

.widget.widget-recent-news {
  margin-bottom: 31px;
}

.widget.widget-recent-news .widget-title {
  margin-bottom: 4px;
}

.widget.widget-recent-news .text h6,
.widget.widget_latest_news .text h6 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.widget.widget-recent-news .thumb a img,
.widget.widget_latest_news .thumb a img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  max-width: 100%;
  width: 100%;
  height: 74px;
  border-radius: 6px;
  object-fit: cover;
}

.widget.widget-recent-news li,
.widget.widget_latest_news li {
  display: flex;
  margin-bottom: 17px;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

.widget.widget-recent-news li {
  overflow: unset;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin: 0;
}

.widget.widget-recent-news li:last-child {
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-bottom: unset;
}

.widget.widget-recent-news li:last-child,
.widget.widget_latest_news li:last-child {
  margin-bottom: 0;
}

.widget.widget-recent-news li .text h6 a,
.widget.widget_latest_news li .text h6 a {
  color: #1C1C1E;
}

.widget.widget-recent-news li .text p.desc,
.widget.widget_latest_news li .text p.desc {
  margin-bottom: 0;
  margin-top: 10px;
}

.widget.widget-recent-news li .text .post-date,
.widget.widget_latest_news li .text .post-date {
  display: block;
  position: relative;
  margin-top: 11px;
  color: #A8ABAE;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
}

.widget.widget-recent-news li .text .post-date i,
.widget.widget_latest_news li .text .post-date i {
  vertical-align: middle;
}

.widget.widget-recent-news li .text .post-date i {
  margin-right: 1px;
  vertical-align: baseline;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  color: #a4a5a6;
}

.widget.widget-recent-news li .text .post-date svg,
.widget.widget_latest_news li .text .post-date svg {
  font-size: 16px;
  margin-right: 5px;
}

.widget.widget-recent-news li .text .post-date svg path,
.widget.widget_latest_news li .text .post-date svg path {
  stroke: var(--theme-primary-rgba);
}

.widget.widget-recent-news li .text .post-comment {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 5px;
}

.widget.widget-recent-news li .text .post-comment i {
  margin-right: 3px;
}

.widget.widget_block blockquote {
  margin: 0;
}

.sidebar .wp-block-pullquote {
  padding: 0;
  margin: 0;
}

.sidebar .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 5px;
}

.sidebar .widget_recent_comments ul li,
.sidebar .widget.widget_block ol.wp-block-latest-comments li,
.sidebar .widget.widget_recent_comments ul li,
.sidebar .widget.widget_rss ul li,
.sidebar .wp-block-search .wp-block-search__label,
.sidebar .wc-block-product-search .wc-block-product-search__label {
  color: #1C1C1E;
}

.sidebar .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  line-height: 1;
}

.widget_block ul.wp-block-social-links li a {
  margin: 0;
  border: none;
}

.widget_block ul.wp-block-social-links li {
  border-radius: 5px;
}

/* widget group */

.sidebar .group-category,
.sidebar .group-tag {
  background: #F7F7F7;
  padding: 24px 24px 24px 24px;
  border-radius: 16px;
}

.sidebar .group-tag .widget-title {
  margin-bottom: 16px;
}

/* Pagination
-------------------------------------------------------------- */
.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
  text-align: left;
  display: inline-flex;
}

.navigation.paging-navigation a.next,
.navigation.paging-navigation a.prev {
  border: 1px solid #F0F0F0;
}

.navigation.paging-navigation .current {
  border-color: transparent;
}

.navigation.paging-navigation.pager .pagination {
  width: 100%;
  display: block;
}

.navigation.paging-navigation.pager a:last-child {
  float: right;
}

.navigation.paging-navigation a,
.pagination>span,
.navigation.paging-navigation span,
.page-links a,
.page-links>span {
  position: relative;
  color: #2C2E33;
  margin-right: 8px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-links {
  margin-top: 15px;
  clear: both;
}

.navigation.paging-navigation.pager a {
  display: inline-block;
  color: #000;
  padding: 0;
  min-width: 0;
  min-height: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #fff;
  padding: 7px 15px;
}

.navigation.paging-navigation a:hover {
  background: var(--theme-primary-color);
  color: #fff;
}

.navigation.paging-navigation.pager a:hover {
  border: 2px solid var(--theme-primary-color);
  color: var(--theme-primary-color);
}

.page-links>span,
.page-links a:hover,
.navigation.paging-navigation .current,
.navigation.paging-navigation a:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

/* Navigation page */
.navigation.pager a,
.navigation.loadmore a {
  width: auto;
  height: auto;
  padding: 0 20px;
  border-radius: 5px;
}

.navigation.loadmore .pagination {
  display: inline-flex;
}

.search .nav-links .nav-previous {
  float: left;
}

.search .nav-links .nav-next {
  float: right;
}

.flex-box {
  display: flex;
  align-items: center;
}

/* Mail Chimp
-------------------------------------------------------------- */


/* Footer
-------------------------------------------------------------- */
.footer_background {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.overlay-footer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
}

footer .logo-footer {
  width: 136px;
}

footer .footer-information {
  margin-bottom: -9px;
  margin-right: -5px;
}

footer .devide {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 32px;
  margin-bottom: 41px;
}

/* Widget footer
-------------------------------------------------------------- */
/* Title widget for footer */
footer .widget.widget_nav_menu ul li,
footer .widget.widget_pages ul li,
footer .widget.widget_block ul li,
footer .widget.widget_block ol li {
  padding: 0px;
  border: none;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets .widget:last-of-type {
  margin-bottom: 0;
}

footer .widget.widget_nav_menu ul li a {
  display: inline;
  padding: 0px;
  border: none;
}

footer .widget.widget_nav_menu ul li a {
  padding-left: 14px;
}

footer .widget.widget_pages ul ul li:first-child,
footer .widget.widget_nav_menu 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;
}

.sidebar .widget.widget_rss ul li a,
#footer .widget.widget_rss ul li a {
  color: var(--theme-primary-color);
}

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 .widgets-areas .widget-title,
footer .widgets-areas h2 {
  margin-top: 0;
  margin-bottom: 23px;
}

footer .wp-block-search .wp-block-search__label {
  margin-top: 11px;
  margin-bottom: 27px;
}

.footer-widgets .widget.widget_media_image {
  margin-bottom: 24px;
}

.footer-style-2 .footer-widgets .widget.widget_media_image {
  margin-bottom: 17px;
}

.footer-widgets .wrap-widgets-1 .widget.widget_text {
  margin-bottom: 20px;
  margin-top: -3px;
  margin-left: 2px;
}

.footer-widgets .widget.widget_text .textwidget p:last-of-type {
  margin-bottom: 0px;
}

.footer-widgets .widget ul.contact-info li {
  padding: 8px 0px;
  display: flex;
}

.footer-widgets .widget ul.contact-info li i {
  font-size: 20px;
  min-width: 50px;
}

.footer-widgets .widget ul.contact-info li i.icon-proty-location {
  font-size: 26px;
  margin-left: -6px;
}

.footer-widgets .widget ul.contact-info li p {
  font-family: "Roboto Slab";
  font-size: 16px;
  line-height: 28px;
}

.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: 40px;
  height: 40px;
  font-size: 15px;
  margin-right: 12px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widgets .widget.widget_themesflat_socials ul li:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.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;
  font-size: 16px;
  color: #fff !important;
}

.footer-widgets .widget.widget_themesflat_socials ul li:hover a {
  color: #fff !important;
}

#footer .widget.widget_tag_cloud a:hover {
  color: #fff;
}

.footer-widgets .description-ft-1 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 185%;
  margin-bottom: 30px;
  padding-right: 60px;
}

#footer a:hover {
  color: var(--theme-primary-color);
}

footer .widget.widget_product_categories ul>li>a:before,
footer .widget.widget_categories ul>li>a:before,
footer .widget.widget_pages ul>li>a:before,
footer .widget.widget_archive ul>li>a:before,
footer .widget.widget_meta ul>li>a:before,
footer .widget.widget_block ul>li>a:before {
  background: var(--theme-primary-color);
}

.footer-style-2 #footer .footer-widgets .widget.widget_themesflat_socials ul li a,
.footer-style-4 #footer .footer-widgets .widget.widget_themesflat_socials ul li a {
  background: #fff;
  border-color: #fff;
}

.footer-style-2 #footer .footer-widgets .widget.widget_themesflat_socials ul li a:hover,
.footer-style-2 #footer .footer-widgets .widget.widget_themesflat_socials ul li:first-child a,
.footer-style-4 #footer .footer-widgets .widget.widget_themesflat_socials ul li a:hover,
.footer-style-4 #footer .footer-widgets .widget.widget_themesflat_socials ul li:first-child a {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff !important;
}

.footer-style-2 .bottom .container-inside,
.footer-style-3 .bottom .container-inside,
.footer-style-4 .bottom .container-inside {
  justify-content: center;
}

.footer-style-2 .bottom .container-inside .content-right,
.footer-style-3 .bottom .container-inside .content-right,
.footer-style-4 .bottom .container-inside .content-right {
  display: none;
}

.footer-style-2 .bottom .container-inside .content-left,
.footer-style-3 .bottom .container-inside .content-left,
.footer-style-4 .bottom .container-inside .content-left {
  margin-bottom: 0;
}

.footer-style-2 .mc4wp-form input[type="email"] {
  background: #fff;
  border-color: #fff;
}

.footer-style-2 .mc4wp-form input[type="submit"] {
  color: #fff !important;
}

#footer {
  position: relative;
  z-index: 5;
}

.widget_calendar nav a,
.widget_calendar table tbody tr a,
#footer .widget_calendar nav a,
#footer .widget_calendar table tbody tr a {
  color: var(--theme-primary-color);
}

footer .wrap-widgets-1 {}

footer .wrap-widgets-1 .wp-block-image {
  margin: 0px !important;
}

footer .wrap-widgets-1 .wp-block-image img {
  width: 110px;
}

#footer .footer-widgets .widgets-areas>.widget-title {
  position: relative;
}


footer .widget ul li a {
  font-weight: 500;
}

.wp-block-button {
  margin-top: 22px !important;
}

.footer .wrap-widgets-4 .wp-block-button__link {
  color: #fff !important;
  box-shadow: none;
  text-decoration: none;
  padding: 13px 28px;
  font-size: 16px;
  font-weight: 600;
}

.footer .wrap-widgets-4 .widget_text {
  margin-top: -9px;
  margin-bottom: 11px;
}

.footer .wrap-widgets-4 .widget>h2 {
  margin-bottom: -21px;
}

.footer .wrap-widgets-2 .widget>h2 {
  margin-bottom: -21px;
}

.footer .email-footer {
  font-size: 16px;
  margin-bottom: 0;
}

.footer .email-footer svg {
  margin: 0 10px 0 5px;
}

.footer .list-infor li,
.modal-menu__body .list-infor li {
  display: flex;
  margin-bottom: 21px;
}

.footer .list-infor .icon,
.modal-menu__body .list-infor .icon {
  color: var(--theme-primary-color);
  margin-right: 15px;
  font-size: 19px;
}

.footer .list-infor .content,
.modal-menu__body .list-infor .content {
  font-weight: 500;
  font-size: 14px;
}

.modal-menu__body .list-infor h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

#footer.footer .list-infor .content a,
.modal-menu__body .list-infor .content a {
  display: block;
  color: var(--theme-primary-color);
}

/* Contact infor */
.footer .contact-info .icon {
  margin-right: 10px;
  color: var(--theme-primary-color);
}

/*widget Nav Menu*/
.footer-widgets .widget.widget_nav_menu ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15.6px;
}

.footer-widgets .widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 15px;
}

.footer-widgets .widget.widget_nav_menu #menu-testing-menu li {
  float: unset;
  width: unset;
}

footer .widget ul li a {
  width: auto;
}

.widget.widget_meta ul>li>a,
.widget.widget_nav_menu ul>li>a,
.widget.widget_nav_menu .menu>li>a,
footer .widget.widget_nav_menu .menu>li>a {
  position: relative;
}

.widget.widget_nav_menu ul li a::before,
footer .widget.widget_nav_menu ul li a::before {
  content: "";
  width: calc(100% - 14px);
  height: 1px;
  position: absolute;
  left: 14px;
  bottom: 0;
  background: var(--theme-primary-color);
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.widget.widget_nav_menu ul li a::after,
footer .widget.widget_nav_menu ul li a::after {
  content: '\e92a';
  font-family: 'proty';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-primary-color);
  font-size: 9px;
}

.wrap-widgets-2 .widget.widget_nav_menu ul li a::after {
  display: none;
}

.wrap-widgets-2 .widget.widget_nav_menu ul li a::before {
  width: 100%;
  left: 0;
}

.wrap-widgets-2 .widget.widget_nav_menu ul li a {
  padding-left: 0px;
}

.widget.widget_nav_menu ul li a:hover::before,
footer .widget.widget_nav_menu ul li a:hover::before {
  transform: scale3d(1, 1, 1);
}

footer .widget.widget_nav_menu .menu>li li :last-child {
  padding-bottom: 0;
}

/* actionbox */

.footer-action-box {
  position: relative;
  z-index: 99;
  background: var(--theme-primary-color);
}

.footer-action-box .content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}

.footer-action-box .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #fff;
}

.footer-action-box a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  background: #fff;
  color: var(--theme-primary-color);
  padding: 17px 30px;
  border-radius: 16px;
  display: inline-block;
}

.footer-action-box a:hover {
  background: #2C2E33;
  color: #fff;
}

.footer-action-box a i {
  font-size: 16px;
  margin-left: 4px;
}

.footer-action-box .content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-action-box .content-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-action-box .image {
  margin-top: -28px;
  max-width: 108px;
}

/*widget Recent News*/

footer .widget.widget-recent-news .widget-title,
footer .widget.widget_latest_news .widget-title {
  margin-bottom: 32px;
}

footer .widget.widget-recent-news li,
footer .widget.widget_latest_news li,
footer .widget.widget_block ul.wp-block-latest-posts li {
  background-color: transparent;
}

#footer .widget.widget_block .wp-block-categories li a:after,
#footer .widget.widget_archive ul li a:after,
#footer .widget.widget_categories ul li a:after,
#footer .widget.widget_pages ul li a:after,
#footer .widget.widget_categories ul li a:after {
  color: #fff;
}

#footer .widget.widget_block .wp-block-categories li a:hover:after,
#footer .widget.widget_archive ul li a:hover:after,
#footer .widget.widget_categories ul li a:hover:after,
#footer .widget.widget_pages ul li a:hover:after,
#footer .widget.widget_categories ul li a:hover:after {
  color: var(--theme-primary-color);
}

#footer .wp-block-calendar table th {
  background-color: #000;
}

#footer .wp-block-calendar tbody td {
  color: #ffffffcc;
}

/*widget Categories*/
.widget.widget_categories select,
.widget select {
  margin-bottom: 0px !important;
  width: 100%;
  color: #1C1C1E;
}

footer .widget.widget_nav_menu ul>li>a,
footer .widget.widget_product_categories 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;
}

.bottom .copyright a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--theme-primary-color);
  -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;
}

.bottom .copyright a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

footer .widget ul li a[aria-current]:not([aria-current="false"]):before {
  width: 100%;
  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: var(--theme-primary-color);
  -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.widget_mc4wp_form_widget {
  margin-bottom: 0;
}

.widget.widget_calendar tbody #today {
  color: var(--theme-primary-color);
}

.subcribe-footer {
  padding-top: 2px;
}

.subcribe-footer p {
  color: #F1FAEE;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}

.subcribe-footer input[type="email"] {
  padding: 15px 18px;
  border-radius: 10px;
  border: 1px solid #E5E5EA;
  background: #FFF;
  width: 100%;
  margin-bottom: 10px;
}

.subcribe-footer input[type="email"]::placeholder {
  color: #8E8E93;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

.subcribe-footer button {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.10);
  padding: 14.4px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  margin-bottom: 16px;
}

.subcribe-footer button i {
  margin-left: 8px;
}

.subcribe-footer .agree-to-term {
  display: flex;
}

.subcribe-footer .agree-to-term input[type="checkbox"] {
  position: relative;
}

.subcribe-footer .agree-to-term input[type="checkbox"] {
  visibility: hidden;
  margin-right: 17px;
}

.subcribe-footer .agree-to-term input[type="checkbox"]::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #464648;
  background: #323234;
  display: block;
  border-radius: 5px;
  opacity: 1;
  z-index: 5;
  visibility: visible;
}

.subcribe-footer .agree-to-term input[type="checkbox"]:checked::after {
  border: 3px solid var(--theme-primary-color);
}

.subcribe-footer .agree-to-term {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

/* Footer Navigation
-------------------------------------------------------------- */
.footer-navigation .wrap-navigation {
  position: relative;
  padding-top: 59px;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-navigation .site-title,
.footer-navigation .site-description {
  color: #fff;
}

.footer-navigation .wrap-navigation {
  justify-content: space-between;
}

.footer-navigation .themesflat-socials,
.footer-navigation .wrap-navigation,
.footer-navigation .menu {
  display: flex;
  align-items: center;
}

.footer-navigation .menu li:not(:last-child) {
  margin-right: 40px;
}

.footer-navigation .menu li a:hover {
  color: var(--theme-primary-color);
}

.footer-navigation .menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.footer-navigation .menu,
.footer-navigation .themesflat-socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-navigation .inner {
  display: flex;
  align-items: center;
}

.footer-navigation .inner span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #FFFFFF;
  margin-right: 16px;
}

.footer-navigation .menu a {
  color: #fff;
}

.footer-navigation .themesflat-socials li {
  background: unset;
}

.footer-navigation .themesflat-socials li:not(:last-child) {
  margin-right: 12px;
}

.footer-navigation .themesflat-socials li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
}

.footer-navigation .themesflat-socials li a:hover {
  background: var(--theme-primary-color) !important;
  color: #fff !important;
}

/* Footer List */

footer .infor-ft {
  display: flex;
  align-items: center;
  column-gap: 66px;
  row-gap: 20px;
  justify-content: right;
}

footer .infor-ft li {
  display: flex;
}

footer .infor-ft li i {
  font-size: 44px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  margin-right: 16px;
  padding-right: 34px;
  color: var(--theme-primary-color);
}

footer .infor-ft li i.icon-proty-letter2 {
  font-size: 49px;
}

footer .infor-ft li .content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #A8ABAE;
}

footer .infor-ft li .content h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #FFFFFF;
  margin: 0;
  margin-top: 3px;
}

/* contact footer */

.contact-footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #A8ABAE;
  margin-bottom: 16px;
  margin-top: -4px;
}

.contact-footer input[type="email"] {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  margin-bottom: 11px;
  border-radius: 10px;
}

.contact-footer input[type="email"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #5C5E61;
}

.contact-footer input[type="submit"] {
  background: var(--theme-primary-color);
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 10px;
}

.contact-footer input[type="submit"]:hover {
  background: #2C2E33;
}

.contact-footer .group-checkbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #5C5E61;
  margin-top: -13px;
}

.contact-footer .group-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  visibility: hidden;
  cursor: pointer;
  position: relative;
}

.contact-footer .group-checkbox input[type="checkbox"]::before {
  border-radius: 6px;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  display: block;
  opacity: 1;
  z-index: 5;
  visibility: visible;
  position: absolute;
  left: 0px;
  top: 0px;
}

.contact-footer .group-checkbox input[type="checkbox"]::after {
  height: 6px;
  width: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-55deg);
  display: block;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
}

.contact-footer .group-checkbox input[type="checkbox"]:checked:before {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.contact-footer .group-checkbox input[type="checkbox"]:checked::after {
  opacity: 1;
  visibility: visible;
}

.contact-footer .group-checkbox label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #5C5E61;
  margin-left: 10px;
  cursor: pointer;
}

/* footer social */

.footer-social {
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  gap: 16px;
}

.footer-social ul a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ffffff76;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
}

.footer-social ul a:hover {
  background: var(--theme-primary-color);
  color: #fff !important;
  border-color: var(--theme-primary-color);
}

.footer-social ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
  z-index: 2;
  position: relative;
}

.bottom .container-inside {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  row-gap: 10px;
}

.bottom .container-inside .content-left,
.bottom .container-inside .content-right {
  flex: 1;
}



.bottom .container-inside .content-right a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}

.bottom p {
  margin-bottom: 0;
}

.bottom ul {
  margin: 0;
}

.bottom ul li {
  display: inline;
  position: relative;
}

.bottom ul li a {
  padding: 0 7px 0 7px;
}

.bottom .copyright a:before {
  background: var(--theme-primary-color);
}

.bottom ul li {
  background: unset;
  list-style: none;
}

.bottom ul li:last-child {
  margin-right: 0;
}

.bottom ul li a {
  padding: 0;
  margin-left: 0px;
}

.bottom ul li:first-child a {
  margin-left: 0;
}

.bottom ul li ul {
  display: inline;
}

.bottom ul li:first-child:before {
  display: none;
}

.bottom ul li ul li:first-child:before {
  display: block;
}

.bottom #menu-bottom {
  position: relative;
}

.bottom #menu-bottom::after {
  content: "";
  position: absolute;
  bottom: 5px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 235px;
  height: 1px;
}

.bottom ul.menu>li>a {
  white-space: nowrap;
}

.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 .copyright span a:hover::before,
.bottom .copyright a:before {
  background: var(--theme-primary-color);
}

.bottom a:hover,
.bottom .copyright a:hover,
.bottom .copyright span a:hover {
  color: var(--theme-primary-color) !important;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
  position: fixed !important;
  right: -100px;
  bottom: 82px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-primary-color);
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
}

.go-top.show {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.go-top i {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  transition: all ease 0.3s;
  rotate: -90deg;
}

.go-top:hover {
  background: #1C1C1E;
}

.go-top:hover i {
  animation: 1s tf-buzz-out alternate linear infinite;
}

@keyframes tf-buzz-out {
  10% {
    transform: translateY(3%) rotate(2deg);
  }

  20% {
    transform: translateY(-3%) rotate(-2deg);
  }

  30% {
    transform: translateY(3%) rotate(2deg);
  }

  40% {
    transform: translateY(-3%) rotate(-2deg);
  }

  50% {
    transform: translateY(2%) rotate(1deg);
  }

  60% {
    transform: translateY(-2%) rotate(-1deg);
  }

  70% {
    transform: translateY(2%) rotate(1deg);
  }

  80% {
    transform: translateY(-2%) rotate(-1deg);
  }

  90% {
    transform: translateY(1%) rotate(0);
  }

  to {
    transform: translateY(-1%) rotate(0);
  }
}

/* Boxed
-------------------------------------------------------------- */
.boxed .themesflat-boxed {
  max-width: 1370px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  box-shadow: 0px 30px 53.1px 5.9px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.boxed .header.header-sticky {
  max-width: 1370px;
  margin: 0 auto;
}

.themesflat-boxed {
  overflow-x: hidden;
}

.themesflat-boxed.remove-hidden {
  overflow: unset;
}

/* Preload
-------------------------------------------------------------- */
#preloader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  right: 0px;
  z-index: 999999;
}

#preloader #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
;
  align-items: center;
  justify-content: center;
}

#preloader #loading-center .loader-container {
  display: flex
;
  justify-content: center;
  align-items: center;
}

#preloader #loading-center .loader-container .wrap-loader {
  position: relative;
  display: flex
;
  justify-content: center;
  align-items: center;
}

#preloader #loading-center .loader-container .loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: spin-load 1s linear infinite;
}

#preloader #loading-center .loader-container .wrap-loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px;
  width: 42px;
  height: 42px;
}

#preloader #loading-center .loader-container .wrap-loader .icon svg {
  width: 42px;
  height: 42px;
}

@keyframes spin-load {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 2px 0 var(--theme-primary-color);
}
50% {
  transform: rotate(180deg);
  box-shadow: 0 2px 0 var(--theme-primary-color);
}
100% {
  transform: rotate(360deg);
  box-shadow: 0 2px 0 var(--theme-primary-color);
}
}


/* Contact form
-------------------------------------------------------------- */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
}

.form-contact .text {
  width: 47%;
  display: inline-block;
}

.form-contact .text:nth-child(odd) {
  margin-right: 30px;
}

.form-contact .text.message {
  width: 100%;
  margin-right: 0;
}

.form-contact .text input,
.form-contact .text textarea {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #76777a;
  padding: 15px 0px 15px 20px;
  margin-bottom: 22px;
}

.form-contact .text textarea {
  height: 170px;
}

.form-contact button {
  padding: 22px 41px;
}

.form-contact.form-2 .text input,
.form-contact.form-2 .text textarea {
  font-family: "Inter";
  color: #494a4d;
  padding: 15px 0px 15px 32px;
}

.form-contact.form-2 .text textarea {
  height: 150px;
}

.form-email {
  position: relative;
}

.form-email .email {
  width: 100%;
  position: relative;
}

.wpcf7 .form-email .email input {
  margin-bottom: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #76777a;
  padding: 22px 100px 22px 50px;
  width: 100%;
  background-color: #fff;
}

.wpcf7 .form-email .email input[type="email"]::placeholder,
.wpcf7 .form-email .email input[type="email"]:-moz-placeholder,
.wpcf7 .form-email .email input[type="email"]::-moz-placeholder,
.wpcf7 .form-email .email input[type="email"]:-ms-input-placeholder,
.wpcf7 .form-email .email input[type="email"]::-webkit-input-placeholder {
  color: #76777a !important;
  opacity: 1;
}

.form-email .email svg,
.form-email .email i {
  position: absolute;
  left: 22px;
  top: 28px;
  color: var(--theme-primary-rgba);
  z-index: 2;
}

.form-email .email svg path {
  fill: var(--theme-primary-rgba);
}

.form-email button {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 17px 60px 17px 35px;
  background: #1C1C1E;
  border-radius: 4px;
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #ecf2f6;
  text-decoration: underline;
}

.form-email button i {
  position: absolute;
  margin-left: 7px;
  position: absolute;
  right: 35px;
  top: 22px;
}

.form-email button::after,
.form-email button::before {
  background-color: var(--theme-primary-color);
}

/*--- Checkbox Styles ---*/
.checkbox {
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}

.checkbox input[type="checkbox"] {
  visibility: hidden;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  cursor: pointer;
  top: 1px;
}

.checkbox label {
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  align-items: center;
  color: #5C6368;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*Outer box of the fake checkbox*/
.checkbox input[type="checkbox"]::before {
  border-radius: 1px;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #E4E4E4;
  background: #fff;
  display: block;
  opacity: 1;
  z-index: 5;
  visibility: visible;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
}

/*Checkmark of the fake checkbox*/
.checkbox input[type="checkbox"]::after {
  height: 6px;
  width: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-55deg);
  display: block;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"]+label::after {
  content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked::after {
  opacity: 1;
  visibility: visible;
}

.checkbox input[type="checkbox"]:checked:before {
  background: #161E2D;
  border-color: #161E2D;
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus+label::before {
  outline: none;
}

/*--- Radio Styles ---*/
.radio {
  display: none !important;
}

.radio-custom {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-left: 25px;
  margin-right: 5px;
  position: relative;
}

.radio-custom,
.radio-label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .radio-label {
    display: block;
  }

  .radio-custom {
    text-align: center;
    margin: 0px 15px;
  }
}

.radio:checked+.radio-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  background: var(--theme-primary-color);
  border-radius: 0px;
}

.radio-custom,
.radio:checked+.radio-custom::before {
  border-radius: 50%;
}

.radio-label {
  font-weight: 600;
  font-size: 13px;
}

/* 404
-------------------------------------------------------------- */
.error-404-text h2 {
  position: relative;
  font-size: 200px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: var(--theme-primary-rgba);
  margin: 0;
}

.error-404-text h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 50px;
}

.error-404-text h4 span {
  color: var(--theme-primary-rgba);
}

.error404 .go-top {
  display: none;
}

.error404 .thumb-404 {
  margin-bottom: 70px;
}

.error404 .error-404-text h1 {
  margin-bottom: 20px;
}

.error404 .error-404-text p {
  color: #3A3A3C;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  padding: 0 28%;
}

.error404 .button {
  color: var(--theme-primary-rgba);
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  padding: 16px 38px;
}

.button-md {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 11px 25px 11px 25px;
  margin: 5px 5px 5px 0px;
  background: var(--theme-primary-rgba);
  border-radius: 3px;
}

.button-primary {
  color: #fff;
}

.bg-404 {
  background: var(--theme-primary-rgba);
}

.clip-text {
  display: inline-block;
  position: relative;
  padding: 14px 0px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center center;
}

/* Search No Results
-------------------------------------------------------------- */
.search-no-results .no-results .subtext-nothing {
  margin-bottom: 25px;
}

/* widget instagram
-------------------------------------------------------------- */
.widget-instagram-feed .flat-imgbox-instagram {
  margin: 0 -8px 8px;
}

.widget-instagram-feed .item {
  width: 33.33%;
  float: left;
  padding: 0 8px;
  margin-top: 16px;
}

.sidebar .widget-instagram-feed .item {
  height: 60px;
  overflow: hidden;
}

/* Custom Footer Widget Area
-------------------------------------------------------------- */
.custom-footer-widget-area .widget .widget-title {
  color: #fff;
  font-size: 30px;
}

.custom-footer-widget-area .widget.widget-recent-news li .text h6 a,
.custom-footer-widget-area .widget.widget_latest_news li .text h6 a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.custom-footer-widget-area .widget ul li a,
.custom-footer-widget-area .widget ul li ul.children li a {
  color: #b9c9ff;
  font-size: 14px;
}

.custom-footer-widget-area .widget ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.custom-footer-widget-area .widget.widget-recent-news .thumb,
.custom-footer-widget-area .widget.widget_latest_news .thumb {
  width: 112px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 5px;
}

.custom-footer-widget-area .widget.widget-recent-news li .text .post-date {
  font-size: 12px;
  font-weight: 500;
  color: #b9c9ff;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 8px;
}

.custom-footer-widget-area .widget.widget-recent-news li,
.custom-footer-widget-area .widget.widget_latest_news li {
  margin-bottom: 12px;
}

.custom-footer-widget-area .widget.widget-recent-news .text h6,
.custom-footer-widget-area .widget.widget_latest_news .text h6 {
  margin-bottom: 0px;
}

.custom-footer-widget-area .widget.widget-instagram-feed .widget-title {
  margin-bottom: 15px;
}

.custom-footer-widget-area .widget_nav_menu .menu>li {
  padding: 5px 0px 6px 0px;
}

rs-module-wrap {
  z-index: 0 !important;
}

.image-about3 {
  position: absolute;
  top: 60px;
  left: -155px;
}

.img-about3 {
  position: relative;
  z-index: 1;
}

.custom-footer-widget-area.style1 .widget .widget-title {
  font-size: 20px;
  margin-bottom: 33px;
}

.flat-calendar:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 831px solid transparent;
  border-right: 806px solid #fde428;
}

/* Widget Calendar 
---------------------------------------------------------*/
.widget_calendar table>caption {
  caption-side: top;
  font-weight: 500;
  color: var(--theme-primary-color);
}

.widget_calendar table {
  margin-bottom: 5px;
}

.widget_calendar table>thead {
  background: #ddd;
}

.widget_calendar table>thead th {
  font-weight: 500;
  color: #fff;
}

.widget_calendar nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.widget_calendar table>tfoot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.widget_calendar table>tfoot #prev a,
.widget_calendar table>tfoot #next a {
  color: transparent;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.widget_calendar table>tfoot>tr {
  line-height: 67px;
}

.widget_calendar table>tfoot>tr,
.widget_calendar table>tfoot>tr>td {
  display: block;
}

.widget_calendar table>tfoot>tr>td {
  width: 33.33%;
  float: left;
}

.widget_calendar table>tfoot #prev a:before,
.widget_calendar table>tfoot #next a:before {
  content: "\e935";
  font-family: "proty";
  color: #2f516a;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.widget_calendar table>tfoot #prev a:before {
  content: "\e921";
  left: auto;
  left: 20px;
  right: auto;
}

.widget_calendar table>tfoot .pad {
  color: transparent;
}

.widget_calendar table>tfoot #prev a:hover:before,
.widget_calendar table>tfoot #next a:hover:before {
  color: #fde428;
}

.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*  Video Box */
.themesflat_video_embed {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.video-video-box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
}

.video-video-box-button {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.video-video-box-button button {
  color: #222;
  font-size: 25px;
  background: rgba(255, 255, 255, 1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 5px;
  padding-left: 12px;
  margin: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.video-video-box-button button:hover {
  color: #222;
  background: rgba(255, 255, 255, 0.7);
}

.video-video-box-button-sm {
  position: absolute;
  overflow: hidden;
  top: 26%;
  right: 10%;
  border: 1px solid var(--theme-primary-color);
  border-radius: 4px;
  z-index: 5;
}

.video-video-box-button-sm button {
  color: #fff;
  font-size: 20px;
  background: var(--theme-primary-color);
  width: 80px;
  height: 80px;
  padding: 0;
  padding-left: 5px;
  margin: 15px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.video-video-box-button-sm button:hover {
  background: rgba(255, 255, 255, 0.7);
}

.alert button:hover {
  background-color: transparent;
}

.video-video-box-button-sm.video-box-button-lg button {
  width: 100px;
  height: 100px;
  font-size: 30px;
}

/* Social Share
-------------------------------------------------------------- */
.social-share-article h6 {
  display: inline-block;
  margin-right: 24px;
}

.social-share-article ul {
  display: inline-flex;
  list-style: none;
  margin: 0;
}

.social-share-article ul li {
  background: unset;
}

.social-share-article ul li a {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  font-size: 18px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid #ECECEC;
  color: #A8ABAE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -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;
}

.social-share-article ul li:last-child a {
  margin-right: 0;
}

.social-share-article ul li a:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.social-share-article strong {
  color: #203b48;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 12px;
}

.bottom-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Mail Footer
-------------------------------------------------------------- */

.ft-mailchimp-form {
  margin-top: -3px;
}

.ft-mailchimp-form p {
  margin-bottom: 19px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #696665;
}

.ft-mailchimp-form input[type="email"] {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #24272C;
  padding: 16px 18px;
}

.ft-mailchimp-form input[type="email"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
}

.ft-mailchimp-form button {
  background: transparent !important;
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--theme-primary-color);
}

.ft-mailchimp-form button:hover {
  color: var(--theme-primary-color);
}

.ft-mailchimp-form .group-form-ip {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
  position: relative;
}

.ft-mailchimp-form input[type="checkbox"] {
  border-color: #4E545F;
  background: transparent;
  margin-right: 11px;
  border-radius: 50% !important;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.ft-mailchimp-form input[type="checkbox"]:checked {
  background: transparent;
  border-color: #4E545F;
}

.ft-mailchimp-form input[type='checkbox']:before {
  content: '';
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: var(--theme-primary-color);
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
  -ms-transform: translate(-50%, -50%) rotate(35deg);
  transform: translate(-50%, -50%) rotate(35deg);
  border: unset;
  -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;
  display: block;
}

.ft-mailchimp-form input[type="checkbox"]:checked {
  border: 1px solid var(--theme-primary-color);
}

.ft-mailchimp-form label {
  color: #B4B4B4;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
}

.ft-mailchimp-form a:hover {
  color: var(--theme-primary-color);
}

.ft-mailchimp-form .group-form {
  display: flex;
  align-items: center;
}

.ft-mailchimp-form .group-form input {
  flex-shrink: 0;
}

/* Other
-------------------------------------------------------------- */
.widget-infor {
  padding-top: 8px;
  padding-right: 60px;
}

.widget-infor .group-icon {
  display: flex;
  margin-bottom: 6.6px;
}

.widget-infor .group-icon .icon-proty-grow2 {
  font-size: 15px;
  vertical-align: super;
  margin-right: 2px;
  margin-top: 6px;
  display: inline-flex;
  margin-left: 3px;
}

.widget-infor .group-icon .icon-proty-grow1 {
  font-size: 17px;
  vertical-align: text-top;
  margin-right: 4px;
  margin-left: 4px;
}

.widget-infor .group-icon .icon {
  margin-right: 9px;
  font-size: 20px;
}

.widget-infor .group-icon .content p {
  font-size: 15px;
  line-height: 28px;
}

footer .wrap-widgets-4 .widget-title {
  margin-bottom: 23px;
}

.footer-widgets #text-2 {
  padding-right: 5px;
}

.footer-menu-group {
  margin-top: 0px !important;
}

.footer-menu-group .widget_nav_menu {
  text-align: left;
}

.footer-infor {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.footer-infor .icon {
  margin-right: 18px;
}

.footer-infor .caption {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 3px;
}

.footer-infor h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.footer .infor-location {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.footer .infor-location svg {
  margin-right: 5px;
}

.footer-widgets .wrap-widgets-2,
.footer-widgets .wrap-widgets-4,
.footer-widgets .wrap-widgets-3 {
  margin-top: 0;
}

.footer-widgets .wrap-widgets-2 .list-icon-footer li:not(:last-child) {
  margin-bottom: 7px;

}

.footer-widgets .wrap-widgets-2 .list-icon-footer li a {
  font-size: 16px;
  font-weight: 400 !important;
  color: #bfbfbf !important;
  display: flex;
  align-items: center;
  gap: 12px;

}

.footer-widgets .wrap-widgets-2 .list-icon-footer li a:hover {
  color: var(--theme-primary-color) !important;
}

#footer .widget-title {
  text-transform: unset;
}

.tf-rotate90-text h1,
.tf-rotate90-text h2,
.tf-rotate90-text h3,
.tf-rotate90-text h4,
.tf-rotate90-text h5,
.tf-rotate90-text h6 {
  display: inline;
  white-space: nowrap;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.tf-rotate-90-text h1,
.tf-rotate-90-text h2,
.tf-rotate-90-text h3,
.tf-rotate-90-text h4,
.tf-rotate-90-text h5,
.tf-rotate-90-text h6 {
  display: inline;
  white-space: nowrap;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.tf-border .elementor-widget-container {
  position: relative;
}

.tf-border-dashed .elementor-widget-container:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background: transparent;
  border: 1px dashed #fff;
  opacity: 0.5;
}

.rev-btn svg {
  width: 1em;
  margin-left: 5px;
  fill: #fff;
}

.btn-icon-left-to-right.rev-btn:hover i,
.btn-icon-left-to-right.rev-btn:hover svg {
  -webkit-animation: tfLeftToRight 0.5s forwards;
  -moz-animation: tfLeftToRight 0.5s forwards;
  animation: tfLeftToRight 0.5s forwards;
}

.tf-carousel-box .owl-nav .owl-prev svg,
.tf-carousel-box .owl-nav .owl-next svg {
  fill: #fff;
  width: 25px;
}

.tf-carousel-box .owl-nav .owl-prev svg {
  transform: rotate(-180deg);
}

.cursor-resize,
.customizable-carousel {
  cursor: e-resize;
}

.tf-effect-image .elementor-image {
  position: relative;
  overflow: hidden;
}

.tf-effect-image .elementor-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f5f7;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.tf-effect-image.animated .elementor-image:after {
  -webkit-animation-name: effect-image-from-left;
  animation-name: effect-image-from-left;
}

@keyframes effect-image-from-left {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

.tf-shape-01:after {
  content: "";
  width: 93px;
  height: 14px;
  left: 70px;
  top: 0px;
  position: absolute;
  background-image: url(../images/shape-01.png);
  display: inline-block;
  animation: slide 10s linear infinite;
  -webkit-animation: slide 10s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -111px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -111px 0;
  }
}

.tf-shape-01:after {
  content: "";
  width: 93px;
  height: 14px;
  left: 70px;
  top: 0px;
  position: absolute;
  background-image: url(../images/shape-01.png);
  display: inline-block;
  animation: slide 10s linear infinite;
  -webkit-animation: slide 10s linear infinite;
}

.tf-shape-02:after {
  content: "";
  width: 323px;
  height: 277px;
  left: 0;
  top: 25%;
  position: absolute;
  background-image: url(../images/shape-02.png);
  display: inline-block;
}

.up-down:after {
  animation-name: up-down;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: up-down;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: up-down;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: up-down;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: up-down;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* Elementor
-------------------------------------------------------------- */
.post-password-form button,
.post-password-form input[type="button"],
.post-password-form input[type="reset"],
.post-password-form input[type="submit"] {
  line-height: 1;
}

.post-password-form input[type="submit"]:hover {
  background-color: #1C1C1E;
}

.tf-btn-effect .tf-imagebox .tf-button,
.tf-btn-effect .tficonbox .tf-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tf-btn-effect .tf-imagebox .tf-button:before,
.tf-btn-effect .tficonbox .tf-button:before {
  content: "";
  position: absolute;
  background-color: #fbd83f;
  width: 20px;
  height: 20px;
  top: 23%;
  left: 8%;
  border-top-left-radius: 40px;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 75px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: -1;
}

.tf-btn-effect.tf-btn-effect-small .tf-imagebox .tf-button:before,
.tf-btn-effect.tf-btn-effect-small .tficonbox .tf-button:before {
  width: 14px;
  height: 14px;
  top: 23%;
  left: 13%;
}

.tf-btn-effect .tf-imagebox .tf-button:hover:before,
.tf-btn-effect .tficonbox .tf-button:hover:before {
  border-radius: 50%;
  transform: scale(23, 10);
}

.customizable-carousel.owl-carousel .owl-item img {
  width: auto;
}

.tf-border-tr-img .elementor-image:before {
  content: "";
  width: 108px;
  height: 108px;
  border-top: 10px solid #fbd83f;
  border-right: 10px solid #fbd83f;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* Modal Menu Left
-------------------------------------------------------------- */
.header-modal-menu-left-btn {
  display: flex;
  align-items: center;
}

.widget_login_menu_widget,
.login-header {
  margin-left: 10px;
}

.bottom-canvas-nav .login-header {
  margin-left: 0px;
}

.header-modal-menu-left-btn .text {
  text-transform: uppercase;
  margin-right: 15px;
}

.modal-menu-left-btn {
  cursor: pointer;
  margin: 0;
  transition: all 0.3s ease-in-out;
  padding: 13px 15px;
  border-radius: 8px;
  background: var(--theme-primary-color);
}

.modal-menu-left-btn:hover {
  color: var(--theme-primary-color);
}

.modal-menu-left-btn .line {
  padding: 0;
  width: 20px;
  background: #fff;
  height: 3px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.modal-menu-left-btn .line--1 {
  width: 20px;
}

.modal-menu-left-btn .line--2 {
  width: 20px;
}

.modal-menu-left-btn .line--3 {
  width: 20px;
}

.modal-menu-left-btn:hover {
  opacity: 0.9;
}

.modal-menu-left {
  visibility: hidden;
  transition: visibility 0s 0.25s;
}

.modal-menu--open {
  visibility: visible;
  transition-delay: 0s;
}

.modal-menu__backdrop,
.modal-menu__body {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}

.modal-menu__body {
  left: auto;
  right: 0;
}

.modal-menu__backdrop {
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-menu-left .modal-menu__body {
  background: #fff;
  width: 330px;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  overflow: hidden;
  transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-menu--open .modal-menu__backdrop {
  opacity: 1;
}

.modal-menu--open .modal-menu__body {
  transform: translateX(0);
}

.modal-menu__close {
  position: absolute;
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid var(--theme-primary-color);
  padding: 0;
  fill: currentColor;
  transition: background-color 0.15s, color 0.15s;
  color: #1C1C1E;
  right: 30px;
  background: transparent;
}

.modal-menu__body .modal-menu__close {
  -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;
  overflow: hidden;
}

.modal-menu__body .modal-menu__close i {
  color: var(--theme-primary-color);
  rotate: 45deg;
}

.modal-menu__body .modal-menu__close:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.modal-menu__body .modal-menu__close:hover i {
  color: #fff;
}

.modal-menu__panel {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.modal-menu__panel-back,
.modal-menu__panel-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.modal-menu__panel-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 90px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal-menu__panel-title {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding-top: 70px;
  margin-bottom: 30px;
}

.modal-menu__panel-title .logo-panel img {
  width: 150px;

}

.modal-menu__body .sidebar-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}

.modal-menu__body .sidebar-content .list-address .address {
  color: var(--theme-primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

.modal-menu__body .sidebar-content .cmn-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background: var(--theme-primary-color);
  border-radius: 6px;
  color: #fff;
  padding: 9px 23px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.modal-menu__body .sidebar-content .cmn-btn:hover {
  color: #fff;
  background: #2b2b2b;
}

.modal-menu__panel-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0px 30px 30px 30px;
  min-height: 60vh;
}

.modal-menu__panel-body::-webkit-scrollbar-track,
.modal-menu__panel-footer::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.modal-menu__panel-body::-webkit-scrollbar,
.modal-menu__panel-footer::-webkit-scrollbar {
  width: 3px;
  background-color: var(--theme-primary-color);
  border-radius: 50%;
}

.modal-menu__panel-body::-webkit-scrollbar-thumb,
.modal-menu__panel-footer::-webkit-scrollbar-thumb {
  background-color: #1C1C1E;
  border: 2px solid #555555;
}

.modal-menu__panel-body .widget .widget-title {
  margin-bottom: 20px;
}

.modal-menu__panel-body .widget .gallery-item {
  padding: 0 5px;
  margin: 0 0 10px 0;
}

.modal-menu__panel-body .widget>.gallery {
  margin: 0 -5px;
}

.modal-menu__panel-body .widget {
  margin-bottom: 30px;
}

.modal-menu__panel-body .widget ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.modal-menu__panel-body .widget>ul>li {
  padding-left: 0px;
}

.modal-menu__panel-body .widget.widget_categories ul li {
  font-size: 14px;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6,
.modal-menu__panel-body .widget.widget_latest_news .text h6 {
  font-weight: 500;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6 a,
.modal-menu__panel-body .widget.widget_latest_news .text h6 a,
.modal-menu__panel-body .widget.widget-recent-news li .text .post-date,
.modal-menu__panel-body .widget.widget_latest_news li .text .post-date {
  color: #fff;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6,
.modal-menu__panel-body .widget.widget_latest_news .text h6 {
  margin-bottom: 0;
}

.modal-menu__panel-body .widget_search .widget-title {
  margin-bottom: 20px;
}

.modal-menu__panel-body .widget.widget_tag_cloud .tagcloud a {
  margin-bottom: 4px;
}

.modal-menu__panel-body .widget_calendar nav span {
  color: #fff;
}

.modal-menu__panel-body .widget_calendar table td,
.modal-menu__panel-body .widget_calendar table tr,
.modal-menu__panel-body .widget_calendar table th,
.modal-menu__panel-body .widget_calendar table>caption {
  font-size: 14px;
}

#mainnav-secondary .menu {
  list-style: none;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

#mainnav-secondary ul {
  list-style: none;
  margin: 0;
}

#mainnav-secondary .menu li {
  position: relative;
  text-transform: uppercase;
}

#mainnav-secondary .menu li a {
  position: relative;
  color: #ffffff;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px;
  text-align: left;
}

#mainnav-secondary .menu .menu-item-has-children>span {
  position: absolute;
  right: 20px;
  top: 1px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  padding: 10px 14px;
  color: #ffffff;
}

#mainnav-secondary .menu .menu-item-has-children.opened>span {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

#mainnav-secondary .menu li .sub-menu a {
  padding-left: 30px;
}

.modal-menu__panel-footer {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0px 30px 10px 30px;
}

.modal-menu__panel-footer .logo-panel a {
  display: inline-block;
}

.socials-panel .themesflat-socials {
  list-style: none;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.socials-panel .themesflat-socials li {
  background: transparent;
}

.socials-panel .themesflat-socials li a {
  width: 40px;
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.socials-panel .themesflat-socials li:last-child a {
  margin-right: 0;
}

.socials-panel .themesflat-socials li a:hover {
  background: var(--theme-primary-color);
  color: #1C1C1E;
  border-color: var(--theme-primary-color);
}

.socials-panel .themesflat-socials li:first-child a {
  padding-left: 0px;
}

.elementor-widget-tfimagebox.hover-text-white .tf-imagebox .description,
.elementor-widget-flex-slider .social a:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hesperiden.tparrows:before {
  content: "\e929" !important;
  font-family: "proty" !important;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e92a" !important;
  font-family: "proty" !important;
}

.elementor-widget-flex-slider .social a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.elementor-widget-tfimagebox.hover-text-white:hover .tf-imagebox .description {
  color: #fff !important;
}

.bg-gradient .elementor-widget-container:before {
  content: "";
  background-image: linear-gradient(180deg,
      var(--theme-primary-color) 0%,
      #fdd906 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-gradient:hover .elementor-widget-container:before {
  opacity: 1;
  visibility: visible;
}

.tf-button i.fa-angle-right:before {
  content: "";
  display: block;
  position: relative;
  height: 8px;
  width: 8px;
  margin-left: -2px;
  border-top-style: solid;
  border-top-width: 0px;
  border-left-style: solid;
  border-left-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: red;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg,
      var(--theme-primary-color) 76%,
      #fdd906 100%);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.elementor-widget-flex-slider .social a {
  color: rgba(255, 255, 255, 0) !important;
  background: -webkit-linear-gradient(top,
      #ffffffa6 0%,
      #ffffffa6 15%,
      #ffffffa6 27%,
      #ffffffa6 37%,
      #fdd906 46%,
      #fdd906 58%,
      #fdd906 69%,
      var(--theme-primary-color) 79%,
      #fdd906 89%,
      var(--theme-primary-color) 100%);
  background-size: 100% 300%;
  -webkit-background-clip: text;
  transition: all 0.5s linear;
}

.e-slide-s2.elementor-widget-flex-slider .social a {
  color: rgba(255, 255, 255, 0) !important;
  background: -webkit-linear-gradient(top,
      #777777 0%,
      #777777 15%,
      #777777 27%,
      #777777 37%,
      #fdd906 46%,
      #fdd906 58%,
      #fdd906 69%,
      var(--theme-primary-color) 79%,
      #fdd906 89%,
      var(--theme-primary-color) 100%);
  background-size: 100% 300%;
  -webkit-background-clip: text;
  transition: all 0.5s linear;
}

.elementor-widget-flex-slider .social a:hover {
  background-position: bottom center, top center;
}

/* effect btn */
.rev-btn,
.elementor-button,
#commentform .wrap-input-submit,
.themesflat-button,
.block-get-a-quote a,
.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  z-index: 1;
}

#commentform .wrap-input-submit:hover,
.themesflat-button:hover,
.draw-border a:hover,
.block-get-a-quote a:hover,
button:hover,
.btn:hover {
  color: #ffffff;
}

#commentform .form-submit,
#commentform .form-submit .wrap-input-submit {
  width: 100%;
  margin-bottom: -3px;
}

#commentform .wrap-input-submit input[type="submit"] {
  font-weight: 700;
  font-size: 16px;
  padding: 13px 26px;
  border-radius: 17px;
  text-transform: none;
}

#commentform .wrap-input-submit input[type="submit"]:hover {
  background: #1C1C1E;
  color: #fff;
}

.tf-button-elementor .elementor-button::after,
.tf-button-elementor .elementor-button::before {
  background-color: var(--theme-primary-rgba);
}

/* Elementor */

.elementor-widget-container .search-form {
  position: relative;
}

.elementor-widget-container .search-form label {
  display: block;
}

.elementor-widget-container .search-form input[type="search"] {
  margin-bottom: 0;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 20px rgb(0 0 0 / 8%);
  border: none;
  padding: 15px 55px 15px 26px;
}

.elementor-widget-container .search-form button,
.elementor-widget-container .search-form input[type="submit"] {
  margin-bottom: 0;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.hover-top {
  -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;
}

.hover-top:hover {
  transform: translateY(-10px);
}

.object-fit-cover img {
  object-fit: cover;
}

.tf-animation-spin {
  webkit-animation-name: spin;
  -webkit-animation-duration: 100000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: spin;
  -moz-animation-duration: 100000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: spin;
  -ms-animation-duration: 100000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 100000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.tf-animation-rtd {
  webkit-animation-name: rtd;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rtd;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rtd;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: rtd;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes scroll1 {
  0% {
    top: 0px;
    opacity: 1;
  }

  50% {
    top: 50%;
  }

  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }

  50% {
    bottom: 50%;
  }

  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

.blog-single.tag-columns .wp-block-column .wp-block-quote {
  padding: 20px;
}

#themesflat_table.widefat.page {
  width: 600px;
}

#themesflat-sortables #themesflat_box .style-none {
  display: none;
}

button,
.themesflat-button {
  background: var(--theme-primary-color);
}

button:hover,
.themesflat-button:hover {
  background: #1C1C1E;
}

.breadcrumbs a:hover,
.breadcrumbs span a:hover,
.breadcrumbs a:hover span,
.breadcrumbs span a:hover span {
  opacity: 0.8 !important;
}

.tf-border .elementor-widget-container {
  position: relative;
}

.tf-border .elementor-widget-container::after {
  content: "";
  width: 170px;
  height: 170px;
  border: 1px dashed #e8e8e9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-light input {
  background: #fff;
}

.form-light.bd input {
  border: 1px solid #dedede;
}

.d-flex {
  display: flex;
  align-items: center;
}

.justify-sb {
  justify-content: space-between;
}

.icon-flex {
  display: grid;
  align-items: center;
  justify-content: center;
}

.heading-span .elementor-widget-container span {
  color: var(--theme-primary-color);
  margin-left: 10px;
}

.heading-span.st2 .elementor-widget-container span {
  text-decoration: underline;
}

.column-tablet-100 {
  width: 100% !important;
}

.contact-about {
  box-shadow: 0px 10px 25px 0px #365F681A;
  background: #fff;
  padding: 40px 40px 40px 40px;
  border-radius: 16px;
}

.contact-about textarea {
  height: 100px;
}

.contact-about button {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: #fff;
  padding: 11px 20px;
  background: var(--theme-primary-color);
  border-radius: 4px;
  margin-top: -6px;
}

.contact-page {
  text-align: left;
}

.contact-about button:hover,
.contact-page button:hover {
  background: #161E2D;
}

.contact-page .group-form {
  display: flex;
  align-items: center;
  margin-left: -25px;
  flex-wrap: wrap;
}

.contact-page .group-form .inner {
  width: calc(50% - 25px);
  margin-left: 25px;
  text-align: left;
}

.contact-page input,
.contact-page textarea {
  padding: 16px 16px;
  margin-bottom: 32px;
  border: 1px solid #ECECEC;
  background: #fff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
}

.contact-page .nice-select {
  border: 1px solid #ECECEC;
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px;
  margin-bottom: 32px;
}

.contact-page .nice-select .current {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #2C2E33;
}

.contact-page input::placeholder,
.contact-page textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #A8ABAE;
}

.contact-page label {
font-size: 16px;
font-weight: 600;
line-height: 22.4px;
color: #2C2E33;
margin-bottom: 12px;
}

.contact-page textarea {
  height: 150px;
  padding: 17px 18px;
  margin-bottom: 21px;
}

.contact-page .privacy {
  font-size: 16px;
  color: rgb(85, 85, 85);
  line-height: 1.2;
  margin-bottom: 28px;
}

.contact-page .privacy a {
  text-decoration: underline;
  color: var(--theme-primary-color);
}

.contact-page button {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #fff;
  padding: 14px 22px;
  background: var(--theme-primary-color);
  border-radius: 16px;
  margin-top: 6px;
  display: block;
}

.contact-page .group-file {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(85, 85, 85);
  line-height: 1.2;
  column-gap: 5px;
  justify-content: center;
  margin-top: -4px;
  margin-bottom: 34px;
}

.contact-page .group-file .file {
  position: relative;
  color: var(--theme-primary-color);
  text-decoration: underline;
  cursor: pointer;
}

.contact-page .group-file .file input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

.contact-page .group-file p,
.contact-page .group-file input {
  margin: 0;
}

#main-content {
  min-height: calc(100vh - 150px);
}

.ft-mailchimp-form .group-form-ip input::placeholder {
  color: #A3ABB0;
}

.ani-rotate1 {
  -webkit-animation: ani-keyframe1 7s infinite ease-in-out alternate;
  animation: ani-keyframe1 7s infinite ease-in-out alternate;
}

.ani-rotate2 {
  -webkit-animation: ani-keyframe2 7s infinite ease-in-out alternate;
  animation: ani-keyframe2 7s infinite ease-in-out alternate;
}

.ani-rotate3 {
  -webkit-animation: ani-keyframe3 7s infinite ease-in-out alternate;
  animation: ani-keyframe3 7s infinite ease-in-out alternate;
}

@keyframes ani-keyframe1 {

  0%,
  100% {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  50% {
    transform: rotate(16deg);
    -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;
  }
}

@keyframes ani-keyframe2 {

  0%,
  100% {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  50% {
    transform: rotate(-16deg);
    -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;
  }
}

@keyframes ani-keyframe3 {

  0%,
  100% {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  50% {
    transform: translateX(15px);
    -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;
  }
}

.container-sticky {
  position: sticky !important;
  top: 155px !important;
  margin-bottom: auto !important;
}

/* Overwrite page dashboard */
.page-template-page-dashboard .info-footer,
.page-template-page-dashboard .footer-action-box,
.page-template-page-dashboard #footer,
.page-template-page-dashboard .footer-navigation {
  display: none;
}

.page-template-page-dashboard #bottom {
  display: none;
}

/* NiceSelect
-------------------------------------------------------------- */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block !important;
  font-family: inherit;
  font-weight: normal;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  line-height: 1.3;
  background: #fff;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select .current:after {
  font-family: 'proty';
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: "\e93d";
  font-size: 20px;
  color: #2C2E33;
}

.nice-select.open .current:after {
  transform: translateY(-50%) rotate(180deg) !important;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin: 4px 0 0 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  pointer-events: none;
  position: absolute;
  top: 105%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  max-height: 155px;
  overflow: auto;
  z-index: 100;
}

.nice-select .list::-webkit-scrollbar-track,
.tf-search-wrap.style3 .search-properties-sidebar-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar-thumb,
.tf-search-wrap.style3 .search-properties-sidebar-wrapper::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar,
.tf-search-wrap.style3 .search-properties-sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.sidebar .widget-connect-agent {
  background: #2b2b2b;
  padding: 38px 30px 39px 30px;
  border-radius: 10px;
  margin-top: 44px;
  position: relative;
  overflow: hidden;
}

.sidebar .widget-connect-agent img {
  position: absolute;
  bottom: -12px;
  right: 15px;
  width: 137px;
  height: auto;
  z-index: 0;
}

.sidebar .widget-connect-agent .inner-wrap {
  position: relative;
  z-index: 1;

}

.sidebar .widget-connect-agent .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-bottom: 13px;
}

.sidebar .widget-connect-agent .des {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.sidebar .widget-connect-agent .btn-agent {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background: var(--theme-primary-color);
  border-radius: 6px;
  padding: 9px 23px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.sidebar .widget-connect-agent .btn-agent:hover {
  background-color: #fff;
  color: var(--theme-primary-color);
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 1.2;
  list-style: none;
  padding: 10px 0;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #161E2D;
  white-space: normal;
  word-break: break-word;
}

.nice-select .current {
  color: #5C5E61;
  max-width: 100%;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  display: block;
  padding-right: 20px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--theme-primary-color);
  color: #fff !important;
  width: 100%;
}

.nice-select .option.selected {
  background-color: var(--theme-primary-color);
  color: #fff !important;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-slect-2 {
  padding: 0;
  border: none !important;
}

.nice-slect-2 .list {
  width: max-content;
}

.nice-slect-2::after {
  right: 0;
}

.select2-dropdown {
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  border: 1px solid #e8e8e8 !important;
  border-radius: 5px !important;
}

.select2-container--default .select2-selection--multiple {
  background-image: linear-gradient(45deg, transparent 50%, #8E8E93 50%), linear-gradient(135deg, #8E8E93 50%, transparent 50%);
  background-position: calc(100% - 31px), calc(100% - 26px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.text-link a {
  color: var(--theme-primary-color) !important;
  text-decoration: underline !important;
  font-weight: 700;
}

.text-link a:hover {
  color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  all: unset;
  border: none;
  position: unset;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  content: "\e93d";
  font-size: 20px;
  color: #2C2E33;
  font-family: 'proty';
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  vertical-align: middle;
  display: inline-block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px;
  margin-top: -1px;
}

.select2-container--open .select2-selection__arrow b::after {
  transform: rotate(180deg);
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-flex !important;
  align-items: center;
}

.fa-spinner::before {
  content: '\e962' !important;
  font-family: 'proty' !important;
}

.fa-star:before {
  content: "\e956" !important;
  font-family: 'proty' !important;
}

/* sibar popup */

.tfcl-popup-sidebar .btn-toggle-sidebar {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--theme-primary-color);
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  z-index: 999;
  color: #fff;
  font-size: 30px;
  border-radius: 10px 0 0 10px;
  display: none;

}

.tfcl-popup-sidebar.active-mobile .btn-toggle-sidebar {
  display: flex;
}

.tfcl-popup-sidebar .overlay-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  will-change: opacity;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  visibility: hidden;
}

.tfcl-popup-sidebar.active-mobile.active .content-sidebar {
  transform: translateX(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;

}

.tfcl-popup-sidebar .search-properties-form .tf-search-form .tf-search-form-top.desktop {
  display: flex !important;
}

.tfcl-popup-sidebar.active .overlay-sidebar {
  opacity: 1;
  visibility: visible;
}

.tfcl-popup-sidebar.active-mobile {
  z-index: 9999;
  position: relative;
}

.tfcl-popup-sidebar.active-mobile .content-sidebar {
  position: fixed;
  top: 0px !important;
  right: 0;
  background: #fff;
  z-index: 99;
  transform: translateX(100%);
  overflow: unset;
  height: 100%;
  width: 60%;
}

.tfcl-popup-sidebar.active-mobile .content-sidebar > .tfre_sidebar,
.tfcl-popup-sidebar.active-mobile .content-sidebar > .sidebar,
.tfcl-popup-sidebar.active-mobile .content-sidebar > .tfre_single_sidebar {
  height: 100vh;
  overflow-y: scroll;
  padding: 20px;
  padding-top: 40px;
}

.tfcl-popup-sidebar.active-mobile .tfcl_single_sidebar > .inner {
  height: 100%;
  overflow-y: scroll;
}

.tfcl-popup-sidebar.active-mobile .tfcl_single_sidebar .listing-info-header,
.tfcl-popup-sidebar.active-mobile .tfcl_single_sidebar .single-listing-element.listing-info-overview {
  margin-bottom: 30px;
}

.tfcl-popup-sidebar.active-mobile .tfcl_single_sidebar .btn-toggle-sidebar {
  display: flex;
  cursor: pointer;
  -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;
}

.tfcl-popup-sidebar.active-mobile .tfcl_single_sidebar .btn-toggle-sidebar:hover {
  background: #24272C;
  color: #fff;
}

.tfcl-popup-sidebar.active-mobile .tfcl_single_sidebar {
  padding-top: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

.tfcl-popup-sidebar.active-mobile .sidebar {
  padding: 0 10px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}